html {
    scrollbar-gutter: stable;
}

:root {
    --sbw: 0px; /* scrollbar width */
}

html.is-locked,
body.is-locked {
    overflow: hidden;
}

body.is-locked {
    padding-right: var(--sbw);
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #392819;
    font-size: 14px;
    line-height: 1.215;
    width: 100%;
    overflow-x: hidden;
}

*:focus {
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.222;
    font-weight: 500;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
@media (min-width: 1200px) {
    .container {
        width: 1480px
    }
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #333333;
    cursor: pointer;
    transition: all .3s ease;
}

a:focus,
a:active,
a:hover {
    text-decoration: none;
    color: #392819;
}

button {
    transition: all .3s ease;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 13px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 13px;
}

.input-group .input-group-addon {
    font-size: 13px;
    height: 30px;
}

img {
    max-width: 100%;
    height: auto;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.flip {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* tooltip */
.tooltip.top .tooltip-arrow {
    border-top-color: #392819;
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #392819;
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #392819;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #392819;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #392819;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #392819;
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #392819;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #392819;
}

.tooltip-inner {
    background: #392819;
}

.alert {
    text-align: center;
    font-size: 13px;
    margin: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 45px;
}

.btn.active,
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* transition */
.owl-nav > div, .banner-2 img, .banner-4 img,
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button {
    -webkit-transition: ease-in-out all .3s;
    -moz-transition: ease-in-out all .3s;
    transition: ease-in-out all .3s;
}

#button-guest,
#button-search,
#button-review,
#button-account,
#button-login,
#button-confirm,
#button-payment-method,
#button-shipping-method,
#button-quote,
#button-coupon,
#button-register,
.form-horizontal input.btn,
a.btn,
input[type='submit'],
button[type='submit'],
.button {
    border: 1px solid #392819;
    background: #392819;
    color: #fff;
    padding: 14px;
    font-size: 15px;
    line-height: 1.2;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-radius: 4px;
    gap: 6px;
}

#button-guest:hover,
#button-search:hover,
#button-review:hover,
#button-account:hover,
#button-login:hover,
#button-confirm:hover,
#button-payment-method:hover,
#button-register:hover,
#button-shipping-method:hover,
#button-quote:hover,
#button-coupon:hover,
.form-horizontal input.btn:hover,
a.btn:hover,
input[type='submit']:hover,
button[type='submit']:hover,
.button:hover,
.checkout-simplecheckout #simplecheckout_button_confirm:hover {
    border: 1px solid #392819;
    background: #fff;
    color: #392819 !important;
}

#button-voucher,
#button-coupon {
    height: 34px;
    margin-left: 10px;
}

#button-search + h2 {
    display: none;
}

#button-search {
    margin: 15px 0;
}

#modal-agree {
    z-index: 1000000;
}

.wrapper {
    position: relative;
}

.common-home header {
    /*position: absolute;*/
    z-index: 113;
    width: 100%;
    left: 0;
}

.container-fix .container {
    /* width: 100%; */
    /* padding: 0; */
    height: 100%;
}

header {
    padding: 15px 0;
    height: 69px;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.04);
}

header .container-fix {
    height: 100%;
}

.main-menu {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* setting */
.setting {
    position: relative;
    /*margin-top: -7px;*/
}

.setting > button {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    position: relative;
    /*top: 7px;*/
    width: 24px;
    height: 24px;
    color: #000;
    transition: all .3s ease;
}

.setting > button:hover {
    color: #392819;
}

.setting > button i {
    background: url('../image/bg-settings.png') no-repeat center;
    cursor: pointer;
    font-size: 0;
    width: 30px;
    height: 28px;
    display: inline-block;
}

.setting > button:hover i {
    color: #ee3333;
}

.fix-header #top {
    top: 37px;
}

#top {
    border-radius: 0;
    padding: 40px;
    margin: 0;
    right: 0;
    left: auto;
    top: 67px;
    border: none;
    box-shadow: 5px 5px 7px 0px rgba(41, 41, 41, 0.05);
    min-width: 300px;
    animation: fadeIn 0.5s linear alternate;
    -webkit-animation: fadeIn 0.5s linear alternate;
    -moz-animation: fadeIn 0.5s linear alternate;
}

#form-language,
.mm-lang-slot,
#form-currency {
    line-height: 1;
}

/*#top-links ul,*/
#form-language ul,
.mm-lang-slot .open ul,
#form-currency ul {
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.07);
    border: none;
    min-width: unset;
    right: 0;
    left: auto;
    margin-top: 9px;
}

#form-language ul li,
.mm-lang-slot .open ul li,
#form-currency ul li {
    display: flex;
    padding: 4px 8px;
    align-items: center;
    align-content: center;
    gap: 10px;
    align-self: stretch;
    flex-wrap: wrap;
    border-radius: 5px;
}

#form-language ul li + li,
.mm-lang-slot .open ul li + li,
#form-currency ul li + li {
    margin-top: 10px;
}

#form-language ul button,
.mm-lang-slot .open ul button,
#form-currency ul button {
    text-align: left;
    padding: 0;
    border: none;
    margin: 0;
    justify-content: flex-start;
    color: #676D79;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.215;
}

.mm-lang-slot ul button.item-selected,
#form-language ul button.item-selected,
#form-language ul button:hover,
.mm-lang-slot ul button:hover,
#form-currency ul button:hover {
    color: #392819;
}

#top-links > ul {
    padding-top: 10px;
}

#top > .container > ul > li {
    display: inline-block;
}

#top > .container > ul {
    margin: 0;
}

#top .text-ex {
    color: #233936;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid rgba(55, 55, 55, .1);
    padding-bottom: 5px;
    font-size: 12px;
}

#top > .container > ul:first-child {
    padding: 12px 0;
}

#top > .container > ul:first-child > li {
    padding: 0;
}

#top > .container > ul:first-child > li > span:not(.text-ex) {
    color: #ee3333;
}

#top > .container > ul:last-child {
}

#top.text-ex {
    padding: 12px 0px;
    margin-right: 5px;
    font-size: 13px;
}

.top-links {
    margin: 0;
}

.top-links > li:not(:last-child) {
    margin-bottom: 20px;
}

#top-links a,
#top .btn-link {
    padding: 0 !important;
    border: none;
    box-shadow: none;
    color: #233936;
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
}

#top > li {
    padding: 0 20px;
    position: relative;
}

#top-links a,
#top.dropdown-menu a,
#top.dropdown-menu button {
    padding: 5px 0;
    display: block;

}

#top-links a:hover,
#top.dropdown-menu a:hover,
#top.dropdown-menu button:hover,
#top.dropdown-menu .item-selected {
    color: #B7A890;
    text-decoration: none;
}

.block-left .dropdown-menu button {
    padding: 0;
    border: none;
    box-shadow: none;
    color: #6b6b6b;
    font-size: 11px;
    line-height: 30px;
    font-weight: 500;
}

.block-left .dropdown-menu {
    box-shadow: 5px 5px 7px 0px rgba(41, 41, 41, 0.05);
    animation: fadeIn 0.5s linear alternate;
    -webkit-animation: fadeIn 0.5s linear alternate;
    -moz-animation: fadeIn 0.5s linear alternate;
    border: none;
    border-radius: 0;
    padding: 20px;
}

.block-left button {
    padding: 0;
    line-height: 1;
    border: none;
    vertical-align: top;
    background-color: unset;
    display: flex;
    align-items: center;
    gap: 8px;
}

.block-left ul li {
    display: inline-block;
    position: relative;
}

.block-left ul i,
.footer-language ul i {
    color: #392819;
    font-size: 9px;
    margin-left: 5px;
}

.block-right .text-ex {
    display: inline-block;
    line-height: 1.215;
}

.block-right .btn-link {
    color: #392819;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.block-right .btn-link:focus,
.block-right .btn-link:hover {
    text-decoration: none;
}

.block-left ul,
.block-right ul {
    margin-bottom: 0;
}

.fix-header .logo-container {
    top: 12px !important;
}

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

.header .block-left {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    background: #fff;
    order: 0;
}

.header .logo-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 clamp(10px, 3vw, 50px);
    order: 1;
}

.header .block-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: clamp(10px, 2vw, 30px);
    flex: 1 0 0;
    align-self: stretch;
    background: #fff;
    order: 2;
}

#logo a {
    display: inline-block;
}

/* newsletter popup */
.b-close {
    display: block;
}

.newletter-popup {
    background: #fff;
    top: 50% !important;
    left: 50% !important;
    position: fixed !important;
    padding: 50px;
    text-align: center;
    display: none;
    width: 60%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#boxes .newletter-title h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    letter-spacing: .1em;
    margin: 0 0 20px;
}

#boxes .box-content label {
    font-weight: 400;
    font-size: 12px;
}

#boxes #frm_subscribe .required {
    color: #f00;
    padding-right: 5px;
}

#boxes #frm_subscribe a {
    cursor: pointer;
    background: #668D8C !important;
    color: #fff !important;
    border: none;
    font-weight: 400;
    font-size: 11px;
    height: 44px;
}

#boxes #frm_subscribe a:hover {
    background: #233b38 !important;
}

#boxes #frm_subscribe #subscribe_pemail {
    background: #fafafa none repeat scroll 0% 0%;
    border: medium none;
    text-align: center;
    height: 40px;
    width: 50%;
    margin: 20px 0;
    padding: 0 15px;
    border-radius: 5px;
}

#boxes .box-content .subscribe-bottom {
    margin-top: 20px;
    display: none;
}

#boxes .box-content .subscribe-bottom label {
    margin: 0;
}

#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again {
    display: inline-block;
    margin: 0;
}

#boxes #frm_subscribe #notification {
    color: #f00;
}

#boxes #frm_subscribe #notification .success {
    color: #67D7BB;
}

#popup2 {
    position: absolute;
    right: 0;
    top: -25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #222;
    cursor: pointer;
    padding: 0 10px;
    color: #fff;
}

/* newsllter */
.newletter-subscribe-container {
    padding: 100px 15%;
    border-top: 1px solid #ebebeb;
    min-height: 262px;
}

#dialog-normal .newletter-title h6 {
    color: #707070;
    line-height: 24px;
    font-size: 12px;
    margin: 0;
    text-transform: initial;
    margin-bottom: 10px;
    font-weight: 400;
}

#dialog-normal .des-testimonial {
    color: #525252;
    font-size: clamp(12px, 2vw, 13px);
    line-height: 19px;
    letter-spacing: 0.25px);
}

#dialog-normal .newletter-title h3 {
    font-size: 24px;
    color: #292929;
    line-height: 24px;
    margin: 0 0 20px 0;
    text-transform: initial;
}

#dialog-normal {
    text-align: center;
}

#dialog-normal .newleter-content {
    vertical-align: middle;
    position: relative;
    padding: 0 10%;
}

#frm_subscribe-normal {
    float: left;
    width: 100%;
}

#subscribe_email {
    background: transparent;
    border: 1px solid #1a1a1a;
    color: #9d9d9d;
    display: block;
    padding: 0 200px 0 20px;
    height: 50px;
    width: 100%;
    float: left;
    margin: 0;
}

#subscribe_email::-webkit-input-placeholder {
    color: #9d9d9d;
}

#subscribe_email::-moz-placeholder {
    color: #9d9d9d;
}

#subscribe_email:-ms-input-placeholder {
    color: #9d9d9d;
}

#subscribe_email:-moz-placeholder {
    color: #9d9d9d;
}

#subscribe .btn {
    border: none;
    padding: 0 60px;
    height: 30px;
    line-height: 35px;
    border-left: 1px solid #1a1a1a;
    float: right;
    margin-top: -40px;
    border-radius: 0;
}

#subscribe .btn:hover {
    background: none !important;
    color: #B7A890 !important
}

#notification-normal {
    text-align: center;
    clear: both;
}

#notification-normal div {
    color: #292929;
    padding-top: 20px;
}

#notification-normal div.warning {
    color: #f00;
    text-align: center
}

/* blog */
#blog_home {
    margin-top: clamp(60px, 5vw, 80px);
    padding: 50px 0;
    background-color: #FBF9F7;
}

#blog_home .module-title h2,
#blog_home .module-title > div {
    margin: 0;
}

#blog_home .row_items {
}

#blog_home .row_items .articles-inner:hover .articles-image .readmore,
#blog_home .row_items .articles-inner:hover .articles-image::before {
    opacity: 1;
}

#blog_home .row_items .articles-inner .articles-image {
    position: relative;
    overflow: hidden;
}

#blog_home .row_items .articles-inner .articles-image img {
    height: 100%;
    object-fit: cover;
}

#blog_home .articles-date span {
    color: #292929;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 24px;
    display: block;
    margin-top: 10px;
}

#blog_home .articles-date {
    font-size: 12px;
    color: #929292;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
    display: none;
}

#blog_home .articles-date .author {
    color: #ee3333;
    padding-left: 15px;
}

#blog_home .aritcles-content {
    padding-top: clamp(7.11px, 1vw, 10px);
}

#blog_home .aritcles-content .articles-intro,
#blog_home .aritcles-content .readmore a {
    color: #fff;
}

#blog_home .aritcles-content .readmore a:hover {
    border-color: #B7A890;
    color: #B7A890;
}

#blog_home .aritcles-content .articles-name a:hover {
    color: #B7A890;
}

#blog_home .articles-intro {
    display: none;
}

@media (max-width: 639px) {
    #blog_home {
        padding-top: 0;
        padding-bottom: 55px;
        background-color: unset;
    }

    #blog_home .row_items .articles-inner .articles-image {
        border-radius: 2.844px;

    }

    #blog_home .owl-carousel .owl-nav {
        position: relative;
        bottom: -20px;
    }

    #blog_home .owl-carousel .owl-nav > .owl-next,
    #blog_home .owl-carousel .owl-nav > .owl-prev {
        top: 100%;
        bottom: 0;
    }

    #blog_home .owl-carousel .owl-nav > .owl-prev {
        left: 50%;
        transform: translateX(calc(-50% - 17.5px));
    }

    #blog_home .owl-carousel .owl-nav > .owl-next {
        right: 50%;
        transform: translateX(calc(-50% + 62.5px));
    }

    .articles-name {
        color: #000;
    }
}

@media (min-width: 640px) {
    #blog_home .row_items .articles-inner .articles-image {
        border-radius: 4px;
    }

    #blog_home .owl-carousel .owl-nav > .owl-next,
    #blog_home .owl-carousel .owl-nav > .owl-prev {
        top: 50%;
        transform: translateY(calc(-50% - 14px));
        bottom: auto;
    }

    #blog_home .owl-carousel .owl-nav > .owl-prev {
        left: -17.5px;
    }

    #blog_home .owl-carousel .owl-nav > .owl-next {
        right: -17.5px;
    }

    .articles-name {
        color: #392819;
    }
}

.articles-name + span {
    color: #292929;
}

.articles-name {
    font-size: clamp(10.664px, 2vw, 15px);
    line-height: clamp(13px, 2vw, 18px);
    font-weight: 500;
    display: block;
    text-transform: initial;
}

.articles-intro {
    color: #707070;
    line-height: 24px;
    letter-spacing: .025em;
    margin: 10px 0 30px;
}

.articles-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .15);
    opacity: 0;
    transition: all .3s ease;
}

.readmore a {
    color: #292929;
    font-size: 12px;
    padding-bottom: 5px;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    display: inline-block;
}

#cart {
    float: right;
    width: auto;
}

#wishlist-total,
#cart .dropdown-toggle {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    float: none;
}

#cart-total,
#wishlist-total > span,
.ds-wishlist-count,
.ds-cart-count {
    position: absolute;
    display: flex;
    min-width: 15px;
    width: auto;
    height: 15px;
    padding: 3.947px;
    justify-content: center;
    align-items: center;
    gap: 3.947px;
    border-radius: 39.474px;
    background: #fff;
    color: #392819;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    right: 0;
    bottom: -3px;
}

#cart-total .total-price {
    font-weight: 400;
    font-size: 14px;
    display: block;
    text-align: left;
}

#cart > button,
#wishlist-total > a {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    width: auto;
    transition: all .3s ease;
}

#cart > button:hover {
    color: #392819;
}

#cart > button > i {
    font-size: 20px;
    color: #292929;
    float: left;
    line-height: 1;
}

#cart .dropdown-menu .text-empty {
    margin: 0;
    padding: 10px 0;
}

.fix-header #cart .dropdown-menu {
    top: 30px;
}

#cart .dropdown-menu {
    border: none;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .05);
    min-width: 300px;
    margin: 0;
    padding: 10px 20px 30px;
    top: 60px;
    border-radius: 0;
    animation: fadeIn 0.5s linear alternate;
    -webkit-animation: fadeIn 0.5s linear alternate;
    -moz-animation: fadeIn 0.5s linear alternate;
}

@media (max-width: 1400px) {
    #cart .dropdown-menu {
        min-width: 300px;
        padding: 0px 20px 20px 20px;
    }
}

#cart-total .item-cart {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    background: #ee3333;
    border: 2px solid #fff;
    color: #fff;
    top: -8px;
    left: 32px;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400 !important;
}

#cart .cart-empty {
    padding: 20px 0
}

#cart .dropdown-menu .cart-button {
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, .06);
}

#cart .dropdown-menu > li:first-child .table > tbody > tr > td {
    padding-top: 10px;
}

#cart .cart-close button:hover {
    color: #ee3333;
}

#cart .cart-close button {
    background: none;
    color: #bababa;
    border: none;
    font-size: 18px;
    line-height: 1;
}

#cart .cart-name:hover {
    color: #ee3333;
}

#cart .cart-name {
    color: #292929;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}

#cart .cart-price {
    font-size: 14px;
    color: #929292;
    padding-top: 10px;
}

@media (max-width: 1400px) {
}

#cart p.cart-button a:hover i {
    color: #292929;
}

#cart p.cart-button a i {
    padding-left: 5px;
    font-size: 15px;
    color: #fff;
}

#cart .dropdown-menu .info-item {
    padding-left: 10px;
}

#cart .dropdown-menu .has-scroll {
    max-height: 300px;
    overflow: auto
}

#cart .dropdown-menu tr td strong {
    color: #000;
}

#cart .dropdown-menu tr td:first-child {
    font-size: 14px;
    color: #3e3d43;
    text-transform: capitalize;
    font-weight: 600;
}

#cart .dropdown-menu tr td:last-child {
    font-size: 14px;
    color: #929292;
}

#cart .dropdown-menu tr:last-child td:last-child {
    color: #000;
    font-weight: 500;
}

.unvisible {
    display: none;
}

.fix-header {
    top: 0;
    position: fixed !important;
    background: rgba(255, 255, 255, .95);
    right: 0;
    left: 0;
    z-index: 1040;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .05);
    padding: 10px 2.6% 0;
    margin: 0 !important;
}

.fix-header.fix-header-act {
    background: rgba(255, 255, 255, 1);
}

/* cms block */
.social-footer ul {
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.social-footer li {
    display: flex;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background-color: #fff;
    backdrop-filter: blur(10px);
}

.social-footer i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    font-size: 15px;
    line-height: 1;
    color: #333;
    transition: color .3s ease;
    flex-shrink: 0;
}

.social-footer i:hover {
    color: #000;
}

.static-policy .text-content p {
    color: #929292;
    line-height: 24px;
    letter-spacing: .025em;
    margin: 0;
    padding: 0;
}

.static-policy .text-content h2 {
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    margin: 25px 0;
}

.static-policy .col {

}

.static-policy {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 100px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ebebeb;
}

.banner-4 .row > div:hover .col-img img,
.banner-2 .row > div:hover .col-img img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    /* transform-origin: right top; */
}

.banner-4 .col-img,
.banner-2 .col-img {
    overflow: hidden;
    text-align: center;
}

.banner-4 .text-content a:hover,
.banner-2 .text-content a:hover {
    color: #B7A890;
    border-color: #B7A890;
}

.banner-4 .text-content a,
.banner-2 .text-content a {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
    color: #292929;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 40px;
}

.banner-4 .text-content h2,
.banner-2 .text-content h2 {
    font-size: 33px;
    line-height: 1.3;
    margin: 0;
    text-transform: initial;
    font-weight: 500;
    margin-top: 220px;
}

.banner-4 .text-content h3,
.banner-2 .text-content h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 35px 0;
}

.banner-4 .text-content,
.banner-2 .text-content {
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50px;
}

.banner-4 .col-img a,
.banner-2 .col-img a {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.banner-4 .row > div,
.banner-2 .row > div {
    position: relative;
    margin-bottom: 100px;
}

.banner-1 .row > div:nth-child(3) {
    padding-left: 10px;
}

.banner-1 .row > div:nth-child(2) {
    padding: 0 10px;
}

.banner-1 .row > div:nth-child(1) {
    padding-right: 10px;
}

.banner-1 .row > div {
    margin-bottom: 90px;
}

.banner-3 .item2 {
    margin-bottom: 30px;
}

.banner-3 .item6 {
    clear: both;
}

.banner-3 .item4,
.banner-3 .item5 {
    margin-bottom: 30px;
}

.banner-3 .col2 {
    width: 21.6%
}

.banner-3 .col1,
.banner-3 .col3 {
    width: 39.2%
}

@media (max-width: 1400px) {
    .banner-3 .col3 {
        width: 38.9%;
    }
}

.banner-3 .col3 {
    margin-bottom: 100px;
}

.banner-3 .col1,
.banner-3 .col2 {
    margin-bottom: 30px;
}

.banner-3 .col3 .text-content {
    left: 35px;
}

.banner-3 .text-content,
.banner-1 .text-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.banner-1 .item1,
.banner-1 .item4 {
    margin-bottom: 20px;
}

.banner-1 .col-img {
    text-align: center;
}

.banner-3 .items,
.banner-1 .items {
    position: relative;
}

.banner-3 .text-content a,
.banner-1 .text-content a {
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    font-size: 14px;
    color: #292929;
    text-transform: capitalize;
    font-weight: 500;
    padding: 20px 30px;
    display: inline-block;
}

.static-about h4 span {
    color: #707070;
    font-weight: 400;
}

.static-about h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.static-about p {
    letter-spacing: .025em;
    line-height: 30px;
    margin: 0 0 50px 0
}

.static-about h1 {
    font-size: 30px;
    text-transform: capitalize;
    margin: 0 0 40px 0;
    font-weight: 500;
}

.static-about img {
    margin-bottom: 35px
}

.static-about h3 {
    font-size: 12px;
    color: #929292;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}

.static-about {
    text-align: center;
    padding: 100px 16%;
}

/* owl carousel */
.owl-carousel .owl-nav > .owl-next,
.owl-carousel .owl-nav > .owl-prev,
.slick-slider .slick-next,
.slick-slider .slick-prev {
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
    border: 1px solid #F0F0F0;
    color: #fff;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all .3s ease;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-prev:focus,
.slick-slider .slick-next:hover,
.slick-slider .slick-next:focus {
    color: transparent;
    outline: none;
    background: unset;
}

.owl-style2 .owl-carousel .owl-nav > .owl-next,
.owl-style2 .owl-carousel .owl-nav > .owl-prev {
    width: 30px;
    height: 30px;
    margin: -15px 0 0 0;
    border: none;
}

.owl-style2 .owl-nav > .owl-prev {
    left: -15px;
}

.owl-style2 .owl-nav > div.owl-next {
    right: -15px;
}

.owl-carousel:hover .owl-nav > .owl-next,
.owl-carousel:hover .owl-nav > .owl-prev,
.slick-slider:hover .slick-next,
.slick-slider:hover .slick-prev {
    opacity: .7;
}

.owl-nav > .owl-prev {
    left: -60px;
}

.owl-nav > div.owl-next {
    right: -60px;
}

.owl-theme .owl-nav > .owl-next:hover,
.owl-theme .owl-nav > .owl-prev:hover {
    background: #fff;
    color: #000;
}

.owl-style2 .owl-nav > div i {
    line-height: 28px;
}

.owl-nav > div i,
.slick-arrow > i {
    font-size: 16px;
    line-height: 1;
    color: #545454;
}

.owl-carousel:hover .owl-nav > div {
    opacity: 1;
}

/* testimonial */
.testimonial-images img {
    border-radius: 100%;
}

.row-testimonials > div {
    margin-bottom: 30px;
}

.main-row:not(.full-width) .testimonial-container .container {
    padding: 0;
    width: 100%;
}

.testimonial-container {
    margin-bottom: 100px;
}

.testimonial-container .testimonial-author {
    font-weight: 600;
    letter-spacing: .5em;
    line-height: 30px;
    margin: 15px 0 0;
    font-size: 12px;
    color: #fff;
}

.testimonial-container .testimonial-images img {
    border-radius: 100%;
    margin-bottom: 30px;
    width: auto;
    display: inline-block;
}

.testimonial-container {
    background: #f6f6f6 url('../image/bg-testimonial.jpg') no-repeat center;
    padding: 100px 0 80px;
    text-align: center;
    background-attachment: fixed;
}

.testimonial-container .owl-nav > .owl-prev:hover,
.testimonial-container .owl-nav > .owl-next :hover {
    color: #292929;
}

.testimonial-container .owl-nav > .owl-prev,
.testimonial-container .owl-nav > .owl-next {
    border: none;
    background: none !important;
    color: #cecece;
}

.testimonial-container .testimonial-box {
    margin-bottom: 25px;
    padding: 0 10%;
}

.testimonial-container .testimonial-box a {
    color: #fff;
    line-height: 30px;
    letter-spacing: .025em;
}

.testimonial-container .testimonial-content i {
    color: #cecece;
    font-size: 20px;
}

.testimonial-container .module-title {
    display: none;
}

.testimonial-content {
    padding: 0 10%;
}

.testimonial-container .owl-nav > div i {
    font-size: 36px;
}

.module-title h2,
.module-title > div {
    margin: 0 0 20px 0;
    font-size: clamp(15px, 2vw, 18px);
    font-weight: 500;
    line-height: clamp(18px, 2vw, 22px);
    text-transform: uppercase;
}

.module-title .module-description {
    margin: 0;
    color: #4D4F55;
}

.module-title {
    margin: 0 0 20px 0;
}

/* banner-ourbrands */
body:not(.common-home) .banner-ourbrands {
    margin-top: 100px;
}

body[class^="product-product"] .banner-ourbrands {
    margin-top: 45px;
}

.banner-ourbrands {
    padding: 65px 0;
    border-top: 1px solid #ebebeb;
}

.banner-ourbrands .owl-carousel .owl-item img {
    display: inline-block;
}

.banner-ourbrands .owl-carousel .owl-item:hover img {
    opacity: .9;
}

.banner-ourbrands .owl-carousel .owl-item {
    padding: 0;
    text-align: center;
}

.banner-ourbrands .module-title {
    display: none;
}

.banner-ourbrands .owl-item.active {
    position: relative;
}

/* footer */
#back-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    text-align: center;
    cursor: pointer;
    border: 1.5px solid #ebebeb;
    color: #292929;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding: 18px 20px;
    font-weight: 600;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .9);
    z-index: 999;
    transition: all .3s ease;
}

#back-top:hover {
    border-color: #000;
}

@media (max-width: 1400px) {
    #back-top {
        bottom: 110px;
        right: 0px;
    }
}

@media (max-width: 1024px) {
    #back-top {
        padding: 10px;
        right: 30px;
        bottom: 65px;
    }

    #back-top span {
        display: none;
    }
}

#back-top span {
    display: none !important;
}

#back-top span {
    margin-right: 15px;
}

#back-top i {
    font-size: 12px;
}

/* breadcrumbs */
.breadcrumbs .breadcrumb {
    margin: 0;
    text-align: left;
}

.breadcrumb {
    padding: 0;
    margin: 0 0 40px 0;
    background: none;
}

.breadcrumb a:hover,
.breadcrumb li:last-child a {
    color: #000;
}

.breadcrumb > li + li::before,
.breadcrumb a {
    color: #000;
    text-transform: initial;
}

.common-home .breadcrumbs {
    display: none;
}

.breadcrumbs h1,
.breadcrumbs h2 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-transform: initial;
    margin: 0 0 20px 0;
    text-align: left;
}

body[class^='product-product'] .breadcrumbs,
body[class^='product-category'] .breadcrumbs {
    background: #e7e7e7;
    padding: 25px 0 40px;
    margin: 0;
}

.breadcrumbs {
    display: none;
    background: #e7e7e7;
    padding: 25px 0 40px;
    min-height: 123px;
    margin-bottom: 10px;
    text-align: center;
}

