@font-face {
    font-family: 'Inter';
    src: url("https://file.hstatic.net/200000871401/file/inter-regular_252f21823a1b4ab6b444289de2e2acd2.ttf") format("truetype");
}

@font-face {
    font-family: 'Josefin Sans';
    src: url("https://file.hstatic.net/200000871401/file/josefinsans-regular_80529dac26dc436a89da38451757a02c.ttf") format("truetype");
}

@font-face {
    font-family: 'Cabin';
    src: url("https://file.hstatic.net/200000871401/file/cabin-regular_40e39f1e43c14ec29e3d3dee481c699e.ttf") format("truetype");
}

:root {
    --shop-color-bg: #ffffff;
    --shop-color-main: #01aa90;
    --shop-color-text: #121212;
    --shop-color-hover: #01aa90;
    --shop-color-button: #01aa90;
    --shop-color-button-text: #ffffff;
    --shop-color-border: #eee;
    --shop-header-bg: #ffffff;
    --shop-header-color: #121212;
    --shop-header-menu-hover: #01aa90;
    --shop-banner-color: #ffffff;
    --shop-home-category-bg: #ffffff;
    --shop-home-category-color: #232323;
    --shop-home-collection-bg: #fbfbfb;
    --shop-home-collection-color: #232323;
    --shop-home-about-bg: #ebfffc;
    --shop-home-about-color: #232323;
    --shop-home-parallax-bg: #ffffff;
    --shop-home-parallax-color: #232323;
    --shop-home-newsletter-color: #232323;
    --footer-color-bg: #ebfffc;
    --footer-color-title: #232323;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("//theme.hstatic.net/200000871401/1001342583/14/fontawesome-webfont.eot?v=45");
    src: url("//theme.hstatic.net/200000871401/1001342583/14/fontawesome-webfont.eot?v=45") format("embedded-opentype"), url("//theme.hstatic.net/200000871401/1001342583/14/fontawesome-webfont.woff2?v=45") format("woff2"), url("//theme.hstatic.net/200000871401/1001342583/14/fontawesome-webfont.woff?v=45") format("woff"), url("//theme.hstatic.net/200000871401/1001342583/14/fontawesome-webfont.ttf?v=45") format("truetype"), url("//theme.hstatic.net/200000871401/1001342583/14/fontawesome-webfont.svg?v=45") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fa {
    font-family: "FontAwesome" !important;
}

html, body {
    border: 0;
    background-color: #fff;
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

body {
    color: var(--shop-color-text);
    line-height: 1.45;
    font-size: 14px;
    background: var(--shop-color-bg);
    font-family: "Cabin", sans-serif;
    overflow-x: hidden;
    position: initial;
}

.hidden {
    display: none !important;
}

.mt-130 {
    margin-top: 130px;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 1.2 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* 1.3 - Typography */
h1, h2, h3, h4, h5, h6 {
    color: var(--shop-color-title);
    margin: 0 0 13px 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);
}

img {
    max-width: 100%;
}

/* 1.4 - 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.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;
}

.unreset th {
    font-weight: bold;
    text-align: center;
}

.unreset caption {
    text-align: center;
}

.unreset h1 {
    font-size: 2em;
    margin: .67em 0;
}

.unreset h2 {
    font-size: 1.5em;
    margin: .75em 0;
}

.unreset h3 {
    font-size: 1.17em;
    margin: .83em 0;
}

.unreset h4, .unreset p,
.unreset blockquote, .unreset ul,
.unreset fieldset, .unreset form,
.unreset ol, .unreset dl, .unreset dir,
.unreset menu {
    margin: 1.12em 0;
}

.unreset h5 {
    font-size: .83em;
    margin: 1.5em 0;
}

.unreset h6 {
    font-size: .75em;
    margin: 1.67em 0;
}

.unreset h1, .unreset h2, .unreset h3, .unreset h4,
.unreset h5, .unreset h6, .unreset b,
.unreset strong {
    font-weight: bold;
}

.unreset blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    font-style: italic;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}

.unreset i, .unreset cite, .unreset em,
.unreset var, .unreset address {
    font-style: italic;
}

.unreset pre, .unreset tt, .unreset code,
.unreset kbd, .unreset samp {
    font-family: monospace;
}

.unreset pre {
    white-space: pre;
}

.unreset big {
    font-size: 1.17em;
}

.unreset small, .unreset sub, .unreset sup {
    font-size: .83em;
}

.unreset sub {
    vertical-align: sub;
}

.unreset sup {
    vertical-align: super;
}

.unreset table {
    border-spacing: 2px;
    border-collapse: separate;
}

.unreset thead, .unreset tbody,
.unreset tfoot {
    vertical-align: middle;
}

.unreset td, .unreset th, .unreset tr {
    vertical-align: inherit;
}

.unreset s, .unreset strike, .unreset del {
    text-decoration: line-through;
}

.unreset hr {
    border: 1px inset;
}

.unreset ol, .unreset ul, .unreset dir,
.unreset menu, .unreset dd {
    margin-left: 40px;
}

.unreset ol {
    list-style-type: decimal;
}

.unreset ul {
    list-style-type: disc;
}

.unreset ol ul, .unreset ul ol,
.unreset ul ul, .unreset ol ol {
    margin-top: 0;
    margin-bottom: 0;
}

.unreset {
    line-height: 1.2;
}

/* HTML5 */
.unreset figure {
    margin: 1em 40px;
}

/* 1.6 - Variable */
.actionToolbar_mobile.toolbar_style_1 .toolbar-item__label {
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/*-----End Variable---*/
/* 1.7 - Button */
.button {
    position: relative;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    padding: 10px 20px;
    line-height: normal;
    color: var(--shop-color-button-text);
    border-radius: 20px;
    background-color: var(--shop-color-hover);
    border: 0;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    outline: none !important;
    -webkit-transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button:before {
    content: '';
    display: block;
    background-color: var(--shop-color-button);
    position: absolute;
    left: -2px;
    top: 0;
    right: -2px;
    bottom: 0;
    z-index: -1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button.btnwhite {
    color: var(--shop-color-text);
    border-color: var(--shop-color-text);
}

.button.btnwhite:before {
    background-color: #ffffff;
}

@media (min-width: 992px) {
    .button:hover,
    .button:focus {
        border-color: var(--shop-color-hover);
        color: #ffffff;
    }

    .button:hover:before, .button:focus:before {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }

    .button.btnwhite:hover, .button.btnwhite:focus {
        border-color: var(--shop-color-hover);
        background-color: var(--shop-color-hover);
        color: #ffffff;
    }
}

/* 1.8 - Anmaiton css3 */
@-webkit-keyframes marginRight {
    0% {
        background-position: 90%;
    }
    100% {
        background-position: 15%;
    }
}

@keyframes marginRight {
    0% {
        background-position: 90%;
    }
    100% {
        background-position: 15%;
    }
}

@-webkit-keyframes h-alo-ring-ring {
    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 h-alo-ring-ring {
    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);
    }
}

@-webkit-keyframes widthAnimation {
    0% {
        width: 0;
        opacity: 1;
    }
    80% {
        width: 100%;
        opacity: 1;
    }
    100% {
        width: 100%;
        opacity: 0;
    }
}

@keyframes widthAnimation {
    0% {
        width: 0;
        opacity: 1;
    }
    80% {
        width: 100%;
        opacity: 1;
    }
    100% {
        width: 100%;
        opacity: 0;
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@-webkit-keyframes sticky_header_animation {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes sticky_header_animation {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes scroll-in {
    0% {
        top: 2px;
    }
    49% {
        top: -14px;
    }
    50% {
        top: 19px;
    }
    100% {
        top: 2px;
    }
}

@keyframes scroll-out {
    0% {
        top: 2px;
    }
    49% {
        top: 19px;
    }
    50% {
        top: -14px;
    }
    100% {
        top: 2px;
    }
}

@keyframes popoverTheLookDot {
    from {
        opacity: 0.6;
        transform: scale(0.6);
    }
    to {
        opacity: 0;
        transform: scale(1.2);
    }
}

@keyframes scaleDown1 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    1% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateIconLoad {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@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 shine {
    100% {
        left: 125%;
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes slideshowFade {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes slideshowFade {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        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 pulselive {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 0.3;
    }
}

@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 rightarrow {
    0% {
        transform: translateX(-8px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes downscroll {
    0% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(3px);
    }
}

/* 2.0 - CSS  General */
.dFlex-row {
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

@media (max-width: 767px) {
    .dFlex-row {
        margin-left: -7px;
        margin-right: -7px;
    }

    .col-pd {
        padding: 0 7px;
    }
    .menuList-submain {
        display: none;
    }
    .menuList-links > li.has-submenu > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    body .menuList-links > li.has-submenu > a {
        padding-right: 0;
    }
}

.mainBody-theme.body-scroll {
    overflow: hidden;
}

table {
    border-spacing: 0;
    width: 100%;
    border-collapse: collapse;
}

.owl-carousel.slider-owl .owl-item img {
    width: auto !important;
    text-align: center;
    margin: auto;
    overflow: hidden;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: initial !important;
}

img.lazyload:not([src]) {
    visibility: hidden;
}

/*.product-loop.product-horizontal .product--image .prod-img img:not(.lazyloaded) {min-height:140px;}*/
.lazyloading {
    opacity: 0.3;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: opacity 300ms, filter 400ms;
    -webkit-transition: opacity 300ms, filter 400ms;
}

.lazyloaded {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    transition: opacity 300ms, filter 400ms;
    -webkit-transition: opacity 300ms, filter 400ms;
}

.sitebox-recaptcha {
    padding: 6px 0 0;
    text-align: left;
    color: #9e9e9e;
    font-size: 13px;
    clear: both;
}

.sitebox-recaptcha a {
    color: #2962ff;
}

.grecaptcha-badge {
    visibility: hidden;
}

.owlCarousel-style {
    /*&.owl-carousel .owl-stage {margin: 5px 0;display: flex;display: -ms-flex;}*/
}

.owlCarousel-style.owl-carousel .owl-nav .owl-prev,
.owlCarousel-style.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -50px;
    z-index: 3;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 50%;
    color: #858380;
    background: #fff;
    border: 1px solid var(--shop-color-border);
    outline: none;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.owlCarousel-style.owl-carousel .owl-nav .owl-prev span,
.owlCarousel-style.owl-carousel .owl-nav .owl-next span {
    font-size: 0;
}

.owlCarousel-style.owl-carousel .owl-nav .owl-prev span:before,
.owlCarousel-style.owl-carousel .owl-nav .owl-next span:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 22px;
}

.owlCarousel-style.owl-carousel .owl-nav .owl-prev {
    right: 47px;
}

.owlCarousel-style.owl-carousel .owl-nav .owl-prev span:before {
    content: "\f104";
}

.owlCarousel-style.owl-carousel .owl-nav .owl-next {
    right: 7px;
}

.owlCarousel-style.owl-carousel .owl-nav .owl-next span:before {
    content: "\f105";
}

.owlCarousel-style.owl-carousel .owl-nav .owl-prev.disabled,
.owlCarousel-style.owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0.5;
}

.owlCarousel-style.owl-carousel .owl-nav .owl-prev.disabled:hover,
.owlCarousel-style.owl-carousel .owl-nav .owl-next.disabled:hover {
    background: #fff;
    color: #858380;
    cursor: no-drop;
}

.owlCarousel-style.owl-carousel:not(.owl-loaded) .slider-item {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
}

.owlCarousel-style .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    text-align: center;
}

.owlCarousel-style .owl-dots .owl-dot {
    margin: 0 3px;
    outline: 0;
}

.owlCarousel-style .owl-dots .owl-dot span {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    width: 7px;
    height: 7px;
    margin: 5px;
    border-radius: 50%;
    background: #928c8c;
}

.owlCarousel-style .owl-dots .owl-dot.active {
    border-radius: 50%;
    border: 2px solid #000000;
}

.owlCarousel-style .owl-dots .owl-dot.active span {
    background: #000000;
}

.owlCarousel-style .product-loop .product-inner {
    margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev {
        right: 47px;
    }

    .owlCarousel-style.owl-carousel .owl-nav .owl-next {
        right: 7px;
    }
}

@media (min-width: 992px) {
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev:hover,
    .owlCarousel-style.owl-carousel .owl-nav .owl-next:hover {
        background: var(--shop-color-button);
        color: #fff;
    }
}

@media (max-width: 767px) {
    .owlCarousel-style .owl-item:hover {
        box-shadow: none;
    }

    .owlCarousel-style.owl-carousel .owl-nav .owl-prev, .owlCarousel-style.owl-carousel .owl-nav .owl-next {
        top: -25px;
    }

    .owlCarousel-style.owl-carousel .owl-nav .owl-prev span:before, .owlCarousel-style.owl-carousel .owl-nav .owl-next span:before {
        font-size: 18px;
    }

    .owlCarousel-style.owl-carousel .owl-nav .owl-prev {
        right: 45px;
    }

    .owlCarousel-style.owl-carousel .owl-nav .owl-next {
        right: 7px;
    }

    .owlCarousel-style .owl-dots .owl-dot span {
        width: 5px;
        height: 5px;
        margin: 4px;
    }

    .owlCarousel-style .owl-dots {
        bottom: -30px;
    }
}

.banner-hover-effect {
    position: relative;
    overflow: hidden;
    display: block;
}

.banner-hover-effect:before, .banner-hover-effect::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;
}

.banner-hover-effect:before {
    top: 0;
    left: 0;
    z-index: 1;
}

.banner-hover-effect:after {
    bottom: 0;
    right: 0;
    z-index: 2;
}

@media (min-width: 1200px) {
    .banner-hover-effect:hover:before, .banner-hover-effect:hover:after {
        width: 100%;
        height: 100%;
    }

    .banner-hover-effect 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;
    }

    .banner-hover-effect: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);
    }
}

.flow-zoom {
    overflow: hidden;
}

.flow-zoom img {
    transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}

.flow-zoom:hover img {
    transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
}

.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;
}

.pd-top {
    padding-top: 40px;
}

/* 2.2 - Breadcrumb */
.breadcrumb-shop {
    background: var(--shop-color-bg);
    border-bottom: 1px solid #dfe2e6;
    border-top: 1px solid #dfe2e6;
}

.breadcrumb-paralax {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 0px 0;
    margin-bottom: 40px;
    background-color: #fafafa;
}

.breadcrumb-list {
    overflow: hidden;
}

.breadcrumb-list .breadcrumb-arrows {
    font-size: 16px;
    padding: 10px 0;
    background: transparent;
    border-radius: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb-list .breadcrumb-arrows > li {
    display: inline-block;
}

.breadcrumb-list .breadcrumb-arrows > li strong {
    font-weight: 400;
}

.breadcrumb-list .breadcrumb-arrows > li a {
    color: rgba(18, 18, 18, 0.6);
}

.breadcrumb-list .breadcrumb-arrows > li + li:before {
    padding: 0 3px;
    margin-left: 5px;
    color: #ccc;
    font-family: 'FontAwesome';
    content: "/\00a0";
}

@media (max-width: 767px) {
    .breadcrumb-list .breadcrumb-arrows {
        padding: 7px 0;
        font-size: 12px;
        display: block;
        white-space: nowrap;
        overflow: scroll;
    }

    .breadcrumb-list .breadcrumb-arrows > li + li:before {
        padding: 0 2px;
    }

    .breadcrumb-list .breadcrumb-arrows::-webkit-scrollbar {
        display: none;
    }

    .breadcrumb-list .breadcrumb-arrows {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

/* 2.3 - Pagination */
#pagination {
    margin: 30px 0;
}

#pagination .pagination {
    margin: 0;
    padding: 0;
    justify-content: center;
    -webkit-justify-content: center;
}

#pagination .pagination > li {
    display: inline-block;
    vertical-align: middle;
}

#pagination .pagination > li:not(:last-child) {
    margin-right: 8px;
}

#pagination .pagination > li > span, #pagination .pagination > li a {
    position: relative;
    float: left;
    line-height: 33px;
    text-decoration: none;
    color: #333e48;
    background-color: #fff;
    border: 1px solid #dee2e6;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 0 !important;
    font-weight: 600;
    padding: 0;
    cursor: pointer;
}

#pagination .pagination > li > span.current, #pagination .pagination > li a.current {
    background-color: var(--shop-color-main);
    border-color: var(--shop-color-main);
    color: #fff;
}

#pagination .pagination > li > a:hover, #pagination .pagination > li > a:focus, #pagination .pagination > li > span:hover, #pagination .pagination > li > span:focus {
    z-index: 2;
    color: #fff;
    background-color: var(--shop-color-hover);
    border-color: var(--shop-color-hover);
}

/* 2.4 - 404 */
.layout-pageNot {
    padding: 40px 0;
}

.layout-pageNot 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);
}

.layout-pageNot .subtext {
    font-size: 16px;
    max-width: 520px;
    margin: 0 auto 30px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .mainHeader .container-fluid, .topbar-bottom .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }

    /*.container, .container-fluid{padding-left:75px;	padding-right: 75px;}*/
    .mainHeader .container-fluid, .topbar-bottom .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 992px) {
    .row-mg0 {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .container.container-pd, .container-fluid.container-pd {
        padding-left: 7px;
        padding-right: 7px;
    }

    .container.container-pd-parent {
        padding-left: 2px;
        padding-right: 2px;
    }

    .container.container-pd0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .row-mg-parent {
        margin: 0 -2px;
    }
}

/* 2.5 - CSS Loading  */
.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%;
}

