@font-face {
    font-family: "Onest";
    font-display: swap;
    src: url("../fonts/OnestBlack.woff") format("woff"), url("../fonts/OnestBlack.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Onest";
    font-display: swap;
    src: url("../fonts/OnestBold.woff") format("woff"), url("../fonts/OnestBold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Onest";
    font-display: swap;
    src: url("../fonts/OnestMedium.woff") format("woff"), url("../fonts/OnestMedium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Onest";
    font-display: swap;
    src: url("../fonts/OnestRegular.woff") format("woff"), url("../fonts/OnestRegular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, ::after, ::before {
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

aside,
nav,
footer,
header,
section {
    display: block;
}

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    color: #5C5C5C;
    background-color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 0em;
}

body.no_scroll {
    overflow: hidden;
}

input,
button,
textarea {
    font-family: "Onest";
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

body {
    color: #3C3C3C;
    font-size: 16px;
}

body ._container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1350px !important;
}

body._scroll-off {
    overflow: hidden;
}

body._lock {
    overflow: hidden;
}

body._lock header::after {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}


/*Header*/
.header-top-fixed {
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 99;
}

.header-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.header-top-logo {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-top-logo img {
    max-width: 160px;
    padding: 10px;
}

.header-top-search {
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

div#search {
    width: 100%;
    padding-left: 15px;
    height: 50px;
    position: relative;
    margin-left: 2px;
    border: 1px solid #00536E;
    border-radius: 10px;
}

input#input_search {
    width: calc(100% - 65px);
    color: #495057;
    border: none;
    font-size: 20px;
    padding-left: 15px;
    height: 100%;
    position: relative;
    margin-left: 2px;
}

button#search-button {
    border-left: 1px solid #ffd420 !important;
    font-size: 12px;
    color: #999;
    background-color: #FFF;
    border-radius: 0 10px 10px 0;
    height: 100%;
    position: relative;
    top: -3px;
    padding: 7px 12px;
}

button#search-button svg {
    width: 33px;
    height: 33px;
    fill: #00536E;
    overflow: hidden;
    vertical-align: middle;
}

.header-top-right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    width: 15%;
    padding-left: 50px;
    gap: 17px;
}

.header-top-right-user svg, .header-top-right-cart svg {
    color: #00536E;
    width: 33px;
    height: 33px;
    fill: #00536E;
}

.header-top-right-cart {
    position: relative;
}

.header-top-right-cart span {
    position: absolute;
    top: -2px;
    left: 19px;
    min-width: 20px;
    height: 20px;
    background: #eb5757;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    transition: background .15s ease .05s;
    font-weight: 400;
    padding: 0 4px;
    display: inline-block;
}

.header-nav {
    background-color: rgb(255, 212, 32);
    color: #000;
    padding-top: 102px;
}

div#nav-menu {
    position: relative;
}

nav#nav-menu-dropdown {
    display: none;
}

div#nav-menu-header {
    height: 50px;
    position: relative;
    transition: background .15s ease .05s;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    width: 65px;
    background: #27272a;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

div#nav-menu-header svg {
    width: 40px;
    height: 40px;
    transition: transform .4s ease .1s;
    position: relative;
    top: 3px;
}

nav#nav-menu-dropdown {
    position: absolute;
    top: 50px;
    box-shadow: 5px 12px 30px rgb(0 0 0 / 40%);
    background: #fff;
    padding: 10px;
    z-index: 10;
}

ul.nav-ul {
    max-height: 611px;
    overflow-y: auto;
}

ul.nav-ul li.menu-li-ho-one {
    background: transparent !important;
    padding: 10px 35px;
}

.menu-li-ho-one-url {
    display: flex;
}

img.omenu-li-ho-one-icon {
    margin-right: 10px;
    max-height: 30px;
    max-width: 30px;
    width: 25px;
    height: auto;
}

.menu-li-ho-one-title {
    width: 240px;
}

.menu-li-ho-one-title .menu-li-ho-one-url {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.menu-li-ho-one-ul-ho-two {
    height: 100%;
    transform: none;
    opacity: 1;
    background-color: #ffffff !important;
    width: 1200px;
    overflow-y: auto;
    box-shadow: 0px 2px 12px 0px rgb(0 0 0 / 8%);
    position: absolute;
    top: 0;
    left: 270px;
    padding: 15px;
    display: none;
}

.menu-li-ho-one-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1rem;
    font-size: 16px;
    color: #27272a;
}

.menu-back {
    display: none;
}

.menu-li-ho-two-between .menu-li-ho-two-name {
    font-size: 16px;
    display: inline-block;
    background: #ffffff;
    color: #27272a;
    padding: 8px 11px;
    margin-bottom: 4px;
    line-height: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    text-decoration: none;
    border: none;
    font-weight: 600;
}

ul.menu-ul.menu-ul-ho-two {
    padding: 10px 0;
    padding-bottom: 0;
    left: 0;
    -moz-column-count: 3;
    -moz-column-gap: 0;
    -webkit-column-count: 3;
    -webkit-column-gap: 0;
    column-count: 3;
    column-gap: 0;
    min-height: 100%;
    height: max-content !important;
    width: 100%;
}

li.menu-li.menu-li-ho-two {
    padding: 0 10px;
    display: list-item;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    display: grid;
}

.menu-ul-ho-three {
    padding-left: 10px;
    margin-bottom: 10px;
}

.menu-ul-ho-three a span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1rem;
    font-size: 16px;
    color: #27272a;
}

ul.menu-ul.menu-ul-ho-three {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.header-nav-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header-title {
    font-size: 29px;
    color: #000000;
}

.language_select {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.language_select span {
    display: block;
    font-size: 22px;
    color: black;
    place-self: center;
    cursor: pointer;
}

.language_select span.active {
    color: #00536e;
}


/*Home page*/
._swiper {
    overflow: hidden;
}

._swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
    display: none !important;
}

section.banner {
    padding-top: 30px;
}

.banner__slider {
    border-radius: 10px;
}

.banner__image {
    width: 100%;
    max-width: 100%;
    padding-bottom: 43%;
    position: relative;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
    border-radius: 10px;
}

.banner__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner__text {
    position: absolute;
    top: 140px;
    left: 50%;
    width: 100%;
    max-width: 900px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #401A0A;
    text-align: center;
    font-family: "Victoria";
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 0.9;
}

.banner__image a{
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.home-categories {
    padding-top: 30px;
}

.home-categories_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

.home-categories-item {
    flex: 0 0 calc((100% - 90px) / 4);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-categories-image {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-bottom: 85%;
    overflow: hidden;
    border-radius: 10px;
    display: block;
    box-shadow: 0 4px 8px rgb(50 50 71 / 6%), 0 4px 4px rgb(50 50 71 / 8%);
    background: #ffffff;
}

.home-categories-image img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0.9;
}

.home-categories-title {
    transition: color .15s ease;
    text-align: center;
    color: #095A7D;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

h2.section-title {
    color: #30363D;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
    padding-top: 20px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid #d5d5d5bf;
}

section.discover {
    padding-top: 30px;
}

/*Cookie*/
.cookie_on {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    padding: 20px;
    background: rgba(0, 0, 0, .6);
    transition: bottom 0.8s ease, opacity 0.8s ease;
    backdrop-filter: blur(16px);
}

.cookie_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.cookie_text {
    font-size: 14px;
    color: #DDD;
    font-weight: 400;
    line-height: 1.5;
}

.cookie_button button {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    border: 2px solid #ffd420;
    transition: all .15s ease .05s;
    background: transparent;
    color: #fff;
    margin-left: 20px;
    border-radius: 30px;
}

.cookie_text a {
    color: #ffd420;
    text-decoration: underline;
}

/*Footer*/
footer {
    background-color: #27272a;
    padding-top: 45px;
    padding-bottom: 18px;
    margin-top: 30px;
    color: #e5e5e5;
}

.footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

.footer-top:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0;
    left: 0px;
    background: #97979712;
    height: 1px;
}

.footer-top-left {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 35px;
}

.footer-top-left-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #DEDEDE;
}

.footer-subscribe-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

input#InputSubscribeEmail {
    width: 100%;
    color: #E5E5E5;
    font-size: 16px;
    line-height: 21px;
    background: #27272a;
    padding: 12px 20px;
    border: 1px solid #FFD420;
    transition: background .15s ease;
    border-radius: 30px 0 0 30px;
}

button#footer-make-subscribe {
    font-size: 16px;
    line-height: 47px;
    color: #333;
    font-weight: 400;
    background-color: rgb(255, 212, 32);
    border: 0;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 0 30px 30px 0;
    white-space: nowrap;
}

.footer-top-right {
    width: 45%;
}

.footer-subscribe-bottom {
    margin-bottom: 0;
    position: relative;
    padding-top: 10px;
    padding-left: 0px;
    color: #ffffff;
}

.footer-subscribe-bottom a {
    color: #ffffff;
    text-decoration: revert;
}

.footer-body {
    display: flex;
    justify-content: space-between;
    color: rgb(255, 255, 255);
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

h3.footer-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 31px;
    position: relative;
}

