@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBoldItalic.eot');
    src: url('../fonts/OpenSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
    url('../fonts/OpenSans-SemiBoldItalic.woff') format('woff'),
    url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype'),
    url('../fonts/OpenSans-SemiBoldItalic.svg#OpenSans-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
    url('../fonts/OpenSans-SemiBold.woff') format('woff'),
    url('../fonts/OpenSans-SemiBold.ttf') format('truetype'),
    url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
#wp-admin-bar-woocommerce-site-visibility-badge,
#wp-admin-bar-site-name .ab-sub-wrapper,
#wp-admin-bar-wcct_admin_page_node{
    display: none !important;
}
html{
    margin: 0 !important;
    padding: 0 !important;
}
:root{
    --main-cl: #e11d38;
    --sub-cl: #e11d38;
    --text-cl: #212121;
    --container-w: 72.917rem;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}
.overflow-x,
.overflow-y{
    overflow: auto;
}
.overflow-y::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #D9D9D9CC;
}
.overflow-y::-webkit-scrollbar {
    width: 4px;
    background-color: #D9D9D9CC;
}
.overflow-y::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
.overflow-x::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #D9D9D9CC;
}
.overflow-x::-webkit-scrollbar {
    height: 6px;
    background-color: #D9D9D9CC;
}
.overflow-x::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: unset !important;
    outline: none !important;
}
body{
    padding: 0 !important;
    margin: 0 !important;
    font-family: "Geologica", serif;
    overflow-x: hidden;
    background-color: #FFF;
    word-break: break-word;
}
body #wrapper #main{
    background-color: #eee;
}
@media (min-width: 1200px) {
    body, html {
        font-size: 1vw;
    }
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
.p-middle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.text-white{
    color: #FFF;
}
.text-3{
    color: #333;
}
.text-underline{
    text-decoration: underline;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-uppercase{
    text-transform: uppercase;
}
.obj-cover{
    object-fit: cover;
}
.text-italic{
    font-style: italic;
}
.text-primary{
    color: var(--main-cl)
}
.al-center{
    align-items: center;
}
.img-center{
    margin-left: auto;
    margin-right: auto;
}
.img-wrap{
    overflow: hidden;
    position: relative;
}
.img-wrap img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a{
    text-decoration: none;
}
.ts-03{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ts-04{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ts-05{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fs-11{
    font-size: 0.573rem;
}
.fs-12{
    font-size: 0.625rem;
}
.fs-13{
    font-size: 0.677rem;
}
.fs-14{
    font-size: 0.729rem;
}
.fs-15{
    font-size: 0.78125rem;
}
.fs-16{
    font-size: 0.833rem;
}
.fs-17{
    font-size: 0.885rem;
}
.fs-18{
    font-size: 0.9375rem;
}
.fs-19{
    font-size: 0.99rem;
}
.fs-20{
    font-size: 1.042rem;
}
.fs-21{
    font-size: 1.09375rem;
}
.fs-22{
    font-size: 1.146rem;
}
.fs-23{
    font-size: 1.198rem;
}
.fs-24{
    font-size: 1.25rem;
}
.fs-25{
    font-size: 1.302rem;
}
.fs-30{
    font-size: 1.5625rem;
}
.lh-20{
    line-height: 1.042rem;
}
.lh-21{
    line-height: 1.09375rem;
}
.lh-22{
    line-height: 1.146rem;
}
.lh-23{
    line-height: 1.198rem;
}
.lh-24{
    line-height: 1.25rem;
}
.lh-25{
    line-height: 1.302rem;
}
.lh-26{
    line-height: 1.354rem;
}
.lh-27{
    line-height: 1.40625rem;
}
.lh-28{
    line-height: 1.458rem;
}
.lh-29{
    line-height: 1.51rem;
}
.lh-30{
    line-height: 1.5625rem;
}
.lh-31{
    line-height: 1.615rem;
}
.lh-32{
    line-height: 1.667rem;
}
.lh-33{
    line-height: 1.71875rem;
}
.lh-34{
    line-height: 1.771rem;
}
.lh-40{
    line-height: 2.083rem
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.wrap-link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.m-auto{
    margin: auto;
}
.col-1{flex:0 0 auto;width:8.33333333%}
.col-2{flex:0 0 auto;width:16.66666667%}
.col-3{flex:0 0 auto;width:25%}
.col-4{flex:0 0 auto;width:33.33333333%}
.col-5{flex:0 0 auto;width:41.66666667%}
.col-6{flex:0 0 auto;width:50%}
.col-7{flex:0 0 auto;width:58.33333333%}
.col-8{flex:0 0 auto;width:66.66666667%}
.col-9{flex:0 0 auto;width:75%}
.col-10{flex:0 0 auto;width:83.33333333%}
.col-11{flex:0 0 auto;width:91.66666667%}
.col-12{flex:0 0 auto;width:100%}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.p-unset{
    position: unset !important;
}
.flex-box{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-row{
    flex-direction: row !important;
}
.flex-col{
    flex-direction: column;
}
.al-center{
    align-items: center;
}
.al-start{
    align-items: flex-start;
}
.al-end{
    align-items: flex-end;
}
.al-baseline{
    align-items: baseline;
}
.jus-start{
    justify-content: flex-start;
}
.jus-end{
    justify-content: flex-end;
}
.jus-center{
    justify-content: center;
}
.jus-between{
    justify-content: space-between;
}
.grid-box{
    display: grid;
}
.grid-2{
    grid-template-columns: repeat(2, 1fr);
}
.grid-3{
    grid-template-columns: repeat(3, 1fr);
}
.grid-4{
    grid-template-columns: repeat(4, 1fr);
}
.grid-5{
    grid-template-columns: repeat(5, 1fr);
}
.d-block{
    display: block;
}
.swiper-button-disabled{
    opacity: 0.3 !important;
}
.limit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-line.limit-1{
    -webkit-line-clamp: 1;
}
.limit-line.limit-2{
    -webkit-line-clamp: 2;
}
.limit-line.limit-3{
    -webkit-line-clamp: 3;
}
.limit-line.limit-4{
    -webkit-line-clamp: 4;
}
.limit-line.limit-5{
    -webkit-line-clamp: 5;
}
.m-0{
    margin: 0;
}
.swal2-container {
  z-index: 99999999;
}
@keyframes scaleBorder {
    0%{
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100%{
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
.pl-cont{
    padding-left: calc(calc(100vw - 72.917rem) / 2);
}
.pr-cont{
    padding-right: calc(calc(100vw - 72.917rem) / 2);
}
.left-cont{
    left: calc(calc(100vw - 72.917rem) / 2);
}
.right-cont{
    right: calc(calc(100vw - 72.917rem) / 2);
}
.h-100{
    height: 100%;
}
.w-100{
    width: 100%;
}
.ls-none{
    list-style: none;
}
span.required{
    color: #FF1B1B;
}
.site-content{
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
    color: #FFF !important;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
    color: #FFF !important;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output{
    margin-top: 1rem !important;
    text-align: center !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 0.833rem;
    position: absolute;
    width: 100%;
}
.form-wrap .wpcf7-not-valid-tip{
    font-size: 0.677rem;
    position: absolute;
    width: 100%;
}
.wpcf7-spinner{
    display: none !important;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(100%, -50%);
}
.bg-center{
    background-position: center;
}
.bg-custom{
    background-repeat: no-repeat;
}
.bg-cover{
    background-size: cover;
}
.bg-contain{
    background-size: contain;
}
.bg-primary{
    background-color: var(--main-cl);
}

@keyframes fade-up {
    0%{
        opacity: 0;
        transform: translateY(2.083rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.swiper-button-lock{
    display: none !important;
}
.swiper-button-disabled{
    opacity: 0.4 !important;
}
svg,path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.gradient-border{
    background-image: linear-gradient(#FFF0F9, #FFF0F9), radial-gradient(circle at top left, #D4922D,#FDBE5D);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.overflow-hidden{
    overflow: hidden;
}
.bdrs-10{
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
}
.bdrs-15{
    -webkit-border-radius: 0.78125rem;
    -moz-border-radius: 0.78125rem;
    border-radius: 0.78125rem;
}
.bdrs-20{
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
}
.bdrs-24{
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    border-radius: 1.25rem;
}
.swiper-same-height > .swiper-wrapper{
    align-items: unset;
}
.swiper-same-height > .swiper-wrapper .swiper-slide{
    height: auto;
}
.swiper-same-height > .swiper-wrapper .swiper-slide > div{
    height: 100%;
}
.show-mobile{
    display: none !important;
}
.overflow-hidden{
    overflow: hidden;
}
.bdrs-20{
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem; 
}
.home-2{
    padding-top: 5.208rem;
    padding-bottom: 5.208rem;
}
.home-2 .swiper.home-swiper-2{
    margin: 0 -0.521rem;
}
.home-2 .swiper-slide{
    padding: 0 0.521rem;
}
.home-2 .swiper-slide .item h3{
    left: 2.083rem;
    top: 2.083rem;
    right: 2.8125rem;
    width: calc(100% - 4.896rem);
    z-index: 4;
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 1.979rem;
}
.home-2 .swiper-slide .item .plus-btn{
    bottom: 1.667rem;
    left: 2.083rem;
    z-index: 4;
}
.home-2 .swiper-slide .item:hover .plus-btn{
    background-color: var(--main-cl);
}
.home-2 .swiper-slide .item:hover .plus-btn svg{
    transform: rotate(360deg);
}
.home-2 .swiper-slide .item:hover .plus-btn path{
    stroke: #FFF;
}
.plus-btn{
    width: 2.604rem;
    height: 2.604rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.plus-btn svg{
    width: 1.25rem;
    height: 1.25rem;
}
.bg-gray{
    background-color: #EEEEEE;
}
.sec-title{
    font-weight: 700;
    font-size: 2.083rem;
    line-height: 2.552rem;
}
.home-3{
    padding-bottom: 5.208rem;
}
.home-3 .sec-title{
    margin-bottom: 1.5625rem;
}
.home-3 .col-5{
    padding-right: 2.5rem;
}
.home-3 .col-5 .img-wrap{
    height: 100%;
    object-fit: cover;
}
.home-3 .swiper-wrap{
    background-color: #FFF;
    padding: 1.042rem 1.25rem;
}
.home-3 .swiper-wrap .swiper{
    margin: 0 -0.625rem;
}
.home-3 .swiper-wrap .swiper .swiper-slide{
    padding: 0 0.625rem;
}
.home-3 .swiper-wrap .swiper .swiper-slide .voucher-item+.voucher-item{
    margin-top: 1.25rem;
}
.video-wrap video{
    display: block;
    width: 100%;
    height: 100%;
}
.text-black{
    color: #212121;
}
.box-countdown-timer{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.box-countdown-timer .flash-sale-countdown{
    display: flex;
    align-items: center;
    justify-content: end;
}
.box-countdown-timer .text-white{
    margin-right: 0.625rem;
}
.box-countdown-timer .divider{
    font-weight: 600;
    font-size: 1.354rem;
    line-height: 1.5625rem;
    color: #FFF;
    display: block;
    margin: 0 0.625rem;
}
.box-countdown-timer .countdown-item{
    -webkit-border-radius: 2.917rem;
    -moz-border-radius: 2.917rem;
    border-radius: 2.917rem;
    background-color: rgba(255, 255, 255, 0.9);
    color: var(--main-cl);
    font-weight: 600;
    font-size: 1.354rem;
    line-height: 1.5625rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.917rem;
    height: 2.917rem;
}
.home-4 .home-flash-sale-on{
    background-repeat: no-repeat;
    background-size: cover;
}
.home-4 .home-flash-sale-on .home-flash-sale-content{
    padding: 3rem 0 3.542rem;
}
.home-4 .home-flash-sale-on .home-flash-sale-content .flash-sale-title{
    margin-bottom: 1.667rem;
}
.home-4 .home-flash-sale-on .home-flash-sale-content .box-countdown-timer{
    padding-bottom: 1.042rem;
}
.home-4 .home-flash-sale-on .flash-sale-swiper-1 .cont-wrap{
    background: linear-gradient(239.65deg, #FCF2D9 14.6%, #DEC693 85.48%);
    -webkit-border-radius: 0.521rem 0 0 0.521rem;
    -moz-border-radius: 0.521rem 0 0 0.521rem;
    border-radius: 0.521rem 0 0 0.521rem;
    padding: 2.083rem 4.167rem 2.083rem 5.104rem;
}
.home-4 .home-flash-sale-on .flash-sale-swiper-1 .cont-wrap .product-name{
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 0;
}
.home-4 .home-flash-sale-on .flash-sale-swiper-1 .cont-wrap .price-wrap{
    margin-bottom: 0.78125rem;
}
.home-4 .home-flash-sale-on .flash-sale-swiper-1 .cont-wrap .price-wrap ins{
    display: block;
}
.home-4 .home-flash-sale-on .flash-sale-swiper-1 .cont-wrap .price-wrap span.amount{
    font-weight: 700;
    font-size: 2.1875rem;
    line-height: 2.604rem;
    color: #B40000
}
.home-4 .home-flash-sale-on .flash-sale-swiper-1 .cont-wrap .price-wrap del,
.home-4 .home-flash-sale-on .flash-sale-swiper-1 .cont-wrap .price-wrap del span.amount{
    font-weight: 300;
    font-size: 1.354rem;
    line-height: 2.604rem;
    color: #000;
    opacity: 0.8;
}
.home-4 .home-flash-sale-on .flash-sale-swiper-1 .img-wrap{
    /*max-height: 20.521rem;*/
    -webkit-border-radius: 0 0.521rem 0.521rem 0;
    -moz-border-radius: 0 0.521rem 0.521rem 0;
    border-radius: 0 0.521rem 0.521rem 0;
}
.home-4 .home-flash-sale-on .flash-sale-swiper-1 .wcct_counter_bar_wrap{
    margin-bottom: 1.042rem;
}
.home-4 .home-flash-sale-on .flash-sale-swiper-1 .counter-bar-sold{
    font-weight: 300;
    font-size: 0.833rem;
    line-height: 0.9375rem;
    color: #212121
}
.home-4 .home-flash-sale-on .flash-sale-swiper-1 .counter-bar-sold span.text-primary{
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.09375rem;
    color: #212121
}
.home-4 .home-flash-sale-on .flash-sale-swiper-1 .counter-bar-remaining{
    display: none !important;
}
.home-4 .home-flash-sale-on .flash-sale-swiper-2{
    margin-top: 1.667rem;
}
.home-4 .home-flash-sale-on .flash-sale-swiper-2 .box-swiper{
    background-color: #F6E9CA;
    padding: 1.458rem 1.25rem;
}
.home-4 .home-flash-sale-on .flash-sale-swiper-2 .box-swiper .swiper-slide{
    padding: 0 0.625rem;
}
.home-4 .home-flash-sale-on .home-flash-sale-content > .grid-container > .btn{
    margin-top: 2.083rem;
}
.home-4 .home-flash-sale-off .title-image{
    margin-bottom: 0.625rem;
}
.home-4 .home-flash-sale-off .grid-container{
    padding: 0.417rem 1.667rem 2.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.home-4 .home-flash-sale-off .flash-sale-swiper-3 .box-swiper{
    padding: 1.458rem 1.25rem 2.083rem;
}
.home-4 .home-flash-sale-off .flash-sale-swiper-3 .swiper-slide{
    padding: 0 0.625rem;
}
.home-4 .home-flash-sale-off .grid-container > .btn{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
}
.home-4 marquee{
    background-color: #A10105;
    padding: 1.302rem 0;
    font-weight: 600;
    font-size: 2.083rem;
    line-height: 2.604rem;
    color: #FFF;
    display: block;
    font-family: 'Open Sans', 'Geologica';
}
.home-4 marquee span{
    color: transparent;
    -webkit-text-stroke: 1px #FFF;
}
.home-5{
    padding-top: 6.25rem;
}
.home-5 .title-group{
    margin-bottom: 1.5625rem;
}
.home-5 .swiper{
    margin: 0 -0.3125rem;
}
.home-5 .swiper .swiper-slide{
    padding: 0 0.3125rem;
}
.home-6{
    padding-top: 5.208rem;
}
.home-7{
    padding-top: 2.604rem;
}
.home-7 .col-4{
    padding-right: 2.292rem;
}
.home-7 .col-8 .box-swiper{
    padding: 1.667rem 2.083rem;
}
.home-7 .home-product-group+.home-product-group{
    margin-top: 2.604rem;
}
.home-7 .home-product-group .product-item{
    padding: 0 0.3125rem;
}
.bg-white{
    background-color: #FFF;
}
.home-8{
    padding-top: 7.708rem;
}
.home-9{
    padding-top: 6.25rem;
}
.home-9 .title-group{
    margin-bottom: 2.083rem;
}
.home-5 .tab-title{
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.354rem;
    flex: 0 0 auto;
    color: #808080;
    position: relative;
}
.home-5 .tab-title+.tab-title{
    padding-left: 0.729rem;
    margin-left: 0.729rem;
}
.home-5 .tab-title+.tab-title:before{
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: '';
    width: 1px;
    background-color: #808080;
    height: 0.9375rem;
}
.home-5 .tab-title.active{
    font-weight: 700;
    color: var(--main-cl);
}
.tab-title{
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tab-content{
    animation: fade-up 0.6s;
}
.tab-content:not(.active){
    display: none;
}
.home-10{
    padding-top: 6.771rem;
}
.home-9 .swiper{
    margin: 0 -0.521rem;
}
.home-9 .swiper .swiper-slide{
    padding: 0 0.521rem;
}
.home-9 .swiper .swiper-slide .img-wrap:before{
    z-index: 4;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.6;
}
.home-9 .swiper .swiper-slide .name{
    position: absolute;
    bottom: 1.354rem;
    left: 0;
    width: 100%;
    padding: 0 1.042rem;
    margin: 0;
    z-index: 5;
    transition: all 0.3s ease-in-out;
    text-align: center;
}
.home-9 .swiper .swiper-slide .btn{
    position: absolute;
    bottom: 0;
    transform: translateY(100%) translateX(-50%);
    opacity: 0;
    height: 2.396rem;
    z-index: 30;
    left: 50%;
}
.btn{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.833rem;
    line-height: 1.25rem;
    padding: 0.573rem 1.25rem;
    text-transform: uppercase;
    gap: 0.521rem;
    width: max-content;
    max-width: 100%;
    border: 1px solid;
    cursor: pointer;
}
.btn-2{
    -webkit-border-radius: 0.26rem;
    -moz-border-radius: 0.26rem;
    border-radius: 0.26rem;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    gap: 0.521rem;
    width: max-content;
    max-width: 100%;
    border: 1px solid;
    cursor: pointer;
    font-weight: 400;
    font-size: 1.042rem;
    line-height: 1.5625rem;
    padding: 0.521rem 1.667rem;
}
.btn-secondary{
    color: var(--main-cl);
    background-color: #FFF;
    border-color: #FFF;
}
.btn-primary{
    border-color: var(--main-cl);
    background-color: var(--main-cl);
    color: #FFF;
}
.btn-black-fill{
    background-color: #000;
    color: #FFF;
    border-color: #000;
}
.btn-white-transparent{
    background-color: transparent;
    color: #FFF;
    border-color: #FFF;
}
.btn .icon{
    display: flex;
}
.btn span{
    flex: 0 0 auto;
}
.home-9 .btn-primary{
    margin-top: 2.083rem;
}
.swiper-arrow{
    width: 2.083rem;
    height: 2.083rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    transition: all 0.3s ease-in-out;
    z-index: 20;
    cursor: pointer;
}
.swiper-arrow:hover{
    background-color: #FFF;
    box-shadow: 0 0 10px 0 #dedede
}
.swiper-arrow:hover path{
    stroke: #000
}
.swiper-arrow.color-2{
    background-color: #FFF;
}
.swiper-arrow.color-2:hover{
    background-color: #000;
    box-shadow: 0 0 10px 0 #dedede
}
.swiper-arrow.color-2:hover path{
    stroke: #FFF;
}
.swiper-arrow.color-2 path{
    stroke: #000
}
.swiper-arrow svg{
    width: 1.042rem;
    height: 1.042rem;
}
.swiper-arrow-style-2,
.swiper-arrow-style-1{
    position: relative;
}
.swiper-arrow-style-2 .swiper-arrow,
.swiper-arrow-style-1 .swiper-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-arrow-style-2 .swiper-arrow.prev{
    left: -3.021rem;
}
.swiper-arrow-style-2 .swiper-arrow.next{
    right: -3.021rem;
}
.swiper-arrow-style-1 .swiper-arrow.prev{
    left: 0;
    transform: translate(-50%, -50%);
}
.swiper-arrow-style-1 .swiper-arrow.next{
    right: 0;
    transform: translate(50%, -50%);
}
.home-10 .swiper{
    padding-bottom: 1.771rem;
}
.home-10 .box-swiper .swiper-slide{
    padding: 3.333rem 5.625rem;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background-color: #FFF;
}
.home-10 .box-swiper .swiper-slide.swiper-slide-active{
    opacity: 1;
}
.home-10 .box-swiper{
    width: 50.729rem;
    max-width: 100%;
}
.home-10 .box-swiper > svg{
    width: 2.604rem;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
}
.home-10 .swiper-slide .title{
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 1.979rem;
    margin-bottom: 1.042rem;
    width: 23.4375rem;
    max-width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(17, 17, 17, 0.2);
    padding: 0 1.25rem 1.042rem;
}
.reset-last > *:last-child{
    margin-bottom: 0 !important;
}
.content,
.content p,
.content li{
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.354rem;
}
.home-10 .swiper-slide .content{
    margin-bottom: 1.771rem;
}
.home-10 .swiper-slide .position {
    color: #9F9F9F
}
.home-10 .swiper-slide .avatar{
    width: 3.542rem;
    height: 3.542rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    position: absolute;
    overflow: hidden;
}
#home-page > section:last-of-type{
    padding-bottom: 5rem;
}
.product-item.loading{
    pointer-events: none !important;
}
.product-item.loading > div{
    filter: blur(5px);
}
.product-item .img-wrap{
    aspect-ratio: 272/306;
    background-color: #FFF;
    border: 1px solid #E8E8E8;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
}
.product-item .img-wrap .fl-badge{
    position: absolute;
    z-index: 3;
    pointer-events: none;
    width: 1.458rem;
    height: 1.458rem;
    left: 0.625rem;
    top: 0.625rem;
}
.product-item .img-wrap .sale-badge{
    position: absolute;
    z-index: 4;
    right: 0;
    top: 0.521rem;
    pointer-events: none;
    background-color: var(--main-cl);
    font-weight: 900;
    font-size: 0.833rem;
    line-height: 1.382rem;
    color: #FFF;
    padding: 0.15625rem 0.46875rem 0.15625rem 0.729rem;
    -webkit-border-radius: 2.604rem 0 0 2.604rem;
    -moz-border-radius: 2.604rem 0 0 2.604rem;
    border-radius: 2.604rem 0 0 2.604rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3125rem;
}
.product-item .img-wrap .sale-badge svg{
    transform: translateY(2px);
    animation: flashSaleScale 0.8s infinite;
}
@keyframes flashSaleScale {
    0%{
        transform: scale(0.8);
    }
    50%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(0.8);
    }
}
.product-item .cont-wrap{
    padding: 0.9375rem 0.625rem 0 0;
}
.product-item .cont-wrap .rating-wishlist{
    margin-bottom: 0.521rem;
}
.product-item .cont-wrap .rating-wishlist .rating{
    font-weight: 300;
    font-size: 0.729rem;
    line-height: 1.042rem;
    color: #415161;
    gap: 2px;
}
.product-item .cont-wrap .rating-wishlist .rating > span:last-of-type{
    color: #808080
}
.product-item .cont-wrap .rating-wishlist .add-to-wishlist{
    display: flex;
    cursor: pointer;
}
.product-item .cont-wrap .rating-wishlist .add-to-wishlist svg{
    width: 0.833rem;
    height: auto;
}
.product-item .cont-wrap .rating-wishlist .add-to-wishlist path{
    fill: transparent;
}
.product-item .cont-wrap .rating-wishlist .add-to-wishlist.added path{
    stroke: var(--main-cl);
    fill: var(--main-cl);
}
.product-item .cont-wrap .product-name{
    margin-bottom: 0.208rem;
}
.product-item .cont-wrap .product-price{
    display: flex;
    align-items: baseline;
    margin-bottom: 0.417rem;
}
.product-item .cont-wrap .product-price .text-stock{
    font-size: 0.729rem;
    line-height: 1.40625rem;
    color: var(--main-cl);
    font-weight: 600;
}
.product-item .cont-wrap .product-price ins{
    order: 1;
}
.product-item .cont-wrap .product-price span.amount{
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.40625rem;
    color: var(--main-cl);
}
.product-item .cont-wrap .product-price del{
    margin-left: 0.521rem;
    order: 2
}
.product-item .cont-wrap .product-price del,
.product-item .cont-wrap .product-price del span.amount{
    font-weight: 800;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    color: #464646;
}
.product-item .cont-wrap .product-gift{
    font-size: 0.625rem;
    line-height: 1.146rem;
    padding: 0 0.625rem;
    -webkit-border-radius: 0.208rem;
    -moz-border-radius: 0.208rem;
    border-radius: 0.208rem;
    background-color: #EDEBFF;
    color: #2D2E7F;
    width: max-content;
    max-width: 100%;
}
.product-item .item-buttons{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 6px;
    opacity: 0;
    z-index: 3;
    transition: all 0.4s;
}
.product-item:hover .item-buttons{
    bottom: 1.042rem;
    opacity: 1;
}
.product-item .item-buttons > a{
    font-size: 0.729rem;
    line-height: 1.042rem;
    padding: 0.26rem 0.833rem;
    -webkit-border-radius: 0.26rem;
    -moz-border-radius: 0.26rem;
    border-radius: 0.26rem;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    color: var(--main-cl)
}
.product-item .item-buttons > a.btn-view-more:hover,
.product-item .item-buttons > a.btn-primary{
    background-color: var(--main-cl);
    color: #FFF;
}
.product-item .img-wrap:after{
    position: absolute;
    z-index: 1;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 640/100;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}
.product-item .img-wrap:before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
    height: 40%;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s;
}
.product-item:hover .img-wrap:before{
    opacity: 0.7;
}
.product-item:hover .img-wrap img{
    /*transform: scale(1.1);*/
}
.product-item:hover .cont-wrap .product-name{
    color: var(--main-cl)
}
.voucher-item{
    background-image: url('../images/voucher-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.voucher-item .left-cont{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 0.833rem;
}
.voucher-item .left-cont .value{
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 1.979rem;
    margin-bottom: 0.208rem;
    color: var(--main-cl);
}
.voucher-item .right-cont{
    width: 60%;
    padding: 1.146rem;
}
.voucher-item .right-cont .voucher-title{
    font-weight: 700;
    font-size: 0.729rem;
    line-height: 1.042rem;
}
.voucher-item .right-cont .voucher-desc{
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 1.042rem;
    margin-bottom: 1.042rem;
    height: 2.083rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.voucher-item .right-cont .flex-box .fs-12{
    margin-right: 0.833rem;
    color: #415161
}
.btn-small{
    font-weight: 600;
    font-size: 0.625rem;
    line-height: 1.25rem;
    padding: 0 0.625rem;
    -webkit-border-radius: 1.5625rem;
    -moz-border-radius: 1.5625rem;
    border-radius: 1.5625rem;
    background-color: var(--main-cl);
    color: #FFF;
    cursor: pointer;
}
.voucher-item.voucher-shipping{
    background-image: url('../images/voucher-shipping-bg.png');
}
.voucher-item.voucher-shipping .btn-small{
    background-color: #36B2B4;
}
.voucher-item.voucher-shipping .left-cont .value,
.voucher-item.voucher-shipping .voucher-title{
    color: #36B2B4;
}
.swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    position: relative;
    bottom: unset !important;
    margin-top: 1.5625rem;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 0.521rem;
    height: 0.521rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
}
.swiper-pagination .swiper-pagination-bullet{
    background-color: #bcbcbc;
    margin: 0 0.26rem !important;
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active{
    background-color: var(--main-cl);
}
.swiper-pagination.light .swiper-pagination-bullet{
    background-color: #FFF;
    opacity: 0.3;
}
.swiper-pagination.light .swiper-pagination-bullet-active{
    background-color: #FFF;
    opacity: 1;
}
#home-page .home-1 .swiper .swiper-pagination{
    bottom: 3.125rem !important;
    margin-top: 0 !important;
    position: absolute !important;
}
#home-page .home-9 .terms-menu > ul >li.active > a{
    background-color: var(--main-cl);
    color: #FFF;
}
header#header .container{
    max-width: 74.479rem;
}
header#header .header-wrapper > .header-bottom{
    background-color: #E6E6E6;
}
header#header .header-wrapper > .header-bottom .flex-col.flex-left{
    flex: unset;
}
header#header .header-wrapper > .header-bottom .flex-col.flex-right{
    display: none !important;
}
header#header .header-wrapper > .header-bottom .flex-col.flex-center{
    flex-grow: 1;
}
header#header .header-wrapper > .header-bottom .header-nav{
    justify-content: space-between;
    align-items: unset;
}
header#header .header-wrapper > .header-bottom .header-nav > li{
    margin: 0;
}
header#header .header-wrapper > .header-bottom .header-nav > li > a{
    font-weight: 600;
    font-size: 0.833rem;
    line-height: 1.25rem;
    padding: 0.833rem 1.042rem;
    text-transform: uppercase;
    color: #5A5A5A;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
header#header .header-wrapper > .header-bottom .header-nav > li:hover > a,
header#header .header-wrapper > .header-bottom .header-nav > li.current-menu-item > a{
    background: #f4f4f4;
}
header#header .header-wrapper > .header-bottom .header-nav > li > a .menu-image-hover-wrapper{
    display: flex;
}
header#header .header-wrapper > .header-bottom .flex-col .nav > .header-button-1 > a{
    height: 100%;
    font-weight: 600;
    font-size: 0.833rem;
    line-height: 1.25rem;
    background-color: var(--main-cl);
    gap: 0.521rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.833rem 1.042rem;
    flex-wrap: nowrap;
    width: max-content;
}
header#header .header-wrapper > .header-bottom .header-button-1 > a span.text{
    color: #FFF;
}
header#header .header-wrapper > .header-main .header-nav > li{
    margin: 0;
}
header#header .header-wrapper > .header-main .header-nav > li+li{
    margin-left: 2.083rem;
}
header#header .header-wrapper > .header-main .header-nav > li > a{
    font-weight: 300;
    font-size: 0.833rem;
    line-height: 1.25rem;
    display: block;
    color: #415161;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
header#header .header-wrapper > .header-main .header-nav > li.header-item > a{
    padding: 0.521rem 0 !important;
}
header#header .header-wrapper > .header-main .header-nav > li.current-menu-item > a{
    color: var(--main-cl)
}
header#header .header-wrapper > .header-main .header-nav > li.header-item.header-account-item{
    margin-left: 3.75rem;
}
header#header .header-wrapper #masthead #logo{
    width: 9.375rem;
}
header#header .header-wrapper #masthead form.searchform .flex-row{
    border: 1px solid #E8E8E8;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
    align-items: unset;
}
header#header .header-wrapper #masthead form.searchform .search-field{
    border: none !important;
    font-weight: 300;
    font-size: 0.833rem;
    line-height: 1.25rem;
    background-color: transparent !important;
    height: 2.5rem;
    padding-left: 1.302rem;
    pointer-events: none;
}
header#header .header-wrapper #masthead form.searchform .search-field::placeholder{
    color: #B6B6B6;
    opacity: 1;
}
header#header .header-wrapper #masthead form.searchform button.submit-button{
    background-color: transparent !important;
    color: #000;
    border: none !important;
    height: 100%;
    width: auto;
    padding: 0 1.042rem;
}
header#header .header-wrapper #masthead{
    height: auto !important;
    padding: 0.78125rem 0;
}
header#header .header-wrapper #top-bar .html{
    font-weight: 400;
    font-size: 0.972rem;
    line-height: 1.215rem;
    color: #212121;
}
header#header .header-wrapper #top-bar .html a{
    color: #212121
}
header#header .header-bg-color{
    background-color: #FFF !important;
}
header#header .header-wrapper #top-bar{
    background: url('../images/top-bar-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.header-item.cart-item{
    position: relative;
}
.header-item.cart-item > a .cart-icon-wrap{
    position: relative;
    display: flex;
}
.header-item svg{
    height: 1.25rem;
    width: auto;
}
.header-item > a{
    gap: 0.78125rem;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    padding: 0 !important;
    font-weight: 300 !important;
    font-size: 0.833rem !important;
    line-height: 1.25rem !important;
    color: #1D1D1D !important;
}
.header-item.cart-item .cart-icon,
.header-item.cart-item .cart-total-count{
    position: absolute;
    width: 0.833rem;
    height: 0.833rem;
    font-size: 0.521rem;
    font-weight: 600;
    line-height: 0.729rem;
    bottom: -10%;
    right: -0.3125rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #D6181C;
    color: #FFF;
    text-align: center;
}
.header-item.cart-item:after,
.header-item.cart-item:before{
    display: none !important;
}
.header-item.cart-item .cart-icon strong:after{
    display: none !important;
}
.header-item.cart-item .cart-icon strong{
    border: unset;
    border-radius: unset;
    color: unset;
    font-family: unset;
    font-size: unset;
    font-weight: unset;
    height: unset;
    line-height: unset;
    margin: unset;
    position: unset;
    text-align: unset;
    vertical-align: unset;
    width: unset;
    background: transparent;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item > a:not(.remove){
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
footer#footer{
    background-color: #212121;
}
footer#footer > .back-to-top{
    box-shadow: 0rem 0.208rem 1.042rem 0rem #0000000D;
    background-color: #FFF;
    border-color: #FFF !important;
    width: 2.5rem;
    height: 2.5rem;
    color: var(--main-cl);
    transition: all 0.4s;
    bottom: 8.5rem;
}
footer#footer > .back-to-top:hover{
    color: #FFF !important;
    background-color: var(--main-cl) !important;
    border-color: var(--main-cl) !important;
}
footer#footer .footer-top{
    border-bottom: 1px solid #3A3939;
    padding: 2.604rem 0;
}
footer#footer .footer-top .title{
    font-weight: 500;
    font-size: 1.5625rem;
    line-height: 1.979rem;
    margin-bottom: 0.417rem;
}
footer#footer .footer-top .desc{
    margin-bottom: 0.833rem;
}
footer#footer .footer-top .col-5{
    padding-right: 3.958rem;
}
footer#footer .footer-top .col-3 .item+.item{
    margin-top: 1.5625rem;
}
footer#footer .footer-top .col-3 .item .icon{
    width: 2.083rem;
    min-width: 2.083rem;
    margin-right: 1.042rem;
    padding-top: 0.3125rem;
}
footer#footer .footer-top .col-3 .item .cont .fs-20{
    font-size: 0.9rem;
}
footer#footer .footer-top .col-4{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
footer#footer .footer-top .col-4 > ul{
    gap: 1.458rem
}
footer#footer .footer-top .col-4 > ul > li > a{
    width: 3.542rem;
    height: 3.542rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
