@font-face {
    font-family: 'Proxima-Nova';
    src: url('../fonts/Proxima-Nova.ttf');
}
@font-face {
    font-family: 'Proxima-Nova-bold';
    src: url('../fonts/Proxima-Nova-Bold.ttf');
}
@font-face {
    font-family: 'MyraidPro';
    src: url('../fonts/MyraidPro.otf');
}
@font-face {
    font-family: 'roboto-condensed';
    src: url('../fonts/roboto-condensed.ttf');
}
@font-face {
    font-family: 'roboto-condensed-bold';
    src: url('../fonts/roboto-condensed-bold.ttf');
}
body {
    background-color: white;
    font-family: 'Proxima-Nova';
    font-size: 1.25rem;
    color: black;
}
.bold, b, strong {
    font-family: 'Proxima-Nova-Bold'; 
}
a {
    color: rgb(92, 92, 92); 
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}
a:hover {
    color: black;
    text-decoration: none;
    border-bottom: 1px solid rgba(157, 157, 157, 0.4);
}
.uppercase {
    text-transform: uppercase;
}
.col-ls-info a:hover {
    text-decoration: underline;
    border-bottom: 1px solid transparent;
}
.current-menu-item a {
    color: #ff0b1f!important;
}
.btn {
    white-space: normal;
}
header {
    border-bottom: 2px solid rgb(157, 157, 157);
    padding-bottom:0.5rem;
}
.header-logo {
    padding: 0.5rem 2rem 0.5rem 1.5rem;
    z-index: 1000;
    position: absolute;
}
.header-contact-info {
    margin-left: 10rem;
    min-height: 120px;
}

.contact-info-first-string {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.5rem;
    padding-top: 3rem;
}
.contact-info-second-string {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 2rem;
}
.contact-info span.d-flex {
    align-items: center;
}
.header-social {
    display:flex;
    align-items: center;
}
.header-social i {
    font-size: 1.5rem;
}
.header-social a {
    margin-right: 0.5rem;
}
.header-social a:hover {
    border-bottom: 1px solid transparent;
}
.none-on-big {
    display: none;
    margin-bottom: 0;
}
.ls-navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}
.ls-navbar-toggler {
    border: none;
}
.ls-navbar-toggler:focus {
    outline: none;
}
.contact-info span, .footer-contact-info span {
    margin-right: 2rem;
}
.contact-info i {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}
.form-wrapper {
    display: flex;
}
.ls-form-search {
    margin-right: 1.5rem;
    margin-bottom: 0;
}
.ls-form-group {
    width: 50%;
    margin-bottom: 0.5rem
}
.ls-form-btn {
    margin-top: 0.5rem;
}
.ls-form-input-margin {
    margin-bottom: 0.5rem;
}
.contact-info {
    display:flex;
}
nav {
    width: 100%;
    padding-top: 1rem;
}
.dropdown {
    position:static;
}
.ls-dropdown-menu {
    position: absolute;
    /* top: 100%; */
    z-index: 1000;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    border-top:2px solid rgb(157, 157, 157);
    left: 0;
    right: 0;
    border-radius: 0; 
    display: none;
    background: #fff;
    border-bottom: 1px solid rgba(157, 157, 157, 0.4);
}
.ls-dropdown-menu ul {
    padding-bottom: 1rem;
    padding-left:0;
}


.ls-categories-list {
    text-align: left!important;
    border-left: 1px solid rgba(157, 157, 157, 0.4);
    padding-top: 0;
    padding-bottom: 0;
    border-right: none!important;
    padding-top: 0.7rem;
    margin-left: -1px;
}

.ls-categories-list a {
    padding-top: 0.5rem!important;
}
.footer-info {
    width: 100%;
    padding-bottom: 1rem;
}
.footer-social {
    text-align: right;
    font-size: 0.875rem;
    white-space: nowrap;
}