ul.footer-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

ul.footer-list li a {
    color: rgb(255, 255, 255);
    transition: color .3s ease;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0em;

}
ul.footer-list li {
    margin-bottom: 8px;
}

.footer-bottom-credits {
    font-size: 12px;
}

.time-worck {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.social-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 21px;
}

.social-info h4 {
    color: rgb(255 255 255);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 0em;
}
span.footer-address {
    color: rgb(255 255 255);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
}

ul.footer-social-list {
    display: flex;
    gap: 10px;
}

ul.footer-social-list li a {
    display: flex;
    width: 45px;
    height: 45px;
    background: #ffffff00;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffd420;
    border-radius: 5px;
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

a.footer-phone {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    color: #ffffff;
    transition: color .3s ease;
}

a.footer-email {
    display: block;
    color: #fff;
    font-weight: 600;
    letter-spacing: .3px;
    line-height: 21px;
    text-decoration: underline;
}

ul.footer-contact-list {
    display: flex;
    gap: 10px;
}

ul.footer-contact-list li a {
    display: flex;
    width: 45px;
    height: 45px;
    background: #ffffff00;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffd420;
    border-radius: 5px;
}

.footer-body:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0;
    left: 0px;
    background: #97979712;
    height: 1px;
}

.info-site {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.interiors-home {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.interior-item {
    flex: 0 0 calc((100% - 60px) / 3);
    display: flex;
    position: relative;
}

.interior-item img {
    border-radius: 10px;
 }

.interior-products {
    position: absolute;
}

.interior-dots {
    border-radius: 10px;
    width: 30px;
    height: 30px;
    transform: translate(-15px, -15px);
    transition: width 150ms ease, height 150ms ease, transform 150ms ease, opacity 150ms ease, -webkit-transform 150ms ease;
    background: #4040408f;
    position: relative;
    cursor: pointer;
}

.interior-dots .dot {
    transform: translate(10px, 10px);
    background-color: #FFD420;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    transition: box-shadow 150ms ease, width 150ms ease, height 150ms ease, transform 150ms ease, -webkit-box-shadow 150ms ease, -webkit-transform 150ms ease;
}

.interior-content {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 250px;
    height: 130px;
    padding: 10px;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 4px;
    z-index: 10;
    -webkit-transition: opacity 250ms ease-in-out, visibility 250ms ease-in;
    -o-transition: opacity 250ms ease-in-out, visibility 250ms ease-in;
    transition: opacity 250ms ease-in-out, visibility 250ms ease-in;
}

.interior-content img {
    height: 80%;
    width: auto;
}

.interior-content a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: rgb(76, 76, 76);
    height: 42px;
}

.home-products {
    margin-top: 20px;
}

.products-home {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}

.products-home .product-layout {
    flex: 0 0 calc((100% - 75px) / 5);
    position: relative;
}

.product-layout ul.module-buttons-list {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
    right: 10px;
    top: 10px;
}

.product-layout ul.module-buttons-list {
    display: none;
}

.product-layout .product-module-item {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    transition: box-shadow .15s ease .05s;
}

.product-layout .module-img a {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.lable_sale {
    background: linear-gradient(45deg, transparent 50%, red 50%);
    position: absolute;
    top: 0;
    right: 14px;
    width: 65px;
    height: 65px;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    font-weight: 600;
    text-shadow: -1px -1px 0 red, 1px -1px 0 red, -1px 1px 0 red, 1px 1px 0 red;
}
.catalog-category-products-container .lable_sale {
    right: 9px;
}
.page-sales .lable_sale {
    right: 9px;
}
li.module-buttons-item {
    position: relative;
    z-index: 2;
}
.product-left {
    position: relative;
}
.product-left .lable_sale {
    z-index: 9;
    width: 85px;
    height: 85px;
    font-size: 36px;
    text-shadow: -2px -2px 0 red, 2px -2px 0 red, -2px 2px 0 red, 2px 2px 0 red;
}


.product-layout .module-img img {
    max-width: 200px;
    width: auto;
    /*height: 100%;*/
    max-height: 280px;
}

.module-title a {
    color: #333333;
    font-size: 14px;
    transition: color .15s ease .05s;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
}

.product-list-description {
    display: none;
    height: 90px;
    overflow: hidden;
    font-size: 12px;
    padding: 10px 20px;
    color: #8e8e8e;
    margin-bottom: 15px;
    text-align: left;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    line-height: 16px;
}

.module-model {
    padding: 5px 0px;
    display: none;
}

.module-price-new {
    color: #484848;
    font-size: 18px;
    font-weight: 700;
}

.module-price-old {
    text-decoration: line-through;
}

.module-cart-btn {
    display: block;
    color: #FFF;
    text-transform: uppercase;
    background: #353E48;
    padding: 11px 0px;
    margin: 0 10px;
    transition: background .15s ease .05s;
    width: calc(100% - 20px);
    border: 0;
    border-radius: 20px;
    font-size: 18px;
}

.module-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    height: 60px;
    margin-top: 15px;
    overflow-x: hidden;
}

.module-price {
    margin-bottom: 10px;
}

button.module-buttons-link.module-buttons-wishlist, button.module-buttons-link.module-buttons-quickview {
    background: #fff0;
}

a.goto-page-new {
    color: #353e48;
    background-color: #ffffff;
    margin-bottom: 10px;
    font-weight: 500;
    padding: 10px 20px;
    transition: background 0.3s ease;
    border-radius: 30px;
    border: 1px solid #353e48;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 210px;
}

.goto-page-new svg {
    transition: -ms-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    -webkit-transition: -webkit-transform .6s ease;
    width: 20px;
}

.page-products-new {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

section.banner_home {
    margin-top: 25px;
}

.banner_home_container {
    background: rgb(254, 196, 11);
    padding: 5px 30px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

h3.title-banner_home {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: .3px;
    font-weight: 700;
    color: rgb(5, 80, 102);
}

.text-banner_home {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-right: 80px;
    color: rgb(5, 80, 102);
}

.banner_home_container._container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.banner_home_item {
    width: 75%;
    padding: 20px 30px;
}

.banner_home_item.banner_home_image {
    width: 25%;
}

a.banner-plus-btn {
    font-size: 16px;
    font-weight: 300;
    padding: 10px 20px;
    text-align: center;
    max-width: 200px;
    transition: background .3s ease, color .3s ease;
    position: relative;
    border: 1px solid #ffd420;
    border-radius: 30px;
    color: rgb(255, 255, 255);
    background: rgb(5, 80, 102);
    width: 200px;
    margin-top: 20px;
    height: 46px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

a.interior-product-button {
    display: flex;
    width: max-content;
    height: auto;
    border: 1px solid;
    font-size: 11px;
    text-transform: none;
    text-decoration: none !important;
    white-space: nowrap;
    font-weight: 600;
    text-align: right;
    padding: 6px 10px 6px;
    color: #2C3E50;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 4px;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.interior-product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 15px 0px;
}

.news_home_items.swiper-backface-hidden .swiper-slide {
    flex: 0 0 calc((100% - 60px) / 3);
    margin: 0 10px;
}

.news_home_items .news_item {
    background: #FFFFFF;
    border-radius: 10px;
    padding-bottom: 15px;
    transition: box-shadow .15s ease .05s;
}

.news_home_items .news_item .news_item_title {
    margin-top: 10px;
    font-size: 14px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    height: 50px;
    display: block;
    font-weight: 700;
    letter-spacing: .3px;
    padding: 0px 10px;
    margin-bottom: 10px;
    transition: color .15s ease .05s;
    color: #333333;
    line-height: 1.3;
}

.news_item_desc {
    color: #898989;
    letter-spacing: .3px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    height: 82px;
    padding: 0 10px;
    font-weight: 400;
    line-height: 1.5;
}
section.news_home {
    padding-bottom: 30px;
}

.news_item_img {
    position: relative;
    height: 320px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.news_item_img img {
    display: block;
    border-radius: 10px;
}

.catalog-categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

ul.list-breadcrumb {
    background-color: inherit;
    padding: 16px 0px 16px 0;
    margin-bottom: 0;
    display: flex;
    gap: 10px;
}

ul.list-breadcrumb li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #211e1e;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

ul.list-breadcrumb li a svg {
    width: 12px;
}

ul.list-breadcrumb li.active a {
    color: rgb(255, 212, 32);
}

.category-parent {
    background-color: #FFF;
    padding: 15px 15px 30px 15px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .03);
    transition: box-shadow .15s ease .05s;
}

.category-parent img {
    border-radius: 10px;
}

.categories-children {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 20px;
}

.categories-children-item {
    flex: 0 0 calc((100% - 100px) / 5);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.children-image {
    box-shadow: 0px 3px 4px -2px rgb(0 0 0 / 50%);
    border-radius: 10px;
    transition: all .15s ease;
    margin: 10px 20px;
    height: 200px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.children-image img {
    padding: 10px;
    max-height: 100%;
    width: auto;
}

.categories-children-item span {
    display: block;
    text-align: center;
    color: #095A7D;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

section.catalog-products-full {
    margin-top: 25px;
}

.catalog-products-parent {
    background-color: #FFF;
    padding: 15px 15px 30px 15px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .03);
    transition: box-shadow .15s ease .05s;
}

.catalog-products-full-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}

.catalog-products-full-items .product-layout {
    flex: 0 0 calc((100% - 75px) / 5);
    position: relative;
}


/*Новости*/
.articles-colums {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.articles-colums .news_item {
    flex: 0 0 calc((100% - 90px) / 3);
    margin: 0 10px;
}

.articles-colums .news_item {
    background: #FFFFFF;
    border-radius: 10px;
    padding-bottom: 15px;
    transition: box-shadow .15s ease .05s;
}

.articles-colums .news_item .news_item_title {
    display: block;
    color: #333;
    font-weight: 700;
    letter-spacing: .3px;
    margin-bottom: 15px;
    transition: color .15s ease .05s;
    margin-top: 10px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    height: 43px;
    padding: 0 10px;
}

.news_item_desc {
    color: #898989;
    letter-spacing: .3px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    height: 102px;
    padding: 0 10px;
}

.news_item_img {
    position: relative;
    height: 320px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.news_item_img img {
    display: block;
    border-radius: 10px;
}

.article-infos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.article-text {
    flex: 0 0 calc(100% - 340px);
}

.article-more-info {
    flex: 0 0 320px;
}

.article-text {
    background-color: #FFF;
    padding: 30px;
    height: 100%;
    transition: box-shadow .15s ease .05s;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
    border-radius: 15px;
}

.article-text {
    font-size: 16px;
    line-height: 22px;
    color: #5C5C5C;
}

.article-text img {
    margin: 0 auto;
    margin-bottom: 10px;
}

.article-text a {
    color: #000000;
}

.article-more-info {
    border-radius: 0px 0px 1px 1px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.03);
    transition: box-shadow .15s ease;
    margin-bottom: 0;
    background-color: #FFF;
    padding: 30px;
    height: 100%;
}

.categories-info {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}

/*Фильтер*/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background: #81858c;
}

/* Wrapper for all connect elements.
 */

.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat;
}

.noUi-connect {
    height: 100%;
    width: 100%;
}

.noUi-origin {
    height: 10%;
    width: 100%;
}

/* Offset direction
 */

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    right: -11.5px;
    top: -10px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
    height: 4px;
    background-color: #E6E6E6;
    margin: 20px 5px 35px;
    position: relative;
}

.noUi-target::before,
.noUi-target::after {
    content: "";
    background-color: #81858c;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -3px;
    border-radius: 50%;
}

.noUi-target::before {
    left: -9px;
}

.noUi-target::after {
    right: -9px;
}

.noUi-connect {
    background-color: #3366d5;
}

/* Handles and cursors;
 */

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    background-color: #ffffff;
    border-radius: 50%;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
}

.noUi-handle::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 4px;
    top: 4px;
    border-radius: 50%;
    background-color: #3366d5;
}

.noUi-handle.noUi-active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

/* Values;
 *
 */

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    top: 10px;
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}