footer#footer .footer-top .col-4 > ul > li > a > img{
    width: 100%;
    height: 100%;
}
footer#footer .footer-main .footer-title{
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.458rem;
    margin-bottom: 1.042rem;
    text-transform: uppercase;
    color: #FFF;
}
footer#footer .footer-main .footer-box+.footer-box{
    margin-top: 1.354rem;
}
footer#footer .footer-main .footer-menu > li{
    margin: 0;
}
footer#footer .footer-main .footer-menu > li+li{
    margin-top: 0.625rem;
}
footer#footer .footer-main .footer-menu > li > a{
    font-weight: 300;
    font-size: 0.833rem;
    line-height: 1.458rem;
    color: #FFF;
    display: block;
}
footer#footer .footer-main .footer-cont p,
footer#footer .footer-main .footer-cont li,
footer#footer .footer-main .footer-cont{
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.458rem;
    color: #FFF
}
footer#footer .footer-main .footer-cont b,
footer#footer .footer-main .footer-cont strong{
    font-weight: 700;
}
footer#footer .footer-main{
    border-bottom: 1px solid #3A3939;
    padding: 2.604rem 0;
}
footer#footer .footer-main > .flex-box{
    gap: 3.125rem
}
footer#footer .footer-main > .flex-box .column.column-2,
footer#footer .footer-main > .flex-box .column.column-1{
    width: 18%;
}
footer#footer .footer-main > .flex-box .column.column-4{
    width: 17%;
}
footer#footer .footer-main > .flex-box .column.column-3{
    width: 19%;
}
footer#footer .footer-main > .flex-box .column.column-5{
    width: 25%;
}
footer#footer .footer-bottom{
    padding: 1.875rem 0 2.8125rem;
}
footer#footer .footer-bottom .title{
    font-weight: 600;
    font-size: 1.042rem;
    line-height: 1.458rem;
    margin-bottom: 0.417rem;
}
footer#footer .desc{
    font-weight: 300;
    font-size: 0.833rem;
    line-height: 1.40625rem;
}
.ecommerce-section{
    background-color: #F6F6F6;
}
.ecommerce-section .grid-container{
    padding: 0.625rem 1.25rem;
}
.ecommerce-section .item{
    text-align: center;
    padding: 0 3.125rem;
}
.ecommerce-section .item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.fixed_buttons{
    position: fixed;
    bottom: 15.625rem;
    right: 0;
    z-index: 99;
    transform: translateX(calc(100% - 3.125rem));
}
.fixed_buttons > .flash-sale-item{
    display: none !important;
}
.fixed_buttons > .item{
    margin-top: 0.26rem;
    padding: 2px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 2.604rem 0 0 2.604rem;
    -moz-border-radius: 2.604rem 0 0 2.604rem;
    border-radius: 2.604rem 0 0 2.604rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
}
.fixed_buttons > .item:before{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    background-image: linear-gradient(90deg, #FFFCFC 0%, rgba(255, 255, 255, 0) 96.8%);
    z-index: -1;
}
.fixed_buttons > .item > .item_inner > a{
    display: flex;
    align-items: center;
    padding: 0.833rem;
    background: #E30011;
    -webkit-border-radius: 2.604rem 0 0 2.604rem;
    -moz-border-radius: 2.604rem 0 0 2.604rem;
    border-radius: 2.604rem 0 0 2.604rem;
}
.fixed_buttons > .item > .item_inner > a img{
    width: auto;
    height: 1.25rem;
    max-width: 1.5625rem;
    object-fit: contain;
    margin-right: 1.40625rem;
}
.fixed_buttons > .item span{
    font-size: 0.729rem;
    font-weight: 700;
    line-height: 1.042rem;
    color: #FFF;
}
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: var(--main-cl);
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}

@media only screen and (max-width: 991px) {
    .load_home_page svg {
        width: 20rem;
    }
}

@media only screen and (max-width: 767px) {
    .load_home_page svg {
        width: 15rem;
    }
}

.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 12s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 0.7px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: var(--main-cl);
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 0.4s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
}
section.contact-map{
    height: 31.25rem;
}
#map .gm-style-iw:has(.map-item){
    padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    background-color: var(--main-cl);
}
#map .gm-style-iw:has(.map-item) .gm-style-iw-chr{
    display: none;
}
#map .gm-style:has(.map-item) .gm-style-iw-d{
    padding: 0 !important;
    overflow: unset !important;
}
#map .map-item{
    text-align: center;
}
#map .map-item .img-wrap{
    -webkit-border-radius: 0.208rem;
    -moz-border-radius: 0.208rem;
    border-radius: 0.208rem;
}
#map .map-item .logo-wrap{
    margin-top: 0.417rem;
    margin-bottom: 0.417rem;
}
#map .gm-style:has(.map-item) .gm-style-iw-tc::after{
    background-color: var(--main-cl);
}
#map .map-item .img-wrap{
    width: 6.667rem;
    height: 3.542rem;
}
section.contact-sec{
    padding: 4.375rem 0 7.5rem;
}
section.contact-sec .contact-information .sec-title{
    margin-bottom: 3.021rem;
}
section.contact-sec .contact-information .grid-box{
    grid-gap: 2.5rem;
    margin-bottom: 4.6875rem;
}
section.contact-sec .contact-information .item{
    background-color: #FFF;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    box-shadow: 0.104rem 0.15625rem 0.625rem 0rem #0000000D;
    padding: 1.25rem 1.667rem;
}
section.contact-sec .contact-information .item .flex-box{
    gap: 0.521rem;
    margin-bottom: 2.083rem;
}
section.contact-sec .contact-information .item .flex-box .icon-wrap img{
    width: 2.604rem;
    min-width: 2.604rem;
    height: 2.604rem;
}
section.contact-sec .contact-information .item a:hover{
    color: var(--main-cl);
}
section.contact-sec .col-7{
    padding: 4.6875rem 6.25rem 5.208rem;
}
.sec-des{
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.458rem;
}
.form-wrap .col-6{
    width: calc(50% - 0.417rem);
}
.form-wrap .form-group .form-input{
    margin: 0;
    border: 1px solid #00000033;
    -webkit-border-radius: 0.417rem;
    -moz-border-radius: 0.417rem;
    border-radius: 0.417rem;
    padding: 0.729rem 1.25rem;
    font-weight: 300;
    font-size: 0.9375rem;
    color: var(--text-cl);
}
.form-wrap .form-group:not(:last-child){
    margin-bottom: 1.354rem;
}
.form-wrap .submit-btn{
    width: max-content !important;
    margin: 0 0 0 auto;
}
.form-wrap .submit-btn input{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
}
.breadcrumbs ul{
    display: flex;
    align-items: center;
    list-style: none;
    padding: 1.771rem 0 0 0;
    margin: 0;
    max-width: 100%;
    overflow: auto;
}
.breadcrumbs ul > li{
    margin: 0;
    flex: 0 0 auto;
}
.breadcrumbs ul > span.divider{
    margin: 0 0.417rem;
    opacity: 1;
}
.breadcrumbs ul > span.divider:last-child{
    display: none !important;
}
.breadcrumbs ul > li,
.breadcrumbs ul > li > a{
    font-weight: 300;
    font-size: 0.833rem;
    line-height: 1.25rem;
}
section.faq-sec{
    padding: 3.49rem 0 4.167rem;
}
section.faq-sec .faq-group+.faq-group{
    margin-top: 6.51rem;
}
section.faq-sec .faq-group .col-5{
    padding-right: 5.729rem;
}
section.faq-sec .faq-group .col-5 img{
    width: 100%;
    height: auto;
}
.questions .question{
    padding: 1.25rem 1.5625rem;
    border-bottom: 1px solid #0000001A;
    cursor: pointer;
}
.questions .question .answer{
    margin-top: 1.042rem;
    padding-right: 6.458rem;
    font-weight: 300;
    font-size: 0.9375rem;
}
.questions .question .answer ul,
.questions .question .answer ol{
    margin-left: 1.25rem;
}
.questions .question .answer ul li,
.questions .question .answer ol li{
    margin-bottom: 0.5rem;
}
.questions .question .ask{
}
.questions .question .ask svg{
    width: 1.5625rem;
    min-width: 1.5625rem;
    margin-left: 1.042rem;
    height: auto;
}
.questions .question.active .ask svg > path:last-of-type{
    opacity: 0;
}
.questions .question.active .ask span{
    color: var(--main-cl)
}
form.store-filter-form .form-inner{
    padding: 2.292rem 2.604rem;
    background-color: var(--main-cl);
}
form.store-filter-form .form-inner .flex-box{
    gap: 1.25rem;
}
form.store-filter-form .form-inner .flex-box .select-wrap{
    flex-grow: 1;
}
form.store-filter-form .form-inner button{
    margin: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
form.store-filter-form .select{
    position: relative;
    z-index: 10 ;
}
form.store-filter-form .select-styled{
    height: 2.708rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.729rem 1.458rem;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    background-color: #FFF;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #231F20;
    cursor: pointer;
}
form.store-filter-form .select-styled:after{
    width: 0.9375rem;
    height: 0.9375rem;
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjYyNSA2Ljc1TDkgMTIuMzc1TDMuMzc1IDYuNzUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    position: relative;
    display: block;
}
form.store-filter-form .select-options{
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0 10px 10px #dddddd;
    max-height: 16.51rem;
    overflow: auto;
}
form.store-filter-form .select-options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
form.store-filter-form .select-options::-webkit-scrollbar {
    width: 0.3125rem;
    background-color: #cedbff;
}
form.store-filter-form .select-options::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
form.store-filter-form .select-options > li{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #231F20;
    cursor: pointer;
    margin-bottom: 0;
    padding: 0.729rem 1.458rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
form.store-filter-form .select-options > li:hover,
form.store-filter-form .select-options > li.active{
    color: #FFF;
    background-color: var(--main-cl);
}
form.store-filter-form .select-options > li+li{
    border-top: 1px solid #dedede;
}
section.store-system-1{
    padding: 4.375rem 0 7.135rem;
}
section.store-system-1 .sec-heading{
    margin-bottom: 1.771rem;
}
section.store-system-1 .store-filter-form{
    margin-bottom: 1.875rem;
}
section.store-system-1 form.store-filter-form .form-inner{
    padding: 0 8.021rem;
    background-color: transparent;
}
section.store-system-1 .col-5{
    padding-right: 0.521rem;
}
section.store-system-1 .col-5 .store-list{
    padding-right: 3.646rem;
    height: 32.292rem;
}
section.store-system-1 .col-5 .store-item{
    padding: 1.042rem 1.25rem;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
section.store-system-1 .col-5 .store-item h3{
    font-weight: 500;
    font-size: 1.146rem;
    margin-bottom: 1.042rem;
}
section.store-system-1 .col-5 .store-item:hover,
section.store-system-1 .col-5 .store-item.active{
    background-color: #FFF;
}
section.store-system-1 .col-5 .store-item .store-info{
    margin-bottom: 0 !important;
}
section.store-system-1 .col-5 .store-item .store-info > li{
    display: flex;
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.2;
    gap: 0.417rem;
    margin-bottom: 0;
}
section.store-system-1 .col-5 .store-item .store-info > li+li{
    margin-top: 0.625rem;
}
section.store-system-1 .col-5 .store-item .store-info > li > svg,
section.store-system-1 .col-5 .store-item .store-info > li > img{
    width: 1.146rem;
    min-width: 1.146rem;
    height: 1.146rem;
    transform: translateY(2px);
}
section.store-system-1 .col-7#map{
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    overflow: hidden;
}
section.policy-sec{
    padding: 3.385rem 0 5.46875rem;
}
section.policy-sec .grid-container{
    width: 48.75rem;
}
section.policy-sec .policy-title{
    padding: 2.5rem 15.625rem 2.5rem 5.3125rem;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 92.2%);
    position: relative;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    margin-bottom: 2.604rem;
}
section.policy-sec .policy-title img{
    position: absolute;
    right: 3.958rem;
    bottom: 0;
    width: 10.833rem;
    height: 10.833rem;
    object-fit: contain;
}
.box-content,
.box-content p,
.box-content li{
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.667rem;
}
.box-content ul,
.box-content ol{
    padding-left: 1.5625rem;
}
section.policy-sec .grid-box{
    margin-top: 2.083rem;
}
section.policy-sec .icon-wrap{
    width: 2.865rem;
    height: 2.865rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    padding: 0.26rem;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.625rem;
}
section.policy-sec .icon-wrap img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
section.policy-sec .policy-menu{
    width: max-content;
    max-width: 100%;
    margin: 0 auto 5rem;
}
section.policy-sec .policy-menu > ul{
    padding: 0.417rem;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    background-color: #E6E6E6;
    gap: 0.417rem 0
}
section.policy-sec .policy-menu > ul >li{
    margin: 0;
}
section.policy-sec .policy-menu > ul >li > a{
    padding: 0.46875rem 1.25rem;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-weight: 300;
    font-size: 0.833rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}
section.policy-sec .policy-menu > ul >li > a >span{
    padding-left: 0 !important;
    display: inline-flex;
}
section.policy-sec .policy-menu > ul >li.current-menu-item > a,
section.policy-sec .policy-menu > ul >li:hover > a{
    background-color: var(--main-cl);
    color: #FFF;
}
section.policy-sec .policy-menu > ul >li.current-menu-item > a > .menu-image-hover-wrapper > img:not(.hovered-image){
    opacity: 0 !important;
}
section.policy-sec .policy-menu > ul >li.current-menu-item > a > .menu-image-hover-wrapper > img.hovered-image{
    opacity: 1 !important;
}
section.post-details{
    padding: 4.167rem 0 3.646rem;
}
section.post-details .post-content{
    width: 48.75rem;
    max-width: 100%;
    margin: 1.25rem auto 0;
}
section.post-details .post-date-term {
    margin-bottom: 1.25rem;
}
section.post-details .post-content .content-wrap{
    margin-bottom: 2.96875rem;
}
section.post-details .post-nav{
    padding: 0.9375rem 0;
    border: 1px solid #0000001A;
    border-right: none;
    border-left: none;
}
section.post-details .post-nav .return-back{
    gap: 0.26rem;
}
section.post-details .post-nav .like-share{
    display: flex;
    align-items: center;
}
section.post-details .post-nav .like-button{
    display: flex;
    align-items: center;
    margin-right: 1.302rem;
    padding-right: 1.302rem;
    position: relative;
    font-weight: 300;
    font-size: 0.833rem;
    line-height: 1.25rem;
    gap: 0.417rem;
    cursor: pointer;
}
section.post-details .post-nav .like-button.liked{
    pointer-events: none;
}
section.post-details .post-nav .like-button svg path{
    fill: transparent;
}
section.post-details .post-nav .like-button.liked svg path{
    stroke: var(--main-cl);
}
section.post-details .post-nav .like-button:before{
    right: 0;
    background-color: #000000;
    opacity: 0.1;
    height: 0.833rem;
    width: 1px;
    position: absolute;
    content:  '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
section.post-details .post-nav .share{
    display: flex;
    align-items: center;
    gap: 0.729rem
}
section.post-details .post-nav .share > a{
    display: flex;
}
section.post-details .post-nav .share > a:hover svg{
    transform: scale(0.8);
}
section.post-details .post-nav {
    margin-bottom: 3.229rem;
}
.post-date-term{
    font-weight: 300;
    font-size: 0.833rem;
    line-height: 1.25rem;
    gap: 0.78125rem;
}
section.related-posts{
    padding-bottom: 5.46875rem;
}
section.related-posts .grid-box{
    grid-gap: 3.646rem 3.90625rem;
}
section.related-posts .sec-title{
    margin-bottom: 3.646rem;
}
.post-item .post-date-term{
    margin: 1.042rem 0 0.417rem;
}
.post-item .img-wrap{
    aspect-ratio: 7/5;
}
#ez-toc-container{
    box-shadow: 0.15625rem 0.208rem 0.78125rem 0rem #0000000D;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    padding: 1.25rem 2.604rem 2.604rem;
    border: none !important;
    margin-bottom: 3.125rem;
}
#ez-toc-container .ez-toc-title-container{
    padding: 0.625rem 0;
    border-bottom: 1px solid #0000001A;
    margin-bottom: 0.625rem;
    position: relative;
}
#ez-toc-container .ez-toc-title-container .ez-toc-toggle{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 99;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title{
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    display: flex;
    align-items: center;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title:before{
    position: relative;
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiByeD0iMTYiIGZpbGw9IiNFMTFEMzgiLz4KPHBhdGggZD0iTTEzIDI0LjI0OTlIOC41QzguMzAxMDkgMjQuMjQ5OSA4LjExMDMyIDI0LjE3MDkgNy45Njk2NyAyNC4wMzAyQzcuODI5MDIgMjMuODg5NiA3Ljc1IDIzLjY5ODggNy43NSAyMy40OTk5VjE5LjMxMDVDNy43NSAxOS4yMTIxIDcuNzY5NCAxOS4xMTQ1IDcuODA3MDkgMTkuMDIzNUM3Ljg0NDc4IDE4LjkzMjUgNy45MDAwMyAxOC44NDk5IDcuOTY5NjcgMTguNzgwMkwxOS4yMTk3IDcuNTMwMjJDMTkuMzYwMyA3LjM4OTU2IDE5LjU1MTEgNy4zMTA1NSAxOS43NSA3LjMxMDU1QzE5Ljk0ODkgNy4zMTA1NSAyMC4xMzk3IDcuMzg5NTYgMjAuMjgwMyA3LjUzMDIyTDI0LjQ2OTcgMTEuNzE5NkMyNC42MTAzIDExLjg2MDIgMjQuNjg5MyAxMi4wNTEgMjQuNjg5MyAxMi4yNDk5QzI0LjY4OTMgMTIuNDQ4OCAyNC42MTAzIDEyLjYzOTYgMjQuNDY5NyAxMi43ODAyTDEzIDI0LjI0OTlaIiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE2Ljc1IDEwTDIyIDE1LjI1IiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTI0LjI0OTIgMjQuMjQ5OUgxMi45OTkyTDcuNzk2ODggMTkuMDQ3NiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.667rem;
    height: 1.667rem;
    content: '';
    margin-right: 0.625rem;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjYyNSA2Ljc1TDkgMTIuMzc1TDMuMzc1IDYuNzUiIHN0cm9rZT0iIzIxMjEyMSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 1.146rem;
    margin-left: auto;
    position: relative;
    display: block;
    width: 0.9375rem;
    height: 0.9375rem;
    content: '';
}
#ez-toc-container a.ez-toc-link{
    font-weight: 300;
    font-size: 0.833rem;
    line-height: 1.4;
}
#ez-toc-container ul.ez-toc-list-level-1 > li > a.ez-toc-link{
    font-size: 0.9375rem;
}
#ez-toc-container a.ez-toc-link:hover,
#ez-toc-container a.ez-toc-link:visited{
    color: var(--main-cl);
    text-decoration: underline !important;
}
.product-item.post-product-item{
    padding: 1.875rem 2.604rem;
    border: 1px solid #0000001A;
    margin-bottom: 1.667rem;
}
.product-item.post-product-item .img-wrap{
    width: 16.146rem;
    min-width: 16.146rem;
    margin-right: 5.208rem;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
}
.product-item.post-product-item .btn-primary{
    margin-top: 1.458rem;
}
.product-item.post-product-item .cont-wrap{
    padding: 0 !important;
}
.content-wrap,
.content-wrap p,
.content-wrap li{
    font-weight: 300;
    font-size: 0.9375rem;
}
.content-wrap h2{
    font-size: 1.354rem;
    line-height: 1.875rem;
}
.content-wrap h3{
    font-size: 1.042rem;
    line-height: 1.5625rem;
}
.content-wrap h4{
    font-size: 0.9375rem;
    line-height: 1.458rem;
}
.terms-menu > ul{
    padding: 0.208rem;
    background-color: #E6E6E6;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    width: max-content;
    margin-left: auto !important;
    max-width: 100%;
    flex-wrap: wrap;
}
.terms-menu > ul >li > a{
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.458rem;
    padding: 0.625rem 1.25rem;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: flex;
}
.terms-menu > ul >li{
    margin: 0;
}
.terms-menu > ul >li:hover > a,
.terms-menu > ul >li.current-menu-item > a{
    background-color: var(--main-cl);
    color: #FFF;
}
.post-filters{
    gap: 7.292rem;
    margin-bottom: 3.4375rem;
}
.post-filters .search-form{
    padding: 0.208rem;
    border: 1px solid #B2B2B2;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    margin: 0;
}
.post-filters .search-form button{
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    min-height: unset;
    height: 2.5rem;
    width: 2.5rem;
    min-width: 2.5rem;
}
.post-filters .search-form button svg{
    width: 1.25rem;
    height: 1.25rem;
}
.post-filters .search-form input{
    margin: 0 !important;
    background: transparent !important;
    font-weight: 300;
    font-size: 0.885rem;
    line-height: 2.5rem;
    padding-left: 1.302rem;
    border: none !important;
    height: auto;
}
.post-filters .search-form input::placeholder{
    opacity: 1;
    color: #A2A2A2
}
section.posts-sec-1{
    padding: 1.823rem 0 6.25rem;
}
.post-item .content-wrap{
    margin-top: 0.417rem;
}
.featured-posts .sec-title-2{
    margin-bottom: 1.042rem;
}
.featured-posts-swiper .swiper-pagination{
    display: flex;
    margin: 0 0 1.042rem;
    width: 100%;
    gap: 0.26rem;
}
.featured-posts-swiper .swiper-pagination > .swiper-pagination-bullet{
    height: 3px;
    flex-grow: 1;
    border-radius: 0 !important;
    margin: 0 !important;
}
.featured-posts-swiper .post-item .img-wrap{
    aspect-ratio: 576/392;
}
.most-viewed-posts .post-item{
    display: flex;
    align-items: flex-start;
}
.most-viewed-posts .post-item h3.limit-2{
    -webkit-line-clamp: 1;
}
.most-viewed-posts .post-item+.post-item{
    margin-top: 1.146rem;
}
.most-viewed-posts .post-item .img-wrap{
    width: 11.354rem;
    min-width: 11.354rem;
    aspect-ratio: 218/123;
    margin-right: 1.823rem;
}
.most-viewed-posts .post-item .post-date-term{
    margin: 0 0 0.208rem;
}
.post-item .post-date-term .post-term{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.post-item .post-date-term .post-date{
    flex: 0 0 auto;
}
.most-viewed-posts .post-item .content-wrap{
    margin-top: 0.208rem;
}
section.posts-sec-2 .hot-posts{
    padding: 2.604rem 3.125rem 2.917rem;
    background-color: #BE0D0D;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
}
section.posts-sec-2 .hot-posts .swiper{
    margin: 0 -0.417rem;
}
section.posts-sec-2 .hot-posts .swiper-slide{
    padding: 0 0.417rem;
}
.hide-excerpt .post-item .content-wrap{
    display: none;
}
section.posts-sec-2 .hot-posts .post-item .post-date-term{
    opacity: 0.7;
}
section.posts-sec-2 .hot-posts .post-item line{
    stroke: #FFF;
}
section.posts-sec-2 .hot-posts .post-item *{
    color: #FFF
}
section.posts-sec-2 .hot-posts .sec-title-2{
    margin-bottom: 1.667rem;
}
.sec-title-2{
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 2.5rem;
}
section.posts-sec-2{
    padding-bottom: 3.333rem;
}
section.posts-sec-3{
    padding-bottom: 4.53125rem;
}
section.posts-sec-3 .sec-title-2{
    margin-bottom: 2.5rem;
}
#posts-grid{
    grid-gap: 2.5rem 3.90625rem
}
#posts-grid+.btn-load-more{
    margin-top: 2.5rem;
}
.feedbacks-sec{
    position: relative;
    z-index: 3;
    padding: 4.5rem 0 8.25rem;
}
.feedbacks-sec:before{
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: auto;
    aspect-ratio: 1920/929;
    z-index: 1;
    background-image: url('../images/feedbacks-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none !important;
}
.feedbacks-sec .grid-container{
    position: relative;
    z-index: 4;
}
.feedbacks-sec .heading-group{
    margin-bottom: 2.917rem;
}
.feedbacks-sec .sec-des{
    font-size: 0.9375rem;
    line-height: 1.354rem;
}
.feedbacks-sec .feature-items .col-7{
    aspect-ratio: 640/400;
}
.feature-feedback{
    background-color: #FFF;
}
.feature-feedback .col-5{
    padding: 1.667rem 2.604rem 1.667rem 4.479rem;
}
.feature-feedback .col-5 .date{
    margin-bottom: 0.521rem;
    gap: 0.3125rem;
}
.feature-feedback .col-5 h3{
    padding-bottom: 1.042rem;
    margin-bottom: 1.042rem;
    border-bottom: 1px solid rgba(33, 33, 33, 0.2);
}
.feature-feedback .col-5 .excerpt{
    margin-bottom: 1.146rem;
}
.feature-feedback .col-5 .nesletter-logo img{
    height: 2.5rem;
    object-fit: contain;
    width: auto;
}
.feedbacks-content.type-blog .list-items{
    margin-top: 2.604rem;
}
.feedbacks-content.type-blog .list-items .grid-box{
    grid-gap: 3.958rem 1.5625rem
}
.feedbacks-content.type-blog .list-items .item .cont-wrap{
    padding-top: 1.667rem;
    padding-right: 4.167rem;
}
.feedbacks-content.type-blog .list-items .item .cont-wrap .newsletter-logo{
    padding-right: 1.146rem;
    margin-right: 1.146rem;
    position: relative;
}
.feedbacks-content.type-blog .list-items .item .cont-wrap .newsletter-logo:before{
    right: 0;
    top: 50%;
    position: absolute;
    content: '';
    height: 0.833rem;
    width: 1px;
    background-color: #AEAEAE;
    transform: translateY(-50%);
}
.feedbacks-content.type-blog .list-items .item .cont-wrap .newsletter-logo img{
    height: 1.5625rem;
    width: 5.3125rem;
    object-fit: contain;
}
.feedbacks-content.type-blog .list-items .item .img-wrap{
    aspect-ratio: 685/394;
}
.feedbacks-content.type-blog .list-items .item .cont-wrap h3{
    margin-top: 0.625rem !important;
    line-height: 1.4;
}
.feedbacks-content.type-blog .list-items > .btn{
    margin-top: 3.958rem;
}
.feedbacks-content.type-video .list-items .item blockquote > a{
    /*display: none !important;*/
}
.feedbacks-content.type-video .list-items .item blockquote{
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    height: 29.948rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
}
.feedbacks-content.type-video .list-items #feedbacks-grid{
    grid-gap: 1.25rem 1.042rem;
}
.feedbacks-content.type-video .list-items #feedbacks-grid+.btn-load-more{
    margin-top: 3.125rem;
}
.feedbacks-content.type-video .list-items .item h3{
    margin: 0.625rem 0 0 0;
}
/*.feedbacks-content.type-video .list-items .item .video-wrap blockquote{*/
/*    max-height: 600px;*/
/*}*/