.ls-navbar-nav {
    align-items: center;
}
.ls-navbar-nav :last-child {
    border-right: none;
}
.ls-navbar-nav li {
    padding-left: 1rem;
    padding-right: 1rem;
    border-right: 2px solid rgba(157, 157, 157, 0.4);
}
.ls-navbar-nav li a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
}
.nav-link {
    color: black!important;
}
a.nav-link:hover {
    color: #ff0b1f!important;
    border-bottom: 1px solid transparent;
}
.dropdown-item:hover {
    border-bottom: 1px solid transparent;
}
.ls-dropdown-toggle {
    padding-right: 1.5rem!important;
    white-space: nowrap;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #ff0b1f;
}
.navbar-info a, .adress-info a {
    color: rgb(92, 92, 92);
}
.ls-dropdown-toggle:after {
    content: url('../images/dropdown.png');
    margin-left: 0.5rem;
    border: none;
    vertical-align: 0.05rem;
}
.ls-dropdown-toggle:hover:after {
    content: url('../images/dropdown-hover.png');
    margin-left: 0.5rem;
    border: none;
    vertical-align: 0.05rem;
}

.ls-form-search {
    display: inline-block; 
    position: relative;
}
.ls-form-search input {
    all: unset;
    border-bottom: 1px solid rgb(92,92,92);
    width: 200px;
}
.ls-form-search input:hover {
    background-color: rgba(237, 19, 36, 0.05); 
}

.ls-form-wrapper-mobile, .header-social-mobile {
    display: none;
}
.logo-mobile {
    display: none;
}
.contact-info-mobile {
    display: none;
}
.contact-info-mobile-small {
    display: none;
}
.contact-info-mobile-small i {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}
    /* CAROUSEL */
.carousel-inner img {
    width: 100%;
    height: auto;
}


.carousel-caption {
    position: absolute;
    right: calc(40% - 50px);
    bottom: calc(100% - 350px);
    left: 0;  
}
.carousel-caption h4 {
    color: #ff0b1f;
    font-size: 2.0625rem;
    font-family: 'MyraidPro'; 
    text-transform: uppercase;
}
.carousel-caption h5 {
    font-size: 1.8125rem;
    color: rgb(122, 122, 122);
    text-transform: uppercase;
    border-top: 1px solid rgb(122, 122, 122);
    display: inline-block;
    padding-top: 0.5rem;
}
.small-banner {
    margin-top: 1rem;
    position: relative;
    text-align: center;
}
.small-banner img, .big-banner img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.small-banner .banner-caption {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}
.banner-caption h2, .banner-caption h3 {
    font-size: 1.6875rem;
    text-transform: uppercase;
    font-family: 'Proxima-Nova-Bold';
}
.banner-caption p {
    font-size: 1rem;
    color: black;
}
.go-to-collection {
    background-color: rgba(255,255,255,0.6);
    border: 1px solid rgba(122, 122, 122, 0.8);
    display: inline-block;
    padding: 0.25rem 1.5rem;
}
.go-to-collection:hover {
    background-color: rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(122, 122, 122, 0.8);
}
.banner-caption a {
    color: black;
}
.big-banner {
    margin-top: 1rem;
    position: relative;
    text-align: center;
}
.big-banner .banner-caption {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}
.big-banner .banner-caption h2, .big-banner .banner-caption h3 {
    color: white;
}
.news {
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.news h2, .about-us h2 {
    font-size: 1.8125rem;
    text-transform: uppercase;
    text-align: left;
    text-indent: 0;
}
.ls-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.col-ls {
    width: 25%;
}
.col-ls-news {
    padding: 1rem 1.5rem 1.5rem 0rem;
}
.col-ls-news:not(:first-child) {
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    border-left: 1px solid rgba(157, 157, 157, 0.4);
}
.ls-categories-list-last-group {
    border-right: 1px solid rgba(157, 157, 157, 0.4);
}
.col-ls h3 {
    font-size: 1.25rem;
    text-indent: 2rem;
}
.col-ls-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 1rem;
    color: rgb(157, 157, 157);

}
.col-ls-info a {
    color: rgb(157, 157, 157);
    display: block;
}
.ls-read-more {
    margin-top: 2rem;
    border: 1px solid rgba(122, 122, 122, 0.8);
    display: inline-block;
    padding: 0.25rem 1.5rem;
    color: black;
}
.ls-read-more:hover {
    background-color: rgba(157, 157, 157, 0.05);
    border-bottom: 1px solid rgba(122, 122, 122, 0.8);
}
.about-us {
    text-indent: 2rem;
    text-align: justify;
}
.last-string {
    font-size: 1.4rem;
    text-align: center;
    text-indent: 0;
}