/* Markings;
 *
 */

.noUi-marker {
    position: absolute;
    background: #ccc;
}

.noUi-marker-sub {
    background: #aaa;
}

.noUi-marker-large {
    background: #aaa;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
    padding: 5px 0;
    height: 35px;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 8px;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 12px;
}

.noUi-marker-horizontal.noUi-marker-large:nth-child(3),
.noUi-marker-horizontal.noUi-marker-large:nth-child(5),
.noUi-marker-horizontal.noUi-marker-large:nth-child(7) {
    height: 5px;
    top: 9px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    color: #999999;
    font-size: 12px;
    position: absolute;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: -22px;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    -ms-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
}

.filter-catalog__range {
    padding-top: 8px;
}

.range-filter-catalog__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.range-filter-catalog__column {
    -webkit-box-flex: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    border-bottom: 1px solid #C9C9C9;
}

.range-filter-catalog__prefix {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #424242;
    width: 92px;
}

.range-filter-catalog__row {
    background-color: #DEE2E6;
    height: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px;
}

.range-filter-catalog__input {
    max-width: 100%;
    min-width: 0px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #424242;
    height: 34px;
    padding: 6px 12px;
    margin: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, background-color ease-in-out .2s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, background-color ease-in-out .2s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, background-color ease-in-out .2s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, background-color ease-in-out .2s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background-color ease-in-out .2s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background-color ease-in-out .2s, -webkit-box-shadow ease-in-out .15s;
}

/*Пагинация*/
.catalog__pagging.pagging {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

a.pagging__arrow {
    width: 38px;
    height: 38px;
    border: 1px solid #353e48;
    color: #000;
    font-size: 14px;
    line-height: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 10px;
    transition: all .15s ease;
}

ul.pagging__list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap: 5px;
    margin: 0 5px;
}

a.pagging__item {
    width: 38px;
    height: 38px;
    border: 1px solid #353e48;
    color: #000;
    font-size: 14px;
    line-height: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 10px;
    transition: all .15s ease;
}

a.pagging__item._active {
    color: #353e48;
    border: 1px solid rgb(255, 212, 32);
}

.category-products {
    width: 100%;
}

.catalog-category-colums {
    background-color: #FFF;
    padding: 15px 15px 30px 15px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .03);
    transition: box-shadow .15s ease .05s;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

.catalog-category-filter {
    display: flex;
    width: 300px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.catalog-category-products-container {
    display: flex;
    width: calc(100% - 300px);
}

.filter-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-size: 20px;
    line-height: 1.2;
}

.filter-title svg {
    width: 20px;
}

.filter_price {
    margin-bottom: 15px;
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #f0f2f5;
    margin-top: 15px;
}

.filter_price-title {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.filter-list {
    margin-bottom: 15px;
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #f0f2f5;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.filter-list-title {
    color: #444;
    font-weight: 600;
    margin-bottom: 5px;
}
.filter-list-values {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    max-height: 130px;
    overflow-y: auto;
    width: 100%;
    padding: 5px 0px;
}
.filter-list-values::-webkit-scrollbar {
    width: 5px;
}
.filter-list-values::-webkit-scrollbar-corner {
    width: 5px;
}
.filter-list-values::-webkit-scrollbar-thumb {
    background: #ffd420;
    border-radius: 5px;
}
.filter-list-values::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px #353e48;
}
label.filter-list-value {
    cursor: pointer;
    color: #353535;
    font-size: 14px;
}
.reset-filter svg {
    width: 18px;
}

.range-filter-catalog__column-defolt-mdl {
    padding: 2px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border-radius: 4px;
}

.category-sort {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.sort-limit {
    display: flex;
    gap: 15px;
}

.sort-limit select {
    color: #27272a;
    font-size: 15px;
    line-height: 22px;
    border: 1px solid #DDD;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../img/input-sort.svg) no-repeat 80% center;
    cursor: pointer;
    padding: 6px 30px 6px 10px;
    outline: none;
    font-family: 'Montserrat', sans-serif;
}

.sort-limit select#input-sort {
    background: url(../img/input-sort.svg) no-repeat 95% center;
}

.category-appearance.btn-group {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.category-appearance.btn-group button {
    color: #737373;
    font-size: 16px;
    padding: 3px 8px;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    margin-left: 15px;
    transition: color .15s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
}

.category-appearance.btn-group button svg {
    width: 100%;
}

.category-appearance.btn-group button svg {
    width: 100%;
}

.products-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.products-items .product-layout {
    flex: 0 0 calc((100% - 45px) / 5);
    position: relative;
}

.catalog-category-products-container .products-items .product-layout {
    flex: 0 0 calc((100% - 30px) / 4);
    position: relative;
}

.products-items .module-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: inherit;
    overflow-y: hidden;
    height: 38px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.products-items .module-model {
    padding: 0px 0px;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 12px;
    color: #aeaeae;
}

.products-items .product-list-description {
    display: -webkit-box;
}

.category-appearance.btn-group button.us-category-appearance-btn.active {
    border-color: #ffd420;
    color: #ffd420;
}

.products-items.list .product-layout {
    flex: 0 0 100%;
    position: relative;
}

.products-items.list .product-module-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.products-items.list .module-caption.d-flex.flex-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.products-items.list .product-list-description {
    height: 55px;
    overflow: hidden;
    font-size: 12px;
    padding: 5px 0px;
    color: #8e8e8e;
    margin-bottom: 5px;
    text-align: left;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    line-height: 16px;
}

.products-items.list .module-cart-btn {
    display: block;
    color: #FFF;
    text-transform: uppercase;
    background: #353E48;
    padding: 11px 0px;
    margin: 0 0px;
    transition: background .15s ease .05s;
    width: calc(35% - 20px);
    border: 0;
    border-radius: 20px;
    font-size: 18px;
}

.products-items.list .product-layout .module-img a {
    padding: 10px;
}

.products-items.list .products-items .module-title {
    margin-top: 5px;
}

.card_page .product-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.catalog-product-colums {
    background-color: #FFF;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .03);
    transition: box-shadow .15s ease .05s;
    border-radius: 10px;
}

.product-left, .product-right {
    width: 50%;
}

.slider-card__main {
    width: 100%;
}

.main-slider-card__item:not(:last-child) {
    margin-right: 20px;
}

.main-slider-card__item img {
    max-width: 100%;
    padding: 20px;
}

.thrumbs-slider-card._swiper .swiper-wrapper {
    justify-content: space-around;
    gap: 5px;
}

.thrumbs-slider-card {
    padding: 20px;
}

.thrumbs-slider-card__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    height: 70px;
    cursor: pointer;
    border-radius: 10px;
    transition: border .15s ease;
    opacity: 0.7;
    border: 1px solid #ddd;
}