/* product detail */
.quickview-container + .zoomContainer {
    /* z-index: 10001; */
}

.zoomContainer .zoomWindowContainer .zoomWindow {
    margin-left: 15px;
}

.block-1 .thumbnails-additional .thumbnail {
    opacity: .2;
    margin: 0;
}

.block-1 .thumbnails-additional .current-additional {
    opacity: 1;
}

.block-1 .thumbnail {
    padding: 0;
    border-radius: 0;
    border: none;
}

.block-2 .ratings .rating-box {
    width: 67px;
    display: inline-block;
}

.block-2 .ratings {
    margin: 35px 0 25px;
    float: none;
    width: auto;
}

.block-2 .price-product {
    font-size: 18px;
    color: #aaaaaa;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 30px;
}

.block-2 .short-des {
    margin: 25px 0 30px;
    color: #898989;
    line-height: 24px;
    letter-spacing: .025em;
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
}

#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
    display: block;
    height: 27px;
    border: none;
    box-shadow: none;
    text-align: center;
    width: 26px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    background: none;
    padding: 0;
    color: #a6a6a6;
    float: left;
}

#minus2, #plus2,
#minus, #plus {
    border: 1px solid #ebebeb;
    border-left: none;
}

#minus2:hover, #plus2:hover,
#minus:hover, #plus:hover {
    color: #ee3333
}

#plus, #plus2 {
    border-bottom: none;
}

#input-quantity2,
#input-quantity {
    width: 90px;
    height: 54px;
    border: 1px solid #ebebeb;
    font-size: 14px;
    color: #292929;
    font-family: 'Karla', sans-serif;
}

label[for='input-quantity'] {
    float: left;
    line-height: 1;
    padding: 20px 0;
    margin: 0 30px 0 0;
    color: #292929;
}

#button-cart2 i,
#pre_order i,
#pre_order_option i,
#button-cart i {
    font-size: 20px;
    margin-right: 12px;
    vertical-align: middle
}

#pre_order_modal #pre_submit {
    background: #668D8C;
    height: 42px;
    display: flex;
    align-items: center;
    border-radius: 0;
    padding: 0 30px;
    border: 2px solid #668D8C;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 46px;
    justify-content: center;
}

.product-cart .btn-actions {
    border: 2px solid #e9e9e9;
    border-radius: 0;
    background: #e9e9e9;
    height: 42px;
}

.product-cart .btn-actions button:not(:last-child) {
    border-right: none;
}

.block-2 .btn-compare span,
.block-2 .btn-wishlist span {
    display: none;
}

.block-2 .btn-compare:hover i,
.block-2 .btn-wishlist:hover i {
    /* color: #fff; */
}

.block-2 .btn-compare i,
.block-2 .btn-wishlist i {
    font-size: 20px;
    line-height: 26px;
    vertical-align: top;
}

.block-2 .btn-compare:hover,
.block-2 .btn-wishlist:hover {
    color: #ee3333;
}

.quantity-box {
    width: 116px;
    float: left;
    margin: 0 20px 30px 0;
}

.block-3 {
    margin: 80px 0 0;
}

/* #tab-review .form-horizontal .form-group{ */
/* margin-right: 0; */
/* margin-left: 0; */
/* } */
#tab-review #review {
    max-height: 300px;
    overflow: auto;
}

.block-3 .tab-content .tab-pane {
    margin-bottom: 100px;
}

.block-3 .tab-content .tab-pane:not(#tab-review) {
    max-height: 500px;
    overflow: auto;
    padding: 0;
}

.block-3 .nav-tabs {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    border: none;
    margin: 0 0 45px 0;
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
}

.block-3 .nav-tabs li:hover a,
.block-3 .nav-tabs li.active a {
    color: #484848;
    border: none;
    background: none;
}

.block-3 .nav-tabs li a {
    color: #929292;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.block-3 .nav-tabs li {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0 25px;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 0 !important;
}

.bootstrap-datetimepicker-widget td span:hover {
    background: none !important;
}

.bootstrap-datetimepicker-widget td span {
    height: 40px !important;
    line-height: 40px !important;
    margin: 0px !important;
}

.alert.alert-success {
    text-align: center;
    font-size: 14px;
    margin: 0;
    width: 100%;
    z-index: 9999;
    position: fixed;
    left: 0;
    font-family: Montserrat, sans-serif;
}

.bootstrap-datetimepicker-widget a[data-action] {
    border: none;
    height: auto;
}

.custom-products .per-sale,
.custom-products .price-tax,
.custom-products .product-grid .product-des {
    display: none;
}

.related-products {
    margin-top: clamp(50px, 2vw, 60px);
    clear: both;
}

.related-products .module-title h2,
.related-products .module-title > div {
    margin-bottom: clamp(20px, 2vw, 25px);
}

.category-module li a.active,
.category-module li a:hover {
    color: #ee3333
}

.category-module li {
    padding: 8px 0;
}

.category-module li a {
    text-transform: capitalize;
}

.category-module ul {
    margin: 0;
}

.category-module .list-child {
    padding-left: 30px;
}

.category-module {
    margin-bottom: 55px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
}

/* Скрывать мобильное на ПК */
.desktop-only {
    display: block !important;
}

.mobile-only {
    display: none !important;
}

/* Для мобильных */
@media (max-width: 767px) {
    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }
}

.category-module h3 {
    color: #292929;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    width: 100%;
    padding: 0px;
    margin: 0 0 25px 0;
    line-height: 24px;
}

/* responsive */
@media (max-width: 1024px) {
    #logo img {
        display: initial;
    }

    header {
        padding-left: 0;
        padding-right: 0;
    }

    header {
        position: static !important;
        padding: 10px 0;
    }

    #cart .dropdown-menu {
        top: 40px;
    }

    #top {
        top: 47px;
    }

    body[class^="product-product"] .breadcrumbs, body[class^="product-category"] .breadcrumbs {
        padding: 20px 0;
    }

    .breadcrumbs h1, .breadcrumbs h2 {
        font-size: 15px;
        margin: 0 0 15px 0;
    }

    .zoomContainer,
    .b-modal,
    .newletter-popup {
        display: none !important;
    }

    .banner-3 .text-content {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translate(-50%, -50%);
        bottom: auto;
        left: 50% !important;
        right: auto;
        width: 100%;
        text-align: center;
    }

    .banner-3 .text-content a:hover {
        background: rgba(255, 255, 255, 1)
    }

    .banner-3 .text-content a {
        background: rgba(255, 255, 255, .7)
    }

    .banner-4 .text-content a,
    .banner-2 .text-content a {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    .custom-products .product-grid:nth-child(2n+1) {
        clear: both;
    }

    .banner-1 .text-content a {
        background: rgba(255, 255, 255, .9);
        padding: 10px;
    }

    .action-links button {
        width: 40px;
    }

    .testimonial-container {
        padding: 50px 0;
        min-height: auto;
    }

    .testimonial-content {
        padding: 0;
    }

    .newletter-subscribe-container {
        padding: 50px 0;
    }
}

.developer-mob {
    display: none;
}

@media (max-width: 767px) {
    .country-section {
        overflow-y: scroll !important;
        overflow-x: hidden !important;
    }

    .country-section .top-section .select-country {
        font-size: 12px !important;
        font-weight: 600 !important;
    }

    .country-section .bottom-section {
        padding-bottom: 100px !important;
    }

    .country-section .nm {
        display: block !important;
    }

    .developer-mob {
        display: block;
    }

    .action-links button:not(:last-child) {
        border: none;
    }

    .alert {
        margin-top: 50px !important;
    }

    .related-products .owl-nav > .owl-next, .tt_tabsproduct_module .owl-nav > .owl-next {
        top: -30px !important;
        right: 37% !important;
    }

    .related-products .owl-nav > .owl-prev, .tt_tabsproduct_module .owl-nav > .owl-prev {
        top: -30px !important;
        left: 37% !important;
    }

    .related-products h2 {
        margin-bottom: 55px;
    }

    #tableSizes svg {
        max-width: 100% !important;
    }

    .product-tabs > li > a {
        min-height: 56px;
    }

    .readmore a {
        text-transform: uppercase;
    }

    .banner-4 .row,
    .banner-3 .row {
        margin: 0
    }

    .banner-3 .col1,
    .banner-3 .col2,
    .banner-3 .col3 {
        width: 100%;
        text-align: center;
    }

    .wrapper {
        padding: 0;
        overflow-x: hidden;
    }

    .owl-nav > div.owl-prev {
        left: 0;
    }

    .owl-nav > div.owl-next {
        right: 0;
    }

    .action-links button {
        width: 40px;
    }

    .static-about {
        padding: 50px 0;
    }

    .action-links {
        padding: 3px 0;
    }
}

@media (max-width: 767px) {
    .pagination > li > a, .pagination > li > span {
        font-size: 14px;
        font-weight: 400;
    }

    .toolbar4 .text-right {
        font-size: 14px;
    }

    .block-2 .list-unstyled {
        margin-bottom: 40px;
    }

    .option-container .form-group:first-child {
        margin-bottom: 25px;
    }

    .breadcrumb > li + li::before, .breadcrumb a {
        font-size: 13px;
    }

    .banner-4 .text-content h2,
    .banner-2 .text-content h2 {
        margin-top: 0;
    }

    .tab-heading.nav-pills > li {
        width: 49%;
    }

    .tab-heading.nav-pills > li a {
        padding: 18px 30px;
        font-size: 14px;
    }

    .tab-heading.nav-pills > li {
        margin-bottom: 20px;
    }

    .static-policy {
        margin-bottom: 50px;
    }

    .banner7-content .banner7-des h3 {
        font-size: 36px !important;
        font-weight: 700 !important;
    }

    .banner7-content .banner7-des p {
        font-weight: 500 !important;
    }

    .block-left .text-ex {
        display: inline-block;
        color: #392819;
        font-size: 14px;
        line-height: 1.215;
    }

    .block-left .dropdown-menu button {
        font-size: 13px;
    }

    .block-3 {
        margin-top: 50px;
    }

    .block-3 .nav-tabs {
        padding-top: 50px;
    }

    .block-3 .tab-content .tab-pane {
        margin-bottom: 50px;
    }

    .block-2 .product-name {
        font-size: 20px;
        font-weight: 600;
    }

    .block-2 .btn-compare, .block-2 .btn-wishlist {
        width: 48px;
    }

    .product-cart .btn-actions {
        height: 52px;
    }

    #cart .cart-quantity {
        font-weight: 500;
        font-size: 14px;
    }

    #cart .info-item > a {
        font-weight: 600 !important;
    }

    #cart p.cart-button a {
        height: 52px;
        line-height: 52px;
        font-size: 14px;
    }

    #cart .cart-price {
        font-weight: 600 !important;
        font-size: 16px !important;
    }

    #cart .dropdown-menu tr td:last-child {
        font-size: 16px !important;
    }

    #button-guest,
    #button-search,
    #button-review,
    #button-account,
    #button-login, #button-confirm,
    #button-payment-method,
    #button-shipping-method,
    #button-quote,
    #button-coupon,
    #button-register,
    .form-horizontal input.btn,
    a.btn, input[type='submit'],
    .button {
        height: 52px;
        font-size: 14px;
    }

    .simplecheckout-cart th {
        font-size: 14px !important;
    }

    .simplecheckout-cart td.name {
        text-align: left !important;
    }

    .simplecheckout-cart td.price {
        font-size: 14px !important;
    }

    #cart .dropdown-menu tr td:last-child {
        font-weight: 500;
    }

    .MagicScroll-horizontal .mcs-button-arrow-prev:before, .MagicScroll-horizontal .mcs-button-arrow-next:before, .MagicScroll-vertical .mcs-button-arrow-prev:before, .MagicScroll-vertical .mcs-button-arrow-next:before {
        border-width: 1px;
    }

    body:not(.common-home) .newletter-subscribe-container {
        border: none;
        margin-top: 0;
    }

    h1 {
        font-size: 20px;
    }

    .toolbar4 .text-right {
        margin-top: 10px;
    }

    .breadcrumbs {
        padding: 20px 0;
        margin-bottom: 0;
        min-height: initial;
    }

    .block-right > .setting svg {
        /*top: 6px !important;*/
    }

    #cart > button,
    .wishlist-block #wishlist-total {
        position: relative;
    }

    #cart svg {
        position: relative;
        /*top: 7px;*/
    }

    .wishlist-block > a > span {
        /*display: none;*/
    }

    #cart-total,
    #wishlist-total span {
        margin-top: -5px;
        margin-left: -3px;
    }

    .alert.alert-success {
        position: fixed;
        z-index: 99;
    }

    #logo img {
        max-width: 130px !important;
    }

    .toolbar4 > div {
        text-align: center;
        float: none !important;
    }

    .banner-1 .row > div:nth-child(1) {
        padding-right: 15px;
    }

    .banner-1 .row > div:nth-child(3) {
        padding-left: 15px;
    }

    .banner-4 .row > div:not(:last-child),
    .banner-2 .row > div:not(:last-child),
    .banner-1 .row > div:not(:last-child) {
        margin-bottom: 30px;
    }

    #search h1 {
        font-size: 30px;
        margin: 0 0 30px 0;
    }

    .banner-4 .text-content,
    .banner-2 .text-content {
        text-align: left;
        /*background: rgba(255,255,255,.5);*/
        padding: 10px 0;
    }

    .banner-4 .text-content,
    .banner-2 .text-content {
        left: 50%;
        top: 50%;
        bottom: auto;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 60%;
    }

    .banner-1 .text-content {
        left: 50%;
        top: 50%;
        bottom: auto;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .banner-1 .text-content a {
        padding: 20px;
    }

    input[name^="quantity["] {
        min-width: 40px;
        padding: 0;
        text-align: center;
    }

    .block-3 .nav-tabs {
        width: 100%;
        display: flex;
    }

    .block-3 .nav-tabs li {
        display: inline-block;
    }

    .block-3 .nav-tabs li a {
        padding: 0 0 15px 0;
        margin-right: 20px;
    }

    /*.owl-nav{
		display: none;
	}*/
    #dialog-normal .newleter-content {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .container-fix > .container {
        clear: both;
    }

    #cart .dropdown-menu {
        top: 40px;
    }

    #top {
        top: 47px;
    }
}

@media (max-width: 639px) and (min-width: 561px) {
    .product-list .caption {
        width: 55%;
    }

    .product-list .image {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .banner-4 .text-content,
    .banner-2 .text-content {
        width: 80%;
    }

    .static-policy > div:not(:last-child) {
        margin-bottom: 50px;
    }

    .static-policy > div {
        width: 100%;
    }

    .static-policy .text-content h2 {
        font-size: 14px !important;
        font-weight: 800;
        margin: 35px 0 25px 0;
    }

    .static-policy .text-content p {
        font-size: 14px;
        font-weight: 500;
    }

    #blog_home .row_items .articles-inner:not(:last-child) {
        margin-bottom: 40px;
    }

    #blog_home .row_items .articles-inner:last-child .articles-image,
    #blog_home .row_items .articles-inner:first-child .articles-image {
        margin: 0;
    }

    #blog_home .row_items .articles-inner .articles-image {
        aspect-ratio: 346 / 243.146;
    }

    .custom-products .product-list .product-thumb {
        margin: 0;
    }

    .product-list .caption {
        margin-top: 20px;
    }

    .product-list .caption,
    .product-list .image {
        width: 100%;
    }
}

@media (min-width: 481px) {
    #subscribe .btn i {
        display: none;
    }
}

@media (max-width: 767px) {
    .product-list .product-des {
        padding-top: 20px;
        margin: 20px 0 0;
    }

    #subscribe .btn span {
        display: none;
    }

    #subscribe .btn {
        padding: 0 20px;
    }

    #subscribe_email {
        padding: 0 70px 0 20px;
    }

    #cart {
        position: static;
    }

    .block-right {
        position: relative;
    }

    #cart .dropdown-menu {
        min-width: 280px;
    }
}

.ratings {
    display: none;
}

.wishlist-block > a > span {
    font-weight: 500;
    background: none;
    color: #B7A890;
    font-size: 12px;
    text-transform: capitalize;
    float: right;
    margin-top: -3px;
    border-radius: 100%;
    text-align: center;
    line-height: 1;
    position: absolute;
}

#cart > button > svg:hover circle {
    fill: #B7A890;
}

.setting svg:hover path,
.wishlist-block svg:hover path {
    /*stroke: #B7A890;*/
}

.social-footer a {
    margin-bottom: 0;
    color: #333;
}

.social-footer a:hover {
    color: #000;
}

footer .top-block {
    padding: 30px 0;
}

footer .top-block .collapse {
    overflow: hidden;
    margin-bottom: 0;
    text-align: left;
}

footer .top-block .foot-collapse-inner {
    padding-top: 20px;
}

footer .top-block .foot-collapse-inner *:first-child {
    margin-top: 0;
}

footer .top-block .foot-collapse-inner *:last-child {
    margin-bottom: 0;
}

footer .top-block .collapse ul {
    margin: 0;
    padding: 0;
}

footer .top-block .foot-collapse-inner li + li {
    padding-top: 12px;
}

footer .top-block .foot-collapse-inner a {
    display: inline-block;
}

footer,
footer * {
    overflow-anchor: none;
}

footer .middle-block {
    padding-bottom: 30px;
}

footer .middle-block > .container {
    padding-top: 30px;
    position: relative;
}

footer .middle-block > .container:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.07);
    height: 1px;
    width: calc(100% - 30px);
    top: 0;
    left: 15px;
}

footer .bottom-block {
    padding: 30px 0;
    clear: both;
    background: #fff;
    position: relative;
    z-index: 1;
}

footer .payment-block {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 24px;
}

footer .block-foot-contact {
    width: fit-content;
    margin-left: auto;
}

footer .block-foot-contact .block-foot-title {
    justify-content: end;
    color: #7D7D7D;
    font-size: 12px;
    line-height: 1.25;
    text-transform: none;
    margin-bottom: 10px;
    cursor: default;
}

footer .block-foot-contact .block-foot-telephone,
footer .block-foot-contact .block-foot-email,
footer .block-foot-contact .block-foot-text_address1 {
    text-align: right;
    margin-bottom: 8px;
}

footer .block-foot-contact .block-foot-clock {
    display: flex;
    flex-direction: column;
    align-items: end;
}

footer .block-foot-contact .block-foot-weekdays {
    margin-bottom: 8px;
}

.layernavigation-module {
    display: none;
}

.open .dropdown-menu {
    min-width: 100px;
}

.action-links .btn-quickview {
    display: none;
}

.sizes ul li {
    list-style: none;
    margin: 6px;
    font-weight: 400;
    font-size: 14px;
    color: #1A1A1A;
}

.sizes > ul {
    padding: 0;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.colors ul li {
    list-style: none;
    margin-right: 15px;
}

.colors ul li:last-child {
    margin-right: 0;
}

.colors ul li img {
    border: none;
    padding: 0;
    max-width: 19px;
}

.colors > ul {
    padding: 0;
    display: flex;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
}

.form-control:focus {
    box-shadow: none;
    border-color: #8B9D9C;
}

.well {
    min-height: unset;
    padding: unset;
    margin-bottom: unset;
    background-color: unset;
    border: none;
    border-radius: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.well > p > strong {
    font-weight: 300;
}

.form-control {
    box-shadow: none;
}

.layer-category > .toolbar,
.custom-category > .toolbar {
    /*display: none;*/
}

/*.product-thumb>.image>a>img{
	border-radius: 10px;
}*/
.label_sale {
    display: none;
}

.product-cart .none,
#product-product .none {
    display: none;
}

.addthis_toolbox {
    display: none;
}

.description-block {
    clear: both;
}

#account-password #content > form {
    margin: 0 auto;
    max-width: 800px;
}

#account-order .buttons {
    margin-top: 20px;
}

.block-right > .setting svg {
    position: relative;
    /*top: -1px;
    width: 14px;*/
}

.wishlist-block svg {
    position: relative;
    /*top: 1px;
    width: 17px;*/
}

#cart svg {

}

.search-container i {
    position: relative;
    top: 1px;
    transition: all .3s ease;
}

.search-container i:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #392819;
    -webkit-mask: url("../image/icons/search.svg") no-repeat center;
    mask: url("../image/icons/search.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: all .3s ease;
}

.search-container i:hover:before {
    background-color: #000;
}

.action-links > .btn-compare {
    display: none;
}

.action-links svg {
    width: 15px;
}

.action-links > .btn-cart:hover path {
    fill: #B7A890;
}

/*.newletter-popup .window>#popup2{
	display: none;
}*/
#cart table img {
    border-radius: 5px;
}

#cart .info-item > a {
    font-weight: 500;
}

#account-wishlist h2 {
    margin-bottom: 20px;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-color: #e8e8e8;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}

#account-wishlist thead td {
    color: #000;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

#account-wishlist .price > b {
    color: #ee3333;
}

#account-wishlist .price > s {
    text-decoration: line-through;
    margin-left: 5px;
    color: #c1c1c1;
    font-weight: 400;
    font-size: 12px;
}

#account-wishlist .btn-remove, #account-wishlist .btn-cart {
    padding: 0 13px;
    height: 40px;
    line-height: 38px;
}

#account-wishlist .btn-remove:hover {
    border-color: #000;
}

#account-wishlist .btn-cart svg {
    width: 15px;
}

.information-contact #content > h3 {
    font-weight: 300;
    font-size: 14px;
}

.information-contact strong {
    color: #000;
    font-weight: 600;
}

.information-contact legend {
    font-weight: 600;
}

.checkout-success .buttons > .pull-right {
    float: left !important;
    margin-top: 30px;
}

.checkout-success #content .buttons > .pull-right > a {
    border-radius: 0;
    background-color: #668D8C !important;
    text-decoration: none;
    border-color: #668D8C;
    color: #fff !important;
    font-weight: 400;
}

.checkout-success #content .buttons > .pull-right > a:hover {
    background-color: #233b38 !important;
}

#logo img {
    max-width: 177px;
}

.colors .img-thumbnail {
    border-radius: 50%;
    border: 1px solid #fff;
}

.colors a:hover > .img-thumbnail {
    border: 1px solid #233b38;
}

.option-container > div > label:before {
    display: none;
}

.sub-col > .banner7:nth-child(2) {
    display: none;
}

@media (max-width: 767px) {
    .colors ul li {
        margin-right: 5px;
    }

    .tab-heading.nav-pills > li {
        float: left;
    }

    .sub-col > .banner7:nth-child(1) {
        display: none;
    }

    .sub-col > .banner7:nth-child(2) {
        display: block;
    }

    .prodThumbs {
        display: flex;
        flex-flow: wrap;
    }

    .thumbsRS {
        width: 100%;
        order: 0;
    }

    .thumbslS {
        width: 100%;
        order: 1;
    }

}

.simpleregister-button-right > #agreement_checkbox {
    display: block;
    margin-bottom: 20px;
}

#content > a.btnFilter {
    display: block;
    text-align: center;
    padding: 16px;
    background: #668D8C;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

@media (max-width: 767px) {
    .mobilemenu li.somerow li div {
        width: 100%;
        background: none;
        margin-left: 15px;
    }

    .mobilemenu li.somerow #form-currency div ul.dropdown-menu {
        display: none !important;
    }

    .mobilemenu li.somerow #form-currency div.open ul.dropdown-menu {
        display: block !important;
        padding-left: 20px;
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .05);
    }

    .mobilemenu li.somerow #form-language div ul.dropdown-menu {
        display: none !important;
    }

    .mobilemenu li.somerow #form-language div.open ul.dropdown-menu {
        display: block !important;
        padding-left: 20px;
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .05);

    }

    .mobilemenu li.somerow #form-language div.open ul.dropdown-menu li, .mobilemenu li.somerow #form-currency div.open ul.dropdown-menu li {
        background: none;
    }

}

.caption > .sizes,
.caption > .availability_stock,
.caption > .colors {
    display: none;
}

input[type="text"], textarea, input[type="tel"], input[type="email"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.nav-pills > li > a {
    border-radius: 0;
}

.social-footer > p {
    margin-top: 20px;
}

.bf-attr-filter label img {
    width: 19px;
}

.alert-success {
    background-color: #392819;
    color: #fff;
}

.alert-success > a {
    color: #fff;
    text-decoration: underline;
}

#frm_subscribe-normal a {
    background: none !important;
    color: #000 !important;
}

.article-item .intro-content .readmore-page {
    background: none !important;
    color: #000 !important;
    border-bottom: 1px solid #000 !important;
    padding-bottom: 0px !important;
    height: 35px !important;
    text-decoration: none !important;
}

.panel, .form-control {
    border-radius: 0;
}

.related-products .related-products {
    display: none;
}

#information-contact .panel-body {
    font-size: 13px;
}

a[href="#tab-specification"] {
    display: none !important;
}

@media (max-width: 767px) {
    .select-country > svg {
        display: none;
    }

    .block-2 > .product-name {
        overflow: initial;
    }

    /*body > .wrapper {
	    margin-top: 50px;
	}*/
    /*body.b-country > .wrapper {
	    margin-top: 0;
	}*/
}

.table_size > svg {
    margin-left: 10px;
    max-width: 5px;
    position: relative;
    top: 2px;
}

.related-products .owl-nav > .owl-prev:hover i,
.related-products .owl-nav > .owl-next:hover i,
.tt_tabsproduct_module .owl-nav > .owl-next:hover i,
.tt_tabsproduct_module .owl-nav > .owl-prev:hover i {
    color: #233b38;
}

.related-products .module-description {
    display: none !important;
}

.owl-theme .owl-nav .disabled {
    opacity: .4 !important;
}

.socHeading {
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px;
    color: #717171;
}

#tableSizes {
    margin: 0 auto;
    width: fit-content;
}

#tableSizes svg {
    max-width: 60%;
    display: block;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.product-layout .action-links {
    max-width: 40px;
    max-height: 40px;
    width: 40px;
    height: 40px;
}

.product-layout .action-links > button {
    padding: 0 !important;
    margin: 0 !important;
}

.product-layout .action-links > button {

    margin: 0 auto !important;
}

.product-layout .action-links > button svg {

    margin: 0 auto !important;
}

body.checkout-simplecheckout .tooltip-inner {
    padding: 20px 10px;
    font-size: 12px;
}

.information-contact-success .buttons .pull-right {
    float: none !important;
    margin-top: 20px;
}

.mail svg {
    height: 30px;
}

@media (min-width: 1500px) {
    .banner-4 .text-content h2,
    .banner-2 .text-content h2 {
        margin-top: 260px;
    }
}

#akciya {
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
}

#akciya > span {
    display: block;
}

#pre_order_modal .modal-header, #pre_order_modal .modal-body {
    padding: 25px;
}

#pre_order_modal #pre_form_fields {
    margin-bottom: 20px;
}

#pre_order_modal #pre_form_fields > div {
    width: 100%;
    margin-bottom: 10px;
}

#pre_order_modal #pre_form_fields .input-group-addon {
    display: none;
}

#pre_order_modal #pre_form_fields input {
    /*border-radius: 3px;*/
}

#pre_order_modal #pre_submit {

}

.prmn-cmngr {
    display: none !important;
}

.caption .availability_none, .caption .availability_stock {
    text-align: center;
    margin-bottom: 15px;
    color: #233936;
    font-weight: 500;
}

#information-information .tt_product_module {
    margin-top: 40px;
}

#information-information #content .tt_product_module a {
    text-decoration: none;
}

.has-error .text-danger {
    padding: 12px;
    margin-bottom: 15px;
    font-size: 12px;
}

.developer {
    margin-top: 20px;
}

#customer_countrynew {
    height: 42px;
}

/* New CSS */

.country-section {
    /*overflow: hidden!important;*/
}

.country-section .nm {
    margin: 0 0rem !important;
    display: flex;
}

.country-section .np {
    padding: 0 0rem !important;
    width: 100%;
}

.country-section .top-section {
    padding: 15px 0;
}

.country-section .top-section .select-country {
    font-size: 11px;
    line-height: 1;
    color: #233936;
    font-weight: 500;
    text-transform: uppercase;
}

.block-left .selCountry {
    display: flex;
    align-items: center;
}

.block-left .selCountry:hover {
    color: #392819;
}

.country-section .top-section .select-country svg {
    margin: 0 .5rem 0 0;
}

.country-section .bottom-section {
    padding: 30px 0;
    /*border-top: 1px solid rgba(0, 0, 0, 0.07);*/
}

