:root{
    --main-cl: #000;
    --sub-cl: #ff1800;
    --container-w: 72.917rem;
    --title-font: "1FTV Nasi";
}
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: #F3F4F8;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: unset !important;
    outline: none !important;
}
input[type='number']{
    -moz-appearance: textfield;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
body{
    font-family: 'Josefin Sans', 'sans-serif';
    background-color: #fff;
}
body #wrapper #main{
    background-color: #F3F4F8;
}
.p-middle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}
#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;
}
.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);
}
.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;
}
@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-full{
    height: 100%;
}
.w-full{
    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;
}
.form-wrap .wpcf7-not-valid-tip{
    font-size: 0.677rem;
    position: absolute;
}
.wpcf7-spinner{
    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);
}
.bg-white{
    background-color: #FFF;
}

@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-20{
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
}
.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;
}
.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: 999999999999;
    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;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.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: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    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: 3.90625rem;
    height: 3.90625rem;
    background-color: var(--main-cl);
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.search-page{
    padding: 5.208rem 0;
}
.search-page h1{
    margin-bottom: 2.604rem;
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.833rem;
}
.search-tabs .search-tabs-title .search-tab-title{
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--fs-color-primary);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--fs-color-primary);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active{
    background-color: var(--fs-color-primary);
    color: #FFF;
}
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #333;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}
.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.z-5{
    z-index: 5;
}
.z-3{
    z-index: 3;
}
.font-title{
    font-family: var(--title-font), 'sans-serif';
}
.content-pageDetail{
    font-size: 18px;
}
.content-pageDetail ol,
.content-pageDetail ul,
.content-pageDetail p{
    margin-bottom: 1em;
}
.contact-form .input-group > span.wpcf7-form-control-wrap{
    display: block;
    width: 100%;
}
.box-map-contact iframe{
    display: block;
    width: 100%;
}
img{
    height: auto;
}
.article-loop .article-image{
    display: flex;
    width: 100%;
}
.article-loop .article-image > a{
    display: block;
    width: 100%;
}
.article-loop .article-image img{
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
}
figure.aligncenter,
img.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
figure.aligncenter figcaption{
    text-align: center;
}
#pagination .pagination > li a{
    border-radius: 5px !important;
}
#pagination .pagination > li.active a{
    background-color: var(--shop-color-main);
    border-color: var(--shop-color-main);
    color: #fff;
}
.layoutPage-ldpage01 .section-ldpage01-listbanner .flexbox-banner .banner-item__link{
    border-radius: 50%;
}
ins{
    text-decoration: unset !important;
}
.proloop--price ins span.amount{
    color: #ff2c26;
}
.proloop--price del{
    color: #878c8f;
    text-decoration: line-through;
    font-weight: 300;
    font-size: 13px;
    display: block;
    order: 3;
}
.product-block .wrapper-action-loop .proloop--price{
    display: flex;
    flex-direction: column;
}
.collection-heading__content .heading-box .title-filter{
    margin-bottom: 0;
}
.filter_group ul > li > label{
    display: block;
}
.topbar-bottom .hotline > p{
    margin-bottom: 0 !important;
}
.wrapbox-content.right > .wrapbox-area{
    justify-content: flex-end;
}
.mainHeader .header-wrap-menu .menuList-main > li{
    margin: 0 5px;
    min-width: 160px;
    text-align: center;
}
.mainHeader .header-wrap-menu .menuList-main > li > a{
    font-family: var(--title-font), 'sans-serif';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 4px;
    color: #000;
    position: relative;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.mainHeader .header-wrap-menu .menuList-main > li > a:after{
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: '';
    background-color: red;
    transition: all 0.4s;
    width: 0;
    height: 2px;
    border-radius: 2px;
}
.mainHeader .header-wrap-menu .menuList-main > li.current-menu-item > a:after,
.mainHeader .header-wrap-menu .menuList-main > li:hover > a:after{
    width: 100%;
}
.section-home-category .slider-category .media-category{
    border-radius: 50%;
}
.mainHeader.mainHeader_temp01{
    box-shadow: -1px -1px 2px 0px #FFFFFF, 1px 1px 2px 0px #AAAACC80;
}
.mainHeader.mainHeader_temp01:not(.hSticky-nav) .mainHeader-middle{
    padding: 4px 0 8px
}
.layout-productDetail.style_03 .productDetail--content .wrapbox-detail,
.layout-productDetail.style_03 .productDetail--content .product-price,
.layout-productDetail.style_03,
.mainFooter,
.mainHeader.mainHeader_temp01:not(.hSticky-nav) .header-menu-desktop,
.mainHeader.mainHeader_temp01:not(.hSticky-nav) .mainHeader-middle,
.wrapperMain_content{
    background-color: #F3F4F7;
}
.mainHeader .header-box-live{
    padding-top: 0 !important;
}
.text-black{
    color: #000000;
}
.section-home-banners .item-home-banner-inner .media-home-banner picture,
.section-home-banners .item-home-banner-inner .media-home-banner > a{
    display: block;
}
.section-home-banners .item-home-banner-inner .media-home-banner > a img{
    width: 100%;
    height: auto;
}
.btn-styled{
    font-family: var(--title-font), 'sans-serif';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    border-radius: 50px;
    padding: 12px 40px;
    box-shadow: -5px -5px 10px 0px #FFFFFF, 5px 5px 10px 0px #AAAACC80;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    transition: all 0.4s;
    color: #000 !important;
}
.btn-styled:hover{
    box-shadow: -5px -5px 10px 0px #FFFFFF inset, 5px 5px 10px 0px #AAAACC80 inset, 2px 2px 4px 0px #AAAACC40 inset, -2px -2px 4px 0px #FFFFFF80 inset;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.section-home-collection .wraplist-ctas{
    margin-top: 40px;
}
#section-banner-bottom .media-banner img{
    width: 100%;
}
.product-loop .product-inner .proloop-detail .proloop-actions__inner .actions-primary .btn-proloop-cart:not(.disabled):hover{
    border-color: #DC143C;
}
.product-loop .proloop-detail .proloop-actions__inner .btnico{
    background-color: #DC143C;
}
.product-loop .proloop-detail .proloop-actions__inner .btnico svg{
    fill: transparent;
}
.product-loop .product-inner{
    border: 1px solid #d3d3d3;
}
#section-home-blog .owl-carousel .owl-stage-outer{
    padding: 10px;
}
.post-item{
    border-radius: 20px;
    padding: 10px;
    transition: all 0.4s;
}
.post-item .media-article{
    border-radius: 10px;
    overflow: hidden;
}
.post-item .info-article{
    padding: 8px 0 0;
}
.post-item:hover{
    box-shadow: -5px -5px 10px 0px #FFFFFF, 5px 5px 10px 0px #AAAACC80;
}
.post-item .info-article .title-article h4 a{
    font-size: 20px;
}
.mainFooter{
    padding-bottom: 64px;
}
.mainFooter > div{
    border: none !important;
}
.mainFooter .footer-container .container-fluid > .row{
    padding: 30px 100px 56px;
    border-radius: 20px;
    box-shadow: -5px -5px 10px 0px #FFFFFF,  5px 5px 10px 0px #AAAACC80;
    margin-left: 0;
    margin-right: 0;
}
.mainFooter .footer-newsletter .container-fluid .wrapbox-newsletter{
    padding: 20px 115px;
    border-radius: 20px;
    box-shadow: -5px -5px 10px 0px #FFFFFF,  5px 5px 10px 0px #AAAACC80;
    gap: 40px;
}
.footer-newsletter .wrapbox-newsletter .newsletter-block.d-none{
    flex: 0 0 auto
}
.mainFooter .footer-copyright{
    border: none !important;
    padding-bottom: 0;
    padding-top: 30px;
    width: 820px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.mainFooter .footer-copyright p{
    font-size: 16px;
}
.mainFooter .footer-payment > ul{
    gap: 8px
}
.mainFooter .footer-payment > ul > li{
    margin: 0 !important;
}
.mainFooter .footer-payment .payment-title,
.mainFooter .footer-shipment .shipment-title,
.mainFooter .footer-container .widget-footer .title-footer, .mainFooter .footer-container .widget-footer .fter-title{
    color: #000;
}
.mainFooter .footer-container .widget-footer .footerNav-link li{
    padding-left: 0;
}
.mainFooter .footer-container .widget-footer .footerNav-link li > a{
    font-size: 15px;
}
.mainFooter .footer-container .widget-footer .footerNav-link li > a:before{
    display: none !important;
}
.mainFooter .footer-payment{
    margin-top: 32px;
}
.mainFooter .footer-shipment{
    margin-top: 60px;
}
.mainFooter .address-footer li{
    display: flex;
    align-items: center;
    gap: 6px;
}
.mainFooter .address-footer li > img{
    width: 24px;
    min-width: 24px;
}
.reset-last > *:last-child{
    margin-bottom: 0 !important;
}
.mainFooter .footer-container .footer-expand-collapsed{
    padding-top: 0;
}
.mainFooter .container-fluid{
    width: 100%;
    max-width: 1800px;
}
.footer-newsletter .wrapbox-newsletter .newsletter-title h3{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-right: 20px;
}
.footerNav-social li a{
    width: 44px;
    height: 44px;
}
.footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-input{
    border: none !important;
    
}
.footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-btn {
    font-family: var(--title-font), 'sans-serif';
    background: #000;
}
.footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-btn:before{
    display: none !important;
}
.footer-newsletter .wrapbox-newsletter .newsletter-content .newsletter-btn:hover{
    background-color: #333333CC;
    box-shadow: -5px -5px 10px 0px #FFFFFF, 5px 5px 10px 0px #AAAACC80;
}
.load-more-products .btn-styled,
.load-more-flash-sale .btn-styled{
    margin-top: 40px;
}
.mini-cart__remove{
    cursor: pointer;
}
.woocommerce-breadcrumb{
    display: none !important;
}
#detail-product h1{
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 24px;
    color: #000;
}
.product-reviews{
    margin-top: 80px;
}
#detail-product .price-wrapper{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
#detail-product .price-wrapper .price{
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
#detail-product .price-wrapper .price > span.amount,
#detail-product .price-wrapper .price > ins span.amount{
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #DC143C;
}
#detail-product .price-wrapper .price > ins{
    order: -1;
}
#detail-product .price-wrapper .price > del,
#detail-product .price-wrapper .price > del span.amount{
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #C2C3C6;
}
#detail-product .price-wrapper .price .sale-badge{
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #DC143C;
    border-radius: 5px;
    color: #FFF;
}
#detail-product .price-wrapper .price-details{
    margin-left: 16px;
    display: flex;
    position: relative;
}
#detail-product .price-wrapper .price-details svg{
    width: 20px;
    height: auto;
}
#detail-product .price-wrapper .price-details .price-details-content{
    position: absolute;
    left: 50%;
    top: 100%;
    padding: 20px;
    box-shadow: 0 0 2px #dedede;
    z-index: 9;
    transform: translateX(-50%);
    background-color: #fFF;
    width: 400px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.4s;
    max-width: 100vw;
    right: 0;
}
#detail-product .price-wrapper .price-details:hover .price-details-content{
    opacity: 1;
    pointer-events: unset;
    visibility: visible;
}
#detail-product .price-wrapper .price-details .price-details-content .price-row+.price-row{
    margin-top: 4px;
}
#detail-product .price-wrapper .price-details .price-details-content .price-row .flex-box{
    align-items: center;
    justify-content: space-between;
}
#detail-product .price-wrapper .price-details .price-details-content > .title{
    margin-bottom: 10px;
}
#detail-product .price-wrapper .price-details .price-details-content .row-note{
    font-size: 12px;
    color: #999;
}
#detail-product .price-wrapper .price-details .price-details-content .title{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
#detail-product .price-wrapper .price-details .price-details-content .price-group+.price-group{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #dedede;
}
#detail-product .price-wrapper .price-details .price-details-content .price-group .sale-price del{
    display: none !important;
}
#detail-product .price-wrapper .price-details .price-details-content .price-group .sale-price ins{
    text-decoration: unset;
}
#detail-product .price-wrapper .price-details .price-details-content .price-group.voucher-group {
    display: none;
}
#detail-product .price-wrapper .price-details .price-details-content .price-group.voucher-group:has(.price-row){
    display: block;
}
#detail-product .price-wrapper .price-details .price-details-content .price-group .sale-price,
#detail-product .price-wrapper .price-details .price-details-content .price-group .sale-price span.amount,
#detail-product .price-wrapper .price-details .price-details-content .price-group.voucher-group .price-num,
#detail-product .price-wrapper .price-details .price-details-content .price-group.total-group span.amount{
    color: #DC143C;
}
#detail-product .price-wrapper .price-details .price-details-content .price-group.total-group span.amount{
    font-size: 20px;
    line-height: 1.4;
}
#detail-product .variations .variation-selector{
    display: none !important;
}
#detail-product .variations .ux-swatch-selected-value{
    display: none !important;
}
#detail-product .variations td,
#detail-product .variations th{
    display: table-cell;
    padding-bottom: 16px;
}
#detail-product .variations th.label{
    width: 170px;
}
#detail-product .quantity-wrap .label,
#detail-product .variations th.label label,
#detail-product .price-wrapper .label{
    min-width: 170px;
    padding-right: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