.thrumbs-slider-card__item img {
    border-radius: 10px;
}

.thrumbs-slider-card__item.swiper-slide-thumb-active {
    border-color: #ffd420;
    opacity: 1;
}

.product-right {
    border-left: 1px solid #F6F6F6;
}

.product-rating-wishlist {
    border-bottom: 1px solid #F6F6F6;
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.product-article {
    font-size: 18px;
    color: #BABABA;
    line-height: 28px;
    padding-bottom: 5px;
}

.product-article span {
    padding-left: 5px;
    color: #000;
    font-weight: 600;
}

.catalog-product-colums button.module-buttons-link.module-buttons-wishlist {
    display: block;
    color: #CBCFD4;
    font-size: 18px;
    padding: 16px 22px;
    border: 0;
    border-left: 1px solid #F6F6F6;
    background-color: #FFF;
    transition: all .15s ease .05s;
    cursor: pointer;
    border-radius: 10px;
}

.product-info {
    padding: 20px;
    border-bottom: 1px solid #F6F6F6;
    margin-bottom: 20px;
}

.product-info-item-stock {
    padding-bottom: 10px;
}

.product-info-item-price .module-price-new {
    color: #FFF!important;
    font-size: 18px;
    font-weight: bold;
    padding: 4px 12px;
    background-color: #e71d1d;
    margin-right: 20px;
    letter-spacing: .3px;
}

.product-info-item-price .module-price-old {
    color: #717172;
    font-size: 16px;
    text-decoration: line-through;
    margin-right: 20px;
}

.product-info-item-price {
    padding-top: 15px;
}

span.module-price-card {
    color: #ffd420;
    font-size: 30px;
    font-weight: 600;
    margin-right: 0;
    letter-spacing: .3px;
}
span.module-price-card span{
    color: #ffd420;
    font-size: 30px;
    font-weight: 600;
    margin-right: 0;
    letter-spacing: .3px;
}

.product-attr {
    padding-left: 20px;
}

.product-attr-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.product-attr-title {
    font-weight: 600;
}

a.product-attr-link {
    color: #000;
    text-decoration: underline;
}

.product-attr-cont {
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 0em;
}
.text-colums {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 0em;
}

.product-attr-cont span {
    background-color: #FFF;
    z-index: 2;
}

.product-attr-item {
    color: #4F5C50;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    padding: 5px 0px;
}


.other-info-card__quantity {
    padding-left: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.other-info-card__quantity .title-qty {
    width: 100%;
}
.title-qty {
    margin-bottom: 10px;
}

.quantity {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #000000;
    width: 135px;
    position: relative;
    border-radius: 18px;
    padding: 0 10px;
}

.quantity__button {
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    background-color: #ffffff;
    transition: all .15s ease .05s;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: 1px solid #ffd420;*/
    /*border-radius: 5px;*/
    /*color: #ffd420;*/
}

.quantity__button.quantity__button_minus {
    font-weight: 300;
    cursor: pointer;
    font-size: 42px;
    line-height: 0;
    background-color: #ffffff;
    transition: all .15s ease .05s;
    height: 35px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    border-right: 1px solid #000;
    border-radius: 10px 0px 0px 10px;
    padding-bottom: 7px;
    padding-right: 5px;
}

.quantity__button.quantity__button_plus {
    font-weight: 300;
    cursor: pointer;
    font-size: 42px;
    line-height: 0;
    background-color: #ffffff;
    transition: all .15s ease .05s;
    height: 35px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    border-left: 1px solid #000;
    border-radius: 0px 10px 10px 0px;
    padding-left: 5px;
}

.quantity input {
    width: 63px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    background-color: #FFF;
}

.livrare-block-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-top: 25px;
    padding-left: 20px;
}

.livrare-block-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
}

.livrare-block-item-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 50%;
}

.livrare-block-item-text {
    color: green;
    font-weight: bolder;
}

.livrare-block-item-text a {
    color: #50A8FF;
    font-weight: bolder;
}

.product-page.add-to-cart-product {
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

button.btn-add-to-cart {
    width: 285px;
    display: block;
    color: #27272a;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 9px;
    background: #ffd420;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    transition: all .15s ease .05s;
    border: 1px solid #ffd420;
    font-family: 'Montserrat', sans-serif;
}

.product-infos-title {
    padding: 24px 30px 30px 30px;
    margin-bottom: 0;
    border-top: 1px solid #F6F6F6;
}

ul.product-description-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
}


li.product-nav-item a {
    color: #666;
    font-size: 16px;
    text-decoration: underline;
    transition: all .15s ease;
}

li.product-nav-item.active {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}

li.product-nav-item.active:after {
    content: '';
    border-bottom: 3px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    transition: border .15s ease;
    border-color: rgb(255, 212, 32);
}

li.product-nav-item.active a {
    color: #333;
    text-decoration: none;
}

.product-info-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 20px;
    color: #898989;
    padding: 0 30px;
}

div#product-description {
    border-bottom: 1px solid #F6F6F6;
    padding-bottom: 30px;
}

div#product-attributes {
    padding: 30px;
}

.product-info-title {
    display: inline-block;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
}

.product-info-title:after {
    content: '';
    border-bottom: 3px solid rgb(255, 212, 32);
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}

div#product-attributes .product-attr-cont {
    width: 100%;
    column-count: 2;
    gap: 80px;
}

div#product-attributes .product-attr {
    padding-left: 0px;
}

.product-attr-item:after {
    content: '';
    border-bottom: 0px dotted #BABABA;
    height: 1px;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    z-index: 1;
}

div#header-search-result {
    display: none;
}

div#header-search-result.active {
    display: flex;
}

div#product-attributes .product-attr-item:after {
    top: 20px;
}

div#header-search-result {
    position: absolute;
    left: 0;
    background: white;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
}

.search_list_head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-height: 75vh;
    overflow-y: auto;
}

a.products-search_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #BABABA;
}

.products-search_image {
    width: 100px;
}

.products-search_image img {
    height: 80px;
    width: auto;
    padding: 10px;
}

.products-search_info {
    position: relative;
    width: calc(100% - 100px);
}

p.products-search_name {
    color: #27272a;
    font-weight: 600;
}

.product-search-article {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    padding: 5px 0px;
    color: #6d6d6d;
}

.product-search-stock {
    font-size: 14px;
}

.products-search_other {
    position: absolute;
    right: 0;
    color: #ffd420;
    font-size: 16px;
    font-weight: 600;
    margin-right: 0;
    letter-spacing: .3px;
    bottom: 0px;
}


.wishlist-page .catalog-category-products-container {
    display: flex;
    width: 100%;
}

button.module-buttons-link.module-buttons-wishlist.active svg path {
    fill: #ffc60b;
}

.popup.popup-product {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    width: 100%;
    height: 100%;
}

.popup.popup-product.active {
    display: flex;
}

.popup.popup-product {
    background: #000000b3;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.popup-product-model {
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
    background: white;
    border-radius: 10px 10px 0 0;
    height: 85vh;
}

button.us-close {
    position: absolute;
    right: 0;
    top: -4px;
    transform: rotate(90deg);
    transition: transform .4s !important;
    width: 50px;
    height: 50px;
    background: #b1b1b100;
    border: 0;
    z-index: 1;
}

.us-modal-close-icon {
    position: absolute;
    top: 12px;
    left: 25px;
    bottom: 12px;
    border: 1px solid #FFF;
}

.us-modal-close-left {
    transform: rotate(135deg);
}

.us-modal-close-icon {
    border-color: rgb(53, 62, 72);
}

.us-modal-close-right {
    transform: rotate(45deg);
}

.popup-product-container h2.section-title {
    background: rgb(255, 212, 32);
    padding: 10px 0 10px 30px;
    border: 0;
    border-radius: 10px 10px 0 0;
}

.popup-product-container .product-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px 20px;
}

.popup-product-container .catalog-product-colums {
    background-color: #FFF;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .03);
    transition: box-shadow .15s ease .05s;
    border-radius: 10px;
    overflow-y: scroll;
    height: 80vh;
}

.popup.popup-cart {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    width: 100%;
    height: 100%;
}

.popup.popup-cart.active {
    display: flex;
}