.country-section .bottom-section .default-country {
    font-size: 12px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
}

.country-section .bottom-section .default-country a {
    text-transform: uppercase;
    color: #233936;
    text-decoration: underline;
    margin: 0 0 0 1rem;
}

.country-section .region-list {
    position: relative;
    padding: 15px 0;
}

.country-section .region-list:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 66px;
    background: #f4f4f4;
}

.country-section .region-name {
    position: relative;
    font-size: 12px;
    color: #233936;
    font-weight: 600;
    text-transform: uppercase;
    height: 36px;
    padding: 0 15px;
    border: 0px solid #233936;
    margin: 0 0 0 0;
    text-align: center;
    cursor: pointer;
}

.country-section .region-name:after {
    content: '';
    position: absolute;
    width: 1px;
    margin-left: -1px;
    left: 100%;
    top: 0;
    bottom: 0;
    background: #233936;
}

.country-section .col-item:last-child .region-name:after {
    display: none !important;
}

.country-section .active .region-name {
    font-weight: 700 !important;
    color: #668D8C !important;
}

.country-section .region-name .icon {
    display: none;
    width: 1.4rem;
    height: 1.4rem;
    position: relative;
}

.country-section .region-name .icon::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    left: 50%;
    margin-left: -1px;
    background: #233936;
}

.country-section .active .region-name .icon:before {
    display: none;
}

.country-section .region-name .icon::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    background: #233936;
}

.country-section .country-list {
    display: none;
    padding-top: 25px;
}

.country-section .country-list ul {
    list-style: none;
    padding: 0 !important;
}

.country-section .region-list .country-item {
    padding: 5px 0;
    text-align: center;
}

.country-section .region-list .country-item .country-name {
    font-size: 13px;
    line-height: 1.2;
    color: #333;
    font-weight: 400;
}

.country-section .bottom-section .default-country a:hover, .country-section .region-list .country-item .country-name.selected {
    color: #B7A890;
}

.country-section .region-list .country-item .country-name:hover,
.country-section .region-list .country-item .country-name:focus {
    color: #B7A890;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-none {
    display: none !important;
}

@media (max-width: 1023px) {
    /*
	.country-section .region-list{
		display: none;
	}
	*/
    .country-section .country-list {
        display: none;
        padding-top: 15px;
        padding-left: 60px;
    }

    .country-section .region-name .icon {
        display: block;
    }

    .country-section .top-section .select-country {
        position: relative;
        margin: 30px 0 0 0;
        padding-top: 5px;
    }

    .country-section .top-section {
        padding-bottom: 5px !important;
    }

    .country-section .region-list {
        padding-bottom: 5px !important;
    }

    .country-section .top-section .select-country:before {
        content: '';
        position: absolute;
        z-index: -1;
        background: #f4f4f4;
        left: -30px;
        right: -30px;
        top: -15px;
        bottom: -15px;
    }

    .country-section .np:last-child .region-name {
        border-bottom: none !important;
    }

    .country-section .region-name {
        padding: 0 15px !important;
        height: 54px !important;
        border-width: 0 0 1px 0 !important;
        border-color: rgba(0, 0, 0, .2) !important;
        border-style: solid !important;
    }

    .country-section .col-item:first-child .region-name {
        border-width: 1px 0 1px 0 !important;
    }

    .country-section .region-list:before {
        bottom: 0;
        height: 100%;
    }

    .country-section .region-name:after {
        display: none !important;
    }

    .country-section .region-list .country-item {
        text-align: left !important;
    }

    body > .wrapper > header {
        position: fixed !important;
        top: 0;
        background-color: #fff;
        width: 100%;
        height: 49px;
        z-index: 9999;
    }
}

@media (min-width: 1024px) {
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .d-md-none {
        display: none !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.header .search-containers {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-containers a.selCountry,
.search-containers a.selCountry svg {
    width: 25px;
    height: 25px;
    padding-top: 3px;
    left: 3px;
    padding-left: 3px;
    position: relative;
    z-index: 113;
}

.country-section {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100vh;
    overflow: auto;

}

.o-hidden {
    overflow: hidden;

}

body.b-country, body.o-hidden {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
}

.simplecheckout-button-block #delivery_cost {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
}

#account-login .alert {
    position: initial;
    margin-bottom: 20px;
}

#information-information table {
    width: 100%;
}

.sumary_coupon_item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 7px;
}

.coupon_sumary {
    margin: 15px 0;
    background: #fafafa;
    border: solid 1px #6f8a88;
    border-style: dashed;
    padding: 15px;
}

.sumary_total_item {
    display: flex;
    justify-content: space-between;
    padding-top: 7px;
}

.sumary_total_item .item_value {
    font-size: 16px;
    font-weight: bold;
}

.sumary_coupon_item .coupon_amount {
    margin: 0 15px;
}

.sumary_coupon_item .code {
    padding: 3px 7px;
    background: #e8e8e8;
    font-size: 14px;
}

.coupon_remove > i {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.block-left--footer .selCountry {
    margin-bottom: 0;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.231;
    gap: 10px;
}

.block-left--footer > ul {
    gap: 10px;
}

.footer-language .btn:not(.language-select) {
    display: flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 4px;
    background-color: #F3EADB;
    color: #392819;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    transition: all .3s ease;
}

/*#cmsblock-37 START*/

#cmsblock-37 .module-title h2,
#cmsblock-37 .module-title > div {
    color: #000;
    margin: 0 0 clamp(20px, 2vw, 25px) 0;
}

#cmsblock-37 .tabs-mobile-wrap {
    margin-bottom: clamp(60px, 5vw, 80px) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

#cmsblock-37 .tab-heading {
    margin-bottom: 0 !important;
}

#cmsblock-37 .tab-heading.nav-pills > li {
    margin-bottom: 0;
    flex: 1 0 auto;
}

#cmsblock-37 .tab-heading.nav-pills > li.active::before {
    content: none;
}

#cmsblock-37 .tab-heading.nav-pills > li a {
    color: #939393;
    font-size: clamp(13px, 2vw, 14px);
    font-weight: 500;
    line-height: 1.231;
    border: none;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-transform: none;
    margin: 0;
}

#cmsblock-37 .tab-heading.nav-pills > li a span {
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 2px solid transparent;
}

#cmsblock-37 .tab-heading.nav-pills > li.active a,

#cmsblock-37 .tab-heading.nav-pills > li.active a:hover,
#cmsblock-37 .tab-heading.nav-pills > li.active a,

#cmsblock-37 .tab-heading.nav-pills > li a:hover {
    background-color: #fff;
    color: #392819;
}

#cmsblock-37 .tab-heading.nav-pills > li.active a span,

#cmsblock-37 .tab-heading.nav-pills > li.active a:hover span,
#cmsblock-37 .tab-heading.nav-pills > li.active a span,
#cmsblock-37 .tab-heading.nav-pills > li a:hover span {
    border-bottom-color: #392819;
}

#cmsblock-37 .tab-heading.nav-pills > li + li {
    margin-left: 0;
}

#cmsblock-37 .product-grid .caption {
    padding: 0;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    transition: all .3s ease;
    border-bottom: 2px solid #fff;
}

#cmsblock-37 .product-grid .caption:hover {
    border-bottom-color: #392819;
}

#cmsblock-37 .product-grid .product-name {
    font-size: clamp(13px, 2vw, 14px);
    line-height: 1.215;
    font-weight: 700;
}

#cmsblock-37 .product-grid .product-name a {
    display: block;
    padding-bottom: clamp(11px, 2vw, 14px);
    color: #fff;
    text-align: center;
}

#cmsblock-37 .product-grid .caption:hover a {
    color: #392819;
}

#cmsblock-37 .owl-nav > .owl-prev,
#cmsblock-37 .owl-nav > .owl-next {
    transform: translateY(-50%);
}

#cmsblock-37 .owl-stage {
    transition-timing-function: linear !important;
}

#cmsblock-37 .inspiration-slider .slick-slide {
    margin: 0 5px;
}

#cmsblock-37 .inspiration-slider .slick-list {
    /*margin: 0 -5px;*/
}

/*#cmsblock-37 END*/

/*tt_tabsproduct_module START*/
.tt_tabsproduct_module,
.tt_product_module {
    margin-top: clamp(60px, 5vw, 80px);
}

[class*="tt_tabsproduct_module"] .owl-nav,
.tt_product_module .owl-nav,
#blog_home .owl-carousel .owl-nav {
    margin: 0;
}

.related-products .owl-nav > .owl-prev,
[class*="tt_tabsproduct_module"] .owl-nav > .owl-prev,
.tt_product_module .owl-nav > .owl-prev,
.related-products .owl-nav > .owl-next,
[class*="tt_tabsproduct_module"] .owl-nav > .owl-next,
.tt_product_module .owl-nav > .owl-next,
#cmsblock-37 .slick-prev {
    top: 50%;
    transform: translateY(calc(-50% - 23.5px));
}

.related-products .owl-nav > .owl-prev,
[class*="tt_tabsproduct_module"] .owl-nav > .owl-prev,
.tt_product_module .owl-nav > .owl-prev,
#cmsblock-37 .slick-prev {
    left: -17.5px;
}

.related-products .owl-nav > .owl-next,
[class*="tt_tabsproduct_module"] .owl-nav > .owl-next,
.tt_product_module .owl-nav > .owl-next,
#cmsblock-37 .slick-next {
    right: -17.5px;
}

/*tt_tabsproduct_module END*/

/*#cmsblock-28 START*/
#cmsblock-28 {
    margin-top: clamp(60px, 5vw, 80px);
}

/*#cmsblock-28 END*/

/*banner-5 START*/
.banner-5 {
    margin-top: clamp(60px, 5vw, 80px);
    width: 100%;
}

.banner-5__inner {
    display: grid;
    grid-template-columns: 1fr;
}

.banner-5__item {
    position: relative;
    display: block;
}

.banner-5__image {
    overflow: hidden;
}

.banner-5__item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform .3s ease;
    will-change: transform;
}

.banner-5__item:hover img {
    transform: scale(1.04);
}

.banner-5__text {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: clamp(10px, 2vw, 15px);
}

.banner-5__subtitle {
    font-size: clamp(11px, 2vw, 12px);
    font-weight: 500;
    line-height: clamp(13px, 2vw, 15px);
}

.banner-5__title {
    margin-top: clamp(4px, 1vw, 6px);
    font-size: clamp(13px, 2vw, 16px);
    line-height: clamp(16px, 2vw, 20px);
}

/*banner-5 END*/

/*newslettersubscribe START*/
footer .newletter-subscribe-container {
    padding: 0;
    border-top: none;
    min-height: unset;
}

footer #dialog-normal .newleter-content {
    margin-top: 20px;
    padding: 0;
}

footer #frm_subscribe-normal {
    margin-bottom: 12px;
}

footer .newletter-subscribe #dialog-normal {
    text-align: left;
}

footer #dialog-normal .newletter-title .heading_title2 {
    color: #000;
    font-size: 15px;
    line-height: 1.2;
}

footer #subscribe_email {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
    padding: 0 28px 0 0;
    height: 44px;
}

footer #subscribe .btn {
    padding: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-left: none;
    margin-top: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer #frm_subscribe-normal a {
    color: #A0A0A0 !important;
}

footer #notification-normal div.warning {
    color: #E33;
    text-align: left;
}

@media (min-width: 481px) {
    footer #subscribe .btn i {
        display: block;
    }
}

/*newslettersubscribe END*/

/*footer START*/

footer.full-width {
    margin-top: clamp(25px, 5vw, 80px) !important;
    background-color: #FBF9F7;
    color: #392819;
    font-size: 13px;
}

footer a,
footer p,
footer h4,
footer .block-foot-title {
    color: #392819;
}

footer a:hover {
    color: #000;
}

footer h4,
footer .block-foot-title {
    margin-top: 0;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

footer .block-foot-title {
    color: #000;
}

footer a,
footer p {
    font-weight: 400;
    margin-bottom: 12px;
    line-height: 1.2308;
    display: block;
}

footer a.border-bottom {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    font-weight: 500;
}

footer .certified-materials {
    margin-top: 30px;
}

.logo-footer > svg {
    display: inline-block;
    max-width: 110px;
    height: auto;
}

.logo-footer {
    float: left;
    text-align: center;
}

.copyright-text a {
    color: #ee3333;
}

.copyright-text {
    margin: 0;
    color: #929292;
    line-height: 22px;
    padding-left: 100px;
    float: left;
    letter-spacing: .025em;
}

footer .footer-country {
    display: flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 4px;
    background: #F3EADB;
}

footer .footer-country__name {
    font-weight: 500;
    line-height: 1.231;
}

.fa-youtube:before {
    font-family: "Font Awesome 5 Brands";
}

.icon-telegram svg {
    width: 15px;
    height: 15px;
    display: block;
}

/*footer END*/

/* category START*/
[class*="product-category-"] header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.category-info .img-thumbnail {
    border: none;
    border-radius: 0;
    padding: 0;
}

.custom-products .product-list:last-child .product-thumb {
    border: none;
}

.custom-products .product-list .product-thumb:hover {
    box-shadow: none;
}

.custom-products .product-list .product-thumb {
    float: left;
    width: 100%;
    margin: 0 -15px;
}

.product-thumb {
    position: relative;
}

.product-thumb .btn-wishlist {
    position: absolute;
    right: clamp(5.27px, 1vw, 9.553px);
    top: clamp(5px, 1vw, 9.553px);
    z-index: 10;
    border: none;
    background-color: transparent;
    padding: 0;
}

.product-thumb a img{
    /* aspect-ratio: 362 / 506; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-products {
    margin: 0 -15px;
}

.custom-products .product-layout {
    margin-top: 20px;
}

.toolbar {
    float: left;
    width: 100%;
    gap: 5px;
}

.toolbar3 .btn-group {
    background: #fff;
}

.toolbar3 {
    padding: 0;
}

.toolbar1 {
    padding: 0;
}

.toolbar2,
.toolbar1 {
    padding-left: 0;
    background: #fff;
    gap: 25px;
}

#list-view,
#grid-view {
    border: none;
    border-radius: 0;
    color: #C1C1C1;
    padding: 0;
    background: none;
    line-height: 20px;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#list-view {
    margin-right: 10px;
}

#list-view:hover,
#list-view.selected,
#grid-view:hover,
#grid-view.selected {
    color: #392819;
}

#list-view i,
#grid-view i {
    line-height: 16px;
    font-size: 16px;
}

#list-view svg,
#grid-view svg {
    line-height: 20px;
    font-size: 20px;
    transition: all .3s ease;
}

#input-sort,
#input-limit {
    border: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    height: 20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.231;
    text-align: center;
    width: fit-content;
}

.sort-control {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.sort-native {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 1px;
    height: 1px;
}

.sort-trigger {
    display: inline-flex;
    align-items: center;
    gap: clamp(5px, 1vw, 8px);
    background: transparent;
    border: 0;
    padding: 0;
    font-size: clamp(12px, 2vw, 13px);
    line-height: clamp(15px, 2vw, 16px);
    font-weight: 500;
    cursor: pointer;
    border-radius: 10px;
}

.sort-trigger:focus {
    outline: none;
}

.sort-trigger:hover {
    color: #000;
}

.sort-trigger svg {
    transition: all .3s ease;
}

.sort-trigger:hover svg {
    color: #222;
}

.sort-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    z-index: 20;
    min-width: 260px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
    padding: 10px;
}

.sort-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sort-menu li {
    margin: 0;
}

.sort-menu li + li {
    margin-top: 10px;
}

.sort-option {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    padding: 4px 8px;
    cursor: pointer;
    color: #676D79;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.214;
}

.sort-option.is-active {
    color: #392819;
}

.pagination {
    margin: clamp(20px, 2vw, 30px) 0 0 0;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border: none;
    background: none;
    color: #8E8E8E;
    font-size: clamp(12px, 2vw, 13px);
    line-height: clamp(15px, 2vw, 16px);
    padding: 15px 10px;
    margin: 0 12.5px;
    text-align: center;
    border-bottom: 1.5px solid transparent;
}

.pagination > li.active > span,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background: none;
    border-radius: 0;
    color: #392819;
    border-bottom: 1.5px solid #392819;
}

.pagination {
    line-height: 1;
}

.pagination > li {
    display: inline-block;
    vertical-align: middle;
}

.toolbar4 {
    margin: 0;
    /*margin-top: 30px;*/
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
}

.toolbar4 .col-sm-6 {
    padding: 0;
    line-height: 1;
}

.toolbar4 .text-right {
    margin-top: 0px;
    font-size: 12px;
    color: #8d8c8c;
    width: auto;
    float: right;
}

.layer-category .category-list {
    border-radius: 4px;
    background: #FBF9F7;
}

.layer-category .category-list ul {
    margin-bottom: 0;
    overflow: auto;
    justify-content: center !important;
}



.layer-category .category-list a {
    display: block;
    padding: 15px;
    color: #8E8E8E;
    font-weight: 500;
    line-height: 1.572;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    transition: border-color .25s ease, color .25s ease;
}

.layer-category .category-list a:hover,
.layer-category .category-list a:focus-visible {
    border-bottom-color: #392819;
}

.layer-category .category-list li.is-active > a {
    border-bottom-color: #392819;
    color: #392819;
}

.layer-category #content {
    margin-top: 20px;
    padding-top: 0;
}

.layer-category .category-name,
.layer-category .category-name h1 {
    margin: 0 0 14px 0;
    text-transform: uppercase;
}

.layer-category .filter-btn {
    gap: 10px;
    padding: 0;
    background-color: unset;
    color: #392819;
    font-size: clamp(12px, 2vw, 13px);
    line-height: clamp(15px, 2vw, 16px);
    font-weight: 500;
}

.layer-category .filter-btn:hover {
    color: #000;
}

.layer-category .filter-btn svg {
    transition: all .3s ease;
}

.layer-category .filter-btn:hover svg {
    color: #222;
}

.btn-wishlist .wishlist-icon--added {
    display: none;
}

.btn-wishlist.is-added .wishlist-icon--default {
    display: none;
}

.btn-wishlist.is-added .wishlist-icon--added {
    display: inline-block;
}

svg.wishlist-icon.wishlist-icon--added path {
    fill: #392819 !important;
}

/* category END*/

/*product START*/
.product-gallery-stack {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product-gallery-item,
.product-gallery-item img {
    display: block;
    width: 100%;
}

.product-gallery-item img {
    height: auto;
}

#product-product .block-2 {
    position: sticky;
    top: 20px;
    align-self: flex-start;
}

#product-product .product-gallery-stack img {
    width: 100%;
    height: auto;
    display: block;
}

#product-product .block-2 .product-name h1 {
    margin: 0;
    font-size: clamp(16px, 2vw, 26px);
    line-height: clamp(20px, 2vw, 32px);
    text-transform: none;
}

#product-product .block-2 .product-name + p {
    margin: 10px 0 0;
}

#product-product .block-2 .product-name + p a {
    text-transform: capitalize;
}

#product-product .block-2 .btn-compare,
#product-product .block-2 .btn-wishlist {
    border: none;
    padding: 0;
    background: none;
    color: #000;
    width: 28px;
    height: 28px;
}

#product-product .btn-actions > .btn-wishlist > svg {
    width: 28px;
    position: relative;
    transition: all .3s ease;
}

#product-product .btn-actions > .btn-wishlist:hover {
    color: #B7A890;
}

#product-product .heading-title {
    gap: 10px;
}

#product-product .block-2 .availability_none,
#product-product .block-2 .availability_stock {
    color: #7B8487;
    font-size: clamp(13px, 2vw, 14px);
    line-height: clamp(16px, 2vw, 17px);
    font-weight: 500;
}

#product-product .block-2 .product-name > .availability_stock {
    display: none;
}

#product-product .block-2 .model-block {
    color: #7B8487;
    font-size: clamp(13px, 2vw, 14px);
    font-weight: 500;
    line-height: clamp(16px, 2vw, 17px);
}

#product-product .product-meta {
    margin-top: 8px;
    gap: 10px;
}

#product-product #product2,
#product-product #product {
    clear: both;
    margin-top: clamp(18px, 2vw, 35px);
}

#product-product #product .has-option .product-options-title {
    color: #000;
    font-size: clamp(13px, 2vw, 14px);
    font-weight: 500;
    line-height: clamp(16px, 2vw, 17px);
}

#product-product .option-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#product-product .option-container > div > div > a {
    width: clamp(60px, 6vw, 100px);
    aspect-ratio: 1 / 1;
    display: inline-block;
    position: relative;
}

#product-product .option-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 4px;
    transition: outline-color .2s ease, box-shadow .2s ease;
}

#product-product .option-container > div > div > a.active img {
    outline: 2.5px solid #392819;
    outline-offset: -2.5px;
}

#product-product .option-container .form-group {
    margin-bottom: 0;
}

#product-product .option-container .form-group + .form-group {
    margin-top: clamp(13px, 2vw, 18px);
}

#product-product .option-container > div > label {
    margin-bottom: clamp(5px, 1vw, 12px);
    color: #000;
    font-weight: 500;
}

#product-product [id*="input-option"] {
    display: flex;
    gap: 10px;
}

#product-product select[id*="input-option"] {
    margin-top: clamp(5px, 1vw, 12px);
    display: flex;
    gap: 10px;
    color: #939393;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.214;
    height: 44px;
    padding: 12px 30px 12px 0;
    border: none;
    border-bottom: 1px solid #6F6F6F;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 20px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#product-product #product .product-cart {
    margin-top: clamp(18px, 2vw, 35px);
    gap: clamp(8px, 2vw, 12px);
}

#button-cart2,
#pre_order,
#pre_order_option,
#button-cart {
    float: left;
    min-height: 44px;
    height: clamp(44px, 3vw, 56px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    gap: 10px;
    padding: clamp(11px, 2vw, 16px) clamp(12px, 2vw, 25px);
    border: 1px solid #392819;
    background: #392819;
    color: #fff;
    font-size: clamp(12px, 2vw, 15px);
    font-weight: 500;
    line-height: clamp(15px, 2vw, 18px);
}

#pre_order:hover,
#pre_order_option:hover,
#button-cart2:hover,
#button-cart:hover,
#pre_order_modal #pre_submit:hover {
    background: #fff;
    color: #392819;
}

#pre_order:hover .price,
#pre_order_option:hover .price,
#button-cart2:hover .price,
#button-cart:hover .price,
#pre_order_modal #pre_submit:hover .price {
    color: #392819;
}

#pre_order > svg,
#pre_order_option > svg,
#button-cart > svg {
    position: relative;
    width: clamp(20px, 2vw, 24px);
    height: clamp(20px, 2vw, 24px);
    display: block;
    flex: 0 0 auto;
}

.block-2 .list-unstyled {
    clear: both;
    margin: 0 0 0 auto;
}

.block-2 .price {
    margin-top: 0;
    display: inline-block;
    color: #fff;
    text-align: left;
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 600;
    line-height: clamp(17px, 2vw, 20px);
    transition: color .3s ease;
}

.block-2 .price .price-old {
    margin-left: 0;
    color: #D7D7D7;
    font-size: 14px;
    line-height: 1.214;
}

.block-2 .price .price-new {
    margin-left: 10px;
    color: #FFFA9A;
    font-size: 18px;
    font-weight: 600;
}

.table_size {
    display: flex;
    height: clamp(44px, 3vw, 56px);
    padding: clamp(12px, 2vw, 16px) 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #392819;
    color: #392819;
    font-size: clamp(12px, 2vw, 14px);
    font-weight: 500;
    line-height: clamp(15px, 2vw, 17px);
}

#product + div {
    margin-top: 35px;
}

#product-product .nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product-tabs > li {
    margin: 0 auto;
}

.product-tabs > li:first-child {
    margin-left: 0;
    margin-right: auto;
}

.product-tabs > li:last-child {
    margin-left: auto;
    margin-right: 0;
}

.product-tabs > li > a {
    margin-right: 0;
    padding: 0 0 12px 0;
    border: none;
    color: #939393;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    width: fit-content;
}

.product-tabs > li.active > a,
.product-tabs > li.active > a:focus,
.product-tabs > li.active > a:hover,
.product-tabs > li > a:focus,
.product-tabs > li > a:hover {
    background-color: initial;
    border: none;
    border-bottom: 2px solid #233B38;
    color: #233B38;
}

#product-product .tab-content,
#product-product .tab-content p {
    margin-bottom: 0;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.53846;
}

.socLinks {
    display: flex;
    flex-direction: column;
}

.socLinks > div {
    margin-top: 30px;
}

.socLinks a {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #333;
    font-size: 12px;
    line-height: 1.214;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.socLinks a:hover {
    color: #B7A890;
}

.socLinks a span {
    margin-right: auto;
}

#product-product #content > .row > .block-2 {
    padding-left: clamp(20px, 3vw, 55px);
    position: unset;
}

.block-2 .xdstickers_wrapper.position_upleft {
    top: 20px;
    left: 0;
}

.block-2 .xdstickers {
    float: left;
    margin-right: 10px;
    padding: clamp(2px, .5vw, 3.625px) clamp(3px, .5vw, 7.249px);
    font-size: clamp(10px, 1vw, 14.499px);
    line-height: clamp(12px, 1vw, 18px);
}

.ds-select {
    position: relative;
    width: 100%;
}

.ds-select__btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid #6F6F6F;
    background: #fff;
    color: #392819;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.215;
    cursor: pointer;
}

.ds-select__btn:hover {
    color: #9E9E9E;
}

.ds-select__value {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ds-select__chev {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: inline-block;
    background: no-repeat center / 20px 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transition: transform .2s ease;
}

.ds-select.is-open .ds-select__chev {
    transform: rotate(180deg);
}

.ds-select__menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 5px);
    z-index: 1;
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.05);
    max-height: 150px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: .18s ease;
}

.ds-select.is-open .ds-select__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ds-select__opt {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 25px;
    padding: 4px 8px;
    cursor: pointer;
    user-select: none;
    color: #9E9E9E;
    font-weight: 500;
    transition: color .3s ease;
}

.ds-select__opt:hover {
    color: #392819;
}

.ds-select__opt.is-selected {
    color: #392819;
}

select.ds-native-select {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0;
    padding: 0;
}

/*product END*/

/*product-search START*/
.product-search .header,
.checkout-simplecheckout .header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.product-search h1 {
    margin: 0 0 14px 0;
    color: #000;
    text-transform: uppercase;
}

/*product-search END*/

/*blog-blog START*/
.blog-blog .header,
.blog-article .header,
.account-wishlist .header,
[class*="information-"] .header,
[class*="account-"] .header {
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.03);
}

.blog-blog .article-titles h1 {
    margin: 0;
    color: #000;
    font-weight: 400;
    line-height: 1.223;
    text-transform: uppercase;
}

.blog-blog .article-page {
    margin-top: 20px;
}

.blog-blog .article-page > .row {
    flex-wrap: wrap;
}

.blog-blog .article-item .article-image {
    border-radius: 4px;
    overflow: hidden;
}

/*blog-blog END*/

/*blog-article START*/
.blog-article .article-container {
    margin-top: 20px;
    text-align: center;
}

.blog-article .article-title > h1,
.blog-article h1 {
    margin: 0;
    color: #000;
    font-size: 30px;
    line-height: 1.2333;
    text-transform: uppercase;
}

.blog-article .article-date {
    margin-top: 10px;
    color: #333;
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
}

.blog-article .article-description {
    margin-top: 80px;
}

.blog-article .article-main-image {
    border-radius: 4px;
}

.blog-article .article-description-content {
    margin-top: 80px;
}

.blog-article h2,
.information-information-4 #information-information h1 {
    margin: 0 0 20px 0;
    font-size: 25px;
    line-height: 1.2;

    color: #392819;
    text-transform: none;
}

.information-information-4 #information-information h1 {
    margin-top: 80px;
}

.blog-article p,
.information-information-4 #information-information p {
    font-size: 16px;
    line-height: 1.5625;

    color: #392819;
}

.blog-article p:not(:last-child),
.information-information-4 #information-information p:not(:last-child) {
    margin-bottom: 25px;
}

.blog-article p:last-child,
.information-information-4 #information-information p:last-child {
    margin-bottom: 0;
}

.blog-article .article-description-content table,
.information-information-4 #information-information table {
    margin-top: 50px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.blog-article table tr,