/* футер */
.bottom-menu {
    border-top: 1px solid rgba(157, 157, 157, 0.4);
    border-bottom: 1px solid rgba(157, 157, 157, 0.4);
}
.bottom-menu .menu-list li {
    line-height: 0.8rem;
    text-align: center;
}
#menu-item-26 {
    border-left: 2px solid rgba(157, 157, 157, 0.4);
}
.menu-list {
    padding-left: 0;
    padding-top: 1rem;
    display: flex;
    flex-wrap: wrap;
}
.ls-border-left {
    border-left: 2px solid rgba(157, 157, 157, 0.4);
}
.menu-list li {
    list-style-type: none;
    border-right: 2px solid rgba(157, 157, 157, 0.4);
}
.menu-list li a {
    padding-top: 0;
    padding-bottom: 0;
    color: black;
    line-height: 1;
    /* text-transform: lowercase; */
    padding: 0rem 0.5rem;
}
.menu-list li a:hover {
    color: #ff0b1f;
    border-bottom: 1px solid transparent;
}
.footer-logo {
    padding: 0.5rem 5rem 0.5rem 0;
}
.footer-small {
    display: none;
    color: rgb(92, 92, 92);
}
.footer-contact-info {
    flex-wrap: wrap;
    width: 90%;
}
.footer {
    display: flex;
    color: rgb(92, 92, 92);
}
.footer-contact-info {
    margin-top:2rem;
}
.footer-contact-info-first-string {
    padding:0;
    line-height: 2.3rem;
}
.adress, .mail-link, .time, .footer-mail-link  {
    position: relative;
}
.common-info {
    color: black;
}
.copyright {
    color: black;
}
.ls-dropdown-mobile {
    display: none;
}

/* 404 */
.not-found {
    position: absolute;
    top: 25rem;
    right: calc(40% - 250px);
}
.not-found-image {
    max-width: 100%;
}
.not-found h2{
    font-size: 4.7rem;
    text-transform: uppercase;
}
.not-found h3 {
    font-size: 3.875rem;
    line-height: 3.8rem;
}

/* страницы */
.wrapper {
    padding-bottom: 1rem;
}
.page-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    overflow-x: hidden;
}
.page-heading nav {
    padding-top:0;
    width: auto;
}
.page-heading h1 {
    font-size: 1.25rem;
    color: #ff0b1f;
    text-transform: uppercase;
    font-family: 'Proxima-Nova-Bold';
    margin-bottom: 0;
    line-height: 1.35rem;
}
.page-heading a {
    font-size: 1rem;
    color: rgb(92, 92, 92);
    text-transform: uppercase;
   
}
.page-heading span, .page-heading nav  {
    font-size: 1rem;
    text-transform: uppercase;
    padding-left: 0.25rem;
    white-space: nowrap;
    overflow-x: hidden;
}
hr {
    color: rgba(157, 157, 157, 0.4);
    height: 2px;
    margin-top: 0;
}
.news-thumbnail {
    width: 100%;
    height: auto;
}
.ls-card {
    border: none;
}
.ls-card h2 {
    text-transform: uppercase;
    color: #ff0b1f;
    font-size: 1.375rem;
    font-family: 'Proxima-Nova-Bold';
}
.ls-card-body {
    padding: 0;
    padding-top:1rem;
}
.ls-card-body p {
    margin-bottom: 0;
}
.ls-date {
    font-size: 1.25rem;
    color: rgb(157, 157, 157);
    margin-bottom: 0.5rem;
}
.ls-card-body .card-text {
    font-size: 1.375rem;
}
.ls-card-body a {
    text-align: right;
    font-size: 1.25rem;
    color: rgb(157, 157, 157);
    float: right;
}
.pages {
    text-transform: uppercase;
    font-family: 'Proxima-Nova-Bold';
    font-size: 1.5625rem;
}
h3.pages {
    color: #ff0b1f;
    text-align: center;
}
h2.pages {
    color: rgb(157, 157, 157);
    position: absolute;
    right: 0;
    top: 0;
}
.news-wrapper {
    text-align: center;
    position: relative;
}
.news-wrapper img {
    max-width: 100%;
    padding: 1rem;
}
.news-wrapper p {
    font-size: 1.375rem;
}