#detail-product .reset_variations{
    display: none !important;
}
#detail-product .variations .ux-swatches{
    margin: 0;
}
#detail-product .variations .ux-swatches .ux-swatch{
    outline: none !important;
    box-shadow: unset !important;
    opacity: 1;
    overflow: hidden;
    transition: all 0.4s;
    border: 1px solid transparent;
    z-index: 4;
}
#detail-product .variations .ux-swatches.ux-swatches-attribute-ux_label .ux-swatch{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 10px;
    border-radius: 5px;
    background-color: #FFF;
    min-width: 68px;
    white-space: wrap;
}
#detail-product .variations .ux-swatches .ux-swatch:hover,
#detail-product .variations .ux-swatches .ux-swatch.selected{
    border-color: #C2C3C6;
}
#detail-product .woocommerce-variation-availability{
    display: none !important;
}
#detail-product .variations .ux-swatches.ux-swatches-attribute-ux_color .ux-swatch{
    border-radius: 50%;
    padding: 0;
    width: 34px;
    height: 34px;
}
#detail-product .product-metas-1{
    display: flex;
    margin-bottom: 24px;
}
#detail-product .product-metas-1 .item{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}
#detail-product .product-metas-1 .item.rating > a {
    display: flex;
    align-items: center;
    gap: 6px;
}
#detail-product .product-metas-1 .item strong{
    text-decoration: underline;
    font-weight: 700;
}
#detail-product .product-metas-1 .item.rating > a > span{
    text-decoration: underline;
    font-weight: 700;
    display: block;
    padding-top: 4px;
}
#detail-product .product-metas-1 .item.rating .stars{
    width: 96px;
    background-image: url('../images/star-empty.svg');
    height: 16px;
    position: relative;
    overflow: hidden;
}
#detail-product .product-metas-1 .item.rating .stars:before{
    width: var(--stars-width);
    max-width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    content: '';
    background-image: url('../images/star-fill.svg');
}
#detail-product .product-metas-1 .item+.item{
    padding-left: 20px;
}
#detail-product .product-metas-1 .item+.item:before{
    display: inline-block;
    content: '|';
    position: relative;
    margin-right: 20px;
    margin-top: -2px;
}
#detail-product .product-metas-2{
    color: #000;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
}
#detail-product .quantity-wrap{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
#detail-product .quantity-wrap .ux-quantity{
    border-radius: 5px;
    background-color: #FFF;
    display: flex;
}
#detail-product .quantity-wrap .ux-quantity .ux-quantity__button{
    border-radius: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    height: 40px;
    width: 30px;
    color: #000;
    font-size: 30px;
    font-weight: 300;
}
#detail-product .quantity-wrap .ux-quantity .qty{
    text-align: center;
    border: none !important;
    line-height: 1;
    width: 30px;
}
#detail-product .buttons-wrap{
    display: flex;
    gap: 10px;
}
#detail-product .buttons-wrap > button{
    border-radius: 10px;
    font-family: var(--title-font), 'sans-serif';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 18px 20px 12px;
}
#detail-product .buttons-wrap > button.disabled{
    opacity: 0.6;
    cursor: not-allowed;
}
#detail-product .buttons-wrap > button:before{
    display: none !important;
}
#detail-product .buttons-wrap > button.single_add_to_cart_button{
    color: #000;
    background-color: #F3F4F7;
    box-shadow: -1px -1px 2px 0px #FFFFFF, 1px 1px 2px 0px #AAAACC80;
}
#detail-product .buttons-wrap > button.single_add_to_cart_button:hover{
    box-shadow: -5px -5px 10px 0px #FFFFFF inset, 5px 5px 10px 0px #AAAACC80 inset, 2px 2px 4px 0px #AAAACC40 inset, -2px -2px 4px 0px #FFFFFF80 inset;
}
#detail-product .buttons-wrap > button.ux-buy-now-button{
    color: #FFF;
    order: -1;
    box-shadow: -1px -1px 2px 0px #FFFFFF, 1px 1px 2px 0px #AAAACC80;
}
#detail-product .buttons-wrap > button.ux-buy-now-button:hover{
    box-shadow: 10px 10px 20px 0px #DC143CBF inset, -10px -10px 20px 0px #39000B0D inset, -5px -5px 20px 0px #39000B1A inset, 5px 5px 10px 0px #750219 inset;
}
.mini-cart-coupons{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mini-cart-coupons a.woocommerce-remove-coupon{
    display: none !important;
}
.productDetail--navs .tab-title .nav-item{
    font-family: var(--title-font), 'sans-serif';
    font-weight: 400;
    font-size: 19px;
    color: #000 !important;
}
.productDetail--navs .tab-title .nav-item:before{
    background-color: #000 !important;
}
#productSlick-thumb .slick-list{
    margin: 0 -5px;
}
#productSlick-thumb .product-thumb{
    padding: 0 5px;
}
#productSlick-thumb .product-thumb .product-thumb__item{
    border-radius: 10px;
    overflow: hidden;
    margin: 0 !important;
}
.productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_thumb{
    padding: 30px 48px;
}
#productSlick-thumb .slick-custom-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    z-index: 9;
    border: none !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#productSlick-thumb .slick-custom-arrow.slick-prev{
    left: -42px;
}
#productSlick-thumb .slick-custom-arrow.slick-next{
    right: -42px;
}
.productDetail-information .productDetail--gallery .wrapbox-detail{
    padding: 0 0 20px;
    margin: 0;
}
.productDetail-information .product-toshare a{
    width: 44px;
    height: 44px;
}
.productDetail-information .product-toshare a svg{
    width: 100%;
    height: auto;
}
.productDetail-information .add-to-wishlist{
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 20px;
    border-left: 1px solid #C2C3C6;
    min-height: 36px;
    cursor: pointer;
}
.productDetail-information .add-to-wishlist > svg{
    transform: translateY(-4px);
}
.productDetail-information .add-to-wishlist.added > svg{
    fill: #F63939
}
.mainHeader .header-wrap-action .header-action .header-action-item.header-action_account .header-action_dropdown{
    width: 220px;
    min-width: 220px;
}
.mainHeader .header-wrap-action .header-action .header-action_account:hover .header-action_text .box-triangle{
    visibility: visible;
    opacity: 1;
}
.mainHeader .header-wrap-action .header-action .header-action_account:hover .header-action_dropdown{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
}
.mainHeader .header-wrap-action .header-action .header-action_account .header-action_dropdown ul > li > a{
    font-size: 18px;
    line-height: 24px;
    font-weight: 4400;
    display: block;
}
.mainHeader .header-wrap-action .header-action .header-action_account .header-action_dropdown ul > li+li > a{
    margin-top: 10px;
}
#login-form-popup{
    display: none !important;
}
.order-tracking{
    padding: 120px 0 80px;
}
.order-tracking .form-tracking{
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    box-shadow: -5px -5px 10px 0px #FFFFFF,  5px 5px 10px 0px #AAAACC80;
    padding: 40px 80px;
}
.order-tracking .form-tracking .woocommerce-error{
    margin-bottom: 30px;
    background-color: red;
    padding: 10px 20px;
    border-radius: 5px;
}
.order-tracking .form-tracking .woocommerce-error .message-container{
    padding: 0 !important;
    color: #FFF;
}
.order-tracking .form-tracking form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.order-tracking .form-tracking form .clear{
    display: none !important;
}
.order-tracking .form-tracking form > p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.order-tracking .form-tracking form .form-row{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
}
.order-tracking .form-tracking form .form-row input{
    width: 100%;
    padding: 10px 20px;
}
.order-tracking .form-tracking form .form-row.form-row-first,
.order-tracking .form-tracking form .form-row.form-row-last{
    width: 49%;
}
.order-tracking .form-tracking form .button{
    height: 50px;
    width: auto;
    margin-left: auto;
    display: block;
    margin-right: auto;
    min-width: 200px;
}
.product-item-rating{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}
.product-item-rating .rating{
    padding: 0 6px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    font-size: 11px;
    line-height: 1;
    background: #FFF7E4;
    border:1px solid #FFB820;
    border-radius: 2px;
    height: 17px;
}
.product-item-rating .monthly-total-sales{
    font-weight: 400;
    font-size: 12px;
    color: #2C2C2C;
}
#quick-view-modal .productDetail--content .productDetail--navs{
    display: none !important;
}
#quick-view-modal .productDetail--content .wrapbox-detail{
    background-color: transparent;
}
#quick-view-modal .productDetail_style__03 .productDetail--main{
    padding-bottom: 40px;
}
#quick-view-modal #detail-product .product-metas-2 .item{
    display: flex;
    flex-direction: column;
}
#quick-view-modal .modal-content{
    background-color: #F3F4F7;
    overflow: auto;
}
#quick-view-modal.loading .modal-content:after{
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    content: '';
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    aspect-ratio: 1;
    z-index: 50;
    border: 5px solid #d8d8d8;
    border-bottom-color: var(--main-cl);
    box-sizing: border-box;
    animation: rotation 0.6s linear infinite;
    margin: 100px 0;
}
.woocommerce-message{
    display: none !important;
}
a.added_to_cart.wc-forward{
    display: none !important;
}
.NK-product-item:hover{
    box-shadow: -10px -10px 20px 0px #FFFFFF, 10px 10px 20px 0px #AAAACC80, 5px 5px 10px 0px #AAAACC40, -5px -5px 10px 0px #FFFFFF80 !important;
}
.productDetail-recently-viewed .productViewed-title h2,
.productDetail-related .productRelated-title h2,
#tt-reviews .tt-reviews-title{
    color: #000;
    font-family: var(--title-font), 'sans-serif';
    font-weight: 400;
    font-size: 32px;
}
.productDetail_style__03 .productDetail--gallery .stickyProduct-gallery{
    border-radius: 20px;
    overflow: hidden;
    box-shadow: -1px -1px 2px 0px #FFFFFF, 1px 1px 2px 0px #AAAACC80;
}
.btn-loading *,
.btn-loading{
    position: relative;
    color: transparent !important;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.btn-loading:after{
    position: relative;
    height: 32px;
    width: 32px;
    left: calc(50% - 16px);
    top: calc(50% - 16px);
    aspect-ratio: 1;
    position: absolute;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 50;
    border: 3px solid #d8d8d8;
    border-bottom-color: var(--main-cl);
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.6s linear infinite;
}
#section-home-category .slider-category{
    padding: 0 90px;
}
.owlStyle .owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
}
.owl-nav button{
    transition: all 0.4s;
}
.owl-nav button:hover{
    background-color: #000 !important;
}
.owl-nav button:hover svg{
    filter: brightness(0) invert(1);
}
.owlStyle .owl-carousel .owl-nav button.owl-prev{
    left: 0;
}
.owlStyle .owl-carousel .owl-nav button.owl-next{
    right: 0;
}
.footer-commit .flex-box{
    width: 100%;
    background: radial-gradient(114.21% 247.3% at 50.58% 100%, #000000 30.98%, #202020 40.93%, #363636 47.58%, #CBCBCB 69.71%, #FFFFFF 100%);
    margin-bottom: 20px;
    padding: 68px 100px;
    border-radius: 30px;
    gap: 40px;
    box-shadow: -10px -10px 20px 0px #FFFFFF,10px 10px 20px 0px #AAAACC80,5px 5px 10px 0px #AAAACC40,-5px -5px 10px 0px #FFFFFF80;
}
.footer-commit .flex-box .icon img{
    width: 58px;
    height: 58px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
    border-radius: 50%;
}
.footer-commit .flex-box .title{
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    color: #FFF;
}
.footer-commit .flex-box .des{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFF;
}
.footer-commit .flex-box .commit-item{
    width: 100%;
}
.footer-commit .flex-box .commit-item img{
    transition: all 0.4s;
}
.resultsContent.loading{
    position: relative;
    padding: 50px 0;
}
.resultsContent.loading:before{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    content: '';
    left: calc(50% - 16px);
    top: calc(50% - 16px);
    aspect-ratio: 1;
    z-index: 50;
    border: 3px solid #d8d8d8;
    border-bottom-color: var(--main-cl);
    box-sizing: border-box;
    animation: rotation 0.6s linear infinite;
}
#main-menu{
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 9999;
    width: 100%;
    transform: translateX(-100%);
    transition: all 0.4s;
}
#main-menu:before{
    right: 0;
    top: 0;
    height: 100%;
    content: '';
    position: absolute;
    background-color: #000;
    opacity: 0.7;
    width: 0;
    transition: all 0.4s;
}
#main-menu.active{
    transform: translateX(0);
}
#main-menu.active:before{
    width: 100%;
}
#main-menu .sidebar-menu{
    height: 100%;
    width: 75%;
    background-color: #FFF;
    max-width: 400px;
    padding: 20px 30px;
    position: relative;
    z-index: 9;
}
#main-menu .sidebar-menu > ul{
    flex-direction: column;
}
#main-menu .sidebar-menu > ul > li{
    border-bottom: 1px solid #dedede;
}
#main-menu .sidebar-menu > ul > li > a{
    font-size: 16px;
    line-height: 1.4;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: initial;
}
#main-menu .sidebar-menu > ul > li > a > svg{
    width: 16px;
    height: 16px;
}
#main-menu .sidebar-menu > ul > li.active > a > svg{
    transform: rotate(180deg);
}
#main-menu .sidebar-menu > ul ul{
    padding-left: 20px;
    margin-bottom: 8px;
}
#main-menu .sidebar-menu > ul > li > ul > li > a{
    padding: 4px 0;
    display: block;
    font-size: 15px;
    line-height: 1.4;
}
.search-title{
    margin-bottom: 40px !important;
}
.footer-commit .flex-box .commit-item:hover .icon img{
    transform: rotateY(360deg);
}
button{
    outline: none !important;
}
.header-wrap .topbar-banner img{
    display: block;
    width: 100%;
    height: auto;
}
.wrapper-mainCollection .layered_filter_bottom{
    display: block;
    position: sticky;
    padding: 10px 12px;
    background-color: #FFF;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #dedede;
}
.wrapper-mainCollection .layered_filter_bottom button{
    width: 100%;
    border: none !important;
    outline: none !important;
    background-color: #000;
    color: #FFF;
    padding: 10px;
}
.description-productdetail [style*='font-family']{
    font-family: 'Josefin Sans', 'sans-serif' !important;
}
.item-home-banner-inner .media-home-banner{
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.item-home-banner-inner .media-home-banner:before{
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 3;
    transition: all 0.4s;
    pointer-events: none;
}
.item-home-banner-inner:hover .media-home-banner:before{
    opacity: 0.6;
}
.list-blogs-latest .item-article .post-image img{
    border-radius: 8px;
}
.product-commit{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
    padding-left: 15px;
    padding-right: 70px;
    margin-top: 20px;
}
.product-commit .item{
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.product-commit .item > img{
    height: 24px;
    width: auto;
}
.productDetail--navs.mg-top{
    margin-right: 15px;
    margin-left: 15px;
}
.tooltip{
    font-family: 'Josefin Sans', 'sans-serif';
}
.product-coupons{
    margin-top: 74px;
}
.product-coupons .title{
    margin-bottom: 20px;
}
.product-coupons .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.coupon-item{
    display: flex;
    align-items: center;
    background-image: url('../images/coupon-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    aspect-ratio: 324/128;
    width: 324px;
    height: auto;
}
.coupon-item .icon-wrap{
    padding: 10px
}
.coupon-item img{
    width: 72px;
    min-width: 72px;
    height: 72px;
}
.coupon-item .cont-wrap{
    padding: 12px;
    flex-grow: 1;
}
.coupon-item .cont-wrap .name{
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 2px;
    color: #DC143C;
}
.coupon-item .cont-wrap .min-amount{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 4px;
}
.coupon-item .cont-wrap .usage-bar-wrap{
    margin-bottom: 8px;
}
.coupon-item .cont-wrap .usage-bar-wrap .usage-text{
    font-weight: 400;
    font-size: 9px;
    line-height: 16px;
    color: #DC143C;
    margin-bottom: 2px;
}
.coupon-item .cont-wrap .usage-bar-wrap .usage-bar{
    width: 100%;
    height: 3px;
    background-color: #DC143C1A;
    border-radius: 5px;
    overflow: hidden;
}
.coupon-item .cont-wrap .usage-bar-wrap .usage-bar .used{
    background-color: #DC143C;
    height: 100%;
}
.coupon-item .cont-wrap .buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.coupon-item .cont-wrap .buttons .view-coupon-details{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-decoration: underline;
}
.coupon-item .cont-wrap .buttons .click-copy{
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    padding: 3px 16px;
    color: #FFF;
    border-radius: 50px;
    background-color: #DC143C;
    box-shadow: -1px -1px 2px 0px #FFFFFF, 1px 1px 2px 0px #AAAACC80;
    cursor: pointer;
}
.coupon-item .cont-wrap .buttons .click-copy:hover{
    box-shadow: -2px -2px 4px 0px #FF69861A inset, 2px 2px 5px 0px #7B0119 inset;
}
.quickviewOverlay{
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.4s;
    cursor: pointer;
}
.quickviewOverlay.active{
    opacity: 0.8;
    pointer-events: auto;
    visibility: visible;
}
.coupon-popup{
    position: fixed;
    width: 500px;
    max-width: calc(100vw - 30px);
    z-index: 999;
    background-color: #FFFF;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s;
}
.coupon-popup.active{
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
}
.coupon-popup .popup-heading{
    padding: 12px 20px;
    border-bottom: 1px solid #dedede;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 700;
}
.coupon-popup .popup-content{
    padding: 12px 20px;
}
.coupon-popup .popup-content .coupon-item{
    margin-left: auto;
    margin-right: auto;
}
.coupon-popup .popup-content .name{
    font-size: 18px;
    font-weight: 600;
}
.coupon-popup .popup-content > .content-row{
    border-bottom: 1px solid #dedede;
    padding: 12px 0;
}
.coupon-popup .popup-content > .content-row:last-child{
    border-bottom: none !important;
}
.coupon-popup .popup-content > .content-row.flex-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.coupon-popup .popup-content > .content-row .label{
    font-size: 17px;
    font-weight: 500;
}
.coupon-popup .popup-content > .content-row .cont{
    font-size: 15px;
    line-height: 1.5;
}
.coupon-popup .popup-content > .content-row .cont a{
    text-decoration: underline;
}
.coupon-popup .popup-content > .content-row .cont ul,
.coupon-popup .popup-content > .content-row .cont ol{
    list-style: initial;
    padding-left: 25px;
}
.coupon-popup .popup-footer{
    border-top: 1px solid #dedede;
    padding: 12px 20px;
    display: flex;
    gap: 12px;
}
.coupon-popup .popup-footer > button.close-popup{
    background-color: transparent;
    border: 1px solid #dedede;
}
.coupon-popup .popup-footer > button{
    border-radius: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    outline: none !important;
    font-size: 16px;
}
.coupon-popup .popup-footer > button.click-copy{
    background-color: #DC143C;
    color: #FFF;
    border: 1px solid #DC143C;
}
.coupon-popup.coupons-popup{
    width: 400px;
}
.click-copy{
    cursor: pointer;
}
.product-campaigns{
    margin-top: 50px;
}
.campaign-item{
    padding: 10px;
    border-radius: 10px;
    background-color: #FFF;
    width: calc(100% / 3 - 20px * 2 / 3);
    max-width: 100%;
}
.campaign-item .sub-title{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
}
.campaign-item .name{
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #DC143C;
    margin-bottom: 6px;
}
.campaign-item > .flex-box{
    margin-bottom: 10px;
}
.campaign-item > .flex-box .cont-wrap{
    flex-grow: 1;
}
.campaign-item > .flex-box .icon-wrap{
    width: 98px;
    min-width: 98px;
    height: auto;
}
.campaign-item > .flex-box .icon-wrap img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.campaign-item .campaign-actions > .flex-box{
    justify-content: space-between;
}
.campaign-item .campaign-actions .expired-date{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}
.campaign-item .campaign-actions .view-details{
    box-shadow: -1px -1px 2px 0px #FFFFFF, 1px 1px 2px 0px #AAAACC80;
    padding: 3px 30px;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    border-radius: 50px;
    background-color: #DC143C;
    color: #FFF;
    transition: all 0.4s;
    cursor: pointer;
}
.campaign-item .campaign-actions .view-details:hover{
    box-shadow: -2px -2px 4px 0px #FF69861A inset, 2px 2px 5px 0px #7B0119 inset;
}
.campaign-item .campaign-actions .text{
    min-width: max-content;
    font-weight: 400;
    font-size: 10px;
    line-height: 26px;
    text-align: right;
    color: #2C2C2C;
}
.product-campaigns .flex{
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.mainHeader .header-wrap-menu .menuList-main > li > a svg{
    margin-left: 4px;
    height: 15px;
    width: 15px;
}
.contact-form .button[type="submit"]:before{
    display: none !important;
}
.contact-form .button[type="submit"]{
    font-size: 14px;
    font-weight: 700;
    margin-left: 20px;
    white-space: nowrap;
    font-family: var(--title-font), 'sans-serif';
    background: #000;
    height: 40px;
    padding: 9px 35px;
    border-radius: 20px;
}
.contact-form .button[type="submit"]:hover{
    background-color: #333333CC;
    box-shadow: -5px -5px 10px 0px #FFFFFF, 5px 5px 10px 0px #AAAACC80;
}
.box-map-contact,
.box-info-contact, .box-send-contact{
    border-radius: 10px;
}
.single-product-coupon{
    padding: 20px 10px;
    border-radius: 10px;
    background: linear-gradient(79.82deg, #DC143C 63.3%, #F77690 91.41%);
    box-shadow: -1px -1px 2px 0px #FFFFFF, 1px 1px 2px 0px #AAAACC80;
    margin-bottom: 20px;
}
.single-product-coupon > .title{
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 19px;
}
.single-product-coupon > .product-coupon-group{
    padding: 14px 20px;
    border-radius: 10px;
    background: #F3F4F7;
}
.single-product-coupon > .product-coupon-group > .flex-box{
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.single-product-coupon > .product-coupon-group > .flex-box .view-all-coupons{
    text-decoration: underline;
    cursor: pointer;
}
.single-product-coupon > .product-coupon-group > .coupons{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.single-product-coupon > .product-coupon-group > .coupons .coupon{
    cursor: pointer;
    transition: all 0.4s;
}
.single-product-coupon > .product-coupon-group > .coupons .coupon.selected{
    opacity: 0.5;
}
.single-product-coupon > .product-coupon-group > .coupons .coupon img{
    height: 64px;
    width: auto;
    display: block;
}
.productDetail-information .close-modal{
    display: flex;
    right: 16px;
    top: 16px;
    position: absolute;
    cursor: pointer;
}
.NK-my-account{
    flex-wrap: wrap;
}
.NK-my-account .NK-my-account-heading{
    width: 100%;
    background-color: #fff;
    display: flex;
    padding: 24px 48px;
    gap: 64px;
    margin: 0 10px 64px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.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: 20px;
    line-height: 1.4;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
}
.NK-my-account .NK-my-account-heading .NK-my-account-information{
    gap: 16px;
}
.NK-my-account .NK-my-account-heading .NK-my-account-information .NK-my-account-avatar img{
    width: 100px;
    height: 100px;
    -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: 32px;
    width: auto;
}
.NK-my-account .NK-my-account-heading .user-points .point-to-next-level{
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 54px;
}
.NK-my-account .NK-my-account-heading .user-points .point-note{
    font-size: 12px;
    color: #666;
    font-weight: 300;
}
.point-progress-bar{
    display: flex;
    border-top: 4px solid #d9d9d9;
    margin-bottom: 12px;
    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: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #FFF;
    background-color: var(--main-cl);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 10px;
}
.point-progress-bar .current-point .point-text:before{
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-top-color: var(--main-cl);
}
.point-progress-bar > .level{
    width: 100%;
    padding-top: 8px;
    position: relative;
}
.point-progress-bar > .level:before{
    position: absolute;
    content: '';
    left: 0;
    top: -2px;
    transform: translateY(-50%);
    height: 14px;
    width: 14px;
    -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: 18px;
    width: auto;
}
#table-content-container{
    display: none !important;
}
.proloop-actions .actions-primary{
    display: flex;
    justify-content: flex-end;
}
.wrapbox-detail .woocommerce-reward-points-text-container{
    display: none !important;
}
.variation-stock-quantity{
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.variation-stock-quantity p{
    margin-bottom: 0;
}
.nk-checkout-page .login-to-buy .login-to-buy-button,
.woocommerce-checkout .nk-checkout-page .checkout_coupon button,
.swal2-container .swal2-actions button.swal2-styled.swal2-cancel{
    position: relative;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    background-color: transparent !important;
    border: 0;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none !important;
    border-radius: 10px;
    font-family: var(--title-font), 'sans-serif';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px;
    color: #333;
    box-shadow: -1px -1px 2px 0px #FFFFFF, 1px 1px 2px 0px #AAAACC80;
}
.nk-checkout-page .checkout_coupon{
    overflow: unset !important;
}
.nk-checkout-page .return-to-shop .button:before,
.woocommerce-checkout .nk-checkout-page .checkout_coupon button:before,
.woocommerce-checkout .nk-checkout-page button#place_order:before{
    display: none !important;
}
.nk-checkout-page .return-to-shop .button,
.fancybox-inner .fancybox-stage #review_form_wrapper #review_form #commentform > div input[type='submit'],
.woocommerce-checkout .nk-checkout-page button#place_order,
.swal2-container .swal2-actions button.swal2-styled.swal2-confirm{
    position: relative;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    background-color: var(--shop-color-hover);
    border: 0;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none !important;
    border-radius: 10px;
    font-family: var(--title-font), 'sans-serif';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px;
    color: #FFF;
    box-shadow: -1px -1px 2px 0px #FFFFFF, 1px 1px 2px 0px #AAAACC80 !important;
}
.woocommerce-checkout .nk-checkout-page .checkout_coupon button{
    margin-left: 10px !important;
}
.nk-checkout-page .login-to-buy .login-to-buy-button:hover,
.woocommerce-checkout .nk-checkout-page .checkout_coupon button:hover,
.swal2-container .swal2-actions button.swal2-styled.swal2-cancel:hover{
    box-shadow: -5px -5px 10px 0px #FFFFFF inset, 5px 5px 10px 0px #AAAACC80 inset, 2px 2px 4px 0px #AAAACC40 inset, -2px -2px 4px 0px #FFFFFF80 inset;
}
.nk-checkout-page .return-to-shop .button:hover,
.fancybox-inner .fancybox-stage #review_form_wrapper #review_form #commentform > div input[type='submit']:hover,
.woocommerce-checkout .nk-checkout-page button#place_order:hover,
.swal2-container .swal2-actions button.swal2-styled.swal2-confirm:hover{
    box-shadow: 10px 10px 20px 0px #DC143CBF inset, -10px -10px 20px 0px #39000B0D inset, -5px -5px 20px 0px #39000B1A inset, 5px 5px 10px 0px #750219 inset !important;
}
.wc-empty-cart-message{
    margin-top: 50px;
}
#tt-reviews .tt-review-item .review-item-content .review-item-author-wrap .star-rating{
    font-size: 0;
}
.nk-checkout-page .woocommerce-reward-points-text-checkout{
    padding: 24px 134px;
    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: 10px;
}
.nk-checkout-page .woocommerce-reward-points-level-container{
    padding: 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFF;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #333;
    width: 240px;
    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 24px;
    font-size: 18px;
}
.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: 18px;
    line-height: 30px;
    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: 16px;
}
.nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-earning-text-container > span > span > ul > li > i{
    font-size: 14px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    color: var(--main-cl);
    background-color: #FFF;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 8px;
}
.nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-redemption-form-container > span.woocommerce-reward-points-redemption-text{
    font-size: 18px;
    line-height: 30px;
    color: #FFF;
    margin-bottom: 8px;
}
.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: 18px;
    line-height: 30px;
}
.nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-redemption-form-container .woocommerce-reward-points-redemption-text-below{
    font-size: 15px;
    line-height: 30px;
    margin-top: 8px;
    font-weight: 400;
}
.nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-redemption-form-container .woocommerce-reward-points-redemption-text0pxove-points{
    background: white;
    color: var(--main-cl);
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
}
.nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-redemption-form-container .woocommerce-reward-points-redemption-form-inputs{
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #FFF;
    margin: 0;
    padding: 6px 8px 6px 28px;
    display: flex;
    justify-content: space-between;
}
.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: 18px;
    line-height: 30px;
    color: #333 !important;
}
.nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-redemption-form-container .woocommerce-reward-points-redemption-form-inputs input::placeholder{
    opacity: 1;
    color: #999
}
.nk-checkout-page .woocommerce-reward-points-text-checkout .woocommerce-reward-points-redemption-form-container .woocommerce-reward-points-redemption-form-inputs a.btn{
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    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: 24px;
    background-color: var(--main-cl) !important;
    display: flex;
    align-items: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
}
.nk-checkout-page .woocommerce-reward-points-text-thank-you .woocommerce-reward-points-earning-text-container{
    padding-left: 32px;
    font-size: 16px;
    line-height: 24px;
}
.nk-checkout-page .woocommerce-reward-points-text-thank-you .woocommerce-reward-points-earning-text-container a.btn-primary{
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #FFF !important;
    background-color: var(--main-cl) !important;
    border: none !important;
    display: none !important;
    margin-top: 10px;
}
.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: 18px;
    line-height: 26px;
}
.nk-checkout-page .woocommerce-reward-points-text-thank-you .woocommerce-reward-points-earning-text-container span{
    display: block;
    font-size: 16px;
    line-height: 24px;
}
.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;
}
.woocommerce-checkout .wrapperMain_content .nk-checkout-page .woocommerce{
    width: 100%;
    padding: 0;
}
.woocommerce-checkout .wrapperMain_content .nk-checkout-page .woocommerce form.woocommerce-checkout{
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-top: 40px;
}
.nk-checkout-page .woocommerce-order{
    width: 1440px !important;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}