.information-information-4 table tr {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-article table:nth-of-type(odd) tr,
.information-information-4 #information-information table:nth-of-type(odd) tr {
    gap: clamp(0px, 9vw, 160px);
}

.blog-article table:nth-of-type(even) tr,
.information-information-4 #information-information table:nth-of-type(even) tr {
    gap: clamp(0px, 5vw, 85px);
}

.blog-article table td,
.information-information-4 #information-information table td {
    border: 0;
    padding: 0;
    vertical-align: middle;
    text-align: left;
}

.blog-article table:nth-of-type(odd) tr > td:first-child,
.information-information-4 #information-information table:nth-of-type(odd) tr > td:first-child {
    width: 27%;
    padding: 0 15px 0 0;
}

.blog-article table:nth-of-type(odd) tr > td:last-child,
.information-information-4 #information-information table:nth-of-type(odd) tr > td:last-child {
    width: 26%;
    padding: 0 0 0 15px;
}

.blog-article table:nth-of-type(even) tr > td:first-child,
.information-information-4 #information-information table:nth-of-type(even) tr > td:first-child {
    width: 27%;
    padding: 0 15px 0 0;
}

.blog-article table:nth-of-type(even) tr > td:last-child,
.information-information-4 #information-information table:nth-of-type(even) tr > td:last-child {
    width: 37%;
    padding: 0 0 0 15px;
}

.blog-article table img,
.information-information-4 #information-information table img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}

.blog-article table h3,
.information-information-4 #information-information table h2 {
    margin: 0 0 13px 0;
    font-weight: 600;
    line-height: 1.223;

    color: #392819;
    font-size: 18px;
    text-transform: none;
}

.blog-article table p,
.information-information-4 #information-information table p {
    font-size: 13px;
    line-height: 1.539;

    color: #392819;
}

/*blog-article END*/

/*account-wishlist START*/

.account-wishlist .custom-products {
    margin-top: -20px;
}

.account-wishlist h1 {
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

/*account-wishlist END*/

/*about START*/
.information-information-4 {
    color: #000;
    font-size: 13px;
    line-height: 1.539;
}

.information-information-4 .layer-category #content {
    margin-top: 40px;
    text-align: center;
}

.information-information-4 .page-info-layout {
    padding-top: 0;
}

.information-information-4 #content > img:first-of-type,
.information-information-4 .page-info-text img:first-of-type {
    border-radius: 4px;
    width: 100%;
    max-width: 1301px;
    /*aspect-ratio: 1301 / 707;*/
    height: auto;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.information-information-4 #content > h1:first-of-type,
.information-information-4 .page-info-title,
.information-information-15 #content > h1:first-of-type {
    display: none;
}

.information-information-4 h1 {
    margin: 40px 0 15px 0;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2083;
    text-transform: uppercase;
}

.information-information-4 p {
    margin-bottom: 15px;
}

.information-information-4 p:last-of-type {
    margin-bottom: 0;
}

.information-information-4 h1 ~ p {
    max-width: 486px;
    margin-left: auto;
    margin-right: auto;
}

.information-information-4 h2 {
    margin: 0 0 15px 0;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 0.90909;
    text-transform: uppercase;
}

.information-information-4 table {
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.information-information-4 table + table {
    margin-top: 0;
}

.information-information-4 table p {
    margin-bottom: 10px;
}

.information-information-4 table p:last-of-type {
    margin-bottom: 0;
}

.information-information-4 table:nth-of-type(odd) tr > td:first-child {
    width: 50%;
    text-align: right;
}

.information-information-4 table:nth-of-type(odd) tr > td:last-child {
    width: 50%;
    padding: 0 clamp(15px, 8vw, 144px);
}

.information-information-4 table:nth-of-type(even) tr > td:first-child {
    width: 50%;
    padding: 0 clamp(15px, 8vw, 144px);
}

.information-information-4 table:nth-of-type(even) tr > td:last-child {
    width: 50%;
}

.information-information-4 table ul {
    padding-left: 23px;
}

.information-information-4 p:has(+ ul) {
    margin-bottom: 0;
}

.information-information-4 .page-info-content {
    padding: 0;
    border-radius: 0;
    background: unset;
}

.information-information-4 .page-info-title:before {
    content: none;
}

/*about END*/

/*information-contact START*/
.ds-contact-page {
    padding-bottom: 40px;
    color: #333;
    font-size: 13px;
    line-height: 1.53847;
}

.ds-contact-hero {
    text-align: center;
    padding-top: 45px;
}

.ds-contact-title h1 {
    margin: 0;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2089;
    text-transform: uppercase;
}

.ds-contact-subtext {
    margin-top: 10px;
    text-align: center;
}

.ds-contact-card,
.ds-contact-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    height: 100%;
}

.ds-contact-card {
    padding: 20px 25px;
}

.ds-contact-box {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 40px 35px;
    text-align: center;
}

.information-contact .ds-contact-page .ds-card-title {
    margin-bottom: 6px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}

.information-contact .ds-contact-page .ds-card-muted {
    margin-bottom: 5px;
    color: #909090;
    font-size: 12px;
    line-height: 1.25;
}

.information-contact .ds-contact-page .ds-card-item {
    line-height: 1.462;
}

.information-contact .ds-contact-page .ds-card-item + .ds-card-item {
    margin-top: 5px;
}

.information-contact .ds-contact-page .ds-box-title {
    margin-bottom: 6px;
    color: #000;
    font-size: 18px;
    line-height: 1.223;
    text-transform: uppercase;
}

.information-contact .ds-contact-page .ds-pill-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.information-contact .ds-contact-page .ds-pill {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    background: rgba(232, 224, 206, 0.30);
    font-weight: 500;
}

.information-contact .ds-contact-page .ds-pill:hover {
    background: #f1eee8;
}

.information-contact .ds-contact-page .ds-pill-ico {
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
}

.information-contact .ds-contact-page .ds-bullets {
    list-style: none;
    padding-left: 5px;
    margin: 0;
}

.information-contact .ds-contact-page .ds-bullets li {
    position: relative;
    padding-left: 20px;
}

.information-contact .ds-contact-page .ds-bullets li::before {
    content: '—';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.2;
    color: currentColor;
}

.information-contact .ds-contact-page .ds-social {
    display: flex;
    gap: 10px;
}

.information-contact .ds-contact-page .ds-social-btn {
    display: flex;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: rgba(232, 224, 206, 0.30);
    backdrop-filter: blur(10px);
}

.information-contact .ds-contact-page .ds-social-btn:hover {
    background: #f7f5f1;
}

.ds-contact-top {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0;
    position: relative;
}

.ds-contact-top:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.07);
    width: calc(100% - 40px);
    height: 1px;
    top: 0;
    left: 15px;
}

.ds-contact-top.row {
    margin-right: -20px;
    margin-left: -20px;
}

.ds-contact-top > [class*="col-"] {
    padding: 0 20px;
    position: relative;
    display: flex;
}

.ds-contact-top > [class*="col-"]:not(:last-child):before {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.07);
    width: 1px;
    height: 100%;
    right: 0;
}

.ds-contact-bottom {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.ds-contact-bottom > [class*="col-"] {
    margin-top: 40px;
    display: flex;
}

.information-contact .ds-contact-page .ds-form .form-control {
    border-radius: 8px;
    height: 42px;
}

.information-contact .ds-contact-page .ds-form textarea.form-control {
    height: auto;
}

.information-contact .ds-contact-page .ds-submit {
    border-radius: 8px;
    padding: 12px 14px;
}

.information-contact .ds-contact-page .ds-contact-map {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    width: 100%;
    display: flex;
}

.information-contact .ds-contact-page .ds-contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 100%;
    border: 0;
    display: block;
}

.information-contact .ds-contact-page .ds-map-placeholder {
    padding: 20px;
    opacity: .7;
}

.information-contact .ds-contact-page form .required {
    margin-bottom: 10px;
}

.information-contact .ds-contact-page .form-control {
    padding: 15px 12px;
    border-radius: 6px;
    border: 1px solid #DEDEDE;
}

.information-contact .ds-contact-page input.form-control {
    height: 45px;
}

.information-contact .ds-contact-page .form-control::placeholder {
    color: #939393;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
}

/*information-contact END*/

/*page-info START*/
.page-info-layout {
    padding-top: 20px;
}

.page-info-layout > .row {
    display: flex;
}

.page-info-sidebar {
    border-radius: 6px;
    background: #FBF9F7;
}

.page-info-group {
    padding: 15px 20px;
}

.page-info-group:not(:first-child) {
    position: relative;
}

.page-info-group:not(:first-child):before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    top: 0;
    left: 0;
}

.page-info-group-head {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
    text-align: left;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.429;
}

.page-info-group-icon {
    display: flex;
    width: 35px;
    height: 35px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #fff;
}

.page-info-caret {
    margin-left: auto;
    transition: transform .3s ease;
}

.page-info-group-head[aria-expanded="true"] .page-info-caret {
    transform: rotate(90deg);
}

.page-info-list {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

.page-info-list li + li {
    margin-top: 10px;
}

.page-info-list li a {
    display: block;
    padding: 0;
    color: #000;
    font-size: 13px;
    line-height: 1.53847;
}

.page-info-list li.active a,
.page-info-list li a:hover {
    color: #392819;
}

.page-info-content {
    padding: 25px 30px;
    border-radius: 6px;
    background: #FBF9F7;
}

.page-info-title {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.page-info-title:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.05);
    height: 1px;
    left: -30px;
    right: -30px;
    bottom: 0;
}

.page-info-text {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.53847;
}

.page-info-text h1 {
    margin: 0;
    font-size: 16px;
    line-height: 1.25;
    text-transform: uppercase;
}

.page-info-text h2 {
    margin: 0 0 12px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
}

.page-info-text h2:nth-of-type(n+2) {
    margin-top: 25px;
}

.page-info-text p:last-child {
    margin-bottom: 0;
}

/*page-info END*/
/*account-login START*/
.account-login .well,
.account-simpleregister .well,
.account-forgotten .well,
.account-reset .well,
.account-logout .well,
.account-success .well,
.information-contact-success .well {
    margin: 80px auto 20px auto;
    padding: 50px 60px;
    width: 100%;
    max-width: 800px;
    background-color: #FBF9F7;
    border: none;
    border-radius: 6px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 35px;
    align-self: stretch;
    float: none;
}

.account-logout .well,
.account-success .well,
.information-contact-success .well {
    gap: 0;
}

.account-login h1,
.account-simpleregister h1,
.account-forgotten h1,
.account-reset h1,
.account-logout h1,
.account-success h1,
.information-contact-success h1 {
    margin: 0;
    padding-bottom: 35px;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.22728;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.account-login .well form,
.account-forgotten .well form,
.account-reset .well form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    align-self: stretch;
}

.account-login .well form .form-group,
.account-simpleregister .well form .form-group,
.account-forgotten .well form .form-group,
.account-reset .well form .form-group,
.account-simpleedit .form-horizontal .form-group,
.account-password .form-horizontal .form-group,
.account-newsletter .form-horizontal .form-group,
[class*="account-simpleaddress-"] .form-horizontal .form-group,
.checkout-simplecheckout .form-horizontal .form-group {
    margin-bottom: 0;
    position: relative;
}

.account-login .well form .control-label,
.account-simpleregister .well form .control-label,
.account-forgotten .well form .control-label,
.account-reset .well form .control-label,
.account-simpleedit #content form .control-label,
.account-password #content form .control-label,
[class*="account-simpleaddress-"] #content form .control-label,
.checkout-simplecheckout #content #simplecheckout_customer .control-label,
.checkout-simplecheckout #content #simplecheckout_shipping .control-label,
.checkout-simplecheckout #content #simplecheckout_comment .control-label,
.checkout-simplecheckout #content #simplecheckout_coupon .control-label {
    position: absolute;
    left: 10px;
    top: -7.5px;
    width: fit-content;
    display: flex !important;
    margin: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2308;
    padding: 0 10px;
    background: transparent;
    z-index: 2;
}

.account-login .well form .control-label::before,
.account-simpleregister .well form .control-label::before,
.account-forgotten .well form .control-label::before,
.account-reset .well form .control-label::before,
.account-simpleedit #content form .control-label::before,
.account-password #content form .control-label::before,
[class*="account-simpleaddress-"] #content form .control-label::before,
.checkout-simplecheckout #content #simplecheckout_customer .control-label::before,
.checkout-simplecheckout #content #simplecheckout_shipping .control-label::before,
.checkout-simplecheckout #content #simplecheckout_comment .control-label::before,
.checkout-simplecheckout #content #simplecheckout_coupon .control-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 100%;
    height: 3px;
    background-color: #fff;
    z-index: -1;
}

.account-login .well form .control-label span,
.account-simpleregister .well form .control-label span,
.account-forgotten .well form .control-label span,
.account-reset .well form .control-label span,
.account-simpleedit #content form .control-label span,
.account-password #content form .control-label span,
[class*="account-simpleaddress-"] #content form .control-label span,
.checkout-simplecheckout #content #simplecheckout_customer .control-label span,
.checkout-simplecheckout #content #simplecheckout_shipping .control-label span,
.checkout-simplecheckout #content #simplecheckout_comment .control-label span,
.checkout-simplecheckout #content #simplecheckout_coupon .control-label span {
    z-index: 2;
}

.account-login .well form .form-control,
.account-simpleregister .well .simple-content input.form-control,
.account-forgotten .well form .form-control,
.account-reset .well form .form-control,
.account-simpleedit #content form .form-control,
.account-password #content form .form-control,
[class*="account-simpleaddress-"] #content form .form-control,
.checkout-simplecheckout #content #simplecheckout_customer fieldset input.form-control,
.checkout-simplecheckout #content #simplecheckout_shipping fieldset input.form-control,
.checkout-simplecheckout #content #simplecheckout_coupon fieldset input.form-control,
.checkout-simplecheckout #content #simplecheckout_customer fieldset select.form-control,
.checkout-simplecheckout #content #simplecheckout_shipping fieldset select.form-control {
    height: 60px;
    padding: 22px 15px;
    border-radius: 6px !important;
    border: 1px solid #D6D6D6;
    background-color: #fff;
}

.checkout-simplecheckout #content #simplecheckout_customer fieldset select.form-control,
.checkout-simplecheckout #content #simplecheckout_shipping fieldset select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M6.25 9.375L12.5 15.625L18.75 9.375' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 25px;
    padding: 15px 55px 15px 15px;
    cursor: pointer;
}

.account-login .well form input::placeholder,
.account-simpleregister .well form input::placeholder,
.account-forgotten .well form input::placeholder,
.account-reset .well form input::placeholder,
.account-simpleedit #content form input::placeholder,
.account-password #content form input::placeholder,
[class*="account-simpleaddress-"] #content form input::placeholder,
.checkout-simplecheckout #content #simplecheckout_customer fieldset input::placeholder,
.checkout-simplecheckout #content #simplecheckout_shipping fieldset input::placeholder,
.checkout-simplecheckout #content #simplecheckout_comment fieldset textarea::placeholder,
.checkout-simplecheckout #content #simplecheckout_coupon fieldset input::placeholder {
    color: #909090;
    font-size: clamp(12px, 1vw, 13px);
    font-weight: 400;
    line-height: clamp(15px, 1vw, 16px);
}

.account-login .account-login-register,
.account-simpleregister .account-login-register {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4667;
}

.account-login .account-login-register a,
.account-simpleregister .account-login-register a {
    color: #000;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: 26%;
    text-underline-position: from-font;
}

.account-login .account-login-register a:hover {
    color: #B7A890;
}

.account-login .btn-login,
.account-simpleregister .button_oc,
.account-forgotten .btn-forgotten,
.account-reset .btn-reset {
    width: 100%;
    height: 54px;
}

/*account-login END*/
/*account-simpleregister START*/

.account-simpleregister .simpleregister > .simpleregister-block-content .form-horizontal .control-label {
    display: block !important;
}

.account-simpleregister .simple-content,
.account-simpleedit .simple-content,
[class*="account-simpleaddress-"] .simple-content {
    margin: 0;
}

.account-simpleregister .simpleregister {
    margin-bottom: 0;
}

.account-simpleregister .simpleregister-block-content {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    align-self: stretch;
}

.account-simpleregister .simple-content fieldset,
.account-reset form fieldset {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    align-self: stretch;
}

.account-simpleregister .well form .control-label,
.account-forgotten .well form .control-label,
.account-reset .well form .control-label,
.checkout-simplecheckout #content #simplecheckout_customer .control-label,
.checkout-simplecheckout #content #simplecheckout_shipping .control-label,
.checkout-simplecheckout #content #simplecheckout_comment .control-label,
.checkout-simplecheckout #content #simplecheckout_coupon .control-label {
    left: 25px;
}

.account-simpleregister .well form .row-register_firstname {
    position: relative;
    margin-top: 40px;
}

.account-simpleregister .well form .row-register_firstname:before {
    position: absolute;
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    background-color: rgba(0, 0, 0, 0.05);
    left: 15px;
    top: -35px;
}

.account-simpleregister .simple-content .buttons,
.account-simpleedit .simple-content .buttons,
[class*="account-simpleaddress-"] .simple-content .buttons {
    margin: 0;
    padding: 0;
    background-color: unset;
}

.account-simpleregister .simpleregister-button-right,
.account-simpleedit .simpleregister-button-right,
[class*="account-simpleaddress-"] .simpleregister-button-right {
    text-align: left;
}

.account-simpleregister .simpleregister-button-right > #agreement_checkbox {
    /*margin-bottom: 0;*/
}

.account-simpleregister .simple-content .button_oc:hover {
    color: #392819 !important;
}

.account-simpleregister .account-login-register {
    margin-top: 30px;
}

form .has-error .form-control,
form .has-error .form-control:focus {
    box-shadow: none;
}

form .has-error .form-control,
form .has-error .form-control:focus {
    border-color: #E33;
}

/*account-simpleregister END*/

/*account-logout START*/
.account-logout #content,
.account-success #content,
.information-contact-success #content {
    gap: 0;
}

.account-logout h1,
.account-success h1,
.information-contact-success h1 {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 6px;
    text-align: center;
}

.account-logout .text-message,
.account-success .text-message,
.information-contact-success .text-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
    align-self: stretch;
}

.account-success .text-message p {
    margin-bottom: 0;
}

.account-logout .text-message div:first-child,
.account-success .text-message p:first-child,
.information-contact-success .text-message {
    width: fit-content;
    margin: 0 auto;
    color: #333;
    font-size: 12px;
    line-height: 1.5;
}

.account-logout .text-message div + div,
.account-success .text-message p + p {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 25px;
    color: #000;
    text-align: center;
    font-size: 12px;
    line-height: 1.66667;
}

.account-logout .success-socials,
.account-success .success-socials,
.information-contact-success .success-socials {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.account-logout .success-social,
.account-success .success-social,
.information-contact-success .success-social {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 4px 8px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
    color: #333;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    transition: background .3s ease, transform .3s ease;
}

.account-logout .success-social:hover,
.account-success .success-social:hover,
.information-contact-success .success-social:hover {
    background: #EDEAE6;
}

.account-logout .success-social svg,
.account-success .success-social svg,
.information-contact-success .success-social svg {
    flex-shrink: 0;
}

/*account-logout END*/

/*account-account START*/
.account-account #content .row,
.account-simpleedit #content .row,
.account-password #content .row,
.account-newsletter #content .row,
.account-address #content .row,
[class*="account-simpleaddress-"] #content .row,
[class*="account-order"] #content .row {
    margin-top: 20px;
}

.account-account h1,
.account-simpleedit h1,
.account-password h1,
.account-newsletter h1,
.account-address h1,
[class*="account-simpleaddress-"] h1,
[class*="account-order"] h1 {
    margin: 0;
    color: #000;
    line-height: 1.222;
    text-transform: uppercase;
}

.account-menu {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    background: #FBF9F7;
}

.account-menu li {
    display: flex;
    padding: 15px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.account-menu a {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.account-menu li:not(:first-child) a {
    position: relative;
}

.account-menu li:not(:first-child) a:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 1px;
    top: -15px;
}

.account-menu .account-menu-group-icon {
    display: flex;
    width: 35px;
    height: 35px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #fff;
}

.account-menu .account-menu-group-text {
    flex: 1 0 0;
    color: #000;
    font-weight: 500;
    line-height: 1.429;
}

.account-menu a svg {
    display: block;
    width: 22px;
    height: 22px;
}

/*account-account END*/

/*account-simpleedit START*/
.account-simpleedit .simpleregister,
[class*="account-simpleaddress-"] .simpleregister {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    width: 100%;
}

.account-simpleedit #content form,
.account-password #content form,
.account-newsletter #content form,
.account-address #content .account-address-book,
[class*="account-simpleaddress-"] #content form,
[class*="account-order"] #content [class*="account-order"] {
    display: flex;
    padding: 25px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    flex: 1 0 0;
    border-radius: 6px;
    background-color: #FBF9F7;
    overflow: hidden;
}

.account-simpleedit .simpleregister > .simpleregister-block-content,
[class*="account-simpleaddress-"] .simpleregister > .simpleregister-block-content {
    max-width: unset;
    margin: 0;
    padding: 0;
}

.account-simpleedit .simple-content fieldset,
.account-password #content fieldset,
.account-newsletter #content fieldset,
[class*="account-simpleaddress-"] #content fieldset {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.account-simpleedit .form-horizontal .form-group,
.account-password .form-horizontal .form-group,
[class*="account-simpleaddress-"] .form-horizontal .form-group {
    padding: 0 15px;
    width: calc(50% + 30px);
}

.account-simpleedit #content form .form-legend,
.account-password #content form legend,
.account-newsletter #content form legend,
.account-address #content .account-address-book .form-legend,
[class*="account-simpleaddress-"] #content form .form-legend,
[class*="account-order"] [class*="account-order"] .form-legend {
    position: relative;
    margin: 0 0 25px 0;
    padding: 0;
    border-bottom: none;
    flex: 1 0 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    text-transform: uppercase;
    width: 100%;
}

.account-simpleedit #content form .form-legend:before,
.account-password #content form legend:before,
.account-newsletter #content form legend:before,
.account-address #content .account-address-book .form-legend:before,
[class*="account-simpleaddress-"] #content form .form-legend:before,
[class*="account-order"] [class*="account-order"] .form-legend:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.05);
    height: 1px;
    left: -30px;
    right: -30px;
    bottom: -25px;
}

.account-simpleedit #content form .control-label,
.account-password #content form .control-label,
[class*="account-simpleaddress-"] #content form .control-label {
    left: 40px;
}

.account-simpleedit .simple-content .button,
.account-password #content input[type='submit'],
.account-newsletter #content input[type='submit'],
.account-address #content .buttons .btn,
[class*="account-simpleaddress-"] .simple-content .button {
    display: flex;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    height: 50px;
}

.account-simpleedit .simple-content .button:hover,
[class*="account-simpleaddress-"] .simple-content .button:hover {
    color: #392819 !important;
}

/*account-simpleedit END*/

/*account-password START*/
.account-password #content form legend,
.account-newsletter #content form legend {
    margin-bottom: 50px;
    padding: 0 15px;
}

/*account-password END*/

/*account-newsletter START*/
.account-newsletter #content .form-group {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    width: calc(100% + 30px);
}

.account-newsletter #content .control-label {
    margin-bottom: 25px;
    color: #000;
    font-weight: 400;
}

.account-newsletter #content .radio-inline {
    padding-top: 0;
}

.account-newsletter #content .radio-inline + .radio-inline {
    margin-left: 30px;
}

.account-newsletter #content .radio-inline,
.checkout-simplecheckout #content .radio {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding-left: 32px;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.account-newsletter #content .radio-inline input[type="radio"],
.checkout-simplecheckout #content .radio input[type="radio"] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 1px;
    opacity: 0;
}

.account-newsletter #content .radio-inline label::before,
.checkout-simplecheckout #content .radio label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #969CA6;
    box-sizing: border-box;
}

.account-newsletter #content .radio-inline label:has(input[type="radio"]:checked)::before,
.checkout-simplecheckout #content .radio label:has(input[type="radio"]:checked)::before {
    border-color: #392819;
    border-width: 5px;
}

/*account-newsletter END*/

/*account-address START*/
.account-address h2 {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.215;
}

.account-address #content .account-address-book .account-address-list {
    flex-wrap: wrap;
    row-gap: 25px;
    margin-top: 0 !important;
    flex: 0 0 100%;
    align-self: stretch !important;
    width: calc(100% + 30px);
}

.account-address .account-address-item {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
    border-radius: 6px;
    border: 1px solid #F0E8DC;
    background-color: #FCFBF8;
}

.account-address .account-address-item .account-address-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    align-self: stretch;
}

.account-address .account-address-item .addr-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
    align-self: stretch;
}

.account-address .account-address-item .addr-label {
    color: #909090;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.182;
    text-transform: uppercase;
}

.account-address .account-address-item .addr-value {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2308;
    text-transform: uppercase;
}

.account-address .account-address-item .account-address-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    align-self: stretch;
}

.account-address .account-address-item .account-address-action {
    height: unset;
    border-radius: 0;
    background-color: unset !important;
    padding: 0;
    border: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2308;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: 30%;
    text-underline-position: from-font;
}

.account-address .account-address-item .account-address-edit {
    color: #000 !important;
}

.account-address .account-address-item .account-address-delete {
    color: #5F5F5F !important;
    font-weight: 400;
}

.account-address .account-address-item .account-address-action:hover {
    text-decoration: none;
    opacity: .8;
}

.account-address #content .account-address-book {
    align-items: stretch !important;
}

/*account-address END*/

/*checkout-simplecheckout START*/
.checkout-simplecheckout .layer-category .well,
.checkout-success .layer-category .well {
    margin: clamp(20px, 2vw, 30px) auto 0 auto;
    display: flex;
    width: 100%;
    max-width: 1050px;
    padding: clamp(20px, 2vw, 35px) clamp(15px, 3vw, 40px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #FBF9F7;
    box-shadow: 0 18px 45px 0 rgba(0, 0, 0, 0.02);
    float: unset;
}

.checkout-simplecheckout #content .simple-content {
    max-width: unset;
    width: 100%;
}

.checkout-simplecheckout .well h1,
.checkout-success .well h1 {
    margin: 0;
    color: #000;
    text-align: center;
    font-size: clamp(15px, 2vw, 22px);
    font-weight: 400;
    line-height: clamp(18px, 2vw, 27px);
    text-transform: uppercase;
}

.checkout-simplecheckout .well h1 {
    margin: 0 0 clamp(20px, 2vw, 30px) 0;
}

.checkout-simplecheckout .simplecheckout-cart,
.checkout-success .simplecheckout-cart,
.account-order-info .simplecheckout-cart {
    border: none;
    width: 100%;
    table-layout: fixed;
}

.checkout-simplecheckout #simplecheckout_cart,
.checkout-success #simplecheckout_cart {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    background-color: transparent;
    padding: 0;
}

.checkout-simplecheckout .simplecheckout-cart tbody,
.checkout-success .simplecheckout-cart tbody {
    width: auto;
}

.checkout-simplecheckout .simplecheckout-cart td,
.checkout-success .simplecheckout-cart td,
.account-order-info .simplecheckout-cart td {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#simplecheckout_cart .simplecheckout-cart tr:last-child td,
.checkout-success .simplecheckout-cart tr:last-child td,
.account-order-info .simplecheckout-cart tr:last-child td {
    border-bottom: none;
    padding-bottom: 0;
}

#simplecheckout_cart .simplecheckout-cart td.image,
.checkout-success .simplecheckout-cart td.image,
.account-order-info .simplecheckout-cart td.image {
    min-width: 120px;
    max-width: 120px;
}

#simplecheckout_cart .simplecheckout-cart col,
.checkout-success .simplecheckout-cart col,
.account-order-info .simplecheckout-cart col {
    width: auto !important;
}

#simplecheckout_cart .simplecheckout-cart col.image,
.checkout-success .simplecheckout-cart col.image,
.account-order-info .simplecheckout-cart col.image {
    width: 120px !important;
}

#simplecheckout_cart .simplecheckout-cart td.image a,
.checkout-success .simplecheckout-cart td.image a,
.account-order-info .simplecheckout-cart td.image a {
    display: flex;
    width: 120px;
    height: 120px;
    align-items: flex-start;
    border-radius: 4px;
}

#simplecheckout_cart .simplecheckout-cart td.name,
.checkout-success .simplecheckout-cart td.name,
.account-order-info .simplecheckout-cart td.name,
#cart .ds-cart-dropdown td.name,
#cart .table tbody tr td.name {
    text-align: left;
    padding-left: 45px;
    padding-right: 3px;
    white-space: normal;
}