.contacts a {
    color: black;
}
.contacts i {
    font-size: 1.5rem;
    color: rgb(92, 92, 92);
    padding-right: 1rem;
    width: 2.5rem;
    display: inline-block;
}
.contacts h2 {
    padding: 1rem 0 0.5rem 2.5rem;
}
.contacts .contacts-info p,
.contacts .contacts-form .contacts-form-content,
.contacts .contacts-map {
    display: flex;
}
.contacts-form-content-form-wrapper {
    max-width: 100%;
}
@media (max-width: 400px) {
    .contacts .contacts-form i, .contacts .contacts-map i {
        display: none;
    }
    .contacts h2 {
        padding-left: 0;
    }
    .contacts .g-recaptcha {
        overflow-x: hidden;
    }
}

.wpcf7-not-valid-tip {
    font-size: 0.8rem !important;
}
div.wpcf7-response-output {
    margin: 0 0 2rem 0 !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok, div.wpcf7-spam-blocked {
    border: none !important;
    font-size: 1rem;
    border-radius: 5px;
    font-family: 'Proxima-Nova-Bold';
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing,
div.wpcf7-spam-blocked {
    background: rgba(255,11,31,0.3);
    color: #9c0713;
    box-shadow: 0 0 0 0.2rem rgba(255,11,31,.5);
}
div.wpcf7-mail-sent-ok {
    background: rgba(57,143,20,0.1);
    color: #245f0b;
    box-shadow: 0 0 0 0.2rem rgba(57,143,20,.2);
}



.ls-section-with-form p {
    font-family: 'roboto-condensed-bold';
    font-size: 1.375rem; 
}
.contact-common-text {
    color: black;
    text-align: right;
    padding-right: 0.5rem;
    font-family: 'roboto-condensed-bold';
}
.map-text {
    color: black!important;
    font-family: 'roboto-condensed-bold';
    font-size: 1.375rem;
}

.catalog-item{
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.catalog-item:hover .catalog-hover{
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 1px solid rgba(157, 157, 157, 0.4);
    outline-offset: -1rem; 
    padding: 1rem;
}
  
.catalog-item img{
    top: 0;
    display: block;
    max-width: 100%;
    height: auto;
}
.catalog-hover{
    display: none;
    width: 100%;
    background:rgba(0,0,0,.65);
    position:absolute;
}
.catalog-hover p{
   text-align:center;
   color:#fff;
   font-size:1.25rem;
}

#upbutton {
    background: url('../images/up-buttom.png') no-repeat top left;
    background-size: contain;
    height: 60px;
    width: 60px;
    bottom: 30px;
    right: 30px;  
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
}
.none-on-middle {
    margin-bottom: 0;
}
.on-middle {
    display: none;
}
.only-on-small {
    display: none;
}
.header-social-mobile {
    display: none;
}
.contact-info-modile-two-lines {
    display: none;
}
.only-on-xs {
    display: none;
}
.footer-contact-info-second-string {
    margin-left: 0;
    line-height: 2rem;
}
.copyright {
    margin-top: 2rem;
}
.footer-info-small {
    display: flex;
    flex-wrap: wrap;
}
.mail-none-padding-right {
    margin-right: 0!important;
}
.row-logo-shops {
    align-items: center;
	padding-left:140px;
	padding-right:140px;
}
.row-logo-shops a:hover {
    border-bottom: 1px solid transparent;
}
.logo-shops {
    padding: 30px;
}
.logo-shops img {  
    max-width: 100%;
    height: auto;
}

.product-brief-info {
    padding: 0 1rem 0rem 1rem;
}

.entry-summary {
    padding: 0.5rem 0 0 ;
    padding-right:0;
    text-align: left;
}

.model-description .model-description-consists {
    color: rgb(92, 92, 92);
    margin-top: 10px;
}

.ls-navbar-nav li {
    display: block;
}
.product-description-heading {
    color: #ff0b1f;
    font-size: 1.375rem;
    font-family: 'Proxima-Nova-Bold'; 
}
.onsale {
    display:none;
}
.stock span {
    color: rgb(92, 92, 92);
    font-size: 1.125rem;
}
.in-stock.stock-btn {
    background-color: #ff0b1f;
    display: inline-block;
    color: white;
    padding: 0.25rem 2rem;
}
.out-of-stock.stock-btn {
    background-color: rgb(89,89,89);
    display: inline-block;
    color: white;
    padding: 0.25rem 2rem;
}
.expected.stock-btn {
    background-color: #ff0b1f;
    display: inline-block;
    color: white;
    padding: 0.25rem 2rem;
}
span.soldout {
    padding: 3px 7px;
    background: #7b1616;
    color: white;
    font-size: 13px;
}
.before-woobreadcrumb {
    display: flex;
    align-items: center;
}
.before-woobreadcrumb a:hover {
    border-bottom: 1px solid transparent;
    text-decoration: underline;
    text-decoration-color: rgba(157, 157, 157, 0.4);
}
.product-info {
    color: rgb(92, 92, 92);
}
.product-common-info {
    margin-bottom: 0;
}
.woocommerce-info {
    border-top-color: transparent!important;
    background-color: transparent!important;
    height: 45vh;
}
.woocommerce-info:before {
    color: #ff0b1f!important;
}
.ls-woocommerce-page {
    padding-bottom: 1rem;
}
.reset_variations {
    padding: 0.25rem 2rem;
    color: white;
    background-color: rgb(89,89,89);
}
.reset_variations:hover {
    color: white;
    background-color: rgb(238, 48, 48);  
    border-bottom: 1px solid transparent;
}






.select_option {
    margin-right: 0.5rem!important;
    margin-bottom: 0.5rem!important;
}
.select_option.selected {
    background-color: #ff0b1f;
    border: 1px solid #ff0b1f !important;
    color: white;
}
.select_option .gs_woov_value {
    border: 1px solid transparent!important;
    padding: 0 1rem;
    font-size: 1.25rem;
}
.select_option.inactive {
    display: none !important;
}








label {
    margin-bottom: 0;
}
.product-description {
    color: rgb(92, 92, 92);
}
.quantity {
	display:none;
}
.single_add_to_cart_button {
	display: none;
}
.ls-header-squeeze {
	padding-left: 10rem;
	padding-right: 16.5rem;
}
.ls-section-with-form {
    margin-top:2rem;
}


.next-previous-btn {
    display: flex;
    align-items: flex-start;
    margin: 2rem 1rem 1rem 1rem;
}


.previous-product, .next-product {
    position: absolute;
    top: 50%;
    width: 71px;
    height: 128px;
    z-index: 1000;
    background-repeat: no-repeat;
    border: none;
    display: none;
}
.previous-product {
    left: 0;
    background: url(../images/arrows/left.png);
}
.previous-product:not(.noactive):hover {
    background: url(../images/arrows/left-hover.png);
    border: none;
}
.previous-product.noactive {
    opacity: 0.3;
}
.next-product {
    right: 0;
    background: url(../images/arrows/right.png);
}
.next-product:not(.noactive):hover {
    background: url(../images/arrows/right-hover.png);
    border: none;
}
.next-product.noactive {
    opacity: 0.3;
}

.contactpage-icons {
    vertical-align: middle;
}
.price del {
	display: none;
}

.ls-woocommerce-page nav.woocommerce-pagination {
    text-align: center;
}
.ls-woocommerce-page nav.woocommerce-pagination,
.woocommerce nav.woocommerce-pagination {
    margin-bottom: 1rem;    
}
.ls-woocommerce-page nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #d3ced2;
    border-right: 0;
    margin: 1px;
}
.ls-woocommerce-page .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
}
.ls-woocommerce-page nav.woocommerce-pagination ul li {
    border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}