.services-sec{
    padding: 5.729rem 0 6.51rem;
}
.services-sec .list-content{
    margin-top: 5.3125rem;
}
.services-sec .list-content > .item+.item{
    margin-top: 5.729rem;
}
.services-sec .list-content > .item .img-wrap img{
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
}
.services-sec .list-content > .item .count{
    font-size: 5.208rem;
    line-height: 5.729rem;
    opacity: 0.1;
    margin-bottom: -2.604rem;
}
.services-sec .list-content > .item .sec-title{
    margin-bottom: 0.625rem;
}
.services-sec .list-content > .item:nth-of-type(odd) .cont-wrap{
    padding-right: 6.927rem;
}
.services-sec .list-content > .item:nth-of-type(odd) .img-wrap{
    padding-left: 0.521rem;
}
.services-sec .list-content > .item:nth-of-type(even) .flex-box{
    flex-direction: row-reverse;
}
.services-sec .list-content > .item:nth-of-type(even) .img-wrap{
    padding-right: 0.521rem;
}
.services-sec .list-content > .item:nth-of-type(even) .cont-wrap{
    padding-left: 6.927rem;
}
.bg-black{
    background-color: #111;
}
.services-sec .sec-heading{
    margin-bottom: 1.771rem;
}
.services-sec .box-content-1{
    padding: 2.917rem 5rem;
    font-weight: 300;
    font-size: 0.9375rem;
}
.services-sec .box-content-2{
    padding: 4.6875rem 8.229rem;
    font-weight: 300;
    font-size: 1.823rem;
    line-height: 1.2;
    margin-top: 9.375rem;
}
.about-sec-1{
    padding: 8.4375rem 0 6.771rem;
}
.about-sec-1 .sec-title{
    margin-bottom: 1.302rem;
}
.about-sec-1 .col-6:nth-of-type(2){
    padding-left: 0.521rem;
}
.about-sec-1 .col-6:nth-of-type(1){
    padding-right: 2.1875rem;
}
.about-sec-2{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8.073rem 0 7.396rem;
}
.history-swiper .swiper-slide .year{
    width: max-content;
    margin: auto;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.146rem;
    color: #212121;
    padding: 0.417rem 1.25rem;
    border: 1px solid var(--main-cl);
    background-color: #FFF;
    -webkit-border-radius: 0.417rem;
    -moz-border-radius: 0.417rem;
    border-radius: 0.417rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.history-swiper.swiper{
    padding-bottom: 1.5625rem;
}
.history-swiper.swiper:before{
    bottom: 2.214rem;
    width: 100%;
    height: 1px;
    position: absolute;
    content: '';
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, rgba(225, 29, 56, 0) 0%, #E11D38 19.5%, #E11D38 79%, rgba(225, 29, 56, 0) 100%);
    left: 50%;
}
.history-swiper .swiper-slide{
    padding-bottom: 2.604rem;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.history-swiper .swiper-slide .dot{
    position: absolute;
    bottom: 0;
    width: 1.302rem;
    height: 1.302rem;
    background-color: var(--main-cl);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.history-swiper .swiper-slide .dot:after,
.history-swiper .swiper-slide .dot:before{
    left: 50%;
    top: 50%;
    width: 2.34375rem;
    height: 2.34375rem;
    position: absolute;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--main-cl);
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}
.history-swiper .swiper-slide .dot:after{
    width: 1.823rem;
    height: 1.823rem;
}
.history-swiper .swiper-slide-thumb-active .dot:before{
    opacity: 0.2;
    animation: scaleBorder 1.3s infinite;
}
.history-swiper .swiper-slide-thumb-active .dot:after{
    opacity: 0.5;
    animation: scaleBorder 1.4s infinite;
}
.history-swiper .swiper-slide-thumb-active .year{
    background-color: var(--main-cl);
    color: #FFF;
}
.history-swiper-2 .sec-des{
    font-weight: 300;
}
section.about-sec-2 .sec-heading{
    margin-bottom: 3.385rem;
}
section.about-sec-2 .history-swiper-2{
    margin-top: 4.167rem;
}
section.about-sec-2 .history-swiper-2 .col-5:first-of-type{
    padding-right: 5.521rem;
}
section.about-sec-2 .history-swiper-2 .col-5:nth-of-type(2){
    padding-left: 0.521rem;
}
section.about-sec-2 .history-swiper-2 .time{
    margin-bottom: 1.302rem;
    font-weight: 600;
    font-size: 1.875rem;
    gap: 1.302rem;
}
section.about-sec-2 .swiper-arrow{
    top: unset;
    bottom: 2.214rem;
    transform: translateY(50%);
}
section.about-sec-2 .history-swiper-2 .fs-24{
    margin-bottom: 0.521rem;
}
section.about-sec-3{
    padding: 6.25rem 0 3.4375rem;
    background-image: url('../images/about-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -3.4375rem;
}
section.about-sec-3 .col-7{
    padding: 0 6.51rem 0 12.76rem;
}
section.about-sec-3 .col-7 .absolute img{
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    object-fit: cover;
}
section.about-sec-3 .col-7 .absolute.img-2{
    top: 1.5625rem;
    width: 9.21875rem;
    height: 8.4375rem;
    left: -4.479rem;
}
section.about-sec-3 .col-7 .absolute.img-3{
    bottom: 4.792rem;
    left: -5.729rem;
    width: 14.896rem;
    height: 9.271rem;
}
section.about-sec-3 .col-5{
    padding-top: 1.5625rem;
}
section.about-sec-3 .col-5 .item+.item{
    margin-top: 3.75rem;
}
section.about-sec-3 .col-5 .item .title{
    margin-bottom: 1.25rem;
    gap: 0.78125rem;
}
section.about-sec-3 .col-5 .item .icon img{
    width: 3.125rem;
    min-width: 3.125rem;
    height: 3.125rem;
    object-fit: contain;
}
section.about-sec-4{
    padding: 3.646rem 0 7.083rem;
}
section.about-sec-4 .sec-heading{
    margin-bottom: 2.604rem;
}
section.about-sec-4 .swiper.about-swiper{
    margin: 0 -1.667rem;
    padding: 0.78125rem 0;
}
section.about-sec-4 .swiper-slide{
    padding: 0 1.667rem;
}
section.about-sec-4 .swiper-slide .item{
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0.15625rem 0.208rem 0.78125rem 0rem #0000000D;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    background-color: #FFF;
    aspect-ratio: 1;
    padding: 1rem;
}
section.career-details{
    padding: 3.125rem 0 5.46875rem;
}
section.career-details .col-4{
    padding-left: 5.208rem;
}
section.career-details h1{
    margin-bottom: 1.458rem;
    font-weight: 700;
    font-size: 1.667rem;
    line-height: 2.5rem;
}
section.career-details .col-8 .recruit-description{
    padding: 2.083rem;
    margin-bottom: 2.5rem;
}
section.career-details .col-8 .recruit-description .grid-box{
    grid-gap: 0.625rem 1.042rem
}
section.career-details .col-8 .recruit-description .item{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.302rem;
}
section.career-details .col-8 .recruit-description .item strong{
    display: inline-block;
    min-width: 7.292rem;
    padding-right: 1.042rem;
}
section.career-details .col-8 .recruit-description+.btn{
    margin-bottom: 4.271rem;
}
section.career-details .col-8 .job-description .item+.item{
    padding-top: 2.083rem;
    margin-top: 2.083rem;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
section.career-details .col-8 .job-description .item .title{
    width: 12.604rem;
    min-width: 12.604rem;
    padding-right: 1.042rem;
}
section.career-details .col-8 .job-description .item .sec-des p{
    margin-bottom: 0.5em;
}
#career-form{
    padding: 3.958rem 3.75rem 3.229rem;
    margin-top: 4.0625rem;
}
#career-form .career-title{
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 2.083rem;
    margin-bottom: 1.25rem;
}
#career-form label{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.302rem;
    margin-bottom: 0.3125rem;
}
#career-form .form-wrap .submit-btn{
    margin-right: auto;
}
#career-form .form-wrap .fs-16{
    margin-bottom: 0.625rem;
}
#career-form .form-wrap input[type='file']{
    cursor: pointer;
    font-size: 0.833rem;
    line-height: 1.25rem;
    font-weight: 400;
    margin: 0;
}
#career-form .form-wrap input[type='file']::file-selector-button{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.354rem;
    padding: 0.26rem 0.729rem;
    border: 1px solid #000000;
    -webkit-border-radius: 0.417rem;
    -moz-border-radius: 0.417rem;
    border-radius: 0.417rem;
    background-color: #FFF;
    margin-right: 0.833rem;
    cursor: pointer;
    transition: all 0.4s;
}
#career-form .form-wrap input[type='file']:hover::file-selector-button{
    background-color: var(--main-cl);
    border-color: var(--main-cl);
    color: #FFF;
}
#career-form .form-wrap input.form-input{
    height: 2.604rem;
}
.career-details .company-information{
    padding: 2.5rem 1.5625rem;
}
.career-details .company-information .title{
    margin-bottom: 0.78125rem;
}
.career-details .company-information .logo-img{
    margin-bottom: 1.5625rem;
}
.career-details .company-information .logo-img img{
    height: 2.604rem;
    width: auto;
    max-width: 100%;
}
.career-details .company-information .sec-des p{
    margin-bottom: 0.78125rem;
}
.career-details .other-recruitment{
    margin-top: 3.385rem;
}
.career-details .other-recruitment .title{
    padding: 1.042rem 1.875rem;
}
.career-details .other-recruitment .item{
    padding: 1.5625rem 0;
    margin:  0 1.875rem;
}
.career-details .other-recruitment .item+.item{
    border-top: 1px solid #00000033;
}
.career-details .other-recruitment .item h3{
    margin-bottom: 1.042rem;
}
.career-details .other-recruitment .item svg{
    position: absolute;
    bottom: 1.979rem;
    right: 0;
}
section.career-sec-1{
    padding: 6.875rem 0 5.99rem;
}
section.career-sec-1 .col-6:first-of-type{
    padding-right: 5rem;
}
section.career-sec-2{
    padding: 4.53125rem 0 3.75rem;
    background-color: #111;
    background-image: url('../images/recruit-bg.jpg');
}
section.career-sec-2 .sec-title{
    margin-bottom: 1.458rem;
}
section.career-sec-2 .sec-des{
    margin-bottom: 1.458rem;
    font-weight: 300;
    line-height: 1.4;
}
section.career-sec-2 .col-6:nth-of-type(1){
    padding-top: 2.24rem;
}
section.career-sec-2 .col-6:nth-of-type(2){
    padding-left: 6.458rem;
}
section.career-sec-2 .col-12{
    margin-top: 4.792rem;
}
section.career-sec-3{
    padding: 4.427rem 0 6.09375rem;
}
#career-list{
    margin-top: 3.229rem;
}
#career-list .grid-box{
    grid-gap: 1.667rem 2.5rem;
}
#career-list .item{
    padding: 1.354rem 3.646rem 1.667rem 1.667rem;
    transition: all 0.4s;
}
#career-list .item .icon-wrap{
    width: 3.646rem;
    min-width: 3.646rem;
    height: 3.646rem;
    margin-right: 0.833rem;
}
#career-list .item h3{
    margin-bottom: 0.625rem;
}
#career-list .item .sec-des{
    margin-top: 0.625rem;
}
#career-list .item .sec-des > p{
    margin-bottom: 0.104rem;
}
#career-list .item .cont-wrap > .flex-box > .flex-box{
    gap: 0.26rem
}
#career-list .item .cont-wrap > .flex-box svg{
    width: 1.042rem;
    min-width: 1.042rem;
    height: 1.042rem;
}
#career-list .item .cont-wrap > .flex-box{
    gap: 1.25rem
}
#career-list .item .arrow-button{
    right: 0.833rem;
    bottom: 0.625rem;
}
#career-list .pagination{
    margin-top: 3.125rem;
}
#career-list .pagination ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 0.625rem;
    margin: 0;
}
#career-list .pagination ul > li{
    margin: 0;
}
#career-list .pagination ul > li > a{
    width: 2.083rem;
    height: 2.083rem;
    -webkit-border-radius: 0.26rem;
    -moz-border-radius: 0.26rem;
    border-radius: 0.26rem;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 0.9375rem;
    color: #333;
}
#career-list .pagination ul > li.paging_prev a,
#career-list .pagination ul > li.paging_next a{
    background-color: #333;
}
#career-list .pagination ul > li.paging_prev a path,
#career-list .pagination ul > li.paging_next a path{
    stroke: #FFF;
}
#career-list .pagination ul > li > a.active{
    color: var(--main-cl);
    pointer-events: none;
}
.about-banner .banner-group{
    width: var(--container-w);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    position: absolute;
}
.about-banner:before{
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    content: '';
}
.about-banner .banner-group ul.ls-none > li{
    margin: 0 0.417rem;
}
.about-banner .banner-group ul.ls-none > li > a{
    width: 15.625rem;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.615rem;
    padding: 0.625rem 1.5625rem;
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.2);
    height: 100%;
    -webkit-border-radius: 1.042rem 1.042rem 0 0;
    -moz-border-radius: 1.042rem 1.042rem 0 0;
    border-radius: 1.042rem 1.042rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    transition: all 0.4s;
}
.about-banner .banner-group ul.ls-none > li.current-menu-item > a,
.about-banner .banner-group ul.ls-none > li:hover > a{
    background-color: #FFF;
    color: var(--main-cl);
}
.about-banner .banner-group .breadcrumbs ul{
    justify-content: center;
    padding: 0 0 1.771rem;
}
.about-banner .banner-group .breadcrumbs ul path{
    stroke: #FFF;
}
.about-banner .banner-group .breadcrumbs ul li,
.about-banner .banner-group .breadcrumbs ul a{
    color: #FFF !important;
}
.product-gallery-wrap .product-vertical-gallery{
    width: 6.25rem;
    padding-right: 1.042rem;
    position: relative;
}
.product-gallery-wrap .product-vertical-gallery .product-gallery-thumb-wrap{
    position: relative;
}
.product-gallery-wrap .product-vertical-gallery .product-gallery-thumb-wrap .img-wrap > svg{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
    width: 1.354rem;
    height: auto;
}
.product-gallery-wrap .product-vertical-gallery .swiper{
    height: 38.59375rem;
}
.product-gallery-wrap .product-vertical-gallery .arrow{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.product-gallery-wrap .product-vertical-gallery .arrow.prev{
    top: 0;
}
.product-gallery-wrap .product-vertical-gallery .arrow.next{
    bottom: 0;
}
.product-gallery-wrap .product-vertical-gallery .img-wrap{
    height: 100%;
    padding: 0.208rem 0;
    cursor: pointer;
}
.product-gallery-wrap .product-vertical-gallery .img-wrap img{
    -webkit-border-radius: 0.78125rem;
    -moz-border-radius: 0.78125rem;
    border-radius: 0.78125rem;
    opacity: 0.5;
}
.product-gallery-wrap .product-vertical-gallery .swiper-slide-thumb-active .img-wrap img{
    opacity: 1;
}
.product-gallery-wrap .product-gallery-main{
    width: calc(100% - 6.25rem);
}
.product-gallery-wrap .product-gallery-main .swiper{
    -webkit-border-radius: 0.78125rem;
    -moz-border-radius: 0.78125rem;
    border-radius: 0.78125rem;
    border: 1px solid #D7D7D7
}
.product-gallery-wrap .product-gallery-main .swiper .swiper-slide .img-wrap{
    aspect-ratio: 7/8;
}
.product-gallery-wrap .product-gallery-main .swiper .swiper-slide .img-wrap video{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.product-details{
    padding: 2.5rem 0 4.6875rem;
}
.product-details .col-7{
    padding-right: 2.917rem;
}
.product-details .product-name{
    font-weight: 500;
    font-size: 1.823rem;
    line-height: 2.1875rem;
    margin-bottom: 0.417rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.product-details .product-term{
    margin-bottom: 0.417rem;
}
.product-details .product-meta{
    margin-bottom: 0.833rem;
}
.product-details .product-meta > div{
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 0.9375rem;
    display: flex;
    align-items: center;
}
.product-details .product-meta > div > a{
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 0.9375rem;
    display: flex;
    align-items: center;
    color: #111;
    gap: 0.26rem
}
.product-details .product-meta > div+div{
    padding-left: 0.78125rem;
    margin-left: 0.78125rem;
    border-left: 1px solid #CFCFCF;
}
.product-details .product-stock-status{
    margin-bottom: 1.25rem;
}
.product-details .product-stock-status .product-sold{
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 0.9375rem;
    padding: 0.417rem 0.9375rem;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    border: 1px solid #C7C7C8;
    margin-right: 0.521rem;
}
.product-details .product-stock-status .product-stock{
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 0.9375rem;
    padding: 0.417rem 0.9375rem;
}
.product-details .product-stock-status .product-stock.instock{
    border: 1px solid #00881B33;
    color: #00881B;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
}
.product-details .product-guarantee strong{
    font-weight: 700;
}
.product-details .product-guarantee span{
    display: inline-block;
    min-width: 5rem;
}
.product-details .product-guarantee{
    margin-bottom: 0.625rem;
    font-weight: 300;
    font-size: 0.833rem;
    line-height: 1.042rem;
}
.product-details form.cart table.variations th.label{
    padding: 0;
    width: 5rem;
}
.product-details form.cart table.variations td.value{
    width: calc(100% - 5rem);
}
.product-details form.cart .add-to-cart-quantity span,
.product-details form.cart table.variations th.label label{
    font-weight: 300;
    font-size: 0.833rem;
    line-height: 1.042rem;
    width: max-content;
    position: relative;
}

.product-details form.cart .add-to-cart-quantity{
    display: flex;
    align-items: center;
    margin-bottom: 1.354rem;
}
.product-details form.cart .add-to-cart-quantity span{
    display: inline-block;
    width: 5rem;
}
.product-details form.cart table.variations th.label label:after{
    position: relative;
    content: ':';
}
html body #wrapper .ux-quantity{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
    border: 1px solid #D9D9D9 !important;
}
html body #wrapper .ux-quantity input.ux-quantity__button{
    height: 1.875rem;
    width: 1.875rem;
    border: none !important;
    min-height: unset;
    background-color: transparent;
    line-height: 1;
}
html body #wrapper .ux-quantity input.ux-quantity__button.minus{
    border-right: 1px solid #D9D9D9 !important;
}
html body #wrapper .ux-quantity input.ux-quantity__button.plus{
    border-left: 1px solid #D9D9D9 !important;
}
html body #wrapper .ux-quantity input.qty{
    height: 1.875rem;
    width: 2.396rem;
    text-align: center;
    min-height: unset;
    font-weight: 300;
    font-size: 0.833rem;
    line-height: 1.042rem;
    background-color: transparent;
    border: none !important;
}
html body #wrapper .ux-mini-cart-qty .ux-quantity input.ux-quantity__button{
    height: 1.5rem;
    width: 1.5rem;
}
html body #wrapper .ux-mini-cart-qty .ux-quantity input.qty{
    height: 1.5rem;
    width: 1.5rem;
    font-size: 0.729rem;
}
.product-details form.cart table.variations .ux-swatches-attribute-ux_label > .ux-swatch{
    padding: 0.26rem 1.146rem;
    border: 1px solid #CCCCCC;
    font-weight: 300;
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: #666;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    box-shadow: unset !important;
    outline: unset !important;
}
.product-details form.cart table.variations .ux-swatches-attribute-ux_label > .ux-swatch.selected{
    background-color: var(--main-cl);
    color: #FFF;
    border-color: var(--main-cl);
}
.product-details form.cart .woocommerce-variation-price,
.reset_variations{
    display: none !important;
}
.product-details form.cart .add-to-cart-buttons{
    background: linear-gradient(180deg, #FFE7EA 0%, rgba(242, 242, 242, 0) 100%);
    border: 1px solid #FFAAB64D;
    padding: 1.5625rem 1.042rem 2.083rem;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
}
.product-details form.cart .add-to-cart-buttons .product-price > span{
    display: block;
    margin-bottom: 9px;
    font-weight: 300;
    font-size: 0.833rem;
    line-height: 1.042rem;
}
.product-details form.cart .add-to-cart-buttons .product-price{
    margin-bottom: 1.146rem;
}
.product-details form.cart .add-to-cart-buttons .product-price .price-wrap .price{
    display: flex;
    align-items: center;
    gap: 0.729rem;
}
.product-details form.cart .add-to-cart-buttons .product-price .price > span.amount,
.product-details form.cart .add-to-cart-buttons .product-price .price > ins span.amount{
    font-weight: 700;
    font-size: 1.823rem;
    line-height: 2.083rem;
    color: var(--main-cl);
    display: block;
}
.product-details form.cart .add-to-cart-buttons .product-price .price > span.amount .woocommerce-Price-currencySymbol,
.product-details form.cart .add-to-cart-buttons .product-price .price > ins span.amount .woocommerce-Price-currencySymbol{
    /*font-weight: 300;*/
    /*font-size: 1.042rem;*/
    /*line-height: 1.5625rem;*/
    /*margin-left: 0.208rem;*/
}
.product-details form.cart .add-to-cart-buttons .product-price del ,
.product-details form.cart .add-to-cart-buttons .product-price del > span.amount{
    color: #666666;
    font-weight: 400;
    opacity: 1;
    font-size: 1.5625rem;
    line-height: 1.823rem;
}
.product-details form.cart .add-to-cart-buttons .product-price del{
    order: 2
}
.product-details form.cart .add-to-cart-buttons .product-price .price > ins{
    order: 1
}
.product-details form.cart .add-to-cart-buttons .buttons-wrap{
    gap: 0.3125rem
}
.product-details form.cart .add-to-cart-buttons .buttons-wrap+.buttons-wrap{
    display: none !important;
}
.product-details form.cart .add-to-cart-buttons .buttons-wrap > .button{
    width: 100% !important;
    margin: 0 !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    font-size: 1.042rem;
    line-height: 1.354rem;
    height: 3.125rem;
    padding-left: 0.521rem;
    padding-right: 0.521rem;
}
.product-details form.cart .add-to-cart-buttons .buttons-wrap > div.button{
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-details form.cart .add-to-cart-buttons .buttons-wrap > .button.loading{
    min-height: unset !important;
    color: rgba(255, 255, 255, 0)
}
.product-details form.cart .add-to-cart-buttons .buttons-wrap > .button.loading:before{
    display: none !important;
}
.product-details form.cart .add-to-cart-buttons .buttons-wrap > .button.single_add_to_cart_button{
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
}
.product-details form.cart .add-to-cart-buttons .buttons-wrap > .button.single_add_to_cart_button.loading{
    background-color: #000 !important;
    color: #000 !important;

}
.product-details form.cart .add-to-cart-buttons .NK-notify-box{
    margin-bottom: 0.833rem;
}
.product-details .product-policy{
    border: 1.5px solid #FFB9C2;
    margin-bottom: 1.25rem;
}
.product-details .product-policy .title{
    background-color: var(--main-cl);
    font-weight: 600;
    font-size: 0.885rem;
    line-height: 1.042rem;
    padding: 0.833rem 1.458rem;
    color: #FFF;
}
.product-details .product-policy > ul.ls-none{
    padding: 1.146rem 1.875rem;
}
.product-details .product-policy > ul.ls-none > li{
    margin-bottom: 0.833rem;
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 0.9375rem;
}
.product-details .product-policy > ul.ls-none > li > img{
    margin-right: 0.729rem;
}
.product-details .discount-policy{
    border: 1px solid #FFB9C2;

}
.product-details .discount-policy .title{
    font-weight: 600;
    font-size: 0.885rem;
    line-height: 1.042rem;
    padding: 0.833rem 1.458rem;
    background-color: #FFE8E8;
}
.product-details .discount-policy > ul.ls-none{
    padding: 1.042rem 1.5625rem;
}
.product-details .discount-policy > ul.ls-none > li{
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 1.042rem;
    margin-bottom: 0.521rem;
}
.product-details .discount-policy > ul.ls-none > li > svg{
    margin-right: 0.625rem;
}
.product-details .contact-to-buy{
    background: #FFE8E8;
    margin-bottom: 1.25rem;
    padding: 1.354rem 1.5625rem;
}
.product-details .contact-to-buy .links{
    padding-left: 0.7rem
}
.product-details .contact-to-buy .links .flex-box{
    gap: 1.042rem
}
.product-details .contact-to-buy .links a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-details .contact-to-buy .links a.call-button{
    padding: 0 0.833rem;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    border: 1px solid var(--main-cl);
    width: max-content;
    gap: 0.3125rem;
    font-weight: 600;
    font-size: 0.833rem;
    line-height: 1.302rem;
    color: var(--main-cl);
}
.product-details .contact-to-buy .links a.call-button svg{
    width: 1.042rem;
    height: 1.042rem;
}
.product-details .contact-to-buy .links a.zalo-button svg{
    width: 2.34375rem;
    height: 2.34375rem;
}
.product-details .product-specs{
    margin-bottom: 2.083rem;
    margin-top: 0.78125rem;
}
.product-details .product-specs table{
    margin: 0;
}
.product-details .product-specs table tr{
}
.product-details .product-specs table th{
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.042rem;
    border-bottom: 1px solid #C7C7C899;
    text-transform: unset !important;
    padding-top: 1.458rem;
    padding-bottom: 1.458rem;
    width: 12.5rem;
}
.product-details .product-specs table td{
    border-bottom: 1px solid #C7C7C899;
    font-weight: 300;
    font-size: 0.833rem;
    line-height: 0.9375rem;
    color: #212121;
    padding-top: 1.458rem;
    padding-bottom: 1.458rem;
}
.product-details .product-specs table td > p{
    margin-top: 0;
}
.product-details .product-tabs .tabs-title{
    display: flex;
    max-width: 100%;
    overflow: auto;
    margin-bottom: 1.042rem;
    /*padding: 0.625rem 0;*/
    gap: 0.833rem;
}
.product-details .product-tabs .tabs-title .tab-title{
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    padding: 0.625rem 1.25rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    flex: 0 0 auto;
}
.product-details .product-tabs .tabs-title .tab-title.active,
.product-details .product-tabs .tabs-title .tab-title:hover{
    background-color: var(--main-cl);
    color: #FFF;
}
.product-details .product-tabs{
    margin-bottom: 3.542rem;
}
.product-details .product-tabs .content-collapsed p,
.product-details .product-tabs .content-collapsed li,
.product-details .product-tabs .content-collapsed{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.25rem;
}
.product-details .product-tabs .content-collapsed{
    max-height: 29.6875rem;
    overflow: hidden;
    position: relative;
    transition: all 1s;
}
.product-details .product-tabs .content-collapsed.active{
    max-height: 5000rem;
    padding-bottom: 4.167rem;
}
.product-details .product-tabs .content-collapsed:before{
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    height: 6.25rem;
    background: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, #EEEEEE 89.29%);
    content: '';
    width: 100%;
}
.product-details .product-tabs .content-collapsed.active:before{
    display: none;
}
.product-details .product-tabs .btn-black{
    background-color: #000;
    color: #FFF;
    min-width: 9.792rem;
    transform: translateY(-50%);
    position: relative;
    z-index: 3;
}
.product-details .product-flash-sale-badge{
    padding: 1.5625rem 3.021rem 0.9375rem 1.354rem;
    position: relative;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    margin-bottom: 1.25rem;
    margin-top: 2.083rem;
}
.product-details .product-flash-sale-badge .text{
    position: absolute;
    top: 0;
    left: 1.354rem;
    transform: translateY(-50%);
}
.single-product-swiper{
    padding-bottom: 4.6875rem;
}
.single-product-swiper .swiper{
    margin: 0 -0.417rem;
}
.single-product-swiper .swiper .swiper-slide{
    padding: 0 0.417rem;
}
.single-product-swiper .sec-title-2{
    margin-bottom: 0.625rem;
}
.terms-swiper.swiper{
    margin: 0 -0.521rem;
    margin-bottom: 3.229rem;
}
.terms-swiper .swiper-slide{
    padding: 0 0.521rem;
}
.terms-swiper .absolute{
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    left: 1.25rem;
    width: calc(100% - 2.5rem);
}
.ui-slider {
    position: relative;
    text-align: left;
    height: 2px;
    background: #E7F2FF;
    margin-bottom: 1.25rem;
    margin-right: 0.75rem;
}
.ui-slider .ui-slider-range {
    position: relative;
    z-index: 1;
    display: block;
    background: var(--main-cl);
    height: 2px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.833rem;
    height: 0.833rem;
    cursor: pointer;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--main-cl);
    border: none;
}
.slider-range-wrap #min,
.slider-range-wrap #max {
    position: unset !important;
}
.slider-range-wrap .min-max{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.625rem;
}
.slider-range-wrap .min-max > div{
    background-color: #F2F2F2;
    padding: 0.3125rem;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
}
.slider-range-wrap .min-max input{
    margin-left: 5px;
    border: none !important;
    outline: none !important;
    box-shadow: unset !important;
    background-color: transparent;
    font-weight: 400;
    font-size: 0.875rem;
    width: 100%;
    line-height: 1.25rem;
}
.product-filters-sec{
    padding: 2.34375rem 0 0;
}
.product-filters-sec .product-filters{
    padding-bottom: 1.5625rem;
    margin-bottom: 1.5625rem;
    border-bottom: 1px solid #D9D9D9;
}
.product-filters-sec .product-filter-fixed-inner{
    display: flex;
    align-items: center;
    gap: 2.083rem;
}
.product-filters-sec .filter-group .filter-title{
    height: 2.083rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #99999980;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    padding: 0.521rem 1.25rem;
    gap: 0.521rem;
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 0.729rem;
}
.product-filters-sec .filter-group .filter-content{
    position: absolute;
    width: 16.667rem;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    padding: 1.25rem;
    background-color: #FFF;
    z-index: 9;
    opacity: 0;
    transform: translateY(1.042rem);
    visibility: hidden;
    pointer-events: unset;
    transition: all 0.4s;
}
.product-filters-sec .filter-group .filter-wrap:hover .filter-content{
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: unset;
}
.shop-nav .result-count>p {
    margin: 0;
    font-size: .833rem;
    font-weight: 400;
    line-height: 1.823rem;
}
.shop-nav .select {
    position: relative;
    margin-left: 1.25rem
}
.shop-nav .select-styled {
    border: 1px solid #c8d5dc;
    height: 2.34375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .521rem;
    padding: .625rem 1.042rem;
    position: relative;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: .729rem;
    font-weight: 500;
    line-height: .729rem;
    min-width: 14.583rem;
    cursor: pointer
}
.shop-nav .select-styled:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjc1IDEyTDE0Ljc1MDEgMTdMMTguNzUgMTIuMDAwNyIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNC43NSA4LjVWMTYuNSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xLjc1IDkuNUg4Ljc1IiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEuNzUgMy41SDE0Ljc1IiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEuNzUgMTUuNUg3Ljc1IiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    position: relative;
    content: '';
    display: block;
    width: .9375rem;
    height: .9375rem;
    background-size: contain;
    background-position: center
}
.shop-nav .select-styled:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNjg3NSA0LjEyNUw2LjI1IDcuNTYyNUwyLjgxMjUgNC4xMjUiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    position: relative;
    content: '';
    display: block;
    width: .625rem;
    height: .625rem;
    background-size: contain;
    background-position: center;
    margin-left: auto
}
.shop-nav .select-options {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 99;
    -webkit-border-radius: .521rem;
    -moz-border-radius: .521rem;
    border-radius: .521rem;
    border: 1px solid #c8d5dc;
    background-color: #fff;
    list-style: none;
}
.shop-nav .select-options li {
    font-size: .729rem;
    font-weight: 500;
    line-height: .729rem;
    height: 2.34375rem;
    padding: .625rem 1.042rem;
    margin-bottom: 0;
    border-bottom: 1px solid #c8d5dc;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
.shop-nav .select-options li:hover,.shop-nav .select-options li.active {
    background-color: var(--main-cl);
    color: #fff
}
#product-grid{
    grid-gap: 3.021rem 0.729rem;
    margin-top: 3.021rem;
}
#product-list .pagination{
    margin-top: 2.34375rem;
}
section.product-list{
    padding-bottom: 6.667rem;
}
.pagination ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    gap: 0.625rem;
}
.pagination ul > li{
    margin-bottom: 0;
}
.pagination ul > li > a{
    width: 2.083rem;
    height: 2.083rem;
    -webkit-border-radius: 0.26rem;
    -moz-border-radius: 0.26rem;
    border-radius: 0.26rem;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination ul > li > a.active{
    pointer-events: none !important;
    color: var(--main-cl)
}
.pagination ul > li.paging_prev > a,
.pagination ul > li.paging_next > a{
    background-color: #000;
}
.pagination ul > li.paging_prev > a path,
.pagination ul > li.paging_next > a path{
    stroke: #FFF
}
#reviews{
    padding: 1.667rem;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    background-color: #F5F5F7;
    margin: 0 !important;
    border: none !important;
}
#reviews #comments .star_box{
    padding: 0;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    border: 1px solid #DDDDDE;
    margin: 0 0 1.302rem ;
}
#reviews #comments .star_box .star_box_left .woocommerce-product-rating{
    justify-content: center;
    margin-bottom: 0.625rem;
    flex-direction: column;
    align-items: center;
}
#reviews #comments .star_box .star_box_left .woocommerce-product-rating .star_average{
    font-weight: 800;
    font-size: 2.34375rem;
    color: var(--main-cl)
}
#reviews #comments .star_box .star_box_left{
    width: 11.458rem;
    min-width: 11.458rem;
    text-align: center;
    border-right: 1px solid #DDDDDE;
    padding: 1.771rem 0.625rem;
}
#reviews #comments .star_box .star_box_left .btn-reviews-now{
    font-weight: 500;
    font-size: 0.729rem;
    line-height: 1.302rem;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    background-color: #000;
    color: #FFF;
}
#reviews #comments .star_box .star_box_right{
    width: calc(100% - 11.458rem);
    padding: 1.667rem;
    flex-grow: 1;
}
#reviews #comments .star_box .star_box_right span.devvn_num_reviews{
    min-width: 50px;
    text-align: left;
    font-weight: 800;
    font-size: 0.833rem;
    line-height: 1.302rem;
    color: #000;
}
#reviews #comments .star_box .star_box_right span.devvn_rating_bar{
    padding: 0 1.042rem 0 0.833rem;
    display: flex;
    text-align: left;
}
#reviews #comments .star_box .star_box_right span.devvn_rating_bar .devvn_perc_rating{
    background-color: var(--main-cl) !important;
}
#reviews #comments .star_box .star_box_right span.devvn_rating_bar span.devvn_scala_rating{
    height: 0.677rem;
}
#reviews #comments .star_box .star_box_right span.devvn_stars_value{
    font-weight: 600;
    font-size: 0.833rem;
    line-height: 1.302rem;
    color: rgba(51, 51, 51, 0.5)
}
#reviews #comments .star_box .star_box_right span.devvn_stars_value svg{
    margin-left: 0.417rem;
}
#reviews #comments .star_box .star_box_right .devvn_review_row{
    padding-bottom: 2px;
}
#reviews #comments .woocommerce-verification-required+.review-filters{
    margin-top: 1.5625rem;
}
#reviews #comments .review-filters{
    margin-bottom: 2.396rem;
}
#reviews #comments .review-filters > .flex-box{
    gap: 0.9375rem
}
#reviews #comments .review-filters .select-options{
    position: absolute;
    width: 9.375rem;
    left: 0;
    top: 100%;
    background-color: #FFF;
    z-index: 99;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    box-shadow: 0 0 10px #eee;
    display: none;
}
#reviews #comments .review-filters .select-options > li{
    padding: 0.208rem 0.625rem;
    font-size: 0.729rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.26rem;
    cursor: pointer;
}
#reviews #comments .review-filters .select-options > li .star-radio{
    width: 0.833rem;
    min-width: 0.833rem;
    height: 0.833rem;
    margin-right: 0.26rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #666;
    transition: all 0.4s;
    position: relative;
}
#reviews #comments .review-filters .select-options > li .star-radio:before{
    width: 70%;
    height: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    content: '';
    transition: all 0.4s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--main-cl);
    opacity: 0;
}
#reviews #comments .review-filters .select-options > li.active .star-radio{
    border-color: var(--main-cl);
}
#reviews #comments .review-filters .select-options > li.active .star-radio:before{
    opacity: 1;
}
#reviews #comments .review-filters .select-options > li+li{
    border-top: 1px solid #DDDDDE;
}
#reviews #comments .review-filters .item{
    border: 1px solid #99999980;
    padding: 0.26rem 1.25rem;
    color: #333333;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 1.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.521rem;
    transition: all 0.4s;
}
#reviews #comments .review-filters .item.active{
    border-color: var(--main-cl);
    color: var(--main-cl);
}
#reviews #comments .review-filters .item.active path{
    stroke: var(--main-cl);
}
#reviews #comments .review-filters .item.select-wrap .select-value{
    position: relative;
    display: flex;
    align-items: center;
}
#reviews #comments .review-filters .item.select-wrap .select-value:after{
    position: relative;
    display: block;
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNjg3NSA0LjEyNUw2LjI1IDcuNTYyNUwyLjgxMjUgNC4xMjUiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    width: 0.729rem;
    height: 0.729rem;
    margin-left: 0.521rem;
    background-repeat: no-repeat;
    background-size: cover;
}
#reviews #comments ol.commentlist{
    margin: 0 !important;
}
#reviews #comments ol.commentlist .cmt_attachment_img{
    display: flex;
    flex-wrap: wrap;
    gap: 0.3125rem;
    margin-bottom: 1.042rem;
}
#reviews #comments ol.commentlist .cmt_attachment_img > li{
    width: 3.646rem;
    height: 3.646rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    overflow: hidden;
    float: unset;
    background-color: #FFF;
    margin: 0;
}
#reviews #comments ol.commentlist .description p,
#reviews #comments ol.commentlist .description{
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 1.146rem;
}
#reviews #comments ol.commentlist .devvn_review_top{
    margin-bottom: 0.521rem;
}
#reviews #comments ol.commentlist .devvn_review_top p.meta{
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
}
#reviews #comments ol.commentlist .devvn_review_top p.meta .woocommerce-review__author{
    font-weight: 700;
    font-size: 0.833rem;
}
#reviews #comments ol.commentlist .devvn_review_top p.meta .woocommerce-review__verified:before{
    top: 50%;
    transform: translateY(-50%);
}
#reviews #comments ol.commentlist .devvn_review_top span.review_qtv{
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 1.25rem;
    padding: 0 0.625rem;
    color: #FFF;
    background-color: var(--main-cl);
    margin-left: 1.042rem;
}
#reviews #comments ol.commentlist .devvn_review_mid{
    margin-bottom: 0.521rem;
}
#reviews #comments ol.commentlist .devvn_review_mid .star-rating{
    font-size: 0.833rem;
    padding-right: 0.833rem;
    margin-top: 0.15625rem;
    min-width: 5rem;
    margin-right: 0 !important;
}
#reviews #comments ol.commentlist .devvn_review_bottom .woocommerce-review__published-date{
    color: #999999;
    font-weight: 400;
    font-size: 0.677rem;
    line-height: 1.302rem;
}
#reviews #comments ol.commentlist li.depth-1{
    margin: 0 !important;
    border: none !important;
}
#reviews #comments ol.commentlist li.depth-1+li.depth-1{
    padding-top: 1.302rem !important;
    margin-top: 1.302rem !important;
    border-top: 1px solid #E7E7E7 !important;
}
#reviews #comments ol.commentlist li.depth-1 > .comment_container > .comment-text > .devvn_review_bottom{
    padding-left: 5rem;
}
#reviews #comments ol.commentlist  > li.review > ul.children{
    margin: 0.573rem 0 0 5rem;
}
#reviews #comments ol.commentlist  > li.review > ul.children > li.review{
    padding: 0.833rem 1.25rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    background-color: #FFF;
    border-left: none !important;
    margin: 0 !important;
}
#reviews .woocommerce-verification-required+.woocommerce-noreviews{
    margin-top: 1.042rem;
}
#reviews .woocommerce-verification-required,
#reviews .woocommerce-noreviews{
    text-align: center;
    padding: 0.3125rem 1.042rem;
    margin: 0;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    border: 1px solid var(--main-cl);
    font-size: 0.833rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: var(--main-cl)
}
.product-details .gap-price .woocommerce-Price-currencySymbol{
    font-weight: 400;
    margin-left: 4px;
}
.product-details .gap-price{
    margin-top: 0.625rem;
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.354rem;
}
.product-details .bogo-box{
    padding: 1.25rem 1.042rem;
    border: 1px solid var(--main-cl);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    margin-bottom: 1.25rem;
}
.product-details .bogo-box .bogo-box-title .flex-box{
    gap : 0.521rem
}
.product-details .bogo-box .bogo-box-title{
    margin-bottom: 1.25rem;
}
.product-details .bogo-box .bogo-box-content .img-wrap{
    width: 3.646rem;
    min-width: 3.646rem;
    height: auto;
    aspect-ratio: 1;
    border: 1.11px solid #E8E8E8;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    margin-right: 0.78125rem;
}
.product-details .bogo-box .bogo-box-content .item+.item{
    margin-top: 1.146rem;
}
.product-details .bogo-box .bogo-box-content .item-price{
    display: flex;
    align-items: center;
}
.product-details .bogo-box .bogo-box-content .item-price > span.amount{
    font-weight: 600;
    font-size: 1.042rem;
    line-height: 1.458rem;
    color: #C91E2C;
    margin-right: 0.521rem;
}
.product-details .bogo-box .bogo-box-content .item-price del,
.product-details .bogo-box .bogo-box-content .item-price del > span.amount{
    font-weight: 300;
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: #666;
    opacity: 1;
}
.product-details .buy-together-box{
    margin-top: 1.5625rem;
    padding-top: 1.042rem;
    border-top: 1px solid #0000001A;
}
.product-details .buy-together-box .buy-together-title{
    margin-bottom: 0.833rem;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.25rem;
}
.product-details .buy-together-box .img-wrap{
    width: 3.646rem;
    min-width: 3.646rem;
    height: auto;
    aspect-ratio: 1;
    border: 1.11px solid #E8E8E8;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    margin-right: 0.78125rem;
}
.product-details .buy-together-box .item+.item{
    margin-top: 0.9375rem;
}
.product-details .buy-together-box .buy-together-content{
    padding-bottom: 1.042rem;
    margin-bottom: 1.042rem;
    border-bottom: 1px solid #0000001A;
}
.product-details .buy-together-box .item label{
    cursor: pointer;
    margin-right: 1.146rem;
    margin-bottom: 0;
}
.product-details .buy-together-box .item label input{
    display: none;
}
.product-details .buy-together-box .item label > span{
    width: 1.042rem;
    height: 1.042rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #CACACA;
    background-color: #E9E9E9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-details .buy-together-box .item label > span svg{
    width: 0.833rem;
    height: 0.833rem;
    opacity: 0;
}
.product-details .buy-together-box .item label > input:checked+span{
    background-color: var(--main-cl);
}
.product-details .buy-together-box .item label > input:checked+span svg{
    opacity: 1;
}
.product-details .buy-together-box .buy-together-total .text-total{
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 0.9375rem;
    margin-bottom: 0.3125rem;
    color: #666666;
}
.product-details .buy-together-box .buy-together-total .text-total strong{
    font-weight: 600;
    color: #333;
}
.product-details .buy-together-box .buy-together-total .sale-price span.amount{
    font-weight: 600;
    font-size: 1.302rem;
    line-height: 1.667rem;
    color: var(--main-cl);
    margin-right: 0.521rem;
}
.search-lightbox-wrap{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.search-lightbox-wrap.show{
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
}
.search-lightbox-wrap .search-box-wrap{
    background-color: #FFF;
    position: relative;
    z-index: 4;
    padding: 1.5625rem 13.021rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-lightbox-wrap .search-box-wrap form{
    width: 500px;
    max-width: 100%;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    border: 1px solid #00000033;
    overflow: hidden;
    margin: 0;
}
.search-lightbox-wrap .search-box-wrap form button{
    background-color: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    outline: unset !important;
    box-shadow: unset !important;
    padding: 0 1.302rem;
    opacity: 0.6;
}
.search-lightbox-wrap .search-box-wrap form input{
    padding: 0.729rem 1.25rem;
    font-weight: 300;
    font-size: 0.833rem;
    color: var(--text-cl);
    margin: 0;
    border: none !important;
}
.search-lightbox-wrap .search-result-box{
    background-color: #FFF;
    margin: 0 auto;
    width: 62.5rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    overflow: hidden;
    max-width: calc(100% - 2rem);
    margin-top: 1.042rem;
    padding: 2.083rem 3.125rem;
    position: relative;
    z-index: 3;
}
.search-lightbox-wrap .search-result-box .keywords{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.521rem;
    justify-content: flex-start;
}
.search-lightbox-wrap .search-result-box .keywords > a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 0.3125rem 0.833rem;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    border: 1px solid #00000033;
    font-size: 0.677rem;
    font-weight: 7070;
    color: #333;
    line-height: 1.042rem;
    transition: all 0.4s;
}
.search-lightbox-wrap .search-result-box .keywords > a:hover{
    color: var(--main-cl);
    border-color: var(--main-cl);
}
.search-lightbox-wrap .bg-close{
    background-color: #000;
    opacity: 0.7;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.search-lightbox-wrap .search-result-box .search-results{
    min-height: 5.208rem;
    margin-top: 2.083rem;
}
.search-lightbox-wrap .search-result-box .search-results .product-grid{
    grid-gap: 1.5625rem 1.042rem;
    margin-bottom: 1.5625rem;
}
h4.no-result-text{
    text-align: center;
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.25rem;
}
.shop-page-title.category-page-title{
    display: none !important;
}
section.search-sec-1{
    border-bottom: 1px solid #00000033;
    padding: 1.5625rem 0;
}
section.search-sec-1 h2{
    font-size: 1.042rem;
    line-height: 1.354rem;
    font-weight: 600;
    width: max-content;
}
section.search-sec-1 form{
    margin: 0;
}
section.search-sec-1 form > .flex-box{
    gap: 1.042rem
}
section.search-sec-1 form > .flex-box .select-styled,
section.search-sec-1 form > .flex-box input{
    margin: 0;
    border: none !important;
    -webkit-border-radius: 0.417rem;
    -moz-border-radius: 0.417rem;
    border-radius: 0.417rem;
    padding: 0.521rem 1.25rem;
    font-weight: 300;
    font-size: 0.833rem;
    color: var(--text-cl);
    height: 2.34375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 14rem;
    background-color: #FFF;
}
section.search-sec-1 form > .flex-box .select-styled{
    cursor: pointer;
}
section.search-sec-1 form > .flex-box .select-styled:after{
    width: 0.9375rem;
    height: 0.9375rem;
    margin-left: 0.521rem;
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjYyNSA2Ljc1TDkgMTIuMzc1TDMuMzc1IDYuNzUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    position: relative;
    display: block;
}
section.search-sec-1 form > .flex-box .select{
    position: relative;
}
section.search-sec-1 form > .flex-box .select-options{
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #FFF;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 99;
    box-shadow: 0 0 1.042rem #eee;
    overflow: hidden;
}
section.search-sec-1 form > .flex-box .select-options > li{
    padding: 0.417rem 1.25rem;
    font-weight: 300;
    font-size: 0.833rem;
    color: var(--text-cl);
    margin: 0;
    cursor: pointer;
    transition: all 0.4s;
}
section.search-sec-1 form > .flex-box .select-options > li:hover,
section.search-sec-1 form > .flex-box .select-options > li.active{
    background-color: var(--main-cl);
    color: #FFF;
}
section.search-sec-1 form > .flex-box .select-options > li+li{
    border-top: 1px solid #00000033;
}
section.search-sec-1 form > .flex-box button{
    -webkit-border-radius: 0.417rem;
    -moz-border-radius: 0.417rem;
    border-radius: 0.417rem;
    padding-left: 0;
    padding-right: 0;
    aspect-ratio: 1;
}
section.search-sec-2{
    padding-bottom: 6.25rem;
}
section.search-sec-2 .NK-load-more-btn{
    margin-top: 2.083rem;
}
section.search-sec-2 #posts-list{
    margin-top: 4rem;
}
.fixed-coupon{
    position: fixed;
    z-index: 999;
    right: 0.833rem;
    bottom: 1.25rem;
    cursor: pointer;
}
.fixed-coupon > svg{
    width: 9.375rem;
}
.fixed-coupon .coupon-amount{
    position: absolute;
    font-weight: 800;
    font-size: 1.354rem;
    line-height: 1.51rem;
    display: flex;
    align-items: center;
    color: var(--main-cl);
    left: 50%;
    transform: translateX(-50%);
    top: 0.625rem;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.fixed-coupon .coupon-amount > svg{
    margin-right: 0.208rem;
}
.fixed-coupon .coupon-amount > sup{
    font-size: 0.833rem;
    font-weight: 700;
    line-height: 1.5rem;
    padding-bottom: 0.625rem;
}
.fixed-coupon .countdown-wrap strong{
    font-weight: 800;
}
.fixed-coupon .countdown-wrap{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.25rem;
    width: 100%;
}
.fixed-coupon .item{
    width: max-content;
}
.fixed-coupon .item > svg{
    width: 9.375rem;
    height: auto;
}
.fixed-coupon .item+.item{
    margin-top: 0.521rem;
}
#coupon-popup{
    display: none;
    width: 43.542rem;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    padding: 1.667rem;
}
#coupon-popup .title{
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}
#coupon-popup .voucher-list{
    grid-gap: 1.25rem
}
#coupon-popup .buttons-wrap {
    gap: 1.25rem;
    margin-top: 1.667rem;
}
#coupon-popup .buttons-wrap > a{
    width: 100%;
}
.NK-notify-box .notify-text{
    padding: 0.521rem 1.042rem;
    -webkit-border-radius: 0.26rem;
    -moz-border-radius: 0.26rem;
    border-radius: 0.26rem;
    background-color: #fff;
    font-size: 0.9375rem;
    line-height: 1.25rem;
}
.NK-notify-box .notify-text.error-type{
    background-color: #ffeeee;
    color: #eb0000;
    display: flex;
    align-items: center;
}
.NK-notify-box .notify-text.success-type{
    color: #069206;
    background-color: #f7fff7;
}
.NK-notify-box .notify-text.warning-type{
    background-color: #fffdf6;
    color: #f6c50d;
    display: flex;
    align-items: center;
}
.NK-notify-box .notify-text.warning-type:before{
    position: relative;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIuMjVDMTAuMDcxNiAyLjI1IDguMTg2NTcgMi44MjE4MyA2LjU4MzE5IDMuODkzMTdDNC45Nzk4MiA0Ljk2NDUxIDMuNzMwMTMgNi40ODcyNiAyLjk5MjE4IDguMjY4ODRDMi4yNTQyMiAxMC4wNTA0IDIuMDYxMTQgMTIuMDEwOCAyLjQzNzM1IDEzLjkwMjFDMi44MTM1NSAxNS43OTM0IDMuNzQyMTUgMTcuNTMwNyA1LjEwNTcxIDE4Ljg5NDNDNi40NjkyOCAyMC4yNTc5IDguMjA2NTYgMjEuMTg2NSAxMC4wOTc5IDIxLjU2MjdDMTEuOTg5MiAyMS45Mzg5IDEzLjk0OTYgMjEuNzQ1OCAxNS43MzEyIDIxLjAwNzhDMTcuNTEyNyAyMC4yNjk5IDE5LjAzNTUgMTkuMDIwMiAyMC4xMDY4IDE3LjQxNjhDMjEuMTc4MiAxNS44MTM0IDIxLjc1IDEzLjkyODQgMjEuNzUgMTJDMjEuNzQ3MSA5LjQxNTAzIDIwLjcxODkgNi45MzY3OCAxOC44OTExIDUuMTA4OTNDMTcuMDYzMiAzLjI4MTA4IDE0LjU4NSAyLjI1MjkyIDEyIDIuMjVWMi4yNVpNMTEuMjUgNy41QzExLjI1IDcuMzAxMDkgMTEuMzI5IDcuMTEwMzIgMTEuNDY5NyA2Ljk2OTY3QzExLjYxMDMgNi44MjkwMiAxMS44MDExIDYuNzUgMTIgNi43NUMxMi4xOTg5IDYuNzUgMTIuMzg5NyA2LjgyOTAyIDEyLjUzMDMgNi45Njk2N0MxMi42NzEgNy4xMTAzMiAxMi43NSA3LjMwMTA5IDEyLjc1IDcuNVYxMi43NUMxMi43NSAxMi45NDg5IDEyLjY3MSAxMy4xMzk3IDEyLjUzMDMgMTMuMjgwM0MxMi4zODk3IDEzLjQyMSAxMi4xOTg5IDEzLjUgMTIgMTMuNUMxMS44MDExIDEzLjUgMTEuNjEwMyAxMy40MjEgMTEuNDY5NyAxMy4yODAzQzExLjMyOSAxMy4xMzk3IDExLjI1IDEyLjk0ODkgMTEuMjUgMTIuNzVWNy41Wk0xMiAxNy4yNUMxMS43Nzc1IDE3LjI1IDExLjU2IDE3LjE4NCAxMS4zNzUgMTcuMDYwNEMxMS4xOSAxNi45MzY4IDExLjA0NTggMTYuNzYxMSAxMC45NjA2IDE2LjU1NTVDMTAuODc1NSAxNi4zNSAxMC44NTMyIDE2LjEyMzggMTAuODk2NiAxNS45MDU1QzEwLjk0IDE1LjY4NzMgMTEuMDQ3MiAxNS40ODY4IDExLjIwNDUgMTUuMzI5NUMxMS4zNjE4IDE1LjE3MjIgMTEuNTYyMyAxNS4wNjUgMTEuNzgwNSAxNS4wMjE2QzExLjk5ODggMTQuOTc4MiAxMi4yMjUgMTUuMDAwNSAxMi40MzA1IDE1LjA4NTZDMTIuNjM2MSAxNS4xNzA4IDEyLjgxMTggMTUuMzE1IDEyLjkzNTQgMTUuNUMxMy4wNTkgMTUuNjg1IDEzLjEyNSAxNS45MDI1IDEzLjEyNSAxNi4xMjVDMTMuMTI1IDE2LjQyMzQgMTMuMDA2NSAxNi43MDk1IDEyLjc5NTUgMTYuOTIwNUMxMi41ODQ1IDE3LjEzMTUgMTIuMjk4NCAxNy4yNSAxMiAxNy4yNVoiIGZpbGw9IiNGNkM1MEQiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    content: '';
    margin-right: 0.521rem;
}
.NK-notify-box .notify-text.error-type:before{
    position: relative;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIuMjVDMTAuMDcxNiAyLjI1IDguMTg2NTcgMi44MjE4MyA2LjU4MzE5IDMuODkzMTdDNC45Nzk4MiA0Ljk2NDUyIDMuNzMwMTMgNi40ODcyNiAyLjk5MjE4IDguMjY4ODRDMi4yNTQyMiAxMC4wNTA0IDIuMDYxMTQgMTIuMDEwOCAyLjQzNzM1IDEzLjkwMjFDMi44MTM1NSAxNS43OTM0IDMuNzQyMTUgMTcuNTMwNyA1LjEwNTcxIDE4Ljg5NDNDNi40NjkyOCAyMC4yNTc5IDguMjA2NTYgMjEuMTg2NSAxMC4wOTc5IDIxLjU2MjdDMTEuOTg5MiAyMS45Mzg5IDEzLjk0OTYgMjEuNzQ1OCAxNS43MzEyIDIxLjAwNzhDMTcuNTEyNyAyMC4yNjk5IDE5LjAzNTUgMTkuMDIwMiAyMC4xMDY4IDE3LjQxNjhDMjEuMTc4MiAxNS44MTM0IDIxLjc1IDEzLjkyODQgMjEuNzUgMTJDMjEuNzQ3IDkuNDE1MDYgMjAuNzE4OCA2LjkzNjg0IDE4Ljg5MSA1LjEwOTAxQzE3LjA2MzIgMy4yODExOCAxNC41ODQ5IDIuMjUyOTkgMTIgMi4yNVYyLjI1Wk0xNS41MzAzIDE0LjQ2OTdDMTUuNiAxNC41MzkzIDE1LjY1NTQgMTQuNjIyIDE1LjY5MzIgMTQuNzEzQzE1LjczMSAxNC44MDQgMTUuNzUwNCAxNC45MDE2IDE1Ljc1MDUgMTUuMDAwMkMxNS43NTA1IDE1LjA5ODcgMTUuNzMxMiAxNS4xOTYzIDE1LjY5MzUgMTUuMjg3NEMxNS42NTU4IDE1LjM3ODQgMTUuNjAwNSAxNS40NjEyIDE1LjUzMDggMTUuNTMwOEMxNS40NjEyIDE1LjYwMDUgMTUuMzc4NCAxNS42NTU4IDE1LjI4NzQgMTUuNjkzNUMxNS4xOTYzIDE1LjczMTIgMTUuMDk4NyAxNS43NTA1IDE1LjAwMDIgMTUuNzUwNUMxNC45MDE2IDE1Ljc1MDQgMTQuODA0MSAxNS43MzEgMTQuNzEzIDE1LjY5MzJDMTQuNjIyIDE1LjY1NTQgMTQuNTM5MyAxNS42IDE0LjQ2OTcgMTUuNTMwM0wxMiAxMy4wNjA1TDkuNTMwMjggMTUuNTMwM0M5LjM4OTU5IDE1LjY3MDcgOS4xOTg5MiAxNS43NDk1IDkuMDAwMTcgMTUuNzQ5NEM4LjgwMTQyIDE1Ljc0OTIgOC42MTA4MyAxNS42NzAyIDguNDcwMyAxNS41Mjk3QzguMzI5NzYgMTUuMzg5MiA4LjI1MDc1IDE1LjE5ODYgOC4yNTA2NSAxNC45OTk4QzguMjUwNTQgMTQuODAxMSA4LjMyOTM0IDE0LjYxMDQgOC40Njk3MyAxNC40Njk3TDEwLjkzOTUgMTJMOC40Njk3MyA5LjUzMDI3QzguMzI5MzQgOS4zODk1OCA4LjI1MDU0IDkuMTk4OTIgOC4yNTA2NSA5LjAwMDE3QzguMjUwNzUgOC44MDE0MSA4LjMyOTc2IDguNjEwODMgOC40NzAzIDguNDcwMjlDOC42MTA4MyA4LjMyOTc1IDguODAxNDIgOC4yNTA3NSA5LjAwMDE3IDguMjUwNjRDOS4xOTg5MiA4LjI1MDU0IDkuMzg5NTkgOC4zMjkzNCA5LjUzMDI4IDguNDY5NzNMMTIgMTAuOTM5NUwxNC40Njk3IDguNDY5NzNDMTQuNjEwNCA4LjMyOTM0IDE0LjgwMTEgOC4yNTA1NCAxNC45OTk4IDguMjUwNjRDMTUuMTk4NiA4LjI1MDc1IDE1LjM4OTIgOC4zMjk3NSAxNS41Mjk3IDguNDcwMjlDMTUuNjcwMyA4LjYxMDgzIDE1Ljc0OTMgOC44MDE0MSAxNS43NDk0IDkuMDAwMTdDMTUuNzQ5NSA5LjE5ODkyIDE1LjY3MDcgOS4zODk1OCAxNS41MzAzIDkuNTMwMjdMMTMuMDYwNiAxMkwxNS41MzAzIDE0LjQ2OTdaIiBmaWxsPSIjRUIwMDAwIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    content: '';
    margin-right: 0.521rem;
}
section.policy-sec .policy-menu > ul >li > a img{
    width: 1.667rem;
    min-width: 1.667rem;
    height: 1.667rem;
}
section.policy-sec .policy-menu > ul >li.current-menu-item > a > .menu-image-hover-wrapper > img.hovered-image{
    margin-left: -1.667rem !important;
}
.join-us-sec{
    padding: 2.604rem 0;
}
.join-us-sec .text-white{
    font-weight: 500;
    font-size: 1.5625rem;
    line-height: 2.604rem;
    margin-bottom: 1.042rem;
}
.join-us-sec .buttons{
    gap: 1.5625rem
}
.join-us-sec .btn{
    text-transform: unset;
}
.fancybox-container{
    z-index: 99999999;
}
.NK-my-account-content .grid-box.grid-3{
    gap: 1.042rem
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout{
    display: none !important;
}
.popup-video{
    display: none;
    padding: 0 !important;
    overflow: hidden;
    background-color: transparent;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
}
.popup-video .video-wrapper{
    height: 85vh;
    overflow: hidden;
}
.popup-video .video-wrapper video{
    height: 100%;
    width: auto;
    max-width: 80vw;
    object-fit: contain;
}
.popup-video .video-wrapper iframe{
    height: 740px;
    width: 323px;
}
.popup-video .fancybox-close-small{
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
    border-radius: 0 !important;
}
.popup-video .fancybox-close-small:hover{
    background-color: #000;
}
#flash-sale-page{
    background-color: #C80000;
}
.flash-sale-banner{
    z-index: 9;
}
.flash-sale-banner:before{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    position: absolute;
    content: '';
    z-index: 3;
    pointer-events: none;
    aspect-ratio: 1920/108;
    background-image: url('../images/flash-sale-line.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.flash-sale-banner .product-img{
    position: absolute;
    left: 50%;
    top: 5.208rem;
    width: 55.521rem;
    height: auto;
    z-index: 3;
    transform: translateX(-50%);
}
.flash-sale-sec-2{
    background: linear-gradient(to bottom, #fda101, rgba(200, 0, 0, 0));
    padding-top: 13.542rem;
    z-index: 8;
}
.flash-sale-sec-2 .grid-box{
    grid-gap: 1.25rem;
}
.flash-sale-sec-2 .grid-box .item img{
    width: 100%;
    height: auto;
}
.home-flash-sale-content .wcct_progress_aria{
    overflow: unset;
}
.flash-sale-sec-3{
    padding-top: 13.802rem;
}
.flash-sale-sec-3:before{
    position: absolute;
    content: '';
    background-image: url('../images/flash-sale-bg.png');
    aspect-ratio: 1920/1167;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    top: -13.802rem;
    pointer-events: none !important;
}
.flash-sale-sec-3 .box-countdown-timer{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    margin-bottom: 1.875rem;
}
.flash-sale-sec-3 .box-countdown-timer .fs-25{
    color: #000000;
}
.flash-sale-sec-3 .box-countdown-timer .divider{
    color: #5B5B5B;
}
.container-large{
    width: 83.333rem;
    margin: 0 auto;
    -webkit-border-radius: 7.292rem;
    -moz-border-radius: 7.292rem;
    border-radius: 7.292rem;
    border: 0.365rem solid #BD955E;
    box-shadow: 0px 4px 30px 0px #FF0006;
    background: linear-gradient(180deg, #F8CE93 0%, #FFF2CE 100%);
    position: relative;
    z-index: 3;
    padding: 4.375rem 4.6875rem 3.75rem;
}
.flash-sale-page-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 0;
    height: 11.979rem;
    pointer-events: none !important;
    width: 100%;
}
.flash-sale-page-title img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.flash-sale-sec-4{
    padding-top: 12.5rem;
}
#flash-sale-page > section:last-of-type{
    padding-bottom: 13.802rem;
}
#flash-sale-page .product-grid > .product-item{
    display: none;
}
#flash-sale-page .flash-sale-sec-4 .box-sale-wrap{
    border: 0.365rem solid #BD955E;
    background-color: #FFF2CE;
    box-shadow: 0rem 0.208rem 1.5625rem 0rem #FF0006;
    padding: 7.03125rem 1.875rem 3.333rem;
}
.bogo-sec:before{
    background-image: url('../images/flash-sale-bg-2.png');
    position: absolute;
    content: '';
    aspect-ratio: 1920/1139;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    pointer-events: none !important;
}
.special-sec:before{
    background-image: url('../images/flash-sale-bg-3.png');
    position: absolute;
    content: '';
    aspect-ratio: 1920/1128;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    pointer-events: none !important;
}
.multi-sec:before{
    background-image: url('../images/flash-sale-bg-4.png');
    position: absolute;
    content: '';
    aspect-ratio: 1920/1162;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    pointer-events: none !important;
}
.btn-special{
    font-weight: 500;
    font-size: 1.146rem;
    line-height: 1.458rem;
    width: max-content;
    padding: 0.417rem 1.667rem;
    left: 50%;
    bottom: 0;
    position: absolute;
    z-index: 9;
    transform: translateX(-50%) translateY(50%);
    background: linear-gradient(180deg, #FFDE69 0%, #A97100 100%);  
    color: #FFFFFF;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    cursor: pointer;
    overflow: hidden;
}
.btn-special:before{
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 2px;
    position: absolute;
    background-color: #FFF;
    z-index: 2;
    content: '';
    transition: all 0.4s;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    opacity: 0;
}
.btn-special span{
    position: relative;
    z-index: 3;
    transition: all 0.4s;
}
#flash-sale-page #product-grid{
    margin-top: 0 !important;
}
form.cart .woocommerce-reward-points-earning-text-container{
    padding: 0.417rem 1.25rem;
    -webkit-border-radius: 0.208rem;
    -moz-border-radius: 0.208rem;
    border-radius: 0.208rem;
    background-color: var(--main-cl);
    margin-bottom: 1.042rem;
    font-size: 0.833rem;
    font-weight: 500;
    color: #fFF
}
.woocommerce-reward-points-tooltip,
form.cart .woocommerce-reward-points-earning-text-container i.fa-info-circle{
    display: none !important;
}
.nk-checkout-page .woocommerce-reward-points-text-checkout{
    padding: 1.25rem 6.979rem;
    background-color: var(--main-cl) !important;
    display: flex;
    align-items: center;
    margin: 0 !important;
}
.nk-checkout-page .woocommerce-reward-points-level-container > img{
    display: block;
    margin-bottom: 0.521rem;
}
.nk-checkout-page .woocommerce-reward-points-level-container{
    padding: 0.833rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    background-color: #FFF;
    font-size: 1.042rem;
    line-height: 1.5625rem;
    font-weight: 600;
    color: #333;
    width: 12.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-earning-text-container{
    flex-grow: 1;
    padding: 0 1.25rem;
}
.nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-earning-text-container .woocommerce-reward-points-points-earn-purchase{
    font-weight: 700;
}
.nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-earning-text-container > span > span{
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    font-weight: 700;
    color: #FFF
}
.nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-earning-text-container > span > span > ul{
    margin: 0;
    list-style: none;
}
.nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-earning-text-container > span > span > ul > li{
    font-weight: 400;
    font-size: 0.833rem;
}
.nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-earning-text-container > span > span > ul > li > i{
    font-size: 0.729rem;
    height: 1.042rem;
    width: 1.042rem;
    line-height: 1.042rem;
    color: var(--main-cl);
    background-color: #FFF;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 0.417rem;
}
.nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-redemption-form-container > span.woocommerce-reward-points-redemption-text{
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    color: #FFF;
    margin-bottom: 0.417rem;
}
.nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-redemption-form-container > span.woocommerce-reward-points-redemption-text span.amount{
    color: #FFF;
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.5625rem;
}
.nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-redemption-form-container .woocommerce-reward-points-redemption-text-below{
    font-size: 0.78125rem;
    line-height: 1.5625rem;
    margin-top: 0.417rem;
    font-weight: 400;
}
.nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-redemption-form-container .woocommerce-reward-points-redemption-text-remove-points{
    background: white;
    color: var(--main-cl);
    padding: 0.208rem 0.625rem;
    border-radius: 0.208rem;
    font-size: 0.625rem;
}
.nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-redemption-form-container .woocommerce-reward-points-redemption-form-inputs{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    background-color: #FFF;
    margin: 0;
    padding: 0.3125rem 0.417rem 0.3125rem 1.458rem;
    display: flex;
}
.nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-redemption-form-container .woocommerce-reward-points-redemption-form-inputs input{
    flex-grow: 1;
    padding: 0 !important;
    border: none !important;
    height: auto;
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    color: #333 !important;
}
.nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-redemption-form-container .woocommerce-reward-points-redemption-form-inputs a.btn{
    height: 1.5625rem;
    padding: 0 0.625rem;
    font-size: 0.729rem;
    line-height: 1.5625rem;
    font-weight: 400;
    color: #FFF !important;
    background-color: var(--main-cl) !important;
}
.nk-checkout-page .woocommerce-order{
    flex-wrap: wrap;
}
.nk-checkout-page .woocommerce-reward-points-text-thank-you{
    padding: 1.25rem;
    background-color: var(--main-cl) !important;
    display: flex;
    align-items: center;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    width: 100%;
}
.nk-checkout-page .woocommerce-reward-points-text-thank-you .woocommerce-reward-points-earning-text-container{
    padding-left: 1.667rem;
    font-size: 0.833rem;
    line-height: 1.25rem;
}
.nk-checkout-page .woocommerce-reward-points-text-thank-you .woocommerce-reward-points-earning-text-container a.btn-primary{
    height: 1.5625rem;
    padding: 0 0.625rem;
    font-size: 0.729rem;
    line-height: 1.5625rem;
    font-weight: 400;
    color: #FFF !important;
    background-color: var(--main-cl) !important;
    border: none !important;
    display: none !important;
    margin-top: 0.521rem;
}
.nk-checkout-page .woocommerce-reward-points-text-thank-you .woocommerce-reward-points-earning-text-container .more-text,
.nk-checkout-page .woocommerce-reward-points-text-thank-you .woocommerce-reward-points-earning-text-container span.woocommerce-reward-points-next-level-text{
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.354rem;
}
.nk-checkout-page .woocommerce-reward-points-text-thank-you .woocommerce-reward-points-earning-text-container span{
    display: block;
    font-size: 0.833rem;
    line-height: 1.25rem;
}
.nk-checkout-page .woocommerce-reward-points-text-thank-you .woocommerce-reward-points-earning-text-container span.nk-custom-text span,
.nk-checkout-page .woocommerce-reward-points-text-thank-you .woocommerce-reward-points-earning-text-container span.nk-custom-text{
    display: initial;
    font-weight: 700;
}
.nk-checkout-page .woocommerce-reward-points-earning-text-container .more-text{
    margin-top: 0.521rem;
    margin-bottom: 0.208rem;
}
.nk-checkout-page #customer-details{
    background-color: transparent;
}
#feedback-form{
    display: none;
    width: 38rem;
    max-width: 100%;
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    border-radius: 1.25rem;
    padding: 2rem 2rem 4rem;
}
#feedback-form .sec-des{
    margin-bottom: 1.25rem;
}
.btn.btn-loading{
    pointer-events: none !important;
    position: relative;
}
.btn.btn-loading:before{
    height: 70%;
    width: auto;
    aspect-ratio: 1;
    position: absolute;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 50;
    border: 3px solid #F5F5F5;
    border-bottom-color: #333;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.6s linear infinite;
}
.btn-primary.btn-loading > span{
    opacity: 0 !important;
}
.commentlist > li,
#product-list > div,
#store-list-wrap > div{
    transition: all 0.4s;
}
.commentlist.loading > li,
#product-list.loading > div,
#store-list-wrap.loading > div{
    opacity: 0;
    transform: translateY(30px);
}
.loading{
    position: relative;
    min-height: 10.417rem;
}
.button.loading{
    min-height: unset !important;
}
.loading:before{
    height: 3.646rem;
    width: 3.646rem;
    left: calc(50% - 1.823rem);
    top: calc(50% - 1.823rem);
    aspect-ratio: 1;
    position: absolute;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 50;
    border: 5px solid #FFF;
    border-bottom-color: var(--main-cl);
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.6s linear infinite;
}
.ZoomContainer {
    pointer-events: none !important;
    display: none;
}
.NK-orders-list.woo-orders a.NK-button{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
}
.NK-orders-list.woo-orders a.NK-button:not(.view){
    display: none !important;
}
.NK-my-account-page{
    padding: 3.333rem;
}
.NK-my-account-page .grid-container{
    max-width: 100%;
}
.NK-my-account{
    flex-wrap: wrap;
}
.NK-my-account .NK-my-account-heading{
    width: 100%;
    background-color: #fff;
    display: flex;
    padding: 1.25rem 2.5rem;
    gap: 3.333rem;
    margin: 0 0.521rem 3.333rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
}
.NK-my-account .NK-my-account-heading .user-points{
    flex-grow: 1;
}
.NK-my-account .NK-my-account-heading h1.my-account-name{
    font-size: 1.354rem;
    line-height: 2.083rem;
    font-weight: 500;
    margin-bottom: 0;
}
.NK-my-account .NK-my-account-heading .NK-my-account-information{
    gap: 0.833rem;
}
.NK-my-account .NK-my-account-heading .NK-my-account-information .NK-my-account-avatar img{
    width: 5.208rem;
    height: 5.208rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.NK-my-account .NK-my-account-heading .woocommerce-reward-points-level-container img{
    height: 1.667rem;
    width: auto;
}
.NK-my-account .NK-my-account-heading .user-points .point-to-next-level{
    font-size: 0.885rem;
    line-height: 1.25rem;
    font-weight: 400;
    margin-bottom: 2.083rem;
}
.NK-my-account .NK-my-account-heading .user-points .point-note{
    font-size: 0.625rem;
    color: #666;
    font-weight: 300;
}
.point-progress-bar{
    display: flex;
    border-top: 4px solid #d9d9d9;
    margin-bottom: 0.625rem;
    position: relative;
}
.point-progress-bar .current-point{
    position: absolute;
    left: 0;
    top: -4px;
    z-index: 2;
    background-color: var(--main-cl);
    height: 4px;
    width: var(--data-width);
    max-width: 100%;
}
.point-progress-bar .current-point .point-text{
    position: absolute;
    bottom: calc(100% + 8px);
    width: max-content;
    left: 100%;
    transform: translateX(-50%);
    font-size: 0.729rem;
    line-height: 1.042rem;
    font-weight: 400;
    color: #FFF;
    background-color: var(--main-cl);
    -webkit-border-radius: 0.208rem;
    -moz-border-radius: 0.208rem;
    border-radius: 0.208rem;
    padding: 0.208rem 0.521rem;
}
.point-progress-bar .current-point .point-text:before{
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0.521rem;
    height: 0.521rem;
    border: 5px solid transparent;
    border-top-color: var(--main-cl);
}
.point-progress-bar > .level{
    width: 100%;
    padding-top: 0.208rem;
    position: relative;
}
.point-progress-bar > .level:before{
    position: absolute;
    content: '';
    left: 0;
    top: -2px;
    transform: translateY(-50%);
    height: 0.729rem;
    width: 0.729rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--main-cl);
    border: 2px solid #FFF;
    z-index: 3;
}
.point-progress-bar > .level img{
    height: 1.25rem;
    width: auto;
}
.NK-my-account .NK-my-account-nav-inner{
    box-shadow: unset
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav-inner .NK-my-account-nav{
    padding: 0;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav-inner .NK-my-account-nav > li > a > span{
    margin-right: 0.625rem;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav-inner .NK-my-account-nav > li > a:after{
    position: relative;
    display: block;
    margin-left:  auto;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNzUgMTJIMjAuMjUiIHN0cm9rZT0iIzI3MkQzNSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTMuNSA1LjI1TDIwLjI1IDEyTDEzLjUgMTguNzUiIHN0cm9rZT0iIzI3MkQzNSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K") no-repeat !important;
    background-size: cover !important;
    width: 1.25rem !important;
    height: 1.25rem;
    transform: unset; bottom: unset;
    left: unset;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav-inner .NK-my-account-nav > li > a{
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    background-color: #FFF;
    padding: 0.833rem 1.25rem;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav-inner .NK-my-account-nav > li > a >svg{
    width: 1.25rem;
    height: 1.25rem;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav-inner .NK-my-account-nav > li+li{
    margin-top: 0.521rem;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link > a:hover:after,
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link.is-active > a:after{
    filter: brightness(0) invert(1);
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link > a:hover,
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link.is-active > a{
    background-color: var(--main-cl);
    color: #FFF;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link > a:hover path, .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link.is-active > a path{
    stroke: #FFF;
}
.NK-my-account .NK-my-account-content{
    padding-left: 2.8125rem;
}
.NK-my-account-inner{
    background-color: #FFF;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    padding: 2.5rem;
}
#NK-reset-form{
    width: 31.25rem;
    max-width: 100%;
}
.NK-orders-list table{
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    overflow: hidden;
}
.NK-my-account-inner .my-account-heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--ajax-login-border-color);
    padding-bottom: 0.625rem;
    margin-bottom: 1.25rem;
}
.NK-my-account-inner .my-account-heading > h1{
    margin: 0;
    font-size: 2.083rem;
    line-height: 1.2;
    font-weight: 700;
    color: var(--ajax-login-main-color);
}
.NK-my-account .list-address > .address-item+.address-item{
    margin-top: 1.042rem;
    padding-top: 1.042rem;
    border-top: 1px dashed var(--ajax-login-border-color);
}
.NK-my-account .list-address > .address-item .address-actions > .flex-box{
    gap: 0.625rem
}
.NK-my-account .list-address > .address-item .address-actions > .flex-box > a{
    font-size: 0.833rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: var(--main-cl);
    position: relative;
}
.NK-my-account .list-address > .address-item .address-actions .btn-set-default-address-book{
    padding: 0.3125rem 1.042rem;
    font-size: 0.729rem;
    line-height: 1.042rem;
    color: #666;
    border: 1px solid #666;
    margin-top: 0.625rem;
    display: block;
    width: max-content;
    cursor: pointer;
}
.NK-my-account .list-address > .address-item .address-actions .btn-set-default-address-book.disabled{
    opacity: 0.4;
    cursor: not-allowed;
}
.NK-my-account .list-address > .address-item h3{
    font-size: 1.146rem;
    line-height: 1.5625rem;
    font-weight: 600;
    margin-bottom: 0.521rem;
    display: flex;
    align-items: center;
    gap: 0.625rem;
}
.default-badge{
    border: 1px solid var(--main-cl);
    color: var(--main-cl);
    font-size: 0.625rem;
    line-height: 0.9375rem;
    font-weight: 300;
    padding: 0.104rem 0.3125rem;
    transition: all 0.4s;
}
.NK-my-account .list-address > .address-item .name-group > div strong{
    font-weight: 700;
}
.NK-my-account .list-address > .address-item .name-group > div{
    font-size: 0.78125rem;
    line-height: 1.458rem;
    font-weight: 300;
    color: #444;
}
#popup-address{
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    display: none;
    width: 41.667rem;
    max-width: 100%;
    padding: 2rem;
}
#popup-address .sec-title-2{
    margin-bottom: 1.25rem;
}
#popup-address .select2-container{
    width: 100% !important;
}
#popup-address .select2-selection{
    border: 1px solid var(--ajax-login-border-color);
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--ajax-login-body-text-color);
    margin-bottom: 0;
    box-shadow: none !important;
    width: 100% !important;
    background-color: var(--ajax-login-white-color);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
}
.nk-checkout-page .checkout-products .checkout-product-thumb{
    background-color: #FFF;
}
.nk-checkout-page .checkout-products .checkout-product-thumb:has(img[src*='logo']){
    padding: 10px;
    border: 0.052rem solid rgb(218, 218, 218);
}
.nk-checkout-page .checkout-products .checkout-product-thumb:has(img[src*='logo']) img{
    border: none;
}
body > .select2-container {
    z-index: 999999999;
}
.NK-form-group .loading{
    min-height: unset !important;
}
.NK-form-group .loading:before{
    height: 2.083rem;
    width: 2.083rem;
    left: calc(50% - 1.042rem);
    top: calc(50% - 1.042rem);
}
.checkout-coupon-list-wrap{
    margin-top: 1.5625rem;
}
.page-template-page-checkout #coupon-popup .voucher-item{
    /*aspect-ratio: 385/128;*/
    /*width: 70%;*/
    /*flex: 0 0 70%;*/
    cursor: pointer;
    /*position: relative;*/
}
.page-template-page-checkout #coupon-popup .voucher-item.applied{
    pointer-events: none;
}
.page-template-page-checkout #coupon-popup .voucher-item.disabled{
    cursor: not-allowed;
}
.page-template-page-checkout #coupon-popup .voucher-item .right-cont{
    padding-right: 2.083rem
}
.voucher-checkbox{
    width: 0.833rem;
    height: 0.833rem;
    border: 1px solid #939393;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: auto;
    right: 1.042rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 3;
}
.voucher-checkbox:before{
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    content: '';
    background-color: var(--main-cl);
    opacity: 0;
}
.applied .voucher-checkbox{
    border-color: var(--main-cl);
}
.applied .voucher-checkbox:before{
    opacity: 1;
}
.nk-checkout-page #customer-details .save-address label,
.nk-checkout-page #customer-details .other-receiver label{
    display: flex !important;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    gap: 10px;
    cursor: pointer;
}
.nk-checkout-page #customer-details .save-address input[type='checkbox'],
.nk-checkout-page #customer-details .other-receiver input[type='radio'],
.nk-checkout-page #customer-details .other-receiver input[type='checkbox']{
    appearance: auto !important;
    width: auto;
}
.nk-checkout-page #customer-details .other-receiver .other-receiver-information .gender-wrap{
    display: flex;
    align-items: center;
    gap: 1.5625rem;
    margin-bottom: 0.521rem;
}
.nk-checkout-page #customer-details .other-receiver .other-receiver-information .inputs-wrap{
    display: flex;
    gap: 1rem
}
.nk-checkout-page #customer-details .other-receiver .other-receiver-information{
    display: none;
    background-color: #FFF;
    padding: 1rem;
    -webkit-border-radius: 0.26rem;
    -moz-border-radius: 0.26rem;
    border-radius: 0.26rem;
    margin-top: 0.521rem;
}
.nk-checkout-page #customer-details .other-receiver .other-receiver-information .form-row p{
    margin-bottom: 0;
}
.nk-checkout-page #customer-details .other-receiver .other-receiver-information .form-row{
    margin-bottom: 0;
}
.nk-checkout-page .woocommerce-order #customer-details .woocommerce-order-overview+h3{
    margin-top: 1.5625rem;
    padding-top: 1.5625rem;
    border-top: 0.052rem solid #E6E6E6;
}
.NK-orders-list.woo-orders table tbody tr td.order-total{
    width: 20%;
}
.form-review-order{
    padding: 1rem !important;
}
html body div#review_form_wrapper{
    width: 720px;
    max-width: 100%;
}
html body div#review_form_wrapper .comment-form-rating{
    flex-direction: column;
    margin-bottom: 1.5rem;
}
html body div#review_form_wrapper #review_form .comment-form-rating label{
    width: 100%;
}
span.btn-attach{
    color: var(--main-cl);
}
html body div#review_form_wrapper #review_form #respond p.form-submit input#submit{
    background-color: var(--main-cl);
    height: 2.5rem;
    line-height: 1;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem;
}
html body div#review_form_wrapper span#countContent{
    font-size: 0.8rem;
    line-height: 1.3;
    color: #333;
}
.woocommerce-billing-fields .billing-title-wrap > a{
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: var(--main-cl);
    gap: 8px;
    width: max-content;
    text-decoration: underline;
    flex: 0 0 auto;
}
#address-popup{
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    padding: 2rem;
    width: 31.25rem;
    display: none;
}
#address-popup .item{
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    border: 1px solid #999;
    padding: 0.625rem 0.833rem;
    cursor: pointer;
    transition: all 0.4s;
}
#address-popup .item .item-title{
    font-size: 0.885rem;
    font-weight: 700;
    margin-bottom: 0.521rem;
    line-height: 1.354rem;
}
#address-popup .item .item-address{
    font-size: 0.729rem;
    line-height: 1.042rem;
    font-weight: 400;
}
#address-popup .item+.item{
    margin-top: 0.833rem;
}
#address-popup .item:hover,
#address-popup .item.selected{
    background-color: var(--main-cl);
    border-color: var(--main-cl);
    color: #FFF;
}
#address-popup .item:hover .default-badge,
#address-popup .item.selected .default-badge{
    background-color: #FFF;
}
.product-gallery{
    position: relative;
}
.product-gallery:before{
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 640/100;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    content: '';
    z-index: 4;
    pointer-events: none;
}
ul.product_list_widget li .quantity{
    color: #000;
}
body.single-product .shop-container > .product:before{
    left: 0;
    top: 0;
    aspect-ratio: 1920/1600;
    position: absolute;
    z-index: 1;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    content: '';
    width: 100%;
    height: auto;
}
body.single-product .shop-container > .product > section{
    position: relative;
    z-index: 3;
}
body.single-product .shop-container > .product{
    position: relative;
}
.fixed-video{
    position: fixed;
    z-index: 1999;
    left: 2.083rem;
    bottom: 2.083rem;
    transition: all 0.4s;
}
.fixed-video.is-hiding{
    transform: translateX(calc(-100% - 2.083rem));
}
.fixed-video video{
    width: 7.8125rem;
    height: auto;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
}
.fixed-video .close-video-btn{
    position: absolute;
    top: -24px;
    right: -40px;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #2b2b2b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s;
}
.fixed-video .close-video-btn > svg{
    width: 0.521rem;
    height: 0.521rem;
}
.fixed-video .close-video-btn > svg:nth-of-type(2){
    display: none;
}
.fixed-video.is-hiding .close-video-btn > svg:nth-of-type(1){
    display: none;
}
.fixed-video.is-hiding .close-video-btn > svg:nth-of-type(2){
    display: block;
}
#member-page{
    background-color: #FFF;
    padding-top: 1.667rem;
}
#member-page > section{
    padding-left: 3.333rem;
    padding-right: 3.333rem;
    position: relative;
}
#member-page > section.px-0{
    padding-left: 0;
    padding-right: 0;
}
section.member-2{
    margin: 5.208rem 0;
}
section.member-2 .sec-heading{
    margin-bottom: 1.25rem;
}
.member-swiper.swiper{
    margin: 0 -1.042rem;
}
.member-swiper .swiper-slide{
    padding: 0.521rem 1.042rem;
}
section.member-2 .item .img-wrap{
    height: 16.146rem;
    margin-bottom: 0.833rem;
}
section.member-2 .item .img-wrap img{
    object-fit: contain;
}
section.member-2 .item .cont-wrap > h3{
    margin-bottom: 0.208rem;
}
section.member-3{
    margin: 4.167rem 0;
    padding: 5rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
section.member-3 .sec-title{
    margin-bottom: 0.417rem;
}
section.member-3 .sec-des{
    margin-bottom: 1.25rem;
}
.member-des{
    font-size: 0.833rem;
    line-height: 1.25rem;
    font-weight: 400;
}
#popup-points{
    display: none;
    width: 41.667rem;
    max-width: calc(100% - 30px);
    padding: 2.083rem 0.625rem;
}
#popup-points .sec-heading{
    margin-bottom: 1.667rem;
}
#popup-points .member-des{
    color: #666;
    width: 35.417rem;
    max-width: 100%;
}
#popup-points .grid-box{
    padding: 0 1.25rem;
    gap: 2.083rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#popup-points .grid-box .item{
    width: calc(100% / 3 - calc(2.083rem * 2 / 3));
}
#popup-points .grid-box .item .icon-wrap{
    width: 5.833rem;
    margin: 0 auto 0.833rem;
}
#popup-points .grid-box .item .icon-wrap img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#popup-points .grid-box .item .title{
    font-size: 0.729rem;
    line-height: 1.042rem;
    font-weight: 700;
    margin-bottom: 0.417rem;
}
#popup-points .grid-box .item .desc{
    font-size: 0.729rem;
    line-height: 1.042rem;
    font-weight: 400;
    color: #666;
}
section.member-4{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 1.667rem;
    padding-bottom: 1.667rem;
}
section.member-4 .col-4 > div{
    background: linear-gradient(#fff 0 0) padding-box, radial-gradient(84.33% 84.33% at 50% 50%, var(--main-cl) 48.5%, #fff 90%) border-box;
    border: 2px solid transparent;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    background-color: #FFF;
    padding: 0.833rem 1.25rem;
}
section.member-4 .col-4 > div.top-provinces{
    margin-top: 0.833rem;
}
section.member-4 .col-4 .title{
    font-size: 1.354rem;
    font-weight: 500;
    margin-bottom: 0.833rem;
    position: relative;
    padding-bottom: 0.208rem;
}
section.member-4 .col-4 .title:before{
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg,rgba(42, 123, 155, 0) 0%, rgba(204, 204, 204, 1) 15%, rgba(204, 204, 204, 0.6) 50%, rgba(204, 204, 204, 0.3) 80%, rgba(237, 221, 83, 0) 100%);
}
section.member-4 .col-4 .total{
    gap: 0.521rem;
}
section.member-4 .col-4 .total > img{
    width: 2.1875rem;
    min-width: 2.1875rem;
    height: 2.1875rem;
}
section.member-4 .col-4 .number{
    font-size: 2.917rem;
    line-height: normal;
    font-weight: 500;
}
section.member-4 .col-4 .text{
    font-size: 2.5rem;
    line-height: normal;
    font-weight: 500;
}
section.member-4 .col-4 .list-provinces .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.042rem;
    line-height: 1.667rem;
}
section.member-4 .col-4 .list-provinces .item .name img{
    width: 1.25rem;
    height: 1.25rem;
}
section.member-4 .col-4 .list-provinces .item .total-member{
    color: #666
}
section.member-4 .col-4 .list-provinces .item+.item{
    margin-top: 0.521rem;
}
section.member-4 .col-8{
    width: calc(60% - 1.25rem);
    margin-right: 1.25rem;
    overflow: hidden;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    background: hsla(0, 0%, 100%, .9);
    background: linear-gradient(#fff 0 0) padding-box, radial-gradient(84.33% 84.33% at 50% 50%, var(--main-cl) 48.5%, #fff 90%) border-box;
    border: 2px solid transparent;
}
section.member-4 .col-4{
    width: 40%;
}
section.member-4 .member-map-wrap{
    padding: 0 1.667rem;
}
section.member-4 .sec-heading{
    margin-bottom: 1.667rem;
}
#member-map{
    width: 100%;
    height: 100%;
    min-height: 36.458rem;
}
.leaflet-container .leaflet-left {
    left: unset;
    top: unset;
    right: 1.5625rem;
    bottom: 1.5625rem;
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: none !important;
}
.leaflet-popup-tip-container {
    display: none;
    /* Hide the default tip */
}