#simplecheckout_cart .simplecheckout-cart td.name a,
.checkout-success .simplecheckout-cart td.name a,
.account-order-info .simplecheckout-cart td.name a,
#cart .ds-cart-dropdown td.name a,
#cart .table tbody tr td.name a {
    color: #000;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
}

.checkout-simplecheckout .simplecheckout-cart td.name .options,
.checkout-success .simplecheckout-cart td.name .options,
.account-order-info .simplecheckout-cart td.name .options,
#cart .ds-cart-dropdown td.name .options,
#cart .table tbody tr td.name .options {
    margin-top: 10px;
    opacity: 1;
    color: #666;
    font-size: 12px;
    line-height: 1.25;
    display: flex;
    align-items: center;
}

.checkout-simplecheckout .simplecheckout-cart td.name .options > span:not(:first-of-type),
.checkout-success .simplecheckout-cart td.name .options > span:not(:first-of-type),
.account-order-info .simplecheckout-cart td.name .options > span:not(:first-of-type),
#cart .ds-cart-dropdown td.name .options > span:not(:first-of-type),
#cart .table tbody tr td.name .options > span:not(:first-of-type) {
    margin-left: 15px;
}

.checkout-simplecheckout .simplecheckout-cart .quantity,
.checkout-success .simplecheckout-cart td.quantity,
.account-order-info .simplecheckout-cart td.quantity {
    text-align: left;
    padding-left: 45px;
    padding-right: 3px;
}

.checkout-simplecheckout .simplecheckout-cart .quantity .input-group,
.account-order-info .simplecheckout-cart td.quantity .input-group {
    display: flex;
    width: 112px;
    max-width: 112px !important;
    align-items: center;
    gap: 8px;
}

.checkout-simplecheckout .simplecheckout-cart .quantity .input-group .input-group-btn,
.account-order-info .simplecheckout-cart td.quantity .input-group .input-group-btn {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.checkout-simplecheckout .simplecheckout-cart .quantity .input-group button,
.account-order-info .simplecheckout-cart td.quantity .input-group button {
    background: none !important;
    padding: 0;
    height: unset;
    border-radius: 0;
    border: none;
}

.checkout-simplecheckout #simplecheckout_cart .quantity input.form-control,
.account-order-info .simplecheckout-cart td.quantity input.form-control {
    display: flex !important;
    width: 56px;
    height: 36px !important;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 5px !important;
    border: 1px solid #E6E7EA;
    background-color: #fff;
    color: #383C42;
}

.checkout-simplecheckout .simplecheckout-cart td.total,
.checkout-success .simplecheckout-cart td.total,
.account-order-info .simplecheckout-cart td.total,
#cart .ds-cart-dropdown td.total,
#cart .table tbody tr td.total {
    padding-left: 3px;
    text-align: right;
}

.checkout-simplecheckout .simplecheckout-cart td.total .total-value,
.checkout-success .simplecheckout-cart td.total .total-value,
.account-order-info .simplecheckout-cart td.total .total-value,
#cart .ds-cart-dropdown td.total .total-value,
#cart .table tbody tr td.total .total-value {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}

.checkout-simplecheckout .simplecheckout-cart .sc-cart-remove-btn,
.account-order-info .simplecheckout-cart .sc-cart-remove-btn,
#cart .ds-cart-dropdown .sc-cart-remove-btn,
#cart .table .sc-cart-remove-btn {
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    line-height: 1;
}

.checkout-simplecheckout .simplecheckout-cart .sc-cart-remove-btn svg,
.account-order-info .simplecheckout-cart .sc-cart-remove-btn svg,
#cart .ds-cart-dropdown .sc-cart-remove-btn svg,
#cart .table .sc-cart-remove-btn svg {
    display: block;
    transition: opacity .2s ease;
}

.checkout-simplecheckout .simplecheckout-cart .sc-cart-remove-btn:hover svg,
.account-order-info .simplecheckout-cart .sc-cart-remove-btn:hover svg,
#cart .ds-cart-dropdown .sc-cart-remove-btn:hover svg,
#cart .table .sc-cart-remove-btn:hover svg {
    opacity: .7;
}

.checkout-simplecheckout #content #simplecheckout_customer .simplecheckout-block-content fieldset,
.checkout-simplecheckout #content #simplecheckout_shipping .simplecheckout-block-content fieldset {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.checkout-simplecheckout #content .simplecheckout-block-content {
    padding: 0;
    position: relative;
}

.checkout-simplecheckout #content .simplecheckout-block-content.collapse.in::before,
.checkout-simplecheckout #content .simplecheckout-block-content.collapsing::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    height: 1px;
    background: rgba(0, 0, 0, .05);
}

.checkout-simplecheckout #simplecheckout_shipping > .simplecheckout-block-content > p > b {
    display: block;
}

.checkout-simplecheckout .simplecheckout-gift-block {
    display: flex;
    padding: 25px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 6px;
    background: #FFF;
    margin-bottom: 30px;
}

.checkout-simplecheckout .simplecheckout-gift-label {
    display: flex !important;
    align-items: center;
    gap: 14px;
    cursor: pointer;
}

.checkout-simplecheckout .simplecheckout-gift-label input[type="checkbox"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .12);
    background: #fff;
    cursor: pointer;
    position: relative;
}

.checkout-simplecheckout .simplecheckout-gift-label input[type="checkbox"]:checked {
    background: #000;
    border-color: #000;
}

.checkout-simplecheckout .simplecheckout-gift-label input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 6px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkout-simplecheckout .simplecheckout-gift-title {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2307;
}

.checkout-simplecheckout .simplecheckout-gift-text {
    margin-top: 5px;
    padding-left: 32px;
    color: #333;
    font-size: 12px;
    line-height: 1.25;

}

.checkout-simplecheckout #content #simplecheckout_comment fieldset textarea.form-control {
    padding: 22px 15px;
    border-radius: 6px !important;
    border: 1px solid #D6D6D6;
    background-color: #fff;
    min-height: 139px;
}

.checkout-simplecheckout #content .simplecheckout-cart-coupon a {
    margin-top: 20px;
    display: block;
    color: #000 !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: 20%;
    text-underline-position: from-font;
}

.simplecheckout .simplecheckout-block {
    border-radius: 6px;
    background: #fff;
    margin-bottom: 30px;
    padding: 25px 30px;
    overflow: visible;
}

.simplecheckout .simplecheckout-block-content.collapsing {
    overflow: hidden !important;
}

.simplecheckout .simplecheckout-block-content.collapse.in {
    overflow: visible !important;
}

.simplecheckout .simplecheckout-block-content.collapse {
    overflow: hidden;
}

.checkout-simplecheckout #content #simplecheckout_shipping {
    margin-bottom: 30px !important;
}

.simplecheckout .simplecheckout-block > .checkout-heading {
    cursor: pointer;
    user-select: none;
    padding: 0;
    margin: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    color: #000;
    font-size: clamp(14px, 2vw, 15px);
    line-height: clamp(17px, 2vw, 17px);
    text-transform: uppercase;
}

.simplecheckout .checkout-heading:after {
    content: none;
    display: block;
    clear: both;
}

.simplecheckout .checkout-heading-button {
    margin-right: 24px;
}

.simplecheckout .simplecheckout-block > .checkout-heading > svg {
    flex: 0 0 auto;
    transition: transform .2s ease;
}

.simplecheckout .simplecheckout-block > .checkout-heading[aria-expanded="true"] > svg {
    transform: rotate(180deg);
}

.simplecheckout .simplecheckout-block > .simplecheckout-block-content {
    padding: 0;
}

.simplecheckout .simplecollapse-inner {
    margin: 0;
    padding: 45px 0 0 0;
    width: 100%;
}

.checkout-simplecheckout #content #simplecheckout_customer .simplecollapse-inner,
.checkout-simplecheckout #content #simplecheckout_shipping .simplecollapse-inner-block {
    display: block;
}

#collapse_customer.in .simplecollapse-inner,
#collapse_shipping_address.in .simplecollapse-inner {
    display: flex;
    column-gap: 40px;
}

.checkout-simplecheckout #content #simplecheckout_customer .simplecollapse-inner,
.checkout-simplecheckout #content #simplecheckout_shipping .simplecollapse-inner-block {
    display: flex;
    column-gap: 40px;
}

.checkout-simplecheckout #content #simplecheckout_comment .simplecollapse-inner,
.checkout-simplecheckout #content #simplecheckout_coupon .simplecollapse-inner {
    padding-top: 20px;
}

.simplecheckout .simplecheckout-block .simplecheckout-collapse {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.simplecheckout .simplecheckout-block .simplecheckout-collapse > .simplecheckout-block-content {
    margin-top: 20px;
    padding: 20px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.checkout-simplecheckout #content .radio label {
    padding: 0;
}

.checkout-simplecheckout #content .radio label .simplecheckout-method-title,
.checkout-simplecheckout #content .radio label .simplecheckout-method-description {
    display: block;
    margin: 4px 0 0;
    color: #676D79;
    font-size: clamp(11px, 2vw, 12px);
    line-height: clamp(13px, 2vw, 15px);
}

.checkout-simplecheckout #content .simplecheckout .radio {
    display: flex;
}

.checkout-simplecheckout #content .simplecheckout .radio + .radio {
    margin-top: 15px;
}

.checkout-simplecheckout #content #simplecheckout_summary {
    border: none;
    background-color: unset;
    margin-bottom: 0;
    padding: 25px 0 0;
    max-width: 621px;
    margin-left: auto;
    margin-right: auto;
}

.checkout-simplecheckout #content #simplecheckout_coupon {
    border: none;
    background-color: unset;
    margin-bottom: 0;
    padding: 0;
}

.checkout-simplecheckout #content #simplecheckout_coupon .checkout-heading {
    background-color: unset;
}

.checkout-simplecheckout .simplecheckout-summary-totals .simplecheckout-cart-total {
    margin-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
    padding: 30px 0 10px 0;
    text-align: left;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.228;
    text-transform: uppercase;
}

.checkout-simplecheckout .simplecheckout-cart-total-value {
    display: inline;
    margin: 0;
    min-width: unset;
}

.checkout-simplecheckout .simplecheckout-cart-shipping-note {
    color: #000;
}

.checkout-simplecheckout .simplecheckout-button-block.buttons {
    padding: 0 0 25px 0;
    background-color: unset;
    max-width: 621px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.checkout-simplecheckout #simplecheckout_button_confirm,
.checkout-simplecheckout #button-confirm,
.checkout-success .sc-success-btn {
    width: 100%;
    height: 58px;
    padding: 16px 40px;
}

.checkout-simplecheckout #agreement_checkbox {
    display: block;
    margin-top: 8px;
    text-align: left;
}

.checkout-simplecheckout #agreement_checkbox label {
    color: #333;
    font-size: 12px;
    line-height: 1.25;
}

.checkout-success #simplecheckout_cart {
    margin-top: 30px;
    padding-top: 30px;
    width: 100%;
}

.checkout-success .success-order-message {
    margin-top: 8px;
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

.checkout-success .success-order-title {
    color: #000;
    font-weight: 500;
}

.checkout-success .sc-success-qty {
    display: block;
    color: #555;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
}

.checkout-success .simplecheckout-cart td.total .total-value {
    margin-bottom: 0;
}

.checkout-success .buttons {
    margin-top: 30px;
    width: 100%;
    max-width: 469px;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
    background-color: #fff;
    border-color: #392819;
    color: #392819;
}

#collapse_shipping_address,
#collapse_shipping .simplecollapse-inner-container .item + .item {
    margin-top: 20px;
}

/*checkout-simplecheckout END*/

/*account-order START*/
.account-order .table-responsive {
    width: 100%;
}

.account-order .account-order-history td[data-title] {
    position: relative;
}

.account-order .account-order-history td[data-title]::before {
    content: attr(data-title);
    display: block;
    margin-bottom: 5px;
    color: #676D79;
    font-size: 12px;
    line-height: 1.25;
}

.account-order .account-order-history td {
    padding: 20px 5px !important;
    color: #000;
    border-radius: 0 !important;
}

.account-order #content .table {
    margin-bottom: 0;
    width: 100%;
    table-layout: fixed;
}

.account-order .account-order-history tr:first-child td {
    padding-top: 0 !important;
    border-top: none;
}

.account-order .account-order-history tr td:first-child {
    padding-left: 0;
}

.account-order .account-order-history tr td:last-child {
    padding-right: 0;
}

.account-order .account-order-history tr:last-child td {
    padding-bottom: 0 !important;
}

.account-order .account-order-history__action a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: 40%;
    text-underline-position: from-font;
    white-space: nowrap;
    margin-top: 10px;
}

.account-order .account-order-history td span {
    white-space: nowrap;
}

/*account-order END*/

/*account-order-info START*/
.account-order-info .ds-order-top {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 35px;
}

.account-order-info .ds-order-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.account-order-info .ds-order-col__title {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}

.account-order-info .ds-order-col__text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #676D79;
    font-size: 13px;
    line-height: 1.231;
}

.account-order-info .ds-order-col__text--stack {
    color: #000;
    font-size: 14px;
    line-height: 1.215;
    gap: 8px;
}

.account-order-info .ds-order-col__text .ds-order-label {
    display: inline-block;
    color: #676D79;
}

.account-order-info .ds-order-strong {
    color: #383C42;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.215;
}

.account-order-info .ds-order-comment {
    padding: 20px 0 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.account-order-info .ds-order-comment__title {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 8px;
}

.account-order-info .ds-order-comment__text {
    color: #000;
}

.account-order-info .ds-order-products {
    padding-top: 15px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.account-order-info .ds-order-summary {
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.account-order-info .ds-order-summary__line {
    display: flex;
    gap: 5px;
    align-items: baseline;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.223;
    text-transform: uppercase;
}

.account-order-info .ds-order-summary__ship {
    color: #000;
    font-size: 13px;
    line-height: 1.231;
}

.account-order-info .ds-order-products td.quantity {
    text-align: center;
}

.account-order-info .ds-order-products .ds-order-qty {
    color: #555;
    font-size: 12px;
    line-height: 1.25;
}

/*account-order-info END*/

/*country-popup START*/
.country-popup__dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    width: calc(100% - 50px);
    max-width: 624px;
    height: 100%;
    max-height: 476px;
    background: #fff;
    border-radius: clamp(5.443px, 1vw, 6px);
    padding: 20px;
    overflow: hidden;
    transform: translate(-50%, calc(-50% + 12px));
    transition: transform .25s ease;
    z-index: 1;
}

.country-popup.is-open .country-popup__dialog {
    transform: translate(-50%, -50%);
}

.country-popup__close {
    position: absolute;
    top: clamp(9.071px, 2vw, 20px);
    right: 20px;
    width: clamp(19.957px, 2vw, 22px);
    height: clamp(19.957px, 2vw, 22px);
    padding: 0;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
    z-index: 3;
    transition: color .2s ease;
}

.country-popup__close:hover,
.country-popup__close:focus-visible {
    color: rgba(0, 0, 0, 0.8);
}

.country-popup__close svg {
    display: block;
}

.country-popup__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(22.679px, 2vw, 25px);
    width: 100%;
    max-width: 416px;
    margin: auto;
}

.country-popup__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(18.143px, 2vw, 20px);
}

.country-popup__title {
    font-size: clamp(14.514px, 2vw, 16px);
    font-weight: 500;
    line-height: clamp(18px, 2vw, 20px);
    text-transform: uppercase;
}

.country-popup__desc {
    color: #858585;
    text-align: center;
    font-size: clamp(10.886px, 2vw, 12px);
    font-weight: 500;
    line-height: clamp(17.236px, 2vw, 19px);
}

.country-popup__field {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(9.071px, 2vw, 10px);
    align-self: stretch;
}

.country-popup__label {
    font-size: clamp(11.793px, 2vw, 13px);
    font-weight: 600;
    line-height: clamp(14px, 2vw, 16px);
}

.country-popup__select {
    width: 100%;
    height: clamp(40.821px, 3vw, 45px);
    padding: 10px 40px 10px 10px;
    font-size: clamp(10.886px, 2vw, 12px);
    font-weight: 500;
    line-height: clamp(13px, 2vw, 15px);
    border-radius: clamp(3.629px, 2vw, 4px);
    border: 1px solid #dedede;
    background-color: #fff;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23606060' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px 20px;
}

.country-popup__actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(9.071px, 2vw, 10px);
}

.country-popup__btn {
    width: 100%;
    height: clamp(39.4px, 3vw, 44px);
    font-size: clamp(11.793px, 2vw, 13px);
    line-height: 1;
    cursor: pointer;
}

.country-popup__btn--ghost {
    background: none;
    color: #2b1f1a;
}

/*country-popup END*/

/*search modal START*/
.search-content,
.ds-table-sizes-content,
.ds-cart-content,
.ds-filter-content,
.ds-wishlist-content,
.country-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    /*transition: opacity .25s ease;*/
    transition: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.search-content.is-open,
.ds-table-sizes-content.is-open,
.ds-cart-content.is-open,
.ds-filter-content.is-open,
.ds-wishlist-content.is-open,
.country-popup.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.ds-search-overlay,
.ds-cart-overlay,
.ds-table-sizes-overlay,
.ds-filter-overlay,
.ds-wishlist-overlay,
.country-popup__overlay {

    position: fixed; /* 🔥 ЗАМІНИ ОЦЕ */
    inset: 0;

    background: rgba(0, 0, 0, 0.15);

    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px); /* 🔥 ДОДАЙ ОЦЕ */
}

/* панель справа */
.ds-search-panel {
    max-width: 1076px;
}

.ds-search-panel,
.ds-cart-panel,
.ds-table-sizes-panel,
.ds-wishlist-panel {
    position: absolute;
    top: 20px;
    right: 20px;
    max-width: calc(100% - 40px);
    /*height: calc(100vh - 40px);*/
    height: calc(100% - 40px);
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    transform: translateY(30px) scale(0.96);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.55s cubic-bezier(.19, 1, .22, 1),
    opacity 0.45s ease,
    visibility 0s linear 0.55s; /* скрываем после анимации */
    z-index: 1;
}

.ds-table-sizes-panel,
.ds-cart-panel,
.ds-wishlist-panel {
    width: 100%;
}

.search-content.is-open .ds-search-panel,
.ds-cart-content.is-open .ds-cart-panel,
.ds-table-sizes-content.is-open .ds-table-sizes-panel,
.ds-filter-content.is-open .ds-filter-panel,
.ds-wishlist-content.is-open .ds-wishlist-panel {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
    transition: transform 0.55s cubic-bezier(.19, 1, .22, 1),
    opacity 0.45s ease;
}

.ds-search-top,
.ds-cart-top,
.ds-table-sizes-top,
.ds-wishlist-top {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 6px;
    padding: 30px 25px 25px;
    position: relative;
}

.ds-search-top:after,
.ds-cart-top:after,
.ds-table-sizes-top:after,
.ds-wishlist-top:after {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.05);
    height: 1px;
    bottom: 0;
    left: 25px;
    right: 25px;
}

.ds-search-top-bar,
.ds-table-sizes-top-bar,
.ds-cart-top-bar,
.ds-wishlist-top-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 6px;
}

.ds-table-sizes-top-bar {
    display: flex;
    justify-content: space-between;
}

.ds-search-close,
.ds-table-sizes-close,
.ds-cart-close,
.ds-wishlist-close {
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    width: 18px;
    height: 18px;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.ds-search-top-title,
.ds-cart-top-title,
.ds-wishlist-top-title,
.ds-table-sizes-top-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}

.ds-search-top-icons,
.ds-cart-top-icons,
.ds-wishlist-top-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

.ds-search-ico {
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ds-wishlist-ico,
.ds-account-ico,
.ds-cart-ico {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.search-content.is-open .ds-search-ico:before {
    position: absolute;
    content: '';
    background: #392819;
    width: 20px;
    height: 1px;
    bottom: -27px;
}

.ds-search-layout {
    height: calc(100% - 80px);
    display: grid;
    grid-template-columns: 1fr;
}

.ds-search-layout.is-has-results {
    grid-template-columns: 351px 1fr;
}

.ds-search-layout.is-has-results .ds-search-main {
    padding-left: 15px;
}

.ds-search-results {
    padding: 25px 15px 0 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    height: 100%;
    min-height: 0;
    position: relative;
}

.ds-search-results-head {
    display: flex;
    padding: 16px 0;
    align-items: center;
    gap: 10px;
    /*flex: 1 0 0;*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-right: 18px;
}

.ds-search-results-title {
    flex: 1 0 0;
    color: #333;
    font-weight: 500;
}

.ds-search-results-count {
    color: #909090;
    text-align: right;
    font-size: clamp(12px, 2vw, 13px);
    font-weight: 500;
    line-height: clamp(15px, 2vw, 16px);
    white-space: nowrap;
}

.ds-search-results-grid {
    overflow: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-right: 18px;
    flex: 1 1 auto;
    min-height: 0;
    padding-bottom: 30px;
}

.ds-search-results-grid::-webkit-scrollbar {
    width: 2px;
}

.ds-search-results-grid::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #E2E2E2;
}

.ds-search-results-grid::-webkit-scrollbar-thumb {
    background-color: #392819;
    border-radius: 4px;
    border: none;
}

.ds-search-results-actions {
    position: sticky;
    bottom: 25px;
    left: 30px;
    right: 50px;
    margin-top: 0;
    z-index: 2;
    width: calc(100% - 80px);
}

.ds-search-card {
    display: block;
    text-decoration: none;
}

.ds-search-card-img {
    width: 100%;
    /* aspect-ratio: 1/1; */
    object-fit: cover;
    object-position: top center;
    border-radius: 4px;
    background: #f3f3f3;
    display: block;
}

.ds-search-card-name {
    color: #392819;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    margin-top: 5px;
}

.ds-search-card-price {
    color: #555;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 3px;
}

.ds-search-all {
    display: flex;
    padding: clamp(12px, 2vw, 14px) 0;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 4px;
    border: 1px solid #392819;
    background: #392819;
    color: #fff;
    font-size: clamp(12px, 2vw, 13px);
    font-weight: 500;
    line-height: 1.231;
}

.ds-search-all:hover {
    background: #fff;
    color: #392819;
}

.ds-search-main {
    padding: 25px;
    overflow: hidden;
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.ds-search-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 20px;
    min-height: 0;
    overflow: hidden;
}

.ds-search-form {
    display: flex;
    padding: 16px 12px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-bottom: 1px solid #6F6F6F;
    flex: 0 0 auto;
    margin-right: 20px;
}

.ds-search-icon {
    position: absolute;
    left: 0;
    top: 6px;
    opacity: .65;
}

.ds-search-input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #aaa;
    padding: 0;
    outline: none;
    font-size: 13px;
}

.ds-search-btn {
    display: flex;
    width: 20px;
    height: 20px;
    padding: 0;
    justify-content: center;
    align-items: center;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.ds-search-info {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 20px;
    -webkit-overflow-scrolling: touch;
    margin-top: 20px;
    overflow: visible;
    max-height: none;
    min-height: 0;
}

.ds-search-block-title {
    color: #909090;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 5px;
}

.ds-search-links {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 0;
    max-height: 100%;
}

.ds-search-links::-webkit-scrollbar {
    width: 2px;
}

.ds-search-links::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #E2E2E2;
}

.ds-search-links::-webkit-scrollbar-thumb {
    background-color: #392819;
    border-radius: 4px;
    border: none;
}

.ds-search-block {
    display: grid;
    grid-template-rows: auto 1fr; /* title + content */
    min-height: 0; /* ключ для grid-скролла */
}

/* Только для блока с категориями */
.ds-search-block .ds-search-links {
    overflow: auto;
    max-height: 220px; /* ВАЖНО: задай лимит. Подбери число под дизайн */
    min-height: 0;
    -webkit-overflow-scrolling: touch;
}

.block-left ul.ds-search-links li {
    display: block;
}

.flexslider.oc-nivoslider .nivoSlider.noInit img:first-child {
    display: block !important;
    position: static;
    width: 100%;
}
.noInit+.banner7-caption {
    display: block;
}
.ds-search-links a {
    display: block;
    flex: 1 0 0;
    padding: 8.5px 0;
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.215;
}

.ds-search-recs-title {
    font-weight: 500;
    margin-bottom: 12px;
}

.ds-search-recs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 150px));
    gap: 10px;
}

.ds-search-recs::-webkit-scrollbar {
    width: 2px;
}

.ds-search-recs::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #E2E2E2;
}

.ds-search-recs::-webkit-scrollbar-thumb {
    background-color: #392819;
    border-radius: 4px;
    border: none;
}

.ds-search-rec {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 4px;
    overflow: hidden;
}

.ds-search-rec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.search-container {
    position: relative;
    z-index: 113;
}

.search-container .container {
    position: relative;
    height: 100%;
}

.search-container i.pe-7s-close {
    opacity: .8
}

.search-container > i {
    display: block;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

#search input {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    color: #000;
    width: 100%;
    height: 17px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.215;
}

#search input::-webkit-input-placeholder {
    color: #939393;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.215;
}

#search input::-moz-placeholder {
    olor: #939393;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.215;
}

#search input:-ms-input-placeholder {
    olor: #939393;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.215;
}

#search input:-moz-placeholder {
    olor: #939393;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.215;
}

#subscribe .btn:hover {
    color: #fff !important;
}

#search > button.expand-search2 {
    opacity: 1;
    z-index: 4;
}

#search.expand-search > i:hover {
    color: #ee3333;
}

#search.expand-search > i {
    color: #fff
}

#search.expand-search > input {
    max-width: 250px;
    padding: 0 0 0 20px;
    background: #222;
    margin-top: -10px;
    color: #fff;
}

/*search modal END*/

/*cart modal START*/
.ds-cart-panel,
.ds-wishlist-panel {
    max-width: 690px;
}

.ds-table-sizes-body,
.ds-cart-body {
    height: calc(100% - 80px);
    padding: 25px;
    display: flex;
    flex-direction: column;
}

.ds-cart-body .has-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    padding-right: 10px;
}

.ds-cart-body .has-scroll::-webkit-scrollbar {
    width: 2px;
}

.ds-cart-body .has-scroll::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #E2E2E2;
}

.ds-cart-body .has-scroll::-webkit-scrollbar-thumb {
    background-color: #392819;
    border-radius: 4px;
    border: none;
}

.ds-cart-dropdown {
    display: flex;
    flex-direction: column;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

#cart .table {
    margin-bottom: 0;
}

#cart .ds-cart-dropdown td,
#cart .table tbody tr td {
    padding: 7.5px 0;
    border: none;
}

#cart .table tbody tr:first-child td {
    padding-top: 0;
}

#cart .ds-cart-dropdown tr,
#cart .table tbody tr {
    position: relative;
    gap: 0;
    justify-content: space-between;
}

#cart .ds-cart-dropdown tr:before,
#cart .table tbody tr:before {
    position: absolute;
    content: '';
    width: 100%;
    height: calc(100% - 15px);
    top: 7.5px;
    bottom: 7.5px;
    border-radius: 6px;
    /*border: 1px solid rgba(0, 0, 0, 0.05);*/
    /*z-index: -1;*/
    z-index: 11;
}

#cart .ds-cart-dropdown tr:first-child:before,
#cart .table tbody tr:first-child:before {
    height: calc(100% - 7.5px);
    top: 0;
}

#cart .table tbody tr:last-child td {
    padding-bottom: 0;
}

#cart .ds-cart-dropdown tr:last-child:before,
#cart .table tbody tr:last-child:before {
    height: calc(100% - 7.5px);
    bottom: 0;
}

#cart .ds-cart-dropdown tr:only-of-type::before,
#cart .table tbody tr:only-of-type::before {
    height: 100%;
    bottom: 0;
}

#cart .ds-cart-dropdown td.image,
#cart .table tbody tr td.image {
    min-width: 190px;
    max-width: 190px;
}

#cart .ds-cart-dropdown td.image a,
#cart .table tbody tr td.image a {
    display: flex;
    width: 190px;

    align-items: baseline;
    border-radius: 4px;
}

#cart .ds-cart-dropdown td.image a img,
#cart .table tbody tr td.image a img {
    display: block;
    width: 190px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}