.product-loop-load {
    border: 1px solid #eae8e4;
    margin-left: -1px;
    margin-bottom: -1px;
}

.product-loadding {
    padding-left: 0;
    padding-right: 0;
}

.btn-loadmore {
    position: relative;
    color: var(--shop-color-button);
    border: 1px solid var(--shop-color-button);
    background: var(--shop-color-hover);
    margin-top: 20px;
    text-transform: initial;
    font-size: 14px;
    border-radius: 4px;
    padding: 10px 25px;
}

.btn-loadmore:before {
    background: #fff;
}

.btn-loadmore:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: var(--shop-color-button);
    animation: spinner .6s linear infinite;
    opacity: 0;
    transition: opacity 1s ease;
}

.btn-loadmore.btn-loading {
    padding-left: 40px;
    padding-right: 10px;
}

.btn-loadmore.btn-loading:after {
    opacity: 1;
}

.wrapperMain_content {
    min-height: 80vh;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .wrapperMain_content {
        min-height: 65vh;
    }
}

/*===== INDEX ==========================*/
[class^="section-home-"] {
    padding: 80px 0;
}

@media (max-width: 767px) {
    [class^="section-home-"] {
        padding: 20px 0;
    }
}

/*-------- TOOLBAR BOTTOM MOBILE ***ADDTHIS ** SHARING ----------------*/
.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: 110px;
    top: auto !important;
    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;
    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 i {
    font-size: 20px;
}

.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 {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.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: 30px;
    height: 30px;
    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% - 30px);
    padding: 2px 6px 2px 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;
}

@media (max-width: 991px) and (min-width: 768px) {
    .actionToolbar_mobile.toolbar_style_2 .toolbar-item--boxlink .box-text {
        font-size: 12px;
    }
}

.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;
    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: #eb1c24;
}

.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: 767px) {
    .actionToolbar_mobile.toolbar_style_2 .container-pd {
        padding-left: 0;
        padding-right: 0;
    }
}

@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 {
        transform: translateY(100%);
    }

    body.scroll-body-up .summary-button {
        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);
    }
}

@media (min-width: 1200px) {
    .col-lg-cus5 {
        width: 20%;
    }

    .layout-collections .col-lg-cus5 {
        width: 25%;
    }

    #layout-cart .col-lg-cus5 {
        width: 100%;
        max-width: 100%;
    }
}

.fixed-mess {
    position: fixed;
    bottom: 40px;
    top: auto !important;
    right: 10px;
    z-index: 99;
}