.leaflet-bottom.leaflet-right {
    display: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: none !important;
}

.leaflet-touch .leaflet-bar a {
    border-radius: 2.604rem;
    margin: 0.26rem;
    width: 2.604rem;
    height: 2.604rem;
    line-height: 2.083rem;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.521rem;
}

.leaflet-touch .leaflet-bar a.macbook {
    display: block;
}

.leaflet-touch .leaflet-bar a.mobile {
    line-height: 2.34375rem;
}

.leaflet-touch .leaflet-bar a:last-child {
    border-radius: 2.604rem !important;
    border: 1px solid #ccc;
}

.leaflet-touch .leaflet-bar a:first-child {
    filter: invert(1);
    border-radius: 2.604rem;
}

.custom-popup .leaflet-popup-tip {
    background-color: transparent;
}

.leaflet-popup-content-wrapper {
    border: 2px solid var(--main-cl);
    border-radius: 2.604rem;
    box-shadow: none;
}
.leaflet-popup-content-wrapper .leaflet-popup-content {
    width: fit-content !important;
    white-space: nowrap;
    padding: 1.458rem 1.302rem 0.26rem 1.302rem;
    font-size: 1rem;
    font-weight: bold;
    color: var(--main-cl);
    margin: 0;
    position: relative;
}
.leaflet-popup {
    bottom: 0.15625rem !important;
    left: -5rem !important;
}
.leaflet-popup .leaflet-popup-close-button {
    display: none;
}
.leaflet-popup-content-wrapper .leaflet-popup-content {
    width: fit-content !important;
    padding: 0.26rem 1.5625rem 0.26rem 1.302rem;
}
section.member-5{
    margin: 5.208rem 0;
}
section.member-5 .member-levels{
    margin-top: 1.667rem;
    padding: 2.917rem 2.5rem;
    -webkit-border-radius: 1.875rem;
    -moz-border-radius: 1.875rem;
    border-radius: 1.875rem;
    background-color: rgba(225, 29, 56, 0.05);
}
section.member-5 .member-levels .table-wrap >div:not(.note-row){
    margin-top: 1.875rem;
}
section.member-5 .member-levels .title-row{
    margin-top: 0 !important;
}
section.member-5 .member-levels .title-row img{
    height: 1.5rem;
    width: auto;
}
section.member-5 .member-levels .table-wrap .note-row{
    margin-top: 0.417rem;
    font-size: 0.729rem;
    line-height: 1.042rem;
    font-weight: 400;
}
section.member-5 .member-levels .table-wrap .note-row a{
    text-decoration: underline;
    color: var(--main-cl);
    font-weight: 600;
}
section.member-5 .member-levels .content-row{
    padding: 0 0.833rem;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    border: 1px solid rgba(225, 29, 56, 0.2);
}
section.member-5 .member-levels .content-row .sub-row{
    padding: 0.833rem 0;
    width: 100%;
}
section.member-5 .member-levels .content-row .sub-row+.sub-row{
    border-top: 1px solid rgba(225, 29, 56, 0.2);
}
section.member-5 .member-levels .content-row .sub-row .col-3{
    font-size: 0.729rem;
    line-height: 1.042rem;
    font-weight: 500;
    color: #333;
}
section.member-5 .member-levels .col-9 .col-3.item{
    padding: 0.833rem;
    -webkit-border-radius: 0.417rem;
    -moz-border-radius: 0.417rem;
    border-radius: 0.417rem;
    min-height: 3.646rem;
    font-size: 0.729rem;
    line-height: 1.042rem;
    font-weight: 400;
    border-right: 4px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.member-5 .member-levels .col-9 .col-3.item+.item{
    margin-left: -0.833rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
section.member-5 .member-levels > a.btn{
    margin-top: 1.667rem;
}
section.member-6{
    margin: 2.917rem 0;
}
section.member-6 .member-moments{
    padding: 0 0.417rem;
    margin-bottom: 2.083rem;
}
section.member-6 .member-moments .col-8{
    padding-left: 0.417rem;
}
section.member-6 .member-moments .col-8 .swiper-slide{
    padding: 0 0.208rem;
}
section.member-6 .member-moments .col-8 .swiper{
    margin: 0 -0.208rem;
}
section.member-6 .member-reviews{
    padding: 0 1.458rem;
}
section.member-6 .member-reviews .swiper{
    margin: 0 -0.521rem;
    padding: 0.3125rem 0;
}
section.member-6 .member-reviews .swiper-slide{
    padding:  0 0.521rem;
}
section.member-6 .member-reviews .swiper-slide .item{
    padding: 0.833rem;
    box-shadow: 0 0 #0000, 0 0 #000, 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
    -webkit-border-radius: 0.417rem;
    -moz-border-radius: 0.417rem;
    border-radius: 0.417rem;
    background-color: #FFF;
}
section.member-6 .member-reviews .swiper-slide .item .name{
    margin-bottom: 0.208rem;
    font-size: 0.833rem;
    line-height: 1.25rem;
    color: #000;
    font-weight: 700;
}
section.member-6 .member-reviews .swiper-slide .item .level{
    font-size: 0.625rem;
    font-weight: 400;
    margin-bottom: 0.625rem;
}
section.member-6 .member-reviews .swiper-slide .item .level > span{
    display: flex;
    gap: 0.208rem;
    position: relative;
    padding-left: 0.3125rem;
    margin-left: 0.3125rem;
}
section.member-6 .member-reviews .swiper-slide .item .level > span:before{
    position: relative;
    display: block;
    background-image: url('../images/coin-icon.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.042rem;
    height: 1.042rem;
    content: '';
}
section.member-6 .member-reviews .swiper-slide .item .level > span:after{
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.833rem;
    background-color: rgb(163 163 163);
    position: absolute;
    content: '';
}
section.member-6 .member-reviews .swiper-slide .item .level > img{
    height: 1.25rem;
    width: auto;
}
section.member-6 .member-reviews .swiper-slide .item .stars{
    margin-bottom: 0.625rem;
}
section.member-6 .member-reviews .swiper-slide .item .stars > svg{
    width: 0.9375rem;
    height: 0.9375rem;
}
section.member-6 .member-reviews .swiper-slide .item .content{
    font-size: 0.78125rem;
    font-weight: 400;
    line-height: 1.146rem;
}
section.member-7{
    margin: 2.083rem 0;
}
section.member-7 .sec-title-2{
    width: max-content;
    max-width: 100%;
}
section.member-7 .btn{
    margin-left: 1.042rem;
}
section.member-7 .content-box{
    padding: 1.042rem;
}
section.member-8{
    margin: 4.167rem 0;
}
section.member-8 .content-box{
    padding: 4.167rem 1.458rem;
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    border-radius: 1.25rem;
}
section.member-8 .content-box .sec-title{
    margin-bottom: 0.833rem;
}
section.member-8 .content-box .buttons-wrap{
    margin-top: 1.458rem;
}
section.member-8 .content-box .buttons-wrap{
    gap: 0.833rem
}
section.member-8 .content-box .buttons-wrap > .btn{
    padding-left: 1.667rem;
    padding-right: 1.667rem;
}
section.member-9{
    background-color: #eee;
    padding: 4.6875rem 0 5rem;
}
section.member-9 .sec-heading{
    margin-bottom: 1.25rem;
}
section.member-9 .questions{
    width: 47.292rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
section.member-9 .questions .question+.question{
    margin-top: 0.833rem;
}
section.member-9 .questions .question{
    background-color: #FFF;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
}
.bdrs-16{
    -webkit-border-radius: 0.833rem;
    -moz-border-radius: 0.833rem;
    border-radius: 0.833rem;
}
section.member-10{
    padding: 2.083rem 0;
}
section.member-10 .content-box{
    padding: 1.667rem 2.083rem;
}
section.member-10 .content-box .col-left{
    width: 60%;
    padding-right: 1.25rem;
}
section.member-10 .content-box .col-right{
    width: 40%;
    padding-left: 2.5rem;
}
.marquee-text{
    display: flex;
    gap: 0.625rem;
    width: max-content;
}
.marquee-text.marquee-0{
    animation: marquee0 100s linear infinite;
}
.marquee-text.marquee-1{
    animation: marquee1 90s linear infinite;
}
.marquee-text .marquee-item{
    flex: 0 0 auto;
    font-size: 0.833rem;
    line-height: 1.25rem;
}

@keyframes  marquee0 {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@keyframes  marquee1 {
    0% { transform: translateX(40px); }
    100% { transform: translateX(-50%); }
}
section.member-10 .overflow-hidden{
    margin-top: 0.417rem;
}
section.member-10 .col-right .btn{
    margin-top: 0.833rem;
}
section.member-10 .col-left .title{
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 1.042rem;
}
section.member-10 .col-left .grid-box{
    grid-gap: 1.25rem
}
section.member-10 .col-left .grid-box .item{
    padding: 0.833rem 3.333rem 0.833rem 0.833rem;
}
section.member-10 .col-left .grid-box .item .text{
    font-size: 0.833rem;
    line-height: 1.25rem;
    font-weight: 500;
}
section.member-10 .col-left .grid-box .item > img{
    position: absolute;
    right: 0.833rem;
    bottom: 0.833rem;
    max-width: 1.667rem;
    max-height: 1.667rem;
    object-fit: contain;
}
p.stock,
.woocommerce-variation-availability{
    display: none !important;
}
form.cart .wcct_counter_bar .wcct_progress_aria{
    margin-bottom: 0;
}
form.cart .wcct_counter_bar .wcct_progress_aria,
form.cart .wcct_counter_bar{
    width: 22.396rem;
    max-width: 100%;
}
.wcct_counter_bar .wcct_counter_text{
    display: none !important;
}
form.cart .wcct_counter_bar .wcct_counter_text{
    line-height: 0.833rem;
}
form.cart .wcct_counter_bar .wcct_progress_aria{
    margin-bottom: 0.833rem;
    height: 0.833rem !important;
    overflow: unset;
}
form.cart .wcct_counter_bar{
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    margin-bottom: 1.5rem !important;
}
form.cart .wcct_counter_bar span.text-primary{
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.625rem;
    color: var(--main-cl)
}
form.cart .counter-bar-sold{
    display: none !important;
}
.product-item .wcct_counter_bar .wcct_progress_aria,
.product-item .wcct_counter_bar{
    width: 100%;
}
.wcct_counter_bar .wcct_progress_aria .wcct_progress_bar{
    background: linear-gradient(90deg, #E11D38 1.51%, #F6A733 100%);
    animation: unset !important;
    position: relative;
}
.wcct_counter_bar .wcct_progress_aria .wcct_progress_bar:before{
    width: 1.146rem;
    height: 1.25rem;
    left: 100%;
    bottom: 0;
    background-image: url('../images/fire-icon.svg');
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateX(-50%);
    position: absolute;
    content: '';
}

.product-item .wcct_counter_bar .wcct_progress_aria{
    margin-bottom: 0.208rem !important;
    overflow: unset;
}
.product-item .wcct_counter_bar{
    margin-top: 0.625rem;
}
.product-item .wcct_counter_text{
    line-height: 14px;
}
.product-item .counter-bar-sold{
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 0.9375rem;
    color: #415161;
}
.product-item .counter-bar-sold span.text-primary{
    font-weight: 500;
    font-size: 0.729rem;
    line-height: 1.09375rem;
    color: #415161;
}
.product-item .counter-bar-remaining{
    display: none !important;
}
.search-empty-message{
    margin-top: 3rem;
}
.terms-swiper .swiper-slide .item img{
    transition: all 0.4s;
}
header#header .header-wrapper #wide-nav .mega-menu-wrap{
    width: 100%;
}
header#header .header-wrapper #wide-nav .mega-menu-wrap ul.max-mega-menu{
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: transparent !important;
}
header#header .header-wrapper #wide-nav .mega-menu-wrap ul.max-mega-menu > li.mega-menu-item > a.mega-menu-link{
    font-weight: 600;
    font-size: 0.833rem;
    line-height: 1.25rem;
    padding: 0.833rem 1.5625rem;
    display: flex;
    height: auto;
    transition: all 0.4s;
}
header#header .header-wrapper #wide-nav .mega-menu-wrap ul.max-mega-menu > li.mega-menu-item.current-menu-iten > a.mega-menu-link,
header#header .header-wrapper #wide-nav .mega-menu-wrap ul.max-mega-menu > li.mega-menu-item:hover > a.mega-menu-link{
    background-color: #f9f9f9;
}
header#header .header-wrapper #wide-nav .mega-menu-wrap ul.max-mega-menu > li.mega-menu-item.mega-menu-grid > ul.mega-sub-menu{
    background-color: #FFF;
    left: -11.979rem;
    width: 77.083rem;
    max-width: 100vw;
    padding: 2.083rem 3.021rem;
    -webkit-border-radius: 0 0 1.042rem 1.042rem;
    -moz-border-radius: 0 0 1.042rem 1.042rem;
    border-radius: 0 0 1.042rem 1.042rem;
}
header#header .header-wrapper #wide-nav .mega-menu-wrap ul.max-mega-menu > li.mega-menu-item.mega-menu-grid .mega-menu-columns-9-of-12{
    width: 78%;
}
header#header .header-wrapper #wide-nav .mega-menu-wrap ul.max-mega-menu > li.mega-menu-item.mega-menu-grid .mega-menu-columns-9-of-12 > ul.mega-sub-menu{
    display: flex;
    padding-right: 3.125rem;
    gap: 3.125rem
}
header#header .header-wrapper #wide-nav .mega-menu-wrap ul.max-mega-menu > li.mega-menu-item.mega-menu-grid .mega-menu-columns-9-of-12 > ul.mega-sub-menu > li{
    padding: 0;
}
header#header .header-wrapper #wide-nav .mega-menu-wrap ul.max-mega-menu > li.mega-menu-item.mega-menu-grid .mega-menu-columns-9-of-12 > ul.mega-sub-menu > li > a{
    font-weight: 600;
    font-size: 0.729rem;
    line-height: 1.042rem;
    margin-bottom: 1.042rem;
    color: #111;
}
header#header .header-wrapper #wide-nav .mega-menu-wrap ul.max-mega-menu > li.mega-menu-item.mega-menu-grid .mega-menu-columns-9-of-12 > ul.mega-sub-menu > li > ul > li > a{
    font-weight: 400;
    font-size: 0.677rem;
    line-height: 1.146rem;
    display: block;
    color: #212121;
    transition: all 0.4s;
    padding: 0.417rem 0;
    border-bottom: 1px solid #DBDBDB
}
header#header .header-wrapper #wide-nav .mega-menu-wrap ul.max-mega-menu > li.mega-menu-item.mega-menu-grid .mega-menu-columns-9-of-12 > ul.mega-sub-menu > li > ul > li:hover > a{
    color: var(--main-cl);
    border-color: var(--main-cl);
}
header#header .header-wrapper #wide-nav .mega-menu-wrap ul.max-mega-menu > li.mega-menu-item.mega-menu-grid .mega-menu-columns-9-of-12 > ul.mega-sub-menu > li > ul > li{
    margin-bottom: 0;
}
header#header .header-wrapper #wide-nav .mega-menu-wrap ul.max-mega-menu > li.mega-menu-item.mega-menu-grid .mega-menu-columns-3-of-12{
    width: 22%;
    padding-left: 1.875rem;
    border-left: 1px solid #E0E0E0;
}
header#header .header-wrapper #wide-nav .mega-menu-wrap ul.max-mega-menu > li.mega-menu-item.mega-menu-grid .mega-menu-columns-3-of-12 > ul.mega-sub-menu{
    /*padding: 1.667rem 1.875rem;*/
}
header#header .header-wrapper #wide-nav .mega-menu-wrap ul.max-mega-menu > li.mega-menu-item.mega-menu-grid .mega-menu-columns-3-of-12 > ul.mega-sub-menu > li{
    padding: 0;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    overflow: hidden;
    float: unset;
}
header#header .header-wrapper #wide-nav .mega-menu-wrap ul.max-mega-menu > li.mega-menu-item.mega-menu-grid .mega-menu-columns-3-of-12 > ul.mega-sub-menu > li:before{
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    content: '' !important;
    height: 40%;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    display: block !important;
    pointer-events: none !important;
}
header#header .header-wrapper #wide-nav .mega-menu-wrap ul.max-mega-menu > li.mega-menu-item.mega-menu-grid .mega-menu-columns-3-of-12 > ul.mega-sub-menu > li+li{
    margin-top: 1.25rem;
}
header#header .header-wrapper #wide-nav .mega-menu-wrap ul.max-mega-menu > li.mega-menu-item.mega-menu-grid .mega-menu-columns-3-of-12 .widget_media_image img{
    width: 100%;
}
header#header .header-wrapper #wide-nav .mega-menu-wrap ul.max-mega-menu > li.mega-menu-item.mega-menu-grid .mega-menu-columns-3-of-12 .widget_media_image .mega-block-title{
    position: absolute;
    bottom: 0.625rem;
    left: 1.25rem;
    right: 1.25rem;
    font-size: 0.78125rem;
    line-height: 1.042rem;
    color: #FFF;
    width: calc(100% - 2.5rem);
    text-transform: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    z-index: 3;
}
.woocommerce-reward-points-popup{
    padding: 1.875rem;
}
form.cart .woocommerce-reward-points-earning-text-container{
    display: none !important;
}
.nk-checkout-page .woocommerce-order .woocommerce-reward-points-level-shortcode .woocommerce-reward-points-level-container img{
    width: 70%;
}
.checkout-pick-coupon .title{
    display: flex;
    align-items: center;
    gap: 0.3125rem;
    font-size: 0.833rem;
    line-height: 1.25rem;
    font-weight: 400;
}
.checkout-pick-coupon{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5625rem;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 0.521rem 0;
}
.checkout-pick-coupon a.show-voucher-popup{
    display: flex;
    align-items: center;
    gap: 0.3125rem;
    font-size: 0.833rem;
    line-height: 1.25rem;
    color: var(--main-cl)
}
.submit-btn{
    position: relative;
}
.need-money-freeship .woocommerce-Price-amount.amount {
  color: #fff;
}
.woocommerce-mini-cart-item  dl.variation{
    display: none !important;
}