.nk-checkout-page .woocommerce-reward-points-earning-text-container .more-text{
    margin-top: 10px;
    margin-bottom: 4px;
}
.checkout-box.coupon-box .checkout-styled-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkout-box.coupon-box .checkout-styled-title > .view-all-coupons{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
}
.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__title .mnc-variant{
    width: 100%;
}
.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right .mini-cart__title .mnc-variant select{
    width: 100%;
    padding: 4px;
}
.sitenav-cart .sitenav-inner.loading{
    pointer-events: none !important;
}
.sitenav-cart .sitenav-inner > div{
    transition: all 0.4s;
}
.sitenav-cart .sitenav-inner.loading:before{
    height: 60px;
    width: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    aspect-ratio: 1;
    position: absolute;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 50;
    border: 4px solid #000000;
    border-bottom-color: #FFF;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.6s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.sitenav-cart .sitenav-inner.loading > div{
    filter: blur(5px);
}
@media only screen and (min-width: 1200px) and (max-width: 1600px){
    .mainHeader .header-wrap-menu .menuList-main > li{
        min-width: unset;
        margin: 0 8px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px){
    .mainFooter .footer-container .container-fluid > .row{
        padding: 30px 50px 56px;
    }
    .mainFooter .footer-newsletter .container-fluid .wrapbox-newsletter{
        padding-left: 65px;
        padding-right: 65px;
    }
    .footer-commit .flex-box{
        padding: 40px 60px;
    }
}
@media only screen and (min-width: 1200px){
    .product-description{
        font-size: 16px;
        line-height: 1.5;
    }
    .inforArticle-content .article-content .box-article-detail{
        font-size: 18px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 1199px){
    :root{
        --container-w: 59.375rem;
    }
    .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);
    }
    #detail-product .variations th.label{
        width: 120px;
    }
    #detail-product .quantity-wrap .label, #detail-product .variations th.label label, #detail-product .price-wrapper .label{
        min-width: 120px;
    }
    #detail-product .product-metas-2{
        font-size: 12px;
    }
    #detail-product h1{
        font-size: 28px;
        line-height: 1.3;
    }
    #detail-product .variations .ux-swatches.ux-swatches-attribute-ux_label .ux-swatch{
        min-width: 54px;
    }
    .mainHeader .header-wrap-menu .menuList-main > li{
        min-width: unset !important;
    }
    .mainHeader .header-wrap-menu .menuList-main > li > a{
        min-width: unset;
        margin: 0;
    }
    .productDetail-information .add-to-wishlist{
        padding-left: 12px;
    }
    .productDetail-information .product-toshare{
        padding-right: 0;
    }
    .mainFooter .footer-newsletter .container-fluid .wrapbox-newsletter,
    .mainFooter .footer-container .container-fluid > .row{
        padding: 20px;
    }
    .mainFooter{
        padding-bottom: 20px;
    }
    .col-3.tablet-col-6{
        width: 50%;
        max-width: 50%;
    }
    .footer-commit .flex-box{
        padding: 40px 20px;
        gap: 32px;
    }
    .footer-commit .flex-box .title{
        font-size: 17px;
    }
    .hSticky-up .header-wrap-action{
        display: none;
    }
    .campaign-item{
        width: calc(50% - 10px);
    }
    #main-menu .sidebar-menu > ul > li button{
        display: none !important;
    }
}
@media only screen and (max-width: 991px){
    .hSticky-up .header-wrap-action{
        display: flex;
    }
    :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-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;
    }
    .load_home_page svg {
        width: 320px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .productDetail-information{
        padding-top: 32px;
    }
    .footer-newsletter .wrapbox-newsletter .newsletter-title h3{
        margin-right: 0;
    }
    body.single-product .mainFooter.has-toolbar{
        padding-bottom: 24px;
    }
    .mainHeader .flex-container-header > .header-wrap-iconav .header-action{
        justify-content: flex-start;
    }
    .mainHeader .flex-container-header > .header-wrap-iconav{
        width: 94px;
    }
    .order-tracking .form-tracking{
        padding: 20px 30px;
    }
    .footer-commit .flex-box{
        flex-wrap: wrap;
        gap: 40px 30px
    }
    .footer-commit .flex-box .commit-item{
        width: calc(50% - 15px);
    }
    .modal-product-quickview .modal-dialog-centered .productDetail-information{
        padding: 0 !important;
    }
    .modal-product-quickview .modal-dialog-centered{
        bottom: 50px;
        max-height: calc(100% - 100px);
    }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_account .header-action_dropdown{
        top: 100%;
        left: unset;
        right: 0;
        width: auto;
        height: auto;
    }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_account .header-action_dropdown .header-dropdown_content{
        padding-bottom: 15px;
    }
    .mainHeader .header-wrap-action .header-action .header-action_account .header-action_dropdown ul > li > a{
        font-size: 15px;
        line-height: 18px;
    }
}
@media only screen and (max-width: 767px){
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-right: 10px;
        padding-left: 10px;
    }

    .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-col{
        flex-direction: column;
    }
    .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: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .show-mobile{
        display: block !important;
    }
    .mobile-text-center{
        text-align: center;
    }
    .load_home_page svg {
        width: 240px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem 1rem
    }
    .search-page{
        padding: 3rem 0;
    }
    .search-page h1{
        margin-bottom: 2rem;
    }
    .search-tabs .search-tabs-title .search-tab-title{
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }
    .section-about02-ecosystem .box-media{
        margin: 15px 0;
    }
    #detail-product h1{
        font-size: 22px;
        margin-top: 30px;
    }
    #detail-product .product-metas-1 .item+.item{
        padding-left: 12px;
    }
    #detail-product .product-metas-1 .item+.item:before{
        margin-right: 12px;
    }
    #detail-product .product-metas-2{
        gap: 24px;
    }
    #detail-product .product-metas-2 .item{
        display: flex;
        flex-direction: column;
    }
    #detail-product .quantity-wrap .label, #detail-product .variations th.label label, #detail-product .price-wrapper .label{
        font-size: 14px;
    }
    #detail-product .variations th.label{
        width: 100px;
    }
    #detail-product .quantity-wrap .label, #detail-product .variations th.label label, #detail-product .price-wrapper .label{
        min-width: 100px;
    }
    #detail-product .variations .ux-swatches.ux-swatches-attribute-ux_label .ux-swatch{
        min-width: 46px;
        padding: 6px;
        white-space: wrap;
    }
    #detail-product .buttons-wrap{
        flex-wrap: wrap;
    }
    .mainFooter .footer-copyright p{
        font-size: 12px;
    }
    .mainFooter .footer-newsletter .container-fluid .wrapbox-newsletter, .mainFooter .footer-container .container-fluid > .row{
        padding: 20px 10px;
    }
    .mainFooter .footer-container{
        margin-top: 20px;
    }
    #section-home-blog .owl-carousel .owl-stage-outer{
        margin: 0 -10px;
        padding: 10px;
    }
    .post-item{
        padding: 0;
    }
    .post-item .info-article .title-article h4 a{
        font-size: 15px;
        line-height: 1.6;
    }
    .mainHeader .header-wrap-action .header-action .header-action-item{
        margin-left: 5px;
    }
    .mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu{
        margin-right: 5px;
        padding: 0;
    }
    .mainHeader .flex-container-header > .header-wrap-iconav{
        width: 76px;
    }
    .order-tracking .form-tracking form .form-row.form-row-first, .order-tracking .form-tracking form .form-row.form-row-last{
        width: 100%;
    }
    .order-tracking .form-tracking{
        padding: 20px;
    }
    .order-tracking{
        padding: 40px 0;
    }
    .footer-commit .flex-box{
        padding: 20px;
        gap: 20px 16px;
        border-radius: 20px;
    }
    .footer-commit .flex-box .commit-item{
        width: 100%
    }
    .footer-commit .flex-box .title{
        /*font-size: 3vw;*/
    }
    .footer-commit .flex-box .des{
        font-size: 14px;
        line-height: 1.4;
    }
    .row.listProduct-row,
    .row.list-collection{
        padding-left: 12px;
        padding-right: 12px;
    }
    #detail-product .product-metas-1 .item.rating .stars{
        width: 80px;
        height: auto;
        aspect-ratio: 96/16;
    }
    #detail-product .product-metas-1 .item{
        font-size: 13px;
    }
    .productDetail-recently-viewed .productViewed-title h2, .productDetail-related .productRelated-title h2, #tt-reviews .tt-reviews-title,
    #tt-reviews .tt-reviews-title{
        font-size: 22px !important;
    }
    .productRelated-content,
    .productViewed-content{
        padding-left: 12px;
    }
    .reviews-button-wrap{
        margin-top: 20px;
    }
    #review_form_wrapper #review_form #commentform > div input{
        padding: 0 !important;
    }
    #section-home-category .slider-category{
        padding: 0;
    }
    #section-home-category .owl-nav{
        display: none !important;
    }
    .coupon-item img{
        width: 64px;
        height: 64px;
        min-width: 64px;
    }
    .product-commit{
        grid-template-columns: 1fr 1fr;
        padding-right: 15px;
    }
    .campaign-item{
        width: 100%;
    }
    .swal2-container .swal2-title{
        font-size: 22px !important;
    }
    .swal2-container .swal2-actions button.swal2-styled{
        font-size: 14px !important;
        min-width: 120px;
        line-height: 20px !important;
    }
    .nk-checkout-page .woocommerce-reward-points-text-thank-you{
        flex-wrap: wrap;
    }
    .nk-checkout-page .woocommerce-reward-points-text-thank-you .woocommerce-reward-points-earning-text-container{
        padding-left: 0;
        padding-top: 2rem;
        font-size: 14px;
        line-height: 1.6;
    }
    .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-size: 16px;
        line-height: 1.4;
    }
    #detail-product .price-wrapper .price-details .price-details-content{
        width: 300px;
        display: none !important;
    }
}