@media (min-width: 1200px) {
    .fixed-mess svg {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 991px) {
    .fixed-mess {
        display: none;
    }
}

.addThis_listSharing_list {
    position: fixed;
    bottom: 110px;
    top: auto !important;
    z-index: 999;
    right: -15px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.addThis_listSharing_list .addThis_listing .addThis_item {
    margin-bottom: 5px;
    margin-right: 17px;
}

.addThis_listSharing_list .addThis_listing .addThis_item .addThis_item--icon {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.addThis_listSharing_list .addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
    position: absolute;
    top: 4px;
    right: 55px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    width: auto;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: black;
    visibility: hidden;
    opacity: 0;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.addThis_listSharing_list .addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.addThis_listSharing_list .addThis_listing .addThis_item .addThis_item--icon:hover {
    text-decoration: none;
    opacity: .9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}

.addThis_listSharing_list .addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.addThis_listSharing_list.is-show {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.addThis_listSharing_group .addThis_listSharing {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    background-color: transparent;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.addThis_listSharing_group .addThis_listSharing .listSharing_action {
    position: absolute;
    bottom: 140px;
    border-radius: 12px;
    right: 31px;
    max-width: 300px;
    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);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: -webkit-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);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -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);
    -o-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.addThis_listSharing_group .addThis_listing .addThis_item {
    margin: 0;
}

.addThis_listSharing_group .addThis_listing .addThis_item:not(:last-of-type) {
    border-bottom: 1px solid #ecedf1;
    box-shadow: 0 1px 0 0 #fff;
}

.addThis_listSharing_group .addThis_listing .addThis_item .addThis_item--icon {
    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_listSharing_group .addThis_listing .addThis_item .addThis_item--icon svg {
    display: block;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}

.addThis_listSharing_group .addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
    opacity: 1;
    visibility: visible;
    position: initial;
    width: calc(100% - 30px);
    padding-left: 15px;
    text-align: left;
    background: transparent;
    color: #1d243e;
    font-size: 13px;
    font-weight: 400;
}

.addThis_listSharing_group .addThis_listing .addThis_item:hover .tooltip-text {
    color: var(--shop-color-hover);
}

.addThis_listSharing_group .addThis_listing .addThis_item.addThis_item__fbchat {
    display: block;
}

.addThis_listSharing_group .addThis_listSharing .addThis_close {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    border: 0;
    outline: none;
    padding: 6px;
    background: transparent;
}

.addThis_listSharing_group .addThis_listSharing .addThis_close svg {
    opacity: 0.6;
    width: 24px;
    height: 24px;
    display: block;
    margin: auto;
}

.addThis_listSharing_group .addThis_iconContact {
    position: fixed;
    bottom: 105px;
    right: 24px;
    margin: 0;
    z-index: 990;
    cursor: pointer;
}

.addThis_listSharing_group .addThis_iconContact .svgico svg {
    fill: #ffffff;
    width: 28px;
    height: 46px;
    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_listSharing_group .addThis_iconContact .box-item .svgico > svg {
    animation: iconSkew 1s infinite ease-out;
}

.addThis_listSharing_group .addThis_iconContact .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_listSharing_group .addThis_iconContact .svgico .svgico--close svg {
    fill: #ffffff;
    width: 17px;
    height: 46px;
}

.addThis_listSharing_group .addThis_listSharing.active + .addThis_iconContact .svgico .svgico--close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.addThis_listSharing_group .addThis_listSharing.active + .addThis_iconContact .svgico > svg {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
}

.addThis_listSharing_group .addThis_listSharing.active {
    opacity: 1;
    visibility: visible;
}

.addThis_listSharing_group .addThis_listSharing.active .listSharing_action {
    -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_listSharing_group .addThis_listSharing.active + .addThis_iconContact .item-livestream {
    opacity: 0;
    visibility: hidden;
}

.addThis_listSharing_group .addThis_iconContact .box-item {
    position: relative;
}

.addThis_listSharing_group .addThis_iconContact .box-item + .box-item {
    margin-top: 18px;
}

.addThis_listSharing_group .addThis_iconContact .box-item .svgico {
    position: relative;
    z-index: 4;
    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_listSharing_group .addThis_iconContact .box-item.item-livestream .svgico {
    background: #ff0000;
}

.addThis_listSharing_group .addThis_iconContact .box-item.item-livestream:before, .addThis_listSharing_group .addThis_iconContact .box-item.item-livestream:after {
    background: #ff0000;
}

.addThis_listSharing_group .addThis_iconContact .box-item:before, .addThis_listSharing_group .addThis_iconContact .box-item:after {
    position: absolute;
    content: '';
    height: 48px;
    width: 48px;
    left: 0;
    top: 0;
    background: var(--shop-color-main);
    border-radius: 50%;
}

.addThis_listSharing_group .addThis_iconContact .box-item:before {
    animation: euiBeaconPulseSmall 2s infinite ease-out;
}

.addThis_listSharing_group .addThis_iconContact .box-item:after {
    animation: euiBeaconPulseSmall 2s infinite ease-out 0.4s;
}

@media (max-width: 991px) {
    .addThis_listSharing_group .addThis_iconContact {
        right: 10px;
    }
}

.addThis_listSharing_group .listSharing_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@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;
    }
}

@media (min-width: 1200px) {
    .addThis_listSharing_group .fb_dialog.fb_dialog_advanced, .addThis_listSharing_group .fb_dialog.fb_dialog_mobile {
        z-index: 999 !important;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .addThis_listSharing_group .addThis_listing .addThis_item.addThis_item__fbchat {
        display: none;
    }
}

@media (max-width: 991px) {
    .addThis_listSharing_group .addThis_listSharing .listSharing_action {
        bottom: 140px;
        left: 14px;
        right: 14px;
        max-width: 100%;
    }

    .addThis_listSharing_group .addThis_listing .addThis_item .addThis_item--icon svg {
        width: 28px;
        height: 28px;
    }

    .addThis_listSharing_group .addThis_listing .addThis_item.addThis_item__fbchat {
        display: block;
    }

    .addThis_listSharing_group .addThis_listSharing.active .listSharing_overlay {
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

/*===== APP COMBO - BUY X TANG Y ============================================*/
.modal-productApp {
    text-align: center;
    padding: 0 !important;
    font-size: 0;
    background: rgba(3, 17, 27, 0.7);
    -webkit-transition: opacity .35s linear;
    -o-transition: opacity .35s linear;
    transition: opacity .35s linear;
    z-index: 9999;
}

.modal-productApp:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-productApp .modal-dialog-centered {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
}

.modal-productApp.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    display: inline-flex;
}

.modal-productApp .modal-dialog-centered .modal-content {
    width: 100%;
}

.modal-productApp.fade .modal-dialog-centered {
    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-productApp.fade.show .modal-dialog-centered {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.modal-productApp .modal-footer {
    padding: 15px;
    text-align: center;
    flex-wrap: wrap;
}

.modal-productApp .modal-footer .button {
    margin: 0 5px;
    font-weight: 600;
    outline: none;
}

.modal-productApp .modal-footer .button:first-child:not(:hover) {
    color: var(--shop-color-button);
}

.modal-productApp .modal-footer .button:first-child:not(:hover):before {
    background: #ffffff;
}

.modal-productApp .modal-header {
    padding: 15px 20px;
}

.modal-productApp .modal-header .name-combo,
.modal-productApp .modal-header .modal-title {
    margin: 0;
    font-weight: bold;
    font-size: 22px;
    padding: 0px 30px 0px 0px;
}

.modal-productApp .modal-header .combo-title {
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: bold;
}

.modal-productApp .modal-header .close-modal-app {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #333;
    right: 13px;
    top: 9px;
    z-index: 9;
    opacity: 1;
    margin: 0;
}

.modal-productApp .modal-header .close-modal-app svg {
    display: inline-block;
    fill: currentColor;
    position: relative;
    width: 12px;
    height: 28px;
}

#combo-program {
    max-height: 400px;
    overflow: auto;
}

#combo-program .combo-title b {
    color: #ff0707;
}

#combo-program .combo-w {
    border: 0;
    margin-bottom: 0px;
    padding: 0px 10px 0px 40px;
    position: relative;
}

#combo-program .combo-w:after {
    content: '\2714\fe0e';
    font-size: 16px;
    position: absolute;
    top: calc(50% - 11px);
    left: 11px;
    color: var(--shop-color-main);
    opacity: 0;
}

#combo-program .combo-w:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    position: absolute;
    top: calc(50% - 10px);
    left: 7px;
}

#combo-program .combo-w.checked:after {
    opacity: 1;
}

#combo-program .combo-w.checked:before {
    border: 1px solid var(--shop-color-main);
}

#combo-program table tr {
    margin-bottom: 3px;
}

#combo-program table tr:first-child td {
    border-top: 0;
}

#combo-program table label {
    font-weight: normal;
    font-size: 13px;
    display: block;
    border: none;
    padding: 2px 5px;
    cursor: pointer;
}

#combo-program table label:after {
    content: "";
    display: table;
    clear: both;
}

#combo-program table label img {
    display: inline-block;
    width: 85px;
    float: left;
}

#combo-program table label p {
    display: inline-block;
    width: calc(100% - 85px);
    float: left;
    margin-bottom: 0px;
    padding-left: 15px;
}

#combo-program table label .discount-promotion-price b {
    color: #fa0303;
}

#combo-program table label .discount-promotion-price del {
    margin-left: 5px;
}

#combo-program table input {
    display: none;
}

#combo-program table input:checked + label {
    color: #000;
    background: #fff8f8;
}

#buyxgety-program {
    border: 2px dotted var(--shop-color-main);
    padding: 10px;
    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://file.hstatic.net/200000593853/file/gift-filled_774ac33d774c4a29aa86ed5620d5b902.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

#buyxgety-program .modal-body {
    padding: 15px 30px;
}

.buyxgety_item {
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 5px 10px 10px;
}

.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 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;
    }
}

/*===== APP DISPLAY PROMOTION  ============================================*/
.hrvpmo-grids .hrv-pmo-coupon, .hrvpmo-grids .hrv-pmo-discount {
    margin: 0;
}

.hrvpmo-grids .dlpm-card-section {
    padding: 20px 15px 0;
}

.hrvpmo-grids .dlpm-discount-list {
    margin-left: -8px;
    margin-right: -8px;
    width: calc(100% + 16px);
}

.section-home-hrvpmo {
    padding: 0 0 20px;
    margin: 0;
}

.section-home-hrvpmo .hrv-pmo-coupon .dlpm-card-section,
.section-home-hrvpmo .hrv-pmo-discount .dlpm-card-section {
    margin-bottom: 20px;
}

.wrapper-collection-hrvpmo .hrv-pmo-coupon .dlpm-card-section,
.wrapper-collection-hrvpmo .hrv-pmo-discount .dlpm-card-section {
    margin-top: 25px;
}

.product-hrvpmo .dlpm-aside {
    padding: 12px 12px 6px;
}

.product-hrvpmo .dlpm-aside .dlpm-aside__header {
    margin-bottom: 10px;
}

.product-hrvpmo .dlpm-aside .dlpm-voucher-list .mini-voucher {
    padding: 7px 12px;
}

@media (max-width: 767px) {
    .hrvpmo-grids .dlpm-card-section {
        padding: 18px 15px 0;
    }

    .hrvpmo-grids .dlpm-coupons .dlpm-body:has( > .dlpm-coupons--slide) {
        padding-left: 0;
        padding-right: 0;
    }

    .hrvpmo-grids .dlpm-slide.dlpm-next {
        right: -15px;
    }

    .hrvpmo-grids .dlpm-slide.dlpm-pre {
        left: -15px;
    }
}

/*--------------------------------------------------------------------------------
SIDEBAR MAIN
--------------------------------------------------------------------------------*/
.sidebar-main .sitenav-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1010;
    background: transparent;
}

.sidebar-main .sitenav-wrapper.sitenav-right {
    right: 0;
}

.sidebar-main .sitenav-wrapper.sitenav-right .sitenav-inner {
    right: 0;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-transition: transform 0.35s ease, right 0.25s ease, visibility 0s;
    transition: transform 0.35s ease, right 0.25s ease, visibility 0s;
}

.sidebar-main .sitenav-wrapper.sitenav-left {
    left: 0;
}

.sidebar-main .sitenav-wrapper.sitenav-left .sitenav-inner {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 0.35s ease, left 0.25s ease, visibility 0s;
    transition: transform 0.35s ease, left 0.25s ease, visibility 0s;
}

.sidebar-main .sitenav-wrapper .sitenav-inner {
    margin: 0 auto;
    max-width: 480px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #ffffff;
    background-clip: padding-box;
    display: flex;
    flex-direction: column;
}

.sidebar-main .sitenav-wrapper .sitenav-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    opacity: 1;
    visibility: visible;
}