.popup.popup-cart {
    background: #000000b3;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.popup-cart-model {
    max-width: 768px;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
    background: white;
    border-radius: 10px;
    max-height: 85vh;
    height: 535px;
}

.cart-product-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 5px;
}

.cart-product-delete .cart-del svg {
    width: 30px;
    color: red;
}

.cart-product-image {
    width: 20%;
    padding-right: 10px;
}


.cart-product-delete {
    width: 5%;
    margin-right: 15px;
}

.popup-cart h2.section-title {
    background: rgb(255, 212, 32);
    padding: 10px 0 10px 30px;
    border: 0;
    border-radius: 10px 10px 0 0;
}

.catalog-cart-colums {
    background: #FFF;
    padding: 30px;
    border-radius: 10px;
    padding-top: 0;
}

.cart-top-info {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
    margin-top: 10px;
}

.cart-top-info span {
    font-weight: bold;
}

.cart-products-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-y: auto;
    max-height: 245px;
    overflow-x: hidden;
}

.cart-product-image {
    width: 110px;
    padding-right: 10px;
}

.cart-product-body a {
    margin-bottom: 15px;
    display: inline;
    transition: color .15s ease .05s;
    color: #27272a;
    font-size: 16px;
    text-decoration: none;
}

.cart-product-body {
    width: 75%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
a.cart-product-title_desc {
    width: 100%;
}
.quantity__button.cart-quantity__button_minus {
    border-right: 1px solid #000;
    border-radius: 10px 0px 0px 10px;
    line-height: 0;
    font-weight: 300;
    position: relative;
    padding-bottom: 5px;
    font-size: 40px;
    height: 32px;
    padding-right: 5px;
    padding-left: 5px;
    right: 3px;
}
.quantity__button.cart-quantity__button_plus {
    border-left: 1px solid #000;
    border-radius: 0px 10px 10px 0px;
    line-height: 0;
    font-weight: 300;
    font-size: 40px;
    height: 32px;
    position: relative;
    left: 0px;
    padding-left: 5px;
}




.popup-cart .module-price {
    margin-bottom: 10px;
    margin-top: 10px;
}

.cart-bottom-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}

.popup-cart .module-btn-green {
    color: #27272a !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .3px;
    background-color: #ffd42000;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
    border: 1px solid #ffd420;
    border-radius: 30px;
}

.popup-cart .modal-close {
    color: #27272a !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .3px;
    background-color: #ffd42000;
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #ffd420;
    border-radius: 30px;
    display: inline-block;
    text-decoration: none !important;
}

.catalog-cart_container.page-cart {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.catalog-cart-left {
    width: 65%;
}

.catalog-cart-right {
    width: 35%;
}

.page-cart-products-info {
    margin: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    border-radius: 15px;
    padding: 15px;
}

.page-cart-product-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: auto;
    border-bottom: 1px solid #e5e5e5;
}

.page-cart-product-image {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
    padding-top: 10px;
}

.page-cart-product-image a.mobile_title {
    width: calc(100% - 100px);
    display: block;
    color: #000000;
}

.page-cart-product-image a.page-cart-image {
    width: 100px;
    display: block;
}
.page-cart-product-image a.page-cart-image img{
    border-radius: 15px;
}


.page-cart-product-body {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 0px;
}

.cart-del svg {
    width: 30px;
    color: red;
}

.page-cart-product-body a {
    width: 400px;
    color: #3c3c3c;
}

a.module-cart-btn.button-cart.stock-empty {
    background: #c2c2c2;
    text-transform: math-auto;
}

.page-cart-del svg {
    width: 30px;
    color: red;
}

.page-cart-product-max {
    position: absolute;
    border: 1px solid red;
    border-radius: 5px;
    padding: 5px;
    bottom: -47px;
    text-align: center;
    display: none;
    z-index: 9;
}

.page-cart-order-info {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-start;
    padding-top: 10px;
}

.cart-order-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 5px 0px;
}

.cart-order-info.order-total {
    font-size: 19px;
    font-weight: 600;
}

.page-cart-product-body span.cart-price-old {
    color: #262626;
    font-size: 16px;
    text-decoration: line-through;
    margin-right: 20px;
    font-weight: 600;
}

span.cart-price-new {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 12px;
    background-color: #e71d1d;
    letter-spacing: .3px;
}

.page-cart-product-body .cart-price {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 5px;
    width: 100%;
    align-items: center;
    text-align: right;
    justify-content: flex-start;
    gap: 10px;
}

span.cart-price-default {
    font-size: 18px;
    font-weight: 600;
    margin: 0 5px;
    color: #000000;
}

.cart-order-info.order-sale .value-order-info {
    color: #000;
    font-size: 16px;
    padding: 4px 0px;
    letter-spacing: .3px;
    font-weight: 400;
}

span.delivery-free {
    color: #01a650;
    font-weight: 600;
}

form.catalog-cart-right.form-checkout {
    margin: 15px;
    position: sticky;
    height: auto;
}


.form-checkout-tab {
    position: relative;
    background-color: var(--modal-bg);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    margin-bottom: 10px;
}

.form-checkout-title {
    font-size: 18px;
    font-weight: 600;
}

.form-next._fill {
    justify-content: space-between;
}

button.btn_form-next {
    color: #27272a;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .3px;
    background-color: #ffd420;
    padding: 5px 40px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #ffd420;
    border-radius: 25px;
    margin-top: 5px;
}

button.btn_form-next_fill {
    color: #27272a;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .3px;
    background-color: #ffd42000;
    padding: 5px 25px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    margin-top: 5px;
    opacity: 0!important;
    pointer-events: none;
}

.form-next {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.input-expand {
    position: relative;
    margin-top: 15px;
    width: 100%;
}

.input-expand input {
    width: 100%;
    height: 40px;
    outline: unset;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, .24);
    font-weight: 500;
    font-size: 16px;
    color: #000;
    z-index: 1;
    box-sizing: border-box;
    border-radius: 15px;
    border: 1px solid #ddd;
    transition: background-color .3s, border-color .3s;
}

.input-expand label {
    position: absolute;
    left: 20px;
    top: -7px;
    background: white;
    padding: 0 5px;
}

.input-expand label.error {
    color: red;
}

.form-checkout-content {
    display: none;
}

.form-checkout-content.active {
    display: block;
    width: 100%;
}

.form-checkout-col3 {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.form-checkout-content span.edit-content {
    position: relative;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 5px;
}

.form-checkout-content.disable button.btn_form-next {
    display: none;
}
.form-checkout-content.disable button.btn_form-next_fill {
    display: none;
}
.form-checkout-content.disable span.edit-content {
    display: flex;
}

.form-checkout-content.disable .form-checkout-input, .form-checkout-content.disable .form-checkout-select, .form-checkout-content.disable ul {
    pointer-events: none;
}

.form-checkout-select-delivery ul {
    display: flex;
    gap: 15px;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

button.btn-cart-delivery {
    color: #27272a;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .3px;
    background-color: #a9a9a9;
    padding: 8px 15px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #676767;
    border-radius: 10px;
    margin-top: 5px;
}

li.active button.btn-cart-delivery {
    background-color: #ffd420;
    color: #000000;
    text-decoration: none;
    border: 1px solid #ffd420;
}

.form-checkout-select-delivery {
    margin-top: 10px;
}

.form-checkout-col2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.form-checkout-select select {
    width: 100%;
    height: 40px;
    outline: unset;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, .24);
    font-weight: 500;
    font-size: 16px;
    color: #000;
    z-index: 1;
    box-sizing: border-box;
    border-radius: 15px;
    border: 1px solid #ddd;
    transition: background-color .3s, border-color .3s;
    font-family: 'Montserrat', sans-serif;
}

.form-delivery, .form-pickup {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
}

.form-delivery.active, .form-pickup.active {
    display: flex;
}

.delivery-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
}

.delivery-price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-checkout-select-payment ul {
    display: flex;
    gap: 5px;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.form-checkout-select-payment ul li{
    width: 49%;
}
button.btn-cart-payment {
    color: #27272a;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .3px;
    background-color: #a9a9a9;
    padding: 8px 15px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #676767;
    border-radius: 10px;
    margin-top: 5px;
    width: 100%;
}

li.active button.btn-cart-payment {
    background-color: #ffd420;
    color: #ffffff;
}

.form-checkout-delivery {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
}

.form-checkout-textarea {
    width: 100%;
}

.form-checkout-textarea textarea {
    width: 100%;
    height: 80px;
    outline: unset;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, .24);
    font-weight: 500;
    font-size: 16px;
    color: #000;
    z-index: 1;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ddd;
    transition: background-color .3s, border-color .3s;
}