.ls-woocommerce-page nav.woocommerce-pagination ul li a,
.ls-woocommerce-page nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.ls-woocommerce-page nav.woocommerce-pagination ul li a,
.ls-woocommerce-page nav.woocommerce-pagination ul li span {
    border: none;
}
.ls-woocommerce-page nav.woocommerce-pagination ul li a:focus,
.ls-woocommerce-page nav.woocommerce-pagination ul li a:hover,
.ls-woocommerce-page nav.woocommerce-pagination ul li span.current {
    background: #ebe9eb;
    color: #8a7e88;
}

@media (min-width: 1100px) {
    .ls-container {
        max-width: 1060px; 
    }
}
@media (min-width: 1500px) {
    .ls-container {
        max-width: 1440px; 
    }
    .ls-header-squeeze {
        padding-right: 10rem;
    }
}

@media (min-width: 1700px) {
    .ls-container {
        max-width: 1690px; 
        
    }
}
@media (max-width: 1699px) {
    .none-on-big {
        display: inline-block;
        margin-bottom: 0; 
        margin-left: -1.5rem;
    }
    .none-on-middle {
        display: none !important;
    }
    .ls-navbar-nav {
        padding-left: 12rem;
    }
}

@media (max-width: 1500px) {
    .ls-form-search input {
        width: 200px;
    }
    .ls-navbar-nav li {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        text-align: center;
    }
    .contact-info span, .contact-info-mobile span, .footer-contact-info span {
        margin-right: 2rem;
        font-size: 1rem;
    }
    .copyright {
        font-size: 1rem;
        margin-top: 1rem;
    }
    .header-logo {
        padding-right: 0.1rem;
    }
    .ls-form-search {
        margin-right: 2rem;
    }

    .menu-list li a {
        font-size: 1.15rem;
    }
    .not-found {
        top: 23rem;
        right: calc(30% - 250px);
    }
	.ls-header-squeeze {
		padding-left:0rem;
		padding-right: 0rem;
    }

}