#cart .cart-quantity {
    display: block;
    color: #555;
    font-size: 12px;
    line-height: 1.25;
    margin-top: 10px;
}

#cart .ds-cart-dropdown td.total,
#cart .table tbody tr td.total {
    padding-right: 50px;
}

#cart .cart-button {
    margin-top: 25px;
}

#cart .cart-button a {
    display: flex;
    padding: 16px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 4px;
    background: #392819;
    border: 1px solid #392819;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

#cart .cart-button a:hover {
    background-color: #fff;
    color: #392819;
}

#cart .cart-button a .ds-cart-checkout-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}

.ds-cart-content.is-open .ds-cart-ico:before,
.ds-wishlist-content.is-open .ds-wishlist-ico:before {
    position: absolute;
    content: '';
    background: #392819;
    width: 20px;
    height: 1px;
    bottom: -25px;
    left: 2px;
}

/*cart modal END*/

/*filter modal START*/
.ds-filter-panel {
    position: absolute;
    top: 20px;
    /*right: clamp(20px, 7vw, 120px);*/
    right: 20px;
    width: calc(100% - 40px);
    max-width: 480px;
    /*height: calc(100vh - 40px);*/
    height: calc(100% - 40px);
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    transform: translateY(12px);
    transition: transform .25s ease;
    z-index: 1;
}

.ds-filter-top {
    height: 72px;
    padding: 23px 17px 11px;
    display: grid;
    grid-template-columns: 38px 1fr 38px;
    align-items: center;
}

.ds-filter-title {
    font-size: clamp(15px, 2vw, 18px);
    font-weight: 500;
    line-height: 1;
    justify-self: center;
}

.ds-filter-close,
.ds-filter-back {
    position: static;
    transform: none;
    width: 38px;
    height: 38px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.ds-filter-back {
    justify-self: start;
}

.ds-filter-close {
    justify-self: end;
}

.ds-filter-back.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.ds-filter-screens {
    position: relative;
    height: calc(100% - 72px - 84px);
}

.ds-filter-screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transform: translateX(8px);
    transition: transform .18s ease, opacity .18s ease;
}

.ds-filter-screen.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.ds-filter-body {
    height: 100%;
    padding: 20px 12.5px 20px 25px;
    overflow: hidden;
}

.ds-filter-list,
.ds-filter-options {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-right: 12.5px;
    max-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.ds-filter-list::-webkit-scrollbar,
.ds-filter-options::-webkit-scrollbar {
    width: 2px;
}

.ds-filter-list::-webkit-scrollbar-track,
.ds-filter-options::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #E2E2E2;
}

.ds-filter-list::-webkit-scrollbar-thumb,
.ds-filter-options::-webkit-scrollbar-thumb {
    background-color: #392819;
    border-radius: 4px;
    border: none;
}

.ds-filter-item,
.ds-filter-option {
    border-top: 1px solid rgba(0, 0, 0, 0.05)
}

.ds-filter-row {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 25.5px 0;
    display: flex;
    align-items: center;
    align-self: stretch;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
}

.ds-filter-name,
.ds-filter-option-name {
    flex: 1 0 0;
    color: #333;
    font-weight: 500;
    text-align: left;
}

.ds-filter-arrow {
    width: 18px;
    height: 18px;
}

.ds-filter-option-row {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 25px 0;
    cursor: pointer;
    margin-bottom: 0;
}

.ds-filter-swatch {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    flex: 0 0 40px;
}

.ds-filter-check {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ds-filter-check-ui {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
    transform: scale(1);
    transition: transform .12s ease, background-color .12s ease, border-color .12s ease;
}

.ds-filter-check-icon {
    width: 16px;
    height: 16px;
    display: block;
    transform: scale(.95);
    transition: transform .12s ease;
}

.ds-filter-check-icon path {
    stroke-dasharray: 40;
    stroke-dashoffset: 40;
    transition: stroke-dashoffset .22s ease;
}

.ds-filter-option-row input:checked + .ds-filter-check-ui {
    background-color: #392819;
    border-color: #392819;
    transform: none;
}

.ds-filter-option-row input:checked + .ds-filter-check-ui .ds-filter-check-icon path {
    stroke-dashoffset: 0;
}

.ds-filter-option-row input:checked + .ds-filter-check-ui {
    transform: scale(1.02);
}

.ds-filter-actions {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 84px;
    padding: 17px 25px 30px 25px;
    background: #fff;
}

.ds-filter-reset {
    width: 100%;
    height: 54px;
    border-radius: 4px;
    border: 1px solid #392819;
    background: #392819;
    color: #fff;
    display: flex;
    padding: 18px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
}

.ds-filter-reset:hover {
    background: #fff;
    color: #392819;
}

/*filter modal END*/

/*wishlist modal START*/
.ds-wishlist-body {
    height: calc(100% - 80px);
    padding: 25px;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.ds-wishlist-auth-msg {
    text-align: center;
    max-width: 456px;
    margin: 55px auto;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ds-wishlist-auth-title {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.223;
}

.ds-wishlist-auth-text {
    align-self: stretch;
    color: #333;
    text-align: center;
    line-height: 1.429;
}

.ds-wishlist-auth-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: 40%;
    text-underline-position: from-font;
}

.ds-wishlist-mini {
    padding-top: 15px;
    min-height: 0;
}

.ds-wishlist-mini-title {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 15px;
}

.ds-wishlist-mini-list {
    display: grid;
    gap: 15px;
    height: calc(100% - 25px);
    overflow-y: auto;
    overflow-x: hidden;
    /*overflow: visible;*/
    -webkit-overflow-scrolling: touch;
    padding-right: 5px;
    grid-auto-rows: max-content;
    align-content: start;
}

.ds-wishlist-mini-list::-webkit-scrollbar {
    width: 2px;
}

.ds-wishlist-mini-list::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #E2E2E2;
}

.ds-wishlist-mini-list::-webkit-scrollbar-thumb {
    background-color: #392819;
    border-radius: 4px;
    border: none;
}

.ds-wishlist-mini-item {
    display: grid;
    grid-template-columns: 190px 1fr 190px;
    gap: 45px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.ds-wishlist-mini-img {
    display: block;
    width: 190px;
    height: 190px;
    border-radius: 4px;
    overflow: hidden;
    background: #f5f5f5;
    align-self: start;
}

.ds-wishlist-mini-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.ds-wishlist-mini-info {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding-right: 3px;
}

.ds-wishlist-mini-name {
    color: #000;
    font-size: 15px;
    line-height: 1.2;
}

.ds-wishlist-mini-meta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    color: #666;
    text-align: center;
    font-size: 12px;
    line-height: 1.25;
}

.ds-wishlist-mini-price {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}

.ds-wishlist-mini-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    padding-left: 3px;
    padding-right: 50px;
}

.ds-wishlist-mini-add {
    background: transparent;
    border: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #333;
    font-size: 13px;
    line-height: 1.231;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: 40%;
    text-underline-position: from-font;
    cursor: pointer;
}

.ds-wishlist-mini-remove {
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

/*wishlist modal END*/

/*shippingdata START*/
ul.dropdown-address {
    right: 15px;
    top: calc(100% + 8px) !important;
    min-width: 260px;
    border-radius: 5px !important;
    background: #fff;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.07) !important;
    padding: 10px !important;
}

ul.dropdown-address::-webkit-scrollbar {
    width: 2px;
}

ul.dropdown-address::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #E2E2E2;
}

ul.dropdown-address::-webkit-scrollbar-thumb {
    background-color: #392819;
    border-radius: 4px;
    border: none;
}

ul.dropdown-address li + li {
    margin-top: 10px;
}

ul.dropdown-address li:hover {
    background-color: unset !important;
}

ul.dropdown-address li a {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    padding: 4px 8px !important;
    cursor: pointer;
    color: #676D79 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.214;
}

ul.dropdown-address li a:hover {
    color: #392819 !important;
}

/*shippingdata END*/

/*table-sizes START*/
.ds-table-sizes-top-title {
    color: #000;
    text-transform: uppercase;
}

.ds-table-sizes-close {
    width: 24px;
    height: 24px;
}

.ds-table-sizes-body {
    padding-bottom: 30px;
}

.size-table {
    overflow: auto;
}

.size-table::-webkit-scrollbar {
    width: 2px;
}

.size-table::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #E2E2E2;
}

.size-table::-webkit-scrollbar-thumb {
    background-color: #392819;
    border-radius: 4px;
    border: none;
}

.size-table table {
    margin-bottom: 0;
    width: 100%;
    table-layout: fixed;
}

.size-table .table > thead > tr > th {
    padding: 17.5px 15px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.215;
    background: #F7F7F7;
    border-bottom: none;
}

.size-table thead th:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.size-table thead th:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.size-table .table > tbody > tr > td {
    padding: 17.5px 15px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.215;
    vertical-align: middle;
    border-top: none;
}

.size-table .table > thead > tr > th:first-child,
.size-table .table > tbody > tr > td:first-child {
    color: #000;
    font-size: 13px;
    line-height: 1.231;
}

.ds-table-sizes-panel {
    max-width: 1089px;
}

.size-popup-info {
    display: flex;
    gap: 60px;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    padding-top: 20px;
}

.size-info-block {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.size-info-block:not(:last-child):after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.07);
    top: 0;
    right: -30px;
}

.size-info-content-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.size-info-title {
    color: #000;
    font-weight: 500;
}

.size-info-text {
    color: #525252;
    font-size: 12px;
    line-height: 1.5;
}

/*table-sizes END*/

.mobilemenu li.devider{
    padding-top: 12px !important;
    margin-top: 12px !important;
}
.mobilemenu .simple-item a{
    font-size: 13px;
    padding: 4px 0 !important;
}
.language-item .title-item, .currency-item .title-item{
    font-size: 11px;
    font-weight: 500;
    color: #7B7B7B;
    margin-bottom: 5px;
}
#form-language button, #form-currency button{
    color: #392819;
    font-size: 13px;
    font-weight:500;
}
#form-currency .item-selected {
    color: #392819;
}
@media (max-width: 767px) {
    .block-1 .xdstickers_wrapper.position_upleft{
        top: 10px;
        left: 10px;
        font-size: 11px;
    }
    .product-layout .action-links{
        max-width: 32px;
        max-height: 32px;
        width: 32px;
        height: 32px;
    }
    .action-links button{
        width: 32px;
    }

    .product-layout .action-links > button svg{
        max-width: 12px;
        position: relative;
        top: -2px;
    }
    .product-layout:hover .action-links{
        left: 10px;
        bottom: 10px;
    }
    .mobilemenu li.devider{
        padding-top: 15px !important;
        margin-top: 15px !important;
    }
    .mobilemenu .simple-item a{
        font-size: 13px ;
        padding: 2px 0 !important;
    }
    .language-item .title-item, .currency-item .title-item{
        font-size: 11px;
        font-weight: 500;
        color: #7B7B7B;
        margin-bottom: 3px;
    }

    .module-title .dropdown-menu>.active>a{
        background: #fff;
    }
    .module-title .dropdown-menu a{
        min-height: 25px;
        padding: 4px 8px;
        color: #9E9E9E;
        font-weight: 500;
        font-size: 11px;
        text-transform: initial;
    }
    .module-title .dropdown-menu>.active>a{
        color: #392819;
    }

    .product-thumb a img{
        /* aspect-ratio: 1 / 1; */
        width: 100%;
        object-fit: cover;
    }

    /*#cmsblock-37 START*/
    #cmsblock-37 {
        margin-top: 25px;
    }

    #cmsblock-37 .tabs-mobile-wrap {
        position: relative;
        padding: 0 40px;
    }

    #cmsblock-37 .tabs-arrow {
        position: absolute;
        bottom: 0;
        width: 68px;
        height: 35px;
        z-index: 999;
        background: #fff;
        border: 0;
        padding: 0;
        display: flex;
        pointer-events: auto;
    }

    #cmsblock-37 .tabs-prev {
        left: 0;
        justify-content: end;
    }

    #cmsblock-37 .tabs-next {
        right: 0;
    }

    #cmsblock-37 .tab-heading {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scroll-snap-stop: always;
        padding: 0;
    }

    #cmsblock-37 .tab-heading::-webkit-scrollbar {
        display: none;
    }

    #cmsblock-37 .tab-heading > li {
        flex: 0 0 100%;
        min-width: 100%;
        margin: 0;
        box-sizing: border-box;
        scroll-snap-align: start;
        text-align: center;
    }

    #cmsblock-37 .tab-heading > li > a {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    #cmsblock-37 .tab-heading.nav-pills > li a span {
        width: auto;
        padding: 0 0 21px 0;
    }

    #cmsblock-37 .tab-content {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    #cmsblock-37 .tab-content > .tab-pane {
        float: none !important;
        flex: 0 0 100%;
        min-width: 100%;
        scroll-snap-align: start;
    }

    #cmsblock-37 .tab-content::-webkit-scrollbar {
        display: none;
    }

    #cmsblock-37 .product-grid .caption {
        bottom: 23.92px;
    }

    #cmsblock-37 .owl-dots {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
        display: flex;
    }

    #cmsblock-37 .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 5px;
        background: #FFFFFF4D;
    }

    #cmsblock-37 .owl-dots .owl-dot.active span,
    #cmsblock-37 .owl-dots .owl-dot:hover span {
        background: #fff;
    }

    #cmsblock-37 .owl-stage {
        display: flex;
    }

    #cmsblock-37 .owl-item {
        display: flex;
    }

    #cmsblock-37 .owl-item > * {
        width: 100%;
    }

    #cmsblock-37 .owl-item .image {
        border-radius: 0;
    }

    #cmsblock-37 .owl-carousel .row_items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    #cmsblock-37 .owl-carousel .row_items .product-layout {
        width: 100%;
        margin: 0;
    }

    #cmsblock-37 .slick-arrow {
        display: none !important;
    }

    /*#cmsblock-37 END*/
    /*tt_tabsproduct_module START*/
    .tt_tabsproduct_module .tab-heading {
        display: none;
    }

    .tt_tabsproduct_module .tab-dropdown {
        display: block;
    }

    .tt_tabsproduct_module .tab-dropdown-btn {
        width: 100%;
        text-align: left;
        background: transparent;
        padding: 0;
        border: 0;
        border-radius: 0;
        font-size: clamp(11px, 2vw, 13px);
        font-weight: 500;
        line-height: 1.182;
    }

    .tt_tabsproduct_module .tab-dropdown-current {
        padding: 0 0 6px 0;
        border-bottom: 1px solid #392819;
        display: inline-block;
    }

    .tt_tabsproduct_module .tab-dropdown-btn .caret {
        float: right;
        margin: 6px 0 0 10px;
        width: 10px;
        height: 6px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M8.75 0.75L4.75 4.75L0.75 0.75' stroke='%23939393' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border: none;
    }

    .tt_tabsproduct_module .tab-dropdown-menu {
        right: 0;
        left: auto;
    }

    [class*="tt_tabsproduct_module"] .owl-nav {
        display: none;
    }

    .tt_tabsproduct_module .module-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .tt_tabsproduct_module .module-title h2,
    .tt_tabsproduct_module .module-title > div {
        margin-bottom: 0;
    }

    .main-col .sub-col > .tt_tabsproduct_module:not(.multi-rows),
    .main-col .sub-col > .tt_product_module:not(.multi-rows) {
        display: none;
    }

    /*tt_tabsproduct_module END*/
    /*banner-5 START*/
    .banner-5__inner {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px;
    }

    .banner-5__item:nth-child(3) {
        grid-column: 1 / -1;
        margin-top: 10px;
        overflow: hidden;
    }

    .banner-5__item:nth-child(3) img {
        object-position: top center;
    }

    .banner-5__image {
        border-radius: 0;
        overflow: hidden;
    }

    .banner-5__item:nth-child(1) .banner-5__image,
    .banner-5__item:nth-child(2) .banner-5__image {
        aspect-ratio: 170 / 182.5;
    }

    .banner-5__item:nth-child(3) .banner-5__image {
        aspect-ratio: 345 / 182.5;
    }

    .banner-5__subtitle {
        color: #333;
    }

    .banner-5__title {
        color: #333;
        font-weight: 600;
    }

    /*banner-5 END*/
    .module-title .module-description {
        font-size: 12px;
        line-height: 1.5;
    }

    /*blog START*/
    #blog_home .module-title .module-description {
        margin-top: 5px;
    }

    /*blog END*/
    /*account-account START*/
    .account-account #content .row,
    .account-simpleedit #content .row,
    .account-password #content .row,
    .account-newsletter #content .row,
    .account-address #content .row,
    [class*="account-simpleaddress-"] #content .row,
    [class*="account-order"] #content .row {
        flex-direction: column;
    }

    .account-simpleedit #content form,
    .account-password #content form,
    .account-newsletter #content form,
    .account-address #content .account-address-book,
    [class*="account-simpleaddress-"] #content form,
    .account-order #content .account-order-history,
    .account-order-info #content .account-order-details {
        margin-top: 20px;
        border-radius: 0;
        padding: 25px 15px;
    }

    .account-simpleedit #content form .form-legend,
    .account-password #content form legend,
    .account-newsletter #content form legend,
    .account-address #content .account-address-book .form-legend,
    [class*="account-simpleaddress-"] #content form .form-legend,
    [class*="account-order"] [class*="account-order"] .form-legend {
        color: #392819;
    }

    .account-simpleedit .simple-content fieldset,
    .account-password #content fieldset,
    [class*="account-simpleaddress-"] #content fieldset {
        flex-direction: column;
    }

    .account-simpleedit .form-horizontal .form-group,
    .account-password .form-horizontal .form-group,
    [class*="account-simpleaddress-"] .form-horizontal .form-group {
        width: calc(100% + 30px);
    }

    .account-address #content .account-address-book .account-address-list {
        margin: auto;
        row-gap: 0;
        width: 100%;
    }

    .account-address .account-address-list > div {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .account-address .account-address-list > div + div .account-address-item {
        margin-top: 25px;
    }

    /*account-account END*/
    /*wishlist modal START*/
    .ds-wishlist-body {
        height: calc(100% - 101px);
        padding: 25px 20px;
    }

    .ds-wishlist-auth-msg {
        margin: 15px auto;
    }

    .ds-wishlist-auth-title {
        font-size: 14px;
        line-height: 1.215;
    }

    .ds-wishlist-auth-text {
        font-size: 12px;
        line-height: 1.667;
    }

    .ds-wishlist-auth-link {
        font-size: 13px;
        line-height: 1.231;
    }

    .ds-wishlist-mini {
        padding-top: 25px;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        margin-top: 25px;
    }

    .ds-wishlist-mini-title {
        font-size: 14px;
        line-height: 1.215;
        margin: 0 0 20px;
    }

    .ds-wishlist-mini-list {
        gap: 20px;
        height: calc(100% - 36px);
        padding: 0;
    }

    .ds-wishlist-mini-item {
        grid-template-columns: 128px 1fr;
        grid-template-areas: "img info" "img actions";
        gap: 10px;
        padding-right: 12px;
        border: 0;
        border-radius: 0;
    }

    .ds-wishlist-mini-img {
        width: 128px;
        height: 128px;
        grid-area: img;
    }

    .ds-wishlist-mini-info {
        grid-area: info;
        justify-content: flex-start;
        gap: 5px;
        padding: 0;
    }

    .ds-wishlist-mini-actions {
        grid-area: actions;
        align-items: center;
        flex-direction: row;
        padding: 0;
        justify-content: space-between;
        max-height: 24px;
        margin-top: auto;
    }

    .ds-wishlist-mini-name {
        color: #392819;
        font-size: 13px;
        line-height: 1.231;
    }

    .ds-wishlist-mini-price {
        color: #392819;
        font-size: 12px;
        line-height: 1.25;
    }

    .ds-wishlist-mini-meta {
        font-size: 11px;
        line-height: 1.182;
        order: 1;
    }

    /*wishlist modal END*/
    /*footer START*/
    footer .block-foot + .block-foot {
        margin-top: 20px;
    }

    footer .block-foot-contact .block-foot-title {
        justify-content: space-between;
    }

    footer .block-foot-contact .block-foot-telephone,
    footer .block-foot-contact .block-foot-email,
    footer .block-foot-contact .block-foot-text_address1 {
        text-align: left;
    }

    footer .block-foot-contact .block-foot-clock {
        align-items: start;
    }

    footer .top-block {
        padding-top: 20px;
    }

    footer .bottom-block {
        padding: 15px 0;
    }

    footer .bottom-block > div {
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    footer {
        padding: 40px 0 20px;
    }

    .block-foot {
        margin-top: 30px;
    }

    footer .top-block .block-foot:first-child {
        margin-top: 0;
    }

    .logo-footer > h4,
    .logo-footer > p,
    .logo-footer > a {
        display: none;
    }

    .logo-footer {
        order: 1;
        margin-top: 30px;
    }

    .copyright-text {
        padding: 0;
        text-align: center;
        float: none;
        margin: 20px 0;
    }

    footer .middle-block {
        padding-bottom: 20px;
    }

    footer .middle-block > .container > .row {
        display: flex;
        flex-direction: column;
    }

    footer .block-foot-contact {
        margin-left: 0;
        margin-right: auto;
    }

    footer .certified-materials {
        padding-bottom: 34.13px;
    }

    footer .bottom-block > .container > .row {
        flex-direction: column;
    }

    footer .payment-block {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        height: 23.454px;
        gap: 16.083px;
        margin-top: 20px;
    }

    footer .bottom-block svg {
        display: block;
        width: auto;
        max-height: 16.083px;
    }

    footer .block-foot-title {
        justify-content: space-between;
    }

    footer .middle-block > .container {
        padding-top: 0;
    }

    /*footer END*/
    /*country-popup START*/
    .country-popup__dialog {
        height: fit-content;
    }

    .country-popup__body {
        margin: 3.87px 0;
    }

    /*country-popup END*/
    /*search modal START*/
    .ds-search-panel,
    .ds-cart-panel,
    .ds-table-sizes-panel,
    .ds-wishlist-panel,
    .ds-filter-panel {
        top: 0;
        right: 0;
        width: 100vw;
        max-width: none;
        height: 100vh;
        border-radius: 0;
    }

    .ds-search-top,
    .ds-table-sizes-top,
    .ds-cart-top,
    .ds-wishlist-top {
        padding: 25px 20px;
    }

    .ds-search-top:after,
    .ds-cart-top:after,
    .ds-wishlist-top:after {
        left: 20px;
        right: 20px;
    }

    .ds-search-main {
        padding: 25px 20px;
        height: calc(100vh - 101px);
    }

    .ds-search-top-icons,
    .ds-cart-top-icons,
    .ds-wishlist-top-icons {
        display: none;
    }

    .ds-search-body {
        padding-left: 0;

        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 0;
        overflow: hidden;
    }

    .ds-search-form {
        padding: 0 0 15px 0;
        margin-right: 0;
        height: 35px;
    }

    .ds-search-form::placeholder {
        color: #939393;
    }

    .ds-search-info {
        min-height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .ds-search-info::-webkit-scrollbar {
        width: 2px;
    }

    .ds-search-info::-webkit-scrollbar-track {
        border-radius: 4px;
        background: #E2E2E2;
    }

    .ds-search-info::-webkit-scrollbar-thumb {
        background-color: #392819;
        border-radius: 4px;
        border: none;
    }

    .ds-search-layout.is-has-results {
        display: flex;
        flex-direction: column-reverse;
    }

    .ds-search-layout.is-has-results .ds-search-info {
        display: none;
    }

    .ds-search-layout.is-has-results .ds-search-main {
        padding-left: 20px;
        padding-bottom: 20px;
        overflow: visible;
        height: auto;
        min-height: unset;
        display: block;
    }

    .ds-search-layout.is-has-results .ds-search-results {
        padding: 0 20px 0;
        border-right: none;
        gap: 15px;
    }

    .ds-search-layout.is-has-results .ds-search-results-head {
        margin: 0;
        border-bottom: none;
        padding: 0;
    }

    .ds-search-results-grid {
        padding: 0 9px 0 0;
        row-gap: 15px;
    }

    .ds-search-card-price {
        margin-top: 5px;
    }

    .ds-search-results-actions {
        bottom: 127px;
        left: 19px;
        width: calc(100% - 48px);
    }

    .ds-search-all {
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        line-height: 1.25;
    }

    .ds-search-recs {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }

    .ds-search-rec img {
        aspect-ratio: unset;
        max-width: unset;
    }

    .ds-search-block {
        min-height: unset;
    }

    .ds-search-links {
        max-height: none;
        overflow: visible;
    }

    /*search modal END*/
    /*cart modal START*/
    .ds-cart-top {
        padding-bottom: 20px;
    }

    .ds-cart-body {
        padding: 20px;
        /*height: calc(100vh - 100px);*/
        height: calc(100dvh - 10dvh);
    }

    #cart .table,
    #cart .table tbody {
        display: block;
        width: 100%;
    }

    #cart .ds-cart-dropdown tr,
    #cart .table tbody tr {
        display: grid;
        grid-template-columns: 128px 1fr;
        column-gap: 10px;
        align-items: stretch;
    }

    #cart .ds-cart-dropdown tr + tr,
    #cart .table tbody tr + tr {
        margin-top: 10px;
    }

    #cart .ds-cart-dropdown tr:first-child:before,
    #cart .table tbody tr:first-child:before,
    #cart .ds-cart-dropdown tr:before,
    #cart .table tbody tr:before,
    #simplecheckout_cart table tbody tr:before {
        content: none;
    }

    #cart .ds-cart-dropdown td,
    #cart .table tbody tr td {
        display: block;
        padding: 0;
        border: 0;
        vertical-align: top;
    }

    #cart .ds-cart-dropdown td.image,
    #cart .table tbody tr td.image,
    #simplecheckout_cart .simplecheckout-cart tr td.image {
        min-width: unset;
        max-width: unset;
        grid-column: 1;
        grid-row: 1 / span 4;
    }

    #cart .ds-cart-dropdown td.image a,
    #cart .table tbody tr td.image a,
    #simplecheckout_cart tbody tr td.image a {
        width: 128px;
        height: 128px;
    }

    #cart .ds-cart-dropdown td.image img.cart-image,
    #cart .table tbody tr td.image img.cart-image,
    #simplecheckout_cart tbody tr td.image img.cart-image {
        width: 128px;

    }

    .checkout-simplecheckout .simplecheckout-cart td.name,
    .checkout-success .simplecheckout-cart td.name,
    .account-order-info .simplecheckout-cart td.name,
    #cart .ds-cart-dropdown td.name,
    #cart .table tbody tr td.name {
        grid-column: 2;
        grid-row: 1;
        display: flex;
        flex-direction: column;
        min-width: 0;
        min-height: 128px;
        height: 100%;
        align-self: stretch;
        padding: 0;
    }

    .checkout-simplecheckout .simplecheckout-cart td.name a,
    .checkout-success .simplecheckout-cart td.name a,
    .account-order-info .simplecheckout-cart td.name a,
    #cart .ds-cart-dropdown td.name a,
    #cart .table tbody tr td.name a,
    #simplecheckout_cart .simplecheckout-cart td.name a {
        color: #392819;
        font-size: 13px;
        line-height: 1.231;
        word-break: break-word;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    #cart .ds-cart-dropdown td.name .total-value--mobile,
    .checkout-success .simplecheckout-cart td.name .total-value--mobile {
        margin-top: 5px;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.25;
        white-space: nowrap;
    }

    #cart .ds-cart-dropdown td.total,
    #cart .table tbody tr td.total,
    #simplecheckout_cart table tbody tr td.total {
        display: none !important;
    }

    #cart .ds-cart-dropdown td.name .options,
    #cart .table tbody tr td.name .options {
        margin-top: 10px;
        order: 3;
        font-size: 11px;
        line-height: 1.182;
    }

    #cart .ds-cart-dropdown td.name .cart-quantity,
    #cart .table tbody tr td.name .cart-quantity,
    #simplecheckout_cart table td.name .cart-quantity {
        margin-top: 5px;
        order: 4;
        font-size: 11px;
        line-height: 1.182;
    }

    #cart .ds-cart-dropdown td.name .sc-cart-remove-btn--mobile,
    #cart .table tbody tr td.name .sc-cart-remove-btn--mobile {
        margin-top: auto;
        align-self: flex-start;
        border: 0;
        background: transparent;
        padding: 0;
        cursor: pointer;
        line-height: 0;
        order: 5;
    }

    #cart .cart-button {
        margin-top: 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        padding-top: 20px;
    }

    #cart .cart-button a {
        padding: 10px 15px
    }

    #cart .cart-button a svg {
        width: 20px;
        height: 20px;
    }

    #cart .cart-button a .ds-cart-checkout-right {
        display: none;
    }

    #cart .cart-button a .ds-cart-checkout-left {
        justify-content: center;
        font-size: 12px;
        line-height: 1;
    }

    /*cart modal END*/
    /*category START*/
    .ds-filter-top {
        height: 86px;
        padding: 48px 25px 0;
    }

    .ds-filter-top svg {
        width: 18px;
        height: 18px;
    }

    .ds-filter-body {
        padding-top: 10px;
    }

    .ds-filter-actions {
        height: 89px;
        padding: 25px 44px;
    }

    .ds-filter-reset {
        height: 39px;
        padding: 12px;
        font-size: 12px;
    }

    .ds-filter-swatch {
        width: 24px;
        height: 24px;
        border-radius: 4px;
        flex: 0 0 24px;
    }

    .ds-filter-screen.is-active[data-screen="color"] .ds-filter-option-row {
        padding: 20px 0;
        gap: 12px;
    }

    .ds-filter-screen.is-active[data-screen="color"] .ds-filter-option-name {
        font-size: 13px;
        line-height: 1.231;
    }

    /*category END*/
    /*product START*/
    .product-gallery-mobile {
        position: relative;
        width: 100vw;
        max-width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .product-gallery-mobile .product-gallery-owl {
        position: relative;
        overflow: visible;
    }

    .product-gallery-mobile .product-gallery-owl .owl-stage-outer {
        z-index: 1;
    }

    .product-gallery-mobile .product-gallery-owl .item {
        aspect-ratio: 1 / 1.35;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .product-gallery-mobile .product-gallery-owl .item .product-gallery-link {
        position: absolute;
        inset: 0;
        z-index: 1;
    }

    .product-gallery-mobile .product-gallery-owl .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .product-gallery-mobile .product-gallery-owl .owl-nav {
        position: absolute;
        inset: 0;
        pointer-events: none;
        margin: 0;
        z-index: 1;
    }

    .product-gallery-mobile .product-gallery-owl .owl-nav .owl-prev,
    .product-gallery-mobile .product-gallery-owl .owl-nav .owl-next {
        pointer-events: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        width: 32px;
        height: 32px;
        padding: 8px 5px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.10);
        background: rgba(79, 79, 79, 0.10);
        cursor: pointer;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }

    .product-gallery-mobile .product-gallery-owl .owl-nav .owl-prev {
        left: 15px;
    }

    .product-gallery-mobile .product-gallery-owl .owl-nav .owl-next {
        right: 15px;
    }

    .product-gallery-mobile .product-gallery-owl .owl-nav svg {
        display: block;
        width: 16px;
        height: 16px;
        flex-shrink: 0;
        aspect-ratio: 1/1;
    }

    #product-product .block-2 .xdstickers_wrapper.position_upleft {
        top: 55px;
        left: 5px;
    }

    #product-product #content > .row > .block-2 {
        margin-top: 18px;
        padding-left: 15px !important;
    }

    .product-accordion .acc-item + .acc-item {
        border-top: 1px solid rgba(0, 0, 0, 0.07);
    }

    .product-accordion .acc-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 25px 0 10px 0;
        color: #939393;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.215;
        position: relative;
    }

    .product-accordion .acc-chevron {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 25px;
        right: 0;
        flex: 0 0 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-accordion .acc-chevron:before {
        content: "";
        width: 11px;
        height: 6px;
        display: block;

        background: no-repeat center / 11px 6px;
        background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 6' fill='none'>\
<path d='M10.5 5.5L5.5 0.5L0.5 5.5' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/>\
</svg>");

        transition: transform .2s ease;
    }

    .product-accordion .acc-chevron {
        color: rgba(0, 0, 0, .3);
    }

    .product-accordion .acc-head:not(.collapsed) .acc-chevron {
        color: #000;
    }

    .product-accordion .acc-head.collapsed .acc-chevron:before {
        transform: rotate(180deg);
    }

    .product-accordion .acc-head:not(.collapsed) .acc-chevron:before {
        transform: rotate(0deg);
    }

    .product-accordion .acc-title {
        display: inline-block;
        padding-bottom: 13px;
        border-bottom: 2px solid transparent;
    }

    .product-accordion .acc-head:not(.collapsed) .acc-title {
        border-bottom-color: #233B38;
    }

    .product-accordion .acc-body {
        padding: 0 0 25px 0;
        color: #5C5C5C;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.6924;
    }

    #product + div {
        margin-top: 0;
    }

    #product-product .product-meta {
        margin-top: 0;
    }

    .related-container .row_items {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10px;
    }

    .multi-rows .related-container .row_items .product-layout:nth-last-child(2) .product-thumb {
        margin-bottom: 0;
    }

    /*product END*/
    /*checkout-simplecheckout START*/
    .checkout-simplecheckout #content h1,
    .checkout-success #content h1 {
        font-weight: 500;
    }

    #simplecheckout_cart table tbody tr {
        position: relative;
        display: grid;
        grid-template-columns: 128px 1fr;
        align-items: stretch;
    }

    #simplecheckout_cart .simplecheckout-cart {
        table-layout: auto;
    }

    #simplecheckout_cart tbody tr td.image {
        display: block;
        padding: 20px 0;
    }

    #simplecheckout_cart tbody tr td.quantity {
        display: none !important;
    }

    #simplecheckout_cart .simplecheckout-cart td.image a {
        width: 128px;
        height: 128px;
    }

    #simplecheckout_cart .simplecheckout-cart td.name {
        padding: 20px 0 20px 10px;
        min-height: auto;
        height: 100%;
        grid-row: 1 / span 4;
        align-self: stretch;
        justify-content: space-between;
    }

    #simplecheckout_cart .simplecheckout-cart .quantity {
        padding: 0;
    }

    #simplecheckout_cart table tbody tr td.name .options {
        margin-top: auto;
        margin-bottom: auto;
        order: 0;
        font-size: 11px;
        line-height: 1.182;
    }

    .checkout-simplecheckout .simplecheckout-cart .sc-cart-remove-btn {
        display: none;
    }

    #simplecheckout_cart table td.name .total-value--mobile {
        margin-top: 5px;
        margin-bottom: auto;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.25;
        white-space: nowrap;
    }

    .checkout-simplecheckout #simplecheckout_cart .quantity input.form-control {
        min-width: 40px;
        width: 40px;
        height: 25px !important;
        padding: 5.556px 8.333px;
        gap: 5.556px;
        border-radius: 3.472px !important;
        border: 0.694px solid #E6E7EA;
        font-size: 9.722px;
        line-height: 13.889px;
    }

    .checkout-simplecheckout .simplecheckout-cart .quantity .input-group {
        width: 100%;
        max-width: unset !important;
        gap: 6.944px;
    }

    .simplecheckout-cart .quantity .input-group button.btn-danger {
        margin-left: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .simplecheckout .simplecheckout-block {
        padding: 15px;
    }

    .simplecheckout .simplecheckout-block > .checkout-heading > svg {
        width: 20px;
        height: 20px;
    }

    .simplecheckout .simplecollapse-inner {
        padding: 40px 0 0 0;
    }

    .checkout-simplecheckout #content .simplecheckout-block-content.collapse.in::before {
        top: 20px;
    }

    .checkout-simplecheckout #content #simplecheckout_customer .simplecollapse-inner,
    .checkout-simplecheckout #content #simplecheckout_shipping .simplecollapse-inner-block {
        flex-direction: column;
        row-gap: 20px;
    }

    .checkout-simplecheckout #content #simplecheckout_customer .simplecheckout-block-content fieldset,
    .checkout-simplecheckout #content #simplecheckout_shipping .simplecheckout-block-content fieldset {
        width: 100%;
        row-gap: 20px;
    }

    .account-login .well form .form-control,
    .account-simpleregister .well .simple-content input.form-control,
    .account-forgotten .well form .form-control,
    .account-reset .well form .form-control,
    .account-simpleedit #content form .form-control,
    .account-password #content form .form-control,
    [class*="account-simpleaddress-"] #content form .form-control,
    .checkout-simplecheckout #content #simplecheckout_customer fieldset input.form-control,
    .checkout-simplecheckout #content #simplecheckout_shipping fieldset input.form-control,
    .checkout-simplecheckout #content #simplecheckout_coupon fieldset input.form-control,
    .checkout-simplecheckout #content #simplecheckout_customer fieldset select.form-control,
    .checkout-simplecheckout #content #simplecheckout_shipping fieldset select.form-control {
        height: 47px;
        padding: 16px 15px;
        line-height: 1;
    }

    .checkout-simplecheckout #content #simplecheckout_customer .control-label {
        font-size: 11px;
        line-height: 1.182;
    }

    .checkout-simplecheckout .simplecheckout-gift-block {
        padding: 15px;
    }

    .checkout-simplecheckout #content #simplecheckout_summary {
        padding: 15px 0 0;
    }

    .checkout-simplecheckout #content .simplecheckout-cart-coupon a {
        margin-top: 15px;
        font-size: 13px;
        line-height: 1.231;
    }

    .checkout-simplecheckout .simplecheckout-summary-totals .simplecheckout-cart-total {
        margin-top: 25px;
        padding: 25px 0 5px 0;
        font-size: 16px;
        line-height: 1.25;
    }

    .checkout-simplecheckout .simplecheckout-cart-shipping-note {
        font-size: 12px;
        line-height: 1.25;
    }

    .checkout-simplecheckout #simplecheckout_button_confirm,
    .checkout-simplecheckout #button-confirm, .checkout-success .sc-success-btn {
        height: 40px;
        padding: 12px;
        font-size: 12px;
        line-height: 1;
    }

    .checkout-simplecheckout #simplecheckout_button_confirm {
        margin-top: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .checkout-simplecheckout #agreement_checkbox label {
        font-size: 11px;
        line-height: 1.546;
    }

    /*checkout-simplecheckout END*/
    /*checkout-success START*/
    .checkout-success #simplecheckout_cart {
        margin-top: 20px;
        padding-top: 20px;
    }

    .checkout-success .buttons {
        margin-top: 20px;
    }

    .checkout-success .success-order-message {
        margin-top: 10px;
        text-align: center;
    }

    .checkout-success .table-responsive {
        border: 0;
        margin-bottom: 0;
    }

    .checkout-success #simplecheckout_cart table tbody tr td.name .options {
        margin-bottom: 0;
    }

    .checkout-success #simplecheckout_cart table td.name .cart-quantity {
        color: #555;
    }

    /*checkout-success END*/
    /*account-simpleedit START*/
    .account-menu-toggle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 15px;
        background: #FBF9F7;
        border: none;
        color: #000;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.429;
    }

    .account-menu-toggle__chev {
        transition: transform .2s ease;
    }

    .account-menu-toggle:not(.collapsed) .account-menu-toggle__chev {
        transform: rotate(180deg);
    }

    #accountMenuCollapse .account-menu {
        margin: 10px 0 0;
        overflow: hidden;
    }

    /*account-simpleedit END*/
    /*table-sizes START*/
    .size-popup-info {
        gap: 30px;
    }

    .size-info-block:not(:last-child):after {
        right: -15px;
    }

    .size-info-title {
        font-size: 13px;
    }

    .size-info-text {
        font-size: 11px;
    }

    .size-table .table > thead > tr > th {
        padding: 14.5px 12px;
        font-size: 13px;
    }

    .size-table .table > tbody > tr > td {
        padding: 14.5px 12px;
        font-size: 13px;
    }

    .size-table .table > thead > tr > th:first-child,
    .size-table .table > tbody > tr > td:first-child {
        font-size: 12px;
    }

    /*table-sizes END*/
}
#ma-mobilemenu .mm-left > ul.mobilemenu{
    display: flex;
    flex-direction: column;
}
#ma-mobilemenu ul.mobilemenu li:last-child{
    margin-top: auto;
}
@media (min-width: 768px) {

    .layer-category .category-list ul li{
        margin: 0 30px;
    }
    header .block-left > ul {
        display: flex;
        align-items: center;
    }

    .search-containers a.selCountry {
        display: none;
    }

    #form-language, #form-currency {
        position: relative;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-none {
        display: none !important;
    }

    header .block-right .wishlist-block {
        order: 2;
    }

    header .block-right .setting {
        order: 3;
    }

    header .block-right .cart-container {
        order: 4;
    }

    /*#cmsblock-37 START*/
    #cmsblock-37 {
        margin-top: 20px;
    }

    #cmsblock-37 .owl-dots {
        display: none;
    }

    #cmsblock-37 .tab-heading {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 0 14%;
    }

    #cmsblock-37 .product-thumb .image {
        position: relative;
        width: 100%;
        aspect-ratio: 360 / 503;
        overflow: hidden;
    }

    #cmsblock-37 .product-thumb .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /*#cmsblock-37 END*/
    /*tt_tabsproduct_module START*/
    .tt_tabsproduct_module .tab-dropdown {
        display: none;
    }

    .tt_tabsproduct_module .tab-heading {
        display: block;
        text-align: left;
        margin-bottom: 20px !important;
    }

    .main-col .sub-col > .tt_tabsproduct_module.multi-rows,
    .main-col .sub-col > .tt_product_module.multi-rows {
        display: none;
    }

    .main-col .sub-col > .tt_tabsproduct_module:not(.multi-rows),
    .main-col .sub-col > .tt_product_module:not(.multi-rows) {
        display: block;
    }

    /*tt_tabsproduct_module END*/
    /*banner-5 START*/
    .banner-5__inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 25px;
    }

    .banner-5__image,
    .banner-5__image img {
        border-radius: 4px;
    }

    .banner-5__subtitle {
        color: #515151;
    }

    .banner-5__title {
        color: #392819;
        font-weight: 500;
    }

    /*banner-5 END*/
    .module-title .module-description {
        font-size: 14px;
        line-height: 1.429;
        font-weight: 500;
    }

    /*blog START*/
    #blog_home .module-title {
        margin-bottom: 25px;
    }

    #blog_home .module-title .module-description {
        margin-top: 2px;
    }

    #blog_home .row_items .articles-inner .articles-image {
        aspect-ratio: 486.67 / 342;
    }

    /*blog END*/
    /*product START*/
    #product-product .block-1 {
        width: auto !important;
        margin-left: 0 !important;
        overflow: visible;
        padding-right: 0;
    }

    #product-product .block-1 .product-gallery-stack {
        width: 50vw;
        margin-left: calc(-1 * ((100vw - 750px) / 2 + 15px));
    }

    #product-product .block-1 .xdstickers_wrapper.position_upleft {
        top: 15px;
    }

    #product-product .product-gallery-stack figure {
        width: 100%;
    }

    #product-product .product-gallery-stack img {
        max-width: unset !important;
    }

    #product-product #content > .row {
        overflow: visible;
    }

    #product-product #content > .row > .block-2 {
        margin-top: clamp(20px, 3vw, 50px);
        position: sticky;
        top: clamp(16px, 2vw, 32px);
        align-self: flex-start;
    }

    /*product END*/
    /*account-account START*/
    .account-menu {
        position: sticky;
        top: 79px;
    }

    /*account-account END*/
    /*account-simpleregister START*/
    .account-simpleregister .form-horizontal .control-label,
    .account-forgotten .form-horizontal .control-label,
    .account-simpleedit .form-horizontal .control-label,
    .account-newsletter .form-horizontal .control-label {
        padding-top: 0;
        margin-bottom: 0;
        text-align: left;
    }

    /*account-simpleregister END*/
    /*account-simpleedit START*/
    .account-simpleedit .simple-content .button,
    .account-password #content input[type='submit'],
    .account-newsletter #content input[type='submit'],
    .account-address #content .buttons .btn,
    [class*="account-simpleaddress-"] .simple-content .button {
        flex: 0 0 239px;
        width: fit-content;
        min-width: 239px;
    }

    /*account-simpleedit END*/
    /*checkout-simplecheckout START*/
    .checkout-simplecheckout .simplecheckout-cart td.name .quantity {
        display: none !important;
    }

    .checkout-success footer.full-width {
        margin-top: 50px !important;
    }

    /*checkout-simplecheckout END*/
    /*checkout-success START*/
    .checkout-simplecheckout .layer-category #content,
    .checkout-success .layer-category #content {
        margin-top: 0;
    }

    /*checkout-success END*/
    /*search modal START*/
    .ds-search-panel {
        min-width: 716px;
    }

    .ds-search-panel:has(.ds-search-layout.is-has-results) {
        width: 1076px;
    }

    /*search modal END*/
}