.form-checkout-transfer {
    margin-bottom: 20px;
    display: none;
}
.form-checkout-transfer.active{
    display: block;
}
.submit-form {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.submit-form button.btn_form-next {
    color: #27272a;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .3px;
    background-color: #ffd42000;
    padding: 8px 30px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #ffd420;
    border-radius: 5px;
    margin-top: 5px;
}

.form-pickup-info {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    gap: 15px;
    font-size: 18px;
    font-weight: 500;
}
.image_contacts {
    display: flex;
    gap: 5px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.image_contacts img{
    width: 45%;
    border-radius: 5px;
}
.title_contacts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 85px;
}
.title_contacts a{
    cursor: pointer;
    color: #2a87f4;
}
.cart-success-info {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 15px;
}

.cart-success-info span {
    font-size: 22px;
}

.cart-success-info span.cart-success-nr {
    font-size: 24px;
    font-weight: bold;
}

.cart-success-home {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 15px;
}

.cart-success-home a {
    color: #27272a;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .3px;
    background-color: #00536e00;
    padding: 10px 15px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #ffd420;
    border-radius: 10px;
    margin-top: 5px;
}

.cart_empty {
    margin-bottom: 150px;
}

.text-page-info {
    color: #5C5C5C;
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 15px;
}

.text-page-info p {
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
}

.text-page-info img {
    border-radius: 15px;
    max-width: 100%;
}

.content-contact {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
}
.contact-form-box {
    width: 49%;
}
.content-border {
    margin: 0 30px;
    width: 1px;
    background: #E6E6E6;
}
.content-contact-title {
    color: #414045;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.content-contact-text {
    color: #898989;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 5px;
}
.content-contact-text.content-contact-text-bold {
    color: #000;
    font-weight: 600;
    margin: 15px 0px;
}
.content-contact-img {
    height: 400px;
    margin-top: 20px;
}
.contact-form-box form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.form-group {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 15px;
}
.form-group input{
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    border: 1px solid #ced4da;
    border-radius: 10px;
}
span.required {
    color: #EB5757;
    font-size: 16px;
    opacity: 0.8;
}
.form-group textarea{
    display: block;
    width: 100%;
    height: 170px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    border: 1px solid #ced4da;
    border-radius: 10px;
}
label.align-items-center {
    color: #57565C;
    font-size: 12px;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
}
input.module-btn.module-btn-green {
    color: #27272a !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .3px;
    background-color: #ffd42000;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
    border: 1px solid #ffd420;
    border-radius: 30px;
    width: 210px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.text_container {
    background-color: #FFF;
    padding: 30px;
    height: 100%;
    /*transition: box-shadow .15s ease .05s;*/
    /*box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);*/
    border-radius: 15px;
    color: #67666A;
    font-size: 14px;
}
.text_container table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
.text_container td, .text_container th {
    border: 1px solid #ffd420;
    text-align: left;
    padding: 8px;
}
.text_container tr:nth-child(even) {
    background-color: #dddddd;
    border: 1px solid #ffd420;
}
.text_container p {
    margin: 5px 0px;
}

.header-top-right-mob-nav {
    display: none;
}
.mobile-close {
    display: none;
}

li.product-nav-item {
    position: relative;
}

.header-top-right-wishlist svg {
    width: 33px;
    height: 33px;
    fill: #00536E;
}

.btn-bue_by_credit {
    width: 435px;
    display: block;
    color: #27272a;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 9px;
    background: #ffffff;
    border-radius: 30px;
    margin-top: 20px;
    cursor: pointer;
    transition: all .15s ease .05s;
    border: 1px solid #ffd420;
    font-family: 'Montserrat', sans-serif;
}

.popup.popup-buy {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.popup.popup-buy.active {
    display: flex;
}

.popup.popup-buy {
    background: #000000b3;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.popup.popup-buy .section-title {
    background: rgb(255, 212, 32);
    border: 0;
    border-radius: 10px 10px 0 0;
    padding: 10px 50px;
    margin-bottom: 10px;
}
.popup.popup_info .popup-cart-model {
    height: 260px;
}



.popup.popup_info {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    width: 100%;
    height: 100%;
}

.popup.popup_info.active {
    display: flex;
}

.popup.popup_info {
    background: #000000b3;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}

.popup.popup_info .section-title {
    background: rgb(255, 212, 32);
    border: 0;
    border-radius: 10px 10px 0 0;
    padding: 10px 50px;
}
.popup.popup_info .popup-info-model {
    height: 260px;
}

.popup-info-model {
    max-width: 768px;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
    background: #00000099;
    border-radius: 10px;
    max-height: 85vh;
    height: 460px;
}
.popup.popup_info .us-modal-close-icon {
    border-color: rgb(255 255 255);
}
.popup_info {
    text-align: center;
    padding: 40px;
    font-size: 18px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    color: #fff;
}
span {
    font-weight: 600;
    /*color: #fff;*/
}

form.buy-credit {
    padding: 5px 25px;
}

.top_info_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
}


.module-price {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    padding: 5px 0px;
}

span.module-price-old {
    color: #717172;
    font-size: 12px;
}

span.module-price-new.discount {
    color: #EB5757;
    font-size: 18px;
    font-weight: 700;
    margin-left: 5px;
}
.recommend_home_item.recommend_home_image img{
    border-radius: 10px;
}

.module-rating.d-flex.align-items-center.justify-content-center {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 12px 0px;
}
.module-rating-star {
    background: url(../img/star-grey.svg) no-repeat;
    width: 24px;
    height: 22px;
    display: inline-block;
    cursor: pointer;
    background-size: cover;
}
.module-reviews img{
    width: 26px;
    position: relative;
    top: -3px;
}
.module-reviews {
    display: flex;
    position: relative;
    padding-left: 5px;
}
.module-reviews span {
    color: #F3F5FB;
    font-weight: 500;
    font-size: 12px;
    position: absolute;
    top: 2px;
    left: 3px;
    right: 0;
    text-align: center;
}
.article-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 20px;
}
.article-data {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #898989;
    font-size: 14px;
    gap: 5px;
}
.article-data svg{
    width: 18px;
    color: #ffc60b;
}
.article-views {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #898989;
    font-size: 14px;
    gap: 5px;
}
.article-views svg{
    width: 18px;
    color: #ffc60b;
}

ul.chaild_cat {
    display: none;
    padding-left: 20px;
}
ul.chaild_cat.active {
    display: block;
}
span.title-category {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #666666;
    border-bottom: 1px solid #DDD;
    font-weight: 400;
    padding: 10px 5px;
    margin-bottom: 0;
    cursor: pointer;
}
span.title-category svg{
    width: 24px;
}
svg.size-6.active {
    transform: rotate(180deg);
}

div#scroll_top {
    cursor: pointer;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 48px;
    bottom: 20px;
    color: #b74923;
    z-index: 999;
}
div#scroll_top {
    display: flex;
    position: fixed;
    right: 40px;
    bottom: 120px;
    z-index: 1000;
    background: #ffd420;
    margin-bottom: 0;
    text-align: center;
    border-radius: 50%;
    transition: opacity .3s ease;
    line-height: 50px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}
div#scroll_top svg{
    color: #000000;
    width: 30px;
}

div#scroll_top:hover {
    opacity: 1;
}


#us_fixed_contact_button {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 70px;
    height: 70px;
    background-color: #ffd420;
    border-radius: 100%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.us-fixed-contact-pulsation {
    width: 100px;
    height: 100px;
    background-color: #ffd420;
    border-radius: 50px;
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: -1;
    transform: scale(0);
    animation: pulsation 2s infinite;
}
.us-fixed-contact-icon {
    color: #27272a;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    position: absolute;
    top: calc(50% - 22px);
    right: calc(50% - 22px);
    overflow: hidden;
    margin-top: 5px;
}
.us-fixed-contact-icon svg{
    width: 34px;
    height: 34px;
}

.us-fixed-contact-dropdown {
    position: absolute;
    bottom: 60px;
    right: 60px;
    padding: 20px;
    border-radius: 10px 10px 0px 10px;
    /* background: #fff; */
    display: block;
    opacity: 0;
    z-index: -1;
    margin-bottom: 20px;
    transition: margin-bottom 0.3s ease, opacity 0.3s ease;
    box-shadow: 5px 12px 30px rgb(0 0 0 / 35%);
    visibility: hidden;
    min-width: 250px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
}
.us-fixed-contact-item {
    color: #27272A;
    font-size: 16px;
    display: flex;
}
.us-fixed-contact-item:not(:last-child) {
    margin-bottom: 18px;
}
.us-fixed-contact-dropdown.expanded {
    margin-bottom: 0;
    opacity: .98;
    z-index: 1;
    visibility: visible;
}
a.us-fixed-contact-item.d-flex.align-items-center {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.product_details {
    padding: 20px;
}
.product_details_title {
    font-size: 18px;
    padding-bottom: 5px;
    font-weight: 600;
}
.product_details_tab {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #666666;
    border-bottom: 1px solid #DDD;
    font-weight: 400;
    padding: 10px 0px;
    margin-bottom: 0;
}
h3.details_tab_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #666666;
    font-weight: 400;
    cursor: pointer;
    width: 100%;
}
h3.details_tab_title svg {
    width: 24px;
}
.details_tab_info {
    display: none;
}
.product_details_tab.active .details_tab_info {
    display: block;
    width: 100%;
}