@media (max-width: 1366px) {
    .footer-contact-info {
        margin-top:1rem;
    }
    .footer-logo {
        padding-right: 3rem;
    }
    .common-info {
        display: none;
    }

   .none-on-big {
       margin-left:0;
    }
   .contact-info-second-string {
        margin-left: 0rem;
        margin-top: -1rem;
    }
    .ls-navbar-nav {
        padding-left: 8rem;
    }
    .not-found {
        right: calc(30% - 150px);
    }
    .not-found h2{
        font-size: 3.5rem;
    }
    .not-found h3 {
        font-size: 3rem;
        line-height: 3rem;
    }
    .product-brief-info {
        flex-wrap: wrap;
    }
    .next-previous-btn {
        margin-top: 0rem;
    }
}
@media (max-width: 1140px) {
    .ls-navbar-nav li {
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .none-on-middle {
        display:none;
    }
    .on-middle {
        display: inline;
    }
    .carousel-caption {
        bottom: calc(100% - 350px);
    }
    .carousel-caption h4 {
        font-size: 1.8rem;
    }
    .carousel-caption h5 {
        font-size: 1.5rem;
    }
    .contact-info .common-info {
        display: none;
    }
    .footer-contact-info {
        margin-left: 0rem;
    }
    .common-info {
        display: none;
    }
    .adress-info {
        margin-left: 0;
    }
    .not-found {
        top: 22rem;
        right: calc(20% - 150px);
    }
}
@media (max-width: 1099px) {

    .only-on-small {
        display: block;
    }
    .not-only-on-small {
        display: none;
    }
    .ls-form-search input {
        width: 150px;
    }
}
@media (max-width: 991px) {
	.row-logo-shops {
		padding-left: 50px;
		padding-right: 50px;
	}
    .header-contact-info {
        display: none;
    }
    .ls-navbar-nav {
        padding-left: 0rem;
    }
    .ls-navbar-nav li {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        border-right: none;
    }
    .ls-form-wrapper-mobile { 
        display: inline-block;
        float: right;
        white-space: nowrap;
        padding: 0rem 0.5rem 0rem 3rem;
    }
    .clearfix {
        clear: both;
    }
    .logo-mobile {
        display: block;
    }
    .header-contact-info-first-string, .header-contact-info-second-string {
        width: 100%;
    }
    .header-contact-info-second-string {
        margin-left: 2.5rem;
    }
    .footer-navbar-info {
        align-items: center;
    }
    .contact-info, .form-wrapper, .header-logo {
        display: none;
    }
    .ls-form-search {
        margin-right: 0;
    }
    .ls_form_row {
        width: 80%;
    }
    .carousel-caption h4 {
        font-size: 1.5rem;
    }
    .carousel-caption h5
     {
        font-size: 1.2rem;
    }
    .go-to-collection {
        font-size: 0.8rem;
        padding: 0.1rem 0.6rem;
    }
    .banner-caption h2, .banner-caption h3 {
        font-size: 1.3rem;
    }
    .col-ls {
        width: 50%;
        margin-bottom: 1.5rem;
    }
    .col-ls-news:nth-child(2n+1) {
        border-left: none;
    }
    .ls-read-more {
        margin-top: 0rem;
    }
    .news h2, .about-us h2 {
        font-size: 1.5rem;
    }
    .col-ls h3 {
        font-size: 1rem;
    }
    .about-us {
        font-size: 1rem;
    }
    .last-string {
        font-size: 1.25rem;
    }
    .menu-list li a {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .menu-list li {
        border-right: none;
        margin-bottom:0;
    }
    .bottom-menu .menu-list li {
        padding-top: 0.5rem;
    }
    .ls-border-left {
        border-left: none;
    }
    .contact-info-mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 80%;
    }
    .contact-info-mobile span {
        margin-right: 3rem;
    }
    .footer-social {
        display: none;
    }
    .footer-logo, .adress-info {
        display: none;
    }
    header {
        padding-bottom: 0;
    }
   
    .ls-dropdown-menu {
        border: transparent;
    }
    .ls-dropdown-menu ul {
        border-top: 1px solid #ddd;
    }
    .ls-dropdown-menu li a {
        font-size: 1rem;
    }
    .ls-categories-list {
        border-left: 1px solid transparent;
        text-align: center !important;
    }
    .ls-dropdown-mobile {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        color: rgb(237, 19, 36);
        font-size: 1.5rem;
        background-color: transparent;
    }
    .ls-dropdown-mobile:focus {
        outline: none;
    }
    .not-found {
        top: 15rem;
        right: calc(20% - 50px);
    }
    .not-found h2 {
        font-size: 2.5rem;
    }
    .not-found h3 {
        font-size: 2rem;
        line-height: 2rem;
    }
    .pages {
        font-size: 1.15rem;
    }
    .news-wrapper p {
        font-size: 1rem;
    }
    .contact-info-mobile-small {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% - 13rem);
        margin-left: 3rem;
        justify-content: space-between;
    }
    .contact-info-mobile-small span{
        font-size: 1rem;
        display: flex;
        align-items: center;
        padding: 3px 0;
    }
    .footer {
        display: none;
    }
    .footer-small {
        display: flex;
    }
    .footer-small .copyright {
        width: 100%;
    }
    .footer-small .logo-mobile {
        margin-top: 1rem;
        margin-right:1rem;        
    }
    .footer-small .contact-info-mobile-small {
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .footer-small .adress {
        margin-left: 0.5rem;
    }
    #menu-item-26 {
        border-left: none;
    }
    .logo-shops {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media (max-width: 949px) {
    .hidden_on_pl {
        display:none !important;
    }
    .contact-info-mobile-small {
        width: 75%;
    }
}
@media (max-width: 854px) {
    .not-found {
        top: 18rem;
    }
}


@media (max-width: 767px) {
    .logo-shops {
        width: 50%;
    }
    .none-padding-right {
        padding-right: 0rem;
    }
    .carousel-caption  {
        bottom: calc(100% - 250px);
    }
    .carousel-additional-info {
        display: none;
    }
    .col-ls {
        width: 50%;
    }

    .col-ls-news:first-child {
        padding-left: 1.5rem;
    }
    .not-found {
        top: 17rem;
        right: calc(13% - 0px);
    }
    .not-found h3 {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    .not-found h2 {
        font-size: 2rem;
    }

    h2.pages {
        position: static;
        text-align: right;
    }
    .page-heading {
        flex-wrap: wrap;
    }
    tr {
        display:flex;
        flex-wrap: wrap;
    }
    td {
        display: block;
        text-align: left;
        white-space: nowrap;
    }
    .contact-common-text {
        text-align: left;
    }
    div.product {
        flex-wrap: wrap;
    }
    .product-brief-info {
        padding-left: 0rem;
        padding-bottom: 0;
    }
    .entry-summary, .stock span {
        font-size: 1rem;
        padding-bottom: 0;
    }
    .select_option .gs_woov_value {
        font-size: 1rem;
    }
    .product-description-heading {
        font-size: 1.15rem;
        margin-bottom: 0;
    }

    .col-sm-6 {
        margin-bottom: 1rem;
    }
    .next-previous-btn {
        margin-top: 1rem;
    }
}
@media (max-width: 737px) {
    .contact-info-modile-two-lines {
        display: flex;
        flex-wrap:wrap;
        width: 60%;
    }
    .hidden-into-small {
        display: none !important;
    }
}
@media (max-width: 587px) {
    .contact-info-mobile-small {
        width: calc(100% - 10rem);
        margin-left: 0;
    }
    .contact-info-mobile-small span {
        padding-right: 0;
    }
    .footer-small .contact-info-mobile-small span {
        padding-right: 2.8rem;
    }
    .for-form-center-mobile {
        text-align: center;
		margin-top: 1rem;
    }
    .ls-form-wrapper-mobile {
        float: none;
    }
    .not-found {
        top: 25rem;
        right: calc(8% - 0px);
    }
    .not-found h3 {
        font-size: 1.3rem;
        line-height: 1.3rem;
    }
    .not-found h2 {
        font-size: 1.5rem;
    }
    .logo-shops {
        padding: 30px;
    }
}
@media (max-width: 575px) {
    .ls-carousel-caption {
        right: calc(40% - 150px); 
    }
    .ls-carousel-caption h4 {
        font-size: 1.2rem;
    }
    .ls-carousel-caption h5 {
        font-size: 1rem;
    }
    .common-info {
        display:none;
    }
    .big-banner .banner-caption {
        top: 10%;
    }
    .banner-caption h2 {
        font-size: 1rem;
    }
    .banner-caption h3 {
        font-size: 0.8rem;
    }
    .contact-info span, .contact-info-mobile span, .footer-contact-info span {
        margin-right: 0rem;
    }

    .phone-link {
        margin-right: 0rem;
    }
    td {
        white-space: normal;
    }
    .ls_form_row {
        width: 100%;
    }
}
@media (max-width: 561px) {
    .contact-info-modile-two-lines {
        width: 100%;
    }
}
@media (max-width: 467px) {
    .col-ls {
        width: 100%;
    }
    .col-ls-news:not(:first-child) {
        border-left: none;
    }
    .col-ls-news {
        padding-left: 0rem!important;
    }
    .contact-info-mobile {
        display: none;
    } 
    .footer-contact-info {
        margin-left: 0rem;
    }
    .not-found {
        top: 23rem;
    }
    .footer-none-xs {
        display: none;
    }
    .footer-small {
        display: flex;
        align-items: flex-end;
        padding-bottom: 1rem;
    }
    .footer-small .copyright {
        margin-left: 0;
    }
    .carousel-caption {
        bottom: calc(80% - 100px);
    }
	.logo-shops {
    	padding: 10px;
	}
    .next-previous-btn {
        flex-wrap: wrap;
    }
    a.previous-product {
        margin-bottom: 1rem;
    }
   .wrapper-not-on-small {
       display: none;
   }
   .ls-form-group {
        width: 100%;
    }
}
@media (max-width: 393px) {
    .only-on-xs {
        display: block;
    }
    .not-only-on-xs {
        display: none;
    }
    .contact-info-mobile-small a {
        font-size: 0.85rem;
    }
    .ls-carousel-caption h4 {
        font-size: 1rem;
    }
    .ls-carousel-caption h5 {
        font-size: 0.8rem;
    }
    .banner-caption h2 {
        font-size: 0.8rem;
    }
    .banner-caption h3 {
        font-size: 0.65rem;
    }
    .not-found {
        position: static;
        text-align: center;
    }
    .contact-info-modile-two-lines {
        display: none;
    }
    .header-social-mobile {
        display: block;
        white-space: nowrap;
    }
    .footer-small .contact-info-mobile-small span {
        padding-right: 0;
    }
    .contact-info-mobile-small span {
        display: block;
    }
}

div.product {
    display:flex;
}

div.product .images {
    width: 560px;
    min-width: 560px;
}

@media (max-width: 990px) {
    div.product .images {
        width: 350px;
        min-width: 350px;
    }
}

@media (max-width: 350px) {
    div.product .images {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }
}

div.product .images img {
    height: auto;
    max-width: 100%;
    display: block;
}