@media (max-width: 991px) {
    .ds-contact-box .buttons>.btn-primary{
        margin-top: 10px;
    }
    /* category START*/
    .btn-wishlist [class*="wishlist-icon--"] path {
        fill: #392819;
    }

    .product-thumb .xdstickers,
    .product-thumb .xdsticker_0 {
        /*color: #A5A5A5;
        font-size: 10.459px;
        line-height: 13px;
        border-radius: 1.854px;
        background-color: #f2f2f2;*/
    }

    .sort-trigger svg {
        display: block;
        width: 18px;
        height: 18px;
    }

    .layer-category .category-name,
    .layer-category .category-name h1,
    .layer-category h1 {
        font-size: 15px;
        line-height: 1.2;
        margin: 0 0 20px 0;
    }

    .layer-category .category-list {
        margin: 10px 0;
        border-radius: 0;
        background: none;
        position: relative;
        z-index: 11;
    }
    /*
        .category-list .cat-dd__btn {
            display: flex;
            width: 100vw;
            height: 39px;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            padding: 15px;
            justify-content: center;
            align-items: center;
            gap: 5px;
            flex: 1 0 0;
            align-self: stretch;
            border-radius: 4px;
            background: #FBF9F7;
            border: none;
            color: #000;
            font-size: 12px;
            font-weight: 500;
            line-height: 1.25;
        }

        .category-list .cat-dd__chev {
            display: inline-block;
            transition: transform .18s ease;
            transform: translateY(1px);
        }

        .category-list .cat-dd__list {
            border-radius: 10px;
            background: #fff;
            box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            pointer-events: none;
            transition: max-height .22s ease, opacity .18s ease;
            position: absolute;
            left: 0;
            right: 0;
        }

        .category-list .cat-dd__list li {
            border-top: 1px solid rgba(0, 0, 0, .06);
        }

        .category-list .cat-dd__list li:first-child {
            border-top: 0;
        }

        .category-list .cat-dd__list a {
            display: block;
            padding: 14px 16px;
            color: #392819;
            text-decoration: none;
        }

        .category-list.is-open .cat-dd__list {
            display: block !important;
            margin: 10px 0 0;
            padding: 10px 0;
            max-height: 70vh;
            opacity: 1;
            pointer-events: auto;
        }

        .category-list.is-open .cat-dd__chev {
            transform: rotate(180deg);
        }
    */
    .custom-products {
        padding: 0 10px;
    }

    .custom-products .product-layout {
        margin-top: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .custom-products .product-layout:nth-child(n+3) {
        margin-top: 20px;
    }

    /* category END*/
    /*product START*/
    #product .product-cart {
        flex-direction: column;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 0;
    }

    #product #button-cart2,#product  #pre_order,#product  #pre_order_option,#product  #button-cart,
    #product .product-cart #button-cart,
    #product .product-cart .table_size {
        width: 100%;
    }

    /*product END*/
    /*blog-blog START*/
    .blog-blog .article-titles h1 {
        color: #392819;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.25;
    }

    .blog-blog .article-page > .row > div + div {
        margin-top: 20px;
    }

    .blog-blog .article-item .article-image {
        width: 100%;
        aspect-ratio: 346 / 243.146;
        border-radius: 2.844px;
    }

    .blog-blog .article-item .article-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /*blog-blog END*/
    /*blog-article START*/
    .blog-article .article-container {
        margin-top: 35px;
    }

    .blog-article .article-title > h1,
    .blog-article h1 {
        font-size: 18px;
        line-height: 1.223;
    }

    .blog-article .article-description {
        margin-top: 35px;
    }

    .blog-article .article-main-image,
    .information-information-4 .page-info-text > img:first-of-type {
        display: block;
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        aspect-ratio: 375 / 445;
        height: auto;
        object-fit: cover;
        border-radius: 0;
        object-position: 8% center;
    }

    .blog-article .article-description-content {
        margin-top: 60px;
    }

    .blog-article h2,
    .information-information-4 #information-information h1 {
        margin: 0 0 12px 0;
        font-size: 18px;
        line-height: 1.223;
        text-transform: uppercase;
    }

    .information-information-4 #information-information h1 {
        margin-top: 60px;
    }

    .blog-article p,
    .blog-article table p,
    .information-information-4 #information-information p,
    .information-information-4 #information-information table p {
        font-size: 12px;
        line-height: 1.667;
    }

    .blog-article table,
    .information-information-4 table,
    .information-information-4 table + table {
        margin-top: 60px;
    }

    .blog-article table h3,
    .information-information-4 #information-information table h2 {
        margin: 0 0 16px 0;
        font-weight: 500;
        line-height: 1.223;
        text-transform: uppercase;
    }

    .blog-article table tr {
        flex-direction: column;
    }

    .blog-article table:last-child tr,
    .information-information-4 #information-information table:last-child tr {
        flex-direction: column-reverse;
        row-gap: 40px;
    }

    .blog-article table:nth-of-type(odd) tr > td:first-child,
    .information-information-4 #information-information table:nth-of-type(odd) tr > td:first-child {
        width: 100%;
        padding: 0;
    }

    .blog-article table:nth-of-type(odd) tr > td:last-child,
    .information-information-4 #information-information table:nth-of-type(odd) tr > td:last-child {
        width: 100%;
        padding: 0;
    }

    .blog-article table:nth-of-type(even) tr > td:first-child,
    .information-information-4 #information-information table:nth-of-type(even) tr > td:first-child {
        width: 100%;
        padding: 0;
    }

    .blog-article table:nth-of-type(even) tr > td:last-child,
    .information-information-4 #information-information table:nth-of-type(even) tr > td:last-child {
        width: 100%;
        padding: 0;
        vertical-align: middle;
    }

    /*blog-article END*/
    /*about START*/
    .information-information-4 .layer-category #content {
        margin-top: 0;
    }

    .information-information-4 #content > img:first-of-type {
        /*display: block;
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        aspect-ratio: 375 / 473;
        height: auto;
        object-fit: cover;*/
        object-position: 10% center;
        /*border-radius: 0;*/
    }

    .information-information-4 h1 {
        margin: 60px 0 12px 0;
        color: #392819;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.223;
    }

    .information-information-4 p {
        color: #392819;
        font-size: 12px;
        line-height: 1.667;
    }

    .information-information-4 table tr {
        flex-direction: column;
    }

    .information-information-4 .layer-category #content table:nth-of-type(even) tr {
        flex-direction: column-reverse;
    }

    .information-information-4 table:nth-of-type(odd) tr > td:first-child,
    .information-information-4 table:nth-of-type(even) tr > td:last-child {
        width: 100%;
    }

    .information-information-4 table:nth-of-type(odd) tr > td:last-child,
    .information-information-4 table:nth-of-type(even) tr > td:first-child {
        width: 100%;
        padding: 35px 0 0 0;
    }

    .information-information-4 h2 {
        margin: 0 0 16px 0;
        color: #392819;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.223;
    }

    .information-information-4 table p {
        margin-bottom: 25px;
    }

    .information-information-4 p:has(+ ul) {
        margin-bottom: 0;
    }

    .information-information-4 table ul {
        color: #392819;
        font-size: 12px;
        line-height: 1.667;
    }

    /*about END*/
    /*page-info START*/
    .page-info-layout > .row {
        flex-direction: column;
    }

    .page-info-layout {
        padding-top: 10px;
    }

    .page-info-group-head {
        gap: 12px;
    }

    .page-info-group {
        padding: 12px;
    }

    .page-info-content {
        margin-top: 20px;
        padding: 20px 15px;
    }

    /*page-info END*/
    /*account-login START*/
    .account-login .well,
    .account-simpleregister .well,
    .account-forgotten .well,
    .account-reset .well,
    .account-logout .well,
    .account-success .well,
    .information-contact-success .well {
        margin: 0 auto;
        padding: 60px 15px;
        border-radius: 0;
        gap: 25px;
    }

    .account-logout .well,
    .account-success .well,
    .information-contact-success .well {
        gap: 0;
    }

    .account-login h1,
    .account-simpleregister h1,
    .account-forgotten h1,
    .account-reset h1,
    .account-logout h1,
    .account-success h1,
    .information-contact-success h1 {
        margin: 0;
        padding-bottom: 25px;
        color: #392819;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.2;
        text-align: center;
    }

    .account-logout h1,
    .account-success h1,
    .information-contact-success h1 {
        padding-bottom: 10px;
    }

    .account-logout .success-social,
    .account-success .success-social,
    .information-contact-success .success-social {
        gap: 4px;
        flex-direction: column;
        flex: 1;
    }

    .account-login .well form,
    .account-forgotten .well form,
    .account-reset .well form {
        gap: 25px;
    }

    .account-login .btn-login,
    .account-simpleregister .button_oc,
    .account-forgotten .btn-forgotten,
    .account-reset .btn-reset,
    .account-simpleedit .simple-content .button,
    .account-password #content input[type='submit'],
    .account-newsletter #content input[type='submit'],
    .account-address #content .buttons .btn,
    [class*="account-simpleaddress-"] .simple-content .button,
    .ds-contact-box input[type='submit'] {
        width: calc(100% - 30px);
        height: 40px;
        padding: 12px;
        font-size: 12px;
        gap: 5px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .account-simpleedit #content form .form-legend:before,
    .account-password #content form legend:before,
    .account-address #content .account-address-book .form-legend:before,
    [class*="account-simpleaddress-"] #content form .form-legend:before,
    [class*="account-order"] [class*="account-order"] .form-legend:before {
        left: 0;
        right: 0;
    }

    .account-newsletter #content form legend:before,
    .account-password #content form legend:before {
        left: 15px;
        right: 15px;
    }

    .account-forgotten form .buttons,
    .account-reset form .buttons {
        text-align: center;
    }

    .account-login .account-login-register,
    .account-simpleregister .account-login-register {
        font-size: 12px;
        line-height: 1.38;
    }

    .account-login .well form .control-label,
    .account-simpleregister .well form .control-label,
    .account-forgotten .well form .control-label,
    .account-reset .well form .control-label,
    .account-simpleedit #content form .control-label,
    .account-password #content form .control-label,
    [class*="account-simpleaddress-"] #content form .control-label,
    .checkout-simplecheckout #content #simplecheckout_customer .control-label,
    .checkout-simplecheckout #content #simplecheckout_shipping .control-label,
    .checkout-simplecheckout #content #simplecheckout_comment .control-label,
    .checkout-simplecheckout #content #simplecheckout_coupon .control-label {
        font-size: 11px;
        line-height: 1.182;
    }

    .account-simpleregister .well form .row-register_firstname {
        margin-top: 25px;
    }

    .account-simpleregister .well form .row-register_firstname:before {
        top: -25px;
    }

    .account-simpleregister .simple-content fieldset {
        gap: 25px;
    }

    .account-simpleregister .simpleregister-block-content {
        gap: 25px;
    }

    .account-simpleregister .simpleregister-button-right,
    .account-simpleedit .simpleregister-button-right,
    [class*="account-simpleaddress-"] .simpleregister-button-right {
        text-align: center;
    }

    .account-simpleregister .account-login-register {
        margin-top: 25px;
    }

    /*account-login END*/
    /*account-password START*/
    .account-password #content .buttons,
    .account-newsletter #content .buttons,
    .account-address #content .buttons {
        width: 100%;
    }

    /*account-password END*/
    /*account-logout START*/
    .account-logout .text-message div:first-child,
    .success-social .text-message p:first-child,
    .information-contact-success .text-message {
        text-align: center;
    }

    /*account-logout END*/
    .ds-order-top {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ds-order-item {
        grid-template-columns: 90px 1fr;
        grid-template-areas: "img info" "img qty" "img price";
    }

    .ds-order-item__img {
        grid-area: img;
    }

    .ds-order-item__info {
        grid-area: info;
    }

    .ds-order-item__qty {
        grid-area: qty;
        justify-content: flex-start;
    }

    .ds-order-item__price {
        grid-area: price;
        align-items: flex-start;
        text-align: left;
    }

    .ds-order-item__img img,
    .ds-order-noimg {
        width: 90px;
        height: 90px;
    }

    /*account-order START*/
    .account-order .table-responsive {
        border: none;
        margin-bottom: 0;
    }

    .account-order .account-order-history tbody {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .account-order .account-order-history tr {
        display: flex;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        align-self: stretch;
        border-radius: 6px;
        border: 1px solid #F0E8DC;
        background: #FCFBF8;
    }

    .account-order .account-order-history td {
        padding: 0 !important;
        border-top: none;
    }

    .account-order .account-order-history td span {
        font-size: 13px;
        line-height: 1.231;
        font-weight: 500;
    }

    .account-order .account-order-history td[data-title]::before {
        margin-bottom: 2px;
        color: #909090;
        font-size: 11px;
        line-height: 1.182;
    }

    .account-order #content .account-order-history tr td:last-child {
        overflow: visible;
        flex: unset;
    }

    .account-order .account-order-history__action a {
        font-size: 13px;
        line-height: 1.231;
        margin-top: 6px;
    }

    /*account-order END*/
    /*account-order-info START*/
    .account-order-info .ds-order-top {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .account-order-info .ds-order-col__text {
        font-size: 13px;
        line-height: 1.231;
    }

    .account-order-info .ds-order-comment {
        padding: 20px 0;
        border-bottom: none;
    }

    .account-order-info .ds-order-products {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .account-order-info .ds-order-products .table-responsive {
        margin-bottom: 0;
        border: none;
    }

    .account-order-info .ds-order-products table {
        display: block;
    }

    .account-order-info .ds-order-products tbody {
        display: block;
    }

    .account-order-info .ds-order-products tbody tr {
        position: relative;
        display: grid;
        grid-template-columns: 128px 1fr;
        align-items: stretch;
    }

    .account-order-info .ds-order-products tbody tr + tr {
        border-top: 1px solid rgba(0, 0, 0, 0.07);
    }

    .account-order-info .ds-order-products tbody tr:first-child {
        padding-top: 0;
    }

    .account-order-info .ds-order-products tbody tr:last-child {
        padding-bottom: 0;
    }

    .account-order-info .simplecheckout-cart tr:first-child td {
        padding-top: 0;
    }

    .account-order-info .ds-order-products tbody tr > td {
        display: block;
        padding: 0;
        border: 0;
        min-width: 0;
    }

    .account-order-info .ds-order-products td.image {
        min-width: unset;
        max-width: unset;
        grid-column: 1;
        grid-row: 1 / span 4;
        display: block;
        padding: 20px 0;
    }

    .account-order-info .ds-order-products td.name {
        padding: 20px 0 20px 10px;
        min-height: auto;
        height: 100%;
        grid-row: 1 / span 4;
        align-self: stretch;
        justify-content: space-between;
    }

    .account-order-info .ds-order-products td.quantity {
        display: none;
    }

    .account-order-info .ds-order-products td.total {
        display: none;
    }

    .account-order-info .ds-order-products td.image a {
        width: 128px;
        height: 128px;
    }

    .account-order-info .ds-order-products .ds-order-qty {
        font-size: 11px;
        line-height: 1.182;
    }

    .account-order-info .ds-order-products td.name .total-value--mobile {
        margin-top: 5px;
        margin-bottom: auto;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.25;
        white-space: nowrap;
    }

    .account-order-info .ds-order-products td.name .options {
        margin-top: auto;
        margin-bottom: 5px;
        order: 0;
        font-size: 11px;
        line-height: 1.182;
    }

    .account-order-info .ds-order-summary {
        padding-top: 20px;
        align-items: flex-start;
        gap: 6px;
    }

    /*account-order-info END*/
    /*account-wishlist START*/
    .account-wishlist .custom-products .product-grid:nth-child(2n+1) {
        clear: unset;
    }

    /*account-wishlist END*/
    /*information-contact START*/
    .ds-contact-hero {
        text-align: left;
        padding-top: 15px;
    }

    .information-contact .layer-category h1 {
        margin: 0 0 16px 0;
    }

    .ds-contact-subtext {
        margin-top: 16px;
        text-align: left;
    }

    .ds-contact-top {
        margin-top: 35px;
        padding: 35px 0;
    }

    .ds-contact-card {
        padding: 0;
    }

    .ds-contact-top > [class*="col-"]:not(:first-child) > .ds-contact-card {
        margin-top: 35px;
        border-top: 1px solid rgba(0, 0, 0, 0.07);
        padding-top: 35px;
    }

    .information-contact .ds-contact-page .ds-pill {
        padding: 10px;
        font-size: 12px;
        line-height: 1.25;
    }

    .information-contact .ds-contact-page .ds-pill-ico {
        width: 18px;
        height: 18px;
    }

    .ds-contact-bottom {
        margin-top: 0;
    }

    .ds-contact-bottom > [class*="col-"] {
        margin-top: 0;
        padding-top: 35px;
    }

    .ds-contact-box {
        padding: 40px 20px;
        position: relative;
    }

    .ds-contact-box:before {
        content: '';
        position: absolute;
        left: 0;
        top: -35px;
        height: 1px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.07);
    }

    .information-contact .ds-contact-page .ds-contact-map {
        border-radius: 0;
        width: 100%;
        aspect-ratio: 345 / 490;
        height: auto;
        overflow: hidden;
    }

    .information-contact .ds-contact-page .ds-contact-map iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

    .ds-contact-page {
        padding-bottom: 0;
    }

    .page-info-text h1 {
        margin: 0;
        font-size: 16px;
        line-height: 1.25;
    }

    .page-info-title {
        padding-bottom: 0;
    }

    .page-info-title:before {
        content: none;
    }

    /*information-contact END*/
}

@media (min-width: 992px) {
    /* category START*/
    .custom-products .two-items:nth-child(2n+1),
    .custom-products .three-items:nth-child(3n+1),
    .custom-products .four-items:nth-child(4n+1),
    .custom-products .five-items:nth-child(5n+1) {
        clear: both;
    }


    .category-list .cat-dd__btn {
        display: none;
    }

    /* category END*/
    /*product START*/
    #product-product .block-1 .product-gallery-stack {
        margin-left: calc(-1 * ((100vw - 970px) / 2 + 15px));
    }

    /*product END*/
    /*blog-blog START*/
    .blog-blog .article-page > .row > div:nth-child(n+3) {
        margin-top: 30px;
    }

    /*blog-blog END*/
    /*page-info START*/
    .page-info-sidebar {
        position: sticky;
        top: 40px;
    }

    /*page-info END*/
    /*account-account START*/
    .account-menu {
        top: 20px;
    }

    /*account-account END*/
    /*account-order START*/
    .account-order .account-order-history__action a {
        margin-left: auto;
    }

    /*account-order END*/
    /*country-popup START*/
    .country-popup__dialog {
        top: 300px;
    }

    /*country-popup END*/
}