.text-freeship .need-money-freeship .woocommerce-Price-amount.amount,
.text-freeship .need-money-freeship {
  color: #e11d38;
  text-align: center;
}
.fixed-video .close-video-btn video{
    position: relative;
}
.fixed-video .close-video-btn svg{
    pointer-events: none !important;
}
.header-account-item .sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #FFF;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    width: 10.417rem;
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 0.78125rem #aeaeae;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(1.042rem);
    transition: all 0.4s;
}
.header-account-item:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
    transform: translateY(0);
}
.header-account-item .sub-menu > li{
    margin: 0;
}
.header-account-item .sub-menu > li > a{
    font-size: 0.729rem;
    align-items: center;
    gap: 0.521rem;
    padding: 0.3125rem 0.833rem;
    display: flex;
    color: #000;
    transition: all 0.4s;
}
.header-account-item .sub-menu > li > a:hover{
    color: var(--main-cl);
}
.header-account-item .sub-menu > li > a:hover path{
    stroke: var(--main-cl);
}
.header-account-item .sub-menu > li > a svg{
    width: 0.9375rem;
    height: 0.9375rem;
}
.header-account-item .sub-menu > li+li > a{
    border-top: 1px solid #d1d1d1;
}
#popup-first-login{
    width: 36.458rem;
    max-width: 100%;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    text-align: center;
}
#popup-first-login .logo{
    margin-bottom: 1.042rem;
}
#popup-first-login .logo img{
    margin-left: auto;
    margin-right: auto;
}
.single-product .box-countdown-timer{
    justify-content: center;
}
.product-details .product-flash-sale-badge{
    padding: 1.5rem 2rem;
}
.product-details .product-flash-sale-badge .text{
    left: 50%;
    transform: translate(-50% ,-50%);
}
div#reviews.woocommerce-Reviews{
    max-width: 100%;
}
section.default-page{
    padding: 4.167rem 0;
}
form.woocommerce-form.woocommerce-form-track-order{
    padding: 2.083rem;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    background-color: #FFF;
}
form.woocommerce-form.woocommerce-form-track-order{
    margin-bottom: 0 !important;
}
form.woocommerce-form.woocommerce-form-track-order p.form-row:last-of-type,
form.woocommerce-form.woocommerce-form-track-order button{
    margin: 0 !important;
}
form.woocommerce-form.woocommerce-form-track-order input{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#update-phone-popup{
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 999999999999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s;
}
#update-phone-popup.loaded{
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
}
#update-phone-popup .update-phone-number-popup{
    padding: 2.083rem 3.125rem;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    background-color: #FFF;
    position: relative;
    z-index: 4;
}
#update-phone-popup .update-phone-number-popup .sec-title{
    margin-bottom: 1.042rem;
}
#update-phone-popup .bg-close{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
}
#update-phone-popup .update-phone-number-popup .sec-des{
    margin-bottom: 1.5625rem;
}
#NK-update-profile-form-2.NK-form .NK-form-group:not(:last-of-type){
    margin-bottom: 1.042rem;
}
#NK-update-profile-form-2.NK-form input[readonly]{
    background-color: #ddd;
    border-color: #ddd;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px){
    html, body{
        font-size: 1.2vw;
    }
}
@media only screen and (min-width: 1200px){
    .terms-swiper .swiper-slide .item:hover img{
        transform: scale(1.1);
    }
    .post-item:hover h3{
        color: var(--main-cl)
    }
    .post-item:hover .img-wrap img{
        transform: scale(1.1);
    }
    .pagination ul > li > a:hover{
        color: var(--main-cl)
    }
    section.about-sec-4 .swiper-slide .item:hover{
        box-shadow: rgba(225, 29, 56, 0.4) 0 0 0.78125rem 0;
    }
    #career-list .item:hover{
        box-shadow: rgba(225, 29, 56, 0.4) 0 0 1.5625rem 0;
    }
    .career-details .other-recruitment .item:hover h3,
    #career-list .item:hover h3{
        color: var(--main-cl)
    }
    section.about-sec-3 .col-5 .item:hover .icon img{
        transform: rotateY(360deg);
    }
    .btn-special:hover:before{
        opacity: 1;
    }
    .btn-special:hover span{
        color: #A97100;
    }
    header#header .header-wrapper > .header-main .header-nav > li > a:hover{
        color: var(--main-cl)
    }
    footer#footer .footer-top .col-4 > ul > li > a:hover{
        transform: scale(0.85);
    }
    footer#footer a:hover{
        color: var(--main-cl) !important;
    }
    .fixed_buttons > .item:hover{
        transform: translateX(calc(0rem - calc(100% - 3.229rem)));
    }
    .btn-secondary:hover{
        color: #FFF !important;
        background-color: var(--main-cl) !important;
    }
    .btn-secondary:hover path{
        stroke: #FFF;
    }
    .NK-orders-list.woo-orders a.NK-button:hover,
    #career-form .form-wrap .submit-btn:hover .btn-primary,
    .btn-primary:hover{
        color: var(--main-cl) !important;
        background-color: #FFF !important;
    }
    #career-form .form-wrap .submit-btn:hover .btn-primary path,
    .btn-primary:hover path{
        stroke: var(--main-cl);
    }
    .btn-black-fill:hover{
        color: #FFF;
        background-color: var(--main-cl);
        border-color: var(--main-cl);
    }
    .btn-white-transparent:hover{
        color: var(--main-cl) !important;
        background-color: #FFF !important;
    }
    .home-9 .swiper .swiper-slide:hover .name{
        transform: translateY(-1.198rem);
    }
    .home-9 .swiper .swiper-slide:hover .btn{
        transform: translateY(50%) translateX(-50%);
        opacity: 1;
    }
    .feedbacks-content.type-blog .list-items .item:hover h3{
        color: var(--main-cl);
    }
    .feedbacks-content.type-blog .list-items .item:hover .img-wrap img{
        transform: scale(1.1);
    }
}
@media only screen and (max-width: 1199px){
    :root{
        --container-w: 57.5rem;
    }
    .left-cont{
        left: calc(calc(100vw - 57.5rem) / 2);
    }
    .pl-cont{
        padding-left: calc(calc(100vw - 57.5rem) / 2);
    }
    .right-cont{
        right: calc(calc(100vw - 57.5rem) / 2);
    }
    .pr-cont{
        padding-right: calc(calc(100vw - 57.5rem) / 2);
    }
    header#header .header-wrapper > .header-bottom .flex-col .nav > .header-button-1 > a,
    header#header .header-wrapper > .header-bottom .header-nav > li > a{
        padding: 0.625rem 0.75rem;
        font-size: 0.8125rem;
    }
    header#header .header-wrapper > .header-main .header-nav > li.header-item.header-account-item,
    header#header .header-wrapper > .header-main .header-nav > li+li {
        margin-left: 1rem;
    }
    header#header .header-wrapper form.searchform{
        width: 13.125rem;
    }
    header#header .header-wrapper #masthead #logo{
        width: 8rem;
        margin-right: 1rem;
    }
    .home-4 .home-flash-sale-on .flash-sale-swiper-1 .cont-wrap{
        padding: 1.5rem 3rem;
    }
    .home-4 .home-flash-sale-on .flash-sale-swiper-1 .cont-wrap .product-name{
        font-size: 1.75rem;
        line-height: 1.6;
    }
    .home-2 .swiper-slide .item h3{
        top: 1rem;
        left: 1rem;
        right: 1rem;
        width: calc(100% - 2rem);
    }
    .home-3 .swiper-wrap .swiper{
        padding: 0 4rem;
    }
    .home-3 .col-7,
    .home-3 .col-5{
        width: 50%;
    }
    .home-3 .col-5{
        padding-right: 1.5rem;
    }
    .ecommerce-section .item{
        padding: 0 1.5rem;
    }
    .ecommerce-section .grid-container{
        padding-left: 0;
        padding-right: 0;
    }
    footer#footer .footer-top .col-4 > ul > li > a{
        width: 2.875rem;
        height: 2.875rem;
    }
    footer#footer .footer-top .col-4 > ul{
        gap: 0.75rem
    }
    footer#footer .footer-main > .flex-box{
        gap: 1.5rem
    }
    section.policy-sec .policy-title{
        padding-left: 2.5rem;
    }
    .sec-title{
        font-size: 1.7rem;
        line-height: 1.4;
    }
    section.faq-sec .faq-group .col-5{
        padding-right: 3rem;
    }
    section.contact-sec .contact-information .grid-box{
        grid-gap: 1rem
    }
    section.contact-sec .contact-information .item{
        padding: 1rem;
    }
    section.contact-sec .col-7{
        padding: 3rem;
    }
    section.store-system-1 .col-5 .store-list{
        padding-right: 1.5rem;
    }
    section.store-system-1 form.store-filter-form .form-inner{
        padding: 0 4rem;
    }
    .post-filters{
        gap: 2rem
    }
    .terms-menu > ul >li > a{
        font-size: 0.8rem;
        padding: 0.5rem 1rem;
    }
    .post-filters .search-form input{
        line-height: 1.75rem;
    }
    .post-filters .search-form button{
        height: 2rem;
        width: 2rem;
        min-width: 2rem;
    }
    section.related-posts .grid-box,
    #posts-grid{
        grid-gap: 2rem
    }
    .feature-feedback .col-5 {
        padding: 1.5rem 2rem;
    }
    .feedbacks-sec{
        padding-bottom: 5rem;
    }
    .about-sec-2,
    .about-sec-1{
        padding: 5rem 0 4rem;
    }
    .about-sec-1 .col-6:nth-of-type(1){
        padding-right: 1rem;
    }
    section.about-sec-2 .history-swiper-2 .col-5:first-of-type{
        padding-right: 2rem;
    }
    section.about-sec-4 .swiper-slide{
        padding: 0 0.75rem;
    }
    section.about-sec-4{
        padding: 3rem 0;
    }
    section.about-sec-3 .col-7{
        padding: 0 2.5rem 0 7rem;
    }
    section.about-sec-3 .col-7 .absolute.img-2,
    section.about-sec-3 .col-7 .absolute.img-3 {
        left: -2.5rem;
    }
    section.career-sec-1 .col-6:first-of-type{
        padding-right: 2rem;
    }
    section.career-sec-1{
        padding: 4rem 0;
    }
    section.career-sec-2 .col-6:nth-of-type(2){
        padding-left: 2rem;
    }
    section.career-sec-2 .col-6:nth-of-type(1){
        padding-top: 0;
    }
    section.career-sec-3{
        padding: 2rem 0 3rem;
    }
    #career-list .grid-box{
        grid-gap: 1.5rem;
        grid-template-columns: 1fr 1fr;
    }
    .services-sec .list-content > .item:nth-of-type(odd) .cont-wrap{
        padding-right: 3rem;
    }
    .services-sec .list-content > .item:nth-of-type(even) .cont-wrap{
        padding-left: 3rem;
    }
    .services-sec{
        padding: 4rem 0;
    }
    .services-sec .box-content-2{
        margin-top: 5rem;
    }
    .services-sec .list-content > .item+.item{
        margin-top: 3rem;
    }
    section.career-details .col-4{
        padding-left: 1.5rem;
    }
    .career-details .company-information{
        padding: 1.5rem 1rem;
    }
    .product-gallery-wrap .product-vertical-gallery .swiper{
        height: 28.5rem;
    }
    #product-grid.grid-5{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .NK-my-account-inner{
        padding-left: 1.25rem;
    }
    .flash-sale-banner .product-img{
        top: 2rem;
        width: 32rem;
    }
    .flash-sale-sec-2{
        padding-top: 6rem;
    }
    .container-large{
        width: var(--container-w);
        -webkit-border-radius: 2rem;
        -moz-border-radius: 2rem;
        border-radius: 2rem;
        padding: 4rem 2rem;
    }
    #flash-sale-page .product-grid > .product-item:nth-of-type(n+5){
        display: none !important;
    }
    #flash-sale-page > section:last-of-type{
        padding-bottom: 5rem;
    }
    .nk-checkout-page .woocommerce-reward-points-text-checkout{
        padding: 1.25rem;
    }
    .nk-checkout-page .woocommerce-reward-points-level-container{
        width: 14rem !important;
        min-width: 14rem !important;
    }
    .product-details .contact-to-buy > .flex-box{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 0.625rem
    }
    .product-details .contact-to-buy > .flex-box .col-6{
        width: 100%;
    }
    .product-details .contact-to-buy > .flex-box .col-6 > .flex-box{
        justify-content: center;
    }
    .NK-my-account .NK-my-account-heading h1.my-account-name{
        font-size: 1rem;
    }
    .NK-my-account-page{
        padding: 2rem;
    }
    .NK-my-account .NK-my-account-heading{
        padding: 1rem;
        gap: 1rem
    }
    .NK-my-account .NK-my-account-content{
        padding-left: 1rem;
    }
    .NK-my-account-inner .my-account-heading h1,
    .NK-my-account-inner .my-account-heading{
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav-inner .NK-my-account-nav > li > a{
        font-size: 0.9375rem;
        padding: 0.775rem 1rem;
    }
    header#header .header-wrapper #masthead #logo{
        margin-right: auto !important;
    }
    .product-item .item-buttons{
        display: none !important;
    }
    #member-page > section{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    section.member-4 .col-8{
        aspect-ratio: 1;
        margin-bottom: 1.042rem;
        margin-right: 0 !important;
    }
    section.member-10 .content-box .col-left,
    section.member-10 .content-box .col-right,
    section.member-4 .col-8,
    section.member-4 .col-4{
        width: 100%;
    }
    section.member-10 .content-box .col-left{
        padding-right: 0;
        margin-bottom: 1.25rem;
    }
    section.member-10 .content-box .col-right{
        padding-left: 0;
    }
    header#header .header-wrapper #wide-nav .mega-menu-wrap ul.max-mega-menu > li.mega-menu-item > a.mega-menu-link{
        padding: 0.5rem 0.75rem;
    }
    header#header .header-wrapper #wide-nav .mega-menu-wrap ul.max-mega-menu > li.mega-menu-item.mega-menu-grid > ul.mega-sub-menu{
        left: -10rem;
    }
    #career-form .form-group.flex-box{
        flex-direction: column;
        gap: 1rem
    }
    .join-us-sec .btn.btn-white-transparent{
        color: #FFF !important;
    }
}
@media only screen and (max-width: 991px){
    :root{
        --container-w: 45rem;
    }
    .tablet-col-1{flex:0 0 auto;width:8.33333333% !important}
    .tablet-col-2{flex:0 0 auto;width:16.66666667% !important}
    .tablet-col-3{flex:0 0 auto;width:25% !important}
    .tablet-col-4{flex:0 0 auto;width:33.33333333% !important}
    .tablet-col-5{flex:0 0 auto;width:41.66666667% !important}
    .tablet-col-6{flex:0 0 auto;width:50% !important}
    .tablet-col-7{flex:0 0 auto;width:58.33333333% !important}
    .tablet-col-8{flex:0 0 auto;width:66.66666667% !important}
    .tablet-col-9{flex:0 0 auto;width:75% !important}
    .tablet-col-10{flex:0 0 auto;width:83.33333333% !important}
    .tablet-col-11{flex:0 0 auto;width:91.66666667% !important}
    .tablet-col-12{flex:0 0 auto;width:100% !important}
    .tablet-flex-col{
        flex-direction: column;
    }
    .left-cont{
        left: calc(calc(100vw - 45rem) / 2);
    }
    .pl-cont{
        padding-left: calc(calc(100vw - 45rem) / 2);
    }
    .right-cont{
        right: calc(calc(100vw - 45rem) / 2);
    }
    .pr-cont{
        padding-right: calc(calc(100vw - 45rem) / 2);
    }
    .tablet-grid-3{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .tablet-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .tablet-grid-1{
        grid-template-columns: 1fr;
    }
    .tablet-col-reverse{
        flex-direction: column-reverse;
    }
    .tablet-text-center{
        text-align: center;
    }
    .tablet-al-center{
        align-items: center;
    }
    .tablet-jus-center{
        justify-content: center;
    }
    .tablet-flex-wrap{
        flex-wrap: wrap;
    }
    .home-3 .col-5 {
        padding-right: 0;
        margin-bottom: 2rem;
    }
    .home-3 .swiper-wrap .swiper{
        padding: 0;
    }
    .home-2,
    .home-3{
        padding-bottom: 4rem;
    }
    .home-6,
    .home-9,
    .home-8,
    .home-2,
    .home-5{
        padding-top: 4rem;
    }
    .hide-tablet{
        display: none !important;
    }
    .home-4 .home-flash-sale-on .home-flash-sale-content .box-countdown-timer{
        padding-bottom: 0;
        margin-top: 1.5rem;
    }
    #home-page .title-group .tabs-title{
        margin-top: 1rem !important;
    }
    .swiper-arrow-style-2 .swiper-arrow{
        display: none !important;
    }
    footer#footer .footer-main > .flex-box .column{
        width: calc(calc(100% / 3) - 1rem) !important;
    }
    footer#footer .footer-main > .flex-box .column.column-5{
        flex-grow: 1;
    }
    footer#footer .footer-top .col-5{
        padding-right: 0;
        padding-bottom: 2rem;
        text-align: center;
    }
    footer#footer .footer-top .col-5 .btn{
        margin-left: auto;
        margin-right: auto;
    }
    footer#footer .footer-main{
        padding: 3rem 0;
    }
    footer#footer .footer-bottom{
        padding: 2rem 0;
    }
    .sec-title{
        font-size: 1.625rem;
    }
    .home-4 .home-flash-sale-on .flash-sale-swiper-1 .cont-wrap{
        padding: 1.5rem 2rem;
    }
    .home-4 .home-flash-sale-on .flash-sale-swiper-1 .cont-wrap .product-name{
        font-size: 1.5rem;
    }
    .home-4 .home-flash-sale-on .flash-sale-swiper-1 .cont-wrap .price-wrap span.amount{
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .home-4 .home-flash-sale-on .flash-sale-swiper-1 .cont-wrap .price-wrap del, .home-4 .home-flash-sale-on .flash-sale-swiper-1 .cont-wrap .price-wrap del span.amount{
        font-size: 1.125rem;
        line-height: 1.4;
    }
    header#header .header-wrapper #masthead .header-search i.icon-search{
        color: #333;
        font-size: 1.25rem !important;
    }
    header#header .header-wrapper #masthead .nav-icon > a{
        display: flex;
    }
    header#header .header-wrapper #masthead .nav-icon .hamburger{
        display: flex;
        flex-direction: column;
        gap: 0.375rem;
        width: 1.5rem;
        height: 100%;
        justify-content: center;
    }
    header#header .header-wrapper #masthead .nav-icon .hamburger span{
        background-color: #333;
        height: 0.125rem;
        display: block;
        width: 100%;
        border-radius: 0.125rem;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    header#header .header-wrapper #masthead .nav-icon .hamburger span:nth-of-type(2){
        width: 60%;
    }
    header#header .header-wrapper #masthead .nav-icon .hamburger span:nth-of-type(3){
        width: 85%;
    }
    header#header .header-wrapper #masthead .nav-icon .current-lightbox-clicked .hamburger span:nth-of-type(1){
        transform-origin: center;
        transform: rotate(405deg) translateX(5px) translateY(6px);
    }
    header#header .header-wrapper #masthead .nav-icon .current-lightbox-clicked .hamburger span:nth-of-type(2){
        opacity: 0;
    }
    header#header .header-wrapper #masthead .nav-icon .current-lightbox-clicked .hamburger span:nth-of-type(3){
        transform-origin: center;
        transform: rotate(-405deg) translateX(5px) translateY(-6px);
        width: 100%;
    }
    header#header{
        z-index: 10000000;
    }
    header#header .header-wrapper #top-bar{
        display: none !important;
    }
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content,
    .mfp-close,
    .mfp-container, .mfp-wrap,
    .mfp-bg{
        top: 4.3125rem !important;
    }
    .off-canvas .sidebar-menu{
        padding-top: 0;
    }
    .off-canvas-left .mfp-content{
        box-shadow: unset;
        border-top: 1px solid hsla(0,0%,100%,.2);
    }
    .questions .question .answer{
        padding-right: 0;
    }
    section.faq-sec .faq-group .col-5{
        padding-right: 0;
    }
    section.faq-sec .faq-group+.faq-group{
        margin-top: 3rem;
    }
    .breadcrumbs ul{
        padding-top: 0.5rem;
    }
    section.contact-sec{
        padding: 3rem 0 4rem;
    }
    section.contact-sec .contact-information .item {
        padding: 1.5rem;
    }
    section.contact-sec .col-7{
        padding: 1rem;
        padding-bottom: 3.5rem;
    }
    section.store-system-1 .col-5 .store-list{
        padding-right: 0.5rem;
    }
    section.store-system-1 form.store-filter-form .form-inner{
        padding: 0;
    }
    section.store-system-1{
        padding: 3rem 0 4rem;
    }
    .terms-menu > ul{
        margin-right: auto !important;
    }
    .featured-posts-swiper.swiper{
        margin: 0 -0.75rem 2rem;
    }
    .featured-posts-swiper .swiper-slide{
        padding: 0 0.75rem;
    }
    section.posts-sec-1{
        padding: 1.5rem 0 3rem;
    }
    section.posts-sec-2 .hot-posts{
        padding: 1.5rem;
    }
    .sec-title-2{
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .feedbacks-content.type-blog .list-items .grid-box{
        gap: 2rem 1.5rem;
    }
    .feature-feedback > .flex-box{
        align-items: unset;
    }
    .about-sec-1 .col-6:nth-of-type(2){
        padding: 2rem 0 0;
    }
    .about-sec-1 .col-6:nth-of-type(1){
        padding-right: 0;
    }
    .about-sec-2, .about-sec-1{
        padding: 3rem 0;
    }
    section.about-sec-2 .history-swiper-2{
        margin-top: 2rem;
    }
    section.about-sec-3 .col-7{
        padding-left: 0;
    }
    section.about-sec-3 .col-7 .absolute.img-2, section.about-sec-3 .col-7 .absolute.img-3{
        display: none !important;
    }
    section.about-sec-3 .col-5 .item+.item{
        margin-top: 2rem;
    }
    section.about-sec-3{
        padding: 3rem 0;
    }
    section.about-sec-4 .swiper-slide{
        padding: 0 0.5rem;
    }
    section.about-sec-4 .swiper.about-swiper{
        margin: 0 -0.5rem;
    }
    .about-banner .banner-group ul.ls-none > li > a{
        width: 13.5rem;
        font-size: 1rem;
        line-height: 1.25rem;
    }
    .about-banner .banner-group .breadcrumbs ul{
        padding-bottom: 0.5rem;
    }
    section.career-sec-2 .col-6:nth-of-type(2){
        display: flex;
        align-items: center;
    }
    .services-sec .box-content-2,
    .services-sec .box-content-1{
        padding: 2.5rem;
    }
    .services-sec .list-content > .item:nth-of-type(odd) .cont-wrap{
        padding-right: 1rem;
    }
    .services-sec .list-content > .item:nth-of-type(even) .cont-wrap{
        padding-left: 1rem;
    }
    .services-sec .box-content-2{
        font-size: 1.25rem;
        line-height: 1.4;
    }
    section.career-details .col-4{
        padding-left: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        margin-top: 2rem;
    }
    .career-details .other-recruitment{
        margin-top: 0;
    }
    #career-form .career-title,
    section.career-details h1{
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .product-gallery-wrap .product-vertical-gallery .swiper {
        height: 22rem;
    }
    .product-details .product-name{
        font-size: 1.125rem;
        line-height: 1.4;
    }
    .product-details .col-7{
        padding-right: 1rem;
    }
    .product-details .product-specs table th{
        width: 11rem;
        font-size: 0.875rem;
    }
    .product-details .product-meta{
        flex-direction: column;
        align-items: flex-start;
    }
    .product-details .product-meta > div+div{
        border: none;
        margin-top: 0.375rem;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    .product-details form.cart .add-to-cart-buttons .product-price .price-wrap .price{
        gap: 0.5rem
    }
    .product-details form.cart .add-to-cart-buttons .product-price .price > span.amount, .product-details form.cart .add-to-cart-buttons .product-price .price > ins span.amount{
        font-size: 1.25rem;
    }
    .product-details form.cart .add-to-cart-buttons .product-price del, .product-details form.cart .add-to-cart-buttons .product-price del > span.amount{
        font-size: 1rem;
    }
    .product-details form.cart .add-to-cart-buttons .buttons-wrap{
        flex-direction: column;
    }
    .product-details .product-policy > ul.ls-none{
        padding: 1rem;
    }
    .product-details .contact-to-buy .links{
        padding: 0.5rem 0 0;
    }
    .product-details .contact-to-buy .links a.zalo-button{
        height: 2.5rem;
        width: 2.5rem;
    }
    .product-details .discount-policy > ul.ls-none{
        padding: 1rem;
    }
    #reviews #comments .star_box{
        flex-direction: column;
    }
    #reviews #comments .star_box .star_box_left{
        width: 100%;
        padding: 1rem;
    }
    #reviews #comments .star_box .star_box_right{
        width: 100%;
        border-left: none;
        border-top: 1px solid #DDDDDE;
        padding: 1rem;
    }
    .single-product-swiper,
    .product-details{
        padding-bottom: 3rem;
    }
    .terms-swiper .absolute{
        font-size: 1.125rem;
        line-height: 1.4;
    }
    #product-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .woocommerce-result-count{
        display: block !important;
    }
    .NK-my-account-inner{
        padding-left: 0;
    }
    .flash-sale-banner .product-img{
        width: 25rem;
    }
    .flash-sale-sec-3{
        padding-top: 7rem;
    }
    .flash-sale-page-title{
        height: 6rem;
    }
    #flash-sale-page .product-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    #flash-sale-page .product-grid > .product-item:nth-of-type(n+4){
        display: none !important;
    }
    #flash-sale-page .flash-sale-sec-4 .box-sale-wrap,
    .container-large{
        padding: 4rem 2rem;
    }
    .flash-sale-sec-4{
        padding-top: 9.5rem;
    }
    .NK-my-account .NK-my-account-heading{
        flex-direction: column;
    }
    .NK-my-account-page{
        padding: 2rem 0.9375rem;
    }
    .NK-my-account .NK-my-account-nav-wrap,
    .NK-my-account .NK-my-account-content{
        padding: 0;
        margin-top: 2rem;
    }
    .NK-my-account .NK-my-account-heading{
        margin: 0;
    }
    .NK-my-account .NK-my-account-heading .user-points{
        max-width: 95%;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav-inner .NK-my-account-nav{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav-inner .NK-my-account-nav > li{
        margin: 0 !important;
    }
    .NK-my-account-inner{
        padding: 1rem;
    }
    #NK-reset-form{
        width: 100%;
    }
    #product-grid.grid-5{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .nk-checkout-page .woocommerce-reward-points-text-checkout{
        flex-direction: column;
    }
    .nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-earning-text-container .btn{
        margin-left: auto;
        margin-right: auto;
    }
    .nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-earning-text-container{
        padding: 0.625rem 0;
        text-align: center;
    }
    section.member-7 .content-box{
        flex-direction: column;
        gap: 1.25rem;
    }
    section.member-7 .btn{
        margin-left: 0;
    }
    #career-form .form-group.flex-box{
        flex-direction: row;
        gap: 0;
    }
    #career-form{
        padding: 2.5rem 2rem 2rem;
    }
    .contact-sec .form-wrap .submit-btn{
        margin-right: auto;
    }
    .contact-sec .form-group.flex-box{
        flex-direction: column;
        gap: 1rem 0
    }
}
@media only screen and (max-width: 767px){
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }

    .mobile-col-1{flex:0 0 auto;width:8.33333333% !important;}
    .mobile-col-2{flex:0 0 auto;width:16.66666667% !important;}
    .mobile-col-3{flex:0 0 auto;width:25% !important;}
    .mobile-col-4{flex:0 0 auto;width:33.33333333% !important;}
    .mobile-col-5{flex:0 0 auto;width:41.66666667% !important;}
    .mobile-col-6{flex:0 0 auto;width:50% !important;}
    .mobile-col-7{flex:0 0 auto;width:58.33333333% !important;}
    .mobile-col-8{flex:0 0 auto;width:66.66666667% !important;}
    .mobile-col-9{flex:0 0 auto;width:75% !important;}
    .mobile-col-10{flex:0 0 auto;width:83.33333333% !important;}
    .mobile-col-11{flex:0 0 auto;width:91.66666667% !important;}
    .mobile-col-12{flex:0 0 auto;width:100% !important;}
    .mobile-flex-box{
        display: flex;
    }
    .mobile-flex-col{
        flex-direction: column;
    }
    .mobile-flex-wrap{
        flex-wrap: wrap;
    }
    .mobile-al-center{
        align-items: center;
    }
    .mobile-al-start{
        align-items: flex-start;
    }
    .mobile-al-end{
        align-items: flex-end;
    }
    .mobile-jus-start{
        justify-content: flex-start;
    }
    .mobile-jus-end{
        justify-content: flex-end;
    }
    .mobile-jus-center{
        justify-content: center;
    }
    .mobile-jus-between{
        justify-content: space-between;
    }

    .mobile-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .mobile-grid-1{
        grid-template-columns: 1fr;
    }
    .mobile-col-reverse{
        flex-direction: column-reverse;
    }
    #search-lightbox{
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        max-width: calc(100%  + 2.5rem);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
    }
    #search-lightbox .search-keywords{
        margin-top: 1.25rem;
    }
    #search-lightbox .search-keywords > a{
        font-size: 0.875rem;
    }
    .show-mobile{
        display: block !important;
    }
    .home-4 .home-flash-sale-on .home-flash-sale-content,
    .home-9, .home-8, .home-2, .home-5, .home-6, .home-10{
        padding-top: 2.5rem;
    }
    #home-page > section:last-of-type,
    .home-4 .home-flash-sale-on .home-flash-sale-content,
    .home-2, .home-3{
        padding-bottom: 2.5rem;
    }
    .home-2 .swiper-slide .item h3{
        font-size: 1.25rem;
        line-height: 1.3;
    }
    .swiper-arrow{
        width: 1.75rem;
        height: 1.75rem;
    }
    .home-4 .home-flash-sale-on .home-flash-sale-content .flash-sale-title .title-image img{
        max-height: 6.25rem;
        width: 100%;
        object-position: center;
        object-fit: contain;
    }
    .home-7 .col-4{
        padding-bottom: 2rem;
        padding-right: 0;
    }
    .home-4 .home-flash-sale-on .flash-sale-swiper-2 .box-swiper,
    .home-7 .col-8 .box-swiper{
        padding: 1rem 0.5rem;
    }
    .product-item .cont-wrap .product-gift{
        font-size: 0.5625rem;
        padding: 0 0.25rem;
    }
    .sec-title{
        font-size: 1.25rem;
    }
    .home-10 .box-swiper .swiper-slide{
        padding: 2rem 1.625rem;
    }
    footer#footer .footer-top .col-3 .item+.item{
        margin-top: 0;
    }
    footer#footer .footer-top .col-4{
        justify-content: center;
        margin-top: 1.5rem;
    }
    footer#footer .footer-main > .flex-box{
        gap: 0;
    }
    footer#footer .footer-main .footer-title{
        font-size: 1rem;
        margin-bottom: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    footer#footer .footer-main .footer-title span.toggle-mobile{
        position: relative;
        margin-left: auto;
        width: 12px;
        height: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.4s;
    }
    footer#footer .footer-main .footer-title:before{
        position: absolute;
        display: block;
        width: 12px;
        min-width: 12px;
        height: 1px;
        background-color: #FFF;
        content: '';
        transition: all 0.4s;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    footer#footer .footer-main .footer-title span.toggle-mobile:after{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: #FFF;
        height: 12px;
        width: 1px;
        content: '';
        transition: all 0.4s;
    }
    footer#footer .footer-main .footer-title.is-showing span.toggle-mobile{
        transform: rotate(90deg);
    }
    footer#footer .footer-main > .flex-box .column{
        width: 100% !important;
    }
    footer#footer .footer-main .footer-cont > *:last-child{
        margin-bottom: 0 !important;
    }
    footer#footer .footer-main > .flex-box .column .footer-menu,
    footer#footer .footer-main > .flex-box .column.column-5 .footer-cont{
        display: none;
        padding-bottom: 1.5rem;
    }
    footer#footer .footer-main > .flex-box .column.column-5{
        width: 100% !important;
        order: -1
    }
    .mobile-text-center{
        text-align: center;
    }
    footer#footer .footer-bottom > .flex-box{
        gap: 1rem
    }
    .fixed_buttons{
        bottom: 0;
        transform: unset;
        left: 0;
        right: 0;
        display: flex;
        -webkit-border-radius: 0.625rem 0.625rem 0 0;
        -moz-border-radius: 0.625rem 0.625rem 0 0;
        border-radius: 0.625rem 0.625rem 0 0;
        overflow: hidden;
        background-color: var(--main-cl);
    }
    .fixed_buttons .item span{
        display: none !important;
    }

    .fixed_buttons > .item{
        padding: 0;
        margin: 0;
        width: auto;
    }
    .fixed_buttons > .item,
    .fixed_buttons > .item > .item_inner > a{
        border-radius: 0 ;
    }
    .fixed_buttons > .item > .item_inner,
    .fixed_buttons > .item > .item_inner > a{
        height: 100%;
        width: 100%;
    }
    .fixed_buttons > .item > .item_inner > a img{
        margin: 0;
        max-width: 2.25rem;
    }
    .fixed_buttons > .item > .item_inner > a{
        justify-content: center;
        padding: 0.5rem 1.5rem;
        font-weight: 600;
        font-size: 1.375rem;
        line-height: 1.4;
    }
    .fixed_buttons > .item.flash-sale-item{
        flex-grow: 1;
    }
    .fixed_buttons > .item.flash-sale-item > .item_inner > a{
        font-size: 1.25rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .fixed_buttons > .item.flash-sale-item > .item_inner > a >img{
        height: 2.5rem;
        width: 2.5rem;
        min-width: 2.5rem;
        max-width: 2.5rem;
    }
    .fixed_buttons > .item+.item{
        border-left: 1px solid #FFFFFF47;
    }
    footer#footer .footer-bottom {
        padding: 2rem 0 4rem;
    }
    .home-4 .home-flash-sale-on .flash-sale-swiper-1 .cont-wrap{
        -webkit-border-radius: 0 0 0.625rem 0.625rem;
        -moz-border-radius: 0 0 0.625rem 0.625rem;
        border-radius: 0 0 0.625rem 0.625rem;
    }
    .home-4 .home-flash-sale-on .flash-sale-swiper-1 .img-wrap{
        -webkit-border-radius: 0.625rem 0.625rem 0 0;
        -moz-border-radius: 0.625rem 0.625rem 0 0;
        border-radius: 0.625rem 0.625rem 0 0;
    }
    .fixed-coupon{
        bottom: 3.875rem;
    }
    section.policy-sec .policy-title img{
        display: none !important;
    }
    section.policy-sec .policy-menu > ul{
        -webkit-border-radius: 0.625rem;
        -moz-border-radius: 0.625rem;
        border-radius: 0.625rem;
    }
    section.policy-sec{
        padding: 2rem 0 3rem;
    }
    section.policy-sec .policy-title{
        padding: 1rem;
        margin-bottom: 1.5rem;
    }
    section.policy-sec .policy-menu{
        margin-bottom: 2rem;
    }
    section.policy-sec .grid-box{
        grid-gap: 1.5rem
    }
    .questions .question{
        padding-left: 0;
        padding-right: 0;
    }
    .breadcrumbs ul{
        padding-top: 0.5rem;
    }
    section.contact-sec .contact-information .item {
        padding: 1rem;
    }
    section.contact-sec .contact-information .sec-title{
        margin-bottom: 1.5rem;
    }
    section.contact-sec {
        padding: 2rem 0 3rem;
    }
    section.contact-sec .contact-information .grid-box{
        margin-bottom: 2.5rem;
    }
    section.contact-map{
        height: 25rem;
    }
    section.store-system-1 .col-5{
        padding-right: 0;
    }
    section.store-system-1 .col-5 .store-list{
        max-height: 22.5rem
    }
    section.store-system-1 .col-7#map{
        height: 25rem;
    }
    form.store-filter-form .form-inner .flex-box .select-wrap.province-wrap{
        position: relative;
        z-index: 12;
    }
    .featured-posts-swiper.swiper{
        margin: 0 -0.9375rem 2rem;
        padding: 0 4rem;
    }
    .featured-posts-swiper .swiper-pagination{
        margin: 0 -3.0625rem 1rem;
        width: calc(100% + 6.125rem);
    }
    .featured-posts-swiper .swiper-slide{
        padding: 0 0.46875rem;
    }
    .most-viewed-posts{
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem 0.9375rem;
    }
    .most-viewed-posts .post-item{
        flex-direction: column;
        gap: 1rem;
        width: calc(50% - 0.46875rem);
        margin: 0 !important;
    }
    .most-viewed-posts .post-item .img-wrap{
        width: 100%;
        min-width: unset;
        aspect-ratio: 7/5;
        margin-right: 0;
    }
    section.posts-sec-2 .hot-posts{
        margin: 0 -0.9375rem;
        padding: 1rem;
    }
    section.posts-sec-2 .hot-posts .swiper{
        padding: 0 4rem;
    }
    section.related-posts .grid-box,
    #posts-grid{
        grid-gap: 1.25rem 0.9375rem;
    }
    section.posts-sec-3 .sec-title-2{
        margin-bottom: 1.5rem;
    }
    .post-date-term{
        font-size: 0.6875rem;
    }
    .post-item .text-uppercase{
        font-size: 0.9375rem;
        line-height: 1.25rem;
    }
    .content-wrap, .content-wrap p, .content-wrap li{
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .post-filters{
        margin-bottom: 2rem;
    }
    .terms-menu > ul{
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow: auto;
    }
    .terms-menu > ul >li{
        flex: 0 0 auto;
    }
    section.related-posts .sec-title{
        margin-bottom: 1.5rem;
    }
    section.related-posts{
        padding-bottom: 4rem;
    }
    section.post-details .post-nav{
        margin-bottom: 2rem;
    }
    :where(.wp-block-columns.is-layout-flex){
        gap: 0.9375rem !important
    }
    .product-item.post-product-item{
        padding: 1rem;
    }
    .product-item.post-product-item .img-wrap{
        width: 9rem;
        min-width: 9rem;
        margin-right: 1rem;
    }
    .product-item.post-product-item .btn-primary{
        margin-top: 0.75rem;
    }
    .btn{
        padding: 0.375rem 0.875rem;
        font-size: 0.75rem;
        line-height: 1.125rem;
    }
    #ez-toc-container{
        padding: 0 1rem 1rem;
    }
    section.post-details{
        padding-top: 2rem;
    }
    .feedbacks-sec .heading-group{
        margin-bottom: 1.5rem;
        gap: 1rem
    }
    .feedbacks-sec{
        padding-top: 2.5rem;
    }
    .feedbacks-content.type-blog .list-items .item .cont-wrap{
        padding-right: 0;
        padding-top: 1rem;
    }
    .feedbacks-content.type-blog .list-items .item .cont-wrap h3{
        font-size: 1.125rem;
    }
    .about-banner .banner-group{
        position: relative;
        transform: unset;
        left: unset;
        bottom: unset;
        display: none !important;
    }
    .about-banner:before{
        display: none !important;
    }
    section.about-sec-2 .history-swiper-2 .col-5:first-of-type{
        padding-right: 0;
    }
    section.about-sec-2 .history-swiper-2 .col-5:nth-of-type(2){
        padding: 1rem 0 0;
    }
    section.about-sec-3 .col-5{
        padding: 0 0 2rem;
    }
    section.about-sec-3+section.about-sec-4{
        padding-top: 0;
    }
    section.about-sec-4 .swiper.about-swiper{
        margin: 0 -0.46875rem;
    }
    section.about-sec-4 .swiper-slide{
        padding: 0 0.46875rem;
    }
    section.about-sec-4 .sec-heading{
        margin-bottom: 1rem;
    }
    section.career-sec-1{
        padding: 2.5rem 0;
    }
    section.career-sec-1 .col-6:first-of-type{
        padding: 2rem 0 0;
    }
    section.career-sec-2 .col-6:nth-of-type(2){
        padding: 2rem 0 0;
    }
    section.career-sec-2 .col-12{
        margin-top: 2.5rem;
    }
    #career-list {
        margin-top: 2rem;
    }
    #career-list .grid-box{
        grid-template-columns: 1fr;
    }
    #career-list .item{
        padding: 1.25rem 2.5rem 1.25rem 1.25rem;
    }
    #career-list .item .arrow-button svg{
        width: 1.875rem;
        height: 1.875rem;
    }
    #career-list .pagination{
        margin-top: 2rem;
    }
    .services-sec .box-content-2, .services-sec .box-content-1{
        padding: 1rem;
    }
    .services-sec{
        padding: 3rem 0;
    }
    .services-sec .list-content{
        margin-top: 2.5rem;
    }
    .services-sec .list-content .item > .flex-box{
        flex-direction: column !important;
    }
    .services-sec .list-content > .item .cont-wrap{
        padding: 0 0 1.5rem !important;
    }
    .services-sec .list-content > .item .img-wrap{
        padding: 0 !important
    }
    .services-sec .list-content > .item+.item{
        margin-top: 2rem;
    }
    .services-sec .box-content-2{
        margin-top: 3rem;
        font-size: 1.125rem;
    }
    section.career-details .col-8 .recruit-description{
        margin-bottom: 1.5rem;
        padding: 1.5rem;
    }
    section.career-details .col-8 .recruit-description .grid-box{
        grid-template-columns: 1fr;
    }
    section.career-details .col-8 .recruit-description+.btn{
        margin-bottom: 2.5rem;
    }
    section.career-details .col-8 .job-description .item+.item{
        margin-top: 1.5rem;
        padding-top: 1.5rem;
    }
    #career-form{
        margin-top: 2.5rem;
        padding: 1.5rem 1rem;
    }
    section.career-details .col-4{
        grid-template-columns: 1fr;
    }
    section.career-details{
        padding: 2.5rem 0 3rem;
    }
    #career-form .form-wrap .submit-btn{
        margin: 1rem 0 0 0;
    }
    .home-4 .home-flash-sale-off .flash-sale-swiper-3 .box-swiper{
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    .home-4 .home-flash-sale-off .flash-sale-swiper-3 .swiper-slide{
        padding: 0 0.46875rem;
    }
    .product-item .cont-wrap .product-price del{
        margin: 0;
    }
    .product-item .cont-wrap .product-price{
        flex-direction: column;
    }
    .home-4 .home-flash-sale-off .title-image img{
        max-height: 6.25rem;
        width: auto;
    }
    .home-4 .home-flash-sale-off .grid-container > .btn{
        position: relative;
        left: unset;
        bottom: unset;
        transform: unset;
        margin-top: 1.5rem;
    }
    .home-4 .home-flash-sale-off .grid-container{
        padding: 0.5rem 0.9375rem 1.25rem;
    }
    .home-2 .swiper-slide .item .plus-btn{
        bottom: 1rem;
        left: 1rem;
        width: 2rem;
        height: 2rem;
    }
    .product-gallery-wrap{
        margin-bottom: 1rem;
    }
    .product-gallery-wrap .product-vertical-gallery .swiper{
        width: calc(100% + 0.9375rem);
        height: auto;
        margin: 0 -0.46875rem;
    }
    .product-gallery-wrap .product-vertical-gallery{
        width: 100%;
        padding-right: 0;
        margin-top: 0.9375rem;
    }
    .product-gallery-wrap .product-vertical-gallery .swiper .swiper-slide{
        padding: 0 0.46875rem;
    }
    .product-gallery-wrap .product-gallery-main{
        width: 100%;
        margin: 0 auto;
    }
    .product-gallery-wrap .product-vertical-gallery .arrow.next{
        transform: translateY(-50%) rotate(-90deg);
        right: 0;
        left: unset;
        top: 50%;
        bottom: unset;
    }
    .product-gallery-wrap .product-vertical-gallery .arrow.prev{
        transform: translateY(-50%) rotate(-90deg);
        left: 0;
        top: 50%;
        bottom: unset;
    }
    body.single-product .breadcrumbs{
        display: none !important;
    }
    .product-details{
        padding: 1rem 0 2.5rem;
    }
    .product-details .product-meta{
        flex-direction: row;
        align-items: center;
    }
    .product-details .product-meta > div+div{
        margin: 0 0 0 0.75rem !important;
    }
    .product-details .product-content-summary form{
        margin-bottom: 0;
    }
    .product-details .product-content-summary{
        margin-bottom: 1.5rem;
    }
    #reviews{
        margin-bottom: 1.5rem !important;
    }
    #reviews #comments ol.commentlist > li.review > ul.children{
        margin-left: 0;
    }
    #reviews #comments ol.commentlist li.depth-1+li.depth-1{
        margin-top: 1rem;
        padding-top: 1rem;
    }
    div#reviews.woocommerce-Reviews{
        padding: 1rem;
    }
    .product-details .product-tabs{
        margin-bottom: 1.5rem;
    }
    body.single-product .fixed-coupon{
        display: none !important;
    }
    .join-us-sec .text-white{
        font-size: 1.125rem;
        line-height: 1.4;
    }
    .join-us-sec .buttons{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem
   }
    #product-grid{
        grid-template-columns: 1fr 1fr;
        margin-top: 2rem;
    }
    .result-count{
        display: none !important;
    }
    .shop-nav .select{
        width: 100%;
        text-align: left;
        align-items: flex-start;
        margin: 0 !important;
    }
    .mobile-al-start{
        align-items: flex-start;
    }
    .terms-swiper.swiper{
        margin-bottom: 2rem;
    }
    .product-filters-sec{
        padding-top: 1.5rem;
    }
    .product-filters-sec .product-filter-fixed-inner{
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link{
        width: 33%;
    }
    .flash-sale-banner .product-img{
        width: 14rem;
        top: 1rem;
    }
    .flash-sale-sec-2{
        padding-top: 4rem;
    }
    #flash-sale-page .flash-sale-sec-4 .box-sale-wrap, .container-large{
        padding: 3rem 0.625rem;
        border-width: 0.1875rem;
    }
    #flash-sale-page .product-grid{
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem 0.625rem;
    }
    #flash-sale-page .product-grid > .product-item:nth-of-type(4){
        display: block !important;
    }
    .btn-special{
        font-size: 1rem;
    }
    .flash-sale-sec-3:before{
        top: 1.2rem;
    }
    .special-sec:before,
    .multi-sec:before,
    .bogo-sec:before{
        top: 3rem;
    }
    .flash-sale-sec-4{
        padding-top: 7.5rem;
    }
    .nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-earning-text-container > span > span > p{
        font-size: 0.729rem;
        line-height: 1.25rem;
    }
    .nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-earning-text-container > span > span{
        font-size: 0;
        line-height: 0;
        display: block;
    }
    .nk-checkout-page .woocommerce-reward-points-text-checkout{
        padding: 0.75rem;
    }
    .nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-earning-text-container{
        padding: 1.25rem 0;
    }
    .nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-earning-text-container > span > span > ul > li{
        font-size: 0.729rem;
    }
    .nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-redemption-form-container > span.woocommerce-reward-points-redemption-text{
        font-size: 0.833rem;
    }
    .nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-redemption-form-container .woocommerce-reward-points-redemption-text-below{
        font-size: 0.677rem;
    }
    .nk-checkout-page .woocommerce-reward-points-text-thank-you{
        flex-wrap: wrap;
        padding: 0.75rem;;
    }
    .nk-checkout-page .woocommerce-reward-points-text-thank-you .woocommerce-reward-points-earning-text-container{
        padding-left: 0;
        margin-top: 2rem;
    }
    .nk-checkout-page .woocommerce-reward-points-level-container{
        min-width: 100% !important;
    }
    #feedback-form{
        padding: 1.5rem 1.5rem 4rem;
    }
    .product-details .product-tabs .tabs-title .tab-title{
        font-size: 0.85rem;
        padding: 0.4rem 1rem;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav-inner .NK-my-account-nav{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav-inner .NK-my-account-nav >li{
        width: 100%;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav-inner .NK-my-account-nav > li > a{
        height: 100%;
        padding: 0.625rem !important;
        text-align: center;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav-inner .NK-my-account-nav > li > a > span{
        margin-right: 0 !important;
        font-size: 0.75rem;
        font-weight: 300;
    }
    .NK-my-account-page{
        padding: 1rem 0;
    }
    .point-progress-bar .current-point .point-text{
        /*font-size: 0.75rem;*/
        /*line-height: 1rem;*/
        padding: 0;
        font-size: 0;
        width: 1rem;
        height: 1rem;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    .point-progress-bar .current-point .point-text:before{
        top: 88%;
    }
    .point-progress-bar > .level img{
        height: 1rem;
    }
    .NK-my-account .NK-my-account-heading .user-points{
        max-width: 100%;
    }
    .NK-my-account .NK-my-account-heading{
        padding: 0.75rem;
    }
    .NK-my-account .NK-my-account-heading .user-points .point-to-next-level{
        margin-bottom: 1.875rem;
    }
    .NK-my-account .NK-my-account-heading .NK-my-account-information .NK-my-account-avatar img{
        width: 4rem;
        height: 4rem;
    }
    .NK-my-account .NK-my-account-heading .woocommerce-reward-points-level-container img{
        height: 1.4rem;
    }
    .NK-my-account-inner .my-account-heading h1,
    .NK-my-account-inner .my-account-heading{
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .NK-my-account-inner .my-account-heading .btn{
        min-width: max-content;
        font-size: 0.625rem;
    }
    .NK-my-account-inner .my-account-heading .btn span.icon{
        display: none;
    }
    #product-grid.grid-5{
        grid-template-columns: 1fr 1fr;
    }
    .NK-orders-list.woo-orders table tbody tr td{
        padding-left: 12px;
        padding-right: 12px;
    }
    div#review_form_wrapper span#reply-title, .woocommerce #reviews #comments ol.commentlist #respond span#reply-title{
        font-size: 14px;
    }
    .devvn-reviews-popup .mfp-container #review_form_wrapper{
        padding: 30px 10px 10px;
    }
    #review_form .comment-form-rating p.stars a{
        font-size: 10px !important;
    }
    .checkout-coupon-list-wrap .checkout-coupon-list .voucher-item{
        width: 80%;
        flex: 0 0 80%;
    }
    #popup-address{
        padding: 2rem 1.5rem 1.5rem;
    }
    #popup-address .form-wrap .NK-form-group{
        width: 100%;
    }
    #popup-address .select2-selection{
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        padding-left: 16px;
        padding-right: 16px;
    }
    #popup-address .sec-title-2{
        text-align: center;
    }
    .flash-sale-banner .product-img{
        display: none !important;
    }
    #member-page{
        padding: 0;
    }
    #member-page > section{
        padding-left: 0;
        padding-right: 0;
    }
    .hide-mobile{
        display: none !important;
   }
    section.member-2 .item{
        padding: 0.5rem 1rem;
    }
    section.member-2 .item .img-wrap{
        height: 13.75rem;
    }
    section.member-2{
        margin: 2.5rem 0;
    }
    section.member-3{
        padding: 3rem 0;
        min-height: 20.625rem;
        margin: 2.5rem 0;
    }
    section.member-3 .cont-wrap{
        padding-right: 1rem;
        padding-left: 1rem;
    }
    section.member-3 .sec-des{
        margin-bottom: 0.5rem;
    }
    section.member-4 .member-map-wrap{
        padding: 0 1rem;
    }
    section.member-4 .col-8{
        height: 31.25rem;
    }
    section.member-4 .col-4 .number{
        font-size: 1.5rem;
    }
    section.member-4 .col-4 .text{
        font-size: 1.5rem;
    }
    section.member-4 .col-4 .total{
        align-items: center;
    }
    section.member-4 .col-4 .list-provinces .item .name img{
        width: 1.5rem;
        height: 1.5rem;
    }
    section.member-4 .col-4 .list-provinces .item{
        font-size: 0.9375rem;
    }
    section.member-6 .member-moments .col-8 .swiper{
        margin-top: 1rem;
    }
    section.member-6 .member-moments .col-8{
        padding-left: 0;
    }
    section.member-6 .member-reviews{
        padding: 0 1rem;
    }
    section.member-7 .sec-title-2{
        text-align: center;
    }
    section.member-5,
    section.member-8{
        margin: 2.5rem 0;
    }
    section.member-8 .content-box{
        padding: 2.5rem 1rem;
    }
    #member-page > section.member-9{
        padding: 2.5rem 1rem;
    }
    #member-page > section.member-7,
    #member-page > section.member-8,
    #member-page > section.member-10{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    section.member-9 .questions .question{
        padding: 1rem 0.5rem;
    }
    section.member-5 .show-mobile .swiper{
        padding-right: 6rem;
    }
    section.member-5 .item{
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 0.5rem;
        border-radius: 0.5rem;
        border: 2px solid;
        padding: 1rem;
    }
    section.member-5 .item .level-badge > img{
        height: 2.25rem;
        width: auto;
    }
    section.member-5 .item .check-list{
        margin-top: 1rem;
    }
    section.member-5 .item .check-list > .check-list-item{
        font-size: 0.875rem;
    }
    section.member-5 .item .check-list > .check-list-item >svg {
        width: 1.5rem;
        min-width: 1.5rem;
        margin-right: 0.75rem;
        height: auto;
    }
    section.member-5 .item .check-list > .check-list-item+.check-list-item{
        margin-top: 0.75rem;
    }
    section.member-5 .swiper-slide{
        opacity: 0.3;
        transition: all 0.4s;
    }
    section.member-5 .swiper-slide-active{
        opacity: 1;
    }
    section.member-6 .member-moments{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .home-9 .sec-title{
        font-size: 1.35rem;
    }
    footer#footer .footer-main .footer-menu > li > a{
        font-size: 0.8rem;
    }
    .terms-swiper .absolute{
        font-size: 1rem;
    }
    .order-item-mobile{
        border: 1px solid var(--main-cl);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .order-item-mobile .order-item-row{
        display: flex;
        align-items: center;
    }
    .order-item-mobile .order-item-row > .row-title{
        width: 32%;
        padding: 0.625rem;
        font-size: 0.875rem;
        background-color: var(--main-cl);
        color: #FFF;
    }
    .order-item-mobile .order-item-row > .row-value{
        padding: 0 0.625rem;
    }
    .order-item-mobile .order-item-row > .row-value,
    .order-item-mobile .order-item-row > .row-value *{
        font-size: 0.875rem;
    }
    .order-item-mobile .order-item-row+.order-item-row{
        border-top: 1px solid #dedede;
    }
    .order-item-mobile+.order-item-mobile{
        margin-top: 1rem;
    }
    .order-details-mobile .products .order-product-item{
        padding-bottom: 0.875rem;
        margin-bottom: 0.875rem;
        border-bottom: 1px solid #dedede;
    }
    .order-details-mobile .products .order-product-item > a{
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 400;
        margin-bottom: 8px;
    }
    .order-details-mobile .products .order-product-item .price-wrap{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 8px;
    }
    .order-details-mobile .products .order-product-item .price-wrap .btn{
        color: #FFF !important;
    }
    .order-details-mobile .order-totals .order-details-total-row{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.5rem;
    }
    .order-details-mobile .order-totals .order-details-total-row .label{
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 700;
    }
    .order-details-mobile .order-totals .order-details-total-row .value{
        font-size: 0.875rem;
        line-height: 1.25rem;
        text-align: right;
    }
    .NK-orders-list{
        display: flex;
        flex-direction: column;
    }
    .NK-orders-list .woocommerce-customer-details{
        margin-bottom: 30px;
        order: -1;
    }
    .NK-orders-list.woo-orders .woocommerce-customer-details ul > li strong{
        color: #c72528
    }
    .NK-notify-box .notify-text{
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
    }
    #career-form .form-group.flex-box{
        gap: 1rem;
        margin-bottom: 0;
    }
    #feedback-form .form-wrap .submit-btn{
        margin-right: auto;
    }
    #feedback-form .form-group.flex-box{
        gap: 1rem;
        flex-direction: column;
        margin-bottom: 0;
    }
    .nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-earning-text-container .btn{
        margin-left: 0;
    }
    .nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-earning-text-container{
        padding: 0.625rem 0;
        text-align: justify;
    }
    .fixed-video{
        z-index: 9999;
        left: 0.5rem;
        bottom: 3.875rem;
    }
    .fixed-video.is-hiding{
        transform: translateX(calc(-100% - 0.5rem));
    }
    .fixed-video .close-video-btn{
        right: 0;
        top: 0;
        transform: translate(50%, -50%);
        width: 2.5rem;
        height: 2.5rem;
        border: 1px solid #FFF;
        z-index: 9999;
    }
    .fixed-video .close-video-btn svg path{
        stroke:  #FFF;
    }
    .fixed-video .close-video-btn svg{
        width: 0.95rem;
        height: 0.95rem;
    }
    .fixed-video.is-hiding .close-video-btn{
        transform: translate(100%, -50%);
    }
    section.search-sec-1 form > .flex-box{
        flex-wrap: wrap;
    }
    section.search-sec-1 form > .flex-box .sec-title{
        width: 100%;
    }
    section.search-sec-1 form > .flex-box .form-group{
        flex-grow: 1;
    }
    section.search-sec-1 form > .flex-box button.btn{
        height: 2.375rem;
        width: 2.375rem;
    }
    section.search-sec-1 form > .flex-box .form-group .select-style{
        height: 2.375rem;
    }
    section.about-sec-2 .sec-heading{
        margin-bottom: 1.5rem;
    }
    section.about-sec-3 .col-7{
        padding: 0 2rem;
    }
    section.member-5 .member-levels+.show-mobile{
        margin-top: 1.5rem;
    }
    .questions .question .ask span{
        font-size: 0.9375rem;
    }
    .questions .question .answer{
        font-size: 0.875rem;
    }
    .questions .question .answer{
        margin-top: 0.5rem;
    }
    .fixed_buttons > .flash-sale-item{
        display: flex !important;
        min-width: 50%;
    }
    .fixed_buttons > .flash-sale-item a svg{
        width: 1.25rem;
        height: 1.25rem;
    }
    .fixed_buttons > .flash-sale-item a{
        color: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.375rem;
        font-weight: 700;
        font-size: 0.875rem;
    }
    .feedbacks-content.type-blog .list-items > .btn{
        margin-top: 2rem;
    }
    .feedbacks-sec{
        padding-bottom: 3rem;
    }
    #ez-toc-container .ez-toc-title-container .ez-toc-title{
        font-size: 1rem;
    }
    section.career-sec-2{
        padding: 2.5rem 0;
    }
    #career-form .form-group.flex-box{
        flex-direction: column !important;
    }
    section.contact-sec .contact-information .item .flex-box{
        margin-bottom: 0.75rem;
    }
    #product-grid{
        grid-gap: 1rem 0.729rem
    }
    section.search-sec-2 #posts-list{
        margin-top: 2.5rem;
    }
    section.search-sec-2{
        padding-bottom: 3rem;
    }
    section.account-login-page .ajax-form-wrapper{
        max-width: 100%;
    }
    .popup-video{
        width: calc(100vw - 30px);
    }
    .popup-video .video-wrapper{
        height: auto;
        width: 100%;
    }
    .popup-video .video-wrapper video{
        width: 100%;
        height: auto;
        display: block;
        max-width: 100%;
    }
    #popup-first-login{
        padding: 2rem 1rem;
    }
    #popup-points .grid-box{
        flex-direction: column;
    }
    #popup-points .grid-box .item{
        width: 100%;
    }
    section.default-page{
        padding: 2.5rem 0;
    }
    #update-phone-popup .update-phone-number-popup{
        padding: 1.5rem 1rem 1rem;
    }
}
@media only screen and (max-width: 380px){
    html,body{
        font-size: 15px;
    }
}
@media only screen and (max-width: 350px){
    html,body{
        font-size: 13px;
    }
}