.product-recenzii {
    padding: 15px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
button.module-btn.module-recenzii {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .3px;
    background-color: #ffffff;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    color: #27272a !important;
    border: 1px solid #ffd420;
    border-radius: 30px;
}

.popup.popup-review-modal {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    width: 100%;
    height: 100%;
}
.popup.popup-review-modal {
    background: #000000b3;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}
.popup.popup-review-modal.active {
    display: flex;
}
.popup.popup-review-modal .section-title {
    background: rgb(255, 212, 32);
    border: 0;
    border-radius: 10px 10px 0 0;
    padding: 10px 50px;
    margin-bottom: 0px;
}
form.send-review {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 25px 40px;
    gap: 20px;
}
.form-col-left {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-right: 1px solid #b3b3b3;
    padding: 15px;
}
.form-col-right {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.form-col-left-title {
    text-align: center;
    padding-bottom: 10px;
    font-size: 16px;
    margin-top: 20px;
    line-height: 20px;
    font-weight: 600;
}
input.d-none {
    display: none;
}
.module-rating-star.active {
    background: url(../img/star.svg) no-repeat;
    background-size: 100% 100%;
}
.form-col-right textarea {
    width: 100%;
    height: 180px;
    outline: unset;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, .24);
    font-weight: 500;
    font-size: 16px;
    color: #000;
    z-index: 1;
    box-sizing: border-box;
    border-radius: 15px;
    border: 1px solid #ddd;
    transition: background-color .3s, border-color .3s;
}


.popup.popup-success_send {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    width: 100%;
    height: 100%;
}
.popup.popup-success_send {
    background: #000000b3;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}
.popup.popup-success_send.active {
    display: flex;
}
.popup.popup-success_send .section-title {
    background: rgb(255, 212, 32);
    border: 0;
    border-radius: 10px 10px 0 0;
    padding: 10px 50px;
    margin-bottom: 0px;
}
.success_send {
    padding: 40px;
    font-size: 18px;
}
.popup.popup-success_send .popup-cart-model {
    max-height: 35vh;
}
.product-recenzii_list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.list_item_name {
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.article-products-items {
    max-height: 1400px;
    overflow-y: auto;
    margin-top: 30px;
}
.article-products-items::-webkit-scrollbar-corner {
    width: 5px;
}
.article-products-items::-webkit-scrollbar {
    width: 5px;
}
div#products_recenzii {
    padding-top: 25px;
}

h3.footer-title svg{
    display: none;
}
.pay-images {
    padding: 5px 15px;
}
.pay-images img{
    max-width: 180px;
}

.news_home_container {
    position: relative;
}
.slider-arrow {
    position: absolute;
    right: 5px;
    top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.new-arrow-prev {
    width: 30px;
    cursor: pointer;
}
.new-arrow-next {
    width: 30px;
    cursor: pointer;
}
.new-arrow-prev svg, .new-arrow-next svg{
    color: #2b2b2b;
}


.products_views-new-arrow-prev {
    width: 30px;
    cursor: pointer;
}
.products_views-new-arrow-next {
    width: 30px;
    cursor: pointer;
}
.products_views-new-arrow-prev svg, .products_views-new-arrow-next svg{
    color: #2b2b2b;
}

.quantity__button.page-cart-quantity__button_minus {
    border-right: 1px solid #000;
    border-radius: 10px 0px 0px 10px;
    line-height: 0;
    font-weight: 300;
    position: relative;
    padding-bottom: 5px;
    font-size: 40px;
    height: 32px;
    padding-right: 5px;
    padding-left: 5px;
    right: 3px;
}
.quantity__button.page-cart-quantity__button_plus {
    border-left: 1px solid #000;
    border-radius: 0px 10px 10px 0px;
    line-height: 0;
    font-weight: 300;
    font-size: 40px;
    height: 32px;
    position: relative;
    left: 0px;
    padding-left: 5px;
}
.page-cart-quantity.quantity {
    height: 34px;
}

.cart-page .catalog-products-views {
    margin-top: 25px;
}
.catalog-product_container._container {
    position: relative;
}

.text_container h4 {
    color: #ffd420;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .3px;
    margin-bottom: 0;
}

a.cart-product-title_mob {
    display: none;
}


.product_details.mobile_info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0px;
    margin-top: 25px;
}

.product_details_title_mobile {
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: 600;
    color: #000000;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #cbcbcb;
}

.product_details_tab {
    padding: 10px 20px;
}

h3.details_tab_title_mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #000000;
    font-weight: 400;
    cursor: pointer;
    width: 100%;
}

h3.details_tab_title_mobile svg {
    width: 30px;
}

.details_tab_info_mobile {
    display: none;
}

.product_details_tab.active .details_tab_info_mobile {
    display: block;
    width: 100%;
}

.product_details_tab.active .livrare-block-info {
    display: flex;
    margin-top: 5px;
    padding-left: 0px;
    margin-bottom: 25px;
}

.product-body-infos {
    display: none;
}

.product_details p {
    color: #898989;
    letter-spacing: .3px;
    font-size: 14px;
    line-height: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d7d7d7;
}

th, td {
    padding: 8px 12px;
    border: 1px solid #d7d7d7;
    text-align: left;
}

tr:nth-child(odd) {
    background-color: #f3f3f3; /* немного темнее */
}

tr:nth-child(even) {
    background-color: #ffffff; /* белый фон для четных строк */
}

th {
    background-color: #e0e0e0; /* можно добавить чуть более темный фон для заголовков */
    font-weight: bold;
}

.products_variations {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-top: 24px;
}
.products_variations_items {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
a.products_variations_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: calc((100% / 5) - 30px);
}
a.products_variations_item img{
    border: 1px solid #757575;
    border-radius: 5px;
}
a.products_variations_item span{
    color: #3C3C3C;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

a.products_variations_item.active img{
    border: 1px solid #ffd420;
}
a.products_variations_item.active span{
    color: #ffd420;
}

a.products_variations_item:hover img{
    border: 1px solid #ffd420;
}
a.products_variations_item:hover span{
    color: #ffd420;
}


section.catalog-products-buywith {
    padding-bottom: 40px;
}
.products_buywith_items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.products_buywith_item {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #757575;
}
.products_buywith_item img{
    max-width: 155px;
}
.products_buywith_item a {
    display: flex;
    width: calc(100% - 220px);
    color: #000000;
}

.products_buywith_qty {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
}
.products_buywith_qty span{
    border-radius: 50%;
    padding: 8px;
    background: #c5c5c5;
    font-size: 22px;
    width: 44px;
    height: 44px;
    display: flex  ;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.products_buywith_price {
    font-size: 22px;
}
.products_buywith_total {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    gap: 8px;
}
.products_buywith_total span {
    font-size: 22px;
}
button.btn-add-to-cart_buywith {
    width: 285px;
    display: block;
    color: #27272a;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 9px;
    background: #ffd420;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    transition: all .15s ease .05s;
    border: 1px solid #ffd420;
    font-family: 'Montserrat', sans-serif;
}
button.btn-add-to-cart_buywith:hover {
    border: 1px solid #757575;
}

p.products-search_price_old {
    color: #717172;
    font-size: 16px;
    text-decoration: line-through;
    margin-right: 20px;
}

.logo_credit {
    text-align: center;
}
.info_credit.price {
    padding: 10px;
    text-align: center;
}
select.form-selected {
    width: 100%;
    height: 40px;
    outline: unset;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, .24);
    font-weight: 500;
    font-size: 16px;
    color: #000;
    z-index: 1;
    box-sizing: border-box;
    border-radius: 15px;
    border: 1px solid #ddd;
    transition: background-color .3s, border-color .3s;
}

.catalog-buy_container.model-buy {
    padding: 20px;
}


.popup.popup-buy button.us-close {
    position: absolute;
    right: -40px;
    top: -40px;
    transform: rotate(90deg);
    transition: transform .4s !important;
    width: 50px;
    height: 50px;
    background: #b1b1b100;
    border: 0;
    z-index: 1;
}
.popup.popup-buy  .us-modal-close-icon {
    border-color: rgb(255 255 255);
}

.popup.popup-buy .popup-cart-model {
    max-width: 675px;
    margin: 0 auto;
    position: relative;
    margin-top: 0px;
    background: white;
    border-radius: 25px;
    max-height: 85vh;
    height: 670px;
    margin-left: 5px;
    margin-right: 5px;
}

.popup_prod_info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #dddddd;
    margin-bottom: 15px;
}
.popup_prod_info_image {
    display: flex;
    width: 105px;
}
.popup_prod_info_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 105px;
    width: calc(100% - 135px);
}
.popup_prod_info_title {
    font-size: 24px;
}
.popup_prod_info_price span.module-price-new.discount {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-left: 5px;
    background: #db0707;
    padding: 2px 5px;
    border-radius: 2px;
}
.popup_credit_info_text {
    background: #ffd420;
    font-size: 24px;
    font-weight: 600;
    color: #00536E;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 34px;
    padding-left: 15px;
}
.popup_credit_info_text span{
    background: #00536e;
    color: #FFFFFE;
    display: block;
    width: 50%;
    border-radius: 10px;
    text-align: center;
}
.popup.popup-buy .catalog-buy_container.model-buy {
    padding: 20px;
    padding-bottom: 10px;
}
.form-credit-title {
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
}
.popup.popup-buy .submit-form {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.submit-credit-text {
    font-size: 12px;
    width: 100%;
    color: #000000;
    padding-bottom: 10px;
}
.popup.popup-buy button.btn_form-next{
    background: #00536e;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 22px;
}

.cls-video {
    height: 649px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    font-family: "Poppins", sans-serif;
}
.instagram__image {
    padding: 10px 37px;
    display: block;
}
video.hover-video {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 16px;
}
.cls-video .cls-content {
    position: absolute;
    bottom: 12px;
    right: 10px;
    left: 10px;
    z-index: 3;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: 61px;
    background-color: rgba(63, 63, 63, 0.8);
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cls-video .cls-content {
    bottom: 24px;
    right: 24px;
    left: 24px;
    padding: 16px;
}
.cls-video .box-product {
    display: flex
;
    align-items: center;
    gap: 12px;
}
.cls-video .img-product {
    border-radius: 50%;
    overflow: hidden;
    max-width: 78px;
}
.cls-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cls-video .info-product {
    display: grid
;
    gap: 10px;
}
.text-line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.cls-video .price-wrap {
    display: flex
;
    align-items: center;
    gap: 6px;
}
.cls-video .icon {
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: var(--white);
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 17px;
}
.hover-tooltip .tooltip {
    position: absolute;
    white-space: nowrap;
    padding: 0px 10px;
    height: 23px;
    border-radius: 4px;
    bottom: calc(100% + 8px);
    transform: translateY(8px);
    opacity: 0;
    visibility: hidden;
    color: var(--white);
    width: max-content;
    background-color: var(--dark);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    z-index: 100;
    font-size: 10px;
    line-height: 23px;
    font-weight: 500;
    text-align: center;
}
a.name.link.fw-medium.text-md.text-white {
    color: #fff;
}
.info-product span.price-new {
    font-size: 18px;
    font-weight: 700;
    margin-left: 5px;
    color: #ffd420;
}
.info-product  span.price-old {
    color: #717172;
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 20px;
}
section.instagram_home {
    margin-top: 40px;
}

@keyframes pulsation {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
@media (any-hover: hover) {

    .new-arrow-prev:hover svg, .new-arrow-next:hover svg{
        color: #ffc60b;
    }

    button.module-btn.module-recenzii:hover {
        opacity: 0.9;
    }
    h3.details_tab_title:hover {
        color: rgb(255, 212, 32);
        text-decoration: underline;
    }

    span.title-category:hover{
        color: rgb(255, 212, 32);
        text-decoration: underline;
    }
    #nav-menu:hover #nav-menu-dropdown {
        display: flex;
    }

    li.menu-li.menu-li-ho-one:hover .menu-li-ho-one-ul-ho-two {
        display: flex;
    }

    .menu-li-ho-one-name:hover {
        color: rgb(255, 212, 32);
    }

    .home-categories-image:hover {
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    }

    .home-categories-image:hover img {
        opacity: 1;
    }

    input#InputSubscribeEmail:focus {
        background: #000000;
    }

    button#footer-make-subscribe:hover {
        opacity: 0.8;
    }

    .cookie_button button:hover {
        background: #fff;
        color: #000;
    }

    ul.footer-list li a:hover {
        color: rgb(255, 212, 32);
        text-decoration: underline;
    }

    ul.footer-social-list li a:hover {
        background: #ffffff;
    }

    a.footer-phone:hover {
        color: rgb(255, 212, 32);
        text-decoration: underline;
    }

    ul.footer-contact-list li a:hover {
        background: #ffffff;
    }

    .interior-products:hover .interior-dots {
        border-radius: 10px;
        width: 26px;
        height: 26px;
        transform: translate(-14px, -14px);
    }

    .interior-products:hover .interior-dots .dot {
        transform: translate(8px, 8px);
    }

    .interior-products:hover .interior-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .product-layout:hover .product-module-item {
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    }

    .product-layout:hover ul.module-buttons-list {
        display: flex;
    }

    .product-layout:hover .module-title a {
        color: #ffd420;
    }

    .product-layout:hover a.module-cart-btn.button-cart.add_to_cart {
        background: rgb(255, 212, 32);
        color: #27272A;
    }

    button.module-buttons-link.module-buttons-wishlist:hover svg path {
        fill: #ffd420;
    }

    button.module-buttons-link.module-buttons-quickview:hover svg {
        fill: #ffd420;
    }

    .goto-page-new:hover {
        background: transparent;
        border: 1px solid rgb(255, 212, 32);
    }

    .goto-page-new:hover svg {
        transform: rotate(360deg);
    }

    a.banner-plus-btn:hover {
        color: rgb(255, 255, 255);
        background: rgba(0, 0, 0, 0.34);
    }

    .article-infos a:hover {
        color: #fdcc00;
    }


    .news_home_items.swiper-backface-hidden .swiper-slide:hover {
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    }

    .news_home_items.swiper-backface-hidden .swiper-slide:hover .news_item_title {
        color: rgb(255, 212, 32);
        text-decoration: underline;
    }

    .articles-colums .news_item:hover {
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    }

    .articles-colums .news_item:hover .news_item_title {
        color: rgb(255, 212, 32);
        text-decoration: underline;
    }

    ul.list-breadcrumb li a:hover {
        text-decoration: underline;
        color: rgb(255, 212, 32);
    }

    .category-parent:hover {
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    }

    .categories-children-item .children-image:hover {
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    }

    .catalog-category-colums:hover {
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    }

    a.pagging__item:hover {
        color: #353e48;
        border: 1px solid rgb(255, 212, 32);
    }

    a.pagging__arrow:hover {
        color: #353e48;
        border: 1px solid rgb(255, 212, 32);
    }

    .thrumbs-slider-card__item:hover {
        border-color: #ffd420;
        border-radius: 10px;
        opacity: 1;
    }

    a.product-attr-link:hover {
        color: #ffd420;
    }

    /*.quantity__button:hover {*/
    /*    color: #ffffff;*/
    /*    background-color: #ffd420;*/
    /*}*/

    li.product-nav-item:hover :after {
        content: '';
        border-bottom: 3px solid transparent;
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        transition: border .15s ease;
        border-color: rgb(255, 212, 32);
    }

    li.product-nav-item:hover a {
        text-decoration: none;
    }

    .popup-cart .module-btn-green:hover {
        background-color: #ffd420;
    }

    .popup-cart .modal-close:hover {
        background-color: #ffd420;
    }
    button.btn-add-to-cart:hover {
        border: 1px solid #27272a;
    }

    .btn-bue_by_credit:hover {
        background: #ffd420;
        border: 1px solid #27272a;
    }

    button.btn_form-next:hover {
        background-color: #ffd420;
    }
}


/*Временное отключнеи*/
.header-top-right-user {
    display: none;
}

.filter_category  ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.filter_category ul li {
    display: flex;
}
.filter_category ul li a {
    color: #27272a;
    font-size: 15px;
    line-height: 22px;
    border: 1px solid #8f8d8d;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    padding: 6px 30px 6px 10px;
    outline: none;
    font-family: 'Montserrat', sans-serif;
}
.filter_category ul li a.active {
    border: 1px solid #27272a;
    color: #ffffff;
    background: #000000;
}
.countdown_sale_info {
    display: flex
;
    flex-direction: column;
    align-items: center;
}
.countdown_info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    gap: 25px;
    width: 420px;
    position: relative;
    top: -16px;
    text-transform: capitalize;
}
span.info_days {
    width: 80px;
    text-align: center;
}
span.info_hours {
    width: 80px;
    text-align: center;
}
span.info_minutes {
    width: 80px;
    text-align: center;
}
span.info_seconds {
    width: 80px;
    text-align: center;
}

.digit {
    position: absolute;
    display: block;
    width: 1em;
    background-color: #f2f2f2;
    border-radius: 0.2em;
    text-align: center;
    color: red;
    letter-spacing: -1px;
}
.digit.static {
    box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
    background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #ffffff), color-stop(0.5, #f2f2f2));
}
.title_sale h2 {
    text-align: center;
    font-size: 38px;
    color: red;
    line-height: 60px;
    font-weight: 500;
}

.filter_category-mobile {
    display: none;
}

.filter_category-mobile ul {
    display: flex;
    flex-direction: row;
    gap: 5px;
    overflow: auto;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 5px;
}

.filter_category-mobile ul li {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-bottom: 5px;
}
.filter_category-mobile ul li a {
    color: #27272a;
    font-size: 15px;
    line-height: 22px;
    border: 1px solid #8f8d8d;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    padding: 6px 30px 6px 10px;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    display: block;
    white-space: nowrap;
}
.filter_category-mobile ul li a.active {
    border: 1px solid #27272a;
    color: #ffffff;
    background: #000000;
}

.product-page.add-to-cart-product {
    display: none;
}
.product-page.add-to-cart-product._active {
    display: block;
}