@media (max-width: 1023px) {
    /*header START*/
    #content {
        padding-top: 49px;
    }

    /*header END*/
    /*category START*/
    .layer-category {
        padding-top: 49px;
    }

    /*category END*/
    .product-search .toolbar {
        margin-bottom: 10px;
    }
}

@media (max-width: 1199px) {
    /*account-order START*/
    .account-order #content .table {
        table-layout: unset;
    }

    /*account-order END*/
}

@media (min-width: 1400px) and (max-width: 1500px){
    body{
        zoom: 0.9;
    }
    #product-product .block-1 .product-gallery-stack{
        width: 55vw !important;
    }
    #product-product .block-1 .product-gallery-stack {
        margin-left: calc(-1 * ((100vw - 1350px) / 2 + 0px)) !important;
    }
}

@media (min-width: 1500px) and (max-width: 1600px){
    body{
        zoom: 0.9;
    }
    #product-product .block-1 .product-gallery-stack{
        width: 55vw !important;
    }
    #product-product .block-1 .product-gallery-stack {
        margin-left: calc(-1 * ((100vw - 1300px) / 2 + 0px)) !important;
    }
}

@media (min-width: 1200px) and (max-width: 1400px){
    body{
        zoom: 0.85;
    }
    #product-product .block-1 .product-gallery-stack{
        width: 59vw !important;
    }
    #product-product .block-1 .product-gallery-stack {
        margin-left: calc(-1 * ((100vw - 1210px) / 2 + 0px)) !important;
    }
    #ma-mobilemenu ul.mobilemenu li + li{
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    /*product START*/
    #product-product .block-1 .product-gallery-stack {
        margin-left: calc(-1 * ((100vw - 1200px) / 2 + 15px));
    }

    /*product END*/
    .product-thumb {
        position: relative;
        overflow: hidden;
    }

    .product-thumb .btn-wishlist {
        position: absolute;
        top: 15px;
        right: 15px;
        transform: translateX(60px);
        opacity: 0;
        transition: all 0.3s ease;
    }

    .product-thumb:hover .btn-wishlist {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1550px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1510px;
    }

    .header .container-fix .container {
        width: 1600px;
    }

    [class*="product-product-"] .header .container-fix .container {
        width: 1510px;
    }

    /*product START*/
    #product-product .block-1 .product-gallery-stack {
        margin-left: calc(-1 * ((100vw - 1500px) / 2 + 15px));
    }

    /*product END*/
}
span[data-items="0"]{
    display:none!important;
}
div#simplecheckout_shipping_address {
    display: none !important;
}

div#collapse_shipping > .simplecollapse-inner > fieldset.form-horizontal {
    width: 100% !important;
    margin-bottom: 20px;
}

div#ma-mobilemenu #form-currency .open ul,
div#ma-mobilemenu #form-language .open ul {
    display: block !important;
    max-width: 85px;
    left: 0;
}
li.devider {
    border-top: 1px solid rgba(0, 0, 0, .05);
}
.pr-item .form-group.required label:before{
    content:'';
}


.tt_tabsproduct_module .product-layout .product-thumb .image{
    aspect-ratio:unset!important;
}
.tt_tabsproduct_module .product-thumb a img.img-responsive.mobile-only{
    aspect-ratio:unset!important;
    display:none!important;
}
.tt_tabsproduct_module .product-thumb a img.img-responsive.desktop-only{
    aspect-ratio:unset!important;
    display:block!important;
}
.mobilemenu a{
    position:relative;    width: fit-content;

}
.mobilemenu a:after{
    position: absolute;
    content: "";
    bottom: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    height: .25rem;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 0 .0625rem;
    background-image: linear-gradient(currentcolor 0 0);
    transition: background-size .3s, background-position 0s;
}

.mobilemenu a:focus:after, .mobilemenu a:hover:after{
    color: var(--color-state-hover-primary);
    background-position: 0 100%;
    background-size: 100% .0625rem;
}

.menu-country-switcher {
    background: #F7F7F7;
    padding: 8px 12px;
    border-radius: 8px;
    margin: 10px 0 0;
    font-size: 11px;
    color: #7B7B7B;
    font-weight: 500;
}

.menu-country-switcher .js-country-popup-open{
    font-size: 13px;
    font-weight: 500;
    color: #392819;
    margin-top: 5px;
}

@media (max-width: 767px) {
    #ma-mobilemenu {
        top: 0;
        left: 0;

        min-height: 100dvh;
        height: auto;
        max-height: 100dvh;

        width: 100vw;
        padding: 0;
        border-radius: 0;

        --mm-top-h: 68px;
        --mm-crumb-h: 56px;

        visibility: visible;
        opacity: 0;
        pointer-events: none;

        transform: translateX(-100%);
        transition: transform .3s cubic-bezier(.2,.8,.2,1), opacity .3s ease;
        will-change: transform, opacity;

        overflow-y: auto !important;
        overflow-x: hidden;

        -webkit-overflow-scrolling: touch;
    }
    #ma-mobilemenu .mm-content {
        height: auto !important; /* по контенту */
        min-height: calc(100dvh - var(--mm-top-h) - var(--mm-crumb-h)) !important; /* минимум на экран */
        max-height: calc(100dvh - var(--mm-top-h) - var(--mm-crumb-h)) !important; /* ограничение, чтобы не вылезало */
        overflow-y: auto !important; /* вертикальный скролл */
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch; /* плавный scroll на iOS */
    }
}

@media (min-width: 429px) and (max-width: 767px){
    #cart .ds-cart-dropdown td.name a, #cart .table tbody tr td.name a{
        font-size: 14px;
    }
    #cart .ds-cart-dropdown td.name .total-value--mobile{
        font-size: 13px;
    }
    #cart .ds-cart-dropdown td.name .options, #cart .table tbody tr td.name .options{
        font-size: 12px;
    }
    #cart .ds-cart-dropdown td.name .cart-quantity, #cart .table tbody tr td.name .cart-quantity{
        font-size: 12px;
    }
    #cart .cart-button a .ds-cart-checkout-left{
        font-size: 13px;
    }
}


.ds-select > select {
    display: none !important;
}

.ds-select__option{
    cursor: pointer;
}
/* ВІДСТУП МІЖ БЛОКАМИ */
table[role="presentation"] {
    margin-bottom: 120px; /* тут регулюєш відступ */
}
/* SUBSCRIBE BLOCK */
.product-subscribe {
    margin: 35px 0;
}

.product-subscribe__title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.product-subscribe__form {
    margin-top: 0;
}

/* INPUT */
.product-subscribe__form input {
    width: 100%;
    height: 44px;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    outline: none;

    font-size: 13px;
    color: #000;
}

.product-subscribe__form input::placeholder {
    color: #909090;
    font-size: 13px;
    font-weight: 400;
}

/* SUCCESS */
.subscribe-success {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
/* WRAP */
.subscribe-input-wrap {
    position: relative;
}

/* INPUT */
.subscribe-input-wrap input {
    padding-right: 40px; /* місце під кнопку */
}

/* BUTTON */
.subscribe-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: transparent;
    border: none;
    cursor: pointer;
}

#notification-normal {
    text-align: left;     /* 👉 вліво */
    margin-top: 10px;     /* 👉 відступ від інпута */
    font-size: 14px;
}

/* ===== SAFARI FIX ===== */

.product-subscribe__form input {
    -webkit-appearance: none;
    appearance: none;

    border-radius: 0;
    box-sizing: border-box;

    height: 44px;
    line-height: 44px;

    padding: 0 40px 0 0; /* 🔥 щоб текст по центру був */
}

/* прибираємо внутрішні Safari відступи */
.product-subscribe__form input::-webkit-search-decoration,
.product-subscribe__form input::-webkit-search-cancel-button,
.product-subscribe__form input::-webkit-search-results-button,
.product-subscribe__form input::-webkit-search-results-decoration {
    display: none;
}

/* кнопка */
.subscribe-btn {
    -webkit-appearance: none;
    appearance: none;

    top: 0;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* інколи Safari дає зміщення — фікс */
.subscribe-input-wrap {
    display: block;
    position: relative;
}


.about-main-img {
    width: 100%;
    height: auto;
}

/* МОБІЛЬНА КАРТИНКА */
@media (max-width: 767px) {
    .about-main-img {
        content: url("https://tst.mareoni.com/image/catalog/about/mob_375-473.jpg");
    }
}

@media (max-width: 767px) {

    .banner-5__item {
        grid-column: 1 / -1;
        margin-top: 10px;
        overflow: hidden;
    }
    .banner-5__image {
        aspect-ratio: 324 / 182.5!important;
    }
}

@media only screen and (max-width: 767px) {
    #error-not-found .buttons .pull-right {
        float: none !important;
        width: 100% !important;
        display: block !important;
        margin: 0 !important;
    }

    #error-not-found .buttons .pull-right > a.btn.btn-primary {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        height: 40px !important;
        line-height: 40px !important;
        padding: 0 12px !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }
}

footer .block-foot-contact,
.block-foot-clock,
.block-foot-weekdays,
.block-foot-weekend {
    text-align: right;
}

@media (max-width: 767px) {
    footer .block-foot-contact,
    footer .block-foot-clock,
    footer .block-foot-weekdays,
    footer .block-foot-weekend {
        text-align: left;
    }
}
@media (max-width: 767px) {
    #agreement_checkbox {
        text-align: left !important;
    }

    #agreement_checkbox .checkbox {
        text-align: left !important;
    }

    #agreement_checkbox label {
        display: block !important;
        position: relative;
        padding-left: 24px;
        text-align: left !important;
        width: 100%;
        font-size: 11px;
        line-height: 1.35;
    }

    #agreement_checkbox input[type="checkbox"] {
        position: absolute;
        left: 0;
        top: 2px;
        margin: 0 !important;
    }

    #agreement_checkbox a,
    #agreement_checkbox span {
        display: inline !important;
        width: auto !important;
        text-align: left !important;
        white-space: normal !important;
    }
}
@media (max-width: 767px) {
    .page-info-text table[role="presentation"] {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .page-info-text table[role="presentation"] td {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .page-info-text h1,
    .page-info-text h2 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .page-info-text p {
        margin-top: 4px !important;
        margin-bottom: 6px !important;
    }

    .page-info-text br {
        display: none;
    }

    /* Відступ ПЕРЕД першим заголовком після верхнього банера */
    .page-info-text > h1:first-of-type {
        margin-top: 35px !important;
        margin-bottom: 0 !important;
    }

    /* Відступ між першим заголовком і першим фото */
    .page-info-text > h1:first-of-type + p {
        margin: 0 !important;
        height: 35px !important;
        display: block !important;
    }

    /* Прибираємо велику пустоту між нижніми блоками */
    .page-info-text span[id^="docs-internal-guid"],
    .page-info-text span[id^="docs-internal-guid"] div {
        display: none !important;
        margin: 0 !important;
        padding: 0 !important;
        height: 0 !important;
    }

    .page-info-text table[role="presentation"] + table[role="presentation"] {
        margin-top: 6px !important;
    }
        /* Останній блок: менший відступ між фото і текстом */
    .page-info-text table[role="presentation"]:last-of-type td {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .page-info-text table[role="presentation"]:last-of-type h2 {
        margin-top: 6px !important;
    }
}
@media (min-width: 768px) {
    #information-contact .ds-contact-box .buttons .btn-primary {
        width: 100% !important;
        display: block !important;
        text-align: center !important;
    }
}

.product-contact-help {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #392819;
}
.article-main-image-wrap {
    width: 100%;
    overflow: hidden;
}

.article-main-image.article-main-image--desktop {
    display: block !important;
    width: 100%;
    height: auto;
}

.article-main-image.article-main-image--mobile {
    display: none !important;
}

@media (max-width: 767px) {
    .article-main-image.article-main-image--desktop {
        display: none !important;
    }

    .article-main-image.article-main-image--mobile {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 445px !important;
        object-fit: cover;
        object-position: center center;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.product-click-zoom-window {
    display: none !important;
    position: fixed;
    top: 110px;

    /* ставимо одразу після лівого фото + 15px */
    left: calc(50vw + 15px);

    width: calc(50vw - 45px);
    max-width: 680px;
    height: calc(100vh - 150px);

    background: #fff;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    z-index: 50;
    overflow: hidden;
}

.product-click-zoom-window.is-active {
    display: block !important;
}

.product-click-zoom-window__inner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 400%;
    background-position: 50% 50%;
}

.product-click-zoom {
    position: relative;
    display: block;
    cursor: zoom-in;
}

.product-click-zoom img {
    display: block;
    width: 100%;
}

.product-click-zoom.is-zoom-active {
    cursor: crosshair;
}

.product-click-zoom-lens {
    display: none;
    position: absolute;
    width: 115px;
    height: 115px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(57, 40, 25, 0.75);
    background: rgba(255, 255, 255, 0.25);
    pointer-events: none;
    z-index: 10;
}

.product-click-zoom.is-zoom-active .product-click-zoom-lens {
    display: block;
}

@media (max-width: 767px) {
    .developer-block{
        margin-top: 15px;
    }
    .product-click-zoom-window {
        display: none !important;
    }

    .product-click-zoom-lens {
        display: none !important;
    }
}

/* Однакова висота карток у блоці популярних товарів */
.tt_tabsproduct_module .product-thumb .image > a {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 726 / 1086;
    overflow: hidden;
    background: #f7f7f7;
}

/* Основне фото, hover-фото і відео в одну рамку */
.tt_tabsproduct_module .product-thumb .image > a > img,
.tt_tabsproduct_module .product-thumb .image > a > video,
.tt_tabsproduct_module .product-thumb .image video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

/* Додаткове фото при hover має накладатися поверх, а не ламати висоту */
.tt_tabsproduct_module .product-thumb .image > a > img.img-r {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

/* Однаковий розмір фото/відео у каталозі, пошуку, категоріях */
.custom-products .product-thumb .image > a,
#product-category .product-thumb .image > a,
#product-search .product-thumb .image > a,
.product-grid .product-thumb .image > a {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 720 / 1006;
    overflow: hidden;
    background: #f7f7f7;
}

/* Фото і відео всередині картки */
.custom-products .product-thumb .image > a > img,
.custom-products .product-thumb .image > a > video,
.custom-products .product-thumb .image video,
#product-category .product-thumb .image > a > img,
#product-category .product-thumb .image > a > video,
#product-category .product-thumb .image video,
#product-search .product-thumb .image > a > img,
#product-search .product-thumb .image > a > video,
#product-search .product-thumb .image video,
.product-grid .product-thumb .image > a > img,
.product-grid .product-thumb .image > a > video,
.product-grid .product-thumb .image video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

/* Hover-фото img-r накладається поверх, а не збільшує висоту */
.custom-products .product-thumb .image > a > img.img-r,
#product-category .product-thumb .image > a > img.img-r,
#product-search .product-thumb .image > a > img.img-r,
.product-grid .product-thumb .image > a > img.img-r {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

/* Safari fix for cart popup clickability */
.ds-cart-panel {
    position: fixed;
    z-index: 999999 !important;
    pointer-events: auto !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.ds-cart-panel a,
.ds-cart-panel button,
.ds-cart-panel .cart-button,
.ds-cart-panel .sc-cart-remove-btn,
.ds-cart-panel .ds-cart-close {
    position: relative;
    z-index: 1000000 !important;
    pointer-events: auto !important;
    cursor: pointer;
}

.ds-cart-panel svg,
.ds-cart-panel svg * {
    pointer-events: none !important;
}

.developer-block{
    text-align: center;
}
.developer-block a{
    display: initial;
}

/* 404 page */
.ds-404-page {
    padding-top: 20px;
    padding-bottom: 70px;
}

.ds-404-page #content {
    width: 100%;
}

.ds-404-wrap {
    min-height: 460px;
    padding: 70px 20px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f7f4f1;
    border-radius: 4px;
    margin: 20px 0 40px;
}

.ds-404-code {
    font-size: 80px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -5px;
    color: #b98f6b;
    margin-bottom: 18px;
}

.ds-404-title {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 500;
    color: #222;
}

.ds-404-text {
    max-width: 520px;
    margin: 0 auto 32px;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.ds-404-actions {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ds-404-btn {
    width: auto;
    min-width: 160px;
    height: 42px;
    padding: 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #3a2416;
    border: 1px solid #3a2416;
    border-radius: 4px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    transition: all .2s ease;
}

.ds-404-btn:hover,
.ds-404-btn:focus {
    background: #2d1b10;
    border-color: #2d1b10;
    color: #fff !important;
    text-decoration: none !important;
}

/* Mobile 404 */
@media (max-width: 767px) {
    .ds-404-page {
        padding-top: 10px;
        padding-bottom: 40px;
    }

    .ds-404-page .breadcrumb {
        margin-bottom: 10px;
    }

    .ds-404-wrap {
        min-height: 390px;
        padding: 55px 14px 60px;
        border-radius: 4px;
        margin: 12px 0 30px;
    }

    .ds-404-code {
        font-size: 82px;
        letter-spacing: -3px;
        margin-bottom: 16px;
    }

    .ds-404-title {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .ds-404-text {
        font-size: 14px;
        line-height: 1.55;
        margin-bottom: 26px;
    }

    .ds-404-actions {
        max-width: none;
    }

    .ds-404-btn {
        width: 100%;
        min-width: 0;
        height: 38px;
        padding: 0 16px;
        font-size: 12px;
    }
}

.checkout-simplecheckout .simplecheckout-warning-block.alert.alert-danger,
.simplecheckout-warning-block.alert.alert-danger {
    margin: 8px 0 12px 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    color: #b42318 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
    text-align: left !important;
    box-shadow: none !important;
}

.checkout-simplecheckout .simplecheckout-warning-block.alert.alert-danger *,
.simplecheckout-warning-block.alert.alert-danger * {
    color: #b42318 !important;
}

.coupon_sumary .coupon_remove i {
    cursor: pointer;
    font-size: 18px;
    color: #111;
    transition: all .2s ease;
}

.coupon_sumary .coupon_remove i:hover {
    color: #b42318;
}

@media (max-width: 767px) {
    .banner-5__image {
        height: 202px;
        overflow: hidden;
    }

    .banner-5__image picture {
        display: block;
        width: 100%;
        height: 100%;
    }

    .banner-5__image img {
        width: 100%;
        height: 202px;
        object-fit: cover;
        display: block;
    }
}
@media (max-width: 767px) {
    .banner-5__image {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        height: 202px;
        overflow: hidden;
    }

    .banner-5__image picture,
    .banner-5__image img {
        display: block;
        width: 100%;
        height: 202px;
    }

    .banner-5__image img {
        object-fit: cover;
    }
}

/* ===== MOBILE BANNER-5 GRID FIX START ===== */
@media (max-width: 767px) {
    .banner-5 {
        padding: 0 0px;
    }

    .banner-5__inner {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px 10px !important;
    }

    .banner-5__item {
        grid-column: auto !important;
        width: 100% !important;
        margin-top: 0 !important;
        overflow: hidden;
    }

    .banner-5__item:nth-child(3) {
        grid-column: 1 / -1 !important;
    }

    .banner-5__image {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: auto !important;
        aspect-ratio: 195 / 291.69 !important;
        overflow: hidden !important;
        border-radius: 2px;
    }

    .banner-5__image picture,
    .banner-5__image img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
    }

    .banner-5__image img {
        object-fit: cover !important;
    }

    .banner-5__item:nth-child(3) .banner-5__image {
        aspect-ratio: unset !important;
        height: 300px !important;
    }

    .banner-5__text {
        margin-top: 3px;
        text-align: center;
    }

    .banner-5__subtitle {
        font-size: 12px;
        line-height: 1.25;
    }

    .banner-5__title {
        font-size: 12px;
        line-height: 1.25;
    }
}
/* ===== MOBILE BANNER-5 GRID FIX END ===== */


/* Hide "Передзамовлення" availability text in product cards/catalog only.
   Product page remains untouched. */
.caption .availability_none,
.product-thumb .availability_none,
.product-layout .availability_none,
.product-grid .availability_none,
.product-list .availability_none,
.product-carousel .availability_none,
.owl-item .availability_none {
    display: none !important;
}


/* Fix product image ratio in category/search/filter cards */
#product-category .product-thumb .image > a,
#product-search .product-thumb .image > a,
.custom-products .product-thumb .image > a,
.custom-products-row .product-thumb .image > a,
.ocfilter-products .product-thumb .image > a,
.oclayerednavigation-products .product-thumb .image > a,
.product-grid .product-thumb .image > a {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 720 / 1006 !important;
    overflow: hidden;
    background: #f7f7f7;
}

#product-category .product-thumb .image > a > img,
#product-category .product-thumb .image > a > video,
#product-search .product-thumb .image > a > img,
#product-search .product-thumb .image > a > video,
.custom-products .product-thumb .image > a > img,
.custom-products .product-thumb .image > a > video,
.custom-products-row .product-thumb .image > a > img,
.custom-products-row .product-thumb .image > a > video,
.ocfilter-products .product-thumb .image > a > img,
.ocfilter-products .product-thumb .image > a > video,
.oclayerednavigation-products .product-thumb .image > a > img,
.oclayerednavigation-products .product-thumb .image > a > video,
.product-grid .product-thumb .image > a > img,
.product-grid .product-thumb .image > a > video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center top;
    display: block;
}

#product-category .product-thumb .image > a > img.img-r,
#product-search .product-thumb .image > a > img.img-r,
.custom-products .product-thumb .image > a > img.img-r,
.custom-products-row .product-thumb .image > a > img.img-r,
.ocfilter-products .product-thumb .image > a > img.img-r,
.oclayerednavigation-products .product-thumb .image > a > img.img-r,
.product-grid .product-thumb .image > a > img.img-r {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center top;
}