.sidebar-main.is-show-right .sitenav-wrapper.show {
    left: 0 !important;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.sidebar-main.is-show-right .sitenav-wrapper.show .sitenav-inner {
    right: 0;
    width: 85%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.sidebar-main.is-show-right .sitenav-wrapper.show .sitenav-inner:after {
    visibility: hidden;
    opacity: 0;
}

.sidebar-main.is-show-right .sitenav-wrapper.show .sidebar-overlay {
    opacity: 1;
    visibility: visible;
}

.sidebar-main.is-show-left .sitenav-wrapper.show {
    right: 0 !important;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.sidebar-main.is-show-left .sitenav-wrapper.show .sitenav-inner {
    left: 0;
    width: 85%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.sidebar-main.is-show-left .sitenav-wrapper.show .sitenav-inner:after {
    visibility: hidden;
    opacity: 1;
}

.sidebar-main.is-show-left .sitenav-wrapper.show .sidebar-overlay {
    opacity: 1;
    visibility: visible;
}

.sidebar-main .sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.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 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: 18px;
}

.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);
}

.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-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-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 .shipping-bar {
    padding-left: 20px;
    padding-right: 5px;
}

.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: 14px;
    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-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_header {
    margin: 0 0 20px;
    padding-bottom: 8px;
    text-align: center;
    border-bottom: 1px solid var(--shop-color-border);
}

.sitenav-account .site_account_panel_list .site_account_header .site_account_title {
    font-size: 18px;
    color: var(--shop-color-title);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 0;
}

.sitenav-account .site_account_panel_list .site_account_header .site_account_title.size-small {
    font-size: 15px;
}

.sitenav-account .site_account_panel_list .site_account_header .site_account_legend {
    margin: 5px 0 0;
    font-size: 14px;
}

.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 .site_account_panel .site_account_inner form .form__input-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}

.sitenav-account .site_account_panel_list .site_account_panel .site_account_inner 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 .site_account_panel .site_account_inner 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 .site_account_panel .site_account_inner form .form__input-wrapper .form__field:focus + .form__floating-label,
.sitenav-account .site_account_panel_list .site_account_panel .site_account_inner 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 .site_account_panel .site_account_inner form .form__submit {
    width: 100%;
    outline: none;
    padding: 0px 28px;
    height: 42px;
    line-height: 42px;
}

.sitenav-account .site_account_panel_list .site_account_panel .site_account_inner .site_account_secondary-action {
    margin-top: 16px;
    font-size: 12px;
}

.sitenav-account .site_account_panel_list .site_account_panel .site_account_inner .site_account_secondary-action > p {
    margin-bottom: 4px;
}

.sitenav-account .site_account_panel_list .site_account_panel .site_account_inner .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 .site_account_info {
    text-align: left;
    font-size: 14px;
}

.sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul {
    margin: 0;
}

.sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li {
    position: relative;
    margin-bottom: 5px;
}

.sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li.user-name {
    margin-top: -5px;
    margin-bottom: 8px;
}

.sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li:not(.user-name) {
    padding-left: 10px;
}

.sitenav-account .site_account_panel_list .site_account_info .site_account_inner 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 .site_account_info .site_account_inner ul li span {
    font-size: 15px;
    color: #282c2d;
    font-weight: 500;
}

.sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li a {
    color: var(--shop-color-text);
    padding: 0 4px;
    margin-bottom: 10px;
}

.sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li a:hover {
    color: var(--shop-color-hover);
}

.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-menu .mobile-menu__section .mobile-menu__section-title {
    font-size: 15px;
    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.has-submenu.level0 > ul.submenu-links {
    border: 0;
}

.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;
}

.mainHeader {
    padding: 10px 0;
    background: var(--shop-header-bg);
    color: var(--shop-header-color);
    width: 100%;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.mainHeader .flex-container-header {
    margin: 0 -10px;
    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 > [class*='header-wrap-'] {
    padding: 0px 10px;
}

.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 12px;
    position: relative;
}

.mainHeader .header-wrap-menu .menuList-main > li > a {
    color: var(--shop-header-color);
    position: relative;
    z-index: 2;
    display: block;
    padding: 15px 4px;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: none;
    transition: none;
}

.mainHeader .header-wrap-menu .menuList-main > li > a:before {
    transition: all 0.25s ease;
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    text-align: center;
    z-index: 10;
    top: 55px;
    margin: 7px auto 0px;
    visibility: hidden;
    opacity: 0;
    background: var(--shop-header-menu-hover);
    left: 50%;
    transform: translate(-50%, -25px);
}

.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:hover > a, .mainHeader .header-wrap-menu .menuList-main > li.active a {
    color: var(--shop-header-menu-hover);
}

.mainHeader .header-wrap-menu .menuList-main > li:hover > a:before, .mainHeader .header-wrap-menu .menuList-main > li.active a:before {
    visibility: visible;
    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: 12px 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: auto;
    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: calc(2400px + 80px * 2);
    padding: 0 80px;
    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;
        padding-left: 0;
    }
}

@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: 5px 22px;
    text-align: left;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--shop-color-text);
    opacity: 0.85;
}

