@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap);
/*@font-face {
    font-family: Golos;
    font-weight: 400;
    font-style: normal;
    src: url("../../fonts/Golos/Golos-Regular/Golos-Regular.eot");
    src: url("../../fonts/Golos/Golos-Regular/Golos-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Golos/Golos-Regular/Golos-Regular.woff") format("woff"),
        url("../../fonts/Golos/Golos-Regular/Golos-Regular.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: Golos;
    font-weight: 500;
    font-style: normal;
    src: url("../../fonts/Golos/Golos-Medium/Golos-Medium.eot");
    src: url("../../fonts/Golos/Golos-Medium/Golos-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Golos/Golos-Medium/Golos-Medium.woff") format("woff"),
        url("../../fonts/Golos/Golos-Medium/Golos-Medium.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: Golos;
    font-weight: 700;
    font-style: normal;
    src: url("../../fonts/Golos/Golos-Bold/Golos-Bold.eot");
    src: url("../../fonts/Golos/Golos-Bold/Golos-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Golos/Golos-Bold/Golos-Bold.woff") format("woff"), url("../../fonts/Golos/Golos-Bold/Golos-Bold.ttf") format("truetype");
    font-display: swap;
}  */
html {
    overflow-y: scroll;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-text-size-adjust: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html:not(.touch-screen)::-webkit-scrollbar,
html:not(.touch-screen) ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
html:not(.touch-screen)::-webkit-scrollbar-track,
html:not(.touch-screen) ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}
html:not(.touch-screen)::-webkit-scrollbar-thumb,
html:not(.touch-screen) ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.08);
}
body,
html {
    height: 100%;
}
body {
    overflow: hidden;
}
#content-block,
body {
    background-color: #f9f6f2;
}
#content-block {
    position: relative;
}
#content-block,
.overflow-hidden,
html.overflow-hidden body {
    overflow: hidden;
}
#loader-wrapper {
    position: fixed;
    left: 0;
    top: -100px;
    right: 0;
    bottom: -100px;
    background: #f9f6f2;
    z-index: 2000;
}
.simple-animation {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}
.bottom-animation,
.simple-animation {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.bottom-animation {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}
.bottom-animation.animated,
.simple-animation.animated {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
.delay-01 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.delay-02 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.delay-03 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.delay-04 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.delay-05 {
    -webkit-transition-delay: 5s;
    transition-delay: 5s;
}
.delay-06 {
    -webkit-transition-delay: 6s;
    transition-delay: 6s;
}
.delay-07 {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
.sp-top-240 {
    padding-top: 240px;
}
.sp-top-200 {
    padding-top: 200px;
}
.sp-top-100 {
    padding-top: 100px;
}
.sp-top-75 {
    padding-top: 75px;
}
.sp-bt-100 {
    padding-bottom: 100px;
}
.sp-bt-55 {
    padding-bottom: 55px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-90 {
    margin-bottom: 90px;
}
.section {
    position: relative;
    z-index: 0;
}
.section.tp-25 {
    padding-top: 25px;
}
.section.tp-32 {
    padding-top: 32px;
}
.section.tp-50 {
    padding-top: 50px;
}
.section.tp-100 {
    padding-top: 100px;
}
.section.bp-100 {
    padding-bottom: 100px;
}
.section.bp-50 {
    padding-bottom: 50px;
}
.section.no-rl {
    position: static;
}
.section.white {
    background-color: #fff;
}
.sp-mb-2 {
    margin-bottom: 2px;
}
.sp-mb-8 {
    margin-bottom: 8px;
}
.sp-mb-15 {
    margin-bottom: 15px;
}
.sp-mb-25 {
    margin-bottom: 25px;
}
.sp-mb-32 {
    margin-bottom: 32px;
}
.sp-mb-40 {
    margin-bottom: 40px;
}
.sp-mb-56,
.sp-mb-80 {
    margin-bottom: 56px;
}
.sp-tp-50 {
    margin-top: 50px;
}
.sp-tp-32 {
    margin-top: 32px;
}
.sp-tp-8 {
    margin-top: 8px;
}
.row.row-5 {
    margin-right: -5px;
    margin-left: -5px;
}
.row.row-5 > [class*="col"] {
    padding-right: 5px;
    padding-left: 5px;
}
.row.row-20 {
    margin-right: -10px;
    margin-left: -10px;
}
.row.row-20 > [class*="col"] {
    padding-right: 10px;
    padding-left: 10px;
}
.row.row-100 {
    margin-right: -50px;
    margin-left: -50px;
}
.row.row-100 > [class*="col"] {
    padding-right: 50px;
    padding-left: 50px;
}
.row.row-120 {
    margin-right: -60px;
    margin-left: -60px;
}
.row.row-120 > [class*="col"] {
    padding-right: 60px;
    padding-left: 60px;
}
.container-cs {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
}
.container-full-right {
    width: 100%;
    padding-left: calc((100vw - 1170px + 80px) / 2);
}
.bg:after,
.video-bg:after {
    content: "";
    display: block;
}
.bg,
.bg:after,
.video-bg,
.video-bg:after,
.wr-hd {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bg {
    background-size: cover;
    background-repeat: no-repeat;
}
.wr-hd {
    overflow: hidden;
    z-index: -1;
}
.bg.parallax-bg {
    height: 125%;
    top: -10%;
}
.video-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) scale(1.1);
}
.icon-arrow {
    position: relative;
    display: inline-block;
    width: 7px;
    height: 7px;
}
.icon-arrow:after,
.icon-arrow:before {
    content: "";
    position: absolute;
    top: 0;
    width: 1.5px;
    height: 9px;
    background-color: #111;
}
.icon-arrow:before {
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.icon-arrow:after {
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.separator {
    border-bottom: 1px solid #111;
}
.image-wrapper {
    line-height: 0;
    text-align: center;
}
.image-wrapper img {
    max-width: 100%;
}
.ds-in-block {
    display: inline-block;
}
@media (max-width: 1199px) {
    .section.tp-100 {
        padding-top: 64px;
    }
    .section.bp-100 {
        padding-bottom: 64px;
    }
    .sp-mb-24-lg {
        margin-bottom: 24px;
    }
    .sp-mb-32-lg {
        margin-bottom: 32px;
    }
    .row.row-120 {
        margin-right: -15px;
        margin-left: -15px;
    }
    .row.row-120 > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 991px) {
    .container-full-right {
        padding-right: 40px;
        padding-left: 40px;
    }
    .section.tp-25-xl {
        padding-top: 25px;
    }
    .sp-mb-48-xl {
        margin-bottom: 48px;
    }
}
@media (max-width: 768px) {
    .sp-mb-24-md {
        margin-bottom: 24px;
    }
    .sp-mb-32-md {
        margin-bottom: 32px;
    }
    .sp-mb-40-md {
        margin-bottom: 40px;
    }
    .sp-mb-64-md {
        margin-bottom: 64px;
    }
}
@media (max-width: 575px) {
    .container-cs,
    .container-full-right {
        padding-right: 15px;
        padding-left: 15px;
    }
    .section.tp-15-sm {
        padding-top: 15px;
    }
    .section.bp-32-sm {
        padding-bottom: 32px;
    }
    .section.bp-40-sm {
        padding-bottom: 40px;
    }
    .sp-mb-4-sm {
        margin-bottom: 4px;
    }
    .sp-mb-15-sm {
        margin-bottom: 15px;
    }
    .sp-mb-20-sm {
        margin-bottom: 20px;
    }
    .sp-mb-24-sm {
        margin-bottom: 24px;
    }
    .sp-mb-32-sm {
        margin-bottom: 32px;
    }
    .sp-mb-40-sm {
        margin-bottom: 40px;
    }
}
body {
    font-family: Golos, sans-serif;
    color: #000;
}
b,
strong {
    font-weight: 700;
}
a:hover {
    text-decoration: none;
}
ol,
ul {
    list-style: none;
}
.text,
body {
    font-size: 16px;
    line-height: 1.25em;
}
.text-10 {
    font-size: 18px;
    line-height: 1.25em;
}
.text-sm {
    font-size: 14px;
    line-height: 1.15em;
}
.text-sm-10 {
    font-size: 12px;
    line-height: 1.15em;
}
.text-xl {
    font-size: 20px;
    line-height: 1.2em;
}
.text > * {
    margin-bottom: 15px;
}
.text > :last-child {
    margin-bottom: 0;
}
.text img {
    max-width: 100%;
    height: auto;
    display: block;
}
.text ol {
    counter-reset: number;
}
.text ol li {
    padding-left: 0;
    margin-bottom: 15px;
    position: relative;
}
.text ol li:last-of-type {
    margin-bottom: 0;
}
.text ol li:before {
    counter-increment: number;
    content: "0" counter(number) ".";
    margin-right: 8px;
    font-weight: 700;
    font-size: 14px;
    color: #111;
}
.text ul li {
    padding-left: 18px;
    margin-bottom: 15px;
    position: relative;
}
.text ul li:last-of-type {
    margin-bottom: 0;
}
.text ul li:before {
    content: "";
    display: inline-block;
    background-color: #111;
    background-repeat: no-repeat;
    background-size: contain;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0.55em;
}
.text blockquote {
    color: #000;
    font-size: 18px;
    padding: 10px 5px 10px 20px;
    border-left: 3px solid #d89a47;
}
.text table {
    border-left: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    border-spacing: 0;
    text-align: left;
}
.text td,
.text th {
    padding: 8px;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}
.text b {
    font-weight: 700;
    color: #111;
}
.text a {
    text-decoration: none;
    color: #d89a47;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #000;
}
.h1,
h1 {
    font-size: 30px;
}
.h1,
.h2,
h1,
h2 {
    line-height: 1.2em;
}
.h2,
h2 {
    font-size: 34px;
}
.h3,
h3 {
    font-size: 20px;
    line-height: 1.2em;
}
.h4,
h4 {
    font-size: 16px;
}
.h4,
.h5,
h4,
h5 {
    line-height: 1.25em;
}
.h5,
h5 {
    font-size: 14px;
}
.h6,
h6 {
    font-size: 12px;
    line-height: 1.3em;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.fw-light {
    font-weight: 300;
}
.fw-regular {
    font-weight: 400;
}
.color-primary {
    color: #111;
}
.color-secondary {
    color: #7d7b79;
}
.color-brown {
    color: #d89a47;
    text-decoration:none;
}
.text-upp {
    text-transform: uppercase;
}
@media (min-width: 1200px) {
    .text a:hover {
        opacity: 0.8;
    }
}
@media (max-width: 575px) {
    .text-10,
    .text-xl {
        font-size: 16px;
    }
    .h1-32-sm {
        font-size: 32px;
    }
    .h1-20-sm {
        font-size: 20px;
    }
}
.btn {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    border: none;
    padding: 0;
    background: none;
    outline: none;
}
.btn-primary {
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #fff;
    padding: 14px;
    background-color: #000;
    position: relative;
    min-width: 260px;
    z-index: 0;
}
.btn-primary,
.btn-primary:after {
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.btn-primary:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #d89a47;
    height: 0;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
.btn-primary:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
.btn-primary.disabled {
    pointer-events: none;
    background-color: #7d7b79;
}
.btn-icon {
    width: 48px;
    height: 48px;
    background-color: #000;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 0;
}
.btn-icon,
.btn-icon:after {
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.btn-icon:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #d89a47;
    height: 0;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
.btn-icon:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
.btn-icon .icon {
    display: inline-block;
    width: 24px;
    line-height: 0;
}
.btn-icon .icon img {
    width: 100%;
}
.btn-outline {
    font-size: 16px;
    color: #000;
    border: 1px solid #f0f0f0;
    padding: 12px 14px;
    min-width: 260px;
    text-align: center;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.btn-outline:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
.btn-outline .icon {
    display: inline-block;
    line-height: 0;
    width: 24px;
    margin-right: 12px;
}
.btn-outline .icon img {
    width: 100%;
}
.btn-outline span {
    vertical-align: middle;
}
.only-icon {
    width: 24px;
    line-height: 0;
}
.only-icon svg {
    width: 100%;
}
.only-icon .fill-dark,
.only-icon svg {
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.only-icon .fill-dark {
    fill: #000;
}
.only-icon.cart {
    position: relative;
}
.only-icon.cart .cart-number {
    display: inline-block;
    text-align: center;
    width: 15px;
    height: 15px;
    line-height: 14px;
    border-radius: 50%;
    font-size: 10px;
    background-color: #000;
    color: #fff;
    position: absolute;
    top: -4px;
    right: -4px;
}
.btn-link,
.only-icon.cart .cart-number {
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.btn-link {
    font-size: 20px;
    color: #000;
    text-decoration: none;
}
.btn-link span {
    vertical-align: middle;
    display: inline-block;
}
.btn-link .icon {
    width: 24px;
    line-height: 0;
    margin-left: 5px;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.btn-link .icon svg {
    width: 100%;
}
.btn-link .stroke-dark {
    stroke: #000;
}
.btn-link-10,
.btn-link .stroke-dark {
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.btn-link-10 {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.btn-link-10.grey {
    color: #7d7b79;
}
.btn-link-10.brown {
    color: #d89a47;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-close {
    width: 48px;
    height: 48px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border: 1px solid #f3f3f3;
    -webkit-transition: all 0.37s ease-out;
    transition: all 0.37s ease-out;
}
.btn-close .icon {
    width: 24px;
    line-height: 0;
}
.btn-close .icon img {
    width: 100%;
}
.btn-outline-icon {
    width: 48px;
    height: 48px;
    position: relative;
    cursor: pointer;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border: 1px solid #f0f0f0;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.btn-outline-icon .icon {
    width: 24px;
    line-height: 0;
}
.btn-outline-icon .icon img {
    width: 100%;
}
.btn-outline-icon.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn-wrapper.left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.btn-wrapper.right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.btn-wrapper.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-wrapper > * {
    margin-right: 15px;
}
.btn-wrapper > :last-child {
    margin-right: 0;
}
.btn-add-cart,
.btn-loader {
    position: relative;
}
.btn-add-cart .added,
.btn-loader .added {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 16px;
    pointer-events: none;
    display: none;
}
.btn-add-cart .added .icon,
.btn-loader .added .icon {
    display: inline-block;
    width: 24px;
    line-height: 0;
    margin-right: 8px;
}
.btn-add-cart .added .icon img,
.btn-loader .added .icon img {
    width: 100%;
}
.btn-add-cart .added span,
.btn-loader .added span {
    vertical-align: middle;
}
.btn-add-cart .loader,
.btn-loader .loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d89a47;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px;
    pointer-events: none;
    display: none;
}
.btn-add-cart .loader span,
.btn-loader .loader span {
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 2px;
    -webkit-animation: scale 1s infinite ease;
    animation: scale 1s infinite ease;
}
.btn-add-cart .loader span:nth-child(2),
.btn-loader .loader span:nth-child(2) {
    -webkit-animation-delay: 0.14s;
    animation-delay: 0.14s;
}
.btn-add-cart .loader span:nth-child(3),
.btn-loader .loader span:nth-child(3) {
    -webkit-animation-delay: 0.28s;
    animation-delay: 0.28s;
}
.btn-add-cart.added,
.btn-loader.added {
    pointer-events: none;
}
.btn-add-cart.added .added,
.btn-loader.added .added {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.btn-add-cart.loader,
.btn-loader.loader {
    pointer-events: none;
}
.btn-add-cart.loader .loader,
.btn-loader.loader .loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.btn-add-favorites {
    position: relative;
}
.btn-add-favorites .start {
    display: inline-block;
    line-height: 0;
}
.btn-add-favorites .added {
    line-height: 0;
    display: none;
}
.btn-add-favorites .loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d89a47;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px;
    pointer-events: none;
    display: none;
}
.btn-add-favorites .loader span {
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 2px;
    -webkit-animation: scale 1s infinite ease;
    animation: scale 1s infinite ease;
}
.btn-add-favorites .loader span:nth-child(2) {
    -webkit-animation-delay: 0.14s;
    animation-delay: 0.14s;
}
.btn-add-favorites .loader span:nth-child(3) {
    -webkit-animation-delay: 0.28s;
    animation-delay: 0.28s;
}
.btn-add-favorites.added .start {
    display: none;
}
.btn-add-favorites.added .added {
    display: block;
}
.btn-add-favorites.loader {
    pointer-events: none;
}
.btn-add-favorites.loader .loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@-webkit-keyframes scale {
    0% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    to {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
}
@keyframes scale {
    0% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    to {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
}
@media (min-width: 992px) {
    .btn-icon:hover:after,
    .btn-primary:hover:after {
        height: 100%;
    }
    .only-icon:hover .fill-dark {
        fill: #d89a47;
    }
    .only-icon.cart:hover .cart-number {
        background-color: #d89a47;
    }
    .btn-outline:hover {
        background-color: #f0f0f0;
    }
    .btn-link:hover {
        color: #d89a47;
    }
    .btn-link:hover .icon {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .btn-link:hover .stroke-dark {
        stroke: #d89a47;
    }
    .btn-link-10.grey:hover,
    .btn-link-10:hover {
        color: #d89a47;
    }
    .btn-link-10.brown:hover {
        color: #d89a47;
        opacity: 0.8;
    }
    .btn-close:hover,
    .btn-outline-icon:hover {
        background-color: #f0f0f0;
    }
}
@media (max-width: 575px) {
    .btn-close {
        width: 42px;
        height: 42px;
    }
    .btn-primary {
        min-width: 220px;
    }
}
.header {
    height: 150px;
}
.header-top {
    padding: 5px 0;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-top .nav-top {
    font-size: 14px;
    margin-right: 30px;
}
.header-top .nav-top li {
    display: inline-block;
    margin-right: 24px;
}
.header-top .nav-top li:last-of-type {
    margin-right: 0;
}
.header-top .nav-top li a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.header-top .contact-top > * {
    margin-right: 15px;
}
.header-top .contact-top > :last-child {
    margin-right: 0;
}
.header-top-wrapper {
    background-color: #fff;
}
.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    height: 72px;
    -webkit-transition: all 0.28s ease-out;
    transition: all 0.28s ease-out;
}
.header-inner .logo {
    display: inline-block;
    line-height: 0;
    width: 34px;
    margin-right: auto;
}
.header-inner .logo img {
    max-width: 100%;
}
.header-inner .list-btn {
    margin-left: 30px;
    margin-right: 45px;
}
.header-inner .list-btn > * {
    margin-right: 24px;
}
.header-inner .list-btn > :last-child {
    margin-right: 0;
}
.header-inner-wrapper {
    background-color: #f9f6f2;
    border-bottom: 1px solid #e6e6e6;
    position: static;
    top: 0;
    left: 0;
    right: 0;
}
.header-inner-wrapper.header-shadow {
    position: fixed;
    z-index: 8;
}
.header-nav-list {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}
.header-nav-list ul.one-menu > li {
    display: inline-block;
    margin-right: 48px;
}
.header-nav-list ul.one-menu > li:last-child {
    margin-right: 0;
}
.header-nav-list ul.one-menu > li > a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.header-nav-list ul.one-menu > li > a.active {
    color: #d89a47;
}
.header-nav-list .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 45px;
    background-color: #f9f6f2;
    font-size: 20px;
    -webkit-filter: drop-shadow(0 16px 16px rgba(0, 0, 0, 0.04));
    filter: drop-shadow(0 16px 16px rgba(0, 0, 0, 0.04));
    text-align: left;
    z-index: 4;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.24s ease-out;
    transition: all 0.24s ease-out;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.header-nav-list .sub-menu ul li {
    margin-bottom: 20px;
}
.header-nav-list .sub-menu ul li:last-child {
    margin-bottom: 0;
}
.header-nav-list .sub-menu ul li a {
    color: #000;
    text-decoration: none;
}
.header-hamburger,
.header-nav-mb,
.header-nav-title {
    display: none;
}
.header-hamburger span {
    display: inline-block;
    vertical-align: middle;
}
.header-hamburger .icon {
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: 4px;
}
.header-hamburger .icon:after,
.header-hamburger .icon:before {
    content: "";
    height: 2px;
    width: 16px;
    background: #000;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header-hamburger .icon:after {
    top: 7px;
}
.header-hamburger .icon:before {
    bottom: 7px;
}
.header-hamburger .title {
    font-size: 14px;
}
.header-mb-lf .hd-bt-search {
    display: none;
}
@media (min-width: 1024px) {
    .header.scrolled .header-inner-wrapper {
        z-index: 4;
        position: fixed;
    }
    .header.scrolled .header-inner-wrapper .header-inner {
        height: 54px;
    }
    .header.scrolled .header-nav {
        margin-top: 72px;
    }
}
@media (min-width: 1024px) {
    .header-nav ul li a:hover,
    .header-top .nav-top li a:hover {
        color: #d89a47;
    }
    .header-nav ul.one-menu > li:hover .sub-menu {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        visibility: visible;
        opacity: 1;
    }
}
@media (max-width: 1024px) {
    .header {
        height: 55px;
        margin-bottom: 25px;
    }
    .header-top-wrapper {
        display: none;
    }
    .header-inner {
        height: 55px;
        position: relative;
    }
    .header-inner .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .header-inner .list-btn {
        margin-left: auto;
        margin-right: 40px;
    }
    .header-inner .hd-bt-signup {
        display: none;
    }
    .header-inner-wrapper {
        background-color: #fff;
        border-bottom: none;
        position: fixed;
        z-index: 4;
    }
    .header-mb-lf {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% + 28px);
        flex: 0 0 calc(50% + 28px);
    }
    .header-mb-lf .hd-bt-search {
        display: none;
    }
    .header-hamburger {
        display: inline-block;
    }
    .header-nav {
        padding: 60px 40px 40px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
        background-color: #fff;
        z-index: 2;
    }
    .header-nav-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 24px;
        padding-bottom: 24px;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 24px;
        font-size: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header-nav-title,
    .header-nav-title .menu-st-two {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-nav-title .menu-st-two {
        display: none;
        margin-left: -8px;
    }
    .header-nav-title .menu-st-two .icon {
        display: inline-block;
        width: 24px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
        line-height: 0;
        margin-right: 2px;
    }
    .header-nav-title .menu-st-two .icon img {
        width: 100%;
    }
    .header-nav-title .menu-st-two .title-in {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .header-nav-title .menu-st-two span {
        display: inline-block;
        vertical-align: middle;
    }
    .header-nav-title .close {
        width: 24px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
        line-height: 0;
    }
    .header-nav-title .close img {
        width: 100%;
    }
    .header-nav-list {
        padding-top: 0;
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-bottom: 1px solid #e6e6e6;
    }
    .header-nav-list ul.one-menu > li {
        display: block;
        margin-bottom: 24px;
        margin-right: 0;
        text-align: left;
    }
    .header-nav-list ul.one-menu > li > a {
        font-size: 20px;
    }
    .header-nav-list ul.one-menu > li:last-child {
        margin-bottom: 0;
    }
    .header-nav-additional {
        margin-bottom: 24px;
    }
    .header-nav-additional li {
        margin-bottom: 15px;
    }
    .header-nav-additional li:last-child {
        margin-bottom: 0;
    }
    .header-nav-additional li a {
        text-decoration: none;
        font-size: 14px;
        color: #000;
    }
    .header-nav-mb {
        display: block;
    }
    .header .header-nav {
        -webkit-transition: -webkit-transform 0.16s ease-out;
        transition: -webkit-transform 0.16s ease-out;
        transition: transform 0.16s ease-out;
        transition: transform 0.16s ease-out, -webkit-transform 0.16s ease-out;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    .header.show-menu .header-nav {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .header-nav-list .sub-menu {
        background-color: rgba(1, 1, 1, 0);
        -webkit-transition: 0s;
        transition: 0s;
        padding: 0 !important;
    }
    .header-nav-list .sub-menu ul li {
        margin-bottom: 24px;
    }
    .header-nav-list .sub-menu .container-cs {
        padding: 0 !important;
    }
    .header-nav-list .menu-st-one {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .header-nav-list .menu-st-two,
    .header-nav-list.open-sub-menu .menu-st-one,
    .header-nav-list.open-sub-menu ul.one-menu > li:not(.visible) {
        display: none;
    }
    .header-nav-list.open-sub-menu .menu-st-two {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header-nav-list ul.one-menu > .have-sub-menu.visible {
        margin-bottom: 0;
    }
    .header-nav-list ul.one-menu > .have-sub-menu.visible > a {
        display: none;
    }
    .header-nav-list ul.one-menu > .have-sub-menu.visible .sub-menu {
        position: static;
        visibility: visible;
        opacity: 1;
    }
}
@media (max-width: 575px) {
    .header-inner .list-btn {
        margin-right: 0;
    }
    .header-inner .hd-bt-signup-tx,
    .header-inner .list-btn .hd-bt-search {
        display: none;
    }
    .header-hamburger {
        margin-right: 24px;
    }
    .header-hamburger .icon {
        margin-right: 0;
    }
    .header-hamburger .title {
        display: none;
    }
    .header-mb-lf .hd-bt-search {
        display: inline-block;
    }
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #222;
    opacity: 1;
}
input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
    color: #222;
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #222;
    opacity: 1;
}
input,
select,
textarea {
    border-radius: 0;
    background: none;
    border: none;
    margin: 0;
    width: 100%;
    padding: 0;
}
textarea {
    display: block;
    resize: none;
    overflow: auto;
}
select::-ms-expand {
    display: none;
}
.invalid {
    border-color: red;
    color: red;
}
.input {
    font-size: 14px;
    height: 32px;
    background-color: rgba(1, 1, 1, 0);
    padding: 0;
    outline: none;
    border: none;
    border-bottom: 1px solid #7d7b79;
    color: #000;
    -webkit-transition: 0.24s;
    transition: 0.24s;
}
.input:focus {
    border-color: #000;
}
.input::-webkit-input-placeholder {
    color: #7d7b79;
    font-size: 14px;
}
.input::-moz-placeholder {
    color: #7d7b79;
    font-size: 14px;
}
.input::-ms-input-placeholder {
    color: #7d7b79;
    font-size: 14px;
}
.input::placeholder {
    color: #7d7b79;
    font-size: 14px;
}
.input.error {
    border-color: #d93d3d;
}
textarea.input {
    height: 48px;
    line-height: 18px;
}
.input-wrapper {
    margin-bottom: 15px;
    position: relative;
}
.input-wrapper .error-text {
    margin-top: 5px;
    font-size: 14px;
    color: #d93d3d;
    display: none;
}
.input-wrapper .input-clean {
    display: inline-block;
    width: 16px;
    line-height: 0;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.14s ease-out;
    transition: all 0.14s ease-out;
}
.input-wrapper .input-clean img {
    width: 100%;
}
.input-wrapper .input {
    padding-right: 32px;
}
.input-wrapper.typed .input-clean {
    visibility: visible;
    opacity: 1;
}
.input-wrapper.error .input {
    border-color: #d93d3d;
}
.input-wrapper.error .error-text {
    display: block;
}
.input-wrapper.type-tow .input {
    height: 48px;
    border-bottom: none;
    font-size: 40px;
}
.input-wrapper.type-tow .input::-webkit-input-placeholder {
    color: #aaa;
    font-size: 48px;
}
.input-wrapper.type-tow .input::-moz-placeholder {
    color: #aaa;
    font-size: 48px;
}
.input-wrapper.type-tow .input::-ms-input-placeholder {
    color: #aaa;
    font-size: 48px;
}
.input-wrapper.type-tow .input::placeholder {
    color: #aaa;
    font-size: 48px;
}
.input-wrapper.type-tow .input-clean {
    width: 24px;
    top: 12px;
}
.form-group .checkbox-wrapper,
.form-group .input-wrapper {
    margin-bottom: 24px;
}
.select {
    border: none;
    height: 32px;
    border-bottom: 1px solid #7d7b79;
    font-size: 14px;
    outline: none;
    color: #7d7b79;
}
.select option {
    color: #000;
}
.select-wrapper {
    margin-bottom: 15px;
    position: relative;
}
.select-wrapper.error .select {
    border-color: #d93d3d;
}
.select-wrapper .error-text {
    font-size: 14px;
    color: #d93d3d;
    margin-top: 5px;
}
@media (min-width: 991px) {
    .input:hover:not(.error) {
        border-color: #000;
    }
}
@media (max-width: 575px) {
    .input-wrapper.type-tow .input {
        font-size: 20px;
    }
    .input-wrapper.type-tow .input::-webkit-input-placeholder {
        font-size: 20px;
    }
    .input-wrapper.type-tow .input::-moz-placeholder {
        font-size: 20px;
    }
    .input-wrapper.type-tow .input::-ms-input-placeholder {
        font-size: 20px;
    }
    .input-wrapper.type-tow .input::placeholder {
        font-size: 20px;
    }
}
.checkbox-entry {
    display: inline-block;
    cursor: pointer;
    margin: 0;
    padding: 0;
    min-width: 30px;
    min-height: 20px;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
    position: relative;
}
.checkbox-entry input {
    display: none;
}
.checkbox-entry span {
    vertical-align: middle;
}
.checkbox-entry .checkbox-inner {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    border: 1.5px solid #e6e6e6;
    background-color: #fff;
    border-radius: 1px;
    margin-right: 5px;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.checkbox-entry .checkbox-inner:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 38%;
    width: 6px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
    opacity: 0;
    visibility: hidden;
}
.checkbox-entry input:checked + .checkbox-inner {
    border-color: #d89a47;
    background-color: #d89a47;
}
.checkbox-entry input:checked + .checkbox-inner:after {
    opacity: 1;
    visibility: visible;
}
.checkbox-entry input[type="radio"] + .checkbox-inner {
    border-radius: 50%;
}
.checkbox-entry input[type="radio"] + .checkbox-inner:after {
    border-radius: 50%;
    width: 6px;
    height: 6px;
    top: 7px;
    border: none;
    background-color: #fff;
}
.checkbox-entry.disabled {
    pointer-events: none;
}
.checkbox-entry.disabled .checkbox-inner {
    background-color: #f0f0f0;
}
.checkbox-entry.disabled input:checked + .checkbox-inner {
    border-color: #e6e6e6;
    background-color: #fff;
}
.checkbox-entry.disabled .checkbox-inner:after {
    border-color: #aaa;
}
.checkbox-entry.disabled input[type="radio"] + .checkbox-inner:after {
    background-color: #aaa;
}
.checkbox-entry.disabled input:checked + .checkbox-inner:after {
    opacity: 1;
    visibility: visible;
}
.checkbox-entry.type-two {
    padding: 18px 16px;
    background-color: #fff;
    border: 2px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}
.checkbox-entry.type-two:last-child {
    margin-bottom: 0;
}
.checkbox-entry.type-two .checkbox-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.checkbox-entry.type-two .checkbox-content .icons {
    padding-left: 15px;
}
.checkbox-entry.type-two .checkbox-content .item {
    display: inline-block;
    width: 32px;
    line-height: 0;
    margin-right: 5px;
}
.checkbox-entry.type-two .checkbox-content .item img {
    max-width: 100%;
}
.checkbox-entry.type-two .checkbox-content .item:last-child {
    margin-right: 0;
}
.checkbox-thumbnail {
    display: block;
    padding: 16px;
    background-color: #fff;
    height: 100%;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.checkbox-thumbnail .active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #d89a47;
    opacity: 0;
    visibility: hidden;
}
.checkbox-thumbnail input {
    display: none;
}
.checkbox-thumbnail input:checked + .active {
    opacity: 1;
    visibility: visible;
}
.checkbox-thumbnail-wrapper {
    margin-bottom: -15px;
}
.checkbox-thumbnail-wrapper > [class*="col"] {
    margin-bottom: 15px;
}
.checkbox-thumbnail-two {
    margin-bottom: -15px;
}
.checkbox-thumbnail-two .checkbox-thumbnail {
    margin-right: 8px;
    margin-bottom: 15px;
    padding: 8px;
    display: inline-block;
    font-size: 14px;
}
@media (min-width: 1200px) {
    .checkbox-entry:hover {
        opacity: 0.8;
    }
    .checkbox-thumbnail:hover {
        background-color: #f0f0f0;
    }
}
.tabs-nav li {
    display: inline-block;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 16px;
    color: #000;
    border-bottom: 2px solid rgba(1, 1, 1, 0);
    margin-right: 24px;
    cursor: pointer;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.tabs-nav li:last-child {
    margin-right: 0;
}
.tabs-nav li.is-active {
    border-color: #d89a47;
    color: #d89a47;
}
.tabs-container {
    padding-top: 24px;
    display: none;
}
.tabs-container.is-active {
    display: block;
}
@media (min-width: 991px) {
    .tabs-nav li:hover {
        color: #d89a47;
    }
}
a {
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.dropdown {
    position: relative;
}
.dropdown-btn {
    padding: 6px 8px 8px;
    font-size: 14px;
    border-radius: 2px;
}
.dropdown-btn,
.dropdown-btn .icon {
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.dropdown-btn .icon {
    display: inline-block;
    width: 16px;
    line-height: 0;
    margin-left: 2px;
}
.dropdown-btn .icon img {
    width: 100%;
}
.dropdown-btn span {
    vertical-align: middle;
}
.dropdown-list-ul,
.dropdown.white .dropdown-btn {
    background-color: #fff;
}
.dropdown-list-ul {
    border-radius: 2px;
    padding: 8px;
    -webkit-filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.12));
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: absolute;
    z-index: 8;
    top: calc(100% + 5px);
    left: 0;
    min-width: 180px;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.dropdown-list-ul li {
    border-radius: 2px;
    font-size: 14px;
    margin-bottom: 2px;
}
.dropdown-list-ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
    padding: 6px;
}
.dropdown-list-ul li .checkbox-entry,
.dropdown-list-ul li a {
    border-radius: 2px;
    display: block;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
    cursor: pointer;
}
.dropdown-list-ul li .checkbox-entry {
    padding: 4px;
}
.dropdown-list-ul li.disabled {
    background-color: #f0f0f0;
    color: #aaa;
    pointer-events: none;
}
.dropdown-list-ul li.active {
    background-color: #f0f0f0;
    color: #fff;
}
.dropdown-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: none;
}
.dropdown.active .dropdown-btn {
    background-color: #f0f0f0;
}
.dropdown.active .dropdown-btn .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.dropdown.active.white {
    background-color: #f0f0f0;
}
.dropdown.active .dropdown-list-ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.dropdown.active .dropdown-overlay {
    display: block;
}
.badge {
    font-size: 14px;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 2px;
}
.badge span {
    vertical-align: middle;
}
.badge.upp-tx {
    text-transform: uppercase;
    font-size: 12px;
}
.badge.green {
    color: #000;
    background-color: #9bdb91;
}
.badge.red {
    color: #fff;
    background-color: #d93d3d;
}
.badge.orang {
    color: #000;
    background-color: #e7ccb6;
}
.badge.dark {
    background-color: #000;
    color: #fff;
}
.badge .remove {
    font-size: 14px;
    color: #fff;
    margin-left: 6px;
    cursor: pointer;
}
.badge .remove:after {
    content: "\2715";
}
.badge-wrapper {
    margin-bottom: -8px;
}
.badge-wrapper .badge {
    margin-right: 8px;
    margin-bottom: 8px;
}
.list-link {
    font-size: 40px;
    line-height: 1em;
}
.list-link li {
    margin-bottom: 24px;
}
.list-link li:last-child {
    margin-bottom: 0;
}
.list-link li a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.thumbnail-card .image {
    display: block;
    position: relative;
    padding-bottom: 130%;
    margin-bottom: 15px;
    overflow: hidden;
    z-index: 0;
}
.thumbnail-card .image .bg {
    background-position: 50% 50%;
    -webkit-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
}
.thumbnail-card .image .badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
}
.thumbnail-card .name {
    font-size: 20px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.thumbnail-card .price,
.thumbnail-card .product-price {
    font-size: 20px;
    margin-top: 8px;
    height: auto;
}
.thumbnail-card-wrapper {
    margin-bottom: -32px;
}
.thumbnail-card-wrapper > [class*="col"] {
    margin-bottom: 32px;
}
.thumbnail-card-min {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
}
.thumbnail-card-min:last-child {
    margin-bottom: 0;
}
.thumbnail-card-min .image {
    position: relative;
    display: block;
    width: 180px;
    height: 180px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    overflow: hidden;
    z-index: 0;
}
.thumbnail-card-min .image .bg {
    background-position: 50% 50%;
    -webkit-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
}
.thumbnail-card-min .image .badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}
.thumbnail-card-min .info {
    padding-left: 15px;
    font-size: 20px;
}
.thumbnail-card-min .categorie-in {
    margin-bottom: 15px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.thumbnail-card-min .name {
    display: inline-block;
    text-decoration: none;
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.thumbnail-card-min .price,
.thumbnail-card-min .price-product {
    display: block;
    margin-top: 8px;
    white-space: nowrap;
}
.thumbnail-card-min.type-two {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.thumbnail-card-min.type-two .image {
    width: 82px;
    height: 82px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82px;
    flex: 0 0 82px;
    padding-bottom: 0;
}
.thumbnail-card-min.type-two .info {
    font-size: 16px;
    margin-right: auto;
}
.thumbnail-card-min.type-two .categorie-in {
    margin-bottom: 4px;
}
.thumbnail-card-min.type-two .price-block {
    font-size: 20px;
    padding-left: 15px;
}
.thumbnail-card-min.type-two .price-product {
    margin-top: 0;
}
.thumbnail-card-min.type-two .btn-icon {
    margin-left: 15px;
}
.thumbnail-text .title {
    margin-bottom: 15px;
}
.thumbnail-text-wrapper {
    margin-bottom: -50px;
}
.thumbnail-text-wrapper > [class*="col"] {
    margin-bottom: 50px;
}
.thumbnail-text-wrapper.type-two {
    margin-bottom: -24px;
}
.thumbnail-text-wrapper.type-two > [class*="col"] {
    margin-bottom: 24px;
}
.thumbnail-text-wrapper.type-two .thumbnail-text .title {
    margin-bottom: 8px;
}
.quantity-block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.quantity-block input {
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 0 6px;
    outline: none;
}
.quantity-block .add,
.quantity-block .dec {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    outline: none;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    -webkit-transition: 0.28s;
    transition: 0.28s;
}
.quantity-block .add:active,
.quantity-block .dec:active {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
}
.quantity-block .add:before,
.quantity-block .dec:before {
    height: 2px;
    width: 10px;
    left: calc(50% - 5px);
    top: calc(50% - 1px);
}
.quantity-block .add:after,
.quantity-block .add:before,
.quantity-block .dec:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #000;
    -webkit-transition: 0.28s;
    transition: 0.28s;
}
.quantity-block .add:after {
    width: 2px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 1px);
}
.quantity-block .deleted {
    width: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    line-height: 0;
    margin-left: 12px;
    cursor: pointer;
}
.quantity-block .deleted img {
    width: 100%;
}
@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(-1turn);
    }
}
@keyframes spin {
    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }
}
.loader-wrapper {
    padding: 50px;
    text-align: center;
    z-index: 2;
    background: #fff;
}
.loader-wrapper .loader {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: contain;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
.loader-wrapper .loader svg {
    width: 100%;
}
.loader-wrapper.full {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.loader-wrapper.full .loader {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}
.series-image {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}
.series-image .bg {
    background-position: top;
}
.banner-min {
    position: relative;
    height: 180px;
    display: table-cell;
    vertical-align: bottom;
    width: 10000px;
    padding: 24px;
}
.banner-min.mt-df {
    margin-top: 30px;
    margin-bottom: 30px;
}
.banner-text,
.banner-text .title {
    color: #fff;
}
.badge-wh {
    font-size: 14px;
    display: inline-block;
    padding: 8px;
    border-radius: 2px;
    background-color: #fff;
    color: #000;
}
.badge-wh span {
    vertical-align: middle;
}
.badge-wh.active {
    color: #fff;
    background-color: #d89a47;
}
.badge-wh-wrapper {
    margin-bottom: -8px;
}
.badge-wh-wrapper .badge {
    margin-right: 8px;
    margin-bottom: 8px;
}
.breadcrumbs-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
}
.breadcrumbs-wrapper li {
    display: inline-block;
    padding-right: 24px;
    position: relative;
}
.breadcrumbs-wrapper li:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #7d7b79;
    border-right: 1px solid #7d7b79;
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.breadcrumbs-wrapper li a {
    text-decoration: none;
    color: #7d7b79;
    font-size: 12px;
}
.breadcrumbs-wrapper li:last-child {
    padding-right: 0;
}
.breadcrumbs-wrapper li:last-child:after {
    display: none;
}
.breadcrumbs-wrapper li:last-child a {
    color: #000;
    pointer-events: none;
}
.share-title {
    margin-bottom: 15px;
}
.share-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.share-items .item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    margin-right: 15px;
    cursor: pointer;
}
.share-items .item:last-child {
    margin-right: 0;
}
.share-items .item svg {
    max-width: 100%;
    max-height: 100%;
}
.share-items .item .fill-dark,
.share-items .item svg {
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.share-items .item .fill-dark {
    fill: #000;
}
.block-tx-icon {
    position: relative;
}
.block-tx-icon.left {
    padding-left: 22px;
}
.block-tx-icon.left .icon {
    display: inline-block;
    width: 16px;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.block-tx-icon.right {
    padding-right: 22px;
}
.block-tx-icon.right .icon {
    display: inline-block;
    width: 16px;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.not-found-page {
    padding-top: 100px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.not-found-page .image {
    display: inline-block;
    max-width: 140px;
    line-height: 0;
}
.not-found-page .image img {
    max-width: 100%;
}
.not-found-page .text-in {
    display: inline-block;
    max-width: 540px;
    line-height: 1.4em;
}
.not-found-page .title {
    display: inline-block;
    max-width: 760px;
}
.series-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -15px;
}
.series-title-wrapper > * {
    margin-right: 64px;
    margin-bottom: 15px;
}
.series-title-wrapper > :last-child {
    margin-right: 0;
}
.banner-title-mn {
    max-width: 270px;
}
.pagination {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.pagination .page-item {
    margin: 0 5px;
    display: inline-block;
    width: 30px;
    border: 1px solid #e6e6e6;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    color: #111;
    font-size: 14px;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.pagination .page-item.active {
    background-color: #e6e6e6;
}
.pagination .page-item .icon-arrow {
    width: 6px;
    height: 6px;
}
.pagination .page-item .icon-arrow:after,
.pagination .page-item .icon-arrow:before {
    width: 1px;
    height: 8px;
}
.pagination .page-item.disabled {
    background-color: #e6e6e6;
}
.pagination .page-item.next,
.pagination .page-item.previous {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagination .page-item.previous .icon-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.pagination .page-item.next .icon-arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media (min-width: 991px) {
    .dropdown-btn:hover,
    .dropdown-list-ul li .checkbox-entry:hover,
    .dropdown-list-ul li a:hover,
    .dropdown.white .dropdown-btn:hover {
        background-color: #f0f0f0;
    }
    .list-link li a:hover,
    .thumbnail-card .name:hover {
        color: #d89a47;
    }
    .thumbnail-card a.image:hover .bg {
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
    }
    .thumbnail-card-min .name:hover {
        color: #d89a47;
    }
    .thumbnail-card-min a.image:hover .bg {
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
    }
    .quantity-block .deleted:hover {
        opacity: 0.8;
    }
    .quantity-block .add:hover,
    .quantity-block .dec:hover {
        background-color: rgba(1, 1, 1, 0);
    }
    .breadcrumbs-wrapper li a:hover {
        color: #d89a47;
    }
    .share-items .item:hover .fill-dark {
        fill: #d89a47;
    }
    .pagination .page-item:hover {
        background-color: #e6e6e6;
    }
}
@media (max-width: 991px) {
    .series-image {
        height: auto;
        padding-bottom: 70%;
    }
    .series-image,
    .thumbnail-card-min {
        margin-bottom: 24px;
    }
    .thumbnail-card-min:last-child {
        margin-bottom: 0;
    }
    .thumbnail-text-wrapper {
        margin-bottom: -32px;
    }
    .thumbnail-text-wrapper > [class*="col"] {
        margin-bottom: 32px;
    }
}
@media (max-width: 768px) {
    .banner-title-mn {
        max-width: 100%;
    }
    .list-link {
        font-size: 20px;
    }
}
@media (max-width: 575px) {
    .list-link {
        margin-bottom: 20px;
    }
    .list-link li {
        margin-bottom: 16px;
    }
    .badge {
        padding: 2px 8px;
    }
}
@media (max-width: 575px) {
    .thumbnail-card .name,
    .thumbnail-card .price,
    .thumbnail-card .product-price {
        font-size: 16px;
    }
    .thumbnail-card-min:not(.type-two) {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .thumbnail-card-min:not(.type-two) .info {
        padding-left: 0;
        padding-top: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .thumbnail-card-min:not(.type-two) .image {
        width: 130px;
        height: 130px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
        flex: 0 0 130px;
    }
    .thumbnail-card-min.type-two {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 15px;
        border-bottom: 1px solid #f0f0f0;
    }
    .thumbnail-card-min.type-two:last-child {
        border-bottom: none;
    }
    .thumbnail-card-min.type-two .info {
        width: calc(100% - 82px);
    }
    .thumbnail-card-min.type-two .price-block,
    .thumbnail-card-min.type-two .quantity-block {
        margin-top: 15px;
    }
    .thumbnail-card-min.type-two .price,
    .thumbnail-card-min.type-two .price-product {
        font-size: 16px;
    }
    .not-found-page {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .banner-min {
        height: 100px;
        padding: 10px;
    }
    .banner-min .title {
        margin-bottom: 4px;
    }
    .breadcrumbs-wrapper {
        padding-top: 15px;
        padding-bottom: 30px;
    }
}
.footer {
    border-top: 1px solid #e6e6e6;
}
.footer-inner {
    padding-top: 55px;
    padding-bottom: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-inner .ft-list {
    margin-right: 30px;
    max-width: 45%;
}
.footer-inner .ft-list:last-child {
    margin-right: 0;
}
.footer-inner .ft-list li {
    margin-bottom: 10px;
}
.footer-inner .ft-list li:last-child {
    margin-bottom: 0;
}
.footer-inner .ft-list li a {
    text-decoration: none;
    color: #7d7b79;
}
.footer-inner .ft-list .title {
    margin-bottom: 24px;
}
.footer-inner .ft-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-inner .ft-contacts .title {
    margin-bottom: 24px;
}
.footer-inner .ft-contacts-block {
    margin-bottom: 40px;
}
.footer-inner .ft-contacts-block p {
    margin-bottom: 6px;
}
.footer-inner .ft-contacts-block p:last-child {
    margin-bottom: 0;
}
.footer-inner .ft-contacts-block a {
    margin-bottom: 6px;
}
.footer-inner .ft-contacts-block:last-child,
.footer-inner .ft-contacts-block a:last-child {
    margin-bottom: 0;
}
.footer-inner .ft-center {
    margin-right: 30px;
    margin-left: 30px;
}
.footer-inner .ft-center .logo {
    display: inline-block;
    width: 34px;
    line-height: 0;
    margin-bottom: 24px;
}
.footer-inner .ft-center .logo img {
    max-width: 100%;
}
.footer-inner .ft-center li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}
.footer-inner .ft-center li a {
    text-decoration: none;
    color: #7d7b79;
}
.footer-inner .ft-contacts,
.footer-inner .ft-list-wrapper {
    width: 34%;
}
.footer-under {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-under .un-list {
    text-align: right;
}
.footer-under .un-list li {
    display: inline-block;
    margin-right: 10px;
}
.footer-under .un-list li:last-child {
    margin-right: 0;
}
.footer-under .un-list li a {
    color: #7d7b79;
    text-decoration: none;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.footer-under .pay-method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-under .pay-method .icon {
    width: 32px;
    margin: 0 8px;
    line-height: 0;
}
.footer-under .pay-method .icon img {
    max-width: 100%;
}
.footer-under .copyright,
.footer-under .un-list {
    width: 34%;
}
.footer-under-wrapper {
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
    padding-bottom: 26px;
}
.footer-accordion .icon-arrow,
.footer .header-nav-title,
.footer .sub-menu {
    display: none;
}
@media (min-width: 768px) {
    .footer-accordion .content {
        display: block !important;
    }
}
@media (min-width: 991px) {
    .footer-inner .ft-center li a:hover,
    .footer-inner .ft-list li a:hover,
    .footer-under .un-list li a:hover {
        color: #d89a47;
    }
}
@media (max-width: 1199px) {
    .footer-inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer-inner .ft-list {
        margin-right: 15px;
    }
    .footer-inner .ft-list:last-child {
        margin-right: 0;
    }
    .footer-inner .ft-contacts .title,
    .footer-inner .ft-list .title {
        margin-bottom: 14px;
    }
    .footer-inner .ft-center .logo {
        width: 24px;
        margin-bottom: 18px;
    }
    .footer-under-wrapper {
        padding-top: 16px;
        padding-bottom: 8px;
    }
    .footer-under .copyright,
    .footer-under .un-list {
        width: 38%;
    }
}
@media (max-width: 991px) {
    .footer {
        border-top: none;
    }
    .footer-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }
    .footer-inner .ft-center {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .footer-inner .ft-list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .footer-inner .ft-list li {
        margin-bottom: 8px;
    }
    .footer-inner .ft-list-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .footer-inner .ft-contacts {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .footer-inner .ft-contacts-block {
        margin-bottom: 30px;
    }
    .footer-inner .ft-contacts-block:last-child {
        margin-bottom: 0;
    }
    .footer-under {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-under-wrapper {
        border-top: none;
        padding-bottom: 24px;
    }
    .footer-under .pay-method {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 8px;
    }
    .footer-under .copyright {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
        margin-bottom: 14px;
    }
    .footer-under .un-list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
        margin-bottom: 0;
    }
    .footer-under .un-list li:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    .footer-inner .ft-contacts-block {
        margin-bottom: 8px;
    }
    .footer-inner .ft-contacts,
    .footer-inner .ft-list,
    .footer-inner .ft-list-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .footer-inner .ft-list {
        margin-bottom: 8px;
    }
    .footer-accordion .title {
        padding: 14px 40px 14px 16px;
        position: relative;
        background-color: #fff;
        margin-bottom: 0 !important;
    }
    .footer-accordion .title .icon-arrow {
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 16px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 0.24s ease-out;
        transition: 0.24s ease-out;
    }
    .footer-accordion .content {
        padding: 15px;
        display: none;
    }
    .footer-accordion.active .title .icon-arrow {
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }
}
.basket-overlay {
    left: 0;
    z-index: 4;
    background-color: rgba(1, 1, 1, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.basket-inner,
.basket-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
}
.basket-inner {
    background-color: #fff;
    width: 100%;
    max-width: 800px;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    padding: 24px;
    z-index: 6;
    overflow: auto;
    -webkit-transition: all 0.32s ease-out;
    transition: all 0.32s ease-out;
}
.basket-inner-new {
    padding-top: 76px;
}
.basket-close {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 6;
}
.basket .quantity-block {
    margin-right: 30px;
}
.basket-header {
    padding-bottom: 40px;
    padding-right: 55px;
}
.basket-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
}
.basket-footer .col-bs {
    margin-right: 24px;
}
.basket-footer .col-bs:last-child {
    margin-right: 0;
}
.basket-content .thumbnail-card-min {
    margin-bottom: 32px;
}
.basket-products {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.basket-wrapper.active .basket-inner {
    -webkit-transform: none;
    transform: none;
}
.basket-wrapper.active .basket-overlay {
    visibility: visible;
    opacity: 1;
}
@media (max-width: 991px) {
    .basket-wrapper .basket-overlay {
        display: none;
    }
    .basket-inner {
        top: 54px;
        border-top: 1px solid #e6e6e6;
        max-width: 100%;
        padding: 24px 40px;
    }
}
@media (max-width: 768px) {
    .basket-content .thumbnail-card-min {
        margin-bottom: 24px;
    }
}
@media (max-width: 575px) {
    .basket-close {
        top: 18px;
        right: 18px;
    }
    .basket-inner {
        padding: 20px 15px;
    }
    .basket-inner-new {
        padding-top: 50px;
    }
    .basket-inner .thumbnail-card .name,
    .basket-inner .thumbnail-card .price,
    .basket-inner .thumbnail-card .product-price {
        font-size: 16px;
    }
    .basket-footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .basket-footer .col-bs.col-bs__total {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .basket-footer .col-bs.col-bs__discount {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .basket-footer .col-bs.col-bs__btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 10px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .basket-footer .col-bs.col-bs__btn .btn {
        width: 100%;
    }
    .basket-content .thumbnail-card-min {
        margin-bottom: 15px;
    }
}
.product-image-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 635px;
}
.product-image-main {
    width: 100%;
    max-width: 445px;
    margin-right: 15px;
}
.product-image-main .main-preview {
    display: block;
    width: 100%;
    padding-bottom: 130%;
    position: relative;
}
.product-image-thumbs {
    max-width: 160px;
    max-height: 580px;
}
.product-image-thumbs .swiper-container {
    height: 100%;
}
.product-image-thumbs .swiper-slide {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    cursor: pointer;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.product-image-thumbs .swiper-slide.swiper-slide-thumb-active {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    cursor: default;
}
.product-image-thumbs .thumbs-preview {
    display: block;
    width: 160px;
    height: 100%;
    position: relative;
}
.product-view-description p {
    line-height: 1.4em;
}
.product-view-description h1,
.product-view-description h2,
.product-view-description h3 {
    text-transfom: uppercase;
}
.product-view-description ul li {
    margin-bottom: 2px;
}
.product-view-description ul li:before {
    background-color: #7d7b79;
}
.product-image-main .swiper-pagination {
    display: none;
}
.product-configurations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-configurations .badge-wh {
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
    cursor: pointer;
    position: relative;
}
.product-configurations span {
    vertical-align: baseline;
}
.product-configurations span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #d89a47;
    cursor: default;
    display: none;
}
.product-configurations input:checked + .label-in {
    color: #fff;
}
.product-configurations input:checked + .label-in span {
    position: relative;
}
.product-configurations input:checked + .label-in:before {
    display: block;
}
@media (min-width: 1200px) {
    .product-image-thumbs .swiper-slide:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }
    .product-configurations .badge-wh:hover {
        background-color: #f1f1f1;
    }
}
@media (max-width: 1199px) {
    .product-image-main {
        max-width: 400px;
        margin-right: 15px;
    }
    .product-image-thumbs {
        max-width: 140px;
        max-height: 520px;
    }
    .product-image-thumbs .thumbs-preview {
        width: 140px;
    }
}
@media (max-width: 1068px) {
    .product-image-main {
        max-width: 380px;
    }
    .product-image-thumbs {
        max-width: 130px;
        max-height: 500px;
    }
    .product-image-thumbs .thumbs-preview {
        width: 130px;
    }
}
@media (max-width: 991px) {
    .product-image-gallery {
        max-width: 100%;
    }
    .product-image-group {
        margin-bottom: 48px;
    }
    .product-image-main {
        max-width: 100%;
        margin-right: 0;
    }
    .product-image-thumbs {
        display: none;
    }
    .product-image-main .swiper-pagination {
        display: block;
        bottom: 24px;
    }
    .product-image-main .swiper-pagination .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        background: #fff;
        opacity: 1;
        margin: 0 4px !important;
        -webkit-transition: 0.2s ease-out;
        transition: 0.2s ease-out;
    }
    .product-image-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #000;
    }
}
@media (max-width: 768px) {
    .product-image-group {
        margin-bottom: 32px;
    }
}
@media (max-width: 575px) {
    .product-image-group {
        margin-bottom: 28px;
    }
}
.simple-page iframe {
    width: 100%;
    height: 480px;
    max-height: calc(56.3vw - 30px);
    margin-top: 40px;
}
.simple-page h1 {
    margin-bottom: 24px;
}
.simple-page p {
    line-height: 1.4em;
    margin-bottom: 12px;
}
.simple-page ul li {
    padding-left: 14px;
    margin-bottom: 6px;
}
.simple-page picture {
    display: block;
    margin-top: 38px;
    margin-bottom: 38px;
}
.simple-page picture:after {
    content: attr(title);
    color: #7d7b79;
    margin-top: 2px;
    font-size: 14px;
    display: block;
}
.simple-page > :last-child {
    margin-bottom: 0 !important;
}
.profile-menu {
    font-size: 24px;
    margin-bottom: 40px;
}
.profile-menu li {
    display: inline-block;
    margin-right: 15px;
}
.profile-menu li a {
    text-decoration: none;
    color: #7d7b79;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.profile-menu li.active a {
    color: #000;
}
.profile-menu .icon-arrow {
    display: none;
}
.profile-main-info {
    margin-bottom: 15px;
}
.profile-main-info,
.profile-main-info .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.profile-main-info .image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #9bdb91;
}
.profile-main-info .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.profile-main-info .name {
    padding-left: 15px;
    color: #000;
}
.profile-bonuses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.profile-bonuses .item {
    margin-right: 30px;
    margin-bottom: 15px;
}
.profile-bonuses .item:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
.profile-purchases {
    border: 1px solid #e6e6e6;
    padding: 24px;
    margin-bottom: 15px;
}
.profile-purchases:last-child {
    margin-bottom: 0;
}
.profile-purchases-q-price {
    padding: 15px;
    background-color: #fff;
}
.profile-purchases-q-price > * {
    margin-bottom: 12px;
}
.profile-purchases-q-price > :last-child {
    margin-bottom: 0;
}
.profile-page-info-mob {
    display: none;
}
.profile-breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px;
    display: none;
}
.profile-breadcrumbs,
.profile-breadcrumbs .prev {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.profile-breadcrumbs .prev {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.profile-breadcrumbs .prev span {
    display: inline-block;
    vertical-align: middle;
}
.profile-breadcrumbs .prev .icon {
    display: inline-block;
    width: 24px;
    line-height: 0;
    margin-right: 4px;
    position: relative;
    bottom: -1px;
}
.profile-breadcrumbs .prev .icon img {
    width: 100%;
}
.profile-breadcrumbs .close {
    display: inline-block;
    width: 24px;
    line-height: 0;
}
.profile-breadcrumbs .close img {
    width: 100%;
}
.profile-breadcrumbs a {
    text-decoration: none;
}
@media (min-width: 991px) {
    .profile-menu li a:hover {
        color: #000;
    }
}
@media (max-width: 991px) {
    .profile-page-info-des {
        display: none;
    }
    .profile-page-info-mob {
        display: block;
    }
    .profile-menu li {
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }
    .profile-menu li:last-child {
        margin-bottom: 0;
    }
    .profile-btn-save {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .profile-page.ismenu .profile-menu {
        display: none;
    }
    .profile-page.ismenu .profile-breadcrumbs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .profile-page.ismenu .profile-bonuses {
        margin-bottom: 32px;
    }
    .profile-page.ismenu .profile-bonuses .item {
        margin-bottom: 0;
    }
    .profile-menu {
        font-size: 16px;
    }
    .profile-menu li {
        margin-bottom: 8px;
    }
    .profile-menu li a {
        display: block;
        padding: 14px;
        background-color: #fff;
        color: #000;
        position: relative;
    }
    .profile-menu .icon-arrow {
        display: block;
        position: absolute;
        top: 50%;
        right: 24px;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }
    .profile-page:not(.ismenu) .profile-bonuses {
        margin-bottom: 40px;
    }
    .profile-page:not(.ismenu) .profile-bonuses .item {
        margin-bottom: 0;
    }
    .profile-purchases {
        padding: 16px;
    }
    .profile-purchases-q-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .profile-purchases-q-price > * {
        margin-bottom: 0;
        margin-right: 8px;
    }
}
.checkout-basket {
    background-color: #fff;
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 80vh;
}
.checkout-basket-info {
    margin-top: 60px;
}
.checkout-text-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}
.checkout-text-between .item {
    margin-right: 15px;
}
.checkout-text-between .item:last-child {
    margin-right: 0;
}
.checkout-text-between:last-child {
    margin-bottom: 0;
}
.checkout-step {
    font-size: 24px;
    margin-bottom: 40px;
}
.checkout-step li {
    display: inline-block;
    margin-right: 28px;
    text-decoration: none;
    color: #7d7b79;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.checkout-step li.active {
    color: #000;
}
.checkout-steps-wrapper .swiper-slide {
    opacity: 0 !important;
}
.checkout-steps-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}
.checkout-btn-next-wrapper {
    display: none;
}
@media (max-width: 991px) {
    .checkout-basket {
        min-height: auto;
    }
    .checkout-btn-nx {
        display: none;
    }
    .checkout-btn-next-wrapper {
        display: block;
        padding-top: 40px;
    }
    .checkout-btn-next-wrapper .btn-next-item {
        display: none;
    }
    .checkout-btn-next-wrapper .btn-next-item.active {
        display: block;
    }
    .checkout-btn-next-wrapper .btn {
        width: 100%;
        text-align: center;
    }
    .checkout-basket-info {
        margin-top: 40px;
    }
}
@media (max-width: 575px) {
    .checkout-step {
        margin-bottom: 32px;
    }
    .checkout-step li {
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .checkout-step li:last-child {
        margin-bottom: 0;
    }
    .checkout-basket {
        padding: 16px;
    }
    .checkout-basket .thumbnail-card-min .price-block {
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .checkout-basket .thumbnail-card-min .price-block .price {
        margin-top: 0;
    }
    .checkout-basket-info {
        margin-top: 15px;
    }
}
.pop-up-overlay {
    left: 0;
    z-index: 4;
    background-color: rgba(1, 1, 1, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.pop-up-inner,
.pop-up-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
}
.pop-up-inner {
    background-color: #fff;
    width: 100%;
    max-width: 800px;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    padding: 24px;
    z-index: 6;
    overflow: auto;
    -webkit-transition: all 0.32s ease-out;
    transition: all 0.32s ease-out;
}
.pop-up-close {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 6;
}
.pop-up-wrapper.active .pop-up-inner {
    -webkit-transform: none;
    transform: none;
}
.pop-up-wrapper.active .pop-up-overlay {
    visibility: visible;
    opacity: 1;
}
.pop-up-wishilist .wishilist-title-mob {
    display: none;
}
.pop-up-signup .pop-up-inner {
    padding-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .pop-up-wrapper .pop-up-overlay {
        display: none;
    }
    .pop-up-inner {
        top: 54px;
        border-top: 1px solid #e6e6e6;
        max-width: 100%;
        padding: 24px 40px;
    }
}
@media (max-width: 575px) {
    .pop-up-wishilist .thumbnail-card-min.type-two .price-block {
        padding-left: 0;
        padding-right: 15px;
    }
    .pop-up-wishilist .wishilist-title-des {
        display: none;
    }
    .pop-up-wishilist .wishilist-title-mob {
        display: block;
    }
    .pop-up-inner {
        padding: 24px 15px;
    }
}
.vue-phone-number-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.vue-phone-number-input .select-country-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
}
.vue-phone-number-input .flex-1 {
    width: 100%;
    padding-left: 8px;
}
.vue-phone-number-input .country-selector {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.vue-phone-number-input .country-selector__input {
    border-bottom: 1px solid #7d7b79;
    border-color: #7d7b79 !important;
    height: 32px;
    color: #7d7b79;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
    cursor: pointer;
}
.vue-phone-number-input .country-selector__input:focus {
    border-color: #111 !important;
}
.vue-phone-number-input .country-selector__toggle {
    display: inline-block;
    width: 24px;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
}
.vue-phone-number-input .country-selector__toggle svg {
    width: 20px;
}
.vue-phone-number-input .country-selector__label {
    display: none;
}
.vue-phone-number-input .country-selector__list {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    overflow: auto;
    background-color: #fff;
    -webkit-filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.12));
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 2px;
    padding: 8px;
    z-index: 4;
}
.vue-phone-number-input .country-selector__list__item {
    display: block;
    width: 100%;
    border-radius: 2px;
    padding: 6px;
    font-size: 14px;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
    cursor: pointer;
    margin-bottom: 2px;
    background-color: rgba(1, 1, 1, 0);
    text-align: left;
}
.vue-phone-number-input .country-selector__list__item.selected {
    background-color: #f0f0f0 !important;
}
.vue-phone-number-input .country-selector__list__item .dots-text {
    display: none;
}
.vue-phone-number-input .input-tel__input {
    border-bottom: 1px solid #7d7b79;
    border-color: #7d7b79 !important;
    height: 32px;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
    font-size: 14px;
    -webkit-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}
.vue-phone-number-input .input-tel__input::-webkit-input-placeholder {
    color: #7d7b79;
    font-size: 14px;
}
.vue-phone-number-input .input-tel__input::-moz-placeholder {
    color: #7d7b79;
    font-size: 14px;
}
.vue-phone-number-input .input-tel__input::-ms-input-placeholder {
    color: #7d7b79;
    font-size: 14px;
}
.vue-phone-number-input .input-tel__input::placeholder {
    color: #7d7b79;
    font-size: 14px;
}
.vue-phone-number-input .input-tel__input:focus {
    border-color: #111 !important;
}
.vue-phone-number-input .input-tel__label {
    display: none;
}
@media (min-width: 991px) {
    .vue-phone-number-input .country-selector__list__item:hover {
        background-color: #f0f0f0;
    }
    .vue-phone-number-input .country-selector__input:hover,
    .vue-phone-number-input .input-tel__input:hover {
        border-color: #111 !important;
    }
    .vue-phone-number-input .country-selector:hover {
        background-color: #f0f0f0;
    }
}
body,
html {
    height: auto;
}
body {
    overflow: visible;
}
