@charset "UTF-8";

@font-face {
    font-family: 'Georgia';
    src: url(https://file.hstatic.net/200000919435/file/georgiapro-reg.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
main {
    background: #fff;
}

:root {
    --shop-color-bg: #F4F1EA;
    --shop-color-main: #5b6d59;
    --shop-color-text: #333333;
    --shop-color-title: #e30931;
    --shop-color-subtitle: #8b8b8b;
    --shop-color-hover: #5b6d59;
    --shop-color-button: #738670;
    --shop-color-button-text: #ffffff;
    --shop-color-border: #e7e7e7;
    --header-bg: #ffffff;
    --header-color-text: #333333;
    --topbar-bg: #738670;
    --topbar-color-text: #ffffff;
    --home-coupon-bg: #ffffff;
    --home-coupon-light: #ffffff;
    --home-coupon-border: #f8d0d3;
    --home-coupon-text: #333333;
    --footer-bg-color-1: #5b6d59;
    --footer-bg-color-2: #ffffff;
    --footer-bg-color-copyright: #000000;
    --footer-color-text-copyright: #ffffff;
    --footer-color-title: #fff;
    --footer-color-text: #fff;
    --footer-color-hover: #fff;
    --home-flashsale-bg: #faefec;
    --home-flashsale-color-title: #333333;
    --home-flashsale-color-light: #FCE700;
    --home-flashsale-countdown-bg: #FF0000;
    --home-flashsale-countdown-color-txt: #ffffff;
}

.proloop-detail .desc {
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.topbar-banner {
    transition: all 0.3s ease;
}

.topbar-banner.hide {
    display: none;
}

/* logo - settings height*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    border: 0;
    background-color: var(--shop-color-bg);
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
}

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

body {
    color: var(--shop-color-text);
    line-height: 1.6;
    font-size: 14px;
    background: var(--shop-color-bg);
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
    position: relative;
}

/* 1.1 - HTML5 Elements */
article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* 1.2 - Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--shop-color-title);
    margin: 0 0 10px 0;
    font-weight: 700;
    line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--shop-color-title);
}

/* 1.3 - Links and Buttons */
a {
    color: var(--shop-color-text);
    text-decoration: none;
    outline: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: var(--shop-color-hover);
    text-decoration: none;
    outline: none;
}

a:active {
    outline: none;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

textarea {
    resize: none;
}

/* 1.4 - Layout */
@media (max-width: 1199px) and (min-width: 992px) {
    .container {
        max-width: 100%;
    }

    .container-fluid {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    .container-fluid {
        padding: 0 20px;
        max-width: 1600px;
    }
}

@media (max-width: 1350px) and (min-width: 1200px) {
    .container {
        padding: 0 30px;
    }

    .container-fluid {
        padding: 0 30px;
    }
}

/* 1.5 - Lists */
ul,
ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.typeList-style * {
    max-width: 100% !important;
}

.typeList-style ul {
    list-style: initial;
    padding-left: 20px;
}

.typeList-style ol {
    list-style-type: decimal;
    padding-left: 20px;
}

.typeList-style ul ul {
    list-style-type: circle;
}

.typeList-style ul ul ul {
    list-style-type: square;
}

.typeList-style ul li,
.typeList-style ol li {
    margin: 5px 0;
}

/* 1.6 - Variable */
.product-loop .proloop-detail .proloop-title a,
.list-notify .article-item__detail .art-title,
.section-home-banner .banner-block__info h3,
.section-home-blogs .article-item__detail .art-title a,
.article-loop .article-detail .post-title a,
.article-loop .article-detail .entry-content,
.list-blogs .item-article__detail .link,
.combo-info .combo-item--title {
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #e30931;
}

.actionToolbar_mobile.toolbar_style_1 .toolbar-item__label {
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.mg-page {
    margin: 35px 0;
}

/* 1.7 - Button */
.button {
    position: relative;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    color: var(--shop-color-button-text);
    padding: 12px 28px;
    border: 0;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    border-radius: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background: #e50429;
}

.button:before {
    content: '';
    display: block;
    background-color: #c5082a;
    position: absolute;
    left: -10%;
    top: -10%;
    bottom: -10%;
    width: 0;
    z-index: -1;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
    -webkit-transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button.btnred {
    background-color: #e70505;
    border-color: #e70505;
}

.button.btnlight {
    background: #fff;
    color: #000000;
    border: 1px solid #000000;
}

.button.btnred:before {
    background: #ff0000;
}

.button.btndark {
    background-color: #333333;
    border-color: #333333;
    color: #fff;
}

.button.btn-addtocart {
    min-height: 50px;
    background: #fff;
    border: 1px solid #e70505;
    color: #e70505;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}

.button.btn-addtocart.disabled {
    color: #929292;
    background: #eaeaea;
    border-color: #eaeaea;
    cursor: no-drop;
}

.button.btn-addtocart.disabled:hover,
.button.btn-addtocart.disabled:focus {
    color: #929292;
}

.button.btn-addtocart.disabled:before {
    display: none;
}

.button.btn-addtocart:before {
    background: #e70505;
    color: #e70505;
}

.button.btn-addtocart:hover,
.button.btn-addtocart:focus {
    color: #fff;
}

.button.btn-addtocart-qv {
    width: 100%;
    min-height: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}

.button.btn-addtocart-qv.disabled {
    color: #929292;
    background: #eaeaea;
    border: 0;
    pointer-events: none;
}

.button.btn-addtocart-qv.disabled:hover {
    color: #929292;
    border-color: #929292;
}

.button.btn-addtocart-qv.disabled:before {
    display: none;
}

.button.btn-buynow {
    width: 100%;
    min-height: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}

.button.btn-preorder {
    width: 100%;
    font-weight: 600;
}

.button.btnbgno {
    background-color: transparent;
    border: 1px solid #fff;
}

.tooltip-cs {
    position: relative;
}

.tooltip-cs .tooltip-hover {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    height: 24px;
    line-height: 24px;
    background: #17191a;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 8px;
    border-radius: 3px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
}

.tooltip-cs .tooltip-hover:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 50%;
    width: 0;
    height: 0;
    border: solid;
    border-width: 8px 8px 0 8px;
    border-color: transparent;
    border-top-color: #000;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

.tooltip-cs:hover .tooltip-hover {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 992px) {

    .button:hover,
    .button:focus {
        color: #ffffff;
    }

    .button:hover:before,
    .button:focus:before {
        width: 120%;
    }

    .button.btnred:hover,
    .button.btnred:focus {
        color: #fff;
        border-color: #ff0000;
    }

    .button.btnlight:hover,
    .button.btnlight:focus {
        color: #fff;
        border-color: #fff;
    }

    .button.btn-see-more {
        min-width: 400px;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .button.btn-see-more {
        width: 100%;
    }

    .button.btn-addtocart {
        background: #e70505;
        border: 1px solid #fff;
        color: #fff;
    }
}

/* 1.8 - Animation css3 */
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@keyframes euiBeaconPulseSmall {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes iconSkew {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes popoverTheLookDot {
    from {
        opacity: 0.6;
        transform: scale(0.6);
    }

    to {
        opacity: 0;
        transform: scale(1.2);
    }
}

@keyframes pulseSmall {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: scale(3.4);
        transform: scale(3.4);
        opacity: 0;
    }
}

@keyframes widthAnimation {
    0% {
        width: 0;
        opacity: 1;
    }

    80% {
        width: 100%;
        opacity: 1;
    }

    100% {
        width: 100%;
        opacity: 0;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes downscroll {
    0% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(3px);
    }
}

@-webkit-keyframes snow {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        -webkit-transform: translate3d(5%, 100%, 0);
        transform: translate3d(5%, 100%, 0);
    }
}

@keyframes snow {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        -webkit-transform: translate3d(5%, 100%, 0);
        transform: translate3d(5%, 100%, 0);
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* 1.9 Image & Loading */
img {
    max-width: 100%;
}

img.lazyload:not([src]) {
    visibility: hidden;
}

.animated-background,
.loading-mask .loading-mask__image .mask-line,
.loading-mask .loading-mask__detail .mask-line {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 800px 104px;
    position: relative;
}

.loading-mask .loading-mask__image {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.loading-mask .loading-mask__detail {
    padding: 10px;
}

.loading-mask .loading-mask__detail .mask-line {
    height: 10px;
    width: 100%;
    border-radius: 8px;
    margin: 4px 0;
}

.loading-mask .loading-mask__detail .mask-line:nth-child(2) {
    width: 80%;
}

.loading-mask .loading-mask__detail .mask-line:nth-child(3) {
    width: 65%;
}

.boxlazy-img__insert {
    position: relative;
    height: 0;
    display: block;
    width: 100%;
}

.boxlazy-img__img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit: contain;
}

.boxlazy-img__aspect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxlazy-img__aspect img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    max-height: 100%;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

.boxlazy-img__aspect iframe {
    max-height: 100%;
    display: block;
    transition: 0s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: none;
    overflow: hidden;
    font-family: "blur-up: auto", "object-fit: contain";
    -o-object-fit: contain;
    object-fit: contain;
}

.lazy-img__prod {}

.lazy-img-cb {
    padding-bottom: 120%;
    display: block;
    height: 0;
    position: relative;
}

.lazy-img-cb img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

.lazy-img__100 {
    padding-bottom: 100%;
}

/* 2.0 - CSS  General */
.sitebox-recaptcha {
    padding: 6px 0 0;
    text-align: left;
    color: #9e9e9e;
    font-size: 13px;
    clear: both;
}

.sitebox-recaptcha a {
    color: #2962ff;
}

@media (min-width: 1200px) {
    .col-lg-cus5 {
        width: 20%;
    }

    .layout-collections .col-lg-cus5 {
        width: 25%;
    }
}

/*--------------------------------------------------------------------------------
PRODUCT LOOP
--------------------------------------------------------------------------------*/
.product-loop {
    position: relative;
}

.product-loop:not(.product-loop-slide) {
    padding: 0 15px;
    margin-bottom: 30px;
}

.product-loop .product-inner {
    background: #fff;
    /* height: 100%; */
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
}

.product-loop .proloop-image {
    position: relative;
    overflow: hidden;
}

.product-loop .proloop-image .lazy-img.second-image {
    transform: translate(100%);
    -ms-transform: translate(100%);
    -webkit-transform: translate(100%);
}

.product-loop .proloop-image .pro-sale,
.product-loop .proloop-image .pro-soldout {
    position: absolute;
    top: 10px;
    z-index: 3;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 5px;
}

.product-loop .proloop-image .pro-soldout {
    left: 10px;
    background: #565656;
    font-size: 10px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 11px;
}

.product-loop .proloop-image .pro-sale {
    left: 10px;
    background: red;
    letter-spacing: 0.5px;
    min-width: 52px;
    border-radius: 11px;
    text-align: center;
    font-weight: 600;
    padding: 5px 10px;
    line-height: 1;
}

.product-loop .proloop-image .pro-sale.disabled {
    display: none;
}

.product-loop .proloop-image .proloop-image__inner {
    position: relative;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}

.product-loop .proloop-image .proloop-image__inner .lazy-img.second-image {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
}

.product-loop .proloop-image .proloop-link {}

.product-loop .proloop-image .gift.product_gift_label {
    width: 25px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
    text-align: center;
    border-radius: 50%;
}

.product-loop .proloop-image .pro-iconbox {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
    text-align: center;
}

.product-loop .proloop-image .gift.product_gift_label:not(.d-none)+.pro-iconbox {
    top: 40px;
}

.product-loop .proloop-image .sticker_frame {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.product-loop .proloop-image .lazy-img {
    position: relative;
    width: 100%;
    transition: all 500ms ease;
}

.product-loop .proloop-image .lazy-img img {}

.product-loop .proloop-image .prod-label-frameldp {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.product-loop .proloop-detail {
    position: relative;
    padding: 12px 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    /* flex: 1 1 auto; */
    text-align: center;
}

.product-loop .proloop-detail .proloop-variant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.product-loop .proloop-detail .proloop-title {
    display: block;
    font-size: 18px;
    margin: 0 0 12px;
    font-weight: 500;
    color: #e30931;
    min-height: 43px;
}

.product-loop .proloop-detail .proloop-price {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin-top: auto;
    padding: 10px 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0px 10px;
    margin-top: 0px;
}

.product-loop .proloop-detail .proloop-price.on-sale .price {
    margin-right: 4px;
    color: #ff2c26;
}

.product-loop .proloop-detail .proloop-price .price-del {
    color: #878c8f;
    text-decoration: line-through;
    font-weight: 400;
    font-size: 13px;
}

.product-loop .proloop-detail .proloop-reviews {
    margin: 5px 0 0;
    min-height: 24px;
}

.product-loop .proloop-detail .proloop-reviews .haravan-product-reviews-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-loop .proloop-detail .proloop-reviews .haravan-product-reviews-badge .hrv-product-reviews-star {
    margin-right: 5px;
    display: flex;
    align-items: center;
}

.product-loop .proloop-detail .proloop-reviews .haravan-product-reviews-badge .hrv-product-reviews-star i {
    font-size: 15px;
}

.product-loop .proloop-detail .proloop-reviews .haravan-product-reviews-badge .hrv-product-reviews-star i[class^="star-"] {
    color: #fdd836 !important;
}

.product-loop .proloop-detail .proloop-reviews .haravan-product-reviews-badge .hrv-product-reviews-star i.star-off-png {
    color: #fdd836 !important;
}

.product-loop .proloop-detail .proloop-reviews .haravan-product-reviews-badge .hrv-product-reviews-star+p {
    margin-bottom: 0;
    margin-left: 0;
    font-size: 0;
    visibility: hidden;
}

.product-loop .proloop-detail .proloop-reviews .haravan-product-reviews-badge .hrv-product-reviews-star+p:before {
    content: "(0)";
    display: inline-block;
    visibility: visible;
}

.product-loop .proloop-detail .proloop-reviews .haravan-product-reviews-badge .hrv-product-reviews-star+span,
.product-loop .proloop-detail .proloop-reviews .haravan-product-reviews-badge .hrv-product-reviews-star+p:before {
    font-size: 13px;
    color: #9e9e9e;
    font-weight: 500;
}

.product-loop .proloop-detail .proloop-reviews p {
    margin: 0;
}

.product-loop .proloop-detail .proloop-btn {
    position: absolute;
    text-align: center;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    flex-direction: column;
    opacity: 0;
}

.product-loop .proloop-detail .proloop-btn a {
    background: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    min-width: 140px;
}

.product-loop .proloop-detail .proloop-btn a.add-to-cart {
    margin-top: 10px;
}

.product-loop .proloop-actions {
    padding: 0 20px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.product-loop .proloop-actions__inner {
    position: relative;
    display: flex;
    width: 100%;
    max-height: 40px;
    --height-action: 40px;
    --width-action: 40px;
}

.section-home-banner .ctnr {
    width: 100% !important;
    padding: 0;
    max-width: none;
}

.product-loop .proloop-actions__inner .actions-primary {
    width: 100%;
}

.product-loop .proloop-actions__inner .actions-primary .btn-proloop-cart {
    background: #fff;
    color: var(--shop-color-text);
    border: 0;
    border-radius: 4px;
    position: relative;
    padding: 0 6px;
    height: var(--height-action);
    width: 100%;
    line-height: var(--height-action);
    outline: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s ease, color 300ms ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-loop .proloop-actions__inner .actions-primary .btn-proloop-cart .btnico {
    position: absolute;
    right: -1px;
    top: -1px;
}

.product-loop .proloop-actions__inner .actions-primary .btn-proloop-cart svg {
    vertical-align: -3px;
    fill: currentColor;
}

.product-loop .proloop-actions__inner .actions-primary .btn-proloop-cart:hover {
    color: #fff;
}

.product-loop .proloop-actions__inner .actions-primary .btn-proloop-cart.disabled {
    color: #c4c4c4;
    pointer-events: none;
}

.product-loop .proloop-actions__inner .actions-primary .btn-proloop-cart.disabled .btnico {
    background: #eaeaea;
}

.product-loop .proloop-actions__inner .actions-primary .btnsold {
    height: 32px;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    font-weight: 600;
    color: #c4c4c4;
}

.product-loop .proloop-actions__inner .actions-boxqty {
    justify-content: center;
    -ms-justify-content: center;
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
}

.product-loop .proloop-actions__inner .actions-boxqty .actions-wrapqty {
    border-radius: 4px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.product-loop .proloop-actions__inner .actions-boxqty .qty-btn {
    height: var(--height-action);
    width: var(--width-action);
    line-height: var(--height-action);
    background: #ffffff;
    color: var(--shop-color-text);
    border: 0;
    outline: none;
    padding: 0 5px;
}

.product-loop .proloop-actions__inner .actions-boxqty .qty-btn svg {
    width: 13px;
    height: 100%;
}

.product-loop .proloop-actions__inner .actions-boxqty .proloop-value {
    width: calc(100% - (var(--height-action) + var(--width-action)));
    height: var(--height-action);
    padding: 0;
    float: left;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    background: #fff;
    color: #000;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.product-loop .proloop-actions__cart {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
}

.product-loop .proloop-actions.action-count .actions-primary {
    opacity: 0;
}

.product-loop .proloop-actions.action-count .actions-boxqty {
    opacity: 1;
    visibility: visible;
}

.product-loop .proloop-actions.icoqv-center {
    bottom: unset;
    right: unset;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product-loop .proloop-actions.icoqv-center .proloop-actions__inner {
    position: initial;
}

.product-loop .proloop-actions.icoqv-center .proloop-actions__quickview {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1010;
}

.product-loop .proloop-quickview {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 995;
    opacity: 0;
    text-align: center;
}

.product-loop .proloop-quickview .icon-quickview {
    width: var(--width-action);
    height: var(--height-action);
    line-height: var(--height-action);
    padding: 7px;
    border-radius: 4px;
    border: 1px solid transparent;
    background: #333;
    color: #fff;
    cursor: pointer;
}

.product-loop .proloop-quickview .icon-quickview svg {
    width: 18px;
    fill: #fff;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.product-loop.product-loop-no .proloop-image:before {
    display: none;
}

@media (min-width: 1200px) {
    .product-loop .product-inner {
        position: relative;
        overflow: hidden;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
    }

    .product-loop .product-inner .proloop-detail {
        background: #fff;
        -webkit-transition: transform 300ms ease;
        -moz-transition: transform 300ms ease;
        -ms-transition: transform 300ms ease;
        -o-transition: transform 300ms ease;
        transition: transform 300ms ease;
    }

    .product-loop .product-inner:hover {
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
        -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    }

    .product-loop .product-inner:hover .proloop-image__inner .lazy-img.first-image {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        transform: translate(calc(-100% - 5px));
        -ms-transform: translate(calc(-100% - 5px));
        -webkit-transform: translate(calc(-100% - 5px));
    }

    .product-loop .product-inner:hover .proloop-image__inner .lazy-img.second-image {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        transform: translate(0);
        -ms-transform: translate(0);
        -webkit-transform: translate(0);
    }

    .product-loop .product-inner:hover .proloop-quickview {
        opacity: 1;
    }

    .product-loop .product-inner:hover .proloop-detail .proloop-actions {
        bottom: 15px;
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 991px) {
    .product-loop .proloop-image .icon-quickview {
        display: none;
    }

    .product-loop .proloop-variant .vrt-option {
        font-size: 12px;
    }

    .product-loop .proloop-detail .proloop-price {
        padding: 8px 0px 8px 0;
        position: relative;
        justify-content: center;
    }

    .product-loop .addtocart-mb {
        position: absolute;
        bottom: 5px;
        right: 5px;
        display: none;

    }

    .product-loop .icon-addtocart {
        display: inline-block;
        padding: 5px;
        border-radius: 50%;
        width: 28px;
        height: 28px;
    }

    .product-loop .icon-addtocart svg {
        width: 13px;
        height: 100%;
        display: block;
        margin: 0 auto;
        fill: #fff;
    }

    .product-loop .icon-addtocart.disabled {
        background: #c4c4c4;
        pointer-events: none;
    }
}

@media (max-width: 767px) {
    .product-loop .proloop-detail {
        padding: 8px 5px;
    }

    .product-loop .proloop-detail .proloop-title {
        font-size: 15px;
        margin: 0 0 8px;
    }

    .product-loop .proloop-detail .proloop-price {
        font-size: 15px;
    }

    .product-loop .proloop-detail .proloop-price .price-del {
        font-size: 14px;
    }

    .product-loop .proloop-detail .proloop-vendor {
        font-size: 10px;
    }
}

@media (min-width: 1200px) {

    .layout-collections .product-loop,
    .layout-searchPage .product-loop {
        flex: 0 0 auto;
        width: 25%;
        max-width: 100%;
    }
}

.list-product-slide {
    padding: 10px;
    margin: -10px;
}

.list-product-slide .swiper-slide {
    height: initial;
}

.list-product-slide .product-loop-slide {
    margin-bottom: 0;
    height: 100%;
    padding: 0px 10px;
}

@media (max-width: 767px) {
    .list-product-row {
        margin: 0 -12px;
    }

    .list-product-row .product-loop {
        padding: 0 2px;
        margin-bottom: 4px;
    }

    .list-product-slide {
        margin: 0 -10px;
        padding: 10px 0px;
    }
}

/* 2.1 - Effect && effect hover */
.snow-container {
    position: fixed;
    width: 100%;
    max-width: 100%;
    z-index: 99999;
    pointer-events: none;
    overflow: hidden;
    top: 0;
    height: 100%;
}

.snow {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation: snow linear infinite;
    animation: snow linear infinite;
}

.snow.foreground {
    background-image: url("https://file.hstatic.net/200000592359/file/effect-04_4044db8463534a169d91e7a2e8e8d31e.png");
    -webkit-animation-duration: 24s;
    animation-duration: 24s;
}

.snow.foreground.layered {
    -webkit-animation-delay: 16s;
    animation-delay: 16s;
}

.snow.middleground {
    background-image: url("https://file.hstatic.net/200000592359/file/effect-05_c1a1e0bfd93f49db98e851226696aff6.png");
    -webkit-animation-duration: 29s;
    animation-duration: 29s;
}

.snow.middleground.layered {
    -webkit-animation-delay: 18.5s;
    animation-delay: 18.5s;
}

.snow.background {
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
}

.snow.background.layered {
    -webkit-animation-delay: 24s;
    animation-delay: 24s;
}

@media (min-width: 1200px) {
    .image-use-effect1 {
        position: relative;
        overflow: hidden;
        display: block;
    }

    .image-use-effect1:before,
    .image-use-effect1:after {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        background-color: rgba(255, 255, 255, 0.15);
        transition: all .5s ease-in-out 0s;
        -webkit-transition: all .5s ease-in-out 0s;
        -ms-transition: all .5s ease-in-out 0s;
    }

    .image-use-effect1:before {
        top: 0;
        left: 0;
        z-index: 1;
    }

    .image-use-effect1:after {
        bottom: 0;
        right: 0;
        z-index: 2;
    }

    .image-use-effect1 img {
        display: block;
        margin: 0;
        height: auto;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

    .image-use-effect1:hover:before,
    .image-use-effect1:hover:after {
        width: 100%;
        height: 100%;
    }

    .image-use-effect1:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .image-use-effect2 {
        display: block;
        position: relative;
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .image-use-effect2:after,
    .image-use-effect2:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
    }

    .image-use-effect2 img:not(.lazyload) {
        transition: opacity 0.3s, transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transition: opacity 0.3s, transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transition: opacity 0.3s, transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .image-use-effect2:hover img:not(.lazyload) {
        -ms-transform: scale(1.08);
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    .image-use-effect2:hover:before {
        background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
        bottom: 50%;
        top: 50%;
    }

    .image-use-effect2:hover:after {
        background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
        left: 51%;
        right: 50%;
    }

    .image-use-effect3 {
        position: relative;
        display: block;
        overflow: hidden;
    }

    .image-use-effect3:before {
        position: absolute;
        top: 0;
        left: -100%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
        cursor: pointer;
        transform: skew(-25deg);
        animation: shine 2s infinite 2s;
    }

    .image-use-effect3:hover:before {
    }

    .image-use-effect4 img {
        -webkit-transition: .6s linear;
        transition: .6s linear;
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
    }

    .image-use-effect4:hover img {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

/* 2.2 - Modal - Popup - Notify - Sidebar */
/*--------------------------------------------------------------------------------
MODAL ** POPUP CONTACT FORM
--------------------------------------------------------------------------------*/
.modal-popupContact {
    color: #333;
    background: rgba(3, 17, 27, 0.7);
    -webkit-transition: opacity .35s linear;
    -o-transition: opacity .35s linear;
    transition: opacity .35s linear;
}

.modal-popupContact .close-popup-contact {
    background-color: rgba(0, 0, 0, 0.3);
    border: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    border-radius: 50%;
    opacity: 1;
    text-align: center;
    outline: none;
}

.modal-popupContact .close-popup-contact svg {
    display: block;
    margin: auto;
    height: 30px;
    width: 14px;
    text-align: center;
    fill: #f3f3f3;
}

.modal-popupContact .close-popup-contact:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-popupContact .modal-dialog .modal-body {
    padding: 0;
}

.modal-popupContact.fade .modal-dialog {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.modal-popupContact.fade.show .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.modal-popupContact.popupBanner .modal-content {
    background-color: transparent;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.modal-popupContact.popupForm .modal-content {
    position: relative;
    overflow: hidden;
    padding: 0;
    display: unset;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e6e6e6;
}

.modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
    position: relative;
    padding: 50px 25px;
    float: right;
    width: 58%;
}

.modal-popupContact.popupForm .modal-content .title-adv-popup-contact {
    font-size: 14px;
    margin-bottom: 5px;
}

.modal-popupContact.popupForm .modal-content .list-adv-popup-contact li {
    list-style-type: disc;
    margin-left: 25px;
    font-size: 14px;
}

.modal-popupContact.popupForm .modal-content .title-popup-contact {
    font-size: 24px;
    margin: 0px 0px 10px;
    font-weight: 500;
}

.modal-popupContact.popupForm .modal-content .message-popup-contact {
    margin-bottom: 25px;
}

.modal-popupContact.popupForm .modal-content.lazyloaded {
    background-image: url(//theme.hstatic.net/200000919435/1001283175/14/popup_contact_bkg.jpg?v=622);
}

.modal-popupContact.popupForm .modal-content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #f3f3f3;
    opacity: 0.75;
    width: 58%;
}

.modal-popupContact.popupForm .popup-form-customer .input-group input {
    margin-bottom: 15px;
    font-size: 14px;
    height: 45px;
    padding: 10px 20px;
    line-height: 25px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.modal-popupContact.popupForm .popup-form-customer .input-group input:focus {
    box-shadow: none;
    outline: none;
}

.modal-popupContact.popupForm .popup-form-customer .input-group-addon {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    height: 45px;
    padding: 10px 20px;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    border-color: var(--shop-color-main);
}

.modal-popupContact.popupForm .popup-form-customer .succes-popup {
    font-size: 13px;
    min-height: 25px;
    visibility: hidden;
    margin: 0;
    text-align: center;
}

.modal-popupContact.popupForm .popup-form-customer .succes-popup.error {
    visibility: visible;
    color: red;
}

.modal-popupContact.popupForm .popup-form-customer .succes-popup.success {
    visibility: visible;
    color: #27a208;
}

.modal-popupContact.popupPromotion .popup-discount {
    padding: 30px 40px;
}

.modal-popupContact.popupPromotion .desc-popup-discount {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.modal-popupContact.popupPromotion .title-popup-discount {
    font-size: 26px;
    margin-bottom: 10px;
    text-align: center;
}

.modal-popupContact.popupPromotion .code-popup-discount {
    display: flex;
    justify-content: center;
}

.modal-popupContact.popupPromotion .code-popup-discount input {
    width: 50%;
    height: 45px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
    line-height: 1.6;
    background-color: #f3f3f3;
    color: #000;
    border-style: dashed;
    border-color: #c5c5c5;
    border-width: 2px;
    border-radius: 5px;
}

.modal-popupContact.popupPromotion .code-popup-discount input:focus {
    outline: none;
}

.modal-popupContact.popupPromotion .code-popup-discount button {
    height: 45px;
    min-width: 155px;
    padding: 10px 32px;
    margin-left: 20px;
    border: 0;
    border-radius: 4px;
    background-color: #ff0000;
    color: #fff;
}

.modal-popupContact.popupPromotion .code-popup-discount button.disabled {
    pointer-events: none;
    opacity: 0.95;
}

@media (min-width: 768px) {
    .modal-popupContact .modal-dialog {
        max-width: 650px;
    }
}

@media (max-width: 767px) {

    .modal-popupContact.popupForm .modal-content:before,
    .modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
        width: 100%;
    }

    .modal-popupContact.popupPromotion .popup-discount {
        padding: 20px 15px;
    }

    .modal-popupContact.popupPromotion .code-popup-discount {
        flex-wrap: wrap;
    }

    .modal-popupContact.popupPromotion .code-popup-discount input {
        width: 100%;
    }

    .modal-popupContact.popupPromotion .code-popup-discount button {
        width: 100%;
        margin: 15px 0 0 0;
    }
}

.swal2-modal {
    padding: 20px 15px 15px;
    margin-bottom: 50px;
    background: #ffffff;
    color: var(--shop-color-text);
}

.swal2-modal .swal2-actions {
    flex-direction: row-reverse;
    margin-top: 12px;
}

.swal2-modal .swal2-actions .swal2-styled {
    position: relative;
    display: inline-block;
    min-width: 110px;
    padding: 10px 25px;
    margin: 7px;
    line-height: normal;
    color: #000;
    border: 1px solid #000;
    border-radius: 2px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
    background-color: transparent;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
    overflow: hidden;
    box-shadow: none;
}

.swal2-modal .swal2-actions .swal2-cancel {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}

.swal2-modal .swal2-actions .swal2-confirm {
    border: 1px solid #ec0b0b;
    background-color: #ec0b0b;
    color: #fff;
}

.swal2-modal .swal2-actions .swal2-cancel:focus,
.swal2-modal .swal2-actions .swal2-confirm:focus {
    box-shadow: none;
}

.swal2-modal.newsletter-form-success .swal2-icon:first-child {
    margin-top: 20px;
}

.swal2-modal.newsletter-form-success .swal2-title {
    font-size: 18px;
    color: #252a2b;
    text-transform: none;
}

.swal2-modal.newsletter-form-success .swal2-html-container {
    font-size: 14px;
}

.swal2-modal.newsletter-form-success .swal2-html-container p {
    margin-bottom: 10px;
}

.swal2-modal.newsletter-form-success .swal2-html-container .txt3 {
    color: #aaa;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .swal2-modal.newsletter-form-success {
        width: 400px;
    }
}

.swal2-modal.copy-success {
    max-width: 220px;
    padding: 15px;
}

.swal2-modal.copy-success .swal-icon {
    margin: 0 auto 10px;
}

.swal2-modal.copy-success .swal-text {
    font-size: 16px;
    font-weight: 500;
}

.swal2-modal.swal-cart-remove .swal2-title {
    display: block;
    text-align: center;
    font-size: 14px;
    color: var(--shop-color-text);
    font-weight: 400;
    margin: 0;
    padding-top: 25px;
    max-width: 100%;
}

.swal2-modal.swal-cart-checkInvoice .swal2-icon {
    margin-top: 10px;
}

.swal2-modal.swal-cart-checkInvoice .swal2-title {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    color: var(--shop-color-title);
    padding: 10px 0;
}

.swal2-modal.swal-cart-checkInvoice .swal2-html-container {
    display: block;
    text-align: center;
    font-size: 14px;
    color: var(--shop-color-text);
    font-weight: 400;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.swal-alert-km .swal2-popup {
    width: 380px;
    padding: 20px;
}

.swal-alert-km .swal2-title {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    color: var(--shop-color-title);
    padding: 10px 0;
}

.swal-alert-km .swal2-html-container {
    font-size: 15px;
    font-weight: 400;
    margin: 15px 10px 0;
}

.swal-alert-km .swal2-confirm {
    order: 2;
    width: 100%;
}

.swal-alert-km .swal2-cancel {
    order: 1;
    width: 100%;
}

/*--------------------------------------------------------------------------------
MODAL SIZE GUIDE
--------------------------------------------------------------------------------*/
.modal-sizes {
    text-align: center;
    padding: 0 !important;
    background: rgba(3, 17, 27, 0.7);
}

.modal-sizes .modal-header {
    padding: 20px 50px 15px;
    border-bottom: 0;
}

.modal-sizes .modal-header.mdal-border {
    border-bottom: 1px solid #e5e5e5;
}

.modal-sizes .modal-header .mdl-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto;
    line-height: initial;
}

.modal-sizes .modal-header .close-modal-size {
    position: absolute;
    top: 8px;
    right: 8px;
    margin: 0;
    opacity: 1;
    display: block;
    outline: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    background: #e5e5e5;
    border: 1px solid #e5e5e5;
}

.modal-sizes .modal-header .close-modal-size svg {
    display: block;
    margin: auto;
    height: 100%;
    width: 22px;
    opacity: 0.55;
    -webkit-transition: -webkit-transform .25s, opacity .25s;
    -moz-transition: -moz-transform .25s, opacity .25s;
    transition: transform .25s, opacity .25s;
}

.modal-sizes .modal-body {
    padding: 20px;
}

.modal-sizes .modal-body .mdl-banner {
    text-align: center;
}

.modal-sizes .modal-body .mdl-note {
    margin: 12px 0 10px;
}

.modal-sizes .modal-header .close-modal-size:hover svg {
    opacity: 1;
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    transform: scale(1.12);
}

@media (min-width: 768px) {
    .modal-sizes .modal-dialog {
        min-width: 700px;
    }
}

@media (max-width: 767px) {
    .modal-sizes .modal-header {
        padding: 12px 44px 12px 12px;
    }

    .modal-sizes .modal-header .mdl-title {
        font-size: 18px;
        text-align: left;
    }

    .modal-sizes .modal-body {
        padding: 20px 10px;
    }
}

/*--------------------------------------------------------------------------------
MODAL QUICKVIEW
--------------------------------------------------------------------------------*/
.modal-quickview {
    background: rgba(3, 17, 27, 0.3);
}

.modal-quickview .modal-dialog {
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 28px auto;
    min-height: calc(100% - (28px * 2));
}

.header-bottom-cart .mainHeader .header-wrap-actions .header-action_text .header-action__link .box-icon svg path {
    fill: #fff;
}

.header-bottom-cart .mainHeader .header-wrap-actions .header-action_text .header-action__link .box-text .txtbl {
    color: #fff;
}

.modal-quickview .modal-dialog .modal-content {
    pointer-events: auto;
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
}

.modal-quickview .modal-paramlink {
    position: relative;
    padding: 0;
    z-index: 5;
    border-bottom: 1px solid var(--shop-color-border);
}

.modal-quickview .modal-paramlink .quickview-close {
    text-align: center;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    color: #272727;
    z-index: 999;
    width: 36px;
    height: 36px;
    border: 9px solid transparent;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.modal-quickview .modal-paramlink .quickview-close:before,
.modal-quickview .modal-paramlink .quickview-close:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background-color: rgba(39, 39, 39, 0.5);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.modal-quickview .modal-paramlink .quickview-close:before {
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal-quickview .modal-paramlink .quickview-close:after {
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-quickview .modal-paramlink .quickview-close:hover {
    background: #e5e5e5;
}

.modal-quickview .modal-paramlink .quickview-close:hover:before,
.modal-quickview .modal-paramlink .quickview-close:hover:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media (max-width: 767px) {
    .modal-quickview .modal-paramlink .quickview-close {
        top: 5px;
    }
}

.modal-quickview .modal-paramlink .paramlink-topbar {
    position: relative;
    display: block;
    padding: 8px 50px;
    width: 100%;
}

.modal-quickview .modal-paramlink .paramlink-topbar .purl-title {
    font-size: 15px;
    margin: 0;
    display: block;
}

.modal-quickview .modal-paramlink .paramlink-topbar .purl-title span {
    overflow: hidden;
    visibility: initial;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.modal-quickview .modal-paramlink .paramlink-topbar .purl-link {
    margin: 0;
    font-size: 13px;
}

.modal-quickview .modal-paramlink:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: #f7f5f5;
}

.modal-quickview .productDetail-information {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    align-items: flex-start;
}

.modal-quickview .productDetail--gallery,
.modal-quickview .productDetail--content {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.modal-quickview .product-gallery {
    padding: 0;
}

.modal-quickview .product-thumb__link {
    width: 100%;
}

.modal-quickview .info-header .product-name h2 {
    font-size: 20px;
}

.modal-quickview .info-body .pro-title {
    min-width: 70px;
}

.modal-quickview .info-body .product-variants {
    padding-right: 0;
}

.modal-quickview .info-body .product-quantity {
    justify-content: unset;
}

.modal-quickview .info-body .select-swatch .swatch .select-swap {
    width: 100%;
}

.modal-quickview .product-viewdetail {
    padding-left: 15px;
}

.modal-quickview .product-viewdetail a {
    text-decoration: underline;
    display: inline-block;
    color: var(--shop-color-text);
}

.modal-quickview .product-viewdetail svg {
    fill: rgba(0, 0, 0, 0.6);
}

.modal-quickview .product-promotion {
    margin-bottom: 10px;
    display: none;
}

.modal-quickview .product-promotion .promotion-inner {
    display: flex;
    padding: 15px;
    border: 1px solid red;
    border-radius: 4px;
    align-items: center;
    background: #fee2e2;
    position: relative;
    transition: all 300ms ease;
}

.modal-quickview .product-promotion .promotion-inner .pro-icon {
    position: absolute;
    right: 15px;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.01);
    top: calc(50% - 12px);
}

.modal-quickview .product-promotion .promotion-inner .pro-icon svg {
    height: 100%;
    display: block;
    margin: auto;
    width: 18px;
    fill: red;
}

.modal-quickview .product-promotion .promotion-inner .pro-image {
    flex: 0 0 30px;
}

.modal-quickview .product-promotion .promotion-inner .pro-txt {
    font-size: 20px;
    margin-left: 20px;
    font-weight: 600;
    color: #333333;
    flex: 0 0 calc(100% - 30px);
    padding-right: 70px;
}

.modal-quickview .product-promotion .promotion-inner .pro-txt a {
    color: #d70018;
    display: none;
}

.modal-quickview .product-promotion .promotion-inner .pro-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.modal-quickview .product-promotion .promotion-inner:hover .pro-icon {
    border-color: #333;
}

.modal-quickview .product-promotion .promotion-inner:hover .pro-icon svg {
    fill: #333;
}

.modal-quickview .product-form-preorder {
    display: none;
}

.modal-quickview .boxlazy-img__aspect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.modal-quickview.has-preorder .product-form-preorder {
    display: block;
}

.modal-quickview.has-preorder .product-sku,
.modal-quickview.has-preorder .product-quantity,
.modal-quickview.has-preorder .product-actions,
.modal-quickview.has-preorder .product-share,
.modal-quickview.has-preorder .product-viewdetail {
    display: none;
}

.modal-quickview.has-preorder .product-variants {
    margin-bottom: 8px;
}

.modal-quickview.has-preorder .contact_form_tt {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.modal-quickview.has-preorder .contact-form .input-group {
    margin-bottom: 12px;
}

.modal-quickview.has-preorder .contact-form .input-group input,
.modal-quickview.has-preorder .contact-form .input-group textarea {
    height: 36px;
    padding: 5px 15px;
    font-size: 14px;
}

.modal-quickview.has-preorder .contact-form .input-group textarea {
    height: 80px;
    padding: 5px 15px;
    margin: 0;
}

.modal-quickview.has-preorder .btn-submit-contact-pr {
    width: 100%;
    border-radius: 4px;
}

@media (min-width: 992px) {
    .modal-quickview.fade .modal-dialog {
        opacity: 0;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
    }

    .modal-quickview.fade.show .modal-dialog {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .modal-quickview .modal-dialog {
        max-width: 840px;
    }

    .modal-quickview .modal-paramlink .paramlink-topbar {
        display: none;
    }

    .modal-quickview .modal-paramlink .quickview-close {
        right: 10px;
        left: initial;
    }

    .modal-quickview .modal-body {
        padding: 25px 20px;
    }

    .modal-quickview .modal-body .product-gallery__thumb {
        margin-top: 15px;
        width: 100%;
    }

    .modal-quickview .product-info {
        border: 0;
    }

    .modal-quickview .info-header {
        padding: 0 15px;
    }

    .modal-quickview .info-body {
        padding-left: 15px;
    }

    .modal-quickview .info-body .product-price .pro-price {
        font-size: 18px;
    }

    .modal-quickview .info-body .product-price del {
        font-size: 14px;
    }

    .modal-quickview .info-body .product-price .pro-percent {
        padding: 3px 10px;
        font-size: 10px;
    }

    .modal-quickview .info-body .product-variants .select-swatch .swatch {
        flex-wrap: wrap;
    }

    .modal-quickview .info-body .product-variants .select-swatch .swatch .pro-title {
        width: 100%;
        min-height: initial;
        display: flex;
        align-items: center;
    }

    .modal-quickview .info-body .product-variants .select-swatch .swatch .pro-title strong {
        padding-bottom: 0;
        margin-left: 5px;
    }

    .modal-quickview .info-body .product-variants .select-swatch .swatch:first-child {
        margin-top: 0;
    }

    .modal-quickview .info-body .product-variants .select-swatch .swatch:last-child {
        margin-bottom: 0;
    }

    .modal-quickview .info-body .product-actions {
        padding-top: 0;
        border-top: 0;
    }

    .modal-quickview .info-body .product-actions .quantity-title {
        margin-bottom: 0;
    }

    .modal-quickview .info-body .product-actions .quantity-selector .qty-btn {
        height: 30px;
        line-height: 30px;
        width: 30px;
    }

    .modal-quickview .info-body .product-actions .quantity-selector .qty-btn svg {
        width: 9px;
    }

    .modal-quickview .info-body .product-actions .quantity-selector .quantity-number {
        height: 30px;
        line-height: 30px;
        width: 40px;
    }

    .modal-quickview .info-body .product-info .product-variants {
        padding-right: 0;
    }

    .modal-quickview .swiper-pagination {
        display: none;
    }

    .modal-quickview.has-preorder .product-info {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .modal-quickview.fade .modal-dialog {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: transform 0.4s ease;
        transition: transform 0.4s ease;
    }

    .modal-quickview.fade.show .modal-dialog {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .modal-quickview.fade.show .modal-dialog .modal-paramlink:before {
        -webkit-animation: widthAnimation 3s ease-in-out;
        animation: widthAnimation 3s ease-in-out;
    }

    .modal-quickview.has-preorder .modal-body {
        padding-bottom: 0;
    }

    .modal-quickview .modal-dialog {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        height: calc(100% - 50px);
        min-height: auto;
        max-height: calc(100% - 50px);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffffff;
        background-clip: padding-box;
        border-radius: 16px 16px 0 0;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 18px;
    }

    .modal-quickview .modal-dialog .modal-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        margin: 0;
        border: 0;
        border-radius: 16px 16px 0 0;
    }

    .modal-quickview .modal-body {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        overflow: hidden;
        overflow-y: auto;
        padding: 0 0 65px;
    }

    .modal-quickview .productDetail--content {
        margin-top: 0;
    }

    .modal-quickview .productDetail--gallery,
    .modal-quickview .productDetail--content {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .modal-quickview .productDetail--gallery {
        border-bottom: 1px solid var(--shop-color-border);
    }

    .modal-quickview .product-viewdetail {
        margin-top: 10px;
    }

    .modal-quickview .product-gallery__thumb {
        display: none;
    }

    .modal-quickview .product-actions {
        position: fixed;
        padding: 10px 15px 12px;
        margin: 0 !important;
        border-top: 1px solid var(--shop-color-border);
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        background: #ffffff;
    }

    .modal-quickview .product-actions__inner {
        margin-bottom: 0 !important;
        width: calc(100% - 135px);
        margin-left: auto !important;
    }

    .modal-quickview .product-actions .action-buys {
        margin: 0 !important;
    }

    .modal-quickview .product-actions .btn-addtocart-qv {
        font-size: 12px;
        padding: 0;
        height: 40px;
        min-height: 40px;
    }

    .modal-quickview .product-quantity {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;
        margin-bottom: 12px !important;
    }

    .modal-quickview .product-promotion .promotion-inner .pro-txt {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------------------------
MODAL COUPON
--------------------------------------------------------------------------------*/
.modal-coupon .modal-dialog {
    max-width: 390px;
}

.modal-coupon .modal-header p {
    padding-right: 30px;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: initial;
}

.modal-coupon .modal-header .btn-close-coupon {
    position: absolute;
    top: 8px;
    right: 8px;
    margin: 0;
    opacity: 1;
    display: block;
    outline: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    background: #e5e5e5;
    border: 1px solid #e5e5e5;
}

.modal-coupon .modal-header .btn-close-coupon svg {
    display: block;
    margin: auto;
    height: 100%;
    width: 22px;
    opacity: 0.55;
    -webkit-transition: -webkit-transform .25s, opacity .25s;
    -moz-transition: -moz-transform .25s, opacity .25s;
    transition: transform .25s, opacity .25s;
}

.modal-coupon .modal-header .btn-close-coupon:hover svg {
    opacity: 1;
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    transform: scale(1.12);
}

.modal-coupon .modal-content .title-coupon {
    display: none;
}

.modal-coupon .modal-content .coupon-item {
    padding: 0;
}

.modal-coupon .modal-content .cp-icon {
    display: none;
}

@media (max-width: 991px) {
    .modal-coupon .coupon-initial .listCoupon {
        display: block;
        margin: 0;
        padding: 0;
    }

    .modal-coupon .coupon-initial .listCoupon .coupon-item {
        padding: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*--------------------------------------------------------------------------------
MODAL PREORDER
--------------------------------------------------------------------------------*/
.modal-contactform-pr .modal-title {
    font-size: 17px;
    padding-right: 35px;
}

.modal-contactform-pr .btn-close-preorder {
    text-align: center;
    position: absolute;
    cursor: pointer;
    top: 12px;
    right: 12px;
    color: #272727;
    z-index: 999;
    width: 30px;
    height: 30px;
    font-size: 0;
    border: 1px solid transparent;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.modal-contactform-pr .btn-close-preorder:before,
.modal-contactform-pr .btn-close-preorder:after {
    content: "";
    position: absolute;
    height: 2px;
    width: calc(100% - 10px);
    top: 50%;
    left: 5px;
    margin-top: -1px;
    background-color: rgba(39, 39, 39, 0.5);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.modal-contactform-pr .btn-close-preorder:before {
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal-contactform-pr .btn-close-preorder:after {
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-contactform-pr .btn-close-preorder:hover {
    background: #e5e5e5;
}

.modal-contactform-pr .btn-close-preorder:hover:before,
.modal-contactform-pr .btn-close-preorder:hover:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.modal-contactform-pr .btn-close-preorder:focus {
    outline: none;
    box-shadow: none;
}

.modal-contactform-pr .btn-submit-contact-pr {
    border-radius: 4px;
}

.modal-contactform-pr .success-form-pr-contact p {
    margin: 0;
}

@media (max-width: 991px) {
    .modal-contactform-pr .modal-title {
        font-size: 15px;
    }
}

/*--------------------------------------------------------------------------------
NOTIFY PRODUCT
--------------------------------------------------------------------------------*/
.jGrowl.top-right {
    right: 0;
    top: 16%;
}

.jGrowl .jGrowl-notification {
    position: relative;
    background: #ffffff;
    border: 0;
    opacity: 1;
    width: 270px;
    -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3);
}

.jGrowl .jGrowl-notification:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(91, 109, 89, 0.04);
}

.jGrowl-message .jGowl-text {
    font-size: 13px;
    font-weight: 600;
    color: var(--shop-color-main);
    margin-bottom: 8px;
}

.jGrowl-message img {
    border: 1px solid #ececec;
}

.jGrowl-message .jGrowl-note .jGrowl-title {
    font-size: 13px;
    color: var(--shop-color-text);
}

.jGrowl-message .jGrowl-note ins {
    display: block;
    color: var(--shop-color-main);
}

.jGrowl-message .col-md-8 {
    padding-left: 0;
}

.jGrowl-notification .jGrowl-close {
    font-size: 0px;
    color: #ffffff;
    background-color: var(--shop-color-main);
    position: absolute;
    right: 6px;
    z-index: 99;
    border: none;
    float: right;
    font-weight: 700;
    cursor: pointer;
    outline: none;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 14px;
    border-radius: 50%;
}

.jGrowl-notification .jGrowl-close:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    right: 0px;
    top: 0px;
    left: 0;
    bottom: 0;
    margin: auto;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M638.6,500l322.7-322.7c38.3-38.3,38.3-100.3,0-138.6C923,0.4,861,0.4,822.7,38.7L500,361.4L177.3,38.7C139,0.4,77,0.4,38.7,38.7C0.4,77,0.4,139,38.7,177.3L361.4,500L38.7,822.7C0.4,861,0.4,923,38.7,961.3C57.9,980.4,82.9,990,108,990s50.1-9.6,69.3-28.7L500,638.6l322.7,322.7c19.1,19.1,44.2,28.7,69.3,28.7c25.1,0,50.1-9.6,69.3-28.7c38.3-38.3,38.3-100.3,0-138.6L638.6,500z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.jGrowl .jGrowl-closer.ui-corner-all {
    display: none !important;
}

@media (max-width: 991px) {
    div#jGrowl {
        display: none;
    }
}

/*-------- TOOLBAR BOTTOM MOBILE ***ADDTHIS ** SHARING ----------------*/
/* - Modal contact form */
.modal-addThis {
    background: rgba(3, 17, 27, 0.7);
    -webkit-transition: opacity .35s linear;
    -o-transition: opacity .35s linear;
    transition: opacity .35s linear;
}

.article-item__block {
    margin: 0px 10px;
}

.modal-addThis.fade .modal-dialog {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.modal-addThis.fade.show .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.modal-contactform .modal-header h4.modal-title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

.modal-contactform .modal-header button.close {
    background-color: rgba(0, 0, 0, 0.3);
    border: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    border-radius: 50%;
    opacity: 1;
    text-align: center;
    outline: none;
}

.modal-contactform .modal-header button.close:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-contactform .modal-header button.close svg {
    display: block;
    margin: auto;
    height: 30px;
    width: 14px;
    text-align: center;
    fill: #f3f3f3;
}

.modal-contactform .modal-body.body-popupform .form-control {
    background: #f3f5f6;
    border-radius: 0;
}

.modal-contactform .modal-body.body-popupform .form-control:focus {
    background: #fff;
}

.modal-contactform .modal-body.body-popupform .input-group input,
.modal-contactform .modal-body.body-popupform .input-group textarea {
    border-color: #eee;
    font-size: 14px;
}

.modal-contactform .modal-body.body-popupform .input-group input:focus,
.modal-contactform .modal-body.body-popupform .input-group textarea:focus {
    outline: none;
    box-shadow: none;
}

.modal-contactform .modal-body.body-popupform .btnSubmit-modal {
    padding: 10px 28px;
    outline: none;
}

@media (min-width: 768px) {
    .modal-contactform .modal-dialog {
        max-width: 605px;
    }
}

/**/
.fb_dialog_content iframe {
    right: 0px !important;
}

.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
    right: 12px !important;
}

.addThis_contact__dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: transparent;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: background-color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.addThis_contact__icons {
    position: fixed;
    bottom: 105px;
    right: 18px;
    margin: 0;
    z-index: 1000;
    cursor: pointer;
}

.addThis_contact__icons .box-item {
    position: relative;
}

.addThis_contact__icons .box-item+.box-item {
    margin-top: 18px;
}

.addThis_contact__icons .box-item .svgico {
    position: relative;
    z-index: 4;
    display: block;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer;
    background: var(--shop-color-main);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.addThis_contact__icons .box-item .svgico svg {
    fill: #ffffff;
    width: 28px;
    height: 100%;
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.addThis_contact__icons .box-item:before,
.addThis_contact__icons .box-item:after {
    position: absolute;
    content: '';
    height: 48px;
    width: 48px;
    left: 0;
    top: 0;
    background: var(--shop-color-main);
    border-radius: 50%;
}

.addThis_contact__icons .box-item:before {
    animation: euiBeaconPulseSmall 2s infinite ease-out;
}

.addThis_contact__icons .box-item:after {
    animation: euiBeaconPulseSmall 2s infinite ease-out 0.4s;
}

.addThis_contact__icons .box-item.box-contact .svgico>svg {
    animation: iconSkew 1s infinite ease-out;
}

.addThis_contact__icons .box-item.box-contact .svgico .svgico--close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.addThis_contact__icons .box-item.box-contact .svgico .svgico--close svg {
    fill: #ffffff;
    width: 17px;
    height: 100%;
}

.addThis_contact__icons .box-item.box-live .svgico {
    background: #ff0000;
}

.addThis_contact__icons .box-item.box-live:before,
.addThis_contact__icons .box-item.box-live:after {
    background: #ff0000;
}

.addThis_contact__icons .box-item.box-chatmsg:before,
.addThis_contact__icons .box-item.box-chatmsg:after {
    display: none;
}

.addThis_contact__icons .box-item.box-chatmsg .svgico {
    background: #ffffff;
    padding: 3px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    transition: box-shadow 150ms linear;
}

.addThis_contact__icons .box-item.box-chatmsg .svgico svg {
    width: 100%;
    height: 100%;
}

.addThis_contact__lists {
    position: absolute;
    bottom: 145px;
    border-radius: 12px;
    right: 30px;
    max-width: 300px;
    overflow: hidden;
    background-color: #f5f6fa;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform-origin: 100% bottom;
    transform-origin: 100% bottom;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.addThis_contact__lists .addThis_close {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    border: 0;
    outline: none;
    padding: 6px;
    background: transparent;
}

.addThis_contact__lists .addThis_close svg {
    opacity: 0.6;
    width: 24px;
    height: 24px;
    display: block;
    margin: auto;
}

.addThis_contact__lists .addThis_listing {
    padding: 0;
    margin: 0;
}

.addThis_contact__lists .addThis_listing .addThis_item {
    margin: 0;
    padding: 0;
    margin: 0;
}

.addThis_contact__lists .addThis_listing .addThis_item--icon {
    padding: 10px 15px;
    cursor: pointer;
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.addThis_contact__lists .addThis_listing .addThis_item--icon svg {
    display: block;
    border-radius: 50%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}

.addThis_contact__lists .addThis_listing .addThis_item--icon .tooltip-text {
    opacity: 1;
    visibility: visible;
    position: initial;
    width: calc(100% - 32px);
    padding-left: 15px;
    text-align: left;
    background: transparent;
    color: #1d243e;
    font-size: 13px;
    font-weight: 400;
}

.addThis_contact__lists .addThis_listing .addThis_item:not(:last-of-type) {
    border-bottom: 1px solid #ecedf1;
    box-shadow: 0 1px 0 0 #fff;
}

.addThis_contact__lists .addThis_listing .addThis_item.addThis_item__fbchat {
    display: block;
}

.addThis_contact__dialog.active {
    opacity: 1;
    visibility: visible;
}

.addThis_contact__dialog.active .addThis_contact__lists {
    -ms-transition-delay: 0.1s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.1s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.addThis_contact__dialog.active+.addThis_contact__icons .svgico .svgico--close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.addThis_contact__dialog.active+.addThis_contact__icons .svgico>svg {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
}

.addThis_contact__dialog.active+.addThis_contact__icons .box-live {
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 992px) {
    .addThis_contact__lists .addThis_listing .addThis_item--icon:hover {
        background: #ffffff;
    }

    .addThis_contact__lists .addThis_listing .addThis_item--icon:hover .tooltip-text {
        color: var(--shop-color-hover);
    }

    .addThis_contact__lists .addThis_listing .addThis_item.addThis_item__fbchat {
        display: none;
    }
}

@media (max-width: 991px) {
    .addThis_contact__dialog {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .addThis_contact__icons {
        right: 12px;
        bottom: 80px;
    }

    .addThis_contact__icons .box-item .svgico {
        height: 45px;
        width: 45px;
    }

    .addThis_contact__icons .box-item .svgico svg {
        width: 24px;
    }

    .addThis_contact__icons .box-item .svgico .svgico--close svg {
        width: 16px;
    }

    .addThis_contact__icons .box-item:before,
    .addThis_contact__icons .box-item:after {
        height: 45px;
        width: 45px;
    }

    .addThis_contact__lists {
        left: 15px;
        right: 15px;
        bottom: 110px;
        max-width: 100%;
    }

    .addThis_contact__lists .addThis_listing .addThis_item.addThis_item__fbchat {
        display: block;
    }

    .addThis_contact.toolbar-mobile-1 .addThis_contact__icons {
        bottom: 90px;
    }

    .addThis_contact.toolbar-mobile-1 .addThis_contact__icons .box-item.box-contact {
        display: none;
    }

    .addThis_contact.toolbar-mobile-1 .addThis_contact__lists {
        bottom: 80px;
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    .addThis_contact.toolbar-mobile-2 .addThis_contact__icons {
        bottom: 140px;
    }

    .addThis_contact.toolbar-mobile-2 .addThis_contact__icons .box-item.box-contact,
    .addThis_contact.toolbar-mobile-2 .addThis_contact__icons .box-item.box-chatmsg {
        display: none;
    }

    .addThis_contact.toolbar-mobile-2 .addThis_contact__dialog {
        display: none;
    }
}

.actionToolbar_mobile {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    display: none;
}

.actionToolbar_mobile .toolbar-wrapper {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.actionToolbar_mobile.toolbar_style_1 .toolbar-wrapper {
    height: 55px;
    padding: 6px 5px 4px;
}

.actionToolbar_mobile.toolbar_style_1 .toolbar-item {
    flex: 0 0 auto;
    width: 20%;
}

.actionToolbar_mobile.toolbar_style_1 .toolbar-item__btn {
    border: 0;
    background: none;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 100%;
    padding-right: 2px;
    padding-left: 2px;
}

.actionToolbar_mobile.toolbar_style_1 .toolbar-item__icon {
    width: 20px;
    height: 22px;
    display: block;
    position: relative;
}

.actionToolbar_mobile.toolbar_style_1 .toolbar-item__icon svg {
    display: block;
    margin: 0 auto;
    height: 100%;
}

.actionToolbar_mobile.toolbar_style_1 .toolbar-item__icon .count {
    display: inline-block;
    vertical-align: top;
    background: #ff0000;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    top: -4px;
    left: 12px;
}

.actionToolbar_mobile.toolbar_style_1 .toolbar-item__label {
    margin-top: 4px;
    right: 10px;
    left: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
}

.actionToolbar_mobile.toolbar_style_2 .toolbar-wrapper {
    margin: 0 -2px;
    padding: 5px;
}

.actionToolbar_mobile.toolbar_style_2 .toolbar-item {
    padding: 0 1px;
    -webkit-flex: 1 1;
    flex: 1 1;
    max-width: calc(100%/3);
}

.actionToolbar_mobile.toolbar_style_2 .toolbar-item--boxlink {
    border-radius: 20px;
    padding: 2px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background: var(--shop-color-main);
    color: #ffffff;
}

.actionToolbar_mobile.toolbar_style_2 .toolbar-item--boxlink svg {
    display: block;
    border-radius: 50%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border: 1px solid #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}

.actionToolbar_mobile.toolbar_style_2 .toolbar-item--boxlink .box-text {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 28px);
    padding: 1px 6px 1px 4px;
    line-height: 1.3;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores {
    position: absolute;
    right: 8px;
    bottom: calc(100% + 10px);
    max-width: 90px;
}

.actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink {
    border-radius: 0;
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
}

.actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink .box-text {
    width: 100%;
    padding: 2px 8px 1px;
    border-radius: 8px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink svg {
    margin: 0 auto 4px;
}

.actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink .iconmap-down {
    animation: downscroll 0.45s ease-in alternate infinite;
    -webkit-animation: downscroll 0.45s ease-in alternate infinite;
}

.actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink {
    background: transparent;
}

.actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink .box-text {
    background: #1e9321;
}

.actionToolbar_mobile.toolbar_style_2 .toolbar-item-msg .toolbar-item--boxlink {
    background: #0a7cff;
}

.actionToolbar_mobile.toolbar_style_2 .toolbar-item-zalo .toolbar-item--boxlink {
    background: #1272e8;
}

.actionToolbar_mobile.toolbar_style_2 .toolbar-item-phone .toolbar-item--boxlink {
    background: #e81a23;
}

@media (max-width: 991px) {
    .actionToolbar_mobile {
        display: block;
    }
}

@media (max-width: 991px) {

    .actionToolbar-product,
    .actionToolbar-cart {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    body.scroll-body-up .actionToolbar-product,
    body.scroll-body-up .actionToolbar-cart {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    body.scroll-body-up .summary-button {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    .addThis_product_scroll .addThis_contact__icons {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        -webkit-transition: all .3s ease 0.2s;
        transition: all 0.3s ease0 0.2s;
    }

    body.scroll-body-up .addThis_product_scroll .addThis_contact__icons {
        opacity: 1;
        visibility: visible;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

/*--------------------------------------------------------------------------------
SIDEBAR MAIN
--------------------------------------------------------------------------------*/
.sidebar-main .sitenav-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1010;
    width: 480px;
    max-width: 85%;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -ms-transition: transform .5s;
    transition: transform .5s;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.sidebar-main .sitenav-wrapper.sitenav-right {
    right: 0;
    -webkit-transform: translateX(104%);
    -ms-transform: translateX(104%);
    -o-transform: translateX(104%);
    transform: translateX(104%);
}

.sidebar-main .sitenav-wrapper.sitenav-left {
    left: 0;
    -webkit-transform: translateX(-104%);
    -ms-transform: translateX(-104%);
    -o-transform: translateX(-104%);
    transform: translateX(-104%);
}

.sidebar-main .sitenav-wrapper.is-opened {
    -webkit-transform: none;
    transform: none;
}

.sidebar-main .sitenav-inner {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.sidebar-main .sitenav-mask {
    background: rgba(225, 225, 225, 0.05);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms linear;
}

.sidebar-main .sitenav-wrapper.is-opened~.sitenav-mask {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
    visibility: visible;
}

/*--------------------------------------------------------------------------------
SIDEBAR TOP SEARCH
--------------------------------------------------------------------------------*/
.sidebar-search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 1000;
}

.sidebar-search .sitenav-search {
    margin-bottom: 0;
    position: absolute;
    background: #fff;
    top: 0;
    right: 0;
    left: 0;
    padding: 32px 0;
    transition: transform 300ms ease;
    transform: translateY(-100%);
}

.sidebar-search.show .sitenav-search {
    transform: translateY(0);
}

.sidebar-search .logo-name {
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    margin: 0;
    color: var(--header-color-text);
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.sidebar-search .wrap-logo {
    min-width: 150px;
    max-width: 220px;
}

.sidebar-search .wrap-logo img {
    max-height: 70px;
}

.sidebar-search .sitenav-search form.searchform input.input-search {
    background: none;
    border-radius: 2px;
}

.sidebar-search .wrap-action {
    display: flex;
    justify-content: flex-end;
}

.sidebar-search .wrap-action .action-link {
    background: none;
    border: 0;
    width: 32px;
    height: 40px;
    position: relative;
    margin-left: 10px;
}

.sidebar-search .wrap-action .action-link.link-account {
    display: block;
}

.sidebar-search .wrap-action .action-link.link-account .icon {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-search .wrap-action .count-holder {
    display: inline-block;
    vertical-align: top;
    background: #ff0000;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    left: 20px;
    top: -1px;
    padding: 0px 3px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
}

.sidebar-search .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
}

.sidebar-search .mini_search_header h3 {
    padding: 0 12px;
    font-size: 20px;
}

.sidebar-search .actions {
    position: relative;
}

.sidebar-search .actions .btn-close-search {
    text-align: center;
    position: absolute;
    cursor: pointer;
    top: 2px;
    right: 5px;
    color: #272727;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: 9px solid transparent;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.sidebar-search .actions .btn-close-search:before,
.sidebar-search .actions .btn-close-search:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background-color: rgba(39, 39, 39, 0.8);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.sidebar-search .actions .btn-close-search:before {
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sidebar-search .actions .btn-close-search:after {
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sidebar-search .actions .btn-close-search:hover {
    background: #e5e5e5;
}

.sidebar-search .actions .btn-close-search:hover:before,
.sidebar-search .actions .btn-close-search:hover:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media (max-width: 767px) {
    .sidebar-search .actions .btn-close-search {
        top: 5px;
    }
}

@media (max-width: 991px) {

    .sidebar-search .logo,
    .sidebar-search .actions {
        display: none;
    }

    .sidebar-search.show {
        bottom: 0;
    }

    .sidebar-search.show .sitenav-search {
        bottom: 0;
    }
}

/* 2.3 - Breadcrumb */
.breadcrumb-shop {
    background: #f5f5f5;
    padding: 0 0px;
}

.breadcrumb-shop .breadcrumb-list {
    overflow: hidden;
}

.breadcrumb-shop .breadcrumb-list .breadcrumb-arrows {
    font-size: 13px;
    padding: 7px 0;
    background: transparent;
    border-radius: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb-shop .breadcrumb-list .breadcrumb-arrows>li {
    display: inline-block;
}

.breadcrumb-shop .breadcrumb-list .breadcrumb-arrows>li strong {
    font-weight: 400;
}

.breadcrumb-shop .breadcrumb-list .breadcrumb-arrows>li a {
    color: var(--shop-color-text);
}

.breadcrumb-shop .breadcrumb-list .breadcrumb-arrows>li+li:before {
    padding: 0 3px;
    margin-left: 5px;
    color: #ccc;
    font-family: 'Font Awesome 5 Pro';
    content: "/\00a0";
}

@media (max-width: 991px) {
    .breadcrumb-shop .container-fluid {
        padding: 0;
    }

    .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows {
        padding: 5px 0px;
        font-size: 12px;
        display: block;
        white-space: nowrap;
        overflow: scroll;
    }

    .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows>li+li:before {
        padding: 0 2px;
    }

    .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows::-webkit-scrollbar {
        display: none;
    }

    .breadcrumb-shop .breadcrumb-list .breadcrumb-arrows {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

/* 2.4 - Pagination */
.pagination {
    padding: 40px 0;
}

.pagination span {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 10px 0 0;
}

.pagination a {
    font-size: 16px;
    --width: 40px;
    width: var(--width);
    height: var(--width);
    line-height: var(--width);
    border-radius: 50%;
    background: #f3f3f3;
    text-align: center;
    font-weight: 600;
    color: #000;
    margin: 0 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}

.pagination a:after {
    content: "";
    position: absolute;
    height: 2px;
    display: none;
    right: 0;
    bottom: 0;
    background: currentColor;
    width: 0;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
}

.pagination a.active-page,
.pagination a:hover {
    color: #fff;
    background: #000;
}

.pagination a.active-page:after,
.pagination a:hover:after {
    width: 100%;
}

.pagination a.prev-page:before,
.pagination a.next-page:before {
    content: " ";
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    cursor: pointer;
    display: block;
}

.pagination a.prev-page:before {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-left: 5px;
}

.pagination a.next-page:before {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    margin-right: 5px;
}

.pagination a.prev-page:hover:before,
.pagination a.next-page:hover:before {
    border-color: #fff;
}

@media (max-width: 991px) {
    .pagination {
        padding: 20px 0;
    }
}

/* 2.5 - 404 */
/*--------------------------------------------------------------------------------
HEADER
--------------------------------------------------------------------------------*/
.sitenav-search {
    margin-bottom: 20px;
}

.sitenav-search form.searchform {
    position: relative;
    padding: 0;
}

.sitenav-search form.searchform input.input-search {
    height: 44px;
    line-height: 28px;
    padding: 8px 50px 8px 20px;
    width: 100%;
    background: #f6f6f6;
    border: 1px solid var(--shop-color-border);
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.sitenav-search form.searchform .btn-search {
    width: 50px;
    height: 44px;
    line-height: 42px;
    position: absolute;
    padding: 0;
    top: 0px;
    right: 0px;
    background: transparent;
    transition: opacity 150ms linear;
    outline: none;
    box-shadow: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sitenav-search form.searchform .btn-search svg {
    width: 18px;
    height: 44px;
    opacity: 0.4;
}

.sitenav-search form.searchform input.input-search:focus {
    background: #f2f5fa;
    outline: none;
    border-color: var(--shop-color-main);
}

.sitenav-search form.searchform.expanded .btn-search svg {
    opacity: 1;
}

.sitenav-search .smart-search-wrapper .dataEmpty {
    padding-bottom: 0px;
}

.sitenav-search .smart-search-wrapper {
    width: 100%;
    background: #fff;
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.sitenav-search .smart-search-wrapper .item-ult {
    padding: 12px 0;
    border-bottom: 1px dotted #dfe0e1;
    clear: both;
    width: 100%;
    float: left;
}

.sitenav-search .smart-search-wrapper .item-ult .thumbs {
    width: 40px;
    display: inline-block;
    text-align: right;
}

.sitenav-search .smart-search-wrapper .item-ult .title {
    width: calc(100% - 40px);
    padding-right: 5px;
    float: left;
    line-height: 20px;
    position: relative;
    margin-top: 0px !important;
}

.sitenav-search .smart-search-wrapper .item-ult .title a {
    font-size: 15px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
    float: left;
    width: 100%;
    margin: 5px 0 5px;
}

.sitenav-search .smart-search-wrapper .item-ult .title p {
    line-height: 15px;
    font-size: 12px;
    font-weight: 500;
    float: left;
    margin: 0;
}

.sitenav-search .smart-search-wrapper .item-ult .title p.onsale {
    color: #ff2c26;
}

.sitenav-search .smart-search-wrapper .item-ult .title p del {
    font-size: 11px;
    font-weight: 400;
    margin-left: 7px;
    color: #c4c4c4;
}

.sitenav-search .smart-search-wrapper .resultsMore {
    width: 100%;
    float: left;
}

.sitenav-search .smart-search-wrapper .resultsMore a {
    text-align: center;
    display: block;
    font-size: 13px;
    padding: 10px 0;
}

.sitenav-search .smart-search-wrapper .dataEmpty {
    text-align: center;
    padding: 20px 0;
}

.sitenav-search .smart-search-wrapper .search-suggest p {
    margin: 0 0 12px;
}

.sitenav-search .smart-search-wrapper .search-suggest li {
    margin-bottom: 5px;
}

.sitenav-search .smart-search-wrapper .search-suggest li a {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--shop-color-text);
}

.sitenav-search .search-suggest {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
}

.sitenav-search .search-suggest .item-suggest {
    font-weight: 500;
    white-space: nowrap;
}

.sitenav-search .search-suggest ul {
    display: flex;
    flex-wrap: wrap;
}

.sitenav-search .search-suggest ul li {
    margin-left: 7px;
}

.sitenav-search .search-suggest ul li a {
    text-decoration: underline;
}

.sitenav-search .smart-search-wrapper .resultsContent.resultsdata+.search-suggest {
    display: none;
}

@media (max-width: 991px) {
    .sitenav-search .search-suggest {
        justify-content: left;
        text-align: left;
    }

    .sitenav-search .search-suggest ul {
        display: block;
    }
}

.sitenav-locate .sitenav-content__block {
    padding-top: 15px;
}

.sitenav-locate .sitenav-content__block .boxaddress {
    border: 1px solid rgba(91, 109, 89, 0.18);
    border-radius: 5px;
    padding: 6px 15px;
    font-size: 13px;
    background: rgba(91, 109, 89, 0.15);
    color: var(--shop-color-text);
}

.sitenav-locate .sitenav-content__block .boxaddress span {
    display: block;
    font-weight: 500;
}

.sitenav-locate .sitenav-content__block .boxprovince {
    padding: 10px 0;
}

.sitenav-locate .sitenav-content__block .boxprovince .textprov {
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.sitenav-locate .sitenav-content__block .boxprovince .listprov li {
    position: relative;
    cursor: pointer;
    padding: 10px 0 10px 35px;
    transition: background 0.4s ease;
    font-size: 13px;
    color: var(--shop-color-text);
    border-top: 1px dotted var(--shop-color-border);
}

.sitenav-locate .sitenav-content__block .boxprovince .listprov li .address-name {
    display: block;
    font-weight: 600;
}

.sitenav-locate .sitenav-content__block .boxprovince .listprov li .icmap {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 15px;
    left: 8px;
}

.sitenav-locate .sitenav-content__block .boxprovince .listprov li:hover {
    background: rgba(91, 109, 89, 0.05);
}

.sitenav-locate .sitenav-content__block .boxfilter {
    margin-bottom: 3px;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select {
    margin-right: -5px;
    margin-left: -5px;
    display: -ms-flexbox;
    display: flex;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item .field-select {
    position: relative;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item .field-select:after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 12px;
    border: solid #666666;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item label {
    display: block;
    font-weight: 500;
    font-size: 13px;
    margin: 0 0 5px;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select {
    padding: 0px 8px;
    padding-right: 25px;
    cursor: pointer;
    outline: none;
    text-overflow: ellipsis;
    border-radius: 4px;
    height: 34px;
    line-height: 32px;
    background: #ffffff;
    border: 1px solid var(--shop-color-border);
    font-size: 13px;
    width: 100%;
    color: #000;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select:-ms-expand {
    display: none;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select:invalid {
    color: #677279;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select [disabled] {
    color: #ededed;
    font-weight: 300;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select option {
    color: #000;
    font-weight: 500;
    line-height: 18px;
}

.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select option[value="null"] {
    color: #677279;
}

.sitenav-account .site_account_panel_list {
    position: relative;
    height: 100%;
    overflow: hidden;
    transition: height 0.2s ease-in-out;
}

.sitenav-account .site_account_panel_list .site_account_panel {
    width: 100%;
    visibility: hidden;
    transition: visibility 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), visibility 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), visibility 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.sitenav-account .site_account_panel_list .site_account_panel.site_account_default {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.sitenav-account .site_account_panel_list .site_account_panel.site_account_sliding {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.sitenav-account .site_account_panel_list .site_account_panel.is-selected {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.sitenav-account .site_account_panel_list .sitenav-content__block {
    text-align: left;
}

.sitenav-account .site_account_panel_list .sitenav-content__block form .form__input-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}

.sitenav-account .site_account_panel_list .sitenav-content__block form .form__input-wrapper .form__field {
    display: block;
    padding: 14px 10px 3px;
    border-radius: 2px;
    border: 1px solid #d4d6d8;
    width: 100%;
    line-height: normal;
    height: 42px;
    color: #1e2d7d;
    -webkit-appearance: none;
    resize: none;
    font-size: 12px;
    outline: none;
    box-shadow: 0 1px rgba(212, 214, 216, 0.25) inset;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}

.sitenav-account .site_account_panel_list .sitenav-content__block form .form__input-wrapper .form__floating-label {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 42px;
    font-size: 12px;
    margin-bottom: 0;
    color: #677279;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    pointer-events: none;
}

.sitenav-account .site_account_panel_list .sitenav-content__block form .form__input-wrapper .form__field:focus+.form__floating-label,
.sitenav-account .site_account_panel_list .sitenav-content__block form .form__input-wrapper .form__field.is-filled+.form__floating-label {
    -webkit-transform: translateY(-5px) scale(0.8);
    transform: translateY(-5px) scale(0.8);
}

.sitenav-account .site_account_panel_list .sitenav-content__block form .form__submit {
    width: 100%;
    outline: none;
    padding: 0px 28px;
    height: 42px;
    line-height: 42px;
    text-transform: uppercase;
}

.sitenav-account .site_account_panel_list .sitenav-content__block .site_account_secondary-action {
    margin-top: 16px;
    font-size: 12px;
}

.sitenav-account .site_account_panel_list .sitenav-content__block .site_account_secondary-action>p {
    margin-bottom: 4px;
}

.sitenav-account .site_account_panel_list .sitenav-content__block .site_account_secondary-action>p .link {
    color: var(--shop-color-main);
    transition: color 0.2s ease-in-out;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    outline: none;
}

.sitenav-account .site_account_panel_list .sitenav-content__block ul {
    margin: 0;
}

.sitenav-account .site_account_panel_list .sitenav-content__block ul li {
    position: relative;
    margin-bottom: 5px;
}

.sitenav-account .site_account_panel_list .sitenav-content__block ul li.user-name {
    margin-top: -5px;
    margin-bottom: 8px;
}

.sitenav-account .site_account_panel_list .sitenav-content__block ul li:not(.user-name) {
    padding-left: 10px;
}

.sitenav-account .site_account_panel_list .sitenav-content__block ul li:not(.user-name):before {
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
    background: var(--shop-color-text);
}

.sitenav-account .site_account_panel_list .sitenav-content__block ul li span {
    font-size: 15px;
    color: #282c2d;
    font-weight: 500;
}

.sitenav-account .site_account_panel_list .sitenav-content__block ul li a {
    color: var(--shop-color-text);
    padding: 0 4px;
    margin-bottom: 10px;
}

.sitenav-account .site_account_panel_list .sitenav-content__block ul li a:hover {
    color: var(--shop-color-hover);
}

.sitenav-cart .cart-view-scroll .mini-cart__item {
    position: relative;
    border-bottom: 1px dotted var(--shop-color-border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0;
}

.sitenav-cart .cart-view-scroll .mini-cart__item:last-child {
    border-bottom: 0;
}

.sitenav-cart .cart-view-scroll .mini-cart__item td {
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    vertical-align: middle;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__left {
    width: 90px;
    padding-right: 15px;
    max-width: none;
    text-align: center;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__left img {
    display: block;
    border: 1px solid #ededed;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__left .mnc-gift {
    position: absolute;
    top: 5px;
    left: 0px;
    display: block;
    padding: 4px;
    background: #ffffff;
    border: 1px solid #ededed;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__left .mnc-gift img {
    border: 0;
    margin: auto;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right {
    padding-left: 5px;
    flex: 0 0 calc(100% - 90px);
    max-width: calc(100% - 90px);
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__title .mnc-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding-right: 28px;
    text-transform: uppercase;
    color: var(--shop-color-text);
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__title .mnc-variant {
    display: block;
    font-size: 13px;
    margin: 0px 0 7px;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__quantity .qty-value {
    float: left;
    width: 28px;
    height: 28px;
    background: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    color: #252a2b;
    border: 0;
    border-top: 1px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9;
    padding: 0;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__quantity .qty-value:focus {
    outline: none;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__quantity .qty-value.qty-value-app {
    border-right: 1px solid #f9f9f9;
    border-left: 1px solid #f9f9f9;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__quantity .qty-btn {
    float: left;
    font-weight: 500;
    font-size: 18px;
    padding: 0;
    height: 28px;
    width: 28px;
    text-align: center;
    background: #f9f9f9;
    color: var(--shop-color-text);
    border: 1px solid #f9f9f9;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__quantity .qty-btn svg {
    display: block;
    width: 10px;
    height: 100%;
    margin: 0 auto;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__price {
    display: flex;
    display: -ms-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    flex-direction: column;
    -ms-flex-direction: column;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__price .mnc-price {
    display: block;
    text-align: right;
    float: right;
    line-height: 26px;
    font-weight: 600;
    color: var(--shop-color-text);
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__price .mnc-ori-price {
    text-align: right;
    float: right;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__remove {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__remove a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    color: var(--shop-color-text);
}

.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__remove a svg {
    width: 12px;
}

.sitenav-cart .cart-view-scroll .mini-cart__empty .svgico-mini-cart {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}

.sitenav-cart .cart-view-scroll .mini-cart__empty .svgico-mini-cart svg {
    stroke: var(--shop-color-main);
    width: 50px;
    height: 50px;
    margin: auto;
}

.sitenav-cart .cart-view-line {
    clear: both;
    width: 100%;
    border-top: 1px solid var(--shop-color-border);
    margin: 0 0 5px;
}

.sitenav-cart .cart-view-total .total-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sitenav-cart .cart-view-total .mnc-total {
    font-size: 16px;
    font-weight: 500;
    color: #252a2b;
}

.sitenav-cart .cart-view-total #total-view-cart {
    font-weight: 600;
    font-size: 18px;
    color: red;
    text-align: right;
}

.sitenav-cart .cart-view-total .linktocheckout {
    margin: 5px 0 5px;
    padding: 10px 10px;
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    background-color: #ff0000;
    border-color: #ff0000;
    color: #ffffff;
    display: block;
}

.sitenav-cart .cart-view-total .linktocheckout.disabled {
    pointer-events: none;
    opacity: 0.7;
    background: #151515;
    border-color: #151515;
}

.sitenav-cart .cart-view-total .linktocheckout:before {
    background-color: #ff0000;
}

.sitenav-cart .cart-view-total .linktocart {
    display: block;
    font-size: 14px;
    text-decoration: underline;
    color: #1a73e8;
}

.sitenav-cart .cart-view-total .linkcoupon {
    background: #fff;
    border: 0;
    font-size: 14px;
    text-decoration: underline;
    color: #1a73e8;
    cursor: pointer;
}

.sitenav-cart .cart-view-total .action-link {
    display: flex;
    justify-content: space-between;
}

.sitenav-cart .cart-view-total .action-link-empty {
    display: none;
}

.sitenav-cart .cart-view-total .summary-alert {
    display: none;
    background-color: #fee3e8;
    border: 1px solid #fdd0d8;
    color: #d20909;
    font-size: 13px;
    padding: 10px 15px;
    margin: 10px 0;
    text-align: left;
}

.sitenav-cart .cart-shipping .shipping-title {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0.5px;
    min-height: 30px;
}

.sitenav-cart .cart-shipping .price {
    font-weight: 600;
    color: #ff2c26;
}

.sitenav-cart .cart-shipping .free-ship {
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
}

.sitenav-cart .cart-shipping__bar {
    height: 8px;
    width: 100%;
    background-color: #e9e9e9;
    border-radius: 5px;
    margin: 15px 0 10px;
    position: relative;
}

.sitenav-cart .cart-shipping__bar span {
    background-color: #ffbc11;
    width: 0;
    border-radius: 5px;
    transition: width .4s ease-in-out;
    display: block;
    height: 100%;
    position: relative;
}

.sitenav-cart .cart-shipping__bar span .icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    right: 4px;
    transform: translate(50%, -50%);
    font-weight: 700;
    content: "";
    font-size: 12px;
    color: #ffbc11;
    border: 1px solid #ffbc11;
    background: currentColor;
}

.sitenav-cart .cart-shipping__bar span .icon svg {
    fill: #fff;
}

.sitenav-cart .cart-shipping.cart-shipping-free .cart-shipping__bar .shipping-bar {
    background-color: #3d9851;
}

.sitenav-cart .cart-shipping.cart-shipping-free .cart-shipping__bar .shipping-bar .icon {
    background-color: #3d9851;
    border-color: #3d9851;
    color: #3d9851;
}

.sitenav-cart.cart-empty .cart-shipping {
    display: none;
}

.sitenav-cart.cart-empty .sitenav-footer {
    display: none;
}

.sitenav-cart.cart-empty .action-link-empty {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.sitenav-cart.cart-empty .linkreturn,
.sitenav-cart.cart-empty .linkcoupon {
    background: #fff;
    border: 0;
    font-size: 14px;
    text-decoration: underline;
    color: #1a73e8;
    cursor: pointer;
}

@media (min-width: 992px) {
    .sitenav-cart .mini-cart__empty .svgico-mini-cart {
        padding: 10px 0 5px;
    }

    .sitenav-cart .mini-cart__empty .svgico-mini-cart p {
        font-size: 18px;
    }

    .sitenav-cart .cart-view-scroll::-webkit-scrollbar {
        width: 4px;
        height: 3px;
    }

    .sitenav-cart .cart-view-scroll::-webkit-scrollbar-track {
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .sitenav-cart .cart-view-scroll::-webkit-scrollbar-thumb {
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #e1e3e4;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .sitenav-cart .cart-view .cart-view-scroll::-webkit-scrollbar-thumb:window-inactive {
        background: #e1e3e4;
    }
}

@media (max-width: 991px) {
    .sitenav-cart .mini-cart__empty .svgico-mini-cart {
        padding: 0 0 5px;
    }

    .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__title {
        margin-bottom: 0;
    }

    .sitenav-cart .cart-view-coupon {
        display: none;
    }

    .sitenav-cart .sitenav-header .cart-shipping {
        margin-top: 15px;
    }

    .sitenav-cart.cart-empty .action-link-empty {
        flex-direction: column;
    }

    .sitenav-cart.cart-empty .action-link-empty a {
        margin-bottom: 8px;
    }
}

@media (max-width: 575px) {
    .sitenav-cart .cart-shipping .free-ship {
        display: block;
    }

    .sitenav-cart .cart-shipping.cart-shipping-free .free-ship {
        display: inline-block;
    }
}

@media (max-width: 360px) {
    .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__price {
        display: block;
    }

    .sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__price .mnc-price {
        width: 100%;
        text-align: left;
        margin-top: 5px;
    }
}

.sitenav-menu .menu-mobile--wrap {
    height: 100%;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--acc {
    padding: 15px 0 15px 15px;
    display: flex;
    background: #000;
    color: #fff;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--acc span,
.sitenav-menu .menu-mobile--wrap .menu-mobile--acc a {
    color: #fff;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--acc .menu-mobile--acc-info {
    width: calc(100% - 50px);
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--acc .menu-mobile--acc-btn {
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--acc .menu-mobile--acc-btn svg {
    width: 15px;
    height: 15px;
    fill: #fff;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom {
    height: calc(100% - 10px);
    overflow-y: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mp-level {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu {
    height: 100%;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    height: 100%;
    padding-bottom: 0;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu ul.hidden-child {
    display: none;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu ul:not(.hidden-child) {
    display: block;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list li {
    position: relative;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list li:last-child a {
    border-bottom: 0;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list li a {
    display: block;
    padding: 15px 15px 15px 0;
    margin-left: 15px;
    text-transform: uppercase;
    outline: none;
    border-bottom: 1px solid #eeeeee;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    font-size: 14px;
    font-weight: 700;
    color: var(--shop-color-text);
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list li a svg {
    position: absolute;
    right: 10px;
    top: 50%;
    color: #757575;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list li a svg {
    width: 8px;
    height: 12px;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list.list-root {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .vertical-menu-list.list-root.mm-subopened {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li a,
.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li a,
.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child-3 li a {
    display: block;
    padding: 15px 15px 15px 0;
    margin-left: 15px;
    outline: none;
    border-bottom: 1px solid #e1e3e4;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: var(--shop-color-text);
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li span,
.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li span,
.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child-3 li span {
    margin-right: 4px;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li:first-child a,
.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li:first-child a,
.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child-3 li:first-child a {
    color: #000000;
    background: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li:first-child a svg,
.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li:first-child a svg,
.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child-3 li:first-child a svg {
    margin-right: 8px;
    padding-bottom: 2px;
    width: 10px;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li {
    position: relative;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li.level-2 a svg {
    position: absolute;
    right: 10px;
    top: 50%;
    color: #757575;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child li.level-2 a svg {
    width: 8px;
    height: 12px;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .list-child.mm-opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li {
    position: relative;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li.level-3 a svg {
    position: absolute;
    right: 10px;
    top: 50%;
    color: #757575;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child li.level-3 a svg {
    width: 8px;
    height: 12px;
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child.mm-sub {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
}

.sitenav-menu .menu-mobile--wrap .menu-mobile--bottom .mp-menu .mplus-menu .sub-child-3.mm-sub-3 {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.sitenav-menu .mobile-menu__section .mobile-menu__section-title {
    font-size: 15px;
    color: var(--shop-color-title);
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
}

.sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper+.mobile-menu__help-wrapper {
    margin-top: 15px;
}

.sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper {
    color: #677279;
    display: flex;
    display: -ms-flex;
    align-items: center;
}

.sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper .icon--bi-phone {
    margin-right: 16px;
    width: 24px;
    height: 24px;
}

.sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper .icon--bi-email {
    margin-right: 18px;
    width: 22px;
    height: 22px;
}

.sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper a {
    border-bottom: 0 !important;
    text-transform: none !important;
}

.sitenav-menu .menuList-links>li {
    border: 0;
}

.sitenav-menu .menuList-links>li>a {
    font-weight: 600;
}

.sitenav-menu .menuList-links>li.has-submenu .icon-plus-submenu:hover {
    border: none;
}

.sitenav-menu .menuList-links .has-submenu.level0>ul.submenu-links li a {
    font-weight: 500;
}

.sitenav-content .btnclose {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 13px;
    z-index: 5;
    border: 0;
    background: transparent;
    text-align: center;
    outline: none;
}

.sitenav-content .btnclose svg {
    width: 16px;
    height: 30px;
}

.sitenav-content__title {
    position: relative;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--shop-color-border);
    text-align: center;
}

.sitenav-content__title .btn-close {
    display: none;
    width: 32px;
    height: 30px;
    position: absolute;
    right: 0;
    top: -6px;
    border: 0;
    background: transparent;
    text-align: center;
    outline: none;
}

.sitenav-content__title .btn-close svg {
    width: 18px;
    height: 30px;
}

.sitenav-content__title .txt-title {
    font-size: 18px;
    color: var(--shop-color-title);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    font-weight: 500;
}

.sitenav-content__block {
    padding-top: 20px;
}

@media (min-width: 992px) {
    .sitenav-content .sitenav-boxscroll {
        overflow-y: scroll;
        max-height: 55vh;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
        margin-right: -20px;
        padding-right: 20px;
    }

    .sitenav-content .sitenav-boxscroll::-webkit-scrollbar {
        width: 4px;
        height: 3px;
    }

    .sitenav-content .sitenav-boxscroll::-webkit-scrollbar-track {
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .sitenav-content .sitenav-boxscroll::-webkit-scrollbar-thumb {
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #e1e3e4;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .sitenav-content .sitenav-boxscroll::-webkit-scrollbar-thumb:window-inactive {
        background: #e1e3e4;
    }
}

@media (max-width: 767px) {
    .sitenav-content .btnclose {
        display: block;
    }

    .sitenav-content__title {
        text-align: left;
        padding-right: 40px;
    }

    .sitenav-content__title .btn-close {
        display: block;
    }

    .sitenav-content__title .txt-title {
        font-size: 15px;
    }
}

.sitenav-content__title {
    position: relative;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--shop-color-border);
    text-align: center;
}

.sitenav-content__title .txt-title {
    font-size: 18px;
    color: var(--shop-color-title);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    font-weight: 500;
}

.sitenav-content__title .txt-subtitle {
    margin: 5px 0 0;
    font-size: 14px;
}

.sitenav-content__block {
    padding-top: 20px;
}

.sitenav-overlay {
    background: rgba(225, 225, 225, 0.05);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
}

.sitenav-inner .sitenav-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid var(--shop-color-border);
}

.sitenav-inner .sitenav-header__title {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.sitenav-inner .sitenav-header__btn {
    display: block;
    padding: 0 6px;
}

.sitenav-inner .sitenav-header__btn svg {
    width: 17px;
    height: 100%;
    margin: 0 auto;
    cursor: pointer;
}

.sitenav-inner .sitenav-header .cart-shipping {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
}

.sitenav-inner .sitenav-header .cart-shipping__title {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0.5px;
    min-height: 30px;
}

.sitenav-inner .sitenav-header .cart-shipping__title .price {
    font-weight: 600;
    color: #ff2c26;
}

.sitenav-inner .sitenav-header .cart-shipping__title .free-ship {
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
}

.sitenav-inner .sitenav-content {
    padding: 15px;
    position: relative;
    overflow-y: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.sitenav-inner .sitenav-content::-webkit-scrollbar {
    width: 4px;
    height: 3px;
}

.sitenav-inner .sitenav-content::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 10px;
}

.sitenav-inner .sitenav-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.sitenav-inner .sitenav-content::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4;
}

.sitenav-inner .sitenav-content .more-notify {
    padding: 8px 0;
    border-top: 1px solid var(--shop-color-border);
}

.sitenav-inner .sitenav-content .more-notify a {
    color: #0d6efd;
}

.sitenav-inner .sitenav-footer {
    padding: 15px;
    margin-top: auto;
    border-top: 1px solid var(--shop-color-border);
}

.list-notify .article-item {
    padding: 12px 0;
}

.list-notify .article-item__block {
    display: flex;
}

.list-notify .article-item__image {
    flex: 0 0 auto;
    max-width: 100px;
    display: none;
}

.list-notify .article-item__detail .art-title {
    font-size: 14px;
}

.list-notify .article-item__detail .art-meta {
    font-size: 12px;
    color: var(--shop-color-text);
}

.list-notify .article-item__detail .art-date:after {
    content: "-";
    padding: 0 5px;
}

.list-notify .article-item__detail .art-link a {
    color: #007ff0;
    font-size: 12px;
}

.list-notify .article-item+.article-item {
    border-top: 1px solid #eee;
}

@media (max-width: 991px) {
    .list-notify .article-item {
        padding: 12px 0;
    }
}

.list-notify .article-item-no {
    color: var(--shop-color-text);
}

.topbar-bottom {
    color: var(--topbar-color-text);
    font-size: 13px;
    position: relative;
    z-index: 9999;
    background: #e50429;
}

.topbar-bottom .box-content {
    padding: 2px 0;
}

.topbar-bottom .box-content .box-right {
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.topbar-bottom .hotline a {
    font-weight: 700;
    color: var(--topbar-color-text);
}

.topbar-bottom .contact {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

.topbar-bottom .contact a {
    color: var(--topbar-color-text);
}

.topbar-bottom .contact:before {
    content: '';
    position: absolute;
    height: 80%;
    width: 1px;
    top: 0;
    margin: auto;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
}

.topbar-bottom .notify {
    position: relative;
}

.topbar-bottom .notify .noti-tt {
    color: var(--topbar-color-text);
    position: relative;
    cursor: pointer;
}

.topbar-bottom .notify .noti-tt .noti-numb {
    position: absolute;
    top: -5px;
    left: 12px;
    width: 16px;
    height: 16px;
    line-height: 14px;
    background: #ff0000;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
}

.topbar-bottom .notify .noti-tt svg {
    margin-right: 7px;
    fill: currentColor;
}

.topbar-bottom .notify .notify-container {
    position: absolute;
    z-index: 99;
    top: calc(100% + 6px);
    right: -12px;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    transform: translateY(20px);
}

.topbar-bottom .notify .notify-container:after {
    content: "";
    position: absolute;
    top: -24px;
    right: 15%;
    z-index: 99;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    width: 0;
    height: 0;
}

.topbar-bottom .notify .sitenav-wrapper {
    background: #fff;
    width: auto;
    min-width: 360px;
    z-index: 15;
    padding: 0;
    border-radius: 0 0 3px 3px;
    position: relative;
    top: 0;
}

.topbar-bottom .notify .sitenav-header {
    display: none;
}

.topbar-bottom .notify .more-notify {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.topbar-bottom .notify .more-notify a {
    color: #007ff0;
}

.topbar-bottom .notify:hover .notify-container {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (min-width: 992px) {
    .topbar-bottom .sitenav-inner .sitenav-content {
        max-height: 70vh;
    }
}

@media (max-width: 991px) {
    .topbar-bottom {
        display: none;
    }
}

.topbar-banner {
    background: #d20b28;
}

.topbar-banner__inner {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.topbar-banner__close {
    position: absolute;
    top: 15%;
    right: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

@media (max-width: 991px) {
    .topbar-banner__close {
        top: 10%;
    }
}

.location-noscroll.locked-scroll {
    overflow: hidden;
}

.locked-scroll .mainHeader {
    position: relative;
    z-index: 999;
}

.locked-scroll .sitenav-overlay {
    opacity: 1;
    visibility: visible;
}

/*.locked-scroll { overflow: hidden; width: 100%;top:0;}*/
@media (max-width: 991px) {
    .locked-scroll {
        overflow: hidden;
        width: 100%;
        top: 0;
    }

    /*.locked-scroll .mainHeader {
	position: fixed;top:0;visibility: visible; opacity: 1;z-index: 999;
	-webkit-transform: translateY(0);	transform: translateY(0);
}
	.locked-scroll .mainHeader.hSticky.hSticky-nav.hSticky-up,
	.locked-scroll .mainHeader.hSticky.hSticky-nav{
	opacity: 1;	visibility: visible;
	-webkit-transform: translateY(0);transform: translateY(0);
}*/
    body.noscroll {
        overflow: hidden;
        width: 100%;
        top: 0;
        height: 100%;
    }

    body.noscroll .mainHeader .topbar-bottom {
        display: none;
    }

    body.noscroll .mainHeader {
        position: fixed;
        top: 0 !important;
        left: 0;
        bottom: 0;
        height: 100%;
        right: 0;
        z-index: 999;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        transition: all 0s ease;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    body.noscroll .mainHeader.hSticky.hSticky-nav.hSticky-up,
    body.noscrolll .mainHeader.hSticky.hSticky-nav {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.mainHeader {
    width: 100%;
    position: relative;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.mainHeader .flex-container-header {
    margin: 0 -15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.mainHeader .flex-container-header>div[class*='header-wrap-'] {
    padding: 0 15px;
}

.mainHeader .header-wrap-logo h1,
.mainHeader .header-wrap-logo a {
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    margin: 0;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.mainHeader .header-wrap-menu .navbar-mainmenu {
    text-align: center;
}

.mainHeader .header-wrap-menu .menuList-main {
    margin: 0;
}

.mainHeader .header-wrap-menu .menuList-main>li {
    display: inline-block;
    margin: 0 15px;
    position: relative;
}

.mainHeader .header-wrap-menu .menuList-main>li>a {
    opacity: 0.85;
    position: relative;
    z-index: 2;
    display: block;
    padding: 15px 4px;
    width: 100%;
    letter-spacing: 0.75px;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: none;
    transition: none;
}

.mainHeader .header-wrap-menu .menuList-main>li>a svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
}

.mainHeader .header-wrap-menu .menuList-main>li.active a,
.mainHeader .header-wrap-menu .menuList-main>li.active a:focus {
    opacity: 1;
}

.mainHeader .header-wrap-menu .menuList-main>li:hover>a,
.mainHeader .header-wrap-menu .menuList-main>li.active:hover a {
    opacity: 1;
}

.mainHeader .header-wrap-menu .menuList-main>li:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0%;
    transform-origin: 0%;
}

.mainHeader .header-wrap-menu .menuList-main>li:hover>a svg {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mainHeader .header-wrap-menu .menuList-main li.has-submenu .menuList-submain {
    background: #fff;
    min-width: 230px;
    max-width: 180%;
    padding: 0px 0;
    position: absolute;
    z-index: 99;
    top: 150%;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mainHeader .header-wrap-menu .menuList-main li.has-submenu .menuList-submain ul.menuList-submain {
    left: 100%;
    top: 0;
}

.mainHeader .header-wrap-menu .menuList-main li.has-submenu:hover>.menuList-submain {
    pointer-events: auto;
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth {
    position: initial;
}

.mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .multicolumn {
    padding: 25px 0;
    left: 0;
    right: 0;
    max-height: 75vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .multicolumn-container {
    max-width: 1600px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .subchildmenu {
    flex: 0 0 auto;
    width: 62%;
}

.mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .subchildmenu.subchildmenu-full {
    width: 100%;
}

.mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .subchildmenu li a {
    padding: 3px 0;
}

.mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .menuBanner {
    flex: 0 0 auto;
    width: 38%;
}

.mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .ui-menu-item {
    text-align: left;
    margin-bottom: 15px;
}

.mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .ui-menu-item>a {
    font-weight: 600;
}

@media (min-width: 991px) {
    .mainHeader .header-wrap-menu .menuList-main .has-submenu.fullwidth .ui-menu-item {
        padding-right: 15px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .mainHeader .header-wrap-menu .menuList-main>li>a {
        font-size: 13px;
    }
}

.mainHeader .header-wrap-menu .menuList-submain {
    /*li:not(:first-child){	border-top: 1px solid #ecf0f1}*/
}

.mainHeader .header-wrap-menu .menuList-submain li {
    position: relative;
}

.mainHeader .header-wrap-menu .menuList-submain li a {
    padding: 10px 10px;
    text-align: left;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--shop-color-text);
    opacity: 0.85;
    border-bottom: 1px solid #cdcdcdcc;
    width: 100%;
    min-width: max-content;
}

.mainHeader .header-wrap-menu .menuList-submain li a svg {
    width: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right 0.3s ease-in-out;
    -ms-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}

.mainHeader .header-wrap-menu .menuList-submain li a:hover svg {
    right: 10px;
    opacity: 0.8;
}

.mainHeader .header-wrap-menu .menuList-submain li.has-submenu {
    padding-right: 30px;
}

.mainHeader .header-wrap-menu .menuList-submain li a:hover,
.mainHeader .header-wrap-menu .menuList-submain li a:hover i {
    opacity: 1;
}

.mainHeader .header-wrap-actions .header-action {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.mainHeader .header-wrap-actions .header-action-item {
    margin-left: 10px;
    align-self: center;
}

.mainHeader .header-wrap-actions .header-action-item.header-action_account .header-action_dropdown .box-triangle {
    right: 58px;
}

.mainHeader .header-wrap-actions .header-action-item.header-action_search .header-action_dropdown .box-triangle {
    right: 98px;
}

.mainHeader .header-wrap-actions .header-action-item.js-action-show .header-action_text .box-triangle {
    visibility: visible;
    opacity: 1;
}

.mainHeader .header-wrap-actions .header-action-item.js-action-show .header-action_dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
}

.mainHeader .header-wrap-actions .header-action-item.header-action_account.js-action-show .header-action_dropdown .site_account_panel.is-selected {
    visibility: visible;
}

.mainHeader .header-wrap-actions .header-action-item.header-action_locate.js-action-show .overlays:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 100;
    margin: auto;
}

.mainHeader .header-wrap-actions .header-action-item.header-action_locate.js-action-show .overlays .header-action__link {
    z-index: 101;
}

.mainHeader .header-wrap-actions .header-action_text {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.mainHeader .header-wrap-actions .header-action_text .box-triangle {
    position: absolute;
    width: 22px;
    height: 15px;
    top: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mainHeader .header-wrap-actions .header-action_text .box-triangle svg {
    -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
}

.mainHeader .header-wrap-actions .header-action_text .header-action__link {
    position: relative;
    display: block;
    font-size: 13px;
    color: var(--shop-color-text);
    white-space: nowrap;
    border: 0;
    background: none;
}

.mainHeader .header-wrap-actions .header-action_text .header-action__link .box-icon,
.mainHeader .header-wrap-actions .header-action_text .header-action__link .box-text {
    display: inline-block;
    vertical-align: middle;
}

.mainHeader .header-wrap-actions .header-action_text .header-action__link .box-text {
    padding-left: 2px;
    text-align: left;
}

.mainHeader .header-wrap-actions .header-action_text .header-action__link .box-text .txtnw {
    font-size: 12px;
}

.mainHeader .header-wrap-actions .header-action_text .header-action__link .box-text .txtbl {
    font-size: 13px;
    display: block;
    font-weight: 500;
}

.mainHeader .header-wrap-actions .header-action_text .header-action__link .box-text .txt-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    max-width: 115px;
    overflow: hidden;
}

.mainHeader .header-wrap-actions .header-action_text .header-action__link .box-text .fa {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 3px;
}

.mainHeader .header-wrap-actions .header-action_text .header-action__link .box-icon {
    position: relative;
    width: 32px;
    height: 40px;
    text-align: center;
}

.mainHeader .header-wrap-actions .header-action_text .header-action__link .box-icon svg {
    width: 22px;
    height: 40px;
}

.mainHeader .header-wrap-actions .header-action_text .header-action__link .box-icon svg.svg-ico-account {
    width: 22px;
}

.mainHeader .header-wrap-actions .header-action_text .header-action__link .box-icon svg.svg-ico-search {
    width: 20px;
}

.mainHeader .header-wrap-actions .header-action_text .header-action__link .box-icon .box-icon--close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.mainHeader .header-wrap-actions .header-action_text .header-action__link .box-icon .box-icon--close svg {
    width: 18px;
}

.mainHeader .header-wrap-actions .header-action_text .header-action__link .box-icon .count-holder {
    display: inline-block;
    vertical-align: top;
    background: #ff0000;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    left: 20px;
    top: -1px;
    padding: 0px 3px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
}

.mainHeader .header-wrap-actions .header-action_text .header-action__link:hover svg.svg-ico-search {
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.mainHeader .header-wrap-actions .header-action_dropdown {
    position: absolute;
    top: calc(100% + 15px);
    left: auto;
    right: -15px;
    z-index: 990;
    min-width: 280px;
    border-radius: 3px;
    color: #677279;
    background: #fff;
    border: solid 1px #dfe3e8;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    will-change: transform;
}

.mainHeader .header-wrap-actions .header-action_dropdown .box-triangle {
    position: absolute;
    bottom: calc(100% - 2px);
    margin: 0 auto;
    width: 22px;
    height: 15px;
    right: 19px;
}

.mainHeader .header-wrap-actions .header-action_dropdown .box-triangle svg {
    -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
}

.mainHeader .header-wrap-actions .header-action_dropdown .header-dropdown_content {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 15px 20px;
}

.mainHeader .header-wrap-actions .header-action_dropdown .header-dropdown_content .sitenav-content .boxtitle {
    font-size: 18px;
    color: var(--shop-color-title);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-align: center;
}

.mainHeader .header-menu-desktop .wrap-logo-sticky {
    display: none;
}

.mainHeader .header-navbar-menu {
    display: -ms-flex;
    display: flex;
}

.mainHeader .header-navbar-menu .header-wrap-menu {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.mainHeader.hSticky {
    visibility: hidden;
    opacity: 0;
}

.mainHeader.hSticky .header-wrap-actions .header-action .header-action-item.header-action_locate {
    display: none;
}

.mainHeader.hSticky .header-wrap-menu .menuList-main>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
}

.mainHeader.hSticky.hSticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}

.mainHeader.hSticky.hSticky-nav.hSticky-up {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}

.mainHeader.hSticky.topbar-bottom,
.mainHeader.hSticky.topbar-banner {
    display: none;
}

@media (min-width: 1200px) {
    .mainHeader .header-wrap-menu {
        flex: 1 1 auto;
    }
}

@media (min-width: 992px) {
    .mainHeader .header-wrap-logo a img {
        max-height: 70px;
    }

    .mainHeader .header-wrap-logo .wrap-logo,
    .mainHeader .header-wrap-logo.wrap-logo-sticky .wrap-logo {
        min-width: 150px;
        max-width: 220px;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item.header-action_cart .header-action_dropdown {
        width: 420px;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item.header-action_search .header-action_dropdown {
        width: 420px;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item.header-action_account .header-action_dropdown {
        width: 340px;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item.header-action_locate .header-action_dropdown {
        width: 420px;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item.header-action_account .header-action_dropdown.header-action_widthAuto {
        width: auto;
        min-width: 260px;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item.header-action_locate .header-action_text .header-action__link {
        overflow: hidden;
    }

    .mainHeader .header-wrap-iconav {
        display: none;
    }

    .mainHeader .header-wrap-info li:nth-child(2) {
        margin-left: 15px;
    }

    .mainHeader .header-wrap-info li svg {
        width: 22px;
        height: 22px;
        transform: translateY(-2px);
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item .header-action_text .header-action__link .box-icon .pulse {
        border-radius: 50%;
        height: 6px;
        width: 6px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 4px;
        opacity: 1;
        margin: 0 auto;
        transform: rotateX(55deg);
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item .header-action_text .header-action__link .box-icon .pulse:after {
        content: "";
        border-radius: 50%;
        height: 25px;
        width: 25px;
        position: absolute;
        margin: -8px 0 0 -12px;
        animation: pulsate 1s ease-out;
        animation-iteration-count: infinite;
        opacity: 0;
        animation-delay: 1.1s;
    }

    .mainHeader.hSticky-nav .header-wrap-logo h1 a {
        font-size: 25px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .mainHeader .container {
        width: auto;
    }

    .mainHeader .header-wrap-logo h1,
    .mainHeader .header-wrap-logo a {
        font-size: 26px;
    }

    .mainHeader .header-wrap-logo a img {
        max-width: 200px;
        max-height: 70px;
    }

    .mainHeader.hSticky-nav .header-wrap-logo h1,
    .mainHeader.hSticky-nav .header-wrap-logo a {
        font-size: 23px;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item.locationContainer .header-action_text .box-text .txtnw {
        font-size: 10px;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item.locationContainer .header-action_text .box-text .txtbl {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .mainHeader .mainHeader-middle {
        position: relative;
    }

    .mainHeader .mainHeader-middle .container {
        width: auto;
    }

    .mainHeader .flex-container-header {
        padding: 12px 0;
        margin: 0;
        align-items: unset;
    }

    .mainHeader .flex-container-header>div[class*='header-wrap-'] {
        position: initial;
        padding: 0;
    }

    .mainHeader .header-wrap-logo {
        text-align: center;
        flex: 1 1 auto;
    }

    .mainHeader .header-wrap-logo a img {
        max-height: 50px;
    }

    .mainHeader .header-wrap-logo .wrap-logo {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mainHeader .header-wrap-menu {
        display: none;
    }

    .mainHeader .header-wrap-actions .header-action {
        position: initial;
        height: 100%;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item {
        position: initial;
        margin-left: 5px;
        height: 100%;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item .header-action_text .header-action__link .box-text {
        display: none;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item .header-action_dropdown {
        right: 0;
        left: 0;
        top: 100%;
        width: 100vw;
        height: 100vh;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon .box-icon--close {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon>svg,
    .mainHeader .header-wrap-actions .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon .count-holder {
        opacity: 0;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item.header-action_cart {
        display: none;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item.header-action_cart.show-mb {
        display: block;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item.header-action_menu .header-action_dropdown .header-dropdown_content {
        padding: 0 0px 80px;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item.header-action_menu .header-action_dropdown .header-dropdown_content {
        overflow: auto;
        padding-bottom: 120px;
        -webkit-overflow-scrolling: touch;
    }

    .mainHeader.hSticky-nav .header-wrap-logo {
        display: block;
    }

    .mainHeader.hSticky-nav .header-wrap-actions .header-action .header-action-item.locationContainer .box-text {
        display: none !important;
    }

    .mainHeader.hSticky-nav .header-wrap-actions .header-action .header-action-item.locationContainer .box-icon {
        display: block !important;
    }

    .mainHeader.hSticky-nav .header-wrap-actions .header-action-item.locationContainer {
        display: none;
    }

    .mainHeader.hSticky-nav .header-wrap-actions .header-action-item.locationContainer .header-action_text .box-triangle {
        top: calc(100% - 5px);
    }

    .mainHeader.hSticky-nav.mainHeader-product .header-wrap-actions .header-action .header-action-item.header-action_backlink {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }

    .mainHeader.hSticky-nav.mainHeader-product .header-wrap-actions .header-action .header-action-item.header-action_menu .header-action_dropdown .box-triangle {
        left: 44px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {

    .mainHeader .header-wrap-logo h1,
    .mainHeader .header-wrap-logo a {
        font-size: 26px;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item.locationContainer .header-action__link .box-text {
        padding: 3px 10px;
    }

    .mainHeader.hSticky-nav .header-wrap-actions .header-action-item.locationContainer .header-action_text .box-triangle {
        top: 100%;
    }

    .mainHeader .header-wrap-actions.header-wrap-iconav .header-action .header-action-item.header-action_menu {
        margin-left: 0;
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .mainHeader .flex-container-header {
        padding: 10px 0 8px;
    }

    .mainHeader .header-wrap-logo h1,
    .mainHeader .header-wrap-logo a {
        font-size: 24px;
    }

    .mainHeader .header-wrap-logo .wrap-logo a {
        transition: none;
        word-wrap: break-word;
        white-space: initial;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .mainHeader.hSticky-nav .header-wrap-actions .header-action .header-action-item.locationContainer .header-action_text .header-action__link {
        padding: 0;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item .header-action_text .box-triangle {
        top: calc(100% - 5px);
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item .header-action_text .header-action__link .box-text .txt-overflow {
        max-width: 90px;
        vertical-align: initial;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item.locationContainer .header-action_text .header-action__link .box-text {
        padding: 0 5px;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item.locationContainer .header-action_text {
        margin-right: 0;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item.locationContainer .header-action_text .header-action__link {
        padding: 0 5px;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item.locationContainer .header-action_text .box-text .txtnw {
        font-size: 8px;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item.locationContainer .header-action_text .box-text .txtnw .fa {
        font-size: 10px;
        margin-left: 1px;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item.locationContainer .header-action_text .box-text .txtbl {
        font-size: 10px;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-account {
        width: 18px;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-search {
        width: 18px;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close svg {
        width: 18px;
    }

    .mainHeader .header-wrap-actions .header-action .header-action-item .header-action_text .header-action__link .box-icon .count-holder {
        min-width: 16px;
        height: 16px;
        line-height: 16px;
        left: 12px;
        top: 1px;
    }

    .mainHeader .header-wrap-actions.header-wrap-iconav .header-action .header-action-item {
        padding: 0;
    }

    .mainHeader .header-wrap-actions.header-wrap-iconav .header-action .header-action-item.header-action_menu {
        margin-left: 0;
        margin-right: 8px;
    }
}

.mainHeader.mainHeader_temp01 .mainHeader-middle {
    background: #ffffff;
}

.mainHeader.mainHeader_temp01 .header-wrap-logo a {
    color: #738670;
}

.mainHeader.mainHeader_temp01 .header-wrap-action .header-action .header-action-item.header-action_backlink a {
    color: #738670;
}

.mainHeader.mainHeader_temp01 .header-wrap-menu .menuList-main>li>a {
    color: #738670;
}

.mainHeader.mainHeader_temp01 .header-wrap-menu .menuList-main>li>a svg {
    fill: #738670;
}

.mainHeader.mainHeader_temp01 .header-wrap-actions .header-action_text .header-action__link .box-icon svg {
    fill: #738670;
}

.mainHeader.mainHeader_temp01 .header-wrap-actions .header-action_text .header-action__link .box-text {
    display: none;
}

@media (min-width: 1200px) {
    .mainHeader.mainHeader_temp01 .header-wrap-menu .menuList-main>li>a {
        padding: 25px 0;
    }
}

.mainHeader.mainHeader_temp02 .mainHeader-middle {
    background: #ffffff;
}

.mainHeader.mainHeader_temp02 .header-wrap-logo a {
    color: #5b6d59;
}

.mainHeader.mainHeader_temp02 .header-wrap-action .header-action .header-action-item.header-action_backlink a {
    color: #5b6d59;
}

.mainHeader.mainHeader_temp02 .header-wrap-actions .header-action_text .header-action__link .box-icon svg {
    fill: #5b6d59;
}

.mainHeader.mainHeader_temp02 .header-wrap-actions .header-action_text .header-action__link .box-text {
    display: none;
}

.mainHeader.mainHeader_temp02.hSticky-nav.wrap-logo-sticky {
    display: block;
}

@media (min-width: 992px) {
    .mainHeader.mainHeader_temp02 .mainHeader-middle {
        padding: 20px 0 15px;
    }

    .mainHeader.mainHeader_temp02.hSticky-nav .header-wrap-iconav,
    .mainHeader.mainHeader_temp02.hSticky-nav .header-wrap-logo {
        display: none;
    }

    .mainHeader.mainHeader_temp02.hSticky-nav .mainHeader-middle {
        visibility: visible;
        z-index: 1;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
    }

    .mainHeader.mainHeader_temp02.hSticky-nav .flex-container-header {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

    .mainHeader.mainHeader_temp02.hSticky-nav .header-wrap-action {
        visibility: visible;
        opacity: 1;
        width: initial;
    }

    .mainHeader.mainHeader_temp02.hSticky-nav .header-menu-desktop .header-navbar-menu {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
    }

    .mainHeader.mainHeader_temp02.hSticky-nav .header-menu-desktop .wrap-logo-sticky {
        display: block;
        position: relative;
        z-index: 2;
    }

    .mainHeader.mainHeader_temp02.hSticky-nav .header-menu-desktop .header-wrap-menu {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-left: 15px;
        padding-right: 140px;
    }

    .mainHeader.mainHeader_temp02:not(.hSticky-nav) .header-wrap-menu .menuList-main>li>a {
        padding: 10px 0;
    }

    .mainHeader.mainHeader_temp02 .flex-container-header>[class^='header-wrap-'] {
        width: 100%;
    }

    .mainHeader.mainHeader_temp02 .header-wrap-iconav {
        display: block;
    }

    .mainHeader.mainHeader_temp02 .header-wrap-iconav .header-action {
        display: none;
    }

    .mainHeader.mainHeader_temp02 .header-wrap-logo .wrap-logo {
        margin: 0 auto;
    }
}

.mainHeader.mainHeader_temp03 .mainHeader-middle {
    background: #ffffff;
}

.mainHeader.mainHeader_temp03 .header-wrap-search {
    flex: 1 1 auto;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .input-search {
    padding: 9px 50px 10px 15px;
    width: 100%;
    background: #fff;
    border: 1px solid #ececec;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .btn-search {
    position: absolute;
    padding: 0;
    top: 0px;
    bottom: 0;
    right: 0px;
    border-radius: 4px;
    margin: 3px;
    border: 0;
    box-shadow: none;
    width: 70px;
    background: #e30931;
    transition: opacity 150ms linear;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .btn-search svg {
    width: 18px;
    height: 100%;
    display: block;
    margin: auto;
    fill: #fff;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .input-search:focus {
    background: #ffffff;
    outline: none;
    border-color: var(--shop-color-main);
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    padding: 15px;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .item-ult {
    padding: 12px 0;
    border-bottom: 1px dotted #dfe0e1;
    clear: both;
    width: 100%;
    float: left;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .item-ult .thumbs {
    width: 40px;
    display: inline-block;
    text-align: right;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .item-ult .title {
    width: calc(100% - 40px);
    padding-right: 5px;
    float: left;
    line-height: 20px;
    position: relative;
    margin-top: 0px !important;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .item-ult .title a {
    font-size: 15px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
    float: left;
    width: 100%;
    margin: 5px 0 5px;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .item-ult .title p {
    line-height: 15px;
    font-size: 12px;
    font-weight: 500;
    float: left;
    margin: 0;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .item-ult .title p.onsale {
    color: #ff2c26;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .item-ult .title p del {
    font-size: 11px;
    font-weight: 400;
    margin-left: 7px;
    color: #797979;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .resultsMore {
    width: 100%;
    float: left;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .resultsMore a {
    text-align: center;
    display: block;
    font-size: 13px;
    padding: 10px 0;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .search-suggest {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .search-suggest.show-suggest {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity .35s .4s, visibility .35s .4s, transform .25s ease .35s;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .search-suggest p {
    margin: 0 0 12px;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .search-suggest li {
    margin-bottom: 5px;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .search-suggest li a {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--shop-color-text);
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .search-suggest {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .search-suggest .item-suggest {
    font-weight: 500;
    white-space: nowrap;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .search-suggest ul {
    display: flex;
    flex-wrap: wrap;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .search-suggest ul li {
    margin-left: 7px;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .search-suggest ul li a {
    text-decoration: underline;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .smart-search-wrapper .resultsContent.resultsdata+.search-suggest {
    display: none;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .resultsContent.resultsdata+.search-suggest {
    display: none;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .policy-search {
    max-width: 680px;
    margin: 0 auto;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .policy-search ul {
    display: flex;
    flex-wrap: wrap;
    color: #5b6d59;
    font-size: 12px;
    margin-top: 10px;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .policy-search ul li {
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .policy-search .box-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainHeader.mainHeader_temp03 .header-wrap-search .policy-search .box-text {
    font-weight: 500;
}

.mainHeader.mainHeader_temp03 .header-wrap-actions {
    margin-bottom: auto;
}

.mainHeader.mainHeader_temp03 .header-wrap-actions .search-desktop {
    display: none;
}

.mainHeader.mainHeader_temp03.hSticky-nav.wrap-logo-sticky {
    display: block;
}

.mainHeader.mainHeader_temp03.hSticky-nav .flex-container-header {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.mainHeader.mainHeader_temp03.hSticky-nav .header-wrap-action {
    visibility: visible;
    opacity: 1;
    width: initial;
}

.mainHeader.mainHeader_temp03.hSticky-nav .header-menu-desktop .header-navbar-menu {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.mainHeader.mainHeader_temp03.hSticky-nav .header-menu-desktop .wrap-logo-sticky {
    display: block;
    position: relative;
    z-index: 2;
}

.mainHeader.mainHeader_temp03.hSticky-nav .header-menu-desktop .header-wrap-menu {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 15px;
    padding-right: 140px;
}

.mainHeader.mainHeader_temp03.hSticky-nav .header-wrap-actions .header-action_text .header-action__link .box-text {
    display: none;
}

@media (min-width: 992px) {
    .mainHeader.mainHeader_temp03 .mainHeader-middle {
        padding: 15px 0;
    }

    .mainHeader.mainHeader_temp03 .header-wrap-search .smart-search-wrapper.ajaxSearchResults-3 .search-suggest {
        text-align: left;
        justify-content: left;
        margin-top: 0;
    }

    .mainHeader.mainHeader_temp03 .header-wrap-search .smart-search-wrapper.ajaxSearchResults-3 .search-suggest ul {
        display: block;
    }

    .mainHeader.mainHeader_temp03.hSticky-nav .mainHeader-middle {
        visibility: visible;
        z-index: 1;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
    }

    .mainHeader.mainHeader_temp03.hSticky-nav .header-wrap-actions .search-desktop {
        display: block;
    }

    .mainHeader.mainHeader_temp03.hSticky-nav .header-wrap-iconav,
    .mainHeader.mainHeader_temp03.hSticky-nav .header-wrap-logo,
    .mainHeader.mainHeader_temp03.hSticky-nav .header-wrap-search {
        display: none;
    }

    .mainHeader.mainHeader_temp03:not(.hSticky-nav) .header-wrap-actions .header-action-item {
        margin-left: 20px;
    }

    .mainHeader.mainHeader_temp03:not(.hSticky-nav) .mainHeader-middle {
        border-bottom: 1px solid #f5f5f5;
    }
}

@media (max-width: 991px) {
    .mainHeader.mainHeader_temp03 .header-wrap-search {
        display: none;
    }
}

/*--------------------------------------------------------------------------------
MINI CART
--------------------------------------------------------------------------------*/
@media (max-width: 991px) {
    body.body-showcart {
        overflow: hidden;
    }

    body:not(.mainBody-mbcart) .mini-cart {
        display: block;
    }

    body:not(.mainBody-mbcart) .mini-cart>.mini-cart__header {
        display: none;
    }

    body:not(.mainBody-mbcart).template-cart .wrapper-mainCart .order-summary-block .summary-button {
        position: relative;
    }

    .mainFooter-product {
        padding-bottom: 54px;
    }

    .mainFooter-toolbar {
        padding-bottom: 50px;
    }

    body.mainBody-mbcart.template-cart .mainFooter {
        padding-bottom: 56px;
    }
}

/*--------------------------------------------------------------------------------
FOOTER
--------------------------------------------------------------------------------*/
.mainFooter {
    background: #b30803;
    line-height: 1.6;
    border-top: 1px solid rgba(102, 102, 102, 0.07);
}

.mainFooter .footer-expand-title {
    text-align: center;
    display: none;
    padding: 10px 0 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    background: #ffffff;
}

.mainFooter .footer-expand-title .arrow-up {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 8px auto 4px;
    text-align: center;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 18px;
    transition: transform 0.4s ease-in-out 0s;
    -moz-transition: transform 0.4s ease-in-out 0s;
    -webkit-transition: transform 0.4s ease-in-out 0s;
}

.mainFooter .footer-expand-title .arrow-up svg {
    fill: #fff;
    width: 16px;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.mainFooter .footer-expand-title.active .arrow-up {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mainFooter .footer-expand-collapsed {
    color: var(--footer-color-text);
}

.mainFooter .widget-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.mainFooter .widget-footer__title {
    position: relative;
    font-size: 16px;
    color: var(--footer-color-title);
    margin: 0px;
    padding: 15px 0;
    font-weight: 500;
}

.mainFooter .widget-footer__content {
    display: none;
    padding: 10px 0px 20px;
}

.mainFooter .widget-footer__content .ft-logo img {
    max-width: 150px;
    margin-bottom: 15px;
}

.mainFooter .widget-footer__content .ft-logo a {
    color: var(--footer-color-title);
}

.mainFooter .widget-footer__content .ft-logobct {
    margin-top: 12px;
}

.mainFooter .widget-footer__content .ft-logobct img {
    max-width: 150px;
}

.mainFooter .widget-footer__content .address-footer ul {
    padding: 0;
}

.mainFooter .widget-footer__content .address-footer ul li {
    margin: 0 0 8px;
}

.mainFooter .widget-footer__content .footerNav-link {
    padding: 0;
}

.mainFooter .widget-footer__content .footerNav-link li {
    padding-left: 15px;
    position: relative;
    margin: 0 0 8px;
}

.mainFooter .widget-footer__content .footerNav-link li a {
    color: var(--footer-color-text);
}

.mainFooter .widget-footer__content .footerNav-link li a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: var(--footer-color-text);
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    border-radius: 50%;
    bottom: 0;
    margin: auto;
}

.mainFooter .widget-footer__content .footerNav-link li a:hover,
.mainFooter .widget-footer__content .footerNav-link li a:focus {
    color: var(--footer-color-hover);
}

.mainFooter .widget-footer__content .footerNav-link li a:hover:before,
.mainFooter .widget-footer__content .footerNav-link li a:focus:before {
    background: var(--footer-color-hover);
}

.mainFooter .widget-footer__content .footerNav-social {
    margin-top: 12px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.mainFooter .widget-footer__content .footerNav-social li {
    display: inline-block;
}

.mainFooter .widget-footer__content .footerNav-social li a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid var(--footer-color-text);
    color: var(--footer-color-text);
    display: block;
    margin-right: 6px;
    margin-bottom: 6px;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mainFooter .widget-footer__content .footerNav-social li a svg {
    width: 15px;
    display: block;
    height: 100%;
    margin: 0 auto;
    fill: var(--footer-color-text);
    stroke: var(--footer-color-text);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mainFooter .widget-footer__content .footerNav-social li a:hover {
    border-color: var(--footer-color-hover);
}

.mainFooter .widget-footer__content .footerNav-social li a:hover svg {
    fill: var(--footer-color-hover);
    stroke: var(--footer-color-hover);
}

.mainFooter .widget-footer__content .newsletter-form {
    margin-top: 15px;
}

.mainFooter .widget-footer__content .newsletter-form button {
    border-radius: 0;
}

.mainFooter .widget-footer__content .newsletter-form input {
    font-size: 14px;
    border: 1px solid #eee;
}

.mainFooter .widget-footer__content .newsletter-form input:focus {
    box-shadow: none;
}

.mainFooter .widget-footer__content .newsletter-form .input-group {
    margin-bottom: 0;
}

.mainFooter .widget-footer__content .newsletter-form .icon-email {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: center;
}

.mainFooter .widget-footer__content .newsletter-form .newsletter-input {
    height: 46px;
    padding: 10px 130px 10px 40px;
    border-radius: 4px !important;
    border: 1px solid var(--shop-color-button);
    font-size: 13px;
    background-color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.mainFooter .widget-footer__content .newsletter-form .newsletter-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 25px;
    height: 46px;
    border: 1px solid var(--shop-color-button);
    text-transform: uppercase;
    font-weight: 700;
    z-index: 9;
    border-radius: 4px;
}

.mainFooter .widget-footer__content .newsletter-form .newsletter-error,
.mainFooter .widget-footer__content .newsletter-form .newsletter-success {
    font-size: 13px;
    margin: 0;
    padding: 5px 5px 0;
}

.mainFooter .widget-footer__content .newsletter-form .newsletter-success {
    color: #27a208;
    background: #c5e9c5;
    margin: 5px 0 0 0;
    border-radius: 2px;
}

.mainFooter .widget-footer__content .newsletter-form .newsletter-error {
    color: #ff0000;
}

.mainFooter .widget-footer__content p {
    margin: 0;
}

.mainFooter .footer-payment {
    margin: 15px 0;
}

.mainFooter .footer-payment .payment-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.mainFooter .footer-payment .payment-icon {
    display: flex;
    flex-wrap: wrap;
}

.mainFooter .footer-payment .payment-icon li {
    margin: 0 6px 6px 0;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    overflow: hidden;
}

.mainFooter .footer-shipment {
    margin: 15px 0;
}

.mainFooter .footer-shipment .shipment-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.mainFooter .footer-shipment .shipment-icon {
    display: flex;
    flex-wrap: wrap;
}

.mainFooter .footer-shipment .shipment-icon li {
    margin: 0 6px 6px 0;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    overflow: hidden;
}

.mainFooter .footer-copyright {
    padding: 15px 0;
    /* background: #ae1805; */
    color: var(--footer-color-text-copyright);
}

.mainFooter .footer-copyright p {
    font-size: 13px;
    margin: 0;
}

.mainFooter .footer-copyright p a {
    color: var(--footer-color-text-copyright);
}

@media (min-width: 1200px) {
    .mainFooter .widget-footer {
        border-bottom: 0;
        padding: 5px 15px 20px 15px;
    }
}

@media (min-width: 992px) {
    .mainFooter .footer-expand-title {
        display: none;
    }

    .mainFooter .footer-expand-collapsed {
        display: block;
    }

    .mainFooter .widget-footer__title {
        font-weight: 700;
        font-size: 18px;
        padding-bottom: 12px;
    }

    .mainFooter .widget-footer__content {
        display: block;
    }

    .mainFooter .widget-footer:last-child {
        border-right: 0;
    }

    .mainFooter .footer-copyright {
        border-top: 1px solid #dedede82;
    }
}

@media (max-width: 991px) {
    .mainFooter .widget-footer {
        order: 2;
    }

    .mainFooter .widget-footer__title:before {
        content: "";
        right: 5px;
        position: absolute;
        box-sizing: border-box;
        height: 8px;
        width: 8px;
        border-style: solid;
        border-color: currentColor;
        border-width: 0px 1px 1px 0px;
        transform: rotate(45deg);
        transition: border-width 150ms ease-in-out;
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
    }

    .mainFooter .widget-footer__title.opened {
        font-weight: 700;
    }

    .mainFooter .widget-footer__title.opened:before {
        -moz-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .mainFooter .widget-footer.widget-footer-newsletter {
        order: 1;
        text-align: center;
    }

    .mainFooter .widget-footer.widget-footer-newsletter .widget-footer__title {
        pointer-events: none;
    }

    .mainFooter .widget-footer.widget-footer-newsletter .widget-footer__title:before {
        display: none;
    }

    .mainFooter .widget-footer.widget-footer-newsletter .widget-footer__content {
        display: block;
    }
}

@media (max-width: 767px) {
    .mainFooter.has-toolbar {
        /* padding-bottom: 55px; */
    }
}

/*--------------------------------------------------------------------------------
INDEX
--------------------------------------------------------------------------------*/
@media (min-width: 992px) {
    [class^="section-home-"] {
        margin: 0 0 40px 0;
    }
}

@media (max-width: 991px) {
    [class^="section-home-"] {
        margin: 0 0 21px 0;
    }
}

.collection-product-slide {
    position: relative;
}

.collection-product-slide .swiper-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 99;
    margin-top: -30px;
}

.collection-product-slide .swiper-button {
    width: 40px;
    height: 40px;
    background: var(--shop-color-button);
    color: var(--shop-color-button-text);
    border-radius: 2px;
    opacity: 0;
    transition: all 0.5s ease;
}

.collection-product-slide .swiper-button:after {
    font-size: 20px;
    font-weight: 600;
}

.collection-product-slide .swiper-button.swiper-button-next {
    right: -15px;
    transform: translateX(-20px);
}

.collection-product-slide .swiper-button.swiper-button-prev {
    left: -15px;
    transform: translateX(20px);
}

.collection-product-slide .product-loop-no {
    padding: 0;
}

@media (min-width: 1200px) {
    .collection-product-slide:hover .swiper-button:not(.swiper-button-disabled) {
        opacity: 1;
    }

    .collection-product-slide:hover .swiper-button-next {
        transform: translateX(0);
    }

    .collection-product-slide:hover .swiper-button-prev {
        transform: translateX(0);
    }
}

@media (max-width: 1199px) {
    .collection-product-slide .swiper-button {
        width: 32px;
        height: 32px;
    }

    .collection-product-slide .swiper-button:after {
        font-size: 14px;
    }

    .collection-product-slide .swiper-button:not(.swiper-button-disabled) {
        opacity: 1;
    }

    .collection-product-slide .swiper-button.swiper-button-next {
        transform: translateX(-5px);
    }

    .collection-product-slide .swiper-button.swiper-button-prev {
        transform: translateX(5px);
    }
}

.section-title {
    margin-bottom: 50px;
}

.section-title .sub-title {
       font-size: 17px;
    color: #333;
    text-transform: none;
    margin-bottom: 10px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.section-title .sub-title.style-italic {
    text-transform: none;
    /*font-family: 'Georgia';*/
    font-family: "Philosopher", sans-serif;
    font-style: italic;
    margin-bottom: 3px;
}

.section-title h2 {
    font-size: 29px;
    font-weight: 600;
    color: #e50429;
    margin: 0;
    text-align: center;
    padding-bottom: 4px;
    position: relative;
    font-family: "Playfair Display", serif;
}

.section-title h2:before,
.section-title h2:after {}

.section-title h2:before {
    bottom: 6px;
    margin-left: -30px;
}

@media (max-width: 991px) {
    .section-title {
        margin-bottom: 20px;
    }

    .section-title .sub-title {
        font-size: 15px;
    }

    .section-title h2 {
        font-size: 24px;
        padding-bottom: 15px;
    }
}

.section-content {
    position: relative;
}

.section-tab {
    margin-bottom: 40px;
}

.section-tab .tabs-navigation .tab-header {
    display: inline-block;
    padding: 0 12px;
}

.section-tab .tabs-navigation .tab-header .tab-title {
    font-size: 15px;
    font-weight: 500;
    color: #959595;
    padding: 5px 15px;
    position: relative;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}

.section-tab .tabs-navigation .tab-header .tab-title.active {
    color: #fff;
    background: var(--shop-color-main);
    border-color: var(--shop-color-main);
}

.section-tab .tabs-navigation .tab-header .tab-title.active:after {
    width: 100%;
    opacity: 1;
}

.section-tab .swiper-nav {
    display: flex;
    align-items: center;
    align-content: center;
}

.section-tab .swiper-nav .swiper-button {
    width: 30px;
    height: 30px;
}

.section-tab .swiper-nav .swiper-button svg {
    width: 18px;
    height: 100%;
    display: block;
    margin: auto;
}

.section-tab .swiper-nav .swiper-button.swiper-button-disabled svg {
    fill: #959595;
    cursor: default;
}

.section-tab .swiper-nav .swiper-button:first-child {
    transform: rotate(180deg);
    margin-right: 5px;
}

@media (min-width: 992px) {
    .section-tab .tabs-navigation {
        justify-content: center;
    }

    .section-tab .tabs-navigation .tab-title:hover {
        color: var(--shop-color-title);
    }

    .section-tab .tabs-navigation .tab-title:hover:after {
        width: 100%;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .section-tab .title-tabs__navigation {
        margin: 0 -12px;
    }

    .section-tab .tabs-navigation {
        flex-wrap: nowrap;
        overflow: auto;
    }

    .section-tab .tabs-navigation .tab-header {
        white-space: nowrap;
        padding: 0 12px;
    }

    .section-tab .tabs-navigation .tab-header .tab-title {
        font-size: 14px;
    }

    .section-tab .tabs-navigation::-webkit-scrollbar {
        display: none;
    }

    .section-tab .tabs-navigation {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

.section-countdown .auto-due {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}

.section-countdown .soon[data-layout*=group] {
    font-size: 16px;
    padding: 0;
}

.section-countdown #label-due {
    margin-right: 10px;
    display: none;
}

.section-countdown .soon-slot-inner {
    color: var(--home-flashsale-countdown-color-txt);
    font-weight: 500;
    border-radius: 3px;
    letter-spacing: 1px;
}

.section-countdown .soon[data-layout*=group] .soon-separator {
    width: 10px;
    padding-top: 9px;
    visibility: hidden;
}

.section-countdown .soon-group.soon-group-sub {
    background: var(--home-flashsale-countdown-bg);
    min-width: 36px;
    border-radius: 5px;
    margin-left: 8px;
}

.section-countdown .soon[data-layout*=group] .soon-label {
    margin: 0;
    color: var(--home-flashsale-countdown-color-txt);
}

.section-countdown .soon-slot-new {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}

@media (max-width: 767px) {
    .section-countdown #label-due {
        display: none;
    }

    .section-countdown .auto-due {
        justify-content: left;
        margin-left: 28px;
    }

    .section-countdown .soon-repeater {
        padding: 0 3px;
        color: var(--home-flashsale-countdown-color-txt);
        border-radius: 3px;
    }

    .section-countdown .soon .soon-group {
        font-size: 16px;
    }

    .section-countdown .soon-group.soon-group-sub {
        min-width: 45px;
        min-height: 45px;
    }

    .section-countdown .soon[data-layout*=group] .soon-label {
        margin: 0;
        font-size: 8px;
    }

    .section-countdown .soon[data-layout*=group] .soon-separator {
        padding-top: 0;
        display: none;
    }

    .section-countdown .soon[data-layout*=group] .soon-group-sub>.soon-group-inner {
        margin: 0 2px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.section-home-slider {
    margin: 0;
}

.section-home-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.section-home-slider .swiper-button {
    color: var(--shop-color-main);
    opacity: 0;
    transition: all 0.5s ease;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    width: 48px;
    height: 48px;
    border-radius: 2px;
}

.section-home-slider .swiper-button:after {
    font-size: 22px;
}

.section-home-slider .swiper-button:hover {
    background: var(--shop-color-main);
    color: #fff;
}

.section-home-slider .swiper-button-prev {
    transform: translateX(-20px);
}

.section-home-slider .swiper-button-next {
    transform: translateX(20px);
}

.section-home-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 2px;
}

.section-home-slider .swiper-pagination-bullet-active {
    background: var(--shop-color-main);
}

.section-home-slider .home-slider:hover .swiper-button {
    opacity: 1;
}

.section-home-slider .home-slider:hover .swiper-button-prev {
    transform: translateX(20px);
}

.section-home-slider .home-slider:hover .swiper-button-next {
    transform: translateX(-20px);
}

.section-home-slider .boxlazy-img__insert {
    height: 100%;
    padding-bottom: 39.06%;
}

.section-home-slider .boxlazy-img__insert img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 991px) {
    .section-home-slider .swiper-button {
        display: none;
    }

    .section-home-slider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 767px) {
    .section-home-slider .boxlazy-img__insert {
        padding-bottom: 51.28%;
    }
}

.section-home-category .list-category-slide:not(.swiper-initialized)>div {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.section-home-category .list-category-slide:not(.swiper-initialized)>div .category-item {
    flex: 0 0 calc((100% - 90px)/4);
    margin-right: 30px;
}

.section-home-category .section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.section-home-category .category-item__inner {
    position: relative;
}

.section-home-category .category-item__img {
    overflow: hidden;
}

.section-home-category .category-item__img a {
    display: block;
    transition: all 0.5s ease-in-out;
}

.section-home-category .category-item__img:hover a {
    transform: scale(1.1);
}

.section-home-category .category-item__img img:not(.swiper-lazy-loaded) {
    min-height: 350px;
}

.section-home-category .category-item__info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.45);
}

.section-home-category .category-item__info h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}

.section-home-category .category-item__info .info-title .count {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}

.section-home-category .category-item__info .info-icon {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    flex: 0 0 45px;
    margin-left: 10px;
    transition: all .3s ease;
}

.section-home-category .category-item__info .info-icon a {
    display: inline-block;
}

.section-home-category .category-item__info .info-icon svg {
    vertical-align: -5px;
}

.section-home-category .category-item__info .info-icon:hover {
    background: #000;
    box-shadow: 0 0 0 2px #000;
}

.section-home-category .category-item__info .info-icon:hover svg {
    fill: #fff;
}

@media (max-width: 767px) {
    .section-home-category .section-content {
        margin: 0 -12px;
    }

    .section-home-category .list-category-slide {
        padding: 0 12px;
    }

    .section-home-category .category-item__info {
        padding: 12px 15px;
    }

    .section-home-category .category-item__info h3 {
        font-size: 16px;
    }

    .section-home-category .category-item__info .info-icon {
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
    }

    .section-home-category .category-item__info .info-icon svg {
        width: 18px;
    }

    .section-home-category .category-item__img img:not(.swiper-lazy-loaded) {
        min-height: 375px;
    }

    .section-home-category .list-category-slide:not(.swiper-initialized)>div {
        display: -webkit-box;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }

    .section-home-category .list-category-slide:not(.swiper-initialized)>div .category-item {
        flex: 0 0 calc((100% - 8px)/1.3);
        margin-right: 20px;
    }
}

@media (min-width: 992px) {
    .collection-tabs .list-product-row .product-loop:nth-child(n + 7) {
        display: none;
    }
}

@media (max-width: 991px) {
    .collection-tabs .list-product-row .product-loop:nth-child(n + 7) {
        display: none;
    }
}

.section-home-feature {
    padding: 60px 0;
    background: #DDD8CC;
}

.section-home-feature .feature-block__inner {
    text-align: center;
    padding: 3px;
}

.section-home-feature .feature-block__img {
    display: inline-block;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.06);
}

.section-home-feature .feature-block__title h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

.section-home-feature .feature-block__content p {
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .section-home-feature {
        padding: 40px 0;
    }

    .section-home-feature .feature-block__title h4 {
        margin-top: 15px;
    }
}

.section-home-introduce .block-introduce__title {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 6px;
    font-family: "Playfair Display", serif;
}

.section-home-introduce .block-introduce__desc {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
    /* font-weight: 500; */
    color: #000;
}

.section-home-introduce .block-introduce__link .link1 {
    margin-right: 10px;
}

@media (min-width: 992px) {
    .section-home-introduce .col-content {
        align-self: center;
    }
}

@media (max-width: 991px) {
    .section-home-introduce .col-content {
        order: 2;
    }

    .section-home-introduce .col-image {
        order: 1;
    }

    .section-home-introduce .col-image .image {
        margin-bottom: 20px;
    }

    .section-home-introduce .block-introduce__title {
        font-size: 28px;
        margin-bottom: 10px;
    }
}

.section-home-shipping {
    background: #738670;
    padding: 60px 0;
    margin: 0;
}

.section-home-shipping .shipping-text {
    font-size: 24px;
    color: #ffffff;
    /*font-family: 'Georgia';*/
    font-family: "Philosopher", sans-serif;
    font-style: italic;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .section-home-shipping {
        padding: 40px 0;
    }
}

.section-home-banner .container {
    width: 100% !important;
    padding: 0;
    max-width: none;
}

.section-home-banner .banner-block {
    display: flex;
    align-items: center;
    max-width: 1920px;
    margin: auto;
}

.section-home-banner .banner-block .info {
    max-width: 545px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
}

.section-home-banner .banner-block__info h3 {
    font-size: 34px;
    font-weight: 500;
    margin-top: 0;
    line-height: 40px;
    margin-bottom: 28px;
}

.section-home-banner .banner-block__info .text {
    max-height: 120px;
    font-weight: 500;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.section-home-banner .banner-block__info .text::-webkit-scrollbar {
    width: 4px;
    height: 3px;
}

.section-home-banner .banner-block__info .text::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 10px;
}

.section-home-banner .banner-block__info .text::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.section-home-banner .banner-block__info .text::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4;
}

.section-home-banner .banner-block__info ul {
    list-style-type: disc;
    margin-left: 16px;
    font-weight: 500;
}

.section-home-banner .banner-block__info .price {
    font-size: 24px;
    font-weight: 600;
    color: #ea4d2a;
    margin: 10px 0;
}

.section-home-banner .banner-block.banner-right {
    justify-content: flex-end;
}

.section-home-banner .banner-block.banner-right .banner-block__info {
    padding-right: 30px;
    padding-left: 15px;
}

.section-home-banner .banner-block.banner-right .info {
    margin-left: auto;
}

.section-home-banner .banner-block.banner-left .banner-block__info {
    padding-left: 30px;
    padding-right: 15px;
}

.section-home-banner .banner-block:nth-child(2n) .banner-block__right.banner-block__info {
    order: 1;
}

.section-home-introduce .block-introduce__desc h3 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
}

@media (min-width: 992px) {
    .section-home-banner .banner-block__left {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .section-home-banner .banner-block__right {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 991px) {
    .section-home-banner .banner-block.banner-left {
        flex-direction: column;
    }

    .section-home-banner .banner-block.banner-left .banner-block__info {
        padding: 0;
        margin-top: 15px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section-home-banner .banner-block.banner-right {
        flex-direction: column-reverse;
    }

    .section-home-banner .banner-block.banner-right .banner-block__info {
        padding: 0;
        margin-top: 15px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section-home-banner .banner-block__info h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .section-home-banner .banner-block__info .price {
        font-size: 24px;
    }

    .section-home-banner .banner-block+.banner-block {
        margin-top: 40px;
    }
}

.section-home-collection {
    padding: 60px 0;
}

.section-home-collection .see-more-product {
    text-align: center;
    margin-top: 30px;
}

.section-home-collection.collection-flashsale {
    margin: 0;
    background: var(--home-flashsale-bg);
}

.section-home-collection.collection-flashsale .section-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.section-home-collection.collection-flashsale .section-title h2 {
    padding-left: 35px;
    position: relative;
}

.section-home-collection.collection-flashsale .section-title h2 a {
    color: var(--home-flashsale-color-title);
}

.section-home-collection.collection-flashsale .section-title h2:before,
.section-home-collection.collection-flashsale .section-title h2:after {
    content: "";
    background-color: var(--home-flashsale-color-light);
    border-radius: 100%;
    display: block;
    left: 10px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
}

.section-home-collection.collection-flashsale .section-title h2:after {
    background-color: transparent;
    border: 1px solid var(--home-flashsale-color-light);
    animation: pulseSmall 1.25s linear infinite;
}

.section-home-collection.collection-flashsale .section-title .section-countdown {
    margin-left: 30px;
}

.section-home-collection.collection-flashsale .section-title .swiper-nav {
    margin-left: auto;
}

.section-home-collection.collection-flashsale .list-product-slide:not(.swiper-initialized)>div .swiper-slide {
    flex: 0 0 calc((100% - 120px) /6);
    margin-right: 24px;
}

.section-home-collection.collection-flashsale .list-product-slide:not(.swiper-initialized)>div {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.section-home-collection.collection-tabs {
    margin: 0;
}

.section-home-collection.collection-product {
    padding: 0;
}

@media (min-width: 992px) {
    .section-home-collection.collection-product .list-product-slide:not(.swiper-initialized)>div .swiper-slide {
        flex: 0 0 calc((100% - 72px) /4);
        margin-right: 24px;
    }
}

@media (max-width: 991px) {
    .section-home-collection.collection-product .list-product-slide:not(.swiper-initialized)>div .swiper-slide {
        flex: 0 0 calc((100% - 4px) /2);
        margin-right: 4px;
    }
}

@media (max-width: 767px) {
    .section-home-collection {
        padding: 40px 0;
    }

    .section-home-collection .section-title {
        position: relative;
    }

    .section-home-collection.collection-flashsale .section-title .section-countdown {
        margin-left: 0px;
        margin-top: 15px;
        flex: 0 0 100%;
    }

    .section-home-collection.collection-flashsale .list-product-slide:not(.swiper-initialized)>div .swiper-slide {
        flex: 0 0 calc((100% - 8px) /2);
        margin-right: 8px;
    }

    .section-home-collection.collection-flashsale .list-product-slide:not(.swiper-initialized)>div {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }

    .section-home-collection .section-countdown.countdown-show .auto-due {
        min-height: 45px;
    }
}

.section-home-aboutus {
    background-image: url(//theme.hstatic.net/200000919435/1001283175/14/home_aboutus_img.jpg?v=622);
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-top: 80px;
    padding-bottom: 40px;
    background-size: cover !important;
}

.section-home-aboutus .aboutus-block h4 {
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-top: 0;
    margin-bottom: 25px;
    font-family: "Ubuntu", "HelveticaNeue", "Helvetica Neue", sans-serif;
}

.section-home-aboutus .aboutus-block h3 {
    font-size: 27px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 5px;
    margin-top: 0;
}

.section-home-aboutus .aboutus-block p {
    font-size: 26px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 35px;
}

.section-home-aboutus .aboutus-block .link1 {
    margin-right: 24px;
}

@media (max-width: 991px) {
    .section-home-aboutus {
        padding-top: 40px;
    }

    .section-home-aboutus .aboutus-block h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .section-home-aboutus .aboutus-block h3 {
        font-size: 19px;
    }

    .section-home-aboutus .aboutus-block p {
        font-size: 16px;
    }

    .section-home-aboutus .aboutus-block .link1 {
        margin-right: 10px;
    }
}

.section-home-blogs .article-item__detail {
    padding: 10px 17px;
    background: #fff;
    display: flex;
    display: -ms-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.section-home-blogs .article-item__detail .art-title {
    font-size: 16px;
    margin-bottom: 5px;
    min-height: 38px;
    transition: transform .3s ease;
}

.section-home-blogs .article-item__detail .art-desc {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #646464;
}

.section-home-blogs .article-item__detail .art-meta {
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -ms-align-items: center;
    font-size: 13px;
    color: #a8aeba;
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: auto;
}

.section-home-blogs .article-item__detail .art-meta .art-seemore {
    color: #646464;
}

.section-home-blogs .article-item__detail .art-meta .art-seemore:hover {
    color: var(--shop-color-hover);
}

.section-home-blogs .list-article-row {
    padding: 2px 2px 3px;
}

.section-home-blogs .list-article-row .article-item__block {
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: space-between;
    justify-content: space-between;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
}

@media (min-width: 1200px) {
    .section-home-blogs .article-item__image {
        overflow: hidden;
    }

    .section-home-blogs .article-item__image img {
        -webkit-transition: .4s linear;
        -ms-transition: .4s linear;
        transition: .4s linear;
        -webkit-transform: rotate(0) scale(1);
        -ms-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section-home-blogs {
        padding-bottom: 60px;
    }

    .section-home-blogs .wrapper-content {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .section-home-blogs .wrapper-content .article-item__detail .art-title {
        font-size: 18px;
    }

    .section-home-blogs .wrapper-content .article-item__detail .art-meta {
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .section-home-blogs .list-article-row:not(.swiper-initialized)>div .swiper-slide {
        flex: 0 0 calc((100% - 48px) /3);
        margin-right: 24px;
    }

    .section-home-blogs .list-product-slide:not(.swiper-initialized)>div {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .section-home-blogs .article-item__image img:not(.lazyloaded) {
        min-height: 200px;
    }

    .section-home-blogs .article-item__detail .art-title {
        font-size: 14px;
    }

    .section-home-blogs .article-item__detail .art-desc {
        font-size: 12px;
    }
}

.section-home-newsletter {
    background: #ffffff;
    padding: 90px 0;
    margin: 0;
}

.section-home-newsletter .section-title {
    margin: 0;
}

.section-home-newsletter .section-title .title {
    color: #e40d0d;
}

.section-home-newsletter .section-title .sub-title {
    color: #7ddc0f;
}

.section-home-newsletter .newsletter-block {
    padding-top: 20px;
}

.section-home-newsletter .form-group {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.section-home-newsletter .newsletter-input {
    display: inline-block;
    vertical-align: top;
    padding: 10px 160px 10px 45px;
    border: 1px solid #e5e5e5;
    line-height: 30px;
    height: 54px;
    border-radius: 4px;
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 400;
    background: #ffffff;
    box-shadow: inset 1px 1px 0 0 #ffffff;
}

.section-home-newsletter .input-group-btn {
    border-radius: 2px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.section-home-newsletter .input-group-btn button {
    height: 100%;
    font-weight: 600;
}

.section-home-newsletter .icon-email {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    display: flex;
    align-items: center;
}

.section-home-newsletter .newsletter-error {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 13px;
    color: #ff0000;
}

@media (max-width: 991px) {
    .section-home-newsletter {
        padding: 40px 0;
    }
}

.section-home-info {
    padding: 60px 0;
    background: #0f3810;
}

.section-home-info .section-title h2 {
    color: #ffffff;
}

.section-home-info .section-title .sub-title {
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 500;
    letter-spacing: 0.25em;
}

.section-home-info .info-block__inner {
    position: relative;
    margin-bottom: 40px;
}

.section-home-info .info-block__text h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 7px;
    color: #ffffff;
}

.section-home-info .info-block__text p {
    line-height: 24px;
    margin-bottom: 0;
    color: #ffffff;
}

.section-home-info .info-block__img {
    width: 60px;
    height: 60px;
    border: 1px solid #ea4d2a;
    line-height: 59px;
    vertical-align: middle;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    top: 0;
    background: #ffffff;
}

.section-home-info .info-block__img img {
    padding: 15px;
}

.section-home-info .info-block.info-block-left .info-block__text {
    padding-right: 75px;
}

.section-home-info .info-block.info-block-left .info-block__img {
    right: 0;
}

.section-home-info .info-block.info-block-right .info-block__text {
    padding-left: 75px;
}

.section-home-info .info-block.info-block-right .info-block__img {
    left: 0;
}

@media (max-width: 991px) {
    .section-home-info .info-block__inner {
        margin-bottom: 30px;
    }

    .section-home-info .info-block-center .image {
        padding-bottom: 30px;
    }
}

/*--------------------------------------------------------------------------------
COLLECTION
--------------------------------------------------------------------------------*/
.layout-collections .section-collection {
    padding: 30px 0 40px;
}

.layout-collections .toolbar-products {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    margin-bottom: 30px;
}

.layout-collections .toolbar-products h1 {
    font-size: 22px;
    margin: 0;
    padding-right: 15px;
}

.layout-collections .toolbar-products .head-title {
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 15px;
}

.layout-collections .toolbar-products .product-sort {
    position: relative;
    margin-left: auto;
}

.layout-collections .toolbar-products .product-sort .title {
    position: relative;
}

.layout-collections .toolbar-products .product-sort .text {
    margin-left: 15px;
    min-width: 230px;
    min-height: 50px;
    line-height: 46px;
    border: 1px solid #dde1ef;
    background: #fff;
    display: inline-block;
    border-radius: 4px;
    padding: 0 15px;
}

.layout-collections .toolbar-products .product-sort .icon {
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
}

.layout-collections .toolbar-products .product-sort .icon svg {
    display: block;
    width: 20px;
    height: 100%;
    margin: auto;
}

.layout-collections .toolbar-products .product-sort:hover .sort-by-content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.layout-collections .toolbar-products .sort-by-content {
    position: absolute;
    width: 230px;
    top: calc(100% - 1px);
    right: 0;
    z-index: 9;
    background: #fff;
    border: 1px #dde1ef solid;
    padding: 10px 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: transform 0.3s ease;
}

.layout-collections .toolbar-products .sort-by-content li {
    position: relative;
    cursor: pointer;
    padding: 4px 10px 4px 0px;
}

.layout-collections .toolbar-products .sort-by-content li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    margin: auto;
    z-index: 1;
    width: 12px;
    height: 6px;
    border: 1.5px solid var(--shop-color-main);
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
}

.layout-collections .toolbar-products .sort-by-content li:hover:before,
.layout-collections .toolbar-products .sort-by-content li.active:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

.layout-collections .collection-desctext {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e7e7e7;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .layout-collections .col-lg-cus5 {
        flex: 0 0 auto;
        width: 33.333333%;
    }
}

@media (max-width: 991px) {
    .layout-collections .section-collection {
        padding: 15px 0 20px;
    }

    .layout-collections .toolbar-products .head-title {
        margin-bottom: 15px;
        width: 100%;
    }

    .layout-collections .toolbar-products h1 {
        font-size: 18px;
    }

    .layout-collections .toolbar-products .product-sort .text {
        margin-left: 4px;
        padding: 0 10px;
    }

    .layout-collections .toolbar-products .product-count {
        font-size: 13px;
    }

    .layout-collections .toolbar-products .product-sort .text {
        min-width: 160px;
        min-height: 36px;
        line-height: 36px;
    }

    .layout-collections .toolbar-products .sort-by-content {
        width: 160px;
    }

    .layout-collections .toolbar-products .sort-by-content li {
        font-size: 12px;
    }

    .layout-collections .toolbar-products .product-sort .title {
        font-size: 13px;
    }
}

.checkbox-list li {
    position: relative;
    margin: 0 0 12px;
    padding: 0 0 0 25px;
    cursor: pointer;
}

.checkbox-list li label {
    cursor: pointer;
}

.checkbox-list input[type='checkbox'],
.checkbox-list input[type='radio'] {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 0;
    vertical-align: top;
    width: 16px;
    height: 16px;
    cursor: pointer;
    outline: none;
    border: 1px solid transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.checkbox-list input[type='checkbox']:after,
.checkbox-list input[type='radio']:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #cedadd;
    cursor: pointer;
    border-radius: 2px;
}

.checkbox-list input[type='checkbox']:before,
.checkbox-list input[type='radio']:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 2px solid #ffffff;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
}

.checkbox-list input[type='checkbox']:checked:after,
.checkbox-list input[type='radio']:checked:after {
    background: var(--shop-color-main);
}

.checkbox-list input[type='checkbox']:checked:before,
.checkbox-list input[type='radio']:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

.checkbox-list li:hover {
    color: var(--shop-color-main);
}

.checkbox-list li:hover input[type='checkbox']:after {
    border-color: var(--shop-color-main);
}

.filter-inner .filter-head {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.filter-inner .filter-head p {
    margin: 0;
}

.filter-inner .filter-head .btn-filter-close {
    display: block;
    padding: 0 8px;
}

.filter-inner .layered_filter_title {
    text-transform: uppercase;
}

.filter-inner .layered_filter_title .title_filter {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}

.filter-inner .layered_filter_title .title_filter .icon-filter {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.filter-inner .layered_filter_title .title_filter .icon-filter svg {
    width: 20px;
    height: 30px;
    fill: #909097;
    stroke: #909097;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.filter-inner .layered_filter_container {
    margin-bottom: 5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.filter-inner .layered_filter_container .layered_filter_group {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
}

.filter-inner .filter_group .filter_group_block {
    position: relative;
}

.filter-inner .filter_group .filter_group-subtitle {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 0;
    cursor: pointer;
}

.filter-inner .filter_group .filter_group-subtitle:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
    height: 8px;
    width: 8px;
    border-color: #666;
    border-style: solid;
    border-width: 0 1px 1px 0;
    transform: translateY(-50%) rotate(45deg);
    transition: transform .2s ease;
    display: none;
}

.filter-inner .filter_group .filter_group-subtitle:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    width: 24px;
    height: 24px;
    line-height: 30px;
    text-align: center;
    background: linear-gradient(#000, #000), transparent;
    background-position: center;
    background-size: 50% 1px, 1px 50%;
    background-repeat: no-repeat;
}

.filter-inner .filter_group .filter_group-subtitle.action-group:after {
    transform: translateY(-50%) rotate(225deg);
    bottom: -10px;
}

.filter-inner .filter_group .filter_group-subtitle.action-group:before {
    background: linear-gradient(#000, #000), linear-gradient(#000, #000), transparent;
    background-position: center;
    background-size: 50% 1px, 1px 50%;
    background-repeat: no-repeat;
}

.filter-inner .filter_group .filter_group-content {
    padding: 10px 0;
}

.filter-current {
    margin-bottom: 40px;
    display: none;
}

.filter-current .filter-subtitle {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.filter-current .list-tags .filter_tags {
    position: relative;
    border-radius: 12px;
    margin: 15px 0 0 0;
    color: #5d5d5d;
    font-size: 13px;
    display: none;
    padding: 2px 10px 3px 24px;
}

.filter-current .list-tags .filter_tags span.filter_tags_remove {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.filter-current .list-tags .filter_tags span.filter_tags_remove svg {
    width: 16px;
    height: 16px;
    vertical-align: inherit;
}

.filter-current .list-tags .filter_tags.opened {
    display: block;
}

.filter-current .list-tags .filter_tags.filter_tags_remove_all {
    cursor: pointer;
    border: 0;
    padding: 2px 5px;
}

.filter-current .list-tags .filter_tags.filter_tags_remove_all span {
    color: var(--shop-color-main);
    border-bottom: 1px solid var(--shop-color-main);
}

@media (min-width: 992px) {
    .filter-current.is-show {
        display: block;
    }
}

@media (max-width: 991px) {
    .filter-current.is-show.is-mb {
        display: block;
    }

    .filter-current .filter-subtitle {
        font-size: 18px;
    }
}

.checkbox-sortby li {
    position: relative;
    margin: 0 0 8px;
    padding: 0 0 0 25px;
}

.checkbox-sortby li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #cedadd;
    border-radius: 2px;
    cursor: pointer;
}

.checkbox-sortby li:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 2px solid #ffffff;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
}

.checkbox-sortby li.active:after {
    background: var(--shop-color-main);
}

.checkbox-sortby li.active:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

.filter-price__value {
    text-align: center;
    display: none;
}

.filter-price__value #smooth-steps-values {
    background: #f5f5fa;
    padding: 10px 35px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
}

.filter-price__range {
    padding: 40px 22px 45px 12px;
}

.filter-price .noUi-target {
    height: 6px;
    background: #e5e5e5;
    border: 0;
    box-shadow: none;
}

.filter-price .noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    right: -10px;
    top: -7px;
    border-radius: 10px;
    border-color: #000;
    cursor: e-resize;
}

.filter-price .noUi-horizontal .noUi-handle:before,
.filter-price .noUi-horizontal .noUi-handle:after {
    display: none;
}

.filter-price .noUi-connect {
    background: #333333;
}

.filter-price .noUi-value-horizontal {
    font-size: 13px;
    font-weight: 500;
}

.filter-price .noUi-tooltip {
    font-size: 12px;
    padding: 2px 5px;
    background-color: #f2f2f2;
}

.filter-price .noUi-marker-horizontal.noUi-marker-large {
    height: 10px;
    margin-left: 0;
}

.filter-color .checkbox-list li {
    margin: 0 14px 15px 0;
    line-height: normal;
    float: left;
    padding: 0;
}

.filter-color .checkbox-list li label {
    border: 1px solid #eaeaea;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    float: left;
    position: relative;
    font-size: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.filter-color .checkbox-list input[type="checkbox"] {
    display: none;
}

.filter-color .checkbox-list input[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 8px;
    height: 6px;
    width: 12px;
    z-index: 99;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.filter-color .checkbox-list input[type="checkbox"]:checked+label {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px var(--shop-color-border);
}

.filter-size .checkbox-list {
    display: flex;
    flex-wrap: wrap;
}

.filter-size .checkbox-list li {
    margin: 0 14px 15px 0;
    line-height: normal;
    padding: 0;
}

.filter-size .checkbox-list li label {
    border: 1px solid #eaeaea;
    min-width: 45px;
    min-height: 45px;
    border-radius: 4px;
    padding: 0 15px;
    position: relative;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 500;
    cursor: pointer;
}

.filter-size .checkbox-list li label:hover {
    background: #000;
    color: #fff;
}

.filter-size .checkbox-list input[type="checkbox"] {
    display: none;
}

.filter-size .checkbox-list input[type="checkbox"]:checked+label {
    background: #000;
    color: #fff;
}

.tree-menu li a {
    padding: 5px 5px 5px 0;
    color: #666;
    line-height: 26px;
    font-size: 12px;
}

.tree-menu>li>a {
    color: #333333;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
}

.tree-menu li.has-child ul {
    display: none;
}

.tree-menu li.has-child:first-child ul {
    display: block;
}

.tree-menu li.has-child>ul {
    padding-left: 15px;
}

.tree-menu li a .icon-control {
    font-size: 8px;
    position: relative;
    top: -2px;
}

.tree-menu li a .icon-control svg {
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
}

.tree-menu li.menu-uncollapsed .icon-control svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filter-footer {
    display: none;
}

.product-filter-mb {
    padding: 5px 12px;
    margin-right: 5px;
    border-radius: 6px;
    border: 1px solid #dde1ef;
    background: #fff;
    font-size: 13px;
    cursor: pointer;
}

.product-filter-mb span {
    margin-left: 7px;
}

@media (min-width: 992px) {
    .sticky-sidebar {
        top: 30px;
        position: -webkit-sticky;
        position: sticky;
        -webkit-transition: top 400ms ease;
        -moz-transition: top 400ms ease;
        transition: top 400ms ease;
    }

    .sticky-gallery,
    .sticky-info {
        transition: top 400ms ease;
    }

    body.scroll-body-up .sticky-gallery,
    body.scroll-body-up .sticky-info {
        top: 80px;
    }
}

@media (max-width: 991px) {
    .filter-price__value {
        display: block;
        padding-right: 15px;
    }

    .filter-price__range {
        padding: 20px 22px 50px 12px;
    }

    .filter-price .noUi-tooltip {
        display: none;
    }

    .filter-price .noUi-value-horizontal:nth-child(4) {
        padding-right: 55px;
    }

    .filter-size .checkbox-list li {
        margin: 0 8px 8px 0;
    }

    .filter-color .checkbox-list li {
        margin: 0 8px 8px 0;
    }
}

.filter-content {
    display: none;
    position: fixed;
    height: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1010;
    overflow: hidden;
}

.filter-content .filter-inner {
    position: absolute;
    height: 100%;
    width: 85%;
    max-width: 480px;
    background: #ffffff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    flex-direction: column;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}

.filter-content .filter-head {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 12px 15px;
    background: #fff;
    color: #000;
    font-size: 22px;
    border-bottom: 1px solid var(--shop-color-border);
}

.filter-content .filter-head .btn-filter-close svg {
    width: 17px;
    height: 100%;
    margin: 0 auto;
    cursor: pointer;
}

.filter-content .filter-options {
    flex: 1 1 auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    padding: 10px 15px 10px;
    border-bottom: 1px solid var(--shop-color-border);
}

.filter-content .filter-options::-webkit-scrollbar {
    width: 4px;
    height: 3px;
}

.filter-content .filter-options::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.filter-content .filter-options::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.filter-content .filter-options::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4;
}

.filter-content .filter-footer {
    padding: 10px 5px 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.filter-content .filter-footer .btn-filter {
    display: block;
    position: relative;
    padding: 10px 15px;
    margin: 0 6px;
    border-radius: 2px;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
}

.filter-content .filter-footer .btn-filter-apply {
    color: #ffffff;
    background-color: var(--shop-color-main);
    border: 1px solid var(--shop-color-main);
}

.filter-content .filter-footer .btn-filter-clear {
    color: #000000;
    background-color: #f3f4f6;
    border: 1px solid #e5e7eb;
}

.filter-content.show-filter .overlays-rgba {
    pointer-events: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
}

.filter-content.show-filter .filter-inner {
    pointer-events: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

/*--------------------------------------------------------------------------------
PRODUCT DETAIL
--------------------------------------------------------------------------------*/
/* Setting varian màu sắc */
.swatch .swatch-element.color label.do {
    font-size: 0;
    background: #ff0000;
    border-radius: 50%;
    padding: 0;
    min-width: 26px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-image: none;
}

.swatch .swatch-element.color label.do.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch .swatch-element.color label.do.sd:before {
    content: none;
}

.swatch .swatch-element.color label.do.sd:after {
    content: none;
}

.swatch .swatch-element.color label.vang {
    font-size: 0;
    background: #ffff05;
    border-radius: 50%;
    padding: 0;
    min-width: 26px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-image: none;
}

.swatch .swatch-element.color label.vang.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch .swatch-element.color label.vang.sd:before {
    content: none;
}

.swatch .swatch-element.color label.vang.sd:after {
    content: none;
}

.swatch .swatch-element.color label.cam {
    font-size: 0;
    background: #f5b505;
    border-radius: 50%;
    padding: 0;
    min-width: 26px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-image: none;
}

.swatch .swatch-element.color label.cam.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch .swatch-element.color label.cam.sd:before {
    content: none;
}

.swatch .swatch-element.color label.cam.sd:after {
    content: none;
}

.swatch .swatch-element.color label.xanh-duong {
    font-size: 0;
    background: #5100ff;
    border-radius: 50%;
    padding: 0;
    min-width: 26px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-image: none;
}

.swatch .swatch-element.color label.xanh-duong.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch .swatch-element.color label.xanh-duong.sd:before {
    content: none;
}

.swatch .swatch-element.color label.xanh-duong.sd:after {
    content: none;
}

.swatch .swatch-element.color label.xanh-la {
    font-size: 0;
    background: #3cfa08;
    border-radius: 50%;
    padding: 0;
    min-width: 26px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-image: none;
}

.swatch .swatch-element.color label.xanh-la.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch .swatch-element.color label.xanh-la.sd:before {
    content: none;
}

.swatch .swatch-element.color label.xanh-la.sd:after {
    content: none;
}

.swatch .swatch-element.color label.nau {
    font-size: 0;
    background: #753a3a;
    border-radius: 50%;
    padding: 0;
    min-width: 26px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-image: none;
}

.swatch .swatch-element.color label.nau.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch .swatch-element.color label.nau.sd:before {
    content: none;
}

.swatch .swatch-element.color label.nau.sd:after {
    content: none;
}

.swatch .swatch-element.color label.xam {
    font-size: 0;
    background: #cccaca;
    border-radius: 50%;
    padding: 0;
    min-width: 26px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-image: none;
}

.swatch .swatch-element.color label.xam.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch .swatch-element.color label.xam.sd:before {
    content: none;
}

.swatch .swatch-element.color label.xam.sd:after {
    content: none;
}

.swatch .swatch-element.color label.tim {
    font-size: 0;
    background: #b5129a;
    border-radius: 50%;
    padding: 0;
    min-width: 26px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-image: none;
}

.swatch .swatch-element.color label.tim.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch .swatch-element.color label.tim.sd:before {
    content: none;
}

.swatch .swatch-element.color label.tim.sd:after {
    content: none;
}

.swatch .swatch-element.color label.hong {
    font-size: 0;
    background: #db999b;
    border-radius: 50%;
    padding: 0;
    min-width: 26px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-image: none;
}

.swatch .swatch-element.color label.hong.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch .swatch-element.color label.hong.sd:before {
    content: none;
}

.swatch .swatch-element.color label.hong.sd:after {
    content: none;
}

.swatch .swatch-element.color label.trang {
    font-size: 0;
    background: #ffffff;
    border-radius: 50%;
    padding: 0;
    min-width: 26px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-image: none;
}

.swatch .swatch-element.color label.trang.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch .swatch-element.color label.trang.sd:before {
    content: none;
}

.swatch .swatch-element.color label.trang.sd:after {
    content: none;
}

.swatch .swatch-element.color label.xanh-nhat {
    font-size: 0;
    background: #E0FFFF;
    border-radius: 50%;
    padding: 0;
    min-width: 26px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-image: none;
}

.swatch .swatch-element.color label.xanh-nhat.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch .swatch-element.color label.xanh-nhat.sd:before {
    content: none;
}

.swatch .swatch-element.color label.xanh-nhat.sd:after {
    content: none;
}

.swatch .swatch-element.color label.den {
    font-size: 0;
    background: #000000;
    border-radius: 50%;
    padding: 0;
    min-width: 26px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-image: none;
}

.swatch .swatch-element.color label.den.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch .swatch-element.color label.den.sd:before {
    content: none;
}

.swatch .swatch-element.color label.den.sd:after {
    content: none;
}

.swatch .swatch-element.color label.xanh-bien {
    font-size: 0;
    background: #E6E6FA;
    border-radius: 50%;
    padding: 0;
    min-width: 26px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-image: none;
}

.swatch .swatch-element.color label.xanh-bien.sd {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d4d4d4;
}

.swatch .swatch-element.color label.xanh-bien.sd:before {
    content: none;
}

.swatch .swatch-element.color label.xanh-bien.sd:after {
    content: none;
}

.select {
    display: none;
    visibility: hidden;
}

.select-swatch .swatch {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.select-swatch .swatch.is-color .pro-title {
    min-height: 38px;
}

.select-swatch .swatch input {
    display: none;
}

.select-swatch .swatch .pro-title {
    margin-bottom: 5px;
}

.select-swatch .swatch .pro-title strong {
    font-size: 85%;
    display: block;
    color: #4ea8cd;
    line-height: 1.1;
    padding-bottom: 3px;
}

.select-swatch .swatch .swatch-element {
    display: inline-block;
    margin: 0 8px 8px 0;
    border-radius: 3px;
    position: relative;
    vertical-align: bottom;
}

.select-swatch .swatch .swatch-element:not(.color) {
    overflow: hidden;
}

.select-swatch .swatch .swatch-element.color label {
    overflow: hidden;
}

.select-swatch .swatch .swatch-element label {
    position: relative;
    display: block;
    margin: 0;
    padding: 7px 10px;
    min-width: 70px;
    font-size: 12px;
    font-weight: 500;
    color: var(--shop-color-title);
    background-color: #fff;
    border: 1px solid #bdbfbe;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.select-swatch .swatch .swatch-element label span {
    display: block;
    padding: 0 10px;
    overflow: hidden;
}

.select-swatch .swatch .swatch-element.soldout {
    cursor: no-drop;
}

.select-swatch .swatch .swatch-element.soldout label {
    opacity: .5;
    cursor: no-drop;
    pointer-events: none;
}

.select-swatch .swatch .swatch-element.soldout label span:before,
.select-swatch .swatch .swatch-element.soldout label span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: -1;
    margin-top: 0;
    width: 100%;
    height: 1px;
    background: #bdbfbe;
}

.select-swatch .swatch .swatch-element.soldout label span:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.select-swatch .swatch .swatch-element.soldout label span:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.select-swatch .swatch .swatch-element label.sd:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: -1px;
    top: -1px;
    border-style: solid;
    border-width: 0px 19px 19px 0px;
    border-color: transparent var(--shop-color-main) transparent transparent;
}

.select-swatch .swatch .swatch-element label.sd:after {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    right: -1px;
    top: -1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fffff' d='M0 0h16c2.21 0 4 1.79 4 4v16L0 0z' transform='translate(-804 -366) translate(180 144) translate(484 114) translate(16 80) translate(0 28) translate(124)'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M4.654 7.571L8.88 3.176c.22-.228.582-.235.81-.016.229.22.236.582.017.81L5.04 8.825c-.108.113-.258.176-.413.176-.176 0-.33-.076-.438-.203L2.136 6.37c-.205-.241-.175-.603.067-.808.242-.204.603-.174.808.068L4.654 7.57z' transform='translate(-804 -366) translate(180 144) translate(484 114) translate(16 80) translate(0 28) translate(124) translate(7.5)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.coupon-initial .title-coupon h2 {
    font-size: 16px;
    margin: 0 0 12px;
}

.coupon-initial .coupon-item__inner {
    background: var(--home-coupon-bg);
    display: flex;
    display: -ms-flex;
    border-radius: 15px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.coupon-initial .coupon-item__left {
    flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    max-width: 30%;
    position: relative;
    border-right: 1px dashed var(--shop-color-border);
    padding: 8px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.coupon-initial .coupon-item__left:after,
.coupon-initial .coupon-item__left:before {
    content: "";
    width: 20px;
    height: 10px;
    right: -10px;
    position: absolute;
    background: var(--shop-color-bg);
    z-index: 10;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.coupon-initial .coupon-item__left:after {
    top: -1px;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.coupon-initial .coupon-item__left:before {
    bottom: -1px;
    border-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.coupon-initial .coupon-item__left .cp-img {
    background: var(--home-coupon-light);
    border-radius: 10px;
    margin: auto;
}

.coupon-initial .coupon-item__right {
    flex: 0 0 70%;
    max-width: 70%;
    position: relative;
    display: flex;
    display: -ms-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: space-between;
    -ms-justify-content: space-between;
    padding: 10px;
    color: var(--home-coupon-text);
}

.coupon-initial .coupon-item__right .cp-icon {
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px;
}

.coupon-initial .coupon-item__right .cp-top {
    padding-bottom: 2px;
    padding-right: -1px;
}

.coupon-initial .coupon-item__right .cp-top h3 {
    margin: 0 0 2px;
    font-size: 14px;
    font-weight: 700;
    color: var(--home-coupon-text);
}

.coupon-initial .coupon-item__right .cp-top p {
    font-size: 12px;
    font-weight: 500;
}

.coupon-initial .coupon-item__right .cp-bottom {
    /* display: flex; */
    display: -ms-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
}

.coupon-initial .coupon-item__right .cp-bottom .cp-bottom-btn {
    display: flex;
    display: -ms-flex;
}

.coupon-initial .coupon-item__right .cp-bottom p {
    font-size: 10px;
    margin-bottom: 0;
}

.coupon-initial .coupon-item__right .cp-bottom p strong {
    letter-spacing: 0.4px;
    font-size: 11px;
}

.coupon-initial .coupon-item__right .cp-btn {
    padding: 3px 6px;
    font-size: 10px;
    min-width: 92px;
    letter-spacing: 0.5px;
    border-radius: 20px;
    margin-top: auto;
}

.coupon-initial .list-coupon {
    padding: 20px 12px;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    margin: 0px -10px;
    gap: 0px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.coupon-initial .list-coupon-slide {
    padding-bottom: 15px;
}

.coupon-initial .swiper-pagination {
    bottom: -6px;
}

.coupon-initial.coupon-second .coupon-item__inner {
    position: relative;
    border: 0;
    border-radius: 0;
    border-top: 1px solid var(--home-coupon-border);
    border-bottom: 1px solid var(--home-coupon-border);
}

.coupon-initial.coupon-second .coupon-item__inner:before,
.coupon-initial.coupon-second .coupon-item__inner:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 100%;
}

.coupon-initial.coupon-second .coupon-item__inner:before {
    left: 0;
    background: repeating-linear-gradient(var(--home-coupon-border), var(--home-coupon-border) 4px, var(--shop-color-bg) 0, var(--shop-color-bg) 12px, var(--home-coupon-border) 0, var(--home-coupon-border) 16px) 0px/1px 100% no-repeat, radial-gradient(circle at 0px 8px, var(--shop-color-bg), var(--shop-color-bg) 4px, var(--home-coupon-border) 0, var(--home-coupon-border) 5px, var(--home-coupon-bg) 0) 1px 0/100% 16px repeat-y;
}

.coupon-initial.coupon-second .coupon-item__inner:after {
    right: 0;
    background: repeating-linear-gradient(var(--home-coupon-border), var(--home-coupon-border) 4px, var(--shop-color-bg) 0, var(--shop-color-bg) 12px, var(--home-coupon-border) 0, var(--home-coupon-border) 16px) 9px/1px 100% no-repeat, radial-gradient(circle at 8px 8px, var(--shop-color-bg), var(--shop-color-bg) 4px, var(--home-coupon-border) 0, var(--home-coupon-border) 5px, var(--home-coupon-bg) 0) 1px 0/100% 16px repeat-y;
}

.coupon-initial.coupon-second .coupon-item__left {
    display: none;
}

.coupon-initial.coupon-second .coupon-item__right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 15px;
}

.coupon-initial.coupon-second .coupon-item__right .cp-top {
    padding-bottom: 20px;
}

.coupon-initial.bgWhite .coupon-item__inner:before {
    background: repeating-linear-gradient(var(--home-coupon-border), var(--home-coupon-border) 4px, #fff 0, #fff 12px, var(--home-coupon-border) 0, var(--home-coupon-border) 16px) 0px/1px 100% no-repeat, radial-gradient(circle at 0px 8px, #fff, #fff 4px, var(--home-coupon-border) 0, var(--home-coupon-border) 5px, var(--home-coupon-bg) 0) 1px 0/100% 16px repeat-y;
}

.coupon-initial.bgWhite .coupon-item__inner:after {
    background: repeating-linear-gradient(var(--home-coupon-border), var(--home-coupon-border) 4px, #fff 0, #fff 12px, var(--home-coupon-border) 0, var(--home-coupon-border) 16px) 9px/1px 100% no-repeat, radial-gradient(circle at 8px 8px, #fff, #fff 4px, var(--home-coupon-border) 0, var(--home-coupon-border) 5px, var(--home-coupon-bg) 0) 1px 0/100% 16px repeat-y;
}

.coupon-initial.bgWhite .coupon-item__left:before,
.coupon-initial.bgWhite .coupon-item__left:after {
    background: #fff;
}

@media (max-width: 991px) and (min-width: 768px) {
    .coupon-initial .list-coupon {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -8px;
    }

    .coupon-initial .list-coupon .coupon-item {
        flex: 0 0 auto;
        width: 50%;
        padding: 8px;
    }
}

@media (max-width: 767px) {
    .coupon-initial .list-coupon {
        display: flex;
        flex-wrap: nowrap;
        margin-left: -12px;
        margin-right: -12px;
        padding-left: 12px;
        padding-bottom: 0;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        transition: transform 0.25s ease 0s;
    }

    .coupon-initial .list-coupon::-webkit-scrollbar {
        display: none;
    }

    .coupon-initial .list-coupon .coupon-item {
        padding-left: 0;
        padding-right: 12px;
        margin-bottom: 0;
        float: none;
        display: inline-block;
        flex: 0 0 auto;
        width: 90%;
    }
}

.coupon-popover {
    margin-left: 15px;
    margin-right: 15px;
    max-width: 400px;
    font-family: inherit;
    font-size: 13px;
    z-index: 1055;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 18px;
}

.coupon-popover .popover-header {
    display: none;
    text-align: center;
    background: #ffffff;
    border-radius: 16px 16px 0 0;
    font-size: 20px;
    padding: 15px 10px;
    font-weight: 600;
    width: 100%;
    color: #242424;
    border-bottom: 0;
}

.coupon-popover .popover-body {
    width: 360px;
    border-radius: 8px;
    background: #ffffff;
    padding: 24px 0px;
}

.coupon-popover .popover-content__coupon {
    font-size: 13px;
    color: #000000;
}

.coupon-popover .popover-content__coupon .dfex-txt {
    padding: 12px 24px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.coupon-popover .popover-content__coupon .dfex-txt.dfex-none {
    display: none;
}

.coupon-popover .popover-content__coupon .dfex-txt--1 {
    width: 33%;
    min-width: 100px;
    flex: 0 0 auto;
    font-size: 13px;
    line-height: 20px;
    color: #787878;
}

.coupon-popover .popover-content__coupon .dfex-txt--2 {
    padding-left: 20px;
}

.coupon-popover .popover-content__coupon .dfex-txt--2 span {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%20%20%20%3Cdefs%3E%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22labrj0lkfa%22%20d%3D%22M6.527%202.099c.521%200%20.946.425.949.948v8.004c0%20.524-.425.949-.949.949H.95C.425%2012%200%2011.575%200%2011.051V3.047C0%202.524.425%202.1.949%202.1zm-.002.663H.946c-.157%200-.285.128-.285.285v8.002c0%20.157.128.285.285.285h5.579c.157%200%20.285-.128.285-.285V3.047c0-.157-.128-.285-.285-.285zM8.66%200c.524%200%20.949.425.949.949v8.004c0%20.523-.425.948-.949.948-.184%200-.332-.147-.332-.331%200-.185.148-.332.332-.332.158%200%20.285-.128.285-.285V.949c0-.158-.127-.285-.285-.285H3.082c-.158%200-.285.127-.285.285%200%20.184-.148.331-.332.331-.184%200-.332-.147-.332-.331%200-.524.425-.949.949-.949z%22%2F%3E%20%20%20%20%3C%2Fdefs%3E%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%28-2760%20-4524%29%20translate%282708%2080%29%20translate%2852%204304%29%20translate%280%20140%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20fill%3D%22%23E5F2FF%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%286%206%29%20translate%281%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22n5b3eobj0b%22%20fill%3D%22%23fff%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23labrj0lkfa%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22%23787878%22%20xlink%3Ahref%3D%22%23labrj0lkfa%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23017FFF%22%20mask%3D%22url%28%23n5b3eobj0b%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200H12V12H0z%22%20transform%3D%22translate%28-1%29%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 24px;
}

.coupon-popover .popover-content__coupon .dfex-txt--3 {
    width: 100%;
}

.coupon-popover .popover-content__coupon .dfex-txt--3 ul {
    list-style-type: disc;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 16px;
}

.coupon-popover .popover-content__coupon .dfex-txt--3 ul li {
    list-style-position: outside;
}

.coupon-popover .popover-content__coupon .dfex-txt--3 ul li+li {
    margin-top: 3px;
}

.coupon-popover .popover-content__coupon .dfex-txt--3 ul li::marker {
    color: #000;
}

.coupon-popover .popover-content__coupon .dfex-txt--cta {
    width: 100%;
}

.coupon-popover .popover-content__coupon .dfex-txt--cta .btn-popover {
    display: block;
    width: 100%;
    padding: 0px 12px;
    font-size: 13px;
    height: 44px;
    line-height: 42px;
    border-radius: 4px;
    font-weight: 500;
    color: #fff;
    background: red;
    border: 1px solid red;
}

.coupon-popover .popover-content__coupon .dfex-txt--cta .btn-popover+.btn-popover {
    margin-top: 12px;
    color: red;
    background: #fff;
}

.coupon-popover .popover-content__coupon .dfex-bkg:nth-child(2n+1) {
    background-color: #fafafa;
}

.coupon-popover.top>.arrow {
    border-top-color: #ffffff;
}

.coupon-popover.bottom>.arrow {
    border-bottom-color: #ffffff;
}

.coupon-popover.left>.arrow {
    border-left-color: #ffffff;
}

.coupon-popover.right>.arrow {
    border-right-color: #ffffff;
}

.coupon-popover.bs-popover-top>.arrow::before {
    border-top-color: #ffffff;
}

@media (max-width: 767px) {
    .coupon-popover {
        position: fixed !important;
        z-index: 1055;
        width: 100%;
        max-width: 100%;
        left: 0 !important;
        right: 0 !important;
        top: initial !important;
        bottom: 0 !important;
        margin: 0;
        -webkit-transform: translateY(100%) !important;
        transform: translateY(100%) !important;
        transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
        background: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 18px;
        border-radius: 16px 16px 0 0;
    }

    .coupon-popover.fade.show {
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }

    .coupon-popover .popover-arrow {
        display: none;
    }

    .coupon-popover .popover-header {
        display: block;
    }

    .coupon-popover .popover-header:before {
        display: none;
    }

    .coupon-popover .popover-header:after {
        content: "";
        position: absolute;
        left: calc(50% - 24px);
        top: -14px;
        width: 48px;
        height: 6px;
        border-radius: 3px;
        background: #ffffff;
    }

    .coupon-popover .popover-body {
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        width: 100%;
    }

    .coupon-popover .arrow {
        display: none;
    }

    .coupon-popover .popover-content__coupon .dfex-txt {
        padding: 12px 20px;
    }

    .coupon-popover .popover-content__coupon .dfex-txt.dfex-none {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

@media (max-width: 767px) {
    .modal-coupon--backdrop {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.4);
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        z-index: 999;
        display: none;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .modal-coupon--backdrop.js-modal-show {
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

.pro-title {
    min-width: 120px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
}

.product-gallery {
    background: #fff;
}

.product-gallery__inner {
    display: flex;
    flex-wrap: wrap;
}

.product-gallery__inner.not_slide {
    display: block;
}

.product-gallery__inner.not_slide img {
    width: 100%;
}

.product-gallery__thumb .product-thumb {
    border-radius: 2px;
    border: 1px solid #f7f7f7;
    transition: border-color 300ms ease;
    overflow: hidden;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery__thumb .product-thumb.swiper-slide-thumb-active {
    border-color: var(--shop-color-main);
}

.product-gallery__thumb:hover .swiper-nav-thumb .swiper-button {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.product-gallery__slide {
    width: 100%;
}

.product-gallery__slide:hover .swiper-nav-main .swiper-button {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.product-gallery .boxlazy-img__aspect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery .swiper-button {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    z-index: 1;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    transform: scale(0);
}

.product-gallery .swiper-button svg {
    width: 15px;
    height: 100%;
    display: block;
    margin: 0 auto;
    fill: #000;
    stroke: #000;
}

.product-gallery .swiper-button.swiper-prev {
    left: 10px;
}

.product-gallery .swiper-button.swiper-next {
    right: 10px;
}

.product-gallery .swiper-button.swiper-button-disabled {
    opacity: .8;
    cursor: default;
}

.product-gallery .swiper-button.swiper-button-disabled svg {
    fill: #9e9e9e;
}

.product-gallery .swiper-nav-thumb .swiper-button {
    top: calc(50% - 13px);
    width: 26px;
    height: 26px;
}

.product-gallery .swiper-nav-thumb .swiper-button svg {
    width: 11px;
}

.product-info {
    background: #fff;
    position: relative;
}

.product-info [class^="product-"] {
    margin: 0 0 20px 0;
}

.product-info .product-name {
    margin-bottom: 5px;
}

.product-info .product-name h1 {
    font-size: 26px;
    margin: 0;
}

.product-info .product-sku {
    font-size: 13px;
}

.product-info .product-sku span+span:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background: var(--shop-color-border);
    margin: 0 7px;
}

.product-info .pro-reviews {
    margin-bottom: 5px;
}

.product-info .pro-reviews .haravan-product-reviews-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.product-info .pro-reviews .haravan-product-reviews-badge .hrv-product-reviews-star {
    margin-right: 5px;
    display: flex;
    align-items: center;
}

.product-info .pro-reviews .haravan-product-reviews-badge .hrv-product-reviews-star i {
    font-size: 16px;
}

.product-info .pro-reviews .haravan-product-reviews-badge .hrv-product-reviews-star i[class^="star-"] {
    color: #fdd836 !important;
}

.product-info .pro-reviews .haravan-product-reviews-badge .hrv-product-reviews-star i.star-off-png {
    color: #fdd836 !important;
}

.product-info .pro-reviews .haravan-product-reviews-badge .hrv-product-reviews-star+p {
    margin-bottom: 0;
    margin-left: 0;
    font-size: 0;
    visibility: hidden;
}

.product-info .pro-reviews .haravan-product-reviews-badge .hrv-product-reviews-star+p:before {
    content: "(0)";
    display: inline-block;
    visibility: visible;
}

.product-info .pro-reviews .haravan-product-reviews-badge .hrv-product-reviews-star+span,
.product-info .pro-reviews .haravan-product-reviews-badge .hrv-product-reviews-star+p:before {
    font-size: 14px;
    color: #9e9e9e;
    font-weight: 500;
}

.product-info .pro-reviews p {
    margin: 0;
}

.product-info .product-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fafafa;
    padding: 15px;
    border-radius: 4px;
}

.product-info .product-price span.pro-price {
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    color: #ff2c26;
}

.product-info .product-price del {
    font-size: 16px;
    line-height: 32px;
    color: #9e9e9e;
    margin: 0 0 0 15px;
    font-weight: normal;
}

.product-info .product-price .pro-percent {
    display: inline-block;
    min-width: 36px;
    padding: 4px 10px;
    margin-left: 15px;
    background: #ff0000;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.5px;
    border-radius: 10px;
    vertical-align: text-bottom;
    line-height: 1.5;
    white-space: nowrap;
}

.product-info .product-price .pro-price+.pro-reviews {
    margin-left: auto;
}

.product-info .product-variants {
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.product-info .product-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.product-info .product-quantity .qty-value {
    background: #fff;
    color: #000;
    font-weight: 600;
    --size: 40px;
    height: var(--size);
    line-height: var(--size);
    width: var(--size);
    padding: 0;
    text-align: center;
    border: 1px solid #f3f4f4;
    border-left: none;
    border-right: none;
    border-radius: 1px;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.product-info .product-quantity .qty-value:focus {
    outline: none;
}

.product-info .product-quantity .qty-btn {
    float: left;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid #f3f4f4;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    --size: 40px;
    height: var(--size);
    line-height: var(--size);
    width: var(--size);
    text-align: center;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.product-info .product-quantity .qty-btn svg {
    display: block;
    width: 12px;
    height: 100%;
    margin: 0 auto;
    fill: #a4aaaf;
    transition: all .2s ease-in-out;
}

.product-info .product-quantity .qty-btn:hover svg {
    fill: #000;
}

.product-info .size-guide {
    margin-left: auto;
}

.product-info .size-guide .btn-size-guide {
    font-size: 14px;
    color: #252a2b;
    font-weight: 500;
    padding: 2px;
    margin-bottom: 5px;
    border: 0;
    background: transparent;
    outline: none;
    box-shadow: none;
}

.product-info .size-guide span {
    padding-bottom: 1px;
    background-image: linear-gradient(to right, #777a7b 0%, #777a7b 100%);
    background-size: 100% 1px;
    background-position: 0px 94%;
    background-repeat: no-repeat;
}

.product-info .product-actions .action-buys {
    display: grid;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr;
    gap: 0px 15px;
}

.product-info .product-actions .action-buys #buy-now {
    margin-left: 15px;
}

.product-info .product-actions .action-buys #btn-voucher {
    background: var(--shop-color-main);
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-info .product-actions .action-link .link-voucher {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.product-info .product-actions .action-link .link-voucher:before {
    display: none;
}

.product-info .product-actions .action-link .link-voucher.disabled {
    opacity: .7;
    pointer-events: none;
}

.product-info .product-share {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.product-info .product-share a {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
}

.product-info .product-share a:hover {
    color: #fff;
}

.product-info .product-share a svg {
    width: 30px;
    height: 30px;
    vertical-align: initial;
}

.product-info .pro-share {
    display: none;
}

.product-info .pro-share svg {
    fill: #402da1;
}

.product-info .pro-share span {
    margin-left: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #402da1;
}

@media (min-width: 1200px) {
    .product-info .product-price .pro-reviews {
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    .product-info .product-share {
        display: none;
    }

    .product-info .pro-share {
        display: flex;
        align-items: flex-end;
    }
}

@media (max-width: 767px) {
    .product-info .product-price .pro-percent+.pro-reviews {
        flex: 0 0 auto;
        width: 100%;
    }
}

.product-subinfo .subtitle {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 8px;
}

.product-subinfo .item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 8px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.product-subinfo .item--img {
    flex: 0 0 auto;
    width: 30px;
}

.product-subinfo .item--text {
    flex: 1 1 auto;
    padding: 0 10px;
}

.product-tabs {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 12px;
    background: #fff;
}

.product-tabs .product-desc ul {
    padding-left: 15px;
    margin-bottom: 15px;
    list-style: inherit;
}

.product-tabs .tab-title {
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    flex-wrap: nowrap;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 10px;
    list-style: none;
}

.product-tabs .tab-title::-webkit-scrollbar {
    display: none;
}

.product-tabs .tab-title li {
    white-space: nowrap;
}

.product-tabs .title-link {
    border: 0;
    background: #fff;
    color: #b3b3b3;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    transition: all 300ms ease;
}

.product-tabs .title-link.active {
    color: var(--shop-color-main);
}

.product-tabs .title-link.active:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: var(--shop-color-main);
    bottom: 0;
}

.product-tabs .nav-item+.nav-item {
    margin-left: 40px;
}

.product-tabs .expandable-toggle__btn {
    border: 0;
    padding: 7px 15px;
    position: relative;
    background: #fff;
    outline: none;
}

.product-tabs .expandable-toggle__btn.btn-closemore .expandable-toggle__text:before {
    -moz-transform: rotate(-135deg) translateX(-4px);
    -webkit-transform: rotate(-135deg) translateX(-4px);
    -o-transform: rotate(-135deg) translateX(-4px);
    -ms-transform: rotate(-135deg) translateX(-4px);
    transform: rotate(-135deg) translateX(-4px);
}

.product-tabs .description-btn {
    position: relative;
}

.product-tabs .description-btn:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 15%, #fff);
}

.product-tabs .description-btn.is-show:before {
    display: none;
}

.product-tabs .expandable-toggle.opened .desc-content {
    max-height: 230px;
    overflow: hidden;
}

.product-tabs .expandable-toggle__text {
    position: relative;
    padding-right: 20px;
    text-decoration: underline;
}

.product-tabs .expandable-toggle__text:before {
    content: "";
    right: 5px;
    top: calc(50% - 4px);
    position: absolute;
    box-sizing: border-box;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-color: currentColor;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.product-review h3 {
    font-size: 18px;
    font-weight: 600;
    color: #373737;
    margin: 0 0 10px 0;
}

.product-review .product-customer-reviews {
    position: relative;
}

.product-review .product-reviews-summary-actions {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
}

.product-review .hrv-product-reviews-summary {
    padding: 0;
    margin-bottom: 15px;
}

.product-review .hrv-product-reviews-form {
    width: 100%;
    padding: 0;
}

.product-review .hrv-product-reviews-form #hrv-product-reviews-frm {
    max-width: 54%;
}

@media (max-width: 991px) {
    .product-review .hrv-product-reviews-form #hrv-product-reviews-frm {
        max-width: 100%;
    }
}

.product-review .hrv-product-reviews-summary>div {
    display: inline-block;
}

.product-review #btnnewreview,
.product-review #btnSubmitReview {
    color: #fff;
    background-color: #333333;
    padding: 12px 28px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 2px;
    text-transform: uppercase;
    border: 1px solid #333333;
}

.product-review .hrv-product-reviews-form fieldset {
    padding: 5px 0;
}

.list-product-slide .swiper-button {
    position: absolute;
    top: 30%;
    width: 40px;
    height: 40px;
    z-index: 1;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    transform: scale(0);
}

.list-product-slide .swiper-button svg {
    width: 15px;
    height: 100%;
    display: block;
    margin: 0 auto;
    fill: #000;
    stroke: #000;
}

.list-product-slide .swiper-button.swiper-prev {
    left: 10px;
}

.list-product-slide .swiper-button.swiper-next {
    right: 10px;
}

.list-product-slide .swiper-button.swiper-button-disabled {
    opacity: .8;
    cursor: default;
}

.list-product-slide .swiper-button.swiper-button-disabled svg {
    fill: #9e9e9e;
}

@media (min-width: 992px) {
    .list-product-slide:hover .swiper-button {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
}

@media (max-width: 991px) {
    .list-product-slide .swiper-button {
        width: 30px;
        height: 30px;
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .list-product-slide .swiper-button svg {
        width: 12px;
    }
}

.sidebar-action-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 90px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    z-index: 990;
    transform: translateY(100%);
    transition: all .3s;
    display: flex;
}

.sidebar-action-bottom.is-show {
    transform: translateY(0);
}

.sidebar-action-bottom.is-ldp-prod {
    transform: translateY(0);
}

.sidebar-action-bottom .sticky-atc {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.sidebar-action-bottom .sticky-atc__img {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.sidebar-action-bottom .sticky-atc__img .prod-info {
    margin-left: 15px;
}

.sidebar-action-bottom .sticky-atc__img .prod-info span.prod-price {
    font-size: 18px;
    font-weight: 600;
    color: red;
}

.sidebar-action-bottom .sticky-atc__img .prod-info del {
    margin: 0 0 0 10px;
    color: #c4c4c4;
}

.sidebar-action-bottom .sticky-atc__img .prod-info span.prod-percent {
    display: inline-block;
    min-width: 36px;
    padding: 4px 10px;
    background: #ff0000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.5px;
    color: #fff;
    border-radius: 10px;
    vertical-align: text-bottom;
    line-height: 1.5;
    margin-left: 10px;
}

.sidebar-action-bottom .sticky-atc__img .prod-info__reviews {
    margin: 0 0 5px 0;
}

.sidebar-action-bottom .sticky-atc__img .prod-info__reviews .haravan-product-reviews-badge {
    margin-bottom: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.sidebar-action-bottom .sticky-atc__img .prod-info__reviews .haravan-product-reviews-badge p {
    margin: 0;
}

.sidebar-action-bottom .sticky-atc__img .prod-info__reviews .product-reviews .rating-star .hrv-product-reviews-star i {
    font-size: 15px;
}

.sidebar-action-bottom .sticky-atc__img .prod-info__reviews .hrv-product-reviews-star {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    margin-right: 5px;
}

.sidebar-action-bottom .sticky-atc__img .prod-info__reviews .haravan-product-reviews-badge .hrv-product-reviews-star i[class^="star-"] {
    color: #fdd836 !important;
    font-size: 16px !important;
}

.sidebar-action-bottom .sticky-atc__img .prod-info__reviews .haravan-product-reviews-badge .hrv-product-reviews-star i.star-off-png {
    color: #fdd836 !important;
}

.sidebar-action-bottom .sticky-atc__vrt {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sidebar-action-bottom .sticky-atc__action {
    display: flex;
    justify-content: flex-end;
    flex: 0 0 auto;
    width: auto;
}

.sidebar-action-bottom .sticky-atc__btn {
    display: flex;
    align-items: center;
    border-left: 1px solid #d9d9d9;
}

.sidebar-action-bottom .sticky-atc__btn .btn-quantity {
    margin-left: 15px;
    display: flex;
}

.sidebar-action-bottom .sticky-atc__btn .btn-atc {
    margin-left: 15px;
}

.sidebar-action-bottom .sticky-atc__btn .btn-buy-sticky {
    width: 100%;
    height: 45px;
    text-align: center;
    border: none;
    font-size: 14px;
    line-height: 18px;
    color: white;
    background: #e70505;
    text-transform: uppercase;
    outline: none;
    box-shadow: none;
    position: relative;
    border-radius: 2px;
    font-weight: 600;
    border: 1px solid #e70505;
}

.sidebar-action-bottom .sticky-atc__btn .btn-buy-sticky.disabled {
    color: #929292;
    background: #eaeaea;
    border-color: #eaeaea;
    cursor: no-drop;
}

.sidebar-action-bottom .select-swatch {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.sidebar-action-bottom .select-swatch .header {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: initial;
    text-align: left;
    width: auto;
    white-space: nowrap;
}

.sidebar-action-bottom .swatch {
    width: auto;
    align-items: unset;
    flex-direction: column;
    margin: 0;
}

.sidebar-action-bottom .swatch .select-swap {
    width: auto;
}

.sidebar-action-bottom .swatch select.select-swap {
    min-width: 100px;
    padding: 5px 10px;
    margin: 0 8px 8px 0;
    border-radius: 4px;
}

.sidebar-action-bottom .swatch select.select-swap option[disabled] {
    color: rgba(0, 0, 0, 0.3);
}

.sidebar-action-bottom .swatch select.select-swap:focus {
    outline: none;
}

.sidebar-action-bottom .swatch .header {
    width: auto;
    white-space: nowrap;
}

.sidebar-action-bottom .swatch .swatch-element label {
    min-width: 55px;
}

.sidebar-action-bottom .swatch+.swatch {
    margin-left: 20px;
}

.sidebar-action-bottom .quantity-input {
    background: #fff;
    color: #000;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    width: 45px;
    padding: 0;
    text-align: center;
    border: 1px solid #f3f4f4;
    border-left: none;
    border-right: none;
    border-radius: 1px;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.sidebar-action-bottom .quantity-input:focus {
    outline: none;
    border-color: #f3f4f4;
}

.sidebar-action-bottom .qty-btn {
    float: left;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid #f3f4f4;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 45px;
    line-height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.sidebar-action-bottom .qty-btn svg {
    display: block;
    width: 12px;
    height: 100%;
    margin: 0 auto;
    fill: #a4aaaf;
    transition: all .2s ease-in-out;
}

.sidebar-action-bottom .qty-btn:hover svg {
    fill: #000;
}

@media (min-width: 992px) {
    .sidebar-action-bottom .container {
        max-width: 1200px;
    }

    .sidebar-action-bottom .sticky-atc__btn .btn-buy-sticky {
        min-width: 220px;
    }

    .sidebar-action-bottom .check-action-tt {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .sidebar-action-bottom {
        min-height: 50px;
        transform: translateY(0);
    }

    .sidebar-action-bottom .sticky-atc {
        flex-direction: column;
    }

    .sidebar-action-bottom .sticky-atc__img .prod-img,
    .sidebar-action-bottom .sticky-atc__img .prod-info .prod-info__reviews {
        display: none;
    }

    .sidebar-action-bottom .sticky-atc__img .prod-info {
        margin-left: 0;
    }

    .sidebar-action-bottom .sticky-atc__img .prod-info__price {
        margin-top: 5px;
    }

    .sidebar-action-bottom .sticky-atc__action {
        padding: 7px 0;
        width: 100%;
    }

    .sidebar-action-bottom .sticky-atc__vrt form {
        width: 100%;
    }

    .sidebar-action-bottom .sticky-atc__btn {
        border-left: 0;
        width: 100%;
    }

    .sidebar-action-bottom .sticky-atc__btn .btn-quantity {
        margin: 0;
        padding-right: 15px;
    }

    .sidebar-action-bottom .sticky-atc__btn .btn-atc {
        flex: 1 1 auto;
        margin: 0;
    }

    .sidebar-action-bottom .swatch {
        margin: 10px 0 0;
    }

    .sidebar-action-bottom .swatch:first-child:before {
        display: none;
    }

    .sidebar-action-bottom .select-swatch {
        padding: 0;
        justify-content: space-between;
    }

    .sidebar-action-bottom .swatch select.select-swap {
        margin: 0;
    }

    .sidebar-action-bottom .select-swatch .header {
        display: none;
    }
}

@media (max-width: 991px) {
    body.scroll-body-up .sidebar-action-bottom {
        transform: translateY(100%);
    }
}

.product-related .section-title h2,
.product-viewed .section-title h2 {
    font-weight: 600;
}

.list-faqs {
    /* max-width: 720px; */
    font-size: 15px;
}

.list-faqs .faq-item {
    margin-bottom: 20px;
}

.list-faqs .header-faqs {
    font-weight: 600;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    position: relative;
    cursor: pointer;
}

.list-faqs .header-faqs:before {
    content: "";
    right: 5px;
    top: 12px;
    position: absolute;
    box-sizing: border-box;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-color: currentColor;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.list-faqs .header-faqs.opened {
    border-color: #000;
}

.list-faqs .header-faqs.opened:before {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.list-faqs .content-faqs {
    display: none;
}

.productDetail_style__01 .coupon-initial .title-coupon {
    display: none;
}

.productDetail_style__01 .product-thumb__link {
    width: 100%;
}

.productDetail_style__01 .product-thumb__link .boxlazy-img__insert {
    padding-bottom: 100% !important;
}

@media (min-width: 1200px) {
    .productDetail_style__01 .product-gallery {
        width: 30%;
    }

    .productDetail_style__01 .product-info {
        width: 70%;
    }

    .productDetail_style__01 .product-subinfo {
        margin-bottom: 0;
    }

    .productDetail_style__01 .product-subinfo .subtitle {
        display: none;
    }

    .productDetail_style__01 .product-subinfo .subinfo-list {
        display: flex;
        justify-content: space-between;
    }

    .productDetail_style__01 .product-subinfo .subinfo-list .item {
        flex: 0 0 auto;
        width: 49%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .productDetail_style__01 .product-gallery {
        width: 45%;
    }

    .productDetail_style__01 .product-info {
        width: 55%;
    }

    .productDetail_style__01 .product-subinfo .subinfo-list {
        flex-direction: column;
    }

    .productDetail_style__01 .product-subinfo .subinfo-list .item {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .productDetail_style__01 .product-gallery__inner {
        overflow: hidden;
    }

    .productDetail_style__01 .product-gallery__thumb:not(.swiper-initialized) .product-thumb {
        flex: 0 0 calc((100% - 50px)/6);
        max-width: calc((100% - 50px)/6);
        margin-right: 10px;
    }

    .productDetail_style__01 .product-gallery__thumb {
        margin-top: 20px;
        width: 100%;
    }

    .productDetail_style__01 .product-gallery__thumb .product-thumb {
        border-radius: 12px;
    }

    .productDetail_style__01 .product-gallery__slide {
        border: 1px solid #e5e5e5;
        border-radius: 12px;
    }

    .productDetail_style__01 .list-coupon {
        /* display: block; */
    }

    .productDetail_style__01 .list-coupon:not(.swiper-initialized) .coupon-item+.coupon-item {}

    .productDetail_style__01 .product-info {
        border-left: 0;
        display: flex;
        flex-direction: column;
    }

    .productDetail_style__01 .product-app {
        margin-top: 40px;
    }

    .productDetail_style__01 .product-buyxgety {
        background: #fff;
    }

    .productDetail_style__01 .info-footer {
        margin-top: auto;
    }

    .productDetail_style__01 .section-title {
        margin-bottom: 0;
    }

    .productDetail_style__01 .section-title h2 {
        font-size: 24px;
    }

    .productDetail_style__01 .section-title h2:before,
    .productDetail_style__01 .section-title h2:after {
        display: none;
    }

    .productDetail_style__01 .productDetail-related {
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .productDetail_style__01 .product-left,
    .productDetail_style__01 .product-right {
        padding: 0;
    }

    .productDetail_style__01 .product-right {
        border-left: 15px solid var(--shop-color-bg);
        margin-top: 40px;
    }

    .productDetail_style__01 .product-tabs {
        border-radius: 12px;
    }

    .productDetail_style__01 .product-tabs .tab-title::-webkit-scrollbar {
        display: block;
    }

    .productDetail_style__01 .product-related {
        background: #fff;
        margin-bottom: 0;
        padding-top: 10px;
        height: 100%;
        border-radius: 12px;
    }

    .productDetail_style__01 .product-related .collection-product-slide {
        height: 100%;
    }

    .productDetail_style__01 .product-related .list-product-slide {
        overflow: auto;
        width: 85%;
        position: absolute;
        right: 0;
        left: 0;
        height: calc(100% - 60px);
        margin: 0 auto;
    }

    .productDetail_style__01 .product-related .list-product-slide .product-loop {
        margin-bottom: 15px;
    }

    .productDetail_style__01 .product-related .swiper-wrapper {
        flex-direction: column;
        width: auto;
        height: auto;
    }

    .productDetail_style__01 .product-related .swiper-slide {
        width: auto;
        height: auto;
    }

    .productDetail_style__01 .product-related .swiper-nav {
        display: none;
    }

    .productDetail_style__01 .product-viewed {
        background: #fff;
        padding: 12px;
        border-radius: 12px;
        margin-bottom: 0;
    }

    .productDetail_style__01 .product-viewed .section-title h2 {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .productDetail_style__01 .product-gallery__inner {
        overflow: hidden;
        position: relative;
    }

    .productDetail_style__01 .product-gallery__thumb:not(.swiper-initialized) .product-thumb {
        flex: 0 0 calc((100% - 32px)/5);
        max-width: calc((100% - 32px)/5);
        margin-right: 8px;
    }

    .productDetail_style__01 .product-left,
    .productDetail_style__01 .product-right {
        background: #fff;
    }

    .productDetail_style__01 .list-product-slide {
        overflow: hidden;
    }

    .productDetail_style__01 .product-tabs {
        padding: 30px 0;
    }
}

.productDetail_style__02 .product-promotion {
    padding: 15px 12px;
    background: #fff;
}

.productDetail_style__02 .product-policy {
    background: #fff;
}

.productDetail_style__02 .swiper-nav-thumb .swiper-button {
    left: calc(50% - 20px);
}

.productDetail_style__02 .swiper-nav-thumb .swiper-button.swiper-prev {
    top: 10px;
}

.productDetail_style__02 .swiper-nav-thumb .swiper-button.swiper-prev svg {
    transform: rotate(-90deg) !important;
}

.productDetail_style__02 .swiper-nav-thumb .swiper-button.swiper-next {
    bottom: 10px;
    top: unset;
}

.productDetail_style__02 .swiper-nav-thumb .swiper-button.swiper-next svg {
    transform: rotate(90deg) !important;
}

.productDetail_style__02 .swiper-nav-thumb .swiper-button.swiper-button-disabled {
    opacity: .8;
    cursor: default;
}

.productDetail_style__02 .swiper-nav-thumb .swiper-button.swiper-button-disabled svg {
    fill: #9e9e9e;
}

@media (min-width: 1200px) {
    .productDetail_style__02 .product-gallery {
        width: 36%;
    }

    .productDetail_style__02 .product-info {
        width: 64%;
    }

    .productDetail_style__02 .product-coupon .coupon-item {
        flex: 0 0 auto;
        width: 25%;
        max-width: 25%;
        padding-right: 15px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .productDetail_style__02 .product-gallery {
        width: 50%;
    }

    .productDetail_style__02 .product-info {
        width: 50%;
    }

    .productDetail_style__02 .product-coupon .list-coupon {
        display: flex;
        flex-wrap: wrap;
    }

    .productDetail_style__02 .product-coupon .coupon-item {
        flex: 0 0 auto;
        width: 50%;
        max-width: 50%;
        padding-right: 15px;
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .productDetail_style__02 .product-gallery__inner {
        overflow: hidden;
        position: relative;
    }

    .productDetail_style__02 .product-gallery__thumb:not(.swiper-initialized) .product-thumb {
        flex: 0 0 calc((100% - 50px)/6);
        max-width: calc((100% - 50px)/6);
        margin-right: 10px;
    }

    .productDetail_style__02 .product-info {
        border-left: 1px solid #f2f2f2;
    }

    .productDetail_style__02 .product-gallery__thumb {
        flex: 0 0 auto;
        width: 80px;
        max-width: 80px;
        margin-top: 0;
        order: -1;
        padding-right: 12px;
    }

    .productDetail_style__02 .product-gallery__thumb .product-thumb {
        width: 100%;
        margin: 0 auto;
    }

    .productDetail_style__02 .product-gallery__thumb .swiper-slide img {
        display: block;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
    }

    .productDetail_style__02 .product-gallery__thumb .product-thumb__link {
        display: contents;
    }

    .productDetail_style__02 .product-gallery__slide {
        flex: 0 0 auto;
        width: calc(100% - 80px);
        max-width: calc(100% - 80px);
    }

    .productDetail_style__02 .product-coupon {
        margin-top: 40px;
        padding: 12px;
        background: #fff;
    }

    .productDetail_style__02 .product-promotion {
        margin-top: 40px;
    }

    .productDetail_style__02 .product-policy .product-subinfo {
        display: none;
    }

    .productDetail_style__02 .combo-info--vertical .combo-info--content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .productDetail_style__02 .combo-info--vertical .combo-content--name {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .productDetail_style__02 .combo-info--vertical .combo-content--total {
        flex: unset;
    }

    .productDetail_style__02 .combo-info--vertical .combo-item {
        flex: 0 0 24%;
        max-width: 24%;
    }

    .productDetail_style__02 .combo-info--vertical .combo-item--images a {
        border: 1px solid #dfdfdf;
        width: 150px;
    }

    .productDetail_style__02 .combo-info--vertical .combo-item:not(:last-child) .combo-item--images:before {
        left: 150px;
    }

    .productDetail_style__02 .combo-info--vertical .combo-content--total {
        border-top: 0;
        border-left: 1px dashed #ddd;
        padding-top: 0;
        padding-left: 30px;
    }

    .productDetail_style__02 .combo-info--vertical .combo-content--total .wrapbox-total {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .productDetail_style__02 .combo-info--vertical .combo-content--total .wrapbox-total .combo-total {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .productDetail_style__02 .product-gallery__inner {
        overflow: hidden;
        position: relative;
    }

    .productDetail_style__02 .product-gallery__thumb:not(.swiper-initialized) .product-thumb {
        flex: 0 0 calc((100% - 32px)/5);
        max-width: calc((100% - 32px)/5);
        margin-right: 8px;
    }

    .productDetail_style__02 .product-promotion {
        padding: 0 12px 15px;
    }

    .productDetail_style__02 .product-info .product-subinfo {
        display: none;
    }
}

@media (min-width: 1200px) {
    .productDetail_style__03 .product-coupon .coupon-item {
        flex: 0 0 auto;
        width: 25%;
        max-width: 25%;
        padding-right: 15px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .productDetail_style__03 .product-coupon .list-coupon {
        display: flex;
        flex-wrap: wrap;
    }

    .productDetail_style__03 .product-coupon .coupon-item {
        flex: 0 0 auto;
        width: 50%;
        max-width: 50%;
        padding-right: 15px;
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .productDetail_style__03 .product-gallery__inner {
        display: block;
    }

    .productDetail_style__03 .product-gallery {
        width: 45%;
    }

    .productDetail_style__03 .product-info {
        width: 55%;
        border-left: 1px solid #f2f2f2;
    }

    .productDetail_style__03 .product-gallery__thumb {
        width: 88px;
        position: sticky;
        top: 30px;
        float: left;
    }

    .productDetail_style__03 .product-gallery__thumb .product-thumb {
        margin-bottom: 12px;
    }

    .productDetail_style__03 .product-gallery__thumb .product-thumb__link {
        display: block;
        border: 1px solid transparent;
        width: 100%;
        padding: 0;
    }

    .productDetail_style__03 .product-gallery__thumb .product-thumb__link.active {
        border-color: var(--shop-color-main);
    }

    .productDetail_style__03 .product-gallery__slide {
        width: calc(100% - 100px);
        margin-left: auto;
        margin-right: 0;
    }

    .productDetail_style__03 .product-gallery__slide .swiper-nav {
        display: none;
    }

    .productDetail_style__03 .product-gallery__photo {
        margin-bottom: 12px;
    }

    .productDetail_style__03 .product-gallery__photo.div360 {
        display: none;
    }

    .productDetail_style__03 .product-gallery .swiper-wrapper {
        display: flex;
        flex-direction: column;
    }

    .productDetail_style__03 .product-subinfo {
        display: flex;
        padding: 0 15px;
    }

    .productDetail_style__03 .product-subinfo .subinfo-block {
        flex: 0 0 auto;
        width: 50%;
    }

    .productDetail_style__03 .product-coupon {
        margin-top: 40px;
        padding: 12px;
        background: #fff;
    }
}

@media (max-width: 991px) {
    .productDetail_style__03 .product-gallery__thumb:not(.swiper-initialized) .product-thumb {
        flex: 0 0 calc((100% - 32px)/5);
        max-width: calc((100% - 32px)/5);
        margin-right: 8px;
    }

    .productDetail_style__03 .product-gallery__slide {
        order: -1;
    }

    .productDetail_style__03 .product-thumb__link {
        pointer-events: none;
        padding: 0;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .productDetail_style__04 .product-subinfo {
        padding: 0 15px;
    }

    .productDetail_style__04 .product-subinfo .subinfo-block {
        flex: 0 0 auto;
        width: 50%;
        max-width: 50%;
    }

    .productDetail_style__04 .product-coupon .coupon-item {
        flex: 0 0 auto;
        width: 25%;
        max-width: 25%;
        padding-right: 15px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .productDetail_style__04 .product-coupon .list-coupon {
        display: flex;
        flex-wrap: wrap;
    }

    .productDetail_style__04 .product-coupon .coupon-item {
        flex: 0 0 auto;
        width: 50%;
        max-width: 50%;
        padding-right: 15px;
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .productDetail_style__04 .product-gallery {
        width: 57%;
        padding: 20px 12px;
    }

    .productDetail_style__04 .product-info {
        width: 43%;
        border-left: none;
    }

    .productDetail_style__04 .product-gallery__slide {
        width: 100%;
    }

    .productDetail_style__04 .product-gallery__slide .swiper-wrapper {
        flex-wrap: wrap;
    }

    .productDetail_style__04 .product-gallery__slide .product-gallery__photo {
        width: calc(50% - 6px);
        height: auto;
        margin: 3px;
        border: 1px solid #f7f7f7;
    }

    .productDetail_style__04 .product-gallery__slide.slide-desktop .lazy-img__prod {
        padding-bottom: 100%;
    }

    .productDetail_style__04 .product-gallery__slide.slide-desktop .swiper-nav {
        display: none;
    }

    .productDetail_style__04 .product-gallery__thumb {
        width: 100%;
        display: none;
    }

    .productDetail_style__04 .product-gallery__thumb .product-thumb__link {
        display: block;
        width: 100%;
    }

    .productDetail_style__04 .product-gallery__thumb .swiper-wrapper {
        flex-wrap: wrap;
    }

    .productDetail_style__04 .product-gallery__thumb .product-thumb {
        width: calc(50% - 6px);
        height: auto;
        margin: 3px;
    }

    .productDetail_style__04 .product-gallery__thumb .product-thumb.thumb_360,
    .productDetail_style__04 .product-gallery__thumb .product-thumb.thumb_video {
        display: none;
    }

    .productDetail_style__04 .product-coupon {
        margin-top: 40px;
        padding: 12px;
        background: #fff;
    }

    .productDetail_style__04 .change_slide_360,
    .productDetail_style__04 .prod-video {
        width: calc(50% - 6px);
        margin: 3px;
        border: 1px solid #f7f7f7;
        border-radius: 2px;
    }
}

@media (max-width: 991px) {
    .productDetail_style__04 .product-gallery__thumb:not(.swiper-initialized) .product-thumb {
        flex: 0 0 calc((100% - 32px)/5);
        max-width: calc((100% - 32px)/5);
        margin-right: 8px;
    }

    .productDetail_style__04 .product-thumb__link {
        display: block;
        width: 100%;
    }
}

.productDetail_landing_page .productDetail-main>[class*='product-'] {
    margin-bottom: 60px;
}

.productDetail_landing_page .product-thumb__link {
    width: 100%;
}

.productDetail_landing_page .product-infocolum .information-area {
    margin: 0 0 20px;
}

.productDetail_landing_page .product-infocolum .information-area--thumb {
    margin-bottom: 15px;
}

.productDetail_landing_page .product-infocolum .information-area--content {
    padding: 0 25px;
    line-height: 22px;
    text-align: center;
}

.productDetail_landing_page .product-infocolum .information-area--content h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .productDetail_landing_page .product-infocolum .rowFlex {
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        overflow: scroll;
    }

    .productDetail_landing_page .product-infocolum .rowFlex::-webkit-scrollbar {
        display: none;
    }

    .productDetail_landing_page .product-infocolum .information-column {
        flex: 0 0 80%;
        -ms-flex: 0 0 80%;
        max-width: 80%;
    }

    .productDetail_landing_page .product-infocolum .information-column+.information-column {
        margin-left: -15px;
    }
}

@media (max-width: 767px) {
    .productDetail_landing_page .product-infocolum .information-area--content {
        padding: 0;
        text-align: left;
    }

    .productDetail_landing_page .product-infocolum .information-area--content h3 {
        font-size: 20px;
    }
}

.productDetail_landing_page .product-inforow .wrapbox-head {
    padding-bottom: 20px;
}

.productDetail_landing_page .product-inforow .wrapbox-head .line span {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
    display: inline-block;
}

.productDetail_landing_page .product-inforow .wrapbox-head h2 {
    text-align: center;
    font-size: 30px;
    letter-spacing: -1px;
}

.productDetail_landing_page .product-inforow .wrapbox-content .wrapbox-area:last-child {
    margin-bottom: 0;
}

.productDetail_landing_page .product-inforow .wrapbox-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 40px;
}

.productDetail_landing_page .product-inforow .wrapbox-area--thumb {
    display: flex;
    display: -ms-flex;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    max-width: 80px;
}

.productDetail_landing_page .product-inforow .wrapbox-area--thumb:hover img {
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

.productDetail_landing_page .product-inforow .wrapbox-area--detail h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .productDetail_landing_page .product-inforow .wrapbox-content.right .wrapbox-area--thumb {
        margin-left: 15px;
    }

    .productDetail_landing_page .product-inforow .wrapbox-content.left .wrapbox-area--thumb {
        margin-right: 15px;
    }
}

@media (max-width: 991px) {
    .productDetail_landing_page .product-inforow .wrapbox-content .wrapbox-area--thumb {
        margin-right: 15px;
    }

    .productDetail_landing_page .product-inforow .wrapbox-content.right .wrapbox-area {
        flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        justify-content: flex-end;
        -ms-justify-content: flex-end;
    }

    .productDetail_landing_page .product-inforow .line span {
        font-size: 16px;
    }

    .productDetail_landing_page .product-inforow .wrapbox-head p {
        margin: 0;
    }

    .productDetail_landing_page .product-inforow .wrapbox-head h2 {
        font-size: 22px;
    }

    .productDetail_landing_page .product-inforow .box-media {
        display: none;
    }
}

@media (max-width: 767px) {
    .productDetail_landing_page .product-inforow .wrapbox-area {
        margin: 0 0 15px;
    }
}

.productDetail_landing_page .product-tabs .title-link {
    font-size: 20px;
}

.productDetail_landing_page .card-tt {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}

.productDetail_landing_page .card-tt .title {
    border: 0;
    background: #fff;
    color: #000;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    margin: 0;
    line-height: 1.6;
    position: relative;
}

.productDetail_landing_page .card-tt .title:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000;
    bottom: 0;
}

.productDetail_landing_page .pro-pd {
    padding: 12px;
}

.productDetail_landing_page .list-faqs {
    max-width: 100%;
}

.productDetail_landing_page .list-faqs .header-faqs {
    border-bottom: 1px dashed #eee;
}

.productDetail_landing_page .list-faqs .header-faqs.opened {
    border-color: #000;
}

.productDetail_landing_page .product-review .hrv-product-reviews-form #hrv-product-reviews-frm {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .productDetail_landing_page .product-subinfo {
        margin-bottom: 0;
        display: flex;
    }

    .productDetail_landing_page .product-subinfo .subtitle {
        display: none;
    }

    .productDetail_landing_page .product-subinfo .subinfo-list {
        display: flex;
        flex-direction: column;
    }

    .productDetail_landing_page .product-subinfo .subinfo-list .item {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .productDetail_landing_page .product-subinfo .subinfo-list {
        flex-direction: column;
    }

    .productDetail_landing_page .product-subinfo .subinfo-list .item {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .productDetail_landing_page .product-gallery {
        width: 55%;
        margin: 0 auto;
        padding: 30px 15px;
    }

    .productDetail_landing_page .product-intro {
        text-align: center;
    }

    .productDetail_landing_page .product-gallery__inner {
        overflow: hidden;
    }

    .productDetail_landing_page .product-gallery__thumb:not(.swiper-initialized) .product-thumb {
        flex: 0 0 calc((100% - 50px)/6);
        max-width: calc((100% - 50px)/6);
        margin-right: 10px;
    }

    .productDetail_landing_page .product-info {
        border-left: 0;
        border-top: 1px solid #eee;
        padding-top: 60px;
    }

    .productDetail_landing_page .product-gallery__thumb {
        margin-top: 15px;
        width: 70%;
    }

    .productDetail_landing_page .info-footer {
        margin-top: auto;
    }

    .productDetail_landing_page .coupon-initial .list-coupon {
        flex-wrap: wrap;
        padding-bottom: 0;
        justify-content: space-between;
    }

    .productDetail_landing_page .product-coupon .coupon-item {
        flex: 0 0 auto;
        width: calc(50% - 7px);
        max-width: calc(50% - 7px);
        margin-bottom: 15px;
    }

    .productDetail_landing_page .product-tabs {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .productDetail_landing_page .productDetail-main>[class*='product-'] {
        margin-bottom: 25px;
    }

    .productDetail_landing_page .product-gallery__inner {
        overflow: hidden;
        position: relative;
    }

    .productDetail_landing_page .product-gallery__thumb:not(.swiper-initialized) .product-thumb {
        flex: 0 0 calc((100% - 32px)/5);
        max-width: calc((100% - 32px)/5);
        margin-right: 8px;
    }

    .productDetail_landing_page .product-tabs .title-link {
        font-size: 16px;
    }

    .productDetail_landing_page .card-tt .title {
        font-size: 16px;
    }

    .productDetail_landing_page .pro-pd {
        padding: 0;
    }

    .productDetail_landing_page .product-coupon {
        padding: 0;
    }

    .productDetail_landing_page .product-tabs {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .productDetail-information {
        padding-bottom: 0px;
    }
}

@media (max-width: 1199px) {
    .product-tabs {
        margin: 0 0 30px;
    }

    .product-tabs .tab-title {
        margin-left: -12px;
        margin-right: -12px;
        margin-bottom: 20px;
        padding-right: 10px;
        gap: 15px 0px;
    }

    .product-tabs .tab-title .nav-item {
        white-space: nowrap;
        padding: 0 15px 0 15px;
    }

    .product-tabs .tab-title .nav-item+.nav-item {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .product-gallery {
        padding: 20px 12px;
    }

    .product-info {
        padding: 20px 12px;
        border-left: 1px solid #f2f2f2;
    }

    .product-sizeguide {
        display: none;
    }

    .product-related,
    .product-viewed {
        margin-bottom: 80px;
    }

    .drift-zoom-pane {
        max-width: 720px;
        max-height: 520px;
        z-index: 990;
        background: #fff;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 4px 16px 0 rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        opacity: 0 !important;
        animation: 4s slidein;
    }

    .drift-zoom-pane.drift-open {
        opacity: 1 !important;
        animation: 3s ease 0s normal forwards 1 fadein;
        -webkit-animation: 3s ease 0s normal forwards 1 fadein;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .product-info .product-price .pro-reviews {
        margin-left: auto;
    }

    .product-subinfo {
        display: flex;
    }

    .product-subinfo .subinfo-block {
        flex: 0 0 auto;
        width: calc(50% - 15px);
    }

    .product-subinfo .subinfo-block+.subinfo-block {
        margin-left: 15px;
    }
}

@media (max-width: 991px) {

    .product-related,
    .product-viewed {
        margin-bottom: 40px;
    }

    .product-gallery {
        padding: 12px 12px;
    }

    .product-gallery__slide .swiper-button {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .product-gallery__thumb {
        margin-top: 8px;
        width: 100%;
    }

    .product-gallery .swiper-nav-thumb {
        display: none;
    }

    .product-info {
        padding: 12px 12px;
    }

    .product-info [class^="product-"] {
        margin: 0 0 15px 0;
    }

    .product-coupon {
        padding: 0 12px 15px;
        background: #fff;
    }

    .product-subinfo {
        margin-bottom: 0;
    }

    .select-swatch .swatch {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .select-swatch .swatch .select-swap {
        width: 100%;
    }

    .select-swatch .swatch .pro-title {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .select-swatch .swatch .pro-title strong {
        padding-bottom: 0;
        padding-left: 5px;
    }

    .info-header .product-name h1 {
        font-size: 20px;
    }

    .product-price .pro-title {
        display: none;
    }

    .product-quantity {
        padding: 0;
    }

    .product-quantity .pro-title {
        display: none;
    }

    .product-info .product-actions .action-buys {
        margin-bottom: 12px;
    }

    .product-actions .action-buys__qty {
        padding: 0;
        margin: 0;
        width: auto;
    }

    .product-actions .action-buys__btn {
        flex: 1 1 auto;
        width: auto;
        margin-left: 15px;
    }

    .product-actions .action-buys__btn .btn-addtocart {
        min-height: 40px;
        padding: 5px 15px;
        background: #e70505;
        color: #fff;
    }

    .product-actions .action-link .link-voucher {
        min-height: 50px;
        padding: 5px 15px;
    }

    .product-actions .action-buys__qty .pro-title {
        display: none;
    }

    .product-actions .action-buys #buy-now {
        display: none;
    }

    .product-variants {
        padding: 0;
    }

    .product-share {
        padding: 0;
    }
}

/*--------------------------------------------------------------------------------
PAGE - ABOUT01 - ABOUT02 - ABOUT03
--------------------------------------------------------------------------------*/
.layout-pageDetail .column-left,
.layout-pageDetail .column-right {
    padding: 15px 12px;
    background: #fff;
}

.layout-pageDetail .heading-pageDetail h1 {
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 20px;
}

@media (min-width: 1200px) {
    .layout-pageDetail .column-left {
        border-right: 15px solid var(--shop-color-bg);
    }
}

.section-breadcrumb .header-title h1 {
    font-size: 26px;
    margin: 0;
    display: none;
}

/* About 01 */
[class*='section-about01'] {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    [class*='section-about01'] {
        margin-bottom: 40px;
    }
}

.section-about01-intro {
    font-size: 16px;
}

.section-about01-intro .wrapper-heading {
    margin-bottom: 35px;
}

.section-about01-intro .wrapper-heading h2 {
    font-size: 26px;
}

.section-about01-intro .wrapper-heading .line {
    position: relative;
    font-size: 16px;
    letter-spacing: 5px;
    margin: 0;
}

.section-about01-intro .wrapper-content .info-detail {
    padding: 0 20px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .section-about01-intro {
        padding-bottom: 0;
        font-size: 14px;
    }

    .section-about01-intro .wrapper-heading .line {
        font-size: 14px;
        letter-spacing: 3px;
    }

    .section-about01-intro .wrapper-heading h2 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .section-about01-intro .wrapper-heading {
        margin-bottom: 15px;
    }

    .section-about01-intro .wrapper-content .info-detail {
        padding: 0 10px 10px;
    }
}

.section-about01_introduce .wrapper-heading {
    margin-bottom: 35px;
}

.section-about01_introduce .wrapper-heading h2 {
    font-size: 26px;
}

.section-about01_introduce .wrapper-heading .line {
    position: relative;
    font-size: 16px;
    letter-spacing: 5px;
    margin-bottom: 0;
}

.section-about01_introduce .wrapflex-introduce {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.section-about01_introduce .wrapflex-introduce .intro-left,
.section-about01_introduce .wrapflex-introduce .intro-right {
    flex: 0 0 50%;
}

.section-about01_introduce .wrapflex-introduce .intro-right .intro-desc {
    padding: 75px 80px 75px 80px;
}

@media (min-width: 992px) {
    .section-about01_introduce .wrapflex-introduce:nth-child(2) {
        flex-direction: row-reverse;
        margin-top: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-about01_introduce .wrapflex-introduce .intro-right .intro-desc {
        padding: 35px 40px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section-about01_introduce .wrapflex-introduce .intro-right .intro-desc {
        padding: 50px 60px 70px;
    }
}

@media (max-width: 991px) {
    .section-about01_introduce {
        margin-bottom: 0;
        font-size: 14px;
    }

    .section-about01_introduce .wrapflex-introduce {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-about01_introduce .wrapflex-introduce .intro-left,
    .section-about01_introduce .wrapflex-introduce .intro-right {
        flex: 0 0 100%;
    }

    .section-about01_introduce .wrapflex-introduce .intro-left .intro-img {
        margin-top: 20px;
    }

    .section-about01_introduce .wrapflex-introduce .intro-right .intro-desc {
        padding: 15px 0;
    }

    .section-about01_introduce .wrapper-heading {
        margin-bottom: 0;
    }

    .section-about01_introduce .wrapper-heading .line {
        font-size: 14px;
        letter-spacing: 3px;
    }

    .section-about01_introduce .wrapper-heading h2 {
        font-size: 22px;
    }
}

.section-about01-services .flex-container-services .services-column {
    margin-bottom: 30px;
}

.section-about01-services .flex-container-services .services-area__thumb {
    max-width: 50px;
    margin: auto;
}

.section-about01-services .flex-container-services .services-area__thumb img {
    -webkit-transition: .6s linear;
    transition: .6s linear;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}

.section-about01-services .flex-container-services .services-area__content span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0 10px;
}

.section-about01-services .flex-container-services .services-area__content p {
    letter-spacing: .3px;
}

@media (max-width: 991px) {
    .section-about01-services .flex-container-services .services-column {
        margin-bottom: 25px;
    }
}

/* About 02 */
[class*='section-about02'] {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    [class*='section-about02'] {
        margin-bottom: 40px;
    }
}

.section-about02-information .information-area {
    margin: 0 0 20px;
}

.section-about02-information .information-area--thumb {
    margin-bottom: 15px;
}

.section-about02-information .information-area--content {
    padding: 0 25px;
    line-height: 22px;
    text-align: center;
}

.section-about02-information .information-area--content h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .section-about02-information .rowFlex {
        flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        overflow: scroll;
    }

    .section-about02-information .rowFlex::-webkit-scrollbar {
        display: none;
    }

    .section-about02-information .information-column {
        flex: 0 0 80%;
        -ms-flex: 0 0 80%;
        max-width: 80%;
    }

    .section-about02-information .information-column+.information-column {
        margin-left: -15px;
    }
}

@media (max-width: 767px) {
    .section-about02-information .information-area--content {
        padding: 0;
    }

    .section-about02-information .information-area--content h3 {
        font-size: 20px;
    }
}

.section-about02-ecosystem .wrapbox-head {
    padding-bottom: 20px;
}

.section-about02-ecosystem .wrapbox-head .line span {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
    display: inline-block;
}

.section-about02-ecosystem .wrapbox-head h2 {
    text-align: center;
    font-size: 30px;
    letter-spacing: -1px;
}

.section-about02-ecosystem .wrapbox-content .wrapbox-area:last-child {
    margin-bottom: 0;
}

.section-about02-ecosystem .wrapbox-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 40px;
}

.section-about02-ecosystem .wrapbox-area--thumb {
    display: flex;
    display: -ms-flex;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    max-width: 80px;
}

.section-about02-ecosystem .wrapbox-area--thumb:hover img {
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

.section-about02-ecosystem .wrapbox-area--detail h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .section-about02-ecosystem .wrapbox-content.right .wrapbox-area--thumb {
        margin-left: 15px;
    }

    .section-about02-ecosystem .wrapbox-content.left .wrapbox-area--thumb {
        margin-right: 15px;
    }
}

@media (max-width: 991px) {
    .section-about02-ecosystem .wrapbox-content .wrapbox-area--thumb {
        margin-right: 15px;
    }

    .section-about02-ecosystem .wrapbox-content.right .wrapbox-area {
        flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        justify-content: flex-end;
        -ms-justify-content: flex-end;
    }

    .section-about02-ecosystem .line span {
        font-size: 16px;
    }

    .section-about02-ecosystem .wrapbox-head p {
        margin: 0;
    }

    .section-about02-ecosystem .wrapbox-head h2 {
        font-size: 22px;
    }

    .section-about02-ecosystem .box-media {
        display: none;
    }
}

@media (max-width: 767px) {
    .section-about02-ecosystem .wrapbox-area {
        margin: 0 0 15px;
    }
}

.section-about02-client {
    /*background-image: url(//theme.hstatic.net/200000919435/1001283175/14/about02_client_img.jpg?v=622);*/
    margin-bottom: 60px;
}

.section-about02-client .wrapbox-content {
    padding: 15px 0;
    margin: 0 auto;
    display: flex;
    display: -ms-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-justify-content: center;
    position: relative;
}

.section-about02-client .wrapbox-detail .box-img-effect1 {
    position: absolute;
    top: -10px;
    right: 0;
}

.section-about02-client .wrapbox-detail .box-img-effect2 {
    position: absolute;
    top: 10px;
    left: 0;
}

.section-about02-client .wrapbox-detail .box-img-effect3 {
    position: absolute;
    bottom: -100px;
    left: -70px;
}

.section-about02-client .wrapbox-item {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    align-content: center;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    text-align: center;
    padding: 0 150px;
}

.section-about02-client .wrapbox-item .box-img {
    max-width: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
}

.section-about02-client .wrapbox-item .box-desc {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 500;
}

.section-about02-client .wrapbox-item .box-author {
    color: #aaa;
    font-weight: 500;
}

.section-about02-client .swiper-button {
    position: absolute;
    top: 30%;
    width: 40px;
    height: 40px;
    z-index: 1;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease;
}

.section-about02-client .swiper-button svg {
    width: 15px;
    height: 100%;
    display: block;
    margin: 0 auto;
    fill: #000;
    stroke: #000;
}

.section-about02-client .swiper-button.swiper-prev {
    left: 10px;
}

.section-about02-client .swiper-button.swiper-next {
    right: 10px;
}

.section-about02-client .swiper-button.swiper-button-disabled {
    opacity: .8;
    cursor: default;
}

.section-about02-client .swiper-button.swiper-button-disabled svg {
    fill: #9e9e9e;
}

.section-about02-client .swiper-pagination {
    bottom: -5px;
}

@media (min-width: 1200px) {
    .section-about02-client .wrapbox-content {
        max-width: 900px;
        min-height: 400px;
    }
}

@media (max-width: 991px) {
    .section-about02-client .wrapbox-item {
        padding: 0 10px;
    }

    .section-about02-client .box-img-effect1,
    .section-about02-client .box-img-effect2,
    .section-about02-client .box-img-effect3 {
        display: none;
    }

    .section-about02-client .swiper-button {
        display: none;
    }
}

.section-about02-alternate {
    padding: 0;
}

.section-about02-alternate .rowFlex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.section-about02-alternate .rowFlex:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.section-about02-alternate .alternate-detail {
    padding: 0 45px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.section-about02-alternate .alternate-detail h2 {
    font-size: 26px;
}

.section-about02-alternate .alternate-detail p {
    margin-bottom: 10px;
}

.section-about02-alternate .alternate-detail .button_content_box {
    margin-top: 20px;
}

.section-about02-alternate .alternate-detail ul {
    list-style-type: disc;
    margin-left: 16px;
}

.section-about02-alternate .alternate-detail ul li {
    margin-bottom: 10px;
}

.section-about02-alternate .alternate-image .block-image {
    position: relative;
    z-index: 1;
    padding: 40px 0;
}

.section-about02-alternate .alternate-image .block-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    background-color: var(--shop-color-main);
    opacity: 0.08;
    z-index: -1;
}

@media (min-width: 1200px) {
    .section-about02-alternate .rowFlex {
        margin-bottom: 60px;
    }

    .section-about02-alternate .alternate-image {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-about02-alternate .rowFlex {
        margin-bottom: 50px;
    }

    .section-about02-alternate .alternate-image {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .section-about02-alternate .rowFlex {
        margin-bottom: 40px;
    }

    .section-about02-alternate .rowFlex:last-child {
        margin-bottom: 0;
    }

    .section-about02-alternate .alternate-image {
        padding: 0 0 20px;
    }

    .section-about02-alternate .alternate-image .block-image {
        padding: 20px 0;
    }

    .section-about02-alternate .alternate-detail {
        padding: 0;
    }

    .section-about02-alternate .alternate-detail h2 {
        font-size: 20px;
    }

    .section-about02-alternate .alternate-detail .button_content_box {
        margin-top: 15px;
    }
}

.section-about02-services .flex-container-services .services-column {
    margin-bottom: 30px;
}

.section-about02-services .flex-container-services .services-area__thumb {
    max-width: 50px;
    margin: auto;
}

.section-about02-services .flex-container-services .services-area__thumb img {
    -webkit-transition: .6s linear;
    transition: .6s linear;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}

.section-about02-services .flex-container-services .services-area__content span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0 10px;
}

.section-about02-services .flex-container-services .services-area__content p {
    letter-spacing: .3px;
}

@media (max-width: 991px) {
    .section-about02-services .flex-container-services .services-column {
        margin-bottom: 25px;
    }
}

/* About 03 */
[class*='section-about03'] {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    [class*='section-about03'] {
        margin-bottom: 40px;
    }
}

.section-about03-introduce .wrap-heading .line {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    display: block;
    margin-bottom: 15px;
}

.section-about03-introduce .wrap-heading h2 {
    margin-bottom: 30px;
}

.section-about03-introduce .box-banner {
    position: relative;
    margin-left: 50px;
    margin-right: 20px;
    z-index: 2;
}

.section-about03-introduce .box-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 10px solid var(--shop-color-main);
    left: -50px;
    bottom: -50px;
    z-index: -1;
}

.section-about03-introduce .about-introduce-top .row-flex {
    align-items: center;
}

.section-about03-introduce .button_content_box {
    margin-top: 30px;
}

.section-about03-introduce .swiper-nav {
    position: absolute;
    bottom: 15px;
    right: -15px;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.section-about03-introduce .swiper-nav .swiper-button {
    display: block;
    margin: 0px;
    background: var(--shop-color-main);
    color: #ffffff;
    padding: 8px 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}

.section-about03-introduce .swiper-nav .swiper-button svg {
    fill: #fff;
    display: block;
    width: 14px;
    height: 100%;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .section-about03-introduce {
        padding-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .section-about03-introduce .introduce-loop {
        border-right: 1px solid #314f93;
        border-bottom: 1px solid #314f93;
    }

    .section-about03-introduce .introduce-loop:nth-child(2n+0) {
        border-right: 0;
    }
}

@media (max-width: 767px) {
    .section-about03-introduce .box-banner {
        margin-right: 0;
        margin-left: 30px;
        margin-bottom: 50px;
    }

    .section-about03-introduce .box-banner:before {
        left: -30px;
        bottom: -30px;
    }

    .section-about03-introduce .swiper-nav {
        right: 15px;
    }
}

.section-about03-service {
    padding: 60px 0;
}

.section-about03-service.bg-block {
    background: #cbcbcb;
}

.section-about03-service .section-heading .text-white {
    color: #ffffff;
}

.section-about03-service .nav-tabs {
    border: 0;
}

.section-about03-service .box-wrapper {
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    border: 2px solid #ffffff;
    cursor: pointer;
}

.section-about03-service .box-wrapper h4 {
    color: #ffffff;
    font-size: 22px;
}

.section-about03-service .row-flex {
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
}

@media (min-width: 992px) {
    .section-about03-service .box-wrapper:hover {
        background: var(--shop-color-hover);
        border-color: var(--shop-color-hover);
    }

    .section-about03-service .circle-block-banner {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .section-about03-service .circle-block-banner .tab-content {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .section-about03-service {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .section-about03-service .box-wrapper {
        padding: 15px 15px;
        margin-bottom: 20px;
    }

    .section-about03-service .box-wrapper.text-right {
        text-align: left !important;
    }

    .section-about03-service .box-wrapper h4 {
        font-size: 18px;
    }

    .section-about03-service .box-wrapper p {
        margin-bottom: 0;
    }
}

.section-about03-stories .story-row {
    position: relative;
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.section-about03-stories .story-row .block-detail {
    position: relative;
    padding: 20px 30px;
    margin: 40px 0px;
}

.section-about03-stories .story-row .block-detail .date {
    font-size: 14px;
}

.section-about03-stories .story-row .block-detail h3 {
    font-size: 22px;
}

.section-about03-stories .story-row:nth-child(even) {
    flex-direction: row-reverse;
}

.section-about03-stories .story-row:nth-child(even) .block-detail {
    right: -70px;
    z-index: 5;
    background-color: var(--shop-color-main);
    color: #fff;
    text-align: right;
}

.section-about03-stories .story-row:nth-child(even) .block-detail h3 {
    color: #fff;
}

.section-about03-stories .story-row:nth-child(odd) .block-detail {
    left: -70px;
    z-index: 5;
    background-color: #fff;
    color: #000;
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-about03-stories .story-row {
        margin-bottom: 40px;
    }

    .section-about03-stories .story-row .block-detail {
        padding: 18px 20px;
    }

    .section-about03-stories .story-row:nth-child(even) .block-detail {
        right: 0;
        margin-right: -70px;
    }

    .section-about03-stories .story-row:nth-child(odd) .block-detail {
        left: 0;
        margin-left: -70px;
    }
}

@media (max-width: 767px) {
    .section-about03-stories .story-row {
        margin-bottom: 25px;
    }

    .section-about03-stories .story-row:last-child {
        margin-bottom: 0;
    }

    .section-about03-stories .story-row .block-detail {
        padding: 20px 15px;
    }

    .section-about03-stories .story-row:nth-child(even) .block-detail {
        right: 0;
        margin: 0;
        text-align: left;
    }

    .section-about03-stories .story-row:nth-child(odd) .block-detail {
        left: 0;
        margin: 0;
    }
}

/*--------------------------------------------------------------------------------
PAGE FAQS
--------------------------------------------------------------------------------*/
.layoutPage-faqs {
    margin-bottom: 60px;
}

.layoutPage-faqs .section-breadcrumb {
    margin-bottom: 60px;
}

.layoutPage-faqs .section-faqs-info {
    max-width: 800px;
    margin: 0 auto;
}

.layoutPage-faqs .section-faqs-info .intro-banner {
    margin-bottom: 20px;
}

.layoutPage-faqs .section-faqs-info .intro-desc {
    margin-bottom: 60px;
    font-size: 16px;
}

.layoutPage-faqs .section-faqs-info .intro-list-faqs {
    font-size: 16px;
}

.layoutPage-faqs .section-faqs-info .intro-list-faqs .faq-item {
    margin-bottom: 20px;
}

.layoutPage-faqs .section-faqs-info .intro-list-faqs .header-faqs {
    font-weight: 600;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    position: relative;
    cursor: pointer;
}

.layoutPage-faqs .section-faqs-info .intro-list-faqs .header-faqs:before {
    content: "";
    right: 5px;
    top: 12px;
    position: absolute;
    box-sizing: border-box;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-color: currentColor;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.layoutPage-faqs .section-faqs-info .intro-list-faqs .header-faqs.opened {
    border-color: #000;
}

.layoutPage-faqs .section-faqs-info .intro-list-faqs .header-faqs.opened:before {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.layoutPage-faqs .section-faqs-info .intro-list-faqs .content-faqs {
    display: none;
}

.layoutPage-faqs .section-faqs-info .form-faqs {
    margin-top: 60px;
}

.layoutPage-faqs .section-faqs-info .form-faqs h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .layoutPage-faqs .section-breadcrumb {
        margin-bottom: 20px;
    }
}

/*--------------------------------------------------------------------------------
PAGE STORES
--------------------------------------------------------------------------------*/
.layoutPage-stores .wrapbox-content {
    padding: 25px 30px;
    border-radius: 4px;
}

.layoutPage-stores .heading-pageDetail {
    margin-bottom: 25px;
}

.layoutPage-stores .heading-pageDetail h1 {
    font-size: 30px;
}

.layoutPage-stores .wrapbox-info {
    background: #fff;
    padding: 25px 20px 0;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
}

.layoutPage-stores .wrapbox-info h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.layoutPage-stores .box-filter label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.layoutPage-stores .box-filter select {
    padding: 0px 15px;
    padding-right: 25px;
    cursor: pointer;
    outline: none;
    text-overflow: ellipsis;
    border-radius: 4px;
    height: 40px;
    line-height: 38px;
    background: #ffffff;
    border: 1px solid var(--shop-color-border);
    font-size: 15px;
    width: 100%;
    color: #000;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.layoutPage-stores .box-filter .field-select {
    position: relative;
}

.layoutPage-stores .box-filter .field-select:after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 12px;
    border: solid #666666;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.layoutPage-stores .box-filter .select-item {
    margin-bottom: 16px;
}

.layoutPage-stores .box-content h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.layoutPage-stores .box-content .store-item {
    padding-left: 30px;
    margin-bottom: 25px;
    position: relative;
}

.layoutPage-stores .box-content .store-item>[class^="store--"] {
    margin-bottom: 5px;
    font-weight: 500;
}

.layoutPage-stores .box-content .store-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 368.666 368.666' style='enable-background:new 0 0 368.666 368.666;' xml:space='preserve'%3E%3Cg id='XMLID_2_'%3E%3Cg%3E%3Cg%3E%3Cpath d='M184.333,0C102.01,0,35.036,66.974,35.036,149.297c0,33.969,11.132,65.96,32.193,92.515 c27.27,34.383,106.572,116.021,109.934,119.479l7.169,7.375l7.17-7.374c3.364-3.46,82.69-85.116,109.964-119.51 c21.042-26.534,32.164-58.514,32.164-92.485C333.63,66.974,266.656,0,184.333,0z M285.795,229.355 c-21.956,27.687-80.92,89.278-101.462,110.581c-20.54-21.302-79.483-82.875-101.434-110.552 c-18.228-22.984-27.863-50.677-27.863-80.087C55.036,78.002,113.038,20,184.333,20c71.294,0,129.297,58.002,129.296,129.297 C313.629,178.709,304.004,206.393,285.795,229.355z'%3E%3C/path%3E%3Cpath d='M184.333,59.265c-48.73,0-88.374,39.644-88.374,88.374c0,48.73,39.645,88.374,88.374,88.374s88.374-39.645,88.374-88.374 S233.063,59.265,184.333,59.265z M184.333,216.013c-37.702,0-68.374-30.673-68.374-68.374c0-37.702,30.673-68.374,68.374-68.374 s68.373,30.673,68.374,68.374C252.707,185.341,222.035,216.013,184.333,216.013z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.layoutPage-stores .box-content .store-item .store--time span,
.layoutPage-stores .box-content .store-item .store--hotline span {
    font-weight: 600;
}

.layoutPage-stores .box-content .store-item .store--link {
    text-decoration: underline;
    color: #1a73e8;
}

.layoutPage-stores .boxscroll {
    overflow-y: scroll;
    max-height: 320px;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    margin-right: -20px;
    padding-right: 20px;
    padding-top: 12px;
}

.layoutPage-stores .boxscroll::-webkit-scrollbar {
    width: 4px;
    height: 3px;
}

.layoutPage-stores .boxscroll::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.layoutPage-stores .boxscroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.layoutPage-stores .boxscroll::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4;
}

@media (min-width: 992px) {
    .layoutPage-stores {
        margin: 0 0 40px 0;
    }

    .layoutPage-stores .boxscroll {
        min-height: 320px;
    }

    .layoutPage-stores .box-map {
        height: 100%;
    }

    .layoutPage-stores .box-map iframe {
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }
}

@media (max-width: 991px) {

    .layoutPage-stores .wrapbox-left,
    .layoutPage-stores .wrapbox-right {
        padding: 0;
    }

    .layoutPage-stores .wrapbox-content {
        padding: 15px;
    }

    .layoutPage-stores .heading-pageDetail h1 {
        font-size: 26px;
    }

    .layoutPage-stores .wrapbox-info {
        margin-bottom: 15px;
        padding: 25px 20px;
    }

    .layoutPage-stores .box-map {
        height: 100%;
    }

    .layoutPage-stores .box-map iframe {
        width: 100%;
        border-radius: 4px;
    }
}

/*--------------------------------------------------------------------------------
PAGE 404
--------------------------------------------------------------------------------*/
.layoutPage-not {
    padding: 40px 0;
    border-top: 1px solid var(--shop-color-border);
}

.layoutPage-not h1 span {
    display: block;
    color: #fff;
    font-size: 170px;
    font-weight: bold;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}

.layoutPage-not .subtext {
    font-size: 16px;
    max-width: 520px;
    margin: 0 auto 30px;
    font-weight: 400;
}

/*--------------------------------------------------------------------------------
PAGE SEARCH
--------------------------------------------------------------------------------*/
.layout-searchPage {
    margin-bottom: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.layout-searchPage .heading-page {
    position: relative;
    text-align: center;
}

.layout-searchPage .heading-page:after {
    content: "";
    background: #252a2b;
    display: block;
    width: 60px;
    height: 4px;
    margin: 20px auto 30px;
}

.layout-searchPage .heading-page h1 {
    font-size: 30px;
}

.layout-searchPage .subtext-result {
    margin: 0 0 15px;
}

.layout-searchPage .expanded-message .message-txt {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.layout-searchPage .expanded-message h2 {
    font-weight: 600;
    font-size: 20px;
}

.layout-searchPage .expanded-message .subtext {
    margin-bottom: 40px;
    display: block;
}

.layout-searchPage .search-field {
    width: 100%;
    display: block;
    margin: auto;
}

.layout-searchPage .search-field input#go {
    width: 55px;
    height: 45px;
    float: right;
    background: url(//theme.hstatic.net/200000919435/1001283175/14/iconsearch.png?v=622) #252a2b center no-repeat;
    margin: 0px;
    position: relative;
    top: 0;
    border-radius: 0;
    font-size: 0;
    border: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg' style=' fill: %23fff;%0A'%3E%3Cpath d='M20.8438 19.3203C21.0781 19.5286 21.0781 19.75 20.8438 19.9844L19.9844 20.8438C19.75 21.0781 19.5286 21.0781 19.3203 20.8438L14.5938 16.1172C14.4896 16.013 14.4375 15.9089 14.4375 15.8047V15.2578C12.901 16.5859 11.1302 17.25 9.125 17.25C6.88542 17.25 4.97135 16.4557 3.38281 14.8672C1.79427 13.2786 1 11.3646 1 9.125C1 6.88542 1.79427 4.97135 3.38281 3.38281C4.97135 1.79427 6.88542 1 9.125 1C11.3646 1 13.2786 1.79427 14.8672 3.38281C16.4557 4.97135 17.25 6.88542 17.25 9.125C17.25 11.1302 16.5859 12.901 15.2578 14.4375H15.8047C15.9349 14.4375 16.0391 14.4896 16.1172 14.5938L20.8438 19.3203ZM4.71094 13.5391C5.9349 14.763 7.40625 15.375 9.125 15.375C10.8438 15.375 12.3151 14.763 13.5391 13.5391C14.763 12.3151 15.375 10.8438 15.375 9.125C15.375 7.40625 14.763 5.9349 13.5391 4.71094C12.3151 3.48698 10.8438 2.875 9.125 2.875C7.40625 2.875 5.9349 3.48698 4.71094 4.71094C3.48698 5.9349 2.875 7.40625 2.875 9.125C2.875 10.8438 3.48698 12.3151 4.71094 13.5391Z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #252a2b;
}

.layout-searchPage .search-field .search_box {
    width: calc(100% - 55px);
    outline: none;
    height: 45px;
    padding: 0 20px;
    background: #ededed;
    border: 0;
    box-shadow: none;
}

/*--------------------------------------------------------------------------------
PAGE CONTACT
--------------------------------------------------------------------------------*/
.layout-pageContact h2 {
    margin-bottom: 20px;
    font-size: 22px;
}

.layout-pageContact .column-left,
.layout-pageContact .column-right {
    padding: 15px 12px;
    background: #fff;
}

.layout-pageContact .contact-map iframe {
    margin-bottom: 0;
    padding: 0;
    display: block;
    width: 100%;
    min-height: 300px;
    border: none;
}

.layout-pageContact .contact-body {
    margin: 30px 0;
}

.layout-pageContact .contact-info__item {
    margin-bottom: 20px;
    display: flex;
}

.layout-pageContact .contact-info__item .right {
    margin-left: 15px;
}

.layout-pageContact .contact-info__item .left .icon {
    width: 40px;
    height: 40px;
    display: block;
    background: #f6f6f6;
    border-radius: 50%;
}

.layout-pageContact .contact-info__item .left svg {
    display: block;
    width: 18px;
    margin: 0 auto;
    height: 100%;
}

@media (min-width: 992px) {
    .layout-pageContact .column-right {
        border-left: 15px solid var(--shop-color-bg);
    }
}

@media (max-width: 991px) {
    .layout-pageContact .column-right {
        margin-top: 20px;
    }
}

.contact-form .input-group {
    width: 100%;
    margin-bottom: 20px;
}

.contact-form .input-group input,
.contact-form .input-group textarea {
    color: #5c5c5c;
    height: 45px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid var(--shop-color-border);
    border-radius: 4px;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.contact-form .input-group textarea {
    width: 100%;
    height: 130px;
    padding: 20px 20px;
}

.contact-form .input-group textarea:focus {
    outline: none;
}

/*--------------------------------------------------------------------------------
PAGE BLOGS and ARTICLE
--------------------------------------------------------------------------------*/
/* Blog */
.layout-blogs .column-left .heading-page h1 {
    font-size: 28px;
}

.layout-blogs .column-right {
    padding-bottom: 20px;
}

/* Article Loop */
.article-loop {
    margin-bottom: 24px;
}

.article-loop .article-inner {
    background: #fff;
}

.article-loop .article-image {
    position: relative;
    overflow: hidden;
}

.article-loop .article-image img {
    transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.article-loop .article-detail {
    padding: 15px 12px;
}

.article-loop .article-detail .post-title {
    font-size: 18px;
}

.article-loop .article-detail .entry-content {
    font-size: 14px;
    margin-bottom: 8px;
}

.article-loop .article-detail .article-post-meta {
    font-size: 13px;
    color: #74839f;
    margin: 0 0 5px;
}

.article-loop .article-detail .article-post-meta a {
    color: #757575;
}

.article-loop .article-detail .article-post-meta a:hover {
    color: var(--shop-color-hover);
}

.article-loop .article-detail .article-post-meta span {
    position: relative;
}

.article-loop .article-detail .article-post-meta span+span:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: -1px 10px 0;
    border-radius: 100%;
    background-color: #74839f;
    opacity: 0.4;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .article-loop .article-detail .article-post-meta {
        font-size: 10px;
    }

    .article-loop .article-detail .article-post-meta span+span:before {
        margin: 0 2px;
    }

    .article-loop .article-detail .article-post-meta span.comment:before {
        margin-right: 5px;
    }
}

@media (min-width: 1200px) {
    .article-loop .article-inner:hover .article-image img {
        transform: scale(1.07);
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        -o-transform: scale(1.07);
        -moz-transform: scale(1.07);
        opacity: 0.8;
    }
}

/* Article */
.layout-article .column-left {
    margin: 20px 0;
}

.layout-article .column-left .wrapper-content {
    padding: 15px 12px;
    background: #fff;
}

.layout-article .column-left .wrapper-related {
    padding: 15px 12px;
    margin-top: 25px;
    background: #fff;
}

.layout-article .column-right {
    padding: 15px 12px;
}

.layout-article .heading {
    margin: 0 0 20px;
}

.layout-article .heading .title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
}

.layout-article .heading .meta-post {
    font-size: 13px;
    color: #74839f;
    margin: 0 0 5px;
}

.layout-article .heading .meta-post a {
    color: #757575;
}

.layout-article .heading .meta-post a:hover {
    color: var(--shop-color-hover);
}

.layout-article .heading .meta-post span {
    position: relative;
}

.layout-article .heading .meta-post span+span:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: -1px 10px 0;
    border-radius: 100%;
    background-color: #74839f;
    opacity: 0.4;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .layout-article .heading .meta-post {
        font-size: 10px;
    }

    .layout-article .heading .meta-post span+span:before {
        margin: 0 2px;
    }

    .layout-article .heading .meta-post span.comment:before {
        margin-left: 0;
        margin-right: 5px;
    }
}

.layout-article .wrapper-content .article-image {
    text-align: center;
    margin-bottom: 20px;
}

.layout-article .wrapper-content .article-body {
    max-width: 860px;
    margin: 0 auto 30px;
}

.layout-article .wrapper-content .article-nav {
    border-top: 1px solid var(--shop-color-border);
    width: 100%;
    display: inline-block;
    font-size: 16px;
    padding: 25px 0 0;
}

.layout-article .wrapper-content .article-nav a {
    color: var(--shop-color-text);
}

.layout-article .wrapper-content .article-nav a:hover {
    color: var(--shop-color-hover);
}

.layout-article .wrapper-content .article-nav .articleToolbar-title p {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.layout-article .wrapper-content .article-nav .articleToolbar-title p span {
    font-size: 14px;
    color: var(--shop-color-title);
    font-weight: 600;
}

.layout-article .wrapper-content .article-nav .articleToolbar--nav {
    text-align: right;
    font-weight: 600;
}

.layout-article .wrapper-content .article-nav .articleToolbar--nav>span svg {
    vertical-align: -1px;
    width: 12px;
    color: var(--shop-color-text);
    height: 12px;
    margin: 0 4px;
}

.layout-article .wrapper-content .article-nav .articleToolbar--nav .separator {
    display: inline-block;
    position: relative;
    width: 1px;
    height: 12px;
    margin: 0 18px;
    background: var(--shop-color-text);
    opacity: 0.8;
    vertical-align: middle;
}

.layout-article .wrapper-content .article-tags {
    font-size: 16px;
}

.layout-article .wrapper-content .article-tags a {
    color: red;
}

.layout-article .wrapper-content .article-comment {
    padding: 15px 12px;
}

.layout-article .wrapper-content .article-comment .title-bl h3 {
    font-size: 22px;
    color: #252a2b;
    border-bottom: 1px solid var(--shop-color-border);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.layout-article .wrapper-content .article-comment .comment_form .form-group {
    width: 100%;
    margin-bottom: 15px;
}

.layout-article .wrapper-content .article-comment .comment_form .form-group input {
    color: #5c5c5c;
    height: 45px;
    width: 100%;
    font-weight: 500;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid var(--shop-color-border);
    border-radius: 4px;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.layout-article .wrapper-content .article-comment .comment_form .form-group textarea {
    box-shadow: none;
    border: 1px solid var(--shop-color-border);
    border-radius: 4px;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.layout-article .wrapper-content .article-comment .comment-user {
    margin-bottom: 20px;
}

.layout-article .wrapper-content .article-comment .comment-user .author {
    font-size: 16px;
    margin: 0 0 5px;
}

.layout-article .wrapper-content .article-comment .comment-user .author span.date {
    font-size: 14px;
    float: right;
}

.layout-article .article-related {
    border-radius: 3px;
}

.layout-article .article-related .heading {
    position: relative;
    text-align: left;
    margin: 0 0 20px;
}

.layout-article .article-related .title-related {
    display: inline-block;
    color: var(--shop-color-text);
    position: relative;
    font-size: 24px;
    font-weight: 600;
}

.layout-article .list-article-slide .article-loop {
    margin-bottom: 0;
}

.layout-article .list-article-slide .swiper-button {
    position: absolute;
    top: 30%;
    width: 40px;
    height: 40px;
    z-index: 1;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    transform: scale(0);
}

.layout-article .list-article-slide .swiper-button svg {
    width: 15px;
    height: 100%;
    display: block;
    margin: 0 auto;
    fill: #000;
    stroke: #000;
}

.layout-article .list-article-slide .swiper-button.swiper-prev {
    left: 10px;
}

.layout-article .list-article-slide .swiper-button.swiper-next {
    right: 10px;
}

.layout-article .list-article-slide .swiper-button.swiper-button-disabled {
    opacity: .8;
    cursor: default;
}

.layout-article .list-article-slide .swiper-button.swiper-button-disabled svg {
    fill: #9e9e9e;
}

.layout-article .list-article-slide:hover .swiper-button {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

/* Toolbar article */
.article-content h2 {
    font-size: 18px;
}

.article-content h3 {
    font-size: 16px;
}

/* Table of Contents Article */
.table-of-contents {
    background: #f7fbf9;
    border: 1px solid #e0f1e9;
    border-radius: 6px;
    display: block;
    padding: 8px 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    position: relative;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 860px;
    display: table;
}

.table-of-contents .table-title {
    font-weight: 700;
    font-size: 15px;
    margin: 0;
    padding: 10px 0;
}

.table-of-contents .table-title .toc_toggle {
    font-size: 13px;
    color: #bcbdc1;
    display: inline-block;
    vertical-align: 2px;
    margin-left: 8px;
}

.table-of-contents .table-title .toc_toggle a {
    color: var(--shop-color-main);
    padding: 0 1px;
}

.table-of-contents ul {
    font-size: 14px;
    list-style-type: disc;
    margin: 0 0 0 16px;
}

.table-of-contents ul li {
    list-style-position: outside;
    margin: 8px 0 0;
}

.table-of-contents ul li::marker {
    color: var(--shop-color-main);
}

.table-of-contents ul li a {
    text-decoration: none;
    color: #333333;
}

.table-of-contents>ul {
    padding-bottom: 10px;
}

.table-of-contents>ul ul ul {
    display: none;
}

.table-of-contents ul li a:hover,
.table-of-contents ul li a:focus {
    color: var(--shop-color-hover);
}

.table-content-button {
    width: 35px;
    height: 35px;
    display: block;
    position: fixed;
    left: 10px;
    z-index: 10;
    opacity: 0;
    top: 45%;
    transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.table-content-button .btn-icolist {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    outline: none;
    float: left;
    background: #fcfcfc;
    border: 1px solid #eeeeee;
    border-radius: 4px;
}

.table-content-button .btn-icolist svg {
    width: 20px;
    height: 35px;
    vertical-align: initial;
}

.table-content-fixed {
    position: fixed;
    left: 10px;
    z-index: 999;
    max-width: 280px;
    top: 45%;
    background: #f7fbf9;
    border: 1px solid #e0f1e9;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
    -webkit-transform-origin: 0 top;
    transform-origin: 0 top;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.table-content-fixed .table-of-header {
    position: relative;
    padding-right: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 12px;
    border-bottom: 1px solid #eeeeee;
}

.table-content-fixed .table-of-header .hTitle {
    max-width: calc(100% - 50px);
    margin-left: 0;
    font-weight: 600;
    font-size: 14px;
}

.table-content-fixed .table-of-header .hClose {
    position: absolute;
    right: 5px;
    top: 2px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    text-align: center;
}

.table-content-fixed .table-of-header .hClose svg {
    width: 32px;
    height: 32px;
    width: 14px;
}

.table-content-fixed .table-of-contents {
    border: 0;
    background: #ffffff;
    margin: 0;
    padding: 5px 12px;
    box-shadow: none;
    display: block;
    overflow: hidden;
    overflow-y: auto;
    max-height: 70vh;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.table-content-fixed .table-of-contents .table-title {
    display: none;
}

.table-content-fixed .table-of-contents ul {
    font-size: 13px;
}

.table-content-button.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.table-content-fixed.active {
    transform: scale(1) translateY(-45%);
    -webkit-transform: scale(1) translateY(-45%);
    -moz-transform: scale(1) translateY(-45%);
    -ms-transform: scale(1) translateY(-45%);
    -o-transform: scale(1) translateY(-45%);
}

/*======  SIDEBAR BLOG =========*/
.group-sidebox {
    position: relative;
    background: #fff;
    margin: 0 0 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
}

.group-sidebox .sidebox-title {
    padding: 15px 20px;
}

.group-sidebox .sidebox-title h3 {
    font-size: 16px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}

.group-sidebox .sidebox-title h3:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-color: #666;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: translateY(-50%) rotate(45deg);
    transition: transform .2s ease;
    -ms-transition: transform .2s ease;
    -webkit-transition: transform .2s ease;
}

.group-sidebox .sidebox-content {
    padding: 0 20px 15px;
    border-top: 1px solid var(--shop-color-border);
}

.group-sidebox.is-open .sidebox-title h3:after {
    transform: translateY(-50%) rotate(225deg);
    bottom: -10px;
}

@media (max-width: 767px) {
    .group-sidebox .sidebox-title h3 {
        text-align: left;
        position: relative;
    }

    .group-sidebox .sidebox-title h3 span {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 24px;
        width: 25px;
        text-align: center;
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
    }

    .group-sidebox .sidebox-content-togged {
        display: none;
    }

    .group-sidebox.is-open .sidebox-title h3 span {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

.list-blogs {
    counter-reset: post-ranking;
}

.list-blogs .item-article {
    padding: 15px 0;
    margin: 0;
    display: flex;
}

.list-blogs .item-article+.item-article {
    border-top: 1px #efefef dotted;
}

.list-blogs .item-article__image {
    flex: 0 0 auto;
    width: 100px;
    position: relative;
}

.list-blogs .item-article__image:before {
    position: absolute;
    content: counter(post-ranking);
    top: calc(50% - 16px);
    left: -16px;
    border: 2px solid #fff;
    height: 28px;
    width: 28px;
    line-height: 26px;
    text-align: center;
    border-radius: 100%;
    background: var(--shop-color-main);
    color: #fff;
    font-size: 12px;
    counter-increment: post-ranking;
    z-index: 1;
}

.list-blogs .item-article__detail {
    flex: 0 0 auto;
    width: calc(100% - 100px);
    padding-left: 10px;
}

.list-blogs .item-article__detail .title {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 500;
}

.list-blogs .item-article__detail .meta-post {
    font-size: 12px;
    margin: 0;
}

.list-blogs .item-article__detail .date {
    color: #74839f;
}

.menuList-links>li {
    border-bottom: 1px dashed var(--shop-color-border);
}

.menuList-links>li:last-child {
    border-bottom: none;
}

.menuList-links>li>a {
    padding: 12px 0;
    font-weight: 500;
}

.menuList-links>li.has-submenu>a {
    padding-right: 30px;
}

.menuList-links>li.has-submenu span.icon-plus-submenu {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid transparent;
}

.menuList-links>li.has-submenu .icon-plus-submenu:hover {
    border: 1px solid var(--shop-color-border);
}

.menuList-links li a {
    color: var(--shop-color-text);
    position: relative;
    font-size: 14px;
    display: block;
}

.menuList-links li a:hover,
.menuList-links li a:focus {
    color: var(--shop-color-hover);
}

.menuList-links li ul.submenu-links {
    display: none;
}

.menuList-links .submenu-links li a {
    padding: 8px 0 8px 0px;
}

.menuList-links .has-submenu.level0>ul.submenu-links li a {
    padding-left: 12px;
}

.menuList-links .has-submenu.level1>ul.submenu-links li a {
    padding-left: 25px;
}

.menuList-links .icon-plus-submenu:after,
.menuList-links .icon-plus-submenu:before {
    background: rgba(9, 9, 9, 0.6);
    content: '';
    display: block;
    position: absolute;
    margin-right: 7px;
    top: 50%;
    right: 0;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}

.menuList-links .icon-plus-submenu:before {
    width: 9px;
    height: 1px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menuList-links .icon-plus-submenu:after {
    width: 1px;
    height: 9px;
    right: 4px;
    transform-origin: center;
    -moz-transform: translateY(-50%) scale(1, 1);
    -ms-transform: translateY(-50%) scale(1, 1);
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
}

.menuList-links li.has-submenu.opened>a .icon-plus-submenu:after {
    -moz-transform: translateY(-50%) scale(1, 0);
    -ms-transform: translateY(-50%) scale(1, 0);
    -webkit-transform: translateY(-50%) scale(1, 0);
    transform: translateY(-50%) scale(1, 0);
}

@media (min-width: 1200px) {
    .blogs-sticky {
        top: 30px;
        position: -webkit-sticky;
        position: sticky;
        -webkit-transition: top 400ms ease;
        -moz-transition: top 400ms ease;
        transition: top 400ms ease;
    }

    body.scroll-body-up .blogs-sticky {
        top: 80px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .article-content .article-related .list-blogs-related .article-post {
        margin-bottom: 15px;
    }

    .article-content .article-related .list-blogs-related .article-post:nth-of-type(2n+1) {
        clear: both;
    }

    .article-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav,
    .article-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
        text-align: center;
    }

    .article-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
        margin-bottom: 20px;
    }

    .article-content .article-related {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .layout-blogs .heading-page h1 {
        font-size: 24px;
        text-align: left;
        margin-bottom: 15px;
    }

    .article-loop .article-detail .entry-content {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .article-loop .article-title .post-title {
        font-size: 14px;
        margin: 0 0 6px;
    }

    .heading-article h1 {
        font-size: 22px;
    }

    .article-content .article-related {
        margin-bottom: 20px;
    }

    .article-content .article-related .content-blogs-related {
        position: relative;
        overflow: hidden;
        margin: 0 -15px;
    }

    .article-content .article-related .content-blogs-related .list-blogs-related {
        white-space: nowrap;
        margin-left: 0;
        margin-right: 0;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 50px;
        margin-bottom: -50px;
        transition: transform 0.25s ease 0s;
        -ms-overflow-style: none;
        scrollbar-width: none;
        display: block;
    }

    .article-content .article-related .content-blogs-related .owl-stage {
        left: -23px;
    }

    .article-content .article-related .list-blogs-related .article-post {
        display: inline-block;
        width: 65%;
        float: none;
        padding-left: 0;
        padding-right: 7px;
        vertical-align: top;
        white-space: normal;
    }

    .article-content .article-comment .title-bl h3 {
        font-size: 20px;
    }

    .article-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav,
    .article-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
        text-align: center;
    }

    .article-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
        margin-bottom: 20px;
    }
}

/*--------------------------------------------------------------------------------
PAGE CART
--------------------------------------------------------------------------------*/
.wrapper-mainCart {
    margin: 40px 0;
}

.wrapper-mainCart .mainCart-detail {
    background: #fff;
    margin-bottom: 50px;
}

.wrapper-mainCart .mainCart-detail .heading-cart {
    font-size: 20px;
    margin: 0;
    padding: 10px 0;
    margin-top: 15px;
    border-bottom: 1px solid var(--shop-color-border);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.wrapper-mainCart .mainCart-detail .heading-cart h1 {
    font-size: 24px;
}

.wrapper-mainCart .mainCart-detail .heading-cart.heading-row {
    border-bottom: 0;
}

.wrapper-mainCart .mainCart-detail .heading-cart.heading-row .cart-shipping {
    flex: 0 0 100%;
    max-width: 100%;
    border-top: 1px solid var(--shop-color-border);
    margin-top: 10px;
}

.wrapper-mainCart .mainCart-detail .expanded-message {
    padding: 20px 0px;
}

.wrapper-mainCart .cart-shipping {
    padding: 10px 0 0;
}

.wrapper-mainCart .cart-shipping .price {
    font-size: 18px;
    font-weight: 600;
    color: #ff2c26;
}

.wrapper-mainCart .cart-shipping .free-ship {
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
}

@media (max-width: 767px) {
    .wrapper-mainCart .cart-shipping .free-ship {
        display: block;
    }
}

.wrapper-mainCart .cart-shipping__title {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0.5px;
}

.wrapper-mainCart .cart-shipping__bar {
    height: 8px;
    width: 100%;
    background-color: #e9e9e9;
    border-radius: 5px;
    margin: 15px 0 10px;
    position: relative;
}

.wrapper-mainCart .cart-shipping__bar .shipping-bar {
    background-color: #ffbc11;
    width: 0;
    border-radius: 5px;
    transition: width .4s ease-in-out;
    display: block;
    height: 100%;
    position: relative;
}

.wrapper-mainCart .cart-shipping__bar .shipping-bar .icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    right: 10px;
    transform: translate(50%, -50%);
    font-weight: 700;
    content: "";
    font-size: 12px;
    color: #ffbc11;
    border: 1px solid #ffbc11;
    background: currentColor;
}

.wrapper-mainCart .cart-shipping__bar .shipping-bar .icon svg {
    fill: #fff;
}

.wrapper-mainCart .cart-shipping.cart-shipping-free .cart-shipping__bar span {
    background-color: #3d9851;
}

.wrapper-mainCart .cart-shipping.cart-shipping-free .cart-shipping__bar .icon {
    background-color: #3d9851;
    border-color: #3d9851;
    color: #3d9851;
}

.wrapper-mainCart .contentCart-detail {
    background: #fff;
}

.wrapper-mainCart .collectionCart-detail {
    margin: 0 0 40px;
}

.wrapper-mainCart .collectionCart-detail .collectionCart-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}

.wrapper-mainCart .collectionCart-detail .collectionCart-product {
    position: relative;
}

.wrapper-mainCart .collectionCart-detail .list-product-slide:not(.swiper-initialized)>div .swiper-slide {
    flex: 0 0 calc((100% - 45px) /4);
    margin-right: 15px;
}

.wrapper-mainCart .expanded-content .expanded-info {
    text-align: center;
}

.wrapper-mainCart .expanded-content .info-text .text1 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}

.wrapper-mainCart .expanded-content .info-text .text2 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #606876;
}

.wrapper-mainCart .expanded-content .info-text .text2 a {
    color: #1a73e8;
    font-weight: 600;
}

.wrapper-mainCart .expanded-content .search-field {
    position: relative;
}

.wrapper-mainCart .expanded-content .search-field .search_box {
    height: 45px;
    width: 100%;
    padding: 8px 50px 8px 20px;
    border: 4px solid #e3e9ed;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
}

.wrapper-mainCart .expanded-content .search-field .search_box:focus {
    outline: none;
}

.wrapper-mainCart .expanded-content .search-field input[type="submit"] {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
}

.wrapper-mainCart .expanded-content .search-field .btn-search {
    width: 50px;
    height: 44px;
    line-height: 42px;
    position: absolute;
    padding: 0;
    top: 0px;
    right: 0px;
    background: transparent;
    transition: opacity 150ms linear;
    outline: none;
    box-shadow: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper-mainCart .expanded-content .search-field .btn-search svg {
    width: 24px;
    height: 100%;
    display: block;
    margin: auto;
    fill: #6c798f;
    opacity: 0.6;
}

.wrapper-mainCart .title-number-cart {
    padding: 0;
    font-weight: 400;
    font-size: 16px;
}

.wrapper-mainCart .list-pageform-cart {
    padding: 15px 0;
}

.wrapper-mainCart .table-cart {
    padding: 8px 10px;
    border: 2px solid var(--shop-color-border);
    overflow: hidden;
    border-radius: 8px;
}

.wrapper-mainCart .cart-row {
    width: 100%;
    display: inline-block;
}

@media (min-width: 768px) {
    .wrapper-mainCart .expanded-message {
        text-align: left;
        font-size: 17px;
    }
}

.wrapper-mainCart .media-line-item+.media-line-item {
    border-top: 1px solid #f1f1f1;
}

.wrapper-mainCart .media-line-item {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 15px 10px;
}

.wrapper-mainCart .media-line-item .media-left {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    padding: 0;
    position: relative;
    display: block;
}

.wrapper-mainCart .media-line-item .media-left img {
    border: 1px solid #ededed;
}

.wrapper-mainCart .media-line-item .media-left .item-remove {
    position: absolute;
    top: -7px;
    left: -10px;
}

.wrapper-mainCart .media-line-item .media-left .item-remove a {
    display: block;
    background: #8f9bb3;
    color: #fff;
    font-size: 8px;
    font-weight: 400;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
}

.wrapper-mainCart .media-line-item .media-right {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 1 1 auto;
    padding-left: 18px;
    padding-right: 18px;
}

.wrapper-mainCart .media-line-item .media-total {
    text-align: right;
}

.wrapper-mainCart .media-line-item .item-info {
    margin-bottom: 10px;
}

.wrapper-mainCart .media-line-item .item-info .item--title {
    font-size: 15px;
    margin: 0 0 2px;
    font-weight: 500;
}

.wrapper-mainCart .media-line-item .item-info .item--title a {
    color: var(--shop-color-text);
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.wrapper-mainCart .media-line-item .item-info .item--variant {
    font-size: 12px;
    color: #777;
    font-weight: 500;
}

.wrapper-mainCart .media-line-item .item-info .type_promote {
    margin: 0;
}

.wrapper-mainCart .media-line-item .item-price p {
    margin: 0;
}

.wrapper-mainCart .media-line-item .item-price .ico-gift {
    display: inline-block;
    max-width: 18px;
    vertical-align: 2px;
    margin-left: 10px;
}

.wrapper-mainCart .media-line-item .item-price span {
    font-weight: 600;
    color: #8f9bb3;
}

.wrapper-mainCart .media-line-item .item-price del {
    color: #8f9bb3;
    font-size: 12px;
    margin-left: 5px;
}

.wrapper-mainCart .media-line-item .item-qty {
    display: inline-block;
}

.wrapper-mainCart .media-line-item .item-qty .quantity-partent {
    margin: 8px 0 3px;
    display: flex;
    -ms-display: flex;
    -webkit-display: flex;
    width: 100%;
}

.wrapper-mainCart .media-line-item .item-qty .quantity-partent input.item-quantity {
    float: left;
    font-weight: 500;
    font-size: 15px;
    width: 36px;
    height: 28px;
    padding: 0;
    background: #fff;
    text-align: center;
    outline: none;
    border: 1px solid #f9f9f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.wrapper-mainCart .media-line-item .item-qty .quantity-partent button.qty-btn {
    float: left;
    font-weight: 500;
    font-size: 18px;
    padding: 0;
    height: 28px;
    width: 28px;
    text-align: center;
    background: #f9f9f9;
    color: var(--shop-color-text);
    border: 1px solid #f9f9f9;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper-mainCart .media-line-item .item-qty .quantity-partent button.qty-btn svg {
    display: block;
    width: 10px;
    height: 100%;
    margin: 0 auto;
}

.wrapper-mainCart .media-line-item .item-qty .quantity-partent button.qty-btn:focus {
    outline: none;
}

.wrapper-mainCart .media-line-item .item-total-price .text {
    font-size: 14px;
}

.wrapper-mainCart .media-line-item .item-total-price .line-item-total {
    font-size: 16px;
    font-weight: 700;
}

.wrapper-mainCart .order-noted-block .checkout-buttons {
    background: #f3f4f4;
    padding: 15px;
    margin: 20px 0 10px;
}

.wrapper-mainCart .order-noted-block label.note-label {
    display: block;
    margin: 00px 0 10px;
    font-weight: 600;
    font-size: 14px;
}

.wrapper-mainCart .order-noted-block textarea {
    padding: 10px 15px;
    width: 100%;
    min-height: 80px;
    resize: none;
    border: 1px solid #dfe0e1;
    box-shadow: none;
}

.wrapper-mainCart .order-summary-block {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid var(--shop-color-border);
}

.wrapper-mainCart .order-summary-block.order-summary-notify {
    padding: 0;
    border: 0;
}

.wrapper-mainCart .order-summary-block .summary-warning {
    padding: 12px 15px;
    border-radius: 4px;
    /*	background-color: #fee3e8;border:1px solid #fdd0d8;*/
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
}

.wrapper-mainCart .order-summary-block .summary-warning .textmr {
    margin-bottom: 5px;
}

.wrapper-mainCart .order-summary-block .summary-warning p {
    margin: 0;
}

.wrapper-mainCart .order-summary-block .summary-alert {
    background-color: #fee3e8;
    border: 1px solid #fdd0d8;
    color: #d20909;
    font-size: 13px;
    padding: 10px 15px;
    margin: 10px 0;
    text-align: left;
}

.wrapper-mainCart .order-summary-block .summary-alert:not(.in) {
    display: none;
}

.wrapper-mainCart .order-summary-block .summary-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}

.wrapper-mainCart .order-summary-block .summary-time {
    background: #fcfcfc;
    border: 1px solid #F5f5f5;
}

.wrapper-mainCart .order-summary-block .summary-time__row {
    padding: 10px 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-title {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    padding-right: 10px;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-title .txt-title {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 5px;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-title .txt-time {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-title .txt-time i {
    color: var(--shop-color-main);
    margin-right: 2px;
    font-size: 15px;
    vertical-align: text-bottom;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio {
    max-width: 50%;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio .radio-item {
    position: relative;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio .radio-item+.radio-item {
    margin-top: 5px;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio'] {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    color: #fff;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    outline: none;
    display: inline-block;
    margin: 0;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio']+label {
    position: relative;
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio']:before {
    content: '\2714\fe0e';
    font-size: 11px;
    height: 13px;
    width: 13px;
    line-height: 13px;
    opacity: 0;
    position: absolute;
    display: block;
    text-align: center;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio']:checked {
    background: var(--shop-color-hover);
    border-color: var(--shop-color-hover);
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio']:checked:before {
    opacity: 1;
    color: #ffffff;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose {
    margin-right: -5px;
    margin-left: -5px;
    display: -ms-flexbox;
    display: flex;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box .select-option {
    position: relative;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box .select-option:after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    border: solid #666666;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box label {
    display: block;
    font-weight: 400;
    font-size: 13px;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select {
    padding: 0px 8px;
    padding-right: 20px;
    cursor: pointer;
    outline: none;
    border-radius: 4px;
    height: 34px;
    line-height: 32px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    width: 100%;
    color: #000;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select:-ms-expand {
    display: none;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select:invalid {
    color: #ededed;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select [disabled] {
    color: #ededed;
    font-weight: 300;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select option {
    color: #000;
    font-weight: 500;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-button .btn-accepttime {
    display: block;
    width: 100%;
    border-radius: 4px;
    padding: 0 10px;
    height: 34px;
    line-height: 30px;
    color: var(--shop-color-main);
    background: #ffffff;
    border: 2px solid var(--shop-color-main);
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-button .btn-accepttime.disabled {
    opacity: 0.8;
}

.wrapper-mainCart .order-summary-block .summary-time__row.picktime_selecter {
    display: none;
    border-top: 1px solid #efefef;
}

.wrapper-mainCart .order-summary-block .summary-time+.summary-total {
    border-top: 0;
}

.wrapper-mainCart .order-summary-block .summary-total {
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
    border-top: 1px dotted #dfe0e1;
    border-bottom: 1px dotted #dfe0e1;
    margin-bottom: 10px;
}

.wrapper-mainCart .order-summary-block .summary-total p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.wrapper-mainCart .order-summary-block .summary-total p span {
    font-weight: bold;
    float: right;
    color: red;
    font-size: 24px;
}

.wrapper-mainCart .order-summary-block .summary-action {
    padding-top: 5px;
    text-align: center;
}

.wrapper-mainCart .order-summary-block .summary-action p {
    position: relative;
    font-size: 14px;
    margin-bottom: 4px;
    padding-left: 15px;
    font-weight: 400;
    text-align: left;
}

.wrapper-mainCart .order-summary-block .summary-action p:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #999999;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 8px;
    border-radius: 50%;
}

.wrapper-mainCart .order-summary-block .summary-button .checkout-btn {
    display: block;
    background: red;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 5px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    border-radius: 0;
    margin-top: 12px;
}

.wrapper-mainCart .order-summary-block .summary-button .checkout-btn.disabled {
    pointer-events: none;
    opacity: 0.7;
    background: #151515;
}

.wrapper-mainCart .order-summary-block .cart-coupon {
    position: relative;
}

.wrapper-mainCart .order-summary-block .cart-coupon .list-coupon-slide {
    padding-bottom: 0;
}

.wrapper-mainCart .order-summary-block .cart-coupon .swiper-nav {
    position: absolute;
    top: 0;
    right: 0;
}

.wrapper-mainCart .order-summary-block .cart-coupon .swiper-button.swiper-next {
    margin-left: 5px;
}

.wrapper-mainCart .order-summary-block .cart-coupon .swiper-button.swiper-button-disabled svg {
    fill: #858380;
    cursor: no-drop;
}

.wrapper-mainCart .txt-continue {
    margin: 15px 0;
}

.wrapper-mainCart .order-noted-block .btn-checkout.disabled {
    pointer-events: none;
    opacity: 0.7;
    background: #151515;
}

.wrapper-mainCart .order-invoice-block .checkbox {
    margin: 5px 0;
    position: relative;
}

.wrapper-mainCart .order-invoice-block .checkbox>.title {
    font-size: 14px;
    padding-left: 40px;
    vertical-align: text-top;
    margin-bottom: 0;
    display: block;
    font-weight: bold;
}

.wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox {
    display: none;
}

.wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox+.box {
    border: 2px solid var(--shop-color-main);
    padding: 9px;
    border-radius: 50%;
    opacity: 0.25;
    display: inline-block;
    background: transparent;
    margin-bottom: 0;
    position: absolute;
    left: 5px;
}

.wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox+.box:after {
    content: '\2714\fe0e';
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    color: var(--shop-color-main);
}

.wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox:checked+.box {
    background: var(--shop-color-main);
    opacity: 1;
}

.wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox:checked+.box:after {
    color: #ffffff;
}

.wrapper-mainCart .order-invoice-block .bill-field {
    display: none;
    margin-top: 20px;
}

.wrapper-mainCart .order-invoice-block .bill-field:before,
.wrapper-mainCart .order-invoice-block .bill-field:after {
    content: "";
    display: table;
    clear: both;
}

.wrapper-mainCart .order-invoice-block .bill-field .form-group {
    margin-bottom: 15px;
    float: left;
    width: calc(100%/3 - 15px);
    margin-right: 15px;
}

.wrapper-mainCart .order-invoice-block .bill-field .form-group:nth-child(4) {
    width: calc(100% - 15px);
}

.wrapper-mainCart .order-invoice-block .bill-field .form-group input {
    font-size: 12px;
    height: 40px;
    color: #000000;
    box-shadow: none;
    background-clip: padding-box;
    border-radius: 2px;
    border: 1px solid var(--shop-color-border);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.wrapper-mainCart .order-invoice-block .bill-field .form-group input[type=number]::-webkit-outer-spin-button,
.wrapper-mainCart .order-invoice-block .bill-field .form-group input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wrapper-mainCart .order-invoice-block .bill-field .form-group input[type=number] {
    -moz-appearance: textfield;
}

.wrapper-mainCart .order-invoice-block .bill-field .form-group .text-danger {
    margin-top: 5px;
    display: block;
    font-size: 11px;
    color: #ff0000;
}

.wrapper-mainCart .order-invoice-block .bill-field .form-btn .button {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
}

@media (min-width: 992px) {
    .wrapper-mainCart .sidebarCart-sticky .wrap-order-summary {
        position: -webkit-sticky;
        position: sticky;
        top: 95px;
        margin-bottom: 15px;
    }

    .wrapper-mainCart .cart-collection {
        display: none;
    }
}

@media (max-width: 991px) {
    .wrapper-mainCart .mainCart-detail {
        margin-bottom: 20px;
    }

    .wrapper-mainCart .order-summary-block .summary-button {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #ffffff;
        z-index: 99;
        padding: 8px 10px 8px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        transition: all 300ms ease;
    }

    .wrapper-mainCart .order-summary-block .summary-button .checkout-btn {
        margin-top: 0;
        border-radius: 0;
    }

    .wrapper-mainCart .expanded-content .info-text .text1 {
        font-size: 20px;
    }

    .wrapper-mainCart .expanded-content .info-text .text2 {
        font-size: 16px;
    }

    .wrapper-mainCart .sidebarCart-sticky.is-hidden {
        display: none;
    }

    .wrapper-mainCart .title-number-cart {
        margin-top: 10px;
    }

    .wrapper-mainCart .contentCart-detail .collectionCart-detail {
        display: none;
    }

    .wrapper-mainCart .collectionCart-detail .list-product .product-loop-items {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 12px;
    }

    .wrapper-mainCart .collectionCart-detail .list-product:not(.slick-initialized) .product-loop-items {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .wrapper-mainCart .mainCart-detail .heading-cart:not(.heading-row) {
        flex-direction: column;
        align-items: flex-start;
    }

    .wrapper-mainCart .order-summary-block .summary-title {
        font-size: 16px;
    }

    .wrapper-mainCart .order-summary-block .summary-total {
        font-size: 14px;
    }

    .wrapper-mainCart .order-summary-block .summary-total span {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .wrapper-mainCart {
        margin: 0;
    }

    .wrapper-mainCart .mainCart-detail .heading-cart h1 {
        font-size: 18px;
    }

    .wrapper-mainCart .mainCart-detail h1.heading-cart {
        margin-top: 0;
    }

    .wrapper-mainCart .media-line-item .media-left {
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px;
    }

    .wrapper-mainCart .media-line-item .media-right {
        padding-left: 5px;
    }

    .wrapper-mainCart .media-line-item .item-info {
        margin-bottom: 2px;
    }

    .wrapper-mainCart .media-line-item .item-info .item--title {
        font-size: 14px;
    }

    .wrapper-mainCart .media-line-item .item-info .type_promote {
        margin-bottom: 0;
    }

    .wrapper-mainCart .order-summary-block.order-summary-notify {
        background: transparent;
        padding: 0;
    }

    .wrapper-mainCart .order-invoice-block .bill-field .form-group,
    .wrapper-mainCart .order-invoice-block .bill-field .form-group:nth-child(4) {
        width: 100%;
    }
}

/*--------------------------------------------------------------------------------
HARAVAN APP
--------------------------------------------------------------------------------*/
/*======  COMBO APP  =========*/
.combo-info--title {
    font-size: 17px;
    margin: 0 0 10px;
    font-weight: 600;
}

.combo-info--content+.combo-info--content {
    border-top: 0;
}

.combo-info .combo-content--name {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.combo-info .combo-content--list .list-combos {
    display: flex;
    -ms-display: flex;
    flex-wrap: wrap;
}

.combo-info .combo-content--total {
    display: -webkit-box;
    display: flex;
    justify-content: flex-start;
    padding-top: 15px;
    border-left: 0;
    border-top: 1px dashed #ddd;
    text-align: left;
}

.combo-info .combo-content--total p {
    margin: 0 0 10px;
    font-size: 15px;
}

.combo-info .combo-content--total p span.combo-total-price {
    color: #ff2c26;
    font-size: 16px;
}

.combo-info .combo-content--total p.txt1 {
    font-weight: 700;
}

.combo-info .combo-content--total p.txt2 .combo-total-priceInit {
    font-weight: 500;
    font-size: 16px;
}

.combo-info .combo-content--total .add-combo {
    font-size: 13px;
    background: #f00;
    border: none;
    padding: 12px 20px;
    color: #fff;
    font-weight: 500;
    border-radius: 2px;
    white-space: nowrap;
    min-width: 185px;
    height: 45px;
    text-transform: uppercase;
}

.combo-info .combo-content--total .add-combo:focus {
    outline: none;
}

.combo-info .combo-item {
    position: relative;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.combo-info .combo-item--images {
    position: relative;
    margin-bottom: 15px;
}

.combo-info .combo-item--images a {
    width: 100px;
    text-align: center;
    display: block;
}

.combo-info .combo-item--detail {
    padding-right: 30px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.combo-info .combo-item--detail p {
    margin-bottom: 0;
}

.combo-info .combo-item--title {
    position: relative;
    margin-bottom: 5px;
    font-weight: 500;
}

.combo-info .combo-item--title input {
    margin-right: 5px;
    cursor: pointer;
    vertical-align: -2px;
}

.combo-info .combo-item--option {
    margin-bottom: 10px;
}

.combo-info .combo-item--option .options-title {
    color: #999;
    font-weight: 500;
}

.combo-info .combo-item--option .select-option {
    display: inline-block;
    position: relative;
    margin-right: 8px;
    margin-top: 8px;
}

.combo-info .combo-item--option .select-option:hover label {
    opacity: 1;
    visibility: visible;
}

.combo-info .combo-item--option .select-option label {
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    height: 24px;
    line-height: 24px;
    background: #17191a;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 15px;
    border-radius: 3px;
    z-index: 990;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    display: none;
}

.combo-info .combo-item--option .select-option label:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 50%;
    width: 0;
    height: 0;
    border: solid;
    border-width: 8px 8px 0 8px;
    border-color: transparent;
    border-top-color: #000;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

.combo-info .combo-item--option .select-option select {
    font-size: 12px;
    color: #000;
    padding: 5px;
    border-color: #ececec;
    border-radius: 2px;
    outline: none;
    font-weight: 500;
}

.combo-info .combo-item--option .select-option select.disable {
    pointer-events: none;
    padding: 3px 8px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.combo-info .combo-item--option .select-option select option[disabled] {
    color: rgba(0, 0, 0, 0.3);
}

.combo-info .combo-item--option.is-hide {
    display: none;
}

.combo-info .combo-item--option.disable .options-title {
    display: none;
}

.combo-info .combo-item--option.disable .filter-option {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    pointer-events: none;
    padding: 5px 8px;
}

.combo-info .combo-item--bottom {
    margin-top: auto;
}

.combo-info .combo-item--priceInit {
    margin-top: auto;
}

.combo-info .combo-item--priceInit span b {
    font-weight: 600;
}

.combo-info .combo-item--priceInit del {
    margin-left: 5px;
    color: rgba(0, 0, 0, 0.26);
    font-size: 12px;
    font-weight: 500;
}

.combo-info .combo-item--price {
    color: #d0011b;
    font-weight: 600;
    margin-top: 5px;
    font-size: 15px;
}

.combo-info .combo-item--price .price-tt {
    font-size: 12px;
    color: #757575;
    display: block;
}

.combo-info .combo-item--price del {
    color: rgba(0, 0, 0, 0.26);
    margin-left: 5px;
    font-size: 12px;
}

.combo-info .combo-item.item-force .combo-item--images a,
.combo-info .combo-item.item-force .combo-item--title input {
    pointer-events: none;
}

.combo-info .combo-item.item-force:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}

.combo-info .combo-item.disabled .combo-item--images a.image {
    opacity: 0.5;
}

.combo-info .combo-item:not(:last-child) .combo-item--images:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 100px;
    margin: auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: linear-gradient(#000, #000), linear-gradient(#000, #000), transparent;
    background-position: center;
    background-size: 50% 2px, 2px 50%;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    .combo-info .combo-content--total {
        position: relative;
        text-align: left;
        min-width: 195px;
    }

    .combo-info .combo-content--total .wrapbox-total {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .combo-info .combo-content--total .wrapbox-total .combo-total {
        margin-right: 30px;
    }

    .combo-info .combo-content--total .wrapbox-total .combo-total p {
        margin: 0;
    }

    .combo-info .combo-content--total .wrapbox-total .combo-total .txt2 {
        margin-top: 1px;
    }

    .combo-info .combo-content--list {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .combo-info .combo-item--option {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .combo-info .combo-item--option .options-title {
        margin-right: 10px;
        min-width: 90px;
        font-size: 13px;
        margin-top: 8px;
    }

    .combo-info--content {
        background: #fff;
        padding: 20px;
        border: 2px dashed #e70505;
        border-radius: 4px;
    }

    .combo-info--vertical .combo-info--content {
        overflow: hidden;
    }

    .combo-info--vertical .combo-content--total {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .combo-info--vertical .combo-item--price .price-tt {
        display: inline-block;
        margin-right: 5px;
    }

    .combo-info--vertical.width-small {
        max-width: calc(66.666667% - 15px);
    }

    .combo-info--vertical.width-small .combo-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .combo-info--vertical .combo-item:nth-child(3n) .combo-item--detail {
        padding: 0;
    }

    .combo-info--horizontal .combo-info--content {
        display: block;
    }

    .combo-info--horizontal .combo-info--content .combo-item--images a {
        width: 80px;
    }

    .combo-info--horizontal .combo-content--total {
        border-left: 0;
        padding-left: 0;
    }

    .combo-info--horizontal .combo-item--bottom {
        text-align: right;
        max-width: 150px;
        flex: 0 0 150px;
        margin-top: 0;
    }

    .combo-info--horizontal .combo-item {
        flex: 0 0 100%;
        max-width: 100%;
        flex-direction: row;
        border-bottom: 1px dashed #e4e5f0;
    }

    .combo-info--horizontal .combo-item--title {
        position: initial;
    }

    .combo-info--horizontal .combo-item--title input {
        position: absolute;
        top: 0;
        left: 0;
    }

    .combo-info--horizontal .combo-item--detail {
        padding-right: 0;
        padding-left: 15px;
        flex-direction: row;
        justify-content: space-between;
    }

    .combo-info--horizontal .combo-item--option .options-title {
        margin-right: 15px;
        flex: 0 0 100%;
        color: #999;
        margin-top: 0px;
    }

    .combo-info--horizontal .combo-item--option .select-option {
        margin-right: 4px;
        margin-top: 4px;
    }

    .combo-info--horizontal .combo-item--price .price-tt {
        display: inline-block;
        padding-right: 3px;
    }

    .combo-info--horizontal .combo-item--price del {
        display: block;
    }

    .combo-info--horizontal .combo-item--price {
        margin: 0;
        font-size: 14px;
    }

    .combo-info--horizontal .combo-item:last-child {
        border-bottom: 0;
    }

    .combo-info--horizontal .combo-item:not(:last-child) .combo-item--images:before {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .combo-info--content,
    .combo-info--priceInit,
    .combo-info--price,
    .combo-info--price span {
        font-size: 14px;
    }

    .combo-info .combo-item {
        flex: 0 0 48%;
        max-width: 48%;
    }
}

@media (max-width: 991px) {
    .combo-info--content {
        display: block;
    }

    .combo-info .combo-item--option .options-title {
        font-size: 12px;
        color: #999;
    }

    .combo-info .combo-item--option .select-option {
        margin-right: 4px;
        margin-top: 4px;
    }

    .combo-info .combo-content--total {
        width: 100%;
        padding-top: 15px;
    }

    .combo-info .combo-content--total .wrapbox-total {
        text-align: left;
    }

    .combo-info .combo-content--total .add-combo {
        padding: 12px 20px;
        width: 100%;
        height: 45px;
    }

    .combo-info .combo-content--list {
        margin: 0 -12px;
        overflow: hidden;
    }

    .combo-info .combo-content--list .list-combos {
        flex-wrap: nowrap;
        overflow: scroll;
        padding: 0 12px;
    }

    .combo-info .combo-content--list .list-combos::-webkit-scrollbar {
        display: none;
    }

    .combo-info .combo-item--detail {
        padding-right: 12px;
    }

    .combo-info .combo-item--priceInit,
    .combo-info .combo-item--price,
    .combo-info .combo-item--price span {
        font-size: 12px;
    }

    .combo-info--vertical .combo-content--total {
        display: block;
    }
}

@media (max-width: 767px) {
    .combo-info .combo-item {
        flex: 0 0 49%;
        max-width: 49%;
    }
}

@media (max-width: 360px) {

    .combo-info .combo-item--priceInit,
    .combo-info .combo-item--price,
    .combo-info .combo-item--price span {
        font-size: 11px;
    }
}

/* ===== APP BUYXGETY ===== */
#buyxgety-program {
    border: 2px dotted var(--shop-color-main);
    padding: 15px;
    position: relative;
    min-height: 100px;
    z-index: 0;
}

#buyxgety-program .buyxgety-heading {
    padding: 5px 60px 5px 0;
    position: relative;
}

#buyxgety-program .buyxgety-heading h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px;
}

#buyxgety-program .buyxgety-heading p {
    font-size: 12px;
}

#buyxgety-program .buyxgety-heading:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    right: 10px;
    top: 6px;
    background-image: url("https://shopfront-cdn.tekoapis.com/cart/gift-filled.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#buyxgety-program .modal-body {
    padding: 15px 30px;
}

.buyxgety_item {
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 7px 0;
}

.buyxgety_item .buyxgety_checkbox {
    width: 30px;
}

.buyxgety_item .buyxgety_image {
    width: 70px;
    text-align: center;
}

.buyxgety_item .buyxgety_image img {
    padding: 3px;
    border: 1px solid #eee;
}

.buyxgety_item .buyxgety_item_title {
    width: calc(100% - 70px);
    padding-left: 10px;
}

.buyxgety_item .buyxgety_list_variant select {
    font-size: 94%;
    font-style: italic;
    min-width: 110px;
    outline: none;
    padding: 1px 15px 2px;
    margin: 2px 0 5px;
}

.buyxgety_item .buyxgety_checkbox input[type=radio] {
    cursor: pointer;
    width: 15px;
    height: 15px;
}

.buyxgety_item .buyxgety_item_title .bxy__tt1,
.buyxgety_item .buyxgety_item_title .bxy__tt2 {
    margin: 0;
}

.buyxgety_item .buyxgety_item_title .bxy__tt1 span {
    margin-bottom: 2px;
    margin-right: 8px;
    font-weight: 500;
    font-size: 10px;
    padding: 1px 6px 2px;
    border: 1px solid #ffe1db;
    background: #fef4f4;
    color: #ff0000;
    border-radius: 3px;
    display: inline-block;
}

.buyxgety_item .buyxgety_item_title .bxy__tt1 a {
    color: #315399;
}

.buyxgety_item .buyxgety_item_title .bxy__tt2 strong {
    color: #ff0000;
}

.buyxgety_item .buyxgety_item_title .bxy__tt2 span {
    color: #315399;
}

.product-loop .proloop-image .gift.product_gift_label .lazyload,
.product-loop-ldpage .gift.product_gift_label .lazyload {
    min-height: 25px;
}

.product-loop .proloop-image .gift.product_gift_label img,
.product-loop-ldpage .gift.product_gift_label img {
    display: inline-block;
}

table.table-cart tr td.item .ico-gift {
    display: inline-block;
    width: 16px;
    vertical-align: text-bottom;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .buyxgety_item {
        padding: 5px 0px 10px;
    }

    .modal-productApp .modal-dialog-centered {
        margin: 30px 10px 50px;
    }

    .modal-productApp .modal-header {
        padding-left: 15px;
    }

    .modal-productApp .modal-header .name-combo,
    .modal-productApp .modal-header .modal-title {
        font-size: 18px;
    }

    .modal-productApp .modal-footer .button {
        width: 100%;
        margin: 0;
    }

    .modal-productApp .modal-footer .button+.button {
        margin-top: 10px;
    }
}

.check-action-variant:before {
    content: "";
    border-radius: 10px;
    position: absolute;
    top: -10px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff5f5;
    z-index: -1;
}

.check-action-tt {
    color: red;
    font-weight: 500;
    margin: 0;
}

.check-action-tt.text-effect {
    animation: 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.1s 1 forwards headShake;
}

.section-home-slider .swiper-slide {
    display: block;
}

ul.list-lang a svg {
    width: 30px;
    height: 30px;
}

.list-lang {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 10px;
}

.list-lang li+li {
    margin-left: 10px;
}

.header-action.header-action_lang {
    margin-left: 10px;
}



.coupon_item {
    position: relative;
    background: #fff;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .15));
    padding: 10px;
    display: flex;
    min-height: 120px;
    border-radius: 5px;
    min-height: 100px;
}

.coupon_item:before {
    content: "";
    position: absolute;
    top: 0;
    left: -3px;
    height: 100%;
    width: 10px;
    color: #fff;
    background-clip: padding-box;
    background: repeating-linear-gradient(#e5e5e5, #e5e5e5 5px, transparent 0, transparent 9px, #e5e5e5 0, #e5e5e5 10px) 0 / 1px 100% no-repeat, radial-gradient(circle at 0 7px, transparent, transparent 2px, #e5e5e5ee 0, #e5e5e5 3px, currentColor 0) 1px 0 / 100% 10px repeat-y;
}

.coupon_item .coupon_icon {
    width: 103px;
    flex: 0 0 103px;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.pos-relative.embed-responsive[class*=embed-responsive-] img {
    width: auto;
    height: auto;
}

.pos-relative.embed-responsive[class*=embed-responsive-] iframe,
.pos-relative.embed-responsive[class*=embed-responsive-] img {
    --image-scale: 1;
    position: absolute;
    top: var(--img-top, 50%);
    left: var(--img-left, 50%);
    transform: translate(-50%, -50%) scale(var(--image-scale));
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    min-width: 1px;
    min-height: 1px;
}

.coupon_item .coupon_body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 5px 5px 15px;
}

.coupon_item .coupon_body .coupon_title {
    font-size: 15px;
    color: #e30931;
    font-weight: bold;
    margin-bottom: 3px;
}

.coupon_item .coupon_body .coupon_desc {
    font-size: 13px;
    line-height: 1.2;
    color: #727272;
    padding-bottom: 7px;
}

.coupon_item .coupon_copy {
    border: none;
    padding: 2px 15px;
    margin-bottom: 3px;
}

.coupon_item .coupon_body button span {
    display: block;
    line-height: 24px;
    height: 24px;
    font-size: 12px;
}

.coupon_info_toggle {
    font-size: 12px;
    text-decoration: underline;
    color: #2E72D2;
    cursor: pointer;
    margin-bottom: 3px;
}

.coupon_info {
    display: none;
}

.section_coupons {
    margin-bottom: 28px;
    padding-top: 30px;
}

.coupon_copy {
    background: #e30931;
    color: #fff;
}

span.addtocart-mb {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 4px;
    font-size: 18px;
    background: #e50429;
    border-radius: 100%;
    color: #fff;
    justify-content: center;
    margin-right: 5px;
    margin-left: auto;
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.section-home-banner .banner-block:nth-child(2n) .banner-block__right.banner-block__info {
    order: 1;
}

.box-container-home-banner {
    position: relative;
}

.box-container-home-banner:before {
    content: "";
    flex: 0 0 50%;
    max-width: 50%;
    background: #cdcdcd;
    width: 50%;
    position: absolute;
    height: 100%;
}


.productDetail-main .slick-list.draggable {
    height: unset !important;
}

.box-container-home-banner:nth-child(2n):before {
    content: "";
    position: absolute;
    right: 0;
    left: unset;
}

span.addtocart-mb svg path {
    fill: #fff;
}

.mainFooter .widget-footer h2 {
    color: #fff;
    font-size: 21px;
    padding-bottom: 13px;
    margin-bottom: 15px;
    position: relative;
    font-family: "Playfair Display", serif;
}

.mainFooter .widget-footer h2:before {
    content: "";
    position: absolute;
    width: 19%;
    height: 2px;
    background: #fff;
    bottom: 0;
}

.clm.widget-footer ul li {
    list-style: disc;
    margin-left: 17px;
    margin-bottom: 9px;
}

.slider-wrapper-prd-details.slider-thumb {
    height: 430px;
    overflow: hidden;
}

.clm.order-left img {
    margin-bottom: 10px;
    height: 140px;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

section.list-blog-home-pages h2.title a {
    color: #e6052a;
}

.title-separator {
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}

.title-separator:before {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #e6052a;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 77px);
}

.title-separator .separator-center {
    display: block;
    width: 32px;
    height: 12px;
    position: relative;
}

.title-separator:after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #e6052a;
    position: absolute;
    top: calc(50% - 1px);
    right: calc(50% - 77px);
}

.title-separator .separator-center:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #e6052a;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 8px;
}

.title-separator .separator-center:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #e6052a;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 8px;
}

.block-introduce__link {
    display: flex;
    padding-bottom: 40px;
}

.slider-phnoe {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-top: -5px;
}

.slider-phnoe {
    padding-left: 18px;
}

.slider-phnoe .icon {
    width: 50px;
    height: 50px;
    background: #e50429;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 50px;
    -webkit-animation: playSlowAnimation2 1800ms linear infinite;
    animation: playSlowAnimation2 1800ms linear infinite;
    margin-right: 10px;
}

@keyframes playSlowAnimation2 {
    0% {
        box-shadow: 0 0 0 0 rgb(209 8 45 / 35%);
    }

    70% {
        box-shadow: 0 0 0 30px rgba(204, 14, 22, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(204, 14, 22, 0)
    }
}

.aboutus-content .slider-phnoe h4 {
    color: #686868;
    font-size: 14px;
}

.slider-phnoe h4 {
    font-size: 16px;
    color: #333;
    margin-top: 2px;
    font-weight: 600;
    margin-bottom: 0;
}

.slider-phnoe .text h3 a {
    margin: 0px;
    color: rgb(209 7 44);
    font-weight: 600;
    margin-top: 4px;
    display: block;
    font-size: 18px;
}

.slider-phnoe .icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.dec-hero-item {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider-phnoe .icon svg {
    height: 25px;
    width: 25px;
}

.section-home-introduce .block-introduce__desc p {
    padding-bottom: 10px;
}

.product-info .product-name h2 {
    font-size: 29px;
}

.list-product-slide .product-loop-slide {
    margin-bottom: 10px;
}

.product-gallery__photo img {
    border-radius: 5px;
}

.product-gallery__photo img {
    height: 460px;
    width: 100%;
    object-fit: cover;
}
section.section-home-introduce:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff8f;
    top:0;
}

.section-title .sub-title:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 100%;
    margin-left: 5px;
    width: 37px;
    height: 10px;
    background-image: url(https://dev24.kodesolution.com/hoexr/wp-content/themes/hoexr/assets/images/current-theme/before.png);
}

.section-title .sub-title:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 100%;
    margin-right: 5px;
    width: 37px;
    height: 10px;
    background: url( https://dev24.kodesolution.com/hoexr/wp-content/themes/hoexr/assets/images/current-theme/before.png);
}
section.section-home-introduce .section-title h2 {
    font-size: 27px;
    text-align: left;
}

section.section-home-introduce .section-title {
    margin-bottom: 5px;
    text-align: left;
}
span.sub-title-about {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg, rgba(209, 4, 42, 1) 0%, rgba(214, 47, 78, 1) 50%, rgba(217, 52, 82, 1) 100%);
    color: white;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 9px;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
    transform: scale(0.9);
    animation: scaleIn 0.6s ease-out 0.4s forwards;
}

.clm.widget-footer ul li a {
    color: #fff;
}
.product-loop .proloop-image .lazy-img img {
    display: block;
}

.product-loop .proloop-image .lazy-img {
    overflow: hidden;
}

.product-loop .proloop-image .lazy-img:hover {
    transform: scale(1.2);
    transition: 0.5s ease;
}
.content-tour-detail ul li {
    list-style: disc;
}
.product-loop .proloop-image .lazy-img {
    transform: scale(1);
}
.image-caption {
    display: none;
}

.layout-pageContact .contact-info__item .left .icon img {
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
}

.layout-pageContact .contact-info__item .left .icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.layout-pageContact h2 {
    margin-bottom: 19px;
}

.contact-info__list h2 {
    margin-bottom: 2px;
}

.contact-info__list h2 {
    font-size: 19px;
}
span.add-to-cart--text {
    font-size: 16px;
}
.image-caption {
    display: none;
}
.item-lienhe-prices {
        font-size: 15px;
    color: var(--color-3);
    font-weight: 700;
}

.info .d-none {
    display: none;
}
.filter-products {
    position: sticky;
    top: 30px;
}
.mainHeader .header-wrap-menu .menuList-submain li:last-child a {
    border-bottom: none;
}

.mainHeader .header-wrap-menu .menuList-submain li a:hover {
    background: #e50429;
    color: #fff;
}
@media(min-width:990px) {
    .cart-mobile {
        display: none;
    }
}

@media(max-width:990px) {
    .box-taisao-home .feature {
    margin: 0px 10px;
    box-shadow: unset;
}

.wrapper-container-khuyenmai .features {
    padding: 20px 0px 10px;
}
    .slider-wrapper-prd-details.slider-thumb {
    height: unset;
}
.wrapper-container-khuyenmai .feature p {
    font-size: 12px;
}

.wrapper-container-khuyenmai .feature h3 {
    font-size: 16px;
}
.clm.order-left img {
    object-fit: cover;
    height: unset;
}
.banner-desk {
    padding-bottom: 0px;
    padding-top: 15px;
}
.wrapper-container-khuyenmai .feature .icon img {
    margin: 0 auto 10px;
}

    .list-blog-home-pages .grid {
    display: block;
}

section.list-blog-home-pages .slick-dots {
    padding-top:20px
}

    .banner-desk img {
    margin-bottom: 20px;
    height: 120px;
}
.section-home-aboutus {
    background-size: cover!important;
}

.list-product-slide {
    grid-template-columns: 1fr 1fr !important;
}
    .mainFooter .widget-footer {
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .coupon_item {
        margin-bottom: 10px;
    }

    .slider-wrapper-prd-details.slider-thumb .product-gallery__photo {
        margin: 0px 5px 10px;
    }
}