.mainHeader .header-wrap-menu .menuList-submain li a i {
    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-logo h1, .mainHeader .header-wrap-logo a {
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    color: var(--shop-header-color);
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.mainHeader .header-wrap-logo .wrap-logo img {
    max-height: 60px;
}

.mainHeader .header-wrap-action .header-action {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.mainHeader .header-wrap-action .header-action .header-action-item {
    margin-left: 10px;
    align-self: center;
}

.mainHeader .header-wrap-action .header-action .header-action-item .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-action .header-action .header-action-item .header-action_text .box-triangle {
    position: absolute;
    width: 24px;
    height: 15px;
    top: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mainHeader .header-wrap-action .header-action .header-action-item .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-action .header-action .header-action-item .header-action_text .header-action__link {
    position: relative;
    display: block;
    font-size: 14px;
    white-space: nowrap;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon,
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
    display: inline-block;
    vertical-align: middle;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
    padding-left: 2px;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txtnw {
    font-size: 11px;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txtbl {
    font-size: 13px;
    display: block;
    font-weight: 500;
}

.mainHeader .header-wrap-action .header-action .header-action-item .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-action .header-action .header-action-item .header-action_text .header-action__link .box-text .fa {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 3px;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon {
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
    width: 22px;
    height: 40px;
    fill: var(--shop-header-color);
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-account {
    width: 22px;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-search {
    width: 20px;
}

.mainHeader .header-wrap-action .header-action .header-action-item .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-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close svg {
    width: 18px;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .count-holder {
    display: inline-block;
    vertical-align: top;
    background: #ff0000;
    color: #fff;
    font-size: 11px;
    text-align: center;
    position: absolute;
    right: -6px;
    top: -1px;
    padding: 0px 3px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
}

.mainHeader .header-wrap-action .header-action .header-action-item .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-action .header-action .header-action-item .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-action .header-action .header-action-item .header-action_dropdown .box-triangle {
    position: absolute;
    bottom: calc(100% - 2px);
    margin: 0 auto;
    width: 22px;
    height: 15px;
    right: 19px;
}

.mainHeader .header-wrap-action .header-action .header-action-item .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-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 15px 20px;
}

.mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content .sitenav-content .boxtitle {
    font-size: 18px;
    color: var(--shop-color-title);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    font-weight: 500;
    padding-bottom: 8px;
    text-align: center;
    border-bottom: 1px solid var(--shop-color-border);
}

.mainHeader .header-wrap-action .header-action .header-action-item.header-action_account .header-action_dropdown .box-triangle {
    right: 58px;
}

.mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown .box-triangle {
    right: 98px;
}

.mainHeader .header-wrap-action .header-action .header-action-item.header-action_cart .header-action_text .box-icon {
    background: #F2F4F4;
    border-radius: 50%;
}

.mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .box-triangle {
    visibility: visible;
    opacity: 1;
}

.mainHeader .header-wrap-action .header-action .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-action .header-action .header-action-item.header-action_account.js-action-show .header-action_dropdown .site_account_panel.is-selected {
    visibility: visible;
}

.mainHeader .header-wrap-action .header-action .header-action-item.header-action_locale.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-action .header-action .header-action-item.header-action_locale.js-action-show .overlays .header-action__link {
    z-index: 101;
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_backlink {
    display: none;
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_backlink a {
    margin-right: 0px;
    width: 20px;
    line-height: 32px;
    color: #fff;
    height: 35px;
    display: block;
    font-size: 28px;
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .header-action_dropdown .box-triangle {
    right: initial;
    left: 16px;
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon {
    width: 25px;
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu {
    width: 25px;
    height: 35px;
    cursor: pointer;
    display: block;
    position: relative;
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar, .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after, .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
    height: 2px;
    background: var(--shop-color-text);
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar {
    position: relative;
    top: 22px;
    display: block;
    margin: auto;
    width: 25px;
    -ms-transition: all 0ms 100ms, width 150ms linear;
    -webkit-transition: all 0ms 100ms, width 150ms linear;
    transition: all 0ms 100ms, width 150ms linear;
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 18px;
    -ms-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    -webkit-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 15px;
    -ms-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    -webkit-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .box-icon--close svg {
    height: 35px;
}

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu.js-action-show .hamburger-menu {
    opacity: 0;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mainHeader .header-search-mobile {
    display: none;
    position: relative;
    padding: 5px 6px;
    /*border-bottom: 1px solid #e7e7e7;*/
}

.mainHeader .header-search-mobile .searchform-mobile {
    position: relative;
}

.mainHeader .header-search-mobile .searchform-mobile input.input-search {
    width: 100%;
    padding: 7px 40px 7px 15px;
    margin: 0;
    border-radius: 15px;
    border: 1px solid #eaeaea;
    background: #fff;
    color: #252a2b;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.mainHeader .header-search-mobile .searchform-mobile input.input-search:focus {
    outline: none;
    background: #fff;
}

.mainHeader .header-search-mobile .searchform-mobile .btn-search {
    width: 40px;
    height: 36px;
    line-height: 36px;
    border: 0;
    outline: none;
    box-shadow: none;
    position: absolute;
    padding: 0;
    top: 0px;
    right: 0px;
    background: transparent;
}

.mainHeader .header-search-mobile .searchform-mobile .btn-search svg {
    width: 15px;
    height: 36px;
    line-height: 36px;
    vertical-align: inherit;
    opacity: 0.6;
}

.mainHeader .header-search-mobile .searchform-mobile .btn-search span.search-close svg {
    fill: var(--shop-color-main);
    width: 20px;
}

.mainHeader .header-search-mobile .searchform-mobile .btn-search span.search-icon {
    display: block;
    height: 100%;
}

.mainHeader .header-search-mobile .searchform-mobile .btn-search span.search-close {
    display: none;
}

.mainHeader .header-search-mobile .searchform-mobile.expanded .btn-search span.search-icon {
    display: none;
}

.mainHeader .header-search-mobile .searchform-mobile.expanded .btn-search span.search-close {
    display: block;
    height: 100%;
}

.mainHeader .header-search-mobile .smart-search-wrapper {
    position: absolute;
    right: 0px;
    left: 0px;
    z-index: 100;
    top: calc(100% + 0px);
    width: initial;
    background: #fff;
    padding: 0 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    z-index: 999;
}

.mainHeader .header-menu-desktop .wrap-logo-sticky {
    display: none;
}

.mainHeader .header-navbar-menu .header-wrap-menu {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.mainHeader.hSticky .header-wrap-menu .menuList-main > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}

.mainHeader.hSticky .header-box-live {
    display: none;
}

.mainHeader.hSticky .header-wrap-action .header-action .header-action-item.locationContainer {
    display: none;
}

.mainHeader.hSticky {
    visibility: hidden;
    opacity: 0;
}

.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-nav .topbar, .mainHeader.hSticky-nav .topbar-banner {
    display: none;
}

.mainHeader.hSticky-nav .header-wrap-menu ul.menuList-primary > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}

@media (min-width: 1200px) {
    .mainHeader {
        position: relative;
        /*&:not(.hSticky) {
		.header-wrap-action .header-action .header-action-item.header-action_locale .header-action_dropdown {left:-50%;right:auto;}
	}*/
    }

    .mainHeader .header-wrap-menu ul.menuList-primary > li > a {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .mainHeader .header-wrap-logo a img {
        max-width: 210px;
        max-height: 70px;
    }

    .mainHeader .header-wrap-logo .wrap-logo,
    .mainHeader .header-wrap-logo.wrap-logo-sticky .wrap-logo {
        min-width: 100px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_cart .header-action_dropdown {
        width: 420px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown {
        width: 420px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_account .header-action_dropdown {
        width: 340px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_locale .header-action_dropdown {
        width: 420px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_account .header-action_dropdown.header-action_widthAuto {
        width: auto;
        min-width: 260px;
    }

    .mainHeader .header-wrap-action .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-action .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, .mainHeader.hSticky-nav .header-wrap-logo a {
        font-size: 25px;
    }

    .mainHeader.hSticky-nav .header-wrap-logo a img {
        max-height: 50px;
    }

    .mainHeader.hSticky-nav .header-wrap-logo.wrap-logo-sticky a img {
        max-height: 60px;
        max-width: 200px;
    }

    .mainHeader .header-wrap-info li:nth-child(2) {
        margin-left: 15px;
    }

    .mainHeader .header-wrap-info li svg {
        width: 22px;
        height: 22px;
        transform: translateY(-2px);
    }
}

@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.hSticky-nav .header-wrap-logo a img {
        max-height: 50px;
    }

    .mainHeader.hSticky-nav .header-wrap-logo.wrap-logo-sticky a img {
        max-height: 55px;
        max-width: 180px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtnw {
        font-size: 10px;
    }

    .mainHeader .header-wrap-action .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: 8px 0;
        margin: 0 -5px;
    }

    .mainHeader .flex-container-header > [class*='header-wrap-'] {
        position: initial;
        padding: 0 5px;
    }

    .mainHeader .header-wrap-logo {
        text-align: center;
        max-width: calc(100% - 140px);
    }

    .mainHeader .header-wrap-logo .wrap-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mainHeader .header-wrap-action .header-action {
        position: initial;
        height: 100%;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item {
        position: initial;
        height: 100%;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .box-triangle {
        top: calc(100% - 5px);
    }

    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
        display: none;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown {
        right: 0;
        left: 0;
        top: 100%;
        width: 100vw;
        height: 100vh;
    }

    .mainHeader .header-wrap-action .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-action .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon > svg,
    .mainHeader .header-wrap-action .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-action .header-action .header-action-item.header-action_search {
        display: block;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown .header-dropdown_content {
        padding: 0 0px 80px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown {
        right: 0;
        left: 0px;
        top: 100%;
        width: 100vw;
        height: 100vh;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown .header-dropdown_content {
        overflow: auto;
        padding-bottom: 120px;
        -webkit-overflow-scrolling: touch;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_cart {
        display: none;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_cart.show-mb {
        display: block;
    }

    .mainHeader .header-search-mobile {
        display: block;
    }

    .mainHeader.hSticky-nav .header-wrap-logo {
        display: block;
    }

    .mainHeader.hSticky-nav .header-search-mobile {
        display: none;
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        visibility: hidden;
        padding: 0px 95px 0px 55px;
    }

    .mainHeader.hSticky-nav .header-search-mobile .searchform-mobile {
        position: relative;
        visibility: visible;
        margin: 0 auto;
    }

    .mainHeader.hSticky-nav .header-search-mobile .smart-search-wrapper {
        visibility: visible;
        top: calc(100% + 10px);
    }

    .mainHeader.hSticky-nav .header-wrap-action .header-action .header-action-item.locationContainer .box-text {
        display: none !important;
    }

    .mainHeader.hSticky-nav .header-wrap-action .header-action .header-action-item.locationContainer .box-icon {
        display: none;
    }

    .mainHeader.hSticky-nav .header-wrap-action .header-action .header-action-item.header-action_search {
        display: none;
    }

    .mainHeader.hSticky-nav .header-wrap-action .header-action-item.locationContainer {
        display: none;
    }

    .mainHeader.hSticky-nav .header-wrap-action .header-action-item.locationContainer .header-action_text .box-triangle {
        top: calc(100% - 5px);
    }

    .mainHeader.hSticky-nav.mainHeader-product .header-search-mobile {
        display: none;
    }

    .mainHeader.hSticky-nav.mainHeader-product .header-wrap-action .header-action .header-action-item.header-action_backlink {
        display: block;
    }

    .mainHeader.hSticky-nav.mainHeader-product .header-wrap-action .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 a img {
        max-height: 65px;
    }

    .mainHeader .header-wrap-logo h1, .mainHeader .header-wrap-logo a {
        font-size: 26px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action__link .box-text {
        padding: 3px 10px;
    }

    .mainHeader.hSticky-nav .header-search-mobile {
        padding: 0px 120px 0px 80px;
    }

    .mainHeader.hSticky-nav .header-wrap-action .header-action-item.locationContainer .header-action_text .box-triangle {
        top: 100%;
    }

    .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu {
        margin-left: 0;
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .mainHeader .header-wrap-logo a img {
        max-height: 60px;
    }

    .mainHeader .header-wrap-logo h1, .mainHeader .header-wrap-logo a {
        font-size: 20px;
    }

    .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;
        max-width: 180px;
    }

    .mainHeader .header-wrap-action .header-action {
        position: initial;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item {
        position: initial;
        margin-left: 7px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_text .box-triangle {
        top: calc(100% - 5px);
    }

    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txt-overflow {
        max-width: 90px;
        vertical-align: initial;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtnw {
        font-size: 8px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtnw .fa {
        font-size: 10px;
        margin-left: 1px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.locationContainer .header-action_text .box-text .txtbl {
        font-size: 10px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content {
        overflow: auto;
        padding-bottom: 180px;
        -webkit-overflow-scrolling: touch;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-account {
        width: 18px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-search {
        width: 18px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
        width: 18px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close svg {
        width: 18px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item:not(.header-action_cart) .header-action_text .header-action__link .box-icon {
        width: 28px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_cart .header-action_text .header-action__link .box-icon {
        width: 35px;
        height: 35px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_cart .header-action_text .header-action__link .box-icon svg {
        height: 35px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .count-holder {
        min-width: 16px;
        height: 16px;
        line-height: 16px;
        top: 1px;
    }

    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_account .header-action_text .header-action__link {
        font-size: 12px;
        padding: 8px 15px;
    }

    .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item {
        padding: 0 5px;
    }

    .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu {
        margin-left: 0;
        margin-right: 8px;
    }
}

@media (max-width: 991px) {
    .menuList-links {
        margin: 0;
    }

    .menuList-links li {
        position: relative;
    }

    .menuList-links li a {
        color: var(--shop-color-text);
        position: relative;
        font-size: 13px;
        display: block;
    }

    .menuList-links li a:hover, .menuList-links li a:focus {
        color: var(--shop-color-hover);
    }

    .menuList-links > li {
        border-bottom: 1px dashed #eae4e8;
    }

    .menuList-links > li:last-child {
        border-bottom: none;
    }

    .menuList-links > li > a {
        padding: 12px 0;
        font-weight: 500;
        font-size: 15px;
    }

    .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;
    }

    .icon-plus-submenu:after, .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;
    }

    .icon-plus-submenu:before {
        width: 9px;
        height: 1px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .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);
    }

    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);
    }

    .menuList-links > li.has-submenu .icon-plus-submenu:hover {
        border: 1px solid #eae4e8;
    }

    ul.menuList-links li ul.submenu-links {
        display: none;
    }

    ul.submenu-links li a {
        padding: 8px 0 8px 0px;
    }

    li.has-submenu.level0 > ul.submenu-links {
        border-top: 1px dashed #eae4e8;
    }

    li.has-submenu.level0 > ul.submenu-links li a {
        padding-left: 12px;
    }

    li.has-submenu.level1 > ul.submenu-links li a {
        padding-left: 25px;
    }

    li.has-submenu.level2 > ul.submenu-links li a {
        padding-left: 35px;
    }
}

/*=======Product loop=======*/
.product-loop {
    background-color: #fff;
    border-radius: 10px;
    padding: 8px;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.product-loop .product-inner .proloop-image {
    position: relative;
}

.product-loop .product-inner .proloop-image .product--image {
    border-radius: 8px 8px 0 0;
    position: relative;
    overflow: hidden;
}

.product-loop .product-inner .proloop-image .product--image img {
    border-radius: 8px 8px 0 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.product-loop .product-inner .proloop-image .product--image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product-loop .product-inner .proloop-image .pro-sale, .product-loop .product-inner .proloop-image .pro-featured, .product-loop .product-inner .proloop-image .pro-soldout {
    position: absolute;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    z-index: 2;
    padding: 2px 8px;
    border-radius: 3px;
}

.product-loop .product-inner .proloop-image .pro-sale {
    top: 10px;
    left: 10px;
    background: red;
}

.product-loop .product-inner .proloop-image .pro-soldout {
    bottom: 10px;
    right: 10px;
    background: #9d9d9d;
}

.product-loop .product-inner .proloop-image .pro-featured {
    top: 10px;
    right: 10px;
    background: #05a528;
}

.product-loop .product-inner .proloop-detail {
    padding: 15px 5px;
}

.product-loop .product-inner .proloop-detail .proloop--vendor {
    border-radius: 5px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: rgba(1, 170, 144, 0.05);
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 9px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.product-loop .product-inner .proloop-detail .proloop--vendor svg {
    margin-top: -1px;
    color: var(--shop-color-main);
}

.product-loop .product-inner .proloop-detail .proloop--title a {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 65px;
}

.product-loop .product-inner .proloop-detail .list-info > div .info-title {
    font-size: 14px;
    color: #a0a0a0;
}

.product-loop .product-inner .proloop-detail .price-loop {
    /*flex: 0 0 56%;*/
}

.product-loop .product-inner .proloop-detail .price-loop .proloop--price {
    margin-bottom: 5px;
}

.product-loop .product-inner .proloop-detail .price-loop .proloop--price .price {
    font-weight: 600;
    font-size: 18px;
}

.product-loop .product-inner .proloop-detail .price-loop .proloop--price .person {
    font-size: 14px;
    color: #565;
}

.product-loop .product-inner .proloop-detail .price-loop .proloop--price .price-del {
    color: #a0a0a0;
    text-decoration: line-through;
    font-weight: 300;
    font-size: 14px;
    display: block;
}

.product-loop .product-inner .proloop-detail .price-loop .proloop--price .price-del .person {
    color: #a0a0a0;
}

.product-loop .product-inner .proloop-detail .guide-loop {
    flex: 0 0 42%;
}

.product-loop .product-inner .proloop-detail .guide-loop .guide-info {
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-loop .product-inner .proloop-detail .guide-loop .guide-info .guide-img {
    flex: 0 0 20px;
}

.product-loop .product-inner .proloop-detail .guide-loop .guide-info .guide-img img {
    border-radius: 50%;
}

.product-loop .product-inner .proloop-detail .guide-loop .guide-info .guide-name {
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 767px) {
    .product-loop {
        height: auto;
    }

    .product-loop .product-inner .proloop-detail .proloop--title {
        font-size: 16px;
        min-height: auto;
        display: block;
    }
}

.list-product > div {
    padding: 0 10px;
    margin-bottom: 20px;
}

/*=======End Product loop=======*/
/*=======Index=======*/
.banner-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    background: #fff;
    border-radius: 50px;
    margin-top: 40px;
}

.banner-search.has-when {
    justify-content: center;
}

.banner-search .search-where {
    flex: 0 0 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-search .search-when {
    flex: 0 0 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    border-left: 1px solid #e8edf1;
}

.banner-search .search-btn {
    flex: 0 0 15%;
    text-align: right;
    padding-right: 15px;
}

.banner-search .search-btn button {
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
}

.banner-search .search-btn button svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

.banner-search .search-icon {
    margin-right: 10px;
}

.banner-search .search-form {
    display: flex;
    flex-flow: column;
    flex: 0 0 80%;
    position: relative;
}

.banner-search .search-form label {
    margin: 0;
}

.banner-search .search-form select {
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    color: #4f5e71;
    font-size: 15px;
    cursor: pointer;
    background: #fff;
}

.banner-search .search-form .t-datepicker .t-check-in {
    width: 100%;
}

.banner-search .search-form .t-datepicker .t-check-in .t-dates {
    padding: 0;
    height: 20px;
}

.banner-search .search-form .t-datepicker .t-check-out {
    width: 0;
}

.banner-search .search-form .t-datepicker .t-check-out .t-dates {
    display: none;
}

.banner-search .search-form .t-datepicker .t-check-in .t-date-info-title, .banner-search .search-form .t-datepicker .t-check-out .t-date-info-title {
    top: 22px;
    left: 0;
    color: #4f5e71;
    opacity: 1;
    font-size: 15px;
}

.banner-search .search-form .t-datepicker .t-arrow-top {
    left: 20% !important;
}

.banner-search .search-form .t-datepicker .t-date-check-in span {
    display: none;
}

@media (max-width: 576px) {
    .banner-search {
        flex-flow: column;
        border-radius: 15px;
        margin-top: 25px;
    }

    .banner-search > div {
        flex: 0 0 100% !important;
        width: 100%;
        margin-bottom: 15px;
    }

    .banner-search .search-where {
        border-right: 0;
    }

    .banner-search .search-when {
        padding-left: 0;
    }

    .banner-search .search-btn {
        padding: 0 15px;
        margin: 0;
    }

    .banner-search .search-btn button {
        width: 100%;
    }

    .banner-search .search-form .t-datepicker .t-datepicker-days {
        width: 265px;
        right: auto;
        left: -35px;
    }

    .banner-search .search-form .t-datepicker .t-datepicker-days .t-table-wrap {
        width: 100%;
        margin-left: 0;
    }

    .banner-search .search-form .t-datepicker .t-arrow-top {
        left: 5% !important;
    }
}

.section-home-banner {
    padding: 0 24px;
}

.section-home-banner > div {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 130px 0px;
    border-radius: 30px;
}

.section-home-banner .banner-content {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-home-banner .banner-content h2, .section-home-banner .banner-content p {
    color: var(--shop-banner-color);
}

.section-home-banner .banner-content h2 {
    font-size: 50px;
}

.section-home-banner .banner-content p {
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 576px) {
    .section-home-banner {
        padding: 0 15px;
    }

    .section-home-banner > div {
        padding: 60px 0px;
    }

    .section-home-banner .banner-content h2, .section-home-banner .banner-content p {
        text-align: center;
    }

    .section-home-banner .banner-content h2 {
        font-size: 30px;
    }
}

@media (max-width: 375px) {
    .section-home-banner .banner-content h2 {
        font-size: 25px;
    }
}

.heading-box {
    margin-bottom: 30px;
}

.heading-box .heading-title {
    font-size: 40px;
}

.heading-box .heading-desc {
    font-size: 16px;
    max-width: 550px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .heading-box .heading-title {
        font-size: 30px;
    }

    .heading-box .heading-desc {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .heading-box .heading-title {
        font-size: 24px;
    }
}

.section-home-categorys {
    background: var(--shop-home-category-bg);
    color: var(--shop-home-category-color);
}

.section-home-categorys .heading-box .heading-desc {
    color: rgba(35, 35, 35, 0.6);
}

.section-home-categorys .item-category .category-img {
    position: relative;
    border: 3px solid #f8fbff;
    overflow: hidden;
    border-radius: 120px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.section-home-categorys .item-category .category-img img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.section-home-categorys .item-category .category-img:hover {
    border-color: var(--shop-color-main);
}

.section-home-categorys .item-category .category-img:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.section-home-categorys .item-category .category-detail {
    margin-top: 15px;
}

.section-home-categorys .item-category .category-detail .detail-title {
    font-size: 22px;
    margin-bottom: 5px;
}

.section-home-categorys .item-category .category-detail .detail-desc {
    color: rgba(35, 35, 35, 0.6);
    font-size: 17px;
}

@media (min-width: 992px) {
    .section-home-categorys .item-category {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .section-home-categorys .row {
        flex-flow: nowrap;
        overflow-x: scroll;
        justify-content: start !important;
    }
}

@media (max-width: 767px) {
    .section-home-categorys .item-category .category-img {
        border-radius: 150px;
    }

    .section-home-categorys .item-category .category-detail .detail-title {
        font-size: 18px;
    }

    .section-home-categorys .item-category .category-detail .detail-desc {
        font-size: 15px;
    }
}

.section-home-collection {
    background: var(--shop-home-collection-bg);
}

.section-home-collection .heading-box {
    color: var(--shop-home-collection-color);
}

.section-home-collection .heading-box .heading-desc {
    color: rgba(35, 35, 35, 0.6);
}

@media (min-width: 992px) {
    .section-home-collection .list-product .col-item > div {
        height: 100%;
    }
}

.section-home-about {
    background: var(--shop-home-about-bg);
    color: var(--shop-home-about-color);
}

.section-home-about .heading-box .heading-desc {
    color: rgba(35, 35, 35, 0.6);
}

.section-home-about .list-item.has-line {
    position: relative;
}

.section-home-about .list-item.has-line:before {
    content: '';
    width: 90%;
    height: 100%;
    background-image: url(//theme.hstatic.net/200000871401/1001342583/14/home_about_line.jpg?v=45);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 5%;
}

.section-home-about .list-item .item-about .about-img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    transition: .4s;
    transform: scale(1);
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
    background: #fff;
    margin: 0 auto 20px;
}

.section-home-about .list-item .item-about .about-img img {
    max-height: 30px;
    transition: .4s;
}

.section-home-about .list-item .item-about .about-img:hover {
    background: var(--shop-color-main);
    transform: scale(1.1);
}

.section-home-about .list-item .item-about .about-img:hover img {
    filter: brightness(0) invert(1);
}

.section-home-about .list-item .item-about .about-detail .detail-title {
    font-size: 22px;
}

.section-home-about .list-item .item-about .about-detail .detail-desc {
    color: rgba(35, 35, 35, 0.6);
    font-size: 16px;
}

.section-home-about .list-banner {
    margin-top: 15px;
}

.section-home-about .list-banner .item-banner {
    padding: 10px;
}

.section-home-about .list-banner .item-banner:nth-child(1) {
    -ms-flex: 0 0 24.8%;
    flex: 0 0 24.8%;
    max-width: 24.8%;
}

.section-home-about .list-banner .item-banner:nth-child(2), .section-home-about .list-banner .item-banner:nth-child(3) {
    -ms-flex: 0 0 37.6%;
    flex: 0 0 37.6%;
    max-width: 37.6%;
}

.section-home-about .list-banner .item-banner .banner-img {
    border-radius: 20px;
    overflow: hidden;
}

.section-home-about .list-banner .item-banner .banner-img img {
    border-radius: 20px;
    transition: .4s;
}

.section-home-about .list-banner .item-banner:hover img {
    transform: scale(1.1);
}

@media (max-width: 767px) {
    .section-home-about .list-item .item-about .about-detail .detail-title {
        font-size: 18px;
    }

    .section-home-about .list-item .item-about .about-detail .detail-desc {
        font-size: 14px;
    }

    .section-home-about .list-banner .item-banner {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.section-home-parallax {
    background: var(--shop-home-parallax-bg);
    color: var(--shop-home-parallax-color);
}

.section-home-parallax .parallax-counter .item-counter {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: rgba(1, 170, 144, 0.05);
    border: 1px solid #01aa90;
    border-radius: 50%;
    text-align: center;
}

.section-home-parallax .parallax-counter .item-counter .counter {
    color: #01aa90;
    font-weight: 600;
}

.section-home-parallax .parallax-counter .item-counter .text {
    color: rgba(35, 35, 35, 0.6);
    font-size: 18px;
}

.section-home-parallax .parallax-counter .row > div:nth-child(1) .item-counter {
    width: 183px;
    height: 183px;
    margin-bottom: 15px;
}

.section-home-parallax .parallax-counter .row > div:nth-child(1) .item-counter .counter {
    font-size: 50px;
}

.section-home-parallax .parallax-counter .row > div:nth-child(2) .item-counter {
    width: 220px;
    height: 220px;
    position: absolute;
    top: 75px;
    left: -25px;
}

.section-home-parallax .parallax-counter .row > div:nth-child(2) .item-counter .counter {
    font-size: 50px;
}

.section-home-parallax .parallax-counter .row > div:nth-child(3) .item-counter {
    width: 140px;
    height: 140px;
    position: absolute;
    right: 20px;
}

.section-home-parallax .parallax-counter .row > div:nth-child(3) .item-counter .counter {
    font-size: 30px;
}

.section-home-parallax .heading-box .heading-title {
    font-size: 36px;
    margin-bottom: 20px;
}

.section-home-parallax .heading-box .heading-title span {
    color: #01aa90;
}

.section-home-parallax .heading-box .heading-desc {
    font-size: 16px;
    color: rgba(35, 35, 35, 0.6);
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .section-home-parallax .parallax-counter .row > div:nth-child(1) .item-counter {
        width: 170px;
        height: 170px;
    }

    .section-home-parallax .parallax-counter .row > div:nth-child(1) .item-counter .counter {
        font-size: 40px;
    }

    .section-home-parallax .parallax-counter .row > div:nth-child(2) .item-counter {
        width: 200px;
        height: 200px;
        left: -10px;
    }

    .section-home-parallax .parallax-counter .row > div:nth-child(2) .item-counter .counter {
        font-size: 40px;
    }

    .section-home-parallax .parallax-counter .row > div:nth-child(3) .item-counter {
        width: 130px;
        height: 130px;
        right: 10px;
    }

    .section-home-parallax .parallax-counter .row > div:nth-child(3) .item-counter .counter {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .section-home-parallax .parallax-counter {
        padding-bottom: 35px;
    }

    .section-home-parallax .parallax-counter .row > div:nth-child(1) {
        display: flex;
        justify-content: end;
    }

    .section-home-parallax .parallax-counter .row > div:nth-child(2) .item-counter {
        position: unset;
        margin-top: 50px;
    }

    .section-home-parallax .parallax-counter .row > div:nth-child(3) {
        display: flex;
        justify-content: end;
    }

    .section-home-parallax .parallax-counter .row > div:nth-child(3) .item-counter {
        position: unset;
        margin-top: -70px;
        margin-right: -45px;
    }
}

@media (max-width: 767px) {
    .section-home-parallax .heading-box {
        text-align: center;
    }

    .section-home-parallax .heading-box .heading-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .section-home-parallax .heading-box .heading-desc {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .section-home-parallax .btn-more {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .section-home-parallax .parallax-counter .row > div .item-counter .text {
        font-size: 14px;
    }

    .section-home-parallax .parallax-counter .row > div:nth-child(1) .item-counter {
        width: 120px;
        height: 120px;
    }

    .section-home-parallax .parallax-counter .row > div:nth-child(1) .item-counter .counter {
        font-size: 25px;
    }

    .section-home-parallax .parallax-counter .row > div:nth-child(2) .item-counter {
        width: 150px;
        height: 150px;
        margin-top: 40px;
    }

    .section-home-parallax .parallax-counter .row > div:nth-child(2) .item-counter .counter {
        font-size: 25px;
    }

    .section-home-parallax .parallax-counter .row > div:nth-child(3) .item-counter {
        width: 100px;
        height: 100px;
        margin-top: -65px;
        margin-right: -35px;
    }

    .section-home-parallax .parallax-counter .row > div:nth-child(3) .item-counter .counter {
        font-size: 18px;
    }
}

.section-home-newsletter .newsletter-block {
    background-image: url(//theme.hstatic.net/200000871401/1001342583/14/home_newsletter_bg.jpg?v=45);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 90px 0;
    border-radius: 8px;
}

.section-home-newsletter .newsletter-block .newsletter-title h3 {
    font-size: 36px;
    margin-bottom: 30px;
    color: var(--shop-home-newsletter-color);
}

.section-home-newsletter .newsletter-block .newsletter-content {
    max-width: 540px;
    margin: 0 auto;
}

.section-home-newsletter .newsletter-block .newsletter-content .input-group {
    gap: 15px;
    margin: 0;
}

.section-home-newsletter .newsletter-block .newsletter-content input, .section-home-newsletter .newsletter-block .newsletter-content button {
    height: 60px;
    border-radius: 5px;
}

.section-home-newsletter .newsletter-block .newsletter-content button {
    font-size: 18px;
}

@media (max-width: 767px) {
    .section-home-newsletter .newsletter-block {
        padding: 40px 15px;
    }

    .section-home-newsletter .newsletter-block .newsletter-title h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .section-home-newsletter .newsletter-block .newsletter-content .input-group {
        gap: 5px;
    }

    .section-home-newsletter .newsletter-block .newsletter-content .input-group-btn {
        flex: 0 0 110px;
    }

    .section-home-newsletter .newsletter-block .newsletter-content input, .section-home-newsletter .newsletter-block .newsletter-content button {
        height: auto;
        font-size: 14px;
    }

    .section-home-newsletter .newsletter-block .newsletter-content button {
        font-size: 13px;
        height: auto;
    }
}

/*=======END Index=======*/
/*=======Product=======*/
.layout-pageProduct .product-heading {
    margin: 10px 0 30px;
}

.layout-pageProduct .product-heading h1 {
    font-size: 32px;
}

.layout-pageProduct .product-heading .tag-wrapper-pro {
    margin: 15px 0;
}

.layout-pageProduct .product-heading .tag-wrapper-pro ul {
    list-style: none;
    display: inline-block;
}

.layout-pageProduct .product-heading .tag-wrapper-pro ul li {
    display: inline-block;
    margin-right: 5px;
}

.layout-pageProduct .product-heading .tag-wrapper-pro ul li a {
    background: rgba(230, 233, 237, 0.5);
    border-left: 3px solid var(--shop-color-main);
    color: #34495e;
    display: inline-block;
    padding: 4px 9px;
    position: relative;
}

.layout-pageProduct .product-heading .tag-wrapper-pro ul li a:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) var(--shop-color-main);
    border-image: none;
    border-style: solid;
    border-width: 4px;
    content: " ";
    height: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 11px;
    width: 0;
    border-left-color: var(--shop-color-main);
}

.layout-pageProduct .product-heading .heading-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.layout-pageProduct .product-heading .group-status {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
}

.layout-pageProduct .product-heading .group-status > div {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
}

.layout-pageProduct .product-heading .group-status > div:before {
    content: '';
    position: absolute;
    background: rgba(18, 18, 18, 0.3);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 7px;
}

.layout-pageProduct .product-heading .pro-share {
    position: relative;
}

.layout-pageProduct .product-heading .pro-share .share-title {
    font-weight: 600;
    cursor: pointer;
}

.layout-pageProduct .product-heading .pro-share .share-title i {
    margin-right: 3px;
}

.layout-pageProduct .product-heading .pro-share .share-title:hover, .layout-pageProduct .product-heading .pro-share .share-title:focus {
    color: var(--shop-color-main);
}

.layout-pageProduct .product-heading .pro-share .list-icon {
    display: none;
    padding: 10px;
    background: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 180px;
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    z-index: 9;
}

.layout-pageProduct .product-heading .pro-share .list-icon.show_share {
    display: block;
}

.layout-pageProduct .productGallery_slider {
    position: relative;
}

.layout-pageProduct .productGallery_slider .productList-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 15px;
    align-items: start;
    align-content: space-between;
    justify-items: stretch;
    justify-content: center;
}

.layout-pageProduct .productGallery_slider .productList-slider .gallery-item:first-child {
    grid-area: 1 / 1 / 3 / 3;
}

.layout-pageProduct .productGallery_slider .productList-slider .gallery-item:nth-child(3) ~ .gallery-item {
    display: none;
}

.layout-pageProduct .productGallery_slider .productList-slider .gallery-item img {
    border-radius: 16px;
}

.layout-pageProduct .productGallery_slider .icon-gallery {
    position: absolute;
    bottom: 14px;
    right: 13px;
    height: 44px;
    padding: 12px 16px;
    border-radius: 200px;
    background: #fff;
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
    color: var(--shop-color-text);
    cursor: pointer;
}

.layout-pageProduct .productGallery_slider .icon-gallery:hover {
    color: #fff;
    background: var(--shop-color-main);
}

.layout-pageProduct .product-price {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.layout-pageProduct .product-price .pro-title {
    flex: 0 0 25%;
}

.layout-pageProduct .product-price .pro-price {
    flex: 0 0 75%;
    max-width: 75%;
}

.layout-pageProduct .product-price .pro-price .percent-price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.layout-pageProduct .product-price .pro-price .pro-percent {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    z-index: 2;
    padding: 2px 8px;
    border-radius: 3px;
    background: red;
}

.layout-pageProduct .product-price .pro-price .price {
    font-size: 24px;
}

.layout-pageProduct .product-price .pro-price .person {
    font-size: 14px;
    color: #565;
}

.layout-pageProduct .product-price .pro-price del {
    color: #a0a0a0;
    font-size: 18px;
}

.layout-pageProduct .product-price .pro-price del .person {
    color: #a0a0a0;
}

.layout-pageProduct #form-booking-pro {
    scroll-margin-block-start: 110px;
}

.layout-pageProduct .productDetail--content .content-tag {
    margin: 0 0 30px;
}

.layout-pageProduct .productDetail--content .content-tag ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    background: #f2f4f4;
    padding: 16px;
    border-radius: 8px;
}

.layout-pageProduct .productDetail--content .content-tag ul svg {
    width: 18px;
    height: 18px;
}

.layout-pageProduct .productDetail--content .content-tag ul .tag-language svg {
    width: 23px;
    height: 23px;
}

.layout-pageProduct .productDetail--content .content-tag ul .tag-language svg path {
    stroke: var(--shop-color-main);
}

.layout-pageProduct .productDetail--content .content-tag ul li:not(.tag-language) svg {
    fill: var(--shop-color-main);
}

.layout-pageProduct .productDetail--content .productDetail--box {
    border: 1px solid #e8edf1;
    border-radius: 16px;
    padding: 10px;
    margin-bottom: 10px;
}

.layout-pageProduct .productDetail--content .productDetail--box h2 {
    font-size: 26px;
}

.layout-pageProduct .productDetail--content .product-description .box-title h2 {
    font-size: 24px;
}

.layout-pageProduct .productDetail--content .product-description .description-content h3 {
    font-size: 20px;
}

.layout-pageProduct .productDetail--content .product-description .description-content h4 {
    font-size: 18px;
}

.layout-pageProduct .productDetail--content .product-description .description-content h5 {
    font-size: 16px;
}

.layout-pageProduct .productDetail--content .product-description .description-content h6 {
    font-size: 15px;
}

.layout-pageProduct .productDetail--content .wrapbox-right .wrapbox-detail {
    padding: 24px;
    background: #f2f4f4;
    border-radius: 16px;
    border: 1px solid var(--shop-color-main);
}

.layout-pageProduct .productDetail--content .wrapbox-right .wrapbox-detail .form-booking .input-group label {
    flex: 0 0 100%;
}

.layout-pageProduct .productDetail--content .wrapbox-right .wrapbox-detail .form-booking input {
    border: 1px solid #ddd;
    border-radius: 8px;
    height: 43px;
}

.layout-pageProduct .productDetail--content .wrapbox-right .wrapbox-detail .form-booking .pro-qty {
    display: flex;
    gap: 15px;
    align-items: center;
    margin: 20px 0;
}

.layout-pageProduct .productDetail--content .wrapbox-right .wrapbox-detail .form-booking .pro-qty input {
    width: 65px;
    height: 35px;
    padding: 0 10px;
}

.layout-pageProduct .productDetail--content .wrapbox-right .wrapbox-detail .form-booking .pro-total {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}

.layout-pageProduct .productDetail--content .wrapbox-right .wrapbox-detail .form-booking .pro-total label {
    margin: 0;
}

.layout-pageProduct .productDetail--content .wrapbox-right .wrapbox-detail .form-booking .pro-total .pro-num-total {
    font-size: 20px;
}

.layout-pageProduct .productDetail--content .wrapbox-right .wrapbox-detail .form-booking .addcart-area button {
    width: 100%;
    cursor: pointer;
}

.layout-pageProduct .productDetail--content .wrapbox-right .wrapbox-detail .form-booking .field-error {
    color: red;
}

.layout-pageProduct .productDetail-related h2, .layout-pageProduct .productDetail-recently-viewed h2 {
    margin: 0;
    text-align: left;
}

.layout-pageProduct .productDetail-related .owl-carousel .owl-stage, .layout-pageProduct .productDetail-recently-viewed .owl-carousel .owl-stage {
    padding: 30px 0;
}

.layout-pageProduct .sidebar-action-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto !important;
    width: 100%;
    min-height: 80px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    z-index: 9;
    transform: translateY(100%);
    transition: all .3s;
    display: flex;
}

.layout-pageProduct .sidebar-action-bottom.is-show {
    transform: translateY(0);
}

.layout-pageProduct .sidebar-action-bottom.show {
    transform: translateY(0) !important;
}

.layout-pageProduct .sidebar-action-bottom .product-price {
    flex: 0 0 60%;
    margin: 0;
}

.layout-pageProduct .sidebar-action-bottom .product-price .pro-title {
    flex: 0 0 60px;
    font-size: 18px;
}

.layout-pageProduct .sidebar-action-bottom .action-bottom {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
}

@media (min-width: 992px) {
    .layout-pageProduct .productDetail--content .wrapbox-left .wrapbox-detail {
        padding-right: 10px;
    }

    .layout-pageProduct .productDetail--content .wrapbox-right {
        padding-left: 15px;
        padding-right: 0;
        margin-top: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .layout-pageProduct .productDetail--content .wrapbox-right .wrapbox-detail {
        padding: 15px;
    }

    .layout-pageProduct .product-price .pro-title {
        flex: 0 0 20%;
    }

    .layout-pageProduct .product-price .pro-price {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .layout-pageProduct .product-price .pro-price .price {
        font-size: 20px;
    }

    .layout-pageProduct .product-price .pro-price del {
        font-size: 14px;
    }

    .layout-pageProduct .product-price .pro-price .pro-percent {
        font-size: 11px;
        padding: 2px 4px;
    }
}

@media (max-width: 991px) {
    .layout-pageProduct .sidebar-action-bottom {
        min-height: 50px;
        transform: translateY(0);
    }

    .layout-pageProduct body.scroll-body-up .sidebar-action-bottom {
        transform: translateY(100%);
    }

    .layout-pageProduct .productDetail--gallery {
        margin-bottom: 30px;
    }

    .layout-pageProduct .productDetail--content .wrapbox-right {
        padding: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .layout-pageProduct .product-heading h1 {
        font-size: 22px;
    }

    .layout-pageProduct .product-heading .group-status > div {
        font-size: 14px;
    }

    .layout-pageProduct .productGallery_slider .productList-slider {
        display: block;
    }

    .layout-pageProduct .productGallery_slider .productList-slider .gallery-item:nth-child(1) ~ .gallery-item {
        display: none;
    }

    .layout-pageProduct .productDetail--content .content-tag ul li {
        margin-bottom: 5px;
    }

    .layout-pageProduct .productDetail--content .product-description .box-title h2 {
        font-size: 20px;
    }

    .layout-pageProduct .productDetail--content .product-description .description-content h3 {
        font-size: 19px;
    }

    .layout-pageProduct .productDetail--content .product-description .description-content h4 {
        font-size: 17px;
    }

    .layout-pageProduct .productDetail--content .product-description .description-content h5 {
        font-size: 16px;
    }

    .layout-pageProduct .productDetail--content .product-description .description-content h6 {
        font-size: 15px;
    }

    .layout-pageProduct .product-price .pro-title {
        flex: 0 0 15%;
    }

    .layout-pageProduct .product-price .pro-price {
        flex: 0 0 85%;
        max-width: 85%;
    }

    .layout-pageProduct .product-price .pro-price .price {
        font-size: 20px;
    }

    .layout-pageProduct .product-price .pro-price del {
        font-size: 14px;
    }

    .layout-pageProduct .product-price .pro-price .pro-percent {
        font-size: 11px;
        padding: 2px 4px;
    }

    .layout-pageProduct .productDetail-related h2, .layout-pageProduct .productDetail-recently-viewed h2 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .layout-pageProduct .sidebar-action-bottom .product-price {
        flex: 0 0 70%;
    }

    .layout-pageProduct .sidebar-action-bottom .product-price .pro-title {
        flex: 0 0 40px;
        font-size: 14px;
    }

    .layout-pageProduct .sidebar-action-bottom .product-price .pro-price .price {
        font-size: 18px;
    }

    .layout-pageProduct .sidebar-action-bottom .product-price .pro-price del {
        font-size: 12px;
    }

    .layout-pageProduct .sidebar-action-bottom .product-price .pro-price .pro-percent {
        font-size: 10px;
    }

    .layout-pageProduct .sidebar-action-bottom .action-bottom-btn .button {
        padding: 8px 10px;
        font-size: 12px;
    }
}

.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}

.modalForm-success svg {
    fill: #009900;
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

.modalForm-success p {
    font-size: 18px;
}

/*=======END Product=======*/
/*=======Footer=======*/
.mainFooter {
    color: var(--footer-color-title);
    background: var(--footer-color-bg);
}

.mainFooter a {
    color: var(--footer-color-title);
}

.mainFooter .footer-expand-title {
    text-align: center;
    display: block;
    padding: 10px 0 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    background: #ffffff;
}

.mainFooter .footer-expand-title p {
    margin: 0;
}

.mainFooter .footer-expand-title span.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.active span.arrow-up {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mainFooter .footer-expand-collapsed {
    display: none;
}

.mainFooter .footer-expand-collapsed .ft-top {
    padding-bottom: 65px;
}

.mainFooter .title-footer, .mainFooter .fter-title {
    position: relative;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}

.mainFooter .footer-payment {
    margin: 15px 0;
}

.mainFooter .footer-payment .payment-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.mainFooter .footer-payment .payment-icon {
    display: flex;
    flex-wrap: wrap;
}

.mainFooter .footer-payment .payment-icon li {
    margin: 0 8px 8px 0;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    overflow: hidden;
}

.mainFooter .ft-logo {
    margin-bottom: 20px;
}

.mainFooter .ft-logo img {
    max-height: 45px;
}

.mainFooter .address-footer ul li {
    font-size: 16px;
    margin-bottom: 15px;
}

.mainFooter .address-footer ul li.contact-3 {
    font-size: 20px;
    font-weight: 600;
}

.mainFooter .address-footer ul li.contact-3 i {
    margin-right: 10px;
}

.mainFooter ul li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 16px;
}

.mainFooter ul li a {
    position: relative;
}

.mainFooter .footer-link ul li a:after {
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--footer-color-title);
    position: absolute;
    left: 100%;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .4s;
}

.mainFooter ul li a:hover:after {
    width: 100%;
    transition: width .4s ease;
    visibility: visible;
    opacity: 1;
    left: 0;
}

.mainFooter .footerNav-social {
    padding: 0 0 10px;
}

.mainFooter .footerNav-social li {
    display: inline-block;
}

.mainFooter .footerNav-social li.social-svg svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    margin-top: -3px;
}

.mainFooter .footerNav-social li + li {
    margin-left: 8px;
}

.mainFooter .footerNav-social li a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid var(--shop-color-main);
    color: var(--shop-color-main);
    display: block;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mainFooter .footerNav-social li a:hover {
    background-color: var(--shop-color-main);
    color: #ffffff;
}

.mainFooter .footer-copyright {
    padding: 20px 0;
    border-top: 1px solid #e7e7e7;
}

.mainFooter .footer-copyright p {
    margin: 0;
    font-size: 16px;
}

@media (min-width: 992px) {
    .mainFooter .footer-expand-title {
        display: none;
    }

    .mainFooter .footer-expand-collapsed {
        display: block;
        padding: 100px 0 0;
    }

    .mainFooter .widget-footer {
        border-bottom: 0;
    }

    .mainFooter .widget-footer .block-collapse {
        display: block;
    }

    .mainFooter .widget-footer:nth-child(1) .block-collapse {
        display: flex;
    }

    .mainFooter .footer-link {
        padding-left: 55px;
    }
}

@media (max-width: 991px) {
    .mainFooter .footer-expand-collapsed {
        display: block;
        padding: 40px 0 0;
    }

    .mainFooter .widget-footer {
        margin-bottom: 20px;
    }

    .mainFooter .widget-footer:last-child .title-footer {
        border-bottom: 0;
    }

    .mainFooter.has-toolbar {
        padding-bottom: 55px;
    }

    .mainFooter .title-footer:not(.fter-title, .fter-title):before, .mainFooter .fter-title:not(.fter-title, .fter-title):before {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        top: 12px;
        right: 10px;
        text-align: center;
        font-size: 22px;
        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 .title-footer.opened, .mainFooter .fter-title.opened {
        font-weight: 700;
    }

    .mainFooter .title-footer.opened:before, .mainFooter .fter-title.opened:before {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

@media (max-width: 767px) {
    .mainFooter .ft-logo h2 {
        font-size: 28px;
    }

    .mainFooter .address-footer ul li, .mainFooter ul li, .mainFooter .footer-copyright p {
        font-size: 14px;
    }
}

/*=======END Footer=======*/
.layout-pageProduct .productDetail--content .wrapbox-right .wrapbox-detail {
    position: -webkit-sticky;
    position: sticky;
    margin-top: 50px;
    top: 10px;
}

.template-product.scroll-body-up .layout-pageProduct .productDetail--content .wrapbox-right .wrapbox-detail {
    top: 100px;
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    body.scroll-body-up .sidebar-action-bottom {
        bottom: 43px;
    }

    .product-loop-mobile {
        padding: 0px 2px;
        margin-bottom: 15px;
    }

    .template-product .actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores {
        bottom: calc(100% + 80px);
        max-width: 90px;
    }

    .banner-search .search-form label {
        margin: 0;
        padding: 0px 10px;
    }

    .banner-search .search-form select {
        padding: 0px 10px;
    }
}

.checkout-btn[data-check="0"] {
    opacity: .65;
    pointer-events: none;
}
.locked-scroll {
    overflow: hidden;
}
#site-cart-handle .box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
#site-cart-handle .box-icon i {
    font-size: 20px;
}
.search-where .search-icon i, .search-btn .box-icon i {
    font-size: 20px;
}
.search-form input {
    outline: none;
}
.box-chatmsg i {
    font-size: 60px;
    color: #00B2FF;
}
.breadcrumView.breadcrumb {
    padding: 10px 0;
    margin: 0;
}
.contact-form .row {
    gap: 13px;
}
._progressbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #9c9c9cc7;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    display: none;
    z-index: 999;
}

div._progressbar.active {
    opacity: 1;
    display: flex;
    visibility: visible;
}

._progressbar img {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
.pro-share .list-icon a i {
    font-size: 20px;
}
.paginator .labelPages, .paginator .titlePages {
    display: none;
}
.paginator .currentPage, .paginator a {
    padding: 5px 10px;
    border: 1px solid #dee2e6;
    width: 35px;
    height: 35px;
    display: inline-block;
}
.paginator .currentPage, .paginator a:hover {
    background: #01aa90;
    color: #fff;
}
.paginator a.paging-next:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
}
.paginator a.paging-last:before {
    content: "\f101";
    font-family: "Font Awesome 5 Pro";
}
.paginator a.paging-previous:before {
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
}
.paginator a.paging-first:before {
    content: "\f100";
    font-family: "Font Awesome 5 Pro";
}
.paginator {
    margin: 30px 0;
}
#auth-form .auth-form-body h5 {
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 15px;
    line-height: 25px;
}
#UserSignin input {
    border-radius: 0;
    font-size: 1rem;
    padding-left: 1.2em;
    padding-right: 1.2em;
    height: 42px;
    line-height: 42px;
    margin-bottom: 8px;
    width: 100%;
    border: 1px solid #ced4da;
}
.login-form-body, .register_form {
    margin-top: 20px;
}
#_btnSignUp {
    border-radius: 0;
    font-size: 1rem;
    padding-left: 1.2em;
    padding-right: 1.2em;
    height: 42px;
    line-height: 42px;
    margin-bottom: 8px;
    width: 100%;
    border: 1px solid #ced4da;
}