:root{
    --main-cl: var(--fs-color-primary);
    --sub-cl: var(--fs-color-secondary);
    --container-w: 75rem;
}
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);
}
input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: unset !important;
    outline: none !important;
    font-family: 'Be Vietnam Pro', sans-serif;
}
body{
    font-family: 'Be Vietnam Pro', sans-serif;
    background-color: #fff;
    letter-spacing: -0.02em;
}
.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: 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;
    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);
}
.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% !important;
}
.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-10{
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
}
.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;
}
.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;
}
.breadcrumbs ol{
    display: block;
    width: var(--container-w);
    list-style: none;
    margin: 0 auto;
    padding: 0;
    font-weight: 400;
    font-size: 0.677rem;
    line-height: 1.4;
    color: #A6A6A6;
    padding-top: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.breadcrumbs ol > li{
    padding: 0;
    margin: 0;
    display: inline;
}
.breadcrumbs ol > li,
.breadcrumbs ol > li span,
.breadcrumbs ol > li a{
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
.breadcrumbs ol > li+li{
    margin-left: 0.26rem;
}
.breadcrumbs ol > li+li:before{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNSA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC45OTkzNDggN0wzLjY2NjAyIDMuOEwwLjk5OTM0OCAwLjU5OTk5OSIgc3Ryb2tlPSIjQTZBNkE2Ii8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: cover;
    width: 0.26rem;
    height: 0.417rem;
    position: relative;
    display: inline-block;
    margin-right: 0.26rem;
    content: '';
}
.breadcrumbs ol > li:last-of-type{
    color: var(--main-cl);
}
.policy-page{
    padding: 2.5rem 0 16.5625rem;
}
.policy-page .col-3{
    padding-right: 2.865rem;
}
.policy-page .col-9{
    padding-left: 0.521rem;
}
.policy-page .post-title{
    margin-bottom: 2.604rem;
}
.post-content{
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 1.354rem;
}
.post-content strong,
.post-content b,
.post-content strong *,
.post-content b *{
    font-weight: 700;
}
.post-content ol,
.post-content ul{
    margin-left: 1.302rem;
}
.post-content a{
    text-decoration: underline;
}
.sec-title-30{
    font-weight: 800;
    font-size: 1.5625rem;
    line-height: 2.34375rem;
}
.sidebar-item .box-title{
    padding: 0.521rem 0;
    font-weight: 800;
    font-size: 0.78125rem;
    line-height: 1.042rem;
    border-bottom: 1px solid #000;
    margin-bottom: 0.521rem;
    cursor: pointer;
}
.sidebar-item .box-title svg{
    width: 0.78125rem;
    height: auto;
}
.sidebar-item .box-content ul > li{
    margin: 0;
}
.sidebar-item .box-content ul > li > a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.833rem;
    font-size: 0.729rem;
    line-height: 1.042rem;
    padding: 10px 0;
    transition: all 0.4s;
    color: var(--main-cl);
}
.sidebar-item .box-content ul > li.current-menu-item > a,
.sidebar-item .box-content ul > li:hover > a{
    font-weight: 700;
}
.sidebar-item+.sidebar-item{
    margin-top: 4.167rem;
}
.box-sticky{
    position: sticky;
    top: 7.8125rem;
}
.post-details{
    padding: 2.5rem 0 4.167rem;
}
.post-details .post-title{
    font-weight: 800;
    font-size: 2.083rem;
    line-height: 2.604rem;
    margin-bottom: 0.9375rem;
}
.post-details .post-nav .date{
    color: #5D5D5D
}
.post-details .post-nav{
    padding-bottom: 1.042rem;
    border-bottom: 1px solid var(--main-cl);
    margin-bottom: 1.5625rem;
}
.post-details .post-nav .right-col .flex-box{
    gap: 0.46875rem;
}
.post-details .post-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 0.417rem;
    margin-top: 1.5625rem;
}
.post-details .post-tags > a{
    transition: all 0.4s;
    border-radius: 0.15625rem;
    padding: 0.208rem 0.625rem;
    font-size: 0.729rem;
    line-height: 1.042rem;
    font-weight: 400;
    border: 1px solid var(--main-cl);
    color: var(--main-cl);
}
.reset-last > *:last-child{
    margin-bottom: 0 !important;
}
.post-details .col-3{
    padding-right: 2.865rem;
}
.related-posts .related-post{
    margin-top: 1.25rem;
}
.related-posts .related-post .img-wrap{
    aspect-ratio: 96/80;
    border-radius: 5px;
    width: 5rem;
    min-width: 5rem;
    margin-right: 0.833rem;
}
.related-posts .btn{
    margin-top: 1.25rem;
}
.btn{
    cursor: pointer;
    height: auto;
    padding: 0.625rem 3.125rem;
    min-height: unset;
    border-radius: 0.26rem;
    border: 1px solid #000000;
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.833rem;
    line-height: 1.25rem;
    transition: all 0.4s;
}
.btn.btn-secondary{
    color: var(--main-cl);
    background-color: transparent;
}
.btn.btn-white{
    color: #FFF;
    border-color: #FFF;
    background-color: transparent;
}
.btn.btn-primary{
    color: #FFF;
    background-color: var(--main-cl);
}
.btn.btn-has-icon{
    gap: 0.833rem;
}
.btn.btn-has-icon span.icon{
    display: flex;
}
.btn.btn-has-icon span.icon svg{
    width: 1.25rem;
    height: 1.25rem;
}
.post-details .suggest-posts{
    margin-top: 7.292rem;
}
.post-details .suggest-posts > .flex-box{
    margin-bottom: 1.5625rem;
}
.post-details .suggest-posts .arrows{
    gap: 1.25rem;
}
.arrows .arrow{
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid var(--main-cl);
    transition: all 0.4s;
    cursor: pointer;
}
.post-details .suggest-posts .swiper{
    margin: 0 -0.521rem;
}
.post-details .suggest-posts .post-item{
    padding: 0 0.521rem;
}
.post-details .suggest-posts .post-item .img-wrap{
    margin-bottom: 0.521rem;
}
.post-item .img-wrap{
    border-radius: 0.521rem;
}
.post-item .post-author{
    margin-bottom: 0.521rem;
}
.post-item h3{
    margin-bottom: 0.9375rem;
}
.post-item .post-badge{
    display: flex;
    flex-wrap: wrap;
    gap: 0.417rem;
    margin-top: 0.833rem;
}
.post-item .post-badge .badge-item{
    background-color: #E3E3E3;
    color: #575757;
    padding: 0.417rem 1.042rem;
    border-radius: 0.26rem;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 0.833rem;
}
.banner-sec h1{
    margin-bottom: 0.208rem;
}
.banner-sec .breadcrumbs ol > li+li:before{
    filter: brightness(0) invert(1);
    opacity: 0.6;
}
.banner-sec .breadcrumbs ol li{
    color: #A6A6A6;
}
.banner-sec .breadcrumbs ol{
    padding: 0;
}
.banner-sec .breadcrumbs{
    text-align: center;
}
section.posts-category{
    padding: 2.083rem 0 4.167rem;
}
section.posts-category .NK-load-more-btn{
    margin-top: 3.646rem;
}
section.posts-category #post-grid{
    grid-gap: 1.5625rem 5.729rem
}
.post-horizontal .post-item{
    display: flex;
    gap: 1.25rem;
}
.post-horizontal .post-item .post-author{
    margin-bottom: 0.26rem;
}
.post-horizontal .post-item > .img-wrap{
    width: calc(50% - 0.625rem);
    flex: 0 0 calc(50% - 0.625rem);
}
.NK-load-more-btn{
    padding: 0.885rem 3.125rem;
}
.nav-tabs{
    border: 1px solid #F5F5F5;
    border-right: none;
    border-left: none;
}
.nav-tabs ul{
    margin: 0;
    overflow: auto;
}
.nav-tabs ul > li{
    margin: 0;
    flex: 0 0 auto;
}
.nav-tabs ul > li > a{
    font-weight: 600;
    font-size: 0.78125rem;
    line-height: 1.042rem;
    color: var(--main-cl);
    padding: 1.042rem 2.292rem;
    display: block;
    transition: all 0.4s;
}
.featured-posts .grid-box{
    grid-gap: 1.042rem 5.46875rem;
}
.featured-posts .grid-box .post-item h3{
    -webkit-line-clamp: 1;
}
.featured-posts .grid-box .post-item:nth-of-type(1){
    grid-row: 1/4;
}
.featured-posts .grid-box .post-item:nth-of-type(1) .img-wrap{
    margin-bottom: 1.042rem;
}
.featured-posts .grid-box .post-item:not(:nth-of-type(1)){
    display: flex;
    gap: 1.25rem
}
.featured-posts .grid-box .post-item:not(:nth-of-type(1)) .img-wrap{
    width: 15.625rem;
    flex: 0 0 15.625rem;
}
.featured-posts .grid-box .post-item:not(:nth-of-type(1)) .excerpt{
    -webkit-line-clamp: 2;
}
.featured-posts .grid-box .post-item:not(:nth-of-type(1)) h3{
    font-size: 0.833rem;
    line-height: 1.09375rem;
    margin-bottom: 0.521rem;
}
.posts-page {
    padding-bottom: 2.604rem;
}
.posts-page > section.posts-sec:nth-of-type(odd){
    background-color: #F5F5F5;
}
section.posts-sec{
    padding: 2.604rem 0;
}
section.posts-by-term .grid-2{
    grid-gap: 2.604rem 5.46875rem;
}
section.posts-by-term .grid-2 .post-item+.post-item{
    margin-top: 1.5625rem;
}
section.posts-by-term .title-group{
    margin-bottom: 1.667rem;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #E7E7E7;
}
.arrow-btn{
    gap: 0.625rem;
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 1.042rem;
    color: var(--main-cl);
    width: max-content;
    max-width: 100%;
    flex: 0 0 auto;
}
.arrow-btn > svg{
    width: 0.417rem;
    min-width: 0.417rem;
    height: auto;
}
section.posts-by-term .grid-3{
    grid-gap: 2.604rem 1.667rem
}
section.posts-by-term .grid-3 .posts-wrap{
    margin-bottom: 2.083rem;
}
section.posts-by-term .grid-3 .item.relative{
    padding: 0.833rem 0 0.833rem 1.875rem;
}
section.posts-by-term .grid-3 .item.relative+.item.relative{
    border-top: 1px solid #E7E7E7;
}
section.posts-by-term .grid-3 .item.relative:before{
    top: 50%;
    left: 0;
    position: absolute;
    content: '';
    width: 0.625rem;
    height: 0.625rem;
    background-color: var(--main-cl);
    z-index: 2;
    transform: translateY(-50%);
}
section.posts-by-term .grid-3 .item-within-img .cont-wrap{
    bottom: 0;
    position: absolute;
    left: 0;
    padding: 1.458rem 1.667rem;
    width: 100%;
    z-index: 5;
}
section.posts-by-term .grid-3 .item-within-img .img-wrap{
    border-radius: 0.521rem;
}
section.posts-by-term .grid-3 .item-within-img .img-wrap:before{
    left: 0;
    top: 0;
    z-index: 2;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.23%, #000000 100%);
}
section.posts-by-term .grid-3 .item-within-img .cont-wrap h3{
    font-weight: 600;
    font-size: 1.667rem;
    line-height: 1.979rem;
}
.sec-title-40{
    font-weight: 800;
    font-size: 2.083rem;
    line-height: 1.4;
}
.sec-title-50{
    font-weight: 800;
    font-size: 2.604rem;
    line-height: 1.4;
}
.contact-sec{
    padding: 2.604rem 0 5.208rem;
    border-top: 1px solid #E8E8E8;
}
.contact-sec .sec-title-2{
    margin-bottom: 1.042rem;
}
.form-wrap .form-group{
    width: 100%;
    position: relative;
}
.form-wrap .form-group:not(:last-child){
    margin-bottom: 0.833rem;
}
.default-page form.track_order label,
.form-wrap .form-group label{
    font-weight: 600;
    font-size: 0.729rem;
    line-height: 1.042rem;
    margin-bottom: 0.521rem;
    display: block;
}
.form-wrap .form-group.group-half{
    width: calc(50% - 0.625rem);
}
.hidden-input{
    display: none !important;
}
.default-page form.track_order .input-text,
.form-wrap .form-group .form-input,
.form-wrap .form-group .select-styled{
    border: 1px solid #A6A6A6;
    height: 2.604rem;
    border-radius: 0.521rem;
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 0.9375rem;
    padding: 0.833rem 1.042rem;
    margin: 0;
    transition: all 0.4s;
}
.form-wrap .form-group .select-styled{
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 1.042rem;
    align-items: center;
}
.form-wrap .form-group .select-styled:after{
    content: '';
    position: relative;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEzIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNi40IDUuNUwxMS44IDEiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: cover;
    width: 0.677rem;
    height: 0.365rem;
}
.form-wrap .form-group .select-styled > span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.form-wrap .form-group textarea.form-input{
    height: 12.5rem;
}
.form-wrap .form-group.form-submit{
    width: max-content;
    margin-top: 1.25rem;
}
.form-wrap .form-group.form-submit input[type='submit']{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    margin: 0;
}
.form-wrap .form-group .wpcf7-not-valid-tip{
    width: 100%;
    opacity: 1;
}
.select{
    position: relative;
}
.select-options{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-radius: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #FFF;
    z-index: 99;
    display: none;
    border: 1px solid #A6A6A6;
    overflow: hidden;
}
.select-options > li{
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 0.9375rem;
    padding: 0.625rem 1.042rem;
    margin: 0;
    transition: all 0.4s;
    cursor: pointer;
}
.select-options > li:hover,
.select-options > li.active{
    background-color: var(--main-cl);
    color: #FFF
}
.select-options > li+li{
    border-top: 1px solid #A6A6A6;
}
.contact-sec .col-left .company-des strong{
    font-size: 0.78125rem;
}
.contact-sec .col-left .company-des{
    font-weight: 400;
    font-size: 0.677rem;
    line-height: 1.302rem;
}
.contact-sec .col-left .group{
    padding-top: 1.5625rem;
    margin-top: 1.5625rem;
    border-top: 1px solid #DCDCDC;
}
.contact-sec .col-left .group > .title{
    font-weight: 700;
    font-size: 0.729rem;
    margin-bottom: 0.78125rem;
}
.contact-sec .col-left .group > .contact-item+.flex-box{
    margin-top: 1.302rem;
}
.contact-sec .col-left .group > .flex-box:not(.contact-item){
    gap: 2.5rem;
}
.contact-sec .col-left .group svg{
    height: 0.833rem;
    width: 0.833rem;
    min-width: 0.833rem;
    transform: translateY(0.15625rem);
}
.contact-sec .col-left .group .cont{
    font-weight: 400;
    font-size: 0.677rem;
    padding-left: 0.521rem;
}
.contact-sec .col-left .group .cont a{
    color: var(--main-cl)
}
.contact-sec .col-left .group .cont a:hover{
    text-decoration: underline !important;
}
.contact-sec .col-left .group .cont strong{
    font-size: 0.78125rem;
}
.career-details{
    padding: 2.604rem 0 5.99rem;
}
.career-details .col-3{
    padding-right: 1.302rem;
}
.career-details .col-9{
    padding-left: 2.083rem;
}
.career-details .title-group{
    margin-bottom: 2.34375rem;
    padding-bottom: 1.5625rem;
    border-bottom: 1px solid var(--main-cl);
}
.career-details .expiry-date > svg{
    margin-right: 0.78125rem;
    width: 0.78125rem;
    height: 0.78125rem;
}
.career-details .expiry-date,
.career-details .expiry-date > *{
    flex: 0 0 auto;
}
.career-details .short-information{
    padding-bottom: 2.34375rem;
    margin-bottom: 2.083rem;
    border-bottom: 1px solid var(--main-cl);
}
.career-details .short-information .grid-box{
    grid-gap: 0.78125rem 1.875rem
}
.career-details .short-information .item{
    font-weight: 400;
    font-size: 0.677rem;
}
.career-details .details-information .item+.item{
    margin-top: 2.34375rem;
}
.career-details .details-information .item .reset-last{
    margin-top: 0.417rem;
}
.career-details .details-information .item .reset-last ul,
.career-details .details-information .item .reset-last ol{
    padding-left: 1.302rem;
}
.career-details .details-information .item .reset-last li{
    margin-bottom: 0;
}
.career-details .career-contact{
    padding: 1.5625rem;
    border: 1px solid var(--main-cl);
    border-radius: 0.521rem;
}
.career-details .career-contact .item .title{
    margin-bottom: 0.208rem;
    font-weight: 700;
    font-size: 0.78125rem;
    line-height: 1.042rem;
}
.career-details .career-contact .item .des{
    font-weight: 400;
    font-size: 0.677rem;
}
.career-details .career-contact .item .des ol,
.career-details .career-contact .item .des ul{
    padding-left: 1.024rem;
}
.career-details .career-contact .item .des a{
    text-decoration: underline;
}
.career-details .career-contact .btn-primary{
    margin-top: 2.5rem;
}
.sec-des{
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
}
@media only screen and (min-width: 1921px){
    .sec-des{
        font-size: 0.677rem;
    }
}
.career-page{
    padding: 2.604rem 0;
    border-top: 1px solid #E8E8E8
}
.career-page .title-group{
    margin-bottom: 2.083rem;
}
.career-page .title-group h2 span{
    display: block;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.2;
}
.career-page .title-group h2 strong{
    display: block;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.2;
}
.career-page .title-group .col-6:nth-of-type(2){
    padding-left: 1.823rem;
}
.career-page .sec-title-30{
    margin-bottom: 1.5625rem;
}
.career-item{
    padding: 1.5625rem 2.083rem;
    border-radius: 0.521rem;
    border: 1px solid var(--main-cl);
}
.career-item h3{
    margin-bottom: 1.042rem;
}
.career-item .grid-box{
    grid-gap: 0.625rem 3.125rem;
}
.career-item .grid-box .info-item{
    font-size: 0.677rem;
    line-height: 0.9375rem;
    display: flex;
    align-items: flex-start;
}
.career-item .grid-box .info-item strong{
    width: max-content;
    flex: 0 0 auto;
}
.career-item .grid-box .info-item svg{
    margin-right: 0.729rem;
    width: 0.729rem;
    min-width: 0.729rem;
    height: auto;
}
.career-page .career-item+.career-item{
    margin-top: 1.042rem;
}
.arrow-button{
    display: flex;
    flex-direction: column;
    width: max-content;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    padding: 0;
    cursor: pointer;
    transition: all 0.4s;
}
.arrow-button span{
    display: flex;
}
.arrow-button span svg{
    width: 0.78125rem;
    height: auto;
}
.career-page .arrow-button{
    margin-top: 1.667rem;
}
.about-1 .cont-wrap{
    bottom: 0;
    left: 0;
    z-index: 9;
    padding: 3.646rem;
    gap: 1.042rem;
}
.about-1 .cont-wrap .col-6.text-white{
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 1.09375rem;
    color: #E7E7E7;
    letter-spacing: -0.0234375rem;
}
.about-1 .cont-wrap .col-6.text-white ol,
.about-1 .cont-wrap .col-6.text-white ul{
    padding-left: 1.302rem;
}
.about-1 h1{
    margin-bottom: 1.667rem;
}
.about-2{
    padding-bottom: 3.542rem
}
.about-2 .swiper{
    margin: 0 -0.417rem;
    padding-top: 2.1875rem;
    padding-bottom: 1.5625rem
}
.about-2 .swiper-slide{
    padding: 0 0.417rem;
}
.about-2 .item+.item{
    margin-top: 0.833rem;
}
.about-2 .swiper-pagination{
    margin-top: 0;
}
.about-3{
    padding-bottom: 4.84375rem;
}
.about-3 .col-6:nth-of-type(1){
    padding-left: 3.958rem;
    padding-right: 3.125rem;
    padding-top: 0.729rem;
}
.about-3 .col-6 h2.sec-title-40{
    margin-bottom: 1.5625rem;
}
.about-3 .col-6 .sec-des{
    line-height: 1.302rem;
    margin-bottom: 1.875rem;
}
.about-3 .col-6 .sec-des p{
    margin-bottom: 1.302rem;
}
.about-3 .col-6 .since{
    font-weight: 700;
    font-size: 1.042rem;
    line-height: 1.302rem;
    display: flex;
    align-items: center;
    color: #E9E9E9;
    font-style: italic;
}
.about-3 .col-6 .since > span{
    font-weight: 700;
    font-size: 6.667rem;
    line-height: 100%;
    margin-left: -1.25rem;
}
.about-3 .col-6:nth-of-type(2){
    padding-left: 0.625rem;
}
.swiper-arrow-2{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.34375rem;
    height: 2.34375rem;
    border-radius: 50%;
    border: 1px solid var(--main-cl);
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s;
    background-color: #FFF;
}
.swiper-arrow-2.prev{
    left: -0.833rem;
}
.swiper-arrow-2.next{
    right: -0.833rem;
}
.swiper-arrow-3{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.34375rem;
    height: 2.34375rem;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0.26rem;
    transition: all 0.4s;
}
.swiper-arrow-3 svg{
    height: 1.875rem;
    width: auto;
}
.swiper-arrow-2:hover{
    background: #000 !important;
}
.swiper-arrow-2:hover path{
    stroke: #FFF;
}
.swiper-arrow-3:hover{
    background-color: rgba(0, 0, 0, 0.8);
}
.swiper-arrow-3.next{
    right: 0;
}
.swiper-arrow-3.prev{
    left: 0;
}
.about-3 .swiper{
    margin: 4.167rem -0.78125rem 0;
}
.about-3 .swiper .next{
    right: 0.78125rem;
}
.about-3 .swiper .prev{
    left: 0.78125rem;
}
.about-3 .swiper .swiper-slide{
    padding: 0 0.78125rem;
}
.swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.521rem;
    bottom: unset !important;
    top: unset !important;
    right: unset !important;
    left: unset !important;
    margin-top: 1.5625rem;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 0.417rem;
    height: 0.417rem;
    margin: 0 !important;
    background-color: #D8D8D8CC;
    border-radius: 0.417rem;
    opacity: 1;
    transition: all 0.4s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
    width: 1.5625rem;
    background-color: #A8A8A8CC;
}
.about-4 .cont-wrap{
    padding: 5.208rem calc(calc(100vw - var(--container-w)) / 2) 5.208rem 3.90625rem;
    background: linear-gradient(180deg, #666666 0%, #000000 100%);
}
.about-4 .cont-wrap .sec-des{
    line-height: 1.198rem;
}
.about-4 .cont-wrap .item+.item{
    margin-top: 30px;
}
.about-4 .cont-wrap .sec-title-40{
    margin-bottom: 1.5625rem;
    position: relative;
}
.about-4 .cont-wrap .sec-title-40:before{
    width: 125px;
    height: 1px;
    right: calc(100% + 1.042rem);
    background-color: #8F8F8F;
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
}
.about-5{
    padding: 4.167rem 0 5.208rem;
}
.about-5 .col-6:nth-of-type(2){
    padding-left: 0.521rem;
}
.about-5 .col-6:nth-of-type(1){
    padding-left: 3.90625rem;
    padding-right: 9.635rem;
}
.about-5 .sec-title-40{
    margin-bottom: 1.042rem;
}
.about-5 .sec-title-40+.sec-des{
    margin-bottom: 1.875rem;
}
.about-5 .sec-des{
    line-height: 1.302rem;
}
.about-5 .sec-des strong,
.about-5 .sec-des b{
    font-size: 0.78125rem;
}
.about-5 .contact{
    gap: 1.5625rem 2.083rem;
}
.about-5 .item .icon-wrap img{
    width: 0.833rem;
    min-width: 0.833rem;
    height: auto;
    display: block;
    margin-right: 0.521rem;
    margin-top: 0.208rem;
}
.product-details{
    padding-top: 2.396rem;
}
.product-details .col-7{
    padding-right: 2.083rem;
}
.product-details .col-7 .arrow{
    width: 0.625rem;
    min-width: 0.625rem;
    height: auto;
    cursor: pointer;
    display: flex;
}
.product-details .col-7 .product-gallery > .flex-box{
    gap: 1.667rem
}
.product-details .col-7 .arrow svg{
    width: 100%;
}
.product-details .col-7 .product-main-gallery{
    margin-bottom: 1.25rem;
}
.product-details .col-7 .product-gallery-thumb.swiper{
    margin: 0 -0.625rem;
    flex-grow: 1;
}
.product-details .col-7 .product-gallery-thumb .swiper-slide{
    padding: 0 0.625rem;
    opacity: 0.5;
    transition: all 0.4s;
    cursor: pointer;
}
.product-details .col-7 .product-gallery-thumb .swiper-slide.swiper-slide-thumb-active{
    opacity: 1;
}
.product-details .col-5 .product-parameters{
    border-radius: 0.521rem;
    background-color: #F1F1F1;
    margin-bottom: 1.042rem;
}
.product-details .col-5 .product-parameters .item{
    width: calc(100% / 3);
    padding: 0.833rem;
    position: relative;
}
.product-details .col-5 .product-parameters .item:not(:last-child):before{
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: '';
    width: 1px;
    height: 1.823rem;
    background-color: #8F8F8F;
}
.product-details .col-5 .product-parameters .item .icon-wrap img{
    width: 1.5625rem;
    height: 1.5625rem;
    margin-bottom: 0.26rem;
}
.product-details .col-5 .product-parameters .item .title{
    font-weight: 500;
    font-size: 0.625rem;
    line-height: 1.09375rem;
}
.product-details .col-5 .product-parameters .item .value{
    font-weight: 700;
    font-size: 0.729rem;
    line-height: 1.09375rem;
}
.woocommerce-breadcrumb{
    display: none !important;
}
.product-details .col-5 h1.sec-title-30{
    margin-bottom: 0.3125rem;
}
.product-details .col-5 .product-metas{
    display: flex;
    font-size: 0.625rem;
    line-height: 0.729rem;
    font-weight: 400;
    color: #575757;
    margin-bottom: 0.521rem;
}
.product-details .col-5 .product-metas a{
    color: #575757;
}
.product-details .col-5 .product-metas .meta-item+.meta-item{
    padding-left: 0.521rem;
    margin-left: 0.521rem;
    border-left: 1px solid currentColor;
}
.product-details .col-5 .product-metas .meta-item+.meta-item:before{
    left: 0;
    top: 50%;
    position: absolute;
    content: '';
}
.product-details .col-5 .product-stock-status{
    display: flex;
    align-items: center;
    gap: 0.417rem;
    font-size: 0.625rem;
    line-height: 0.729rem;
    font-weight: 400;
    color: #575757;
    margin-bottom: 1.042rem;
}
.product-details .col-5 .product-stock-status:before{
    top: 50%;
    position: relative;
    display: block;
    content: '';
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
}
.product-details .col-5 .product-stock-status.instock:before{
    background-color: #43B600;
}
.product-details .col-5 .product-stock-status.outofstock:before{
    background-color: #ff3434;
}
.product-details .col-5 .product-stock-status.onbackorder:before{
    background-color: #ffe860;
}
.product-details .col-5 table.variations{
    margin-bottom: 1.302rem;
}
.product-details .col-5 table.variations,
.product-details .col-5 table.variations tbody,
.product-details .col-5 table.variations th,
.product-details .col-5 table.variations td,
.product-details .col-5 table.variations tr{
    display: block;
}
.product-details .col-5 table.variations tr+tr {
    padding-top: 1.5rem;
}
.product-details .col-5 table.variations .label{
    padding: 0;
}
.product-details .col-5 table.variations .label > label{
    margin-bottom: 0.729rem;
    font-weight: 700;
    font-size: 0.677rem;
    line-height: 1.042rem;
}
.product-details .col-5 table.variations .label > label:after{
    content: ':';
}
.product-details .col-5 table.variations .ux-swatches{
    margin: 0;
}
.product-details .col-5 table.variations .ux-swatches.ux-swatches--x-large .ux-swatch{
    width: 3.125rem;
    height: 3.125rem;
    padding: 0;
    border-radius: 0.26rem;
    transition: all 0.4s;
    overflow: hidden;
    opacity: 1 !important;
    box-shadow: unset !important
}
.product-details .col-5 table.variations .ux-swatches.ux-swatches--x-large .ux-swatch.disabled img{
    opacity: 0.5 !important;
}
.product-details .col-5 table.variations .ux-swatches.ux-swatches--x-large .ux-swatch.disabled:before{
    width: 300%;
    right: unset;
    left: 50%;
    bottom: unset;
    transform: translate(-50%, -50%) rotate(-45deg);
    background: #d5d5d5 !important;
    height: 2px;
}
.product-details .col-5 .reset_variations{
    display: none !important;
}
.product-details .col-5 table.variations .value{
    padding: 0;
}
.variations_form .ux-swatch.selected{
    box-shadow: unset !important;
}
.product-details .col-5 .woocommerce-variation{
    display: none !important;
}
.product-details .col-5 table.variations .ux-swatches .ux-swatch{
    border: 1px solid #d5d5d5;
}
.product-details .col-5 table.variations .ux-swatches .ux-swatch.selected{
    border-color: #000;
}
.product-details .col-5 .add-to-cart-button-wrap{
    display: flex;
}
.product-details .col-5 .add-to-cart-button-wrap > button{
    flex-grow: 1;
    gap: 0.78125rem;
    text-transform: initial;
    margin: 0;
    box-shadow: unset !important
}
.product-details .col-5 .add-to-cart-button-wrap > button span.text{
    font-weight: 600;
    font-size: 0.833rem;
    line-height: 1.25rem;
}
.product-details .col-5 .add-to-cart-button-wrap > button:hover{
    background-color: #FFF;
    color: var(--main-cl)
}
.product-details .col-5 .add-to-cart-button-wrap > button:hover path{
    fill: var(--main-cl);
}
body div .quantity.ux-quantity{
    height: 2.865rem;
    border-radius: 0.26rem;
    border: 1px solid var(--main-cl);
    overflow: hidden;
}
body div .quantity.ux-quantity input{
    height: 100%;
    border: none !important;
    aspect-ratio: 1;
    width: auto;
    padding: 0;
    background-color: transparent;
    color: var(--main-cl);
    font-size: 0.9375rem;
}
body div .quantity.ux-quantity input.qty{
    pointer-events: none !important;
}
body div .quantity.ux-quantity .ux-quantity__button{
    font-size: 2.083rem;
    min-height: unset;
    line-height: 2.604rem;
    font-weight: 300;
}
.product-details .col-5 form{
    margin: 0;
}
.product-details .col-5 .quantity-label{
    font-weight: 700;
    font-size: 0.677rem;
    line-height: 1.042rem;
    margin-bottom: 0.417rem;
}
.product-details .col-5 .product-commits{
    margin-top: 1.5625rem;
}
.product-details .col-5 .product-commits .item+.item{
    margin-top: 1.042rem;
}
.product-details .col-5 .product-commits .item .flex-box{
    gap: 0.78125rem;
    font-weight: 400;
    font-size: 0.677rem;
    line-height: 1.042rem;
}
.product-details .col-5 .product-commits .item .icon{
    width: 1.302rem;
    height: 1.302rem;
}
.product-details .col-5 .product-commits .item .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-details .col-5 .product-review-count{
    margin-bottom: 0.521rem;
    gap: 0.417rem;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 0.833rem;
    color: #333;
}
.product-details .col-5 .product-review-count .review-stars{
    width: 4.6875rem;
    height: 1.042rem;
    background-image: url('../images/stars.svg');
    background-size: 100% 100%;
    position: relative;
}
.product-details .col-5 .product-review-count .review-stars:before{
    width: var(--stars-width);
    height: 100%;
    position: absolute;
    content: '';
    background-image: url('../images/stars-fill.svg');
    background-repeat: no-repeat;
    background-size: 4.6875rem 1.042rem;
}
.product-details .col-5 .product-accordion{
    margin-top: 2.5rem;
}
.product-details .col-5 .product-accordion .accordion-item{
    border-bottom: 1px solid var(--main-cl);
}
.product-details .col-5 .product-accordion .accordion-item .title h2{
    margin: 0;
}
.product-details .col-5 .product-accordion .accordion-item .title{
    padding: 1.042rem 0;
    cursor: pointer;
    gap: 1.042rem;
}
.product-details .col-5 .product-accordion .accordion-item .title svg{
    width: 0.78125rem;
    height: auto;
}
.product-details .col-5 .product-accordion .accordion-item.active .title svg path:nth-of-type(2){
    opacity: 0;
}
.product-details .col-5 .product-accordion .accordion-cont{
    display: none;
}
.product-details .col-5 .product-accordion .accordion-cont ul > li,
.product-details .col-5 .product-accordion .accordion-cont ol > li{
    margin-left: 0;
}
.product-details .col-5 form.cart .stock{
    display: none !important;
}
.product-details .col-5 .product-price{
    margin-bottom: 1.146rem;
    display: flex;
    align-items: baseline;
    min-height: 1.979rem;
}
.product-details .col-5 .product-price > .price{
    display: flex;
    align-items: baseline;
}
.product-details .col-5 .product-price span.amount{
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5625rem;
}
.product-details .col-5 .product-price del{
    order: 2;
    margin-left: 0.625rem;
}
.product-details .col-5 .product-price del,
.product-details .col-5 .product-price del span.amount{
    font-size: 0.9375rem;
}
.product-details .col-5 th.label:has(label[for="pa_mau-sac"]){
    display: flex;
    align-items: baseline;
}
.product-details .col-5 label[for="pa_mau-sac"]+span.variation-custom-name{
    font-weight: 400;
    font-size: 0.625rem;
    color: #575757;
    margin-left: 3px;
}
.parameter-details .param-item{
    font-size: 0.729rem;
    line-height: 1.042rem;
    padding: 0.521rem 0.833rem;
}
.parameter-details .param-item:nth-of-type(odd){
    background-color: #EDEDED;
}
.product-main-content{
    padding-top: 5.9375rem;
    padding-bottom: 5.208rem;
}
.product-main-content .grid-box{
    grid-gap: 1.667rem;
}
.product-main-content .grid-box .title{
    margin-bottom: 1.042rem;
    padding-bottom: 1.042rem;
    border-bottom: 1px solid var(--main-cl);
}
.product-main-content .product-content-wrap{
    margin-top: 3.75rem;
}
.product-main-content .grid-box .post-content,
.product-main-content .grid-box .post-content p,
.product-main-content .grid-box .post-content li{
    font-size: 0.729rem;
    line-height: 1.146rem;
}
.product-main-content .grid-box .post-content p{
    margin-bottom: 0.521rem;
}
.product-main-content .grid-box .post-content li{
    margin-bottom: 0;
}
.product-main-content .product-content{
    overflow: hidden;
    width: 52.083rem;
    max-width: 100%;
    position: relative;
    transition: all 0.4s;
}
.product-main-content .product-content.is-collapsed:before{
    width: 100%;
    bottom: 0;
    left: 0;
    height: 7.8125rem;
    position: absolute;
    content: '';
    z-index: 3;
    background: linear-gradient(179.81deg, rgba(255, 255, 255, 0) 0.15%, #FFFFFF 93.63%);
}
.product-main-content .load-more-product-content{
    margin-top: 1.042rem;
}
.product-main-content .product-real-images .flex-box{
    gap: 1.5rem 2.5rem;
}
.product-main-content .product-real-images .item{
    width: calc(100% / 3 - 2.5rem * 2 / 3);
}
.product-main-content .product-real-images .item .img-wrap{
    border-radius: 0.625rem;
    margin-bottom: 1.375rem;
}
.product-main-content .product-real-images .item .img-des{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.woocommerce-Reviews#reviews{
    padding: 0 0 6.25rem;
}
.related-products{
    padding-bottom: 5.208rem;
}
.related-products .swiper-arrow-2{
    background-color: #FFF;
    border: none;
    box-shadow: 0px 2px 6px 0px #00000040;
}
.related-products .swiper-arrow-2.next{
    right: -1.146rem;
}
.related-products .swiper-arrow-2.prev{
    left: -1.146rem;
}
.related-products .swiper{
    margin-left: -0.521rem;
}
.related-products .swiper-slide{
    padding: 0 0.521rem;
}
.product-item{
    border-radius: 0.521rem;
    border: 1px solid #DCDCDC;
    overflow: hidden;
    padding: 0.15625rem;
}
.product-item .cont-wrap{
    padding: 1.042rem 1.042rem 0.78125rem;
}
.product-item .cont-wrap .product-brand a{
    color: #8F8F8F;
}
.product-item .cont-wrap .product-brand{
    margin-bottom: 0.3125rem;
}
.product-item .cont-wrap .product-name{
    margin-bottom: 0.3125rem;
    height: 2.1875rem;
}
.product-item .cont-wrap .product-price{
    margin-bottom: 0.833rem;
    display: flex;
    align-items: baseline;
}
.product-item .cont-wrap .product-price > span.amount{
    font-weight: 600;
    font-size: 0.833rem;
    color: #000;
}
.product-item .cont-wrap .product-price > ins > span.amount{
    font-weight: 600;
    font-size: 0.833rem;
    color: #DC0000;
    display: block;
}
.product-item .cont-wrap .product-price > del{
    order: 2;
    margin-left: 0.3125rem;
}
.product-item .cont-wrap .product-price > del,
.product-item .cont-wrap .product-price > del > span.amount{
    font-weight: 400;
    font-size: 0.677rem;
    color: #8F8F8F;
}
.product-item .cont-wrap .product-price > .sale-badge{
    margin-left: 0.3125rem;
    order: 3;
    border: 1px solid #FF5151;
    background: #FFD8D8;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 0.9375rem;
    padding-left: 0.15625rem;
    padding-right: 0.15625rem;
    color: #DC0000;
}
.product-item .cont-wrap .product-rating{
    display: flex;
    align-items: center;
}
.product-item .cont-wrap .product-rating .average-rating{
    font-weight: 600;
    font-size: 0.625rem;
    line-height: 0.833rem;
    margin-right: 0.208rem;
    color: #FF9000;
}
.product-item .cont-wrap .product-rating .average-rating svg{
    width: 0.833rem;
    height: auto;
}
.product-item .cont-wrap .product-rating .rating-count {
    color: #8F8F8F;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 0.833rem;
    margin-left: 0.625rem;
}
.product-item .cont-wrap .product-colors{
    margin-top: 0.521rem;
    display: flex;
    gap: 0.46875rem;
}
.product-item .cont-wrap .product-colors > .color-item{
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.15625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border: 1px solid #A6A6A6;
    transition: all 0.4s;
    cursor: pointer;
}
.product-item .cont-wrap .product-colors > .color-item:hover{
    border-color: #333;
}
.product-item .cont-wrap .product-colors > .color-item > span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: var(--item-color);
    border-radius: 1px;
}
.product-item .product-item-parameters{
    display: none;
    height: 3.125rem;
    margin-bottom: 0.521rem;
    margin-right: 0.833rem;
    margin-left: 0.833rem;
}
.product-item .product-item-parameters .item{
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.417rem;
}
.product-item .product-item-parameters .icon-wrap{
    width: 0.78125rem;
    height: 0.78125rem;
    margin-bottom: 0.26rem;
    display: flex;
}
.product-item .product-item-parameters .icon-wrap img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-item .product-item-parameters .value{
    font-weight: 400;
    font-size: 0.625rem;
    color: #575757;
}
.product-cat-sec .product-item .product-item-parameters{
    display: flex;
}
.product-cat-sec .product-item .product-item-parameters > .flex-box{
    border-radius: 0.521rem;
    background-color: #EEEEEE;
    height: 100%;
    width: 100%;
}
.product-item .badge{
    position: absolute;
    z-index: 10;
    font-weight: 400;
    font-size: 0.573rem;
    line-height: 0.833rem;
    padding: 0.208rem 0.417rem;
    color: #FFF;
    border-radius: 0.26rem;
    display: block;
    width: auto;
    height: auto;
}
.product-item .badge.badge-left{
    left: 0.521rem;
    top: 0.521rem;
    background-color: #42793C;
}
.product-item .badge.badge-right{
    right: 0.521rem;
    top: 0.521rem;
}
.product-item .badge.out-stock-badge{
    background-color: #000;
}
.product-item .badge.sale-badge{
    background-color: #EE4D4D;
}
.product-cat{
    padding: 1.25rem 0 5.208rem;
}
.product-cat .col-3{
    padding-right: 2.865rem;
}
.product-cat .col-3 .breadcrumbs ol{
    padding-top: 0;
}
.product-filters-wrap{
    margin-top: 2.604rem;
    position: sticky;
    top: 7.8125rem;
}
.product-filters-wrap .filter-group+.filter-group{
    margin-top: 1.823rem;
}
.product-filters-wrap .filter-group .filter-title .plus-btn{
    display: flex;
}
.product-filters-wrap .filter-group .filter-title .plus-btn svg{
    width: 0.729rem;
    height: auto;
}
.product-filters-wrap .filter-group .filter-title .plus-btn line{
    transition: all 0.4s;
}
.product-filters-wrap .filter-group .filter-title .plus-btn line:nth-of-type(2){
    opacity: 0;
}
.product-filters-wrap .filter-group.collapsed .filter-title .plus-btn line{
    opacity: 1 !important;
}
.product-filters-wrap .filter-group .filter-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.042rem;
    padding: 0.521rem 0;
    border-bottom: 1px solid #000;
    cursor: pointer;
}
.product-filters-wrap .filter-group .filter-values{
    padding-top: 1.042rem;
}
.product-filters-wrap .filter-group .filter-item{
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 1.042rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.product-filters-wrap .filter-group .filter-item+.filter-item{
    margin-top: 0.9375rem;
}
.filter-radio,
.filter-checkbox{
    height: 1.042rem;
    width: 1.042rem;
    border: 0.5px solid #575757;
    margin-right: 0.521rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.filter-radio:after{
    position: absolute;
    left: 0.15625rem;
    top: 0.15625rem;
    content: '';
    width: 0.625rem;
    height: 0.625rem;
    background-color: #000;
    opacity: 0;
    transition: all 0.4s;
}
.filter-radio{
    border-radius: 50%;
}
.filter-radio:after{
    border-radius: 50%;
}
.product-filters-wrap .filter-checkbox > svg{
    opacity: 0;
    width: 0.9375rem;
    height: 0.9375rem;
}
.product-filters-wrap input:checked+.filter-radio:after{
    opacity: 1;
}
.product-filters-wrap input:checked+.filter-checkbox > svg{
    opacity: 1;
}
.product-filters-wrap input:checked~span{
    font-weight: 700;
}
.product-cat .product-cat-banner{
    margin-bottom: 1.302rem;
}
.product-cat .title-group{
    padding-bottom: 1.146rem;
    margin-bottom: 2.604rem;
    border-bottom: 1px solid #DCDCDC;
}
.product-cat .woocommerce-result-count{
    font-weight: 700;
    font-size: 0.729rem;
    line-height: 1.042rem;
}
.product-cat .select{
    margin-left: 1.25rem;
}
.product-cat .select-styled{
    height: 2.083rem;
    border: 1px solid var(--main-cl);
    border-radius: 0.26rem;
    padding: 0.625rem 0.9375rem;
    font-weight: 600;
    font-size: 0.677rem;
    line-height: 0.833rem;
    width: 9.896rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.521rem;
    cursor: pointer;
}
.product-cat .select-styled:after{
    content: '';
    position: relative;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEzIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNi40IDUuNUwxMS44IDEiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: cover;
    width: 0.417rem;
    height: 0.208rem;
    display: block;
}
.product-cat .product-cat-content{
    padding: 2.604rem 1.5625rem;
    background-color: #F5F5F5;
    border-radius: 0.78125rem;
    margin-top: 5.208rem;
}
.product-cat .product-cat-content .post-content{
    overflow: hidden;
    transition: all 0.4s;
}
.product-cat .product-cat-content .view-more-content{
    margin-top: 2.604rem;
    cursor: pointer;
}
.product-cat .product-cat-content .post-content:not(.is-collapsed)+.arrow-btn > svg{
    transform: rotate(180deg);
}
.product-cat .product-grid{
    grid-gap: 1.042rem 1.458rem
}
.product-cat .product-list .btn{
    margin-top: 2.604rem;
}
section.product-cat-brands-1{
    padding-top: 1.667rem;
    padding-bottom: 1.042rem;
}
section.product-cat-brands-1 .swiper .swiper-slide{
    padding: 0 0.417rem;
}
section.product-cat-brands-1 .swiper{
    margin-left: -0.417rem;
    padding-right: 1.25rem;
}
.term-item{
    border-radius: 0.521rem;
    overflow: hidden;
}
.term-item .cont-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 2.5rem 1.25rem;
    width: 100%;
}
.term-item .cont-wrap .sec-title-40{
    margin-bottom: 1.5625rem;
}
.term-item .img-wrap{
    height: 100%;
}
.term-item .img-wrap:before{
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.95) 100%);
    content: '';
    left: 0;
    top: 0;
}
.term-item .term-name{
    font-weight: 900;
    font-size: 2.083rem;
    line-height: 2.604rem;
    margin-bottom: 1.25rem;
}
.term-item .term-name > span{
    display: block;
    font-weight: 600;
    font-size: 1.042rem;
    line-height: 1.354rem;
}
.product-cat-sec .title-group{
    margin-bottom: 1.042rem;
}
.product-cat-sec .title-group .arrows{
    gap: 1.042rem;
}
.product-cat-sec+.product-cat-sec{
    margin-top: 2.604rem;
}
.product-cat-sec .col-9{
    padding-left: 0.625rem;
}
.product-cat-sec .col-9 .swiper{
    margin: 0 -0.417rem;
    padding-bottom: 1.667rem;
}
.product-cat-sec .col-9 .swiper-slide{
    padding: 0 0.417rem;
}
.product-cat-sec .col-3{
    padding-right: 0.625rem;
}
.swiper-pagination-progress .swiper-pagination-progressbar-fill{
    background-color: var(--main-cl);
}
.swiper-pagination-progress{
    bottom: 0 !important;
    top: unset !important;
    right: 0.417rem !important;
    left: 0.417rem !important;
    width: calc(100% - 0.833rem) !important;
    height: 3px !important;
    background-color: #DDDDDD !important;
}
.product-cat-brands-2{
    padding-bottom: 5.208rem;
}
.product-cat-brands-2 .title-group{
    margin-bottom: 1.667rem;
}
.product-cat-child{
    padding-bottom: 3.125rem;
}
.products-by-brand.swiper{
    margin: 0 -0.521rem;
    padding-bottom: 1.667rem;
}
.products-by-brand .swiper-slide{
    padding: 0 0.521rem;
}
.terms-menu ul {
    gap: 1.25rem;
}
.terms-menu ul > li{
    padding: 0.625rem 1.25rem;
    font-weight: 600;
    font-size: 0.78125rem;
    line-height: 1.042rem;
    border-radius: 0.521rem;
    transition: all 0.4s;
    cursor: pointer;
}
.terms-menu ul > li:hover,
.terms-menu ul > li.active{
    background-color: var(--main-cl);
    color: #FFF;
}
.product-cat-brands-2 .swiper-arrow-2{
    border: none;
    box-shadow: 0px 2px 6px 0px #00000040;
    background-color: #FFF;
    width: 3.385rem;
    height: 3.385rem;
}
.product-cat-brands-2 .prev{
    left: -1.5625rem;
}
.product-cat-brands-2 .next{
    right: -1.5625rem;
}
#header #wide-nav{
    background: transparent;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}
#header #wide-nav .header-bottom-nav .mega-menu-wrap{
    background: transparent;
}
#header #wide-nav .header-bottom-nav ul.mega-menu.max-mega-menu > li{
    background: transparent;
}
#header #wide-nav .header-bottom-nav ul.mega-menu.max-mega-menu > li > a.mega-menu-link{
    font-weight: 700;
    font-size: 0.729rem;
    line-height: 1.042rem;
    padding: 0.729rem 0.521rem;
    background: transparent;
    display: block;
    height: auto;
    text-transform: uppercase;
    color: var(--main-cl);
    margin: 0 1.042rem;
    position: relative;
}
#header #wide-nav .header-bottom-nav ul.mega-menu.max-mega-menu > li > a.mega-menu-link:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -1px;
    background-color: var(--sub-cl);
    height: 3px;
    width: 0;
    transition: all 0.4s;
    display: block;
    transform: translateX(-50%);
}
#header #wide-nav .header-bottom-nav ul.mega-menu.max-mega-menu > li:hover > a.mega-menu-link:after,
#header #wide-nav .header-bottom-nav ul.mega-menu.max-mega-menu > li.current-menu-item > a.mega-menu-link:after{
    width: 100%;
}
#header #wide-nav .header-bottom-nav > .mega-menu-wrap#mega-menu-wrap-primary > ul#mega-menu-primary.mega-menu.max-mega-menu > li.mega-menu-flyout > ul.mega-sub-menu {
    box-shadow: 0 0 5px #dedede;
    width: 13.021rem;
}
#header #wide-nav .header-bottom-nav > .mega-menu-wrap#mega-menu-wrap-primary > ul#mega-menu-primary.mega-menu.max-mega-menu > li.mega-menu-grid > ul.mega-sub-menu{
    padding-top: 1.302rem;
    box-shadow: 0 5px 5px #dedede;
}
#header #wide-nav .header-bottom-nav ul#mega-menu-primary.mega-menu.max-mega-menu > li > ul.mega-sub-menu > li > ul > li > ul > li > a{
    font-weight: 800;
    font-style: Italic;
    font-size: 0.729rem;
    text-transform: uppercase;
    margin-bottom: 1.042rem;
    display: block;
}
#header #wide-nav .header-bottom-nav ul#mega-menu-primary.mega-menu.max-mega-menu > li > ul.mega-sub-menu > li > ul > li > ul > li > ul > li > a{
    font-weight: 400;
    font-size: 0.677rem;
    line-height: 0.833rem;
    margin-bottom: 0.729rem;
    transition: all 0.4s;
}
#header #wide-nav .header-bottom-nav ul#mega-menu-primary.mega-menu.max-mega-menu > li > ul.mega-sub-menu > li > ul > li > ul > li > ul > li > a:hover{
    color: var(--sub-cl);
}
#header #wide-nav .header-bottom-nav > .mega-menu-wrap#mega-menu-wrap-primary > ul#mega-menu-primary.mega-menu.max-mega-menu > li.mega-menu-flyout > ul.mega-sub-menu > li > a{
    font-size: 0.729rem;
    line-height: 1.042rem;
    font-weight: 500;
    padding: 0.521rem 1.042rem;
    transition: all 0.4s;
}
#header #wide-nav .header-bottom-nav > .mega-menu-wrap#mega-menu-wrap-primary > ul#mega-menu-primary.mega-menu.max-mega-menu > li.mega-menu-flyout > ul.mega-sub-menu > li.current-menu-item > a,
#header #wide-nav .header-bottom-nav > .mega-menu-wrap#mega-menu-wrap-primary > ul#mega-menu-primary.mega-menu.max-mega-menu > li.mega-menu-flyout > ul.mega-sub-menu > li:hover > a{
    background-color: var(--main-cl);
    color: #FFF;
}
.row.row-large, .container, .container-width, .full-width .ubermenu-nav, .row{
    max-width: var(--container-w);
}
#header #masthead .header-inner{
    padding-left: 0;
    padding-right: 0;
}
#header #masthead .header-inner .header-item > a{
    display: flex;
    align-items: center;
    text-transform: initial;
    gap: 0.521rem;
    color: var(--main-cl);
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 0.885rem;
}
#header #masthead .header-inner .header-item > a strong{
    font-weight: 700;
}
#header #masthead .header-inner .header-item.header-account-item{
    margin-left: 2.8125rem;
}
#header #masthead .header-inner .header-item svg{
    width: 1.302rem;
    height: 1.302rem;
}
#header #masthead .header-inner .header-item.header-account-item > a > span.text{
    display: flex;
    flex-direction: column;
}
#header #masthead .header-inner .header-item.header-account-item .sub-menu{
    border-radius: 10px;
    right: 0;
    left: unset;
}
.header-account-item .sub-menu > li > a{
    font-size: 0.729rem;
    line-height: 1.042rem;
}
#header #masthead .header-inner .header-item.cart-item{
    margin-left: 4.167rem !important;
    margin-right: 0;
}
#header #masthead .header-inner .header-item.cart-item .cart-item-text{
    display: flex;
    flex-direction: column;
}
#header #masthead .header-inner .header-item.cart-item .cart-item-text > span.cart-count{
    padding: 0 0.417rem;
    font-weight: 700;
    font-size: 0.625rem;
    line-height: 0.78125rem;
    border-radius: 1.042rem;
    background-color: #F6532A;
    color: #FFF;
    width: max-content;
}
#header #masthead .header-inner .searchform-wrapper form > .flex-row{
    align-items: unset;
}
#header #masthead .header-inner .searchform-wrapper form button.submit-button{
    background-color: transparent;
    color: #000000;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem;
}
#header #masthead .header-inner .searchform-wrapper form button.submit-button svg{
    width: 1.25rem;
    height: 1.25rem;
}
#header #masthead .header-inner .searchform-wrapper form{
    border-radius: 0.521rem;
    background-color: #F1F1F1;
    width: 35.417rem;
    height: 2.604rem;
}
#header #masthead .header-inner .searchform-wrapper form input.search-field{
    border: none !important;
    background-color: transparent !important;
    padding-left: 0.833rem;
    font-weight: 400;
    font-size: 0.677rem;
    height: 100%;
}
#header #top-bar{
    height: 1.823rem;
}
#header #top-bar .container{
    padding-left: 0;
    padding-right: 0;
}
#header #top-bar .flex-center .html_topbar_left{
    width: 100%;
}
#header #top-bar .flex-center{
    flex-grow: 1;
    width: 100%;
}
#header #top-bar .flex-center ul.ls-none{
    gap: 1.667rem;
}
#header #top-bar .flex-center ul.ls-none > li .text a{
    color: #FFFFFFCC;
}
#header #top-bar .flex-center ul.ls-none > li .text{
    font-weight: 300;
    font-size: 0.625rem;
    color: #FFFFFFCC;
    margin-left: 0.26rem;
}
#footer{
    background-color: #F2F2F2;
}
#footer .footer-main{
    padding: 2.604rem 0 4.167rem;
}
#footer .footer-main .cont{
    font-weight: 300;
    font-size: 0.625rem;
}
#footer .footer-main .cont a{
    color: var(--main-cl);
}
#footer .footer-main .footer-contact .item+.item{
    margin-top: 1.25rem;
}
#footer .footer-main .footer-contact .item .title{
    margin-bottom: 0.78125rem;
}
#footer .footer-main .cont strong{
    font-weight: 700;
}
#footer .footer-main .list-contact .icon {
    margin-right: 0.417rem;
}
#footer .footer-main .list-contact .icon img{
    width: 0.78125rem;
    min-width: 0.78125rem;
    height: auto;
    transform: translateY(2px);
}
#footer .footer-main .list-contact > .flex-box+.flex-box{
    margin-top: 0.78125rem;
}
#footer .footer-title{
    margin-bottom: 1.5625rem;
    text-transform: uppercase;
}
#footer .menu-footer > li{
    margin-bottom: 0;
}
#footer .menu-footer > li > ul{
    display: none !important;
}
#footer .menu-footer > li > a{
    font-weight: 300;
    font-size: 0.677rem;
    line-height: 1.09375rem;
    display: block;
    color: var(--main-cl);
}
#footer .menu-footer > li+li{
    margin-top: 0.78125rem;
}
#footer .footer-socials{
    margin-bottom: 4.375rem;
    gap: 1.042rem;
}
#footer .footer-socials > a > img{
    width: 1.5625rem;
    height: 1.5625rem;
}
#footer .footer-bottom{
    background-color: #FFF;
    padding: 0.78125rem 0;
}
#footer .footer-bottom .payment-img{
    margin-right: 2.396rem;
}
#footer .footer-bottom img{
    height: 1.146rem;
    width: auto;
}
#footer .footer-bottom .reset-last{
    font-weight: 400;
    font-size: 0.573rem;
}
header#header #masthead{
    height: auto !important;
    padding: 0.677rem 0;
}
header#header #masthead #logo{
    width: auto;
}
header#header #masthead #logo img{
    max-height: unset !important;
    height: 2.604rem;
}
.suggest-products .suggest-product{
    display: flex;
    align-items: center;
    gap: 0.625rem;
}
.suggest-products .suggest-product:nth-child(4){
    display: none !important;
}
.suggest-products .suggest-product .img-wrap{
    width: 5.208rem;
    min-width: 5.208rem;
    height: auto;
    aspect-ratio: 1;
}
.suggest-products .suggest-product .price{
    display: flex;
    margin-top: 0.521rem;
    gap: 0.729rem;
    font-weight: 700;
    font-size: 0.78125rem;
    line-height: 1.042rem;
    letter-spacing: -0.5px;
}
.suggest-products .suggest-product .price > ins span.amount,
.suggest-products .suggest-product .price > span.amount{
    color: #EE4D4D;
}
.suggest-products .suggest-product .price del{
    order: 2;
    color: #8F8F8F;
}
.suggest-products .suggest-product{
    padding: 0.78125rem 0;
    border-bottom: 1px solid #A6A6A6;
}
.header .search-form .live-search-results{
    background: unset !important;
    border: none !important;
    box-shadow: none !important;
}
.header .search-form .live-search-results .autocomplete-suggestions{
    background-color: #FFF !important;
    padding: 1.042rem 1.5625rem 1.25rem;
    border-radius: 0.521rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.header .search-form .live-search-results .title{
    font-weight: 600;
    font-size: 0.729rem;
    margin-bottom: 0.833rem;
    font-style: italic;
}
.header .search-form .live-search-results .autocomplete-suggestion{
    padding: 0.417rem 0.521rem 0.417rem 5.729rem;
    border: none !important;
    border-radius: 0.521rem;
    display: flex;
    height: 5rem;
    position: relative;
    align-content: center;
    flex-wrap: wrap;
}
.header .search-form .live-search-results .title:has(+.autocomplete-suggestion.empty-item){
    display: none !important;
}
.header .search-form .live-search-results .autocomplete-suggestion.empty-item{
    padding: 0 !important;
    height: auto !important;
}
.header .search-form .live-search-results .autocomplete-suggestion.empty-item+button{
    display: none !important;
}
.header .search-form .live-search-results .autocomplete-suggestion:hover,
.header .search-form .live-search-results .autocomplete-suggestion.autocomplete-selected{
    background-color: #DEDEDE;
}
.header .search-form .live-search-results .autocomplete-suggestion .search-name{
    font-weight: 500;
    font-size: 0.729rem;
    line-height: 0.9375rem;
    color: #575757;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 100%;
    padding: 0;
    flex: unset !important;
}
.header .search-form .live-search-results .autocomplete-suggestion .search-price{
    font-weight: 600;
    font-size: 0.729rem;
    display: flex;
    width: 100%;
    margin: 0.417rem 0 0;
    padding: 0;
    gap: 0.521rem
}
.header .search-form .live-search-results .autocomplete-suggestion .search-price > span.amount,
.header .search-form .live-search-results .autocomplete-suggestion .search-price > ins span.amount{
    color: #DC0000
}
.header .search-form .live-search-results .autocomplete-suggestion .search-price del{
    order: 2;
}
.header .search-form .live-search-results .autocomplete-suggestion .search-image{
    width: 4.167rem;
    height: 4.167rem;
    border-radius: 0.521rem;
    position: absolute;
    left: 0.417rem;
    top: 0.417rem;
    z-index: 3;
}
.header .search-form .live-search-results button.btn-primary{
    margin-top: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.042rem;
    font-weight: 400;
    font-size: 0.729rem;
    text-transform: initial;
}
.buy-together-box{
    margin-top: 1.25rem;
    border-radius: 0.26rem;
    padding: 0.833rem 1.042rem;
    background-color: #EEEEEE;
}
.buy-together-box .buy-together-title{
    font-weight: 700;
    font-size: 0.677rem;
    margin-bottom: 0.625rem;
}
.buy-together-box .buy-together-content .item{
    padding: 0.521rem 1.042rem;
    background-color: #FFF;
    border-radius: 0.521rem;
}
.buy-together-box .buy-together-content .item+.item{
    margin-top: 0.78125rem;
}
.buy-together-box .buy-together-content .item .product-check{
    margin-right: 1.5625rem;
}
.buy-together-box .buy-together-content .item .product-check input{
    display: none !important;
}
.buy-together-box .buy-together-content .item .product-check .product-checkbox{
    width: 1.354rem;
    height: 1.354rem;
    border-radius: 0.26rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--main-cl);
    cursor: pointer;
    transition: all 0.4s;
}
.buy-together-box .buy-together-content .item .product-check input:checked+.product-checkbox{
    background-color: var(--main-cl);
}
.buy-together-box .buy-together-content .item .img-wrap{
    width: 4.167rem;
    min-width: 4.167rem;
    height: 4.167rem;
    margin-right: 1.042rem;
}
.buy-together-box .buy-together-content .item .fs-14{
    margin-bottom: 0.3125rem;
}
.buy-together-box .buy-together-content .item .select-variation{
    display: flex;
    align-items: baseline;
    font-weight: 400;
    font-size: 0.625rem;
    color: #8F8F8F;
}
.buy-together-box .buy-together-content .item .cont-wrap .name-group{
    flex-grow: 1;
}
.buy-together-box .buy-together-content .item .cont-wrap{
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.buy-together-box .buy-together-content .item .cont-wrap .item-price{
    width: max-content;
    text-align: right;
}
.buy-together-box .buy-together-content .item .cont-wrap .item-price > span.amount{
    display: block;
    font-weight: 700;
    font-size: 0.78125rem;
    color: #EE4D4D
}
.buy-together-box .buy-together-content .item .cont-wrap .item-price > del,
.buy-together-box .buy-together-content .item .cont-wrap .item-price > del span.amount{
    font-weight: 500;
    font-size: 0.677rem;
    display: block;
}
.buy-together-box .buy-together-button{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.buy-together-box .buy-together-button span.text{
    font-size: 0.78125rem;
    font-weight: 400;
}
.buy-together-box .buy-together-footer{
    margin-top: 1.354rem;
}
.buy-together-box .buy-together-footer .text-total{
    font-weight: 700;
    font-size: 0.78125rem;
    margin-bottom: 0.26rem;
}
.buy-together-box .buy-together-footer .total-wrap .sale-price{
    margin-right: 0.3125rem;
}
.buy-together-box .buy-together-footer .total-wrap .sale-price span.amount{
    font-weight: 700;
    font-size: 0.833rem;
    color: #EE4D4D;
}
.buy-together-box .buy-together-footer .total-wrap .regular-price del,
.buy-together-box .buy-together-footer .total-wrap .regular-price span.amount{
    font-weight: 500;
    font-size: 0.677rem;
    color: #8F8F8F;
    opacity: 1;
}
.ml-auto{
    margin-left: auto;
}
.mr-auto{
    margin-right: auto;
}
.home-sec-1 {
    margin-bottom: 1.5625rem;
    border-bottom: 1px solid #DCDCDC;
}
.home-sec-1 .swiper-pagination .swiper-pagination-bullet{
    background-color: #FFFFFFCC;
}
.home-sec-1 .swiper-pagination{
    margin-top: 0 !important;
    bottom: 1.146rem !important;
}
.home-sec-2{
    padding-bottom: 1.5625rem;
}
.home-sec-2 .grid-box{
    grid-gap: 1.25rem;
}
.home-sec-2 .grid-box img{
    transition: all 0.4s ;
}
.home-sec-2 .item .icon{
    width: 2.708rem;
    min-width: 2.708rem;
    height: 2.708rem;
    margin-right: 0.417rem;
}
.home-sec-2 .item .icon img{
    width: 100%;
    height: auto;
}
.home-sec-3{
    padding-bottom: 2.083rem;
}
.home-sec-3 .swiper{
    margin-left: -0.26rem;
    padding-right: 8.333rem;
}
.home-sec-3 .swiper-slide{
    padding: 0 0.26rem;
}
.home-sec-3 .swiper-slide .img-wrap{
    margin-bottom: 0.9375rem;
}
.home-sec-3 .swiper-slide h3{
    text-decoration: underline;
}
.home-flash-sale{
    background: url('../images/home-flash-sale-bg.jpg');
    padding: 1.823rem 2.604rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.home-sec-4{
    padding-bottom: 4.167rem;
}
.box-countdown-timer{
    display: flex;
    align-items: center;
    gap: 1.5625rem;
}
.box-countdown-timer .flash-sale-countdown{
    display: flex;
    align-items: center;
}
.box-countdown-timer .countdown-item+.countdown-item{
    margin-left: 1.25rem;
}
.box-countdown-timer .countdown-item .countdown{
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    height: 2.34375rem;
    min-width: 2.34375rem;
    padding: 0 0.26rem;
    color: #000;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.26rem;
    position: relative;
}
.box-countdown-timer .countdown-item:not(:last-child) .countdown:after{
    position: absolute;
    width: 0.521rem;
    font-weight: 600;
    font-size: 1.5625rem;
    top: 50%;
    transform: translateY(-50%);
    content: ':';
    color: #FFF;
    left: calc(100% + 0.417rem);
}
.box-countdown-timer .countdown-item .unit{
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 0.78125rem;
    margin-top: 0.417rem;
    color: #FFF;
    text-align: center;
}
.box-countdown-timer .divider{
    color: #FFF;
    margin: 0 0.417rem;
    font-weight: 600;
    font-size: 1.5625rem;
}
.home-sec-4 .swiper{
    margin: 0 -0.26rem;
}
.home-sec-4 .swiper-slide{
    padding: 0 0.26rem;
}
.home-sec-4 .swiper-slide .product-item{
    background-color: #FFF;
}
.home-sec-4 .sec-heading{
    margin-bottom: 2.865rem;
}
.home-sec-4 .btn-white{
    margin-top: 1.458rem;
}
.home-sec-5{
    padding-bottom: 4.167rem;
}
.home-sec-5 .swiper-pagination{
    position: relative;
}
.home-sec-5 .swiper-pagination-progress{
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
}
.home-sec-5 .swiper{
    margin-left: -0.521rem;
}
.home-sec-5 .swiper-slide{
    padding: 0 0.521rem;
}
.home-sec-5 .swiper-arrow-2{
    background-color: #FFF;
}
.home-sec-3 .swiper-arrow-2.next,
.home-sec-4 .swiper-arrow-2.next,
.home-sec-5 .swiper-arrow-2.next{
    right: -1.146rem;
}
.home-sec-3 .swiper-arrow-2.prev,
.home-sec-4 .swiper-arrow-2.prev,
.home-sec-5 .swiper-arrow-2.prev{
    left: -1.146rem;
}
.home-sec-5 a.btn{
    padding: 0.625rem 1.25rem;
    flex: 0 0 auto;
}
.home-sec-5 a.btn > svg{
    display: none;
}
.home-sec-5 .sec-heading{
    margin-bottom: 1.458rem;
}
.home-sec-6 .sec-heading{
    margin-bottom: 1.5625rem;
}
.home-sec-6{
    padding: 2.865rem 0;
    background-color: #FAFAFC;
    margin-bottom: 4.167rem;
}
.home-sec-6 .arrows{
    gap: 1.042rem;
}
.home-sec-6 .swiper{
    margin-left: -0.521rem;
    padding-right: 3.125rem;
}
.home-sec-6 .swiper-slide{
    padding: 0 0.521rem;
}
.home-sec-6 .swiper-slide .img-wrap{
    aspect-ratio: 330/440;
    border-radius: 0.521rem;
}
.home-sec-6 .swiper-slide .cont-wrap{
    padding: 1.042rem 1.25rem 0 0.521rem;
}
.home-sec-6 .swiper-slide .cont-wrap h3{
    font-weight: 700;
    font-size: 1.042rem;
    line-height: 1.4;
    margin-bottom: 0.521rem;
}
.home-sec-6 .swiper-slide .cont-wrap .excerpt{
    margin-bottom: 0.78125rem;
}
.home-sec-6 .swiper-slide .cont-wrap .link{
    font-weight: 400;
    font-size: 0.729rem;
    text-decoration: underline;
    color: #555555;
}
.home-term-child{
    gap: 1.25rem;
    overflow: auto;
}
.home-term-child > .home-term{
    cursor: pointer;
    padding: 0.625rem 1.25rem;
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 1.042rem;
    border: 1px solid var(--main-cl);
    border-radius: 0.521rem;
    flex: 0 0 auto;
    transition: all 0.4s;
}
.home-term-child > .home-term:hover,
.home-term-child > .home-term.active{
    color: #FFF;
    background-color: #000;
}
.home-sec-7 .product-cat-sec+.product-cat-sec{
    margin-top: 5.208rem;
}
.home-sec-7 .product-cat-sec .home-term-result .col-3{
    min-height: 33.333rem;
}
.home-sec-7{
    padding-bottom: 5.208rem;
}
.home-sec-8{
    padding-bottom: 4.167rem;
}
.home-sec-8 .col-6:nth-child(1){
    padding-right: 0.833rem;
}
.home-sec-8 .col-6:nth-child(1) .img-wrap{
    aspect-ratio: 464/323;
}
.home-sec-8 .col-6:nth-child(1) .cont-wrap{
    padding-top: 0.521rem;
}
.home-sec-8 .col-6:nth-child(1) .cont-wrap h3{
    margin-bottom: 0.625rem;
}
.home-sec-8 .col-6:nth-child(2){
    padding-left: 2.083rem;
    padding-right: 2.083rem;
}
.home-sec-8 .item+.item{
    margin-top: 1.25rem;
}
.home-sec-8 .item .img-wrap{
    width: 6.51rem;
    min-width: 6.51rem;
    margin-right: 1.042rem;
    aspect-ratio: 125/84;
    border-radius: 0.26rem;
}
.home-sec-8 .btn-secondary{
    margin-top: 1.25rem;
}
.home-sec-8 .col-4{
    padding-left: 4.167rem;
}
.home-sec-8 .title{
    font-weight: 900;
    font-size: 1.823rem;
    line-height: 2.083rem;
}
.home-sec-9{
    padding-bottom: 1.042rem;
}
.home-sec-9 .swiper{
    margin: 0 -0.78125rem;
}
.home-sec-9 .swiper-slide{
    padding: 0 0.78125rem;
}
.home-sec-10{
    padding-bottom: 2.083rem;
}
.product-cat-sec .parent-term-name{
    font-weight: 900;
    font-size: 1.771rem;
    line-height: 40px;
}
.product-cat-brands-2 .arrow-btn{
    display: flex;
    align-items: center;
    width: max-content;
    gap: 0.5rem;
    font-weight: 500;
    font-size: 0.75rem;
    color: #636363;
}
.load_home_page svg {
    width: 16.667rem;
    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: #FFF;
    /*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: Signature1;
    animation-duration: 12s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #000;
    stroke-width: 0.3px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-1{
    fill: #000;
}
@keyframes Signature1 {
    to {
        stroke: #000;
        stroke-dashoffset: 0;
    }
}

.path-2{
    animation-name: Signature2;
    animation-duration: 7s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 0.3px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
@keyframes Signature2 {
    to {
        stroke: var(--sub-cl);
        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: #FFF;
    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;
}
.product-cat.search-page #product-grid{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.box-loading{
    position: relative;
    min-height: 10.417rem;
}
.box-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 #d8d8d8;
    border-bottom-color: var(--main-cl);
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.6s linear infinite;
}
.nk-checkout-page .woocommerce-notices-wrapper{
    display: none !important;
}
.cart_totals.processing:before,
.woocommerce-cart-form.processing:before{
    display: none !important;
}
#popup-pre-order{
    display: none;
    width: 31.25rem;
    padding: 2.083rem 1.5625rem;
}
#popup-pre-order form{
    margin-bottom: 0;
}
#popup-pre-order .form-title{
    margin-bottom: 1.042rem;
}
#popup-pre-order input[name="pre-order-product"]{
    pointer-events: none !important;
    background-color: #ececec;
}
#popup-order-details{
    width: 60.417rem;
    padding: 1.458rem 2.083rem 3.021rem;
    border-radius: 1.042rem;
}
#popup-order-details .order-details-header{
    padding-bottom: 1.458rem;
    border-bottom: 1px solid #000000;
}
#popup-order-details .order-details-header .label{
    font-size: 0.677rem;
    line-height: 0.833rem;
    font-weight: 400;
    color: #4e4e4e;
    margin-right: 0.625rem;
}
#popup-order-details .order-details-header .left-col .value{
    font-size: 1.667rem;
    line-height: 2.083rem;
    font-weight: 600;
}
#popup-order-details .order-details-header .right-col .item+.item{
    margin-left: 2.1875rem;
}
#popup-order-details .order-details-header .right-col .order-status{
    border-radius: 0.26rem;
    padding: 0.26rem 0.521rem;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 0.78125rem;
}
#popup-order-details .order-details-header .right-col .value{
    font-weight: 500;
    font-size: 0.677rem;
    line-height: 1.09375rem;
}
#popup-order-details .order-details-body{
    padding-top: 2.1875rem;
}
#popup-order-details .order-details-body .receiver-title{
    margin-bottom: 0.833rem;
    font-weight: 600;
    font-size: 0.78125rem;
    line-height: 1.042rem;
}
#popup-order-details .order-details-body .col-6:nth-of-type(1){
    padding-right: 3.125rem;
}
#popup-order-details .order-details-body .order-details-row{
    display: flex;
    font-weight: 300;
    font-size: 0.677rem;
    line-height: 1.042rem;
    padding: 0.521rem 0;
    border-bottom: 1px dashed #000;
}
#popup-order-details .order-details-body .order-details-row.billing-address{
    border-bottom: none;
    margin-bottom: 2.8125rem;
}
#popup-order-details .order-details-body .order-details-row > strong.label{
    font-weight: 600;
}
#popup-order-details .order-details-body .order-details-row > .label{
    text-align: left;
    width: 40%;
}
#popup-order-details .order-details-body .order-details-row > .value{
    text-align: right;
    width: 60%;
}
#popup-order-details .order-details-body .checkout-total-table{
    display: flex;
    flex-direction: column;
}
#popup-order-details .order-details-body .checkout-total-table > .order-details-row.payment_method{
    order: 98;
    border-bottom: none;
    padding: 1.302rem 0 0.417rem 0;
    border-top: 1px solid #000;
    margin-top: -1px;
}
#popup-order-details .order-details-body .checkout-total-table > .order-details-row.order_total > .label,
#popup-order-details .order-details-body .checkout-total-table > .order-details-row.payment_method > .label{
    font-weight: 600;
}
#popup-order-details .order-details-body .checkout-total-table > .order-details-row.order_total{
    order: 99;
    border-bottom: none;
    padding: 0;
}
#popup-order-details .order-details-body .checkout-total-table > .order-details-row.order_total span.amount{
    font-weight: 700;
    font-size: 0.833rem;
    line-height: 1.042rem;
}
#popup-order-details .order-details-body .NK-orders-list.woo-orders .order-item .order-product-item:last-child{
    padding-bottom: 0;
}
#popup-order-details .order-details-body .NK-orders-list.woo-orders .order-item .order-product-item:first-child{
    padding-top: 0;
}
#popup-order-details .order-details-body .NK-orders-list.woo-orders .order-item .order-product-item .thumb-wrap{
    margin-right: 1.042rem;
}
#popup-order-details .order-details-body .col-6:nth-of-type(2) > .flex-box{
    gap: 1.5625rem;
    height: 100%;
}
#popup-order-details .order-details-body .button-cancel-order{
    margin-left: auto;
}
.default-page form.track_order{
    padding: 4.375rem 6.25rem;
    border-radius:  1.042rem;
    box-shadow: 0 0 20px #dedede;
    margin: 4.167rem 0;
}
.default-page form.track_order > p{
    font-size: 0.78125rem;
    line-height: 1.6;
    margin-bottom: 0.833rem;
}
.default-page form.track_order button[type="submit"]{
    cursor: pointer;
    height: auto;
    padding: 0.625rem 3.125rem;
    min-height: unset;
    border-radius: 0.26rem;
    border: 1px solid #000000;
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.833rem;
    line-height: 1.25rem;
    transition: all 0.4s;
    text-transform: initial;
}
#tt-reviews{
    margin-bottom: 6.25rem;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-information .name-wrap > a,
section.account-login-page .ajax-form-wrapper .ajax-form-redirect > a{
    color: #000;
    transition: all 0.3s;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-information .name-wrap > a:hover,
section.account-login-page .ajax-form-wrapper .ajax-form-redirect > a:hover{
    color: #a6a6a6;
}
#NK-update-profile-form .avatar-wrap .avatar-image{
    border-radius: 50%;
    overflow: hidden;
}
.woocommerce-error.message-wrapper{
    display: none !important;
}
.header-account-item .sub-menu > li > a > svg{
    width: 1.25rem;
    height: 1.25rem;
}
.btn.pre-order-btn{
    flex-direction: column;
    text-transform: initial;
    padding-top: 0.208rem;
    padding-bottom: 0.208rem;
    width: 100%;
    display: none;
}
.btn.pre-order-btn span{
    display: block;
    text-align: center;
}
.btn.pre-order-btn .text-2{
    font-size: 0.677rem;
}
#main-menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 99999;
    background-color: #FFF;
    height: 100vh;
    transform: translateX(-100%);
    transition: all 0.6s;
}
#main-menu.active{
    transform: translateX(0);
}
#main-menu .close-sidebar-menu{
    position: absolute;
    right: 16px;
    z-index: 99;
    top: 16px;
    display: flex;
    padding: 8px;
}
#main-menu .close-sidebar-menu svg{
    width: 16px;
    height: auto;
}
#main-menu .sidebar-menu-heading{
    padding: 24px;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #FFF;
}
#main-menu .sidebar-menu{
    max-height: calc(100vh - 100px);
    padding: 0 24px;
    transition: all 0.6s;
}
#main-menu .sidebar-menu > ul > li > button{
    margin-right: 0;
    width: auto;
    aspect-ratio: 1;
    color: #000;
    opacity: 1;
}
#main-menu .sidebar-menu > ul > li > a{
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    padding: 17px 0;
    color: #000;
}
#main-menu .sidebar-menu > ul li > ul.sub-menu{
    padding: 0;
    bottom: unset;
    top: -74px;
    background: #FFF;
    z-index: 9;
}
#main-menu .sidebar-menu > ul li > ul.sub-menu > .menu-item{
    margin: 0 24px;
    width: calc(100% - 48px);
    border-top: 1px solid #EEEEEE;
}
#main-menu .sidebar-menu > ul li > ul.sub-menu > .menu-item > a{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: initial;
    padding: 17px 0;
    color: #000;
}
#main-menu .sidebar-menu > ul li > ul.sub-menu > .nav-slide-header{
    padding: 9px 24px;
    background-color: #F5F5F5;
    margin-bottom: 28px;
}
#main-menu .sidebar-menu > ul li > ul.sub-menu > .nav-slide-header button{
    text-align: center;
    padding: 0;
    margin: 0;
    border: none !important;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    opacity: 1;
}
#main-menu .sidebar-menu > ul li > ul.sub-menu > .nav-slide-header button > .icon-angle-left{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
#main-menu .sidebar-menu > ul li > ul.sub-menu > .nav-slide-header+li.menu-item{
    border-top: none !important;
}
#masthead > .header-inner .nav-icon .hamburger{
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
}
#masthead > .header-inner .nav-icon .hamburger > span{
    width: 100%;
    height: 1.5px;
    background-color: #000;
    transition: all 0.4s;
}
#masthead > .header-inner .nav-icon .active .hamburger span:nth-of-type(2){
    opacity: 0;
}
#masthead > .header-inner .nav-icon .active .hamburger span:nth-of-type(1){
    transform: rotate(45deg) translateX(6px) translateY(6px);
}
#masthead > .header-inner .nav-icon .active .hamburger span:nth-of-type(3){
    transform: rotate(135deg) translateX(-6px) translateY(6px);
}
@media only screen and (min-width: 1200px)  {
    body, html {
        font-size: 1vw;
    }
    .arrow-button:hover span svg{
        transform: translateY(0.4rem);
    }
    .arrows .arrow:hover{
        background-color: var(--main-cl);
    }
    .arrows .arrow:hover path{
        stroke: #FFF;
    }
    .btn-white:hover{
        color: var(--main-cl);
        background-color: #FFF;
    }
    .btn-secondary:hover{
        background-color: var(--main-cl);
        color: #FFF;
    }
    .form-wrap .form-group.form-submit:hover .btn-primary,
    .btn-primary:hover{
        background-color: transparent;
        color: var(--main-cl);
    }
    .btn-primary:hover path,
    .form-wrap .form-group.form-submit:hover .btn-primary path{
        fill: var(--main-cl);
    }
    .btn-secondary:hover path{
        fill: #FFF;
    }
    .nav-tabs ul > li:hover > a,
    .nav-tabs ul > li.current-menu-item > a{
        background-color: var(--main-cl);
        color: #FFF;
    }
    .related-products .swiper-arrow-2:hover{
        background-color: var(--main-cl) !important;
    }
    .suggest-products .suggest-product:hover .cont-wrap .title > a,
    section.posts-by-term .grid-3 .posts-wrap .item:hover .fs-16,
    .related-posts .related-post:hover a.text-primary,
    .post-item:hover .cont-wrap h3{
        color: var(--sub-cl);
    }
    .home-sec-2 .grid-box .item:hover img{
        transform: rotateY(360deg);
    }
    .home-sec-6 .swiper-slide .item:hover .img-wrap img,
    .product-item:hover .img-wrap img,
    .home-sec-3 .swiper-slide .item:hover .img-wrap img,
    .home-sec-8 .item:hover .img-wrap img,
    .home-sec-9 .swiper-slide .img-wrap:hover img,
    .product-main-content .product-real-images .item:hover .img-wrap img,
    .suggest-products .suggest-product:hover .img-wrap img,
    section.posts-by-term .grid-3 .posts-wrap .item-within-img:hover .img-wrap img,
    .about-3 .swiper .item:hover img,
    .related-posts .related-post:hover .img-wrap img,
    .post-item:hover .img-wrap img{
        transform: scale(1.1);
    }
    .post-details .post-tags > a:hover{
        background-color: var(--main-cl);
        color: #FFF;
    }
    .about-2 .swiper-slide .item:hover{
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }
    #footer .footer-main .cont a:hover,
    #footer .menu-footer > li > a:hover{
        text-decoration: underline;
    }
    #footer .footer-socials > a:hover img{
        transform: scale(0.85);
    }
    .arrow-btn:hover svg{
        transform: translateX(5px);
    }
}
/*@media only screen and (min-width: 1921px)  {*/
/*    html{*/
/*        font-size: 0.8vw;*/
/*    }*/
/*}*/
@media only screen and (max-width: 1600px) and (min-width: 1200px){
    html{
        font-size: 1.2vw;
    }
}
@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);
    }
    .career-page .title-group h2 strong{
        font-size: 2rem;
    }
    #header #masthead .header-inner .searchform-wrapper form{
        width: 26rem;
    }
    .btn{
        padding: 0.625rem 1.5rem;
    }
    #NK-update-profile-form .avatar-wrap{
        margin-left: 2rem;
    }
    .career-details .col-3{
        padding-right: 0;
    }
    .about-1 .cont-wrap{
        padding: 1.5rem;
    }
    .about-3 .col-6:nth-of-type(1){
        padding-left: 0;
        padding-top: 0;
    }
    .about-5 .col-6:nth-of-type(1){
        padding-right: 0;
        padding-left: 0;
    }
    section.posts-by-term .grid-3 .sec-title-30{
        font-size: 1.4rem;
    }
    section.posts-by-term .grid-3 .item-within-img .cont-wrap h3{
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .featured-posts .grid-box .post-item:not(:nth-of-type(1)) .img-wrap{
        width: 12rem;
        flex: 0 0 12rem;
    }
    .suggest-products .suggest-product .img-wrap{
        width: 3rem;
        min-width: 3rem;
    }
    .home-sec-2 .grid-box{
        grid-gap: 3rem
    }
    .home-sec-7 .product-cat-sec .home-term-result .col-3{
        min-height: 28.125rem;
    }
    .term-item .cont-wrap{
        padding: 1rem;
    }
    .product-cat-sec .parent-term-name{
        font-size: 1.4rem;
    }
    .home-sec-8 .col-6:nth-child(1){
        padding-right: 0;
    }
    .home-sec-8 .col-6:nth-child(2){
        padding-right: 0;
    }
    .home-sec-8 .col-4{
        padding-left: 2rem;
    }
    .term-item .term-name{
        font-size: 1.75rem;
        line-height: 1.5;
    }
    .product-cat.search-page #product-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    #header #wide-nav .header-bottom-nav ul#mega-menu-primary.mega-menu.max-mega-menu > li > ul.mega-sub-menu > li > ul > li > ul > li{
        padding: 0.5rem;
    }
}
@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-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;
    }
    .career-page .title-group h2 strong{
        font-size: 1.75rem;
        margin-top: 0.25rem;
    }
    header#header #masthead{
        border-bottom: 1px solid #EDEDED;
        height: auto;
        padding: 10px 0;
    }
    .sec-title-50{
        font-size: 2rem;
    }
    .about-1 .cont-wrap{
        padding: 0.5rem;
    }
    .about-3 .col-6:nth-of-type(1){
        padding-right: 1rem;
    }
    .about-3 .col-6 .since > span{
        font-size: 4rem;
        margin-left: -0.5rem;
    }
    .about-1 h1{
        clip: rect(1px, 1px, 1px, 1px);
        word-wrap: normal !important;
        border: 0;
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        overflow-wrap: normal !important;
        padding: 0;
        position: absolute !important;
        width: 1px;
    }
    .policy-page .col-3{
        padding-right: 1rem;
    }
    .nav-tabs ul > li > a{
        padding: 0.625rem 0.75rem;
    }
    .featured-posts .grid-box{
        grid-gap: 1rem 2rem
    }
    .featured-posts .grid-box .post-item:not(:nth-of-type(1)) .img-wrap{
        flex: 0 0 8rem;
        width: 8rem;
    }
    section.posts-by-term .grid-2{
        grid-gap: 2rem;
    }
    section.posts-by-term .grid-3{
        grid-template-columns: 1fr 1fr;
    }
    section.posts-by-term .grid-3 .term-column:nth-of-type(odd):last-child{
        grid-column: 1/3;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    section.posts-category #post-grid{
        grid-gap: 1.5rem
    }
    .post-details .col-3{
        padding-right: 1rem;
    }
    .suggest-products .suggest-product{
        flex-direction: column;
    }
    .suggest-products .suggest-product .cont-wrap{
        width: 100%;
    }
    .suggest-products .suggest-product .img-wrap{
        width: 100%;
    }
    .related-posts .related-post > .flex-box{
        flex-direction: column;
    }
    .related-posts .related-post .img-wrap{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.625rem;
    }
    .sidebar-item+.sidebar-item{
        margin-top: 2rem;
    }
    #header .header-wrapper #masthead .header-inner .header-item{
        margin: 0 !important;
    }
    #header .header-wrapper #masthead .header-inner .header-item > a{
        position: relative;
        display: flex;
        padding: 0;
        margin: 0;
    }
    #header .header-wrapper #masthead .header-inner .header-item > a .cart-total-count{
        font-weight: 700;
        font-size: 0.625rem;
        line-height: 0.9375rem;
        border-radius: 3.125rem;
        color: #FFF;
        background: #F6532A;
        text-align: center;
        padding-left: 0.125rem;
        padding-right: 0.125rem;
        min-width: 0.9375rem;
        position: absolute;
        top: -0.5rem;
        right: -0.625rem;
    }
    #header .header-wrapper #masthead .header-inner .show-for-medium.flex-right > ul{
        gap: 1.5rem
    }
    #header .header-wrapper #masthead .header-inner .show-for-medium.flex-right > ul > li > a{
        padding: 0 !important;
        display: flex !important;
    }
    #header .header-wrapper #masthead .header-inner .show-for-medium.flex-right > ul > li > a svg{
        width: 1.25rem;
        height: 1.25rem;
    }
    .home-sec-2 .grid-box{
        grid-gap: 1rem;
    }
    .tablet-text-center{
        text-align: center;
    }
    .home-sec-4 .sec-heading .title-group{
        text-align: center;
        margin-bottom: 1.25rem;
    }
    .box-countdown-timer{
        justify-content: center;
        flex-direction: column;
        gap: 0.5rem
    }
    .home-flash-sale{
        padding: 1.5rem;
    }
    .home-term-child{
        gap: 0.5rem
    }
    .home-term-child > .home-term{
        padding: 0.5rem 0.75rem;
        font-size: 0.7rem;
    }
    .term-item .term-name > span{
        font-size: 0.875rem;
        line-height: 1.4;
    }
    .term-item .term-name{
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .tablet-mx-auto{
        margin-left: auto;
        margin-right: auto;
    }
    .product-details .col-7{
        padding-right: 0;
        margin-bottom: 2.5rem;
    }
    .product-main-content .product-real-images .flex-box{
        grid-gap: 1.5rem;
    }
    .product-main-content .product-real-images .item .img-des{
        padding: 0 0.5rem;
    }
    .product-main-content .product-real-images .item{
        width: calc(100% / 3 - 1.5rem * 2 / 3);
    }
    .product-main-content .grid-box{
        grid-gap: 1.875rem 1rem;
    }
    .product-cat-brands-2 .swiper-arrow-2 svg{
        height: 1.25rem;
        width: auto;
    }
    .product-cat-brands-2 .swiper-arrow-2{
        width: 2.25rem;
        height: 2.25rem;
    }
    .product-cat .col-3{
        padding-right: 1rem;
    }
    #popup-order-details .order-details-body .col-6:nth-of-type(1){
        padding-right: 1.5rem;
    }
    .contact-sec .col-4{
        padding-right: 2rem;
    }
    .default-page form.track_order{
        padding: 2rem 3rem;
        margin: 2rem 0;
    }
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content,
    .mfp-close,
    .mfp-container, .mfp-wrap,
    .mfp-bg{
        top: 4.0625rem !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);
    }
    header#header{
        z-index: 9999;
    }
    .off-canvas .nav-vertical>li>a{
        color: #333;
    }
    .off-canvas-left .mfp-content{
        background-color: #FFF;
    }
    .off-canvas #main-menu .nav-vertical > li.current-menu-item {
        background-color: var(--main-cl);
    }
    .off-canvas #main-menu .nav-vertical > li.current-menu-item .icon-angle-down,
    .off-canvas #main-menu .nav-vertical > li.current-menu-item a{
        color: #FFF;
    }
}
@media only screen and (max-width: 767px){
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .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: -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;
    }
    .mobile-text-center{
        text-align: center;
    }
    .load_home_page svg {
        width: 15rem;
    }
    .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;
    }
    .career-page .title-group .col-6:nth-of-type(2){
        padding-left: 0;
    }
    .career-page .title-group h2 span{
        font-size: 0.9375rem;
    }
    .career-page .title-group h2 strong{
        font-size: 1.5rem;
    }
    .sec-title-30{
        font-weight: 800;
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .career-item{
        padding: 1.25rem;
    }
    .career-item h3{
        margin-bottom: 0.9375rem;
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.875rem;
    }
    .career-item .grid-box .info-item{
        font-size: 0.75rem;
        line-height: 1.3125rem;
    }
    .career-item .grid-box .info-item svg{
        width: 0.875rem;
        min-width: 0.875rem;
        margin-right: 0.875rem;
        transform: translateY(0.25rem);
    }
    .career-item .button-wrap{
        margin: 1.875rem auto 0;
    }
    .career-item .button-wrap .btn{
        padding: 1.125rem 3rem;
        font-weight: 500;
        font-size: 0.9375rem;
    }
    header#header #masthead{
        padding: 0.625rem 1rem;
    }
    .banner-sec .grid-container{
        padding-left: 0;
        padding-right: 0;
    }
    .banner-sec .banner-content{
        width: calc(100% - 2rem);
    }
    .banner-sec h1{
        font-weight: 900;
        font-style: Italic;
        font-size: 2rem;
        line-height: 1.3;
    }
    .sec-des{
        font-size: 0.75rem;
        text-align: justify;
    }
    .career-page .career-title{
        margin-bottom: 0.9375rem;
    }
    .career-page{
        padding: 1.25rem 0 3.125rem;
    }
    .career-page .arrow-button{
        margin-top: 1.875rem;
    }
    .career-details{
        padding: 3.125rem 0;
    }
    .career-details .col-9 h1.sec-title-30{
        font-size: 2rem;
        margin-bottom: 0.625rem !important;
    }
    .career-details .col-9{
        padding-left: 0;
    }
    .breadcrumbs ol{
        font-weight: 400;
        font-size: 0.8125rem;
        line-height: 1.4;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.625rem;
    }
    header#header #masthead #logo img,
    header#header #masthead #logo{
        height: 2.5rem;
    }
    .career-details .short-information .item{
        font-size: 13px;
        line-height: 21px;
    }
    .career-details .short-information .grid-box{
        grid-template-columns: 1fr;
        grid-gap: 0.625rem;
    }
    .career-details .title-group{
        padding-bottom: 0.875rem;
        margin-bottom: 1.25rem;
    }
    .career-details .short-information{
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .career-details .details-information .item+.item{
        margin-top: 1.875rem;
    }
    .career-details .details-information .item h2{
        font-weight: 700;
        font-size: 1rem;
    }
    .career-details .details-information .item .reset-last{
        font-weight: 400;
        font-size: 0.8125rem;
        line-height: 1.3125rem;
    }
    .career-details .col-3{
        margin-top: 1.875rem;
    }
    .career-details .career-contact .item .des{
        font-weight: 400;
        font-size: 0.8125rem;
    }
    .career-details .career-contact .item .title{
        font-weight: 700;
        font-size: 0.9375rem;
        line-height: 1.25rem;
    }
    .career-details .career-contact .btn-primary{
        width: 100%;
    }
    .btn{
        height: 3.125rem;
        border-radius: 0.625rem;
    }
    .career-details .expiry-date{
        font-size: 0.8125rem;
        line-height: 1.125rem;
    }
    .about-1 .grid-container{
        padding-left: 0;
        padding-right: 0;
        padding-top: 0.625rem;
    }
    .about-1 .grid-container .img-wrap{
        border-radius: 0;
    }
    .about-1 .cont-wrap{
        padding: 1.875rem;
    }
    .sec-title-40{
        line-height: 1.4;
    }
    .sec-title-50{
        font-weight: 800;
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .about-2 .swiper-arrow-2{
        display: none !important;
    }
    .about-2 .swiper{
        padding-right: 11.875rem;
        margin-right: -1rem;
    }
    .about-2 .swiper-pagination{
        border-radius: 0.625rem;
        background: #EAE8E8;
        height: 0.3125rem;
    }
    .about-2 .swiper-pagination .swiper-pagination-progressbar-fill{
        background-color: #A6A6A6;
        border-radius: 0.625rem;
    }
    .about-3 .col-6 h2.sec-title-40{
        font-size: 2rem;
        text-align: center;
        margin-bottom: 1.875rem;
    }
    .about-3 .col-6:nth-of-type(1){
        padding-right: 0;
    }
    .about-3 .col-6 .sec-des{
        font-size: 0.8125rem;
        margin-bottom: 0.75rem;
    }
    .about-3 .col-6 .since{
        justify-content: center;
        margin-bottom: 1.5rem;
    }
    .about-3 .col-6 .since > span{
        font-size: 6.875rem;
    }
    .about-3 .col-6:nth-of-type(2){
        padding-left: 0;
    }
    .about-3 .swiper{
        margin: 3.125rem -1rem 0 -0.3125rem;
        padding-right: 1.875rem;
    }
    .about-3 .swiper .swiper-slide{
        padding: 0 0.3125rem;
    }
    .about-3{
        padding-bottom: 3.125rem;
    }
    .about-4{
        position: relative;
    }
    .about-4 .img-wrap{
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        height: 100%;
    }
    .about-4 .cont-wrap{
        position: relative;
        z-index: 3;
        background: linear-gradient(179.64deg, rgba(0, 0, 0, 0) -24.81%, #000000 70.79%);
        padding: 17.1875rem 1.5rem 4rem;
    }
    .about-4 .cont-wrap .sec-des{
        font-size: 0.8125rem;
        text-align: left;
        line-height: 1.6;
    }
    .about-4 .cont-wrap .sec-title-40{
        font-weight: 800;
        font-size: 2.5rem;
        margin-bottom: 1.875rem;
        width: max-content;
        max-width: 100%;
    }
    .about-4 .cont-wrap .sec-title-40:before{
        bottom: -5px;
        left: -24px;
        transform: unset;
        right: unset;
        top: unset;
        width: calc(100% + 1.5rem);
    }
    .about-5 .col-6:nth-of-type(2){
        padding-left: 0;
        padding-top: 1.875rem;
    }
    .about-5{
        padding: 3.125rem 0;
    }
    .about-5 .sec-des{
        font-size: 0.8125rem;
        line-height: 1.6;
    }
    .about-5 .sec-des strong, .about-5 .sec-des b{
        font-size: 0.9375rem;
    }
    .about-5 .contact{
        gap: 1.25rem;
    }
    .policy-page .col-3{
        display: none;
    }
    .policy-page{
        padding: 1.5rem 0 5rem;
    }
    .policy-page .col-9{
        padding-left: 0;
    }
    .policy-page .post-title{
        margin-bottom: 2rem;
    }
    .post-content{
        font-size: 0.8125rem;
        line-height: 1.6;
    }
    .posts-sec h2.sec-title-40{
        font-weight: 900;
        font-size: 2.25rem;
        text-align: center;
    }
    section.posts-sec{
        padding: 1.625rem 0 1.875rem;
    }
    .featured-posts .grid-box .post-item:nth-of-type(1){
        grid-row: unset;
        padding-bottom: 1.5rem;
        margin-bottom: 1.875rem;
        border-bottom: 1px solid #A6A6A6;
    }
    .featured-posts .grid-box{
        grid-gap: 0
    }
    .featured-posts .grid-box .post-item:last-child{
        margin-bottom: 0 !important;
    }
    .featured-posts .grid-box .post-item:not(:nth-of-type(1)){
        margin-bottom: 1.875rem;
    }
    section.posts-by-term .title-group{
        border: none;
        padding-bottom: 0;
        margin-bottom: 1.75rem;
        text-align: center;
    }
    section.posts-by-term .title-group a{
        display: none !important;
    }
    .featured-posts .grid-box .post-item:not(:nth-of-type(1)) .img-wrap{
        width: 9.375rem !important;
        height: 9.375rem !important;
        flex: 0 0 9.375rem !important;
        margin: 0 !important;
    }
    .post-horizontal .post-item .post-author{
        font-size: 0.75rem;
    }
    section.posts-by-term .grid-2{
        grid-gap: 3.125rem;
    }
    section.posts-by-term .grid-2 .posts-wrap .post-item{
        display: block;
    }
    section.posts-by-term .grid-2 .posts-wrap{
        display: grid;
    }
    .post-horizontal .post-item{
        flex-direction: column;
        gap: 0;
    }
    .progress{
        height: 0.3125rem;
        background-color: #EAE8E8;
        margin-top: 1.25rem;
        border-radius: 0.3125rem;
        display: block;
        width: 100%;
        overflow: hidden;
        background-image: linear-gradient(to right, black, black);
        background-repeat: no-repeat;
        background-size: 0 100%;
        transition: background-size .4s ease-in-out;
    }
    .progress .slider__label{
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
        border-radius: 0.3125rem;
    }
    section.posts-by-term .grid-2 .term-column .sec-title-30{
        font-weight: 900;
        font-size: 1.875rem;
        margin-bottom: 1.625rem;
    }
    section.posts-by-term .grid-2 .posts-wrap .post-item{
        margin-top: 0 !important;
        padding: 0 1.25rem;
    }
    section.posts-by-term .grid-2 .posts-wrap .slick-list{
        margin-left: -1.25rem;
        padding-right: 5rem;
        margin-right: -1rem;
    }
    section.posts-by-term .grid-2 .posts-wrap .post-item .img-wrap{
        aspect-ratio: 1;
    }
    section.posts-by-term .grid-2 .posts-wrap .post-item .cont-wrap{
        padding: 0;
    }
    section.posts-by-term .grid-2 .term-column .show-mobile > a{
        margin-top: 1.875rem;
    }
    .post-item .img-wrap{
        margin-bottom: 1.25rem;
        width: 100% !important;
        flex: unset !important;
    }
    .post-item .cont-wrap{
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    .post-item .cont-wrap h3{
        margin-bottom: 0.75rem;
        font-weight: 600;
        font-size: 1.25rem;
        line-height: 1.5625rem;
    }
    .post-item .cont-wrap .excerpt{
        font-weight: 400;
        font-size: 0.9375rem;
        line-height: 1.6;
    }
    section.posts-category #post-grid{
        grid-gap: 2.5rem;
    }
    section.posts-category .NK-load-more-btn{
        margin-top: 2.5rem;
        width: 100%;
    }
    .post-details .post-title{
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .post-details .suggest-posts{
        margin-top: 3rem;
    }
    .post-details .col-3{
        padding-right: 0;
        padding-top: 3.125rem;
    }
    .box-content.suggest-products,
    .related-posts{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem 1rem;
        margin-top: 1.5rem;
    }
    .related-posts .related-post{
        margin: 0 !important;
    }
    .related-posts a.btn{
        grid-column: 1/3;
        margin: 0;
    }
    .suggest-products .suggest-product:nth-child(4n){
        display: flex !important;
    }
    .suggest-products .suggest-product{
        padding-top: 0;
    }
    .post-details .suggest-posts .swiper{
        padding-right: 5rem;
        margin-right: -1rem;
    }
    #footer {
        background-color: #FFF;
    }
    #footer .footer-main{
        padding-top: 0;
        padding-bottom: 1.25rem;
    }
    #footer .footer-content-wrap{
        padding-top: 1.5rem;
        padding-bottom: 0.9375rem;
    }
    #footer .footer-title{
        padding: 0.875rem 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0.75rem;
        font-weight: 800;
        font-size: 1rem;
        line-height: 1.5625rem;
        margin-bottom: 0;
        border-bottom: 1px solid #000000
    }
    #footer .footer-title.active line:nth-child(2){
        opacity: 0;
    }
    #footer .footer-title svg{
        width: 0.9375rem;
        height: 0.9375rem;
    }
    #footer .footer-main .footer-contact .item .title{
        font-weight: 700;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    #footer .footer-main .cont{
        font-weight: 300;
        font-size: 0.75rem;
        line-height: 1.6;
    }
    #footer .menu-footer > li > a{
        font-size: 0.9375rem;
        line-height: 1.6;
    }
    #footer .menu-footer > li+li{
        margin-top: 0.5rem;
    }
    #footer .footer-socials{
        margin-bottom: 1.5rem;
    }
    #footer .footer-bottom{
        padding: 0 0 1.875rem;
    }
    #footer .footer-bottom .reset-last{
        font-weight: 300;
        font-size: 0.75rem;
        margin-bottom: 0.625rem;
    }
    header#header #masthead{
        height:  auto !important;
        padding: 0.75rem 1rem;
    }
    .home-sec-1 .grid-container{
        padding-left: 0;
        padding-right: 0;
    }
    .home-sec-3 .swiper{
        padding-right: 1.875rem;
        margin-right: -1rem;
    }
    .home-flash-sale{
        padding: 0;
        background: transparent;
    }
    .home-flash-sale .sec-heading{
        border-radius: 0.3125rem;
        padding: 1.5rem;
        background-color: #000;
        margin-bottom: 0.75rem;
    }
    .home-flash-sale > .box-swiper,
    .home-flash-sale > a{
        /*display: none !important;*/
    }
    .box-countdown-timer{
        gap: 0.625rem;
    }
    .box-countdown-timer > .fs-15{
        font-weight: 600;
        font-size: 0.9375rem;
    }
    .box-countdown-timer .countdown-item .countdown{
        min-width: 2.8125rem;
        height: 2.8125rem;
        font-weight: 700;
        font-size: 1.5rem;
    }
    .home-sec-4 .sec-heading .title-group{
        margin-bottom: 0.875rem;
    }
    .home-sec-4 .sec-heading .title-group > span{
        display: none !important;
    }
    .home-sec-4 .sec-heading .title-group h2{
        font-weight: 900;
        font-size: 2rem;
    }
    .home-sec-4{
        padding-bottom: 3.75rem;
    }
    .home-sec-4 .swiper .swiper-wrapper{
        flex-direction: row;
    }
    .home-sec-4 .swiper-slide{
        padding: 0 0.3125rem 0.625rem;
    }
    .home-sec-4 .swiper-slide .product-item{
        border: none !important;
    }
    .home-sec-4 .box-swiper{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.625rem 1.75rem;
    }
    .home-sec-4 .box-swiper .swiper-arrow-2{
        position: relative !important;
        right: unset !important;
        left: unset !important;
        transform: unset !important;
        width: 2.8125rem;
        height: 2.8125rem;
    }
    .home-sec-4 .btn-white{
        color: #000;
        border: 1px solid #000;
        min-width: 12.5rem;
    }
    .home-sec-5{
        padding-bottom: 3.125rem;
    }
    .home-sec-5 a.btn{
        border: none;
        padding: 0;
        gap: 0.75rem;
        font-weight: 400;
        font-size: 0.875rem;
        height: auto;
        margin-top: 0.3125rem;
    }
    .home-sec-5 a.btn > svg{
        display: block;
    }
    .home-sec-5 .swiper-arrow-2{
        display: none !important;
    }
    .home-sec-5 .swiper .swiper-slide{
        padding: 0 0.375rem;
    }
    .home-sec-5 .swiper{
        margin: 0 -0.375rem;
    }
    .home-sec-6{
        background-color: #FFF;
        padding-top: 0;
        padding-bottom: 3.125rem;
        margin-bottom: 0;
    }
    .hide-mobile{
        display: none !important;
    }
    .home-sec-6 .swiper{
        padding-right: 5rem;
    }
    .btn-arrow{
        font-weight: 500;
        font-size: 0.8125rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem
    }
    .product-cat-sec .title-group .col-3{
        margin-bottom: 1.875rem;
    }
    .product-cat-sec .col-3{
        padding-right: 0;
    }
    .product-cat-sec .btn-arrow{
        color: #636363;
    }
    .product-cat-sec .parent-term-name{
        font-weight: 900;
        font-size: 2.25rem;
        margin-bottom: 0.3125rem !important;
        line-height: 1.5;
    }
    .home-term-child{
        gap: 0.9375rem;
    }
    .home-term-child > .home-term{
        font-weight: 600;
        font-size: 0.8125rem;
        padding: 0.75rem 0.9375rem;
        border-radius: 0.3125rem;
    }
    .product-cat-sec .col-9{
        padding-left: 0;
    }
    .product-cat-sec .title-group{
        margin-bottom: 0.625rem;
    }
    .home-sec-7 .product-cat-sec .home-term-result .col-3{
        margin-left: -1rem;
        margin-right: -1rem;
        width: calc(100% + 2rem) !important;
    }
    .home-sec-7 .product-cat-sec .home-term-result .col-3{
        min-height: unset;
        height: 11.25rem;
    }
    .term-item{
        border-radius: 0;
    }
    .home-sec-7 .product-cat-sec .home-term-result .col-9 .swiper-pagination-progress{
        bottom: -1.25rem !important;
    }
    .home-sec-7 .product-cat-sec .home-term-result .col-9{
        margin-top: 1rem;
    }
    .term-item a.btn-arrow{
        color: #FFF;
        position: absolute;
        right: 1.125rem;
        bottom: 1.125rem;
        z-index: 9;
    }
    .home-sec-7 .product-cat-sec+.product-cat-sec {
        margin-top: 3.75rem;
    }
    .home-sec-8 .title{
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .home-sec-8 .col-6:nth-child(2){
        padding-left: 0;
        padding-top: 2rem;
    }
    .home-sec-8 .col-6:nth-child(2) > .item{
        padding: 0 0.625rem;
    }
    .home-sec-8 .col-6:nth-child(2) > .item:not(:first-child){
        display: none !important;
    }
    .home-sec-8 .col-6:nth-child(1) .img-wrap{
        margin-bottom: 0.5rem;
    }
    .home-sec-8 .item .img-wrap{
        width: 7.5rem;
        min-width: 7.5rem;
    }
    .home-sec-8 .item .cont-wrap h3{
        font-weight: 600;
        font-size: 0.9375rem;
        line-height: 1.3125rem;
    }
    .home-sec-8{
        padding-bottom: 3.125rem;
    }
    .home-sec-9 .swiper{
        margin: 0 0 0 -0.3125rem;
        padding-right: 2.5rem;
    }
    .home-sec-9 .swiper-slide{
        padding: 0 0.3125rem;
    }
    .home-sec-10{
        padding-bottom: 3.125rem;
    }
    .home-sec-2 .item{
        padding: 0.25rem 0.75rem;
        background-color: #EDEDED;
        border-radius: 0.625rem;
    }
    .home-sec-2 .item .text{
        font-weight: 700;
        font-size: 0.8125rem;
        line-height: 1.25rem;
        text-transform: uppercase;
    }
    .home-sec-2 .item .icon img{
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
    .home-sec-2 .item .icon{
        width: 3.75rem;
        height: 3.75rem;
        margin-right: 1rem;

    }
    section.posts-by-term .grid-3{
        grid-template-columns: 1fr;
        grid-gap: 3.125rem
    }
    section.posts-by-term .grid-3 .term-column:nth-of-type(odd):last-child{
        grid-column: unset;
        width: 100%;
    }
    section.posts-by-term .grid-3 .term-column .sec-title-30{
        font-size: 1.875rem;
        text-align: center;
        margin-bottom: 1.25rem;
    }
    section.posts-by-term .grid-3 .term-column .item-within-img{
        margin-bottom: 0.75rem;
    }
    section.posts-by-term .grid-3 .term-column .item h3{
        font-weight: 600;
        font-size: 0.8125rem;
        line-height: 1.5625rem;
    }
    section.posts-by-term .grid-3 .arrow-btn path{
        stroke: #7F7F7F;
    }
    section.posts-by-term .grid-3 .arrow-btn{
        margin-left: auto;
        margin-right: auto;
        font-weight: 400;
        font-size: 0.875rem;
        color: #7F7F7F;
    }
    section.posts-by-term .grid-3 .posts-wrap{
        margin-bottom: 1rem;
    }
    section.posts-sec{
        padding: 3.125rem 0;
    }
    .posts-page{
        padding-bottom: 0;
    }
    .product-details{
        padding-top: 1.25rem;
    }
    .product-details .col-7 .product-gallery > .flex-box{
        gap: 3rem;
    }
    .product-details .col-7 .product-main-gallery{
        margin-bottom: 0.625rem;
    }
    .product-details .col-7{
        margin-bottom: 1.875rem;
    }
    .product-details .col-5 h1.sec-title-30{
        font-weight: 800;
        font-size: 1.875rem;
        line-height: 2.1875rem;
    }
    .product-details .col-5 .product-review-count{
        font-size: 0.75rem;
    }
    .product-details .col-5 .product-metas{
        font-size: 0.75rem;
        line-height: 1.25rem;
    }
    .product-details .col-5 .product-price span.amount{
        font-size: 1.5rem;
    }
    .product-details .col-5 .product-price del, .product-details .col-5 .product-price del span.amount{
        font-size: 1rem;
    }
    .product-details .col-5 table.variations .label > label{
        font-size: 0.8125rem;
    }
    .product-details .col-5 table.variations .ux-swatches.ux-swatches--x-large .ux-swatch{
        width: 3.5rem;
        height: 3.5rem;
    }
    .product-details .col-5 .add-to-cart-button-wrap{
        flex-direction: column;
    }
    .product-details .col-5 .quantity-label{
        font-size: 0.8125rem;
        margin-bottom: 0.75rem;
    }
    .product-details .col-5 .add-to-cart-button-wrap .ux-quantity input.qty{
        font-size: 1rem;
    }
    .product-details .col-5 .add-to-cart-button-wrap .ux-quantity .ux-quantity__button{
        font-size: 2rem;
    }
    .product-details .col-5 .add-to-cart-button-wrap .ux-quantity{
        width: max-content;
        margin-bottom: 1.25rem;
        height: 3.4375rem;
        border-radius: 10px;
    }
    .product-details .col-5 .add-to-cart-button-wrap > button{
        width: 100%;
    }
    .buy-together-box{
        padding: 0.9375rem 0.625rem;
    }
    .buy-together-box .buy-together-content .item{
        border: 1px solid #A6A6A6;
        border-radius: 0.625rem;
    }
    .buy-together-box .buy-together-content .item .product-check label{
        margin: 0;
    }
    .buy-together-box .buy-together-content .item .product-check{
        margin-right: 1rem;
        margin-bottom: 0;
    }
    .buy-together-box .buy-together-content .item .img-wrap{
        width: 3.25rem;
        min-width: 3.25rem;
        height: 3.25rem;
    }
    .buy-together-box .buy-together-content .item .product-check .product-checkbox{
        width: 1.125rem;
        height: 1.125rem;
    }
    .buy-together-box .buy-together-content .item .cont-wrap{
        flex-direction: column;
        align-items: flex-start;
    }
    .buy-together-box .buy-together-content .item .cont-wrap .item-price{
        display: flex;
        flex-direction: row-reverse;
        align-items: baseline;
        gap: 0.5rem
    }
    .buy-together-box .buy-together-footer .text-total {
        font-weight: 400;
        margin-bottom: 0;
    }
    .buy-together-box .buy-together-button{
        padding: 0.5rem;
        gap: 0.75rem;
        font-weight: 400;
        font-size: 0.75rem;
        height: auto !important;
    }
    .product-details .col-5 .product-commits .item+.item{
        margin-top: 0.75rem;
    }
    .product-main-content{
        padding-top: 2.5rem;
        padding-bottom: 6.25rem;
    }
    .product-main-content .product-real-images .item{
        width: 100%;
    }
    .product-main-content .product-real-images .item .img-wrap{
        margin-bottom: 1.25rem;
    }
    .product-main-content .product-real-images .flex-box{
        grid-gap: 3.875rem;
    }
    .product-main-content .product-real-images .item .img-des{
        padding-left: 0;
        padding-right: 0;
        font-size: 0.8125rem;
        line-height: 1.3125rem;
    }
    .product-main-content .product-content-wrap{
        margin-top: 3.875rem;
    }
    div#reviews.woocommerce-Reviews{
        padding-bottom: 3.875rem;
    }
    .related-products .sec-title-40{
        font-size: 1.5625rem;
        line-height: 1.5;
    }
    .related-products{
        padding-bottom: 2.8125rem;
    }
    section.product-cat-brands-1{
        padding-top: 1.875rem;
        padding-bottom: 3.125rem;
    }
    section.product-cat-brands-1 h2.fs-24{

    }
    section.product-cat-brands-1 .swiper{
        margin-left: -0.3125rem;
        margin-right: -1rem;
        padding-right: 9.375rem;
    }
    section.product-cat-brands-1 .swiper .swiper-slide{
        padding: 0 0.3125rem;
    }
    .product-cat-2 .product-cat-sec .col-3 .img-wrap{
        height: 20.125rem;
    }
    .product-cat-2 .product-cat-sec .col-3 .img-wrap img{
        object-position: top;
    }
    .product-cat-2 .product-cat-sec .col-3{
        margin-left: -1rem;
        margin-right: -1rem;
        width: calc(100% + 2rem) !important;
        margin-bottom: 1rem;
    }
    .product-cat-2 .product-cat-sec .col-3 .term-item .cont-wrap .btn.btn-white{
        font-weight: 400;
        font-size: 0.8125rem;
        line-height: 1.25rem;
        padding: 0.5rem 1.75rem;
        background-color: #FFF;
        color: #000;
        height: auto !important;
        border-radius: 0.3125rem;
    }
    .product-cat-2 .product-cat-sec .col-3 .term-item .cont-wrap{
        padding-top: 0;
        padding-bottom: 2.25rem;
    }
    .product-cat-2 .product-cat-sec .col-3 .term-item .term-name{
        margin-bottom: 0.9375rem;
        font-weight: 900;
        font-size: 1.875rem;
        line-height: 2.5rem;
    }
    .product-cat-2 .product-cat-sec .col-3 .term-item .term-name > span{
        display: inline;
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
    }
    .product-cat-brands-2 .swiper-pagination-progress,
    .product-cat-2 .product-cat-sec .col-9 .swiper-pagination-progress{
        bottom: -1.25rem !important;
    }
    .product-cat-2 .product-cat-sec+.product-cat-sec{
        margin-top: 3.75rem;
    }
    .terms-menu > ul{
        overflow: auto;
        flex-wrap: nowrap;
        gap: 0.9375rem;
    }
    .terms-menu > ul > li{
        flex: 0 0 auto;
        height: 2.5rem;
    }
    .product-cat-brands-2{
        padding-bottom: 2.1875rem;
    }
    .product-cat-brands-2 .swiper-arrow-2{
        display: none !important;
    }
    .product-cat-sec .product-item .product-item-parameters{
        height: 2.1875rem;
        margin-left: 0.625rem;
        margin-right: 0.625rem;
        margin-bottom: 0;
    }
    .product-item .product-item-parameters .icon-wrap{
        height: 0.625rem;
        width: 0.625rem;
        margin-bottom: 0.125rem;
    }
    .product-item .product-item-parameters .value{
        font-size: 0.625rem;
    }
    .box-countdown-timer .countdown-item+.countdown-item{
        margin-left: 1.5rem;
    }
    .box-countdown-timer .countdown-item:not(:last-child) .countdown:after{
        left: calc(100% + 0.5rem);
    }
    .box-countdown-timer .countdown-item .unit{
        font-size: 0.625rem;
        line-height: 0.78125rem;
    }
    .product-cat.search-page #product-grid{
        grid-template-columns: 1fr 1fr;
    }
    .product-cat .product-grid{
        grid-gap: 1.5rem 1rem;
    }
    .product-filters-wrap{
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        transform: translateX(-100%);
        z-index: 9999;
        background-color: #FFF;
        transition: all 0.4s;
        margin: 0 !important;
    }
    .product-filters-wrap .product-filters{
        overflow: auto;
        max-height: 100%;
        padding: 0 1.25rem;
    }
    .product-filters-wrap.active{
        transform: translateX(0);
    }
    .product-filters-wrap .filter-header{
        padding: 1.25rem 0;
        border-bottom: 1px solid #EEEEEE;
        display: flex !important;
        justify-content: space-between;
        font-weight: 800;
        font-size: 1.25rem;
        margin-bottom: 1.25rem;
        position: sticky;
        top: 0;
        background: #FFF;
        z-index: 9;
    }
    .product-filters-wrap .filter-group{
        padding-bottom: 0.75rem;
        border-bottom: 1px solid #000000;
    }
    .product-filters-wrap .filter-group+.filter-group{
        margin-top: 0.875rem;
    }
    .product-filters-wrap .filter-group .clear-filter{
        font-weight: 400;
        font-style: Italic;
        font-size: 0.8125rem;
        gap: 0.625rem;
        display: flex;
        align-items: center;
        color: #575757;
        \margin-top: 0.875rem;
    }
    .product-filters-wrap .filter-group .filter-title{
        border-bottom: none !important;
    }
    .product-filters-wrap .filter-group .filter-title > span{
        font-weight: 800;
        font-size: 0.9375rem;
    }
    .product-filters-wrap .filter-group .filter-item{
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .product-filters-wrap .filter-footer{
        background-color: #FFF;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        position: sticky;
        bottom: 0;
        margin-top: 1.25rem;
    }
    .product-filters-wrap .btn-clear-filters{
        width: 100%;
        gap: 1rem;
    }
    .filter-radio, .filter-checkbox{
        width: 1.25rem;
        height: 1.25rem;
    }
    .filter-radio:after, .filter-checkbox:after{
        width: 0.75rem;
        height: 0.75rem;
        left: 0.1875rem;
        top: 0.1875rem;
    }
    .product-cat .col-3{
        padding-right: 0;
    }
    .product-cat .col-3 .breadcrumbs{
        padding-bottom: 1.042rem;
    }
    .product-cat .col-3 .breadcrumbs ol{
        padding: 0;
    }
    .product-cat .title-group{
        flex-direction: column;
        border-bottom: none !important;
        padding-bottom: 0;
        margin-bottom: 1.5rem;
    }
    .product-cat .title-group .left-column{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 0.75rem;
    }
    .product-cat .title-group .left-column .result-count {
        width: max-content;
        flex: 0 0 auto;
    }
    .product-cat .woocommerce-result-count{
        font-weight: 400;
        font-size: 0.8125rem;
    }
    .product-cat .title-group .right-column .fs-14{
        display: none !important;
    }
    .product-cat .title-group .right-column{
        display: flex;
        gap: 1.875rem;
        width: 100%;
    }
    .product-cat .title-group .right-column > div{
        width: 100%;
    }
    .product-cat .title-group .right-column .toggle-product-filters{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.625rem 1rem;
        height: 2.5rem;
        border-radius: 0.4375rem;
        border: 1px solid #000000;
        font-weight: 600;
        font-size: 0.8125rem;
    }
    .product-cat .select{
        margin-left: 0;
        width: 100%;
    }
    .product-cat .select-styled{
        padding: 0.625rem 1rem;
        height: 2.5rem;
        border-radius: 0.4375rem;
        border: 1px solid #000000;
        font-weight: 600;
        font-size: 0.8125rem;
        width: 100%;
    }
    .product-item .cont-wrap .product-price{
        flex-direction: column;
        width: max-content;
        max-width: calc(100% - 1.25rem);
        position: relative;
    }
    .product-item .cont-wrap .product-price > .sale-badge{
        border-radius: 0.25rem;
        position: absolute;
        left: 100%;
        top: 2px;
    }
    .product-item .cont-wrap .product-price > del{
        margin-left: 0;
    }
    .product-item .cont-wrap .product-price > del, .product-item .cont-wrap .product-price > del > span.amount{
        font-size: 0.75rem;
    }
    .product-item .cont-wrap .product-price > ins > span.amount{
        flex: 0.8125rem !important;
        color: #DC0000 !important;
    }
    .product-item .cont-wrap .product-price > span.amount {
        flex: 0.8125rem !important;
    }
    .product-cat .product-cat-content{
        margin-top: 1.875rem;
        padding: 1.875rem 1rem;
    }
    .product-cat .product-cat-content .view-more-content{
        margin-top: 1.625rem;
    }
    .product-cat{
        padding-bottom: 3.125rem;
    }
    #popup-order-details .order-details-body .col-6:nth-of-type(1){
        padding-right: 0;
        padding-bottom: 2rem;
    }
    #popup-order-details{
        padding: 2rem 1rem;
    }
    #popup-order-details .order-details-header .left-col{
        flex-direction: column;
    }
    #popup-order-details .order-details-header .right-col .item{
        flex-direction: column;
        align-items: flex-start;
    }
    #popup-order-details .order-details-header .right-col .item+.item{
        margin-left: 1rem;
    }
    #popup-order-details .order-details-header{
        padding-bottom: 1rem;
    }
    #popup-order-details .order-details-body{
        padding-top: 1rem;
    }
    #popup-order-details .order-details-body .order-details-row.billing-address{
        margin-bottom: 1.25rem
    }
    .contact-sec .col-4{
        padding-right: 0;
        padding-bottom: 2rem;
    }
    .form-wrap .form-group.group-half{
        width: 100%;
    }
    .form-wrap .form-group textarea.form-input{
        height: 8rem;
    }
    .contact-sec{
        padding-bottom: 50px;
    }
    .page-template-contact .sec-title-40{
        font-size: 1.75rem;
    }
    .default-page form.track_order{
        padding: 0;
        box-shadow: unset;
        margin: 1rem 0 2rem;
    }
    #tt-reviews{
        margin-bottom: 3.25rem;
    }
}
@media only screen and (max-width: 400px){
    html{
        font-size: 15px;
    }
}
@media only screen and (max-width: 380px){
    html{
        font-size: 14px;
    }
}
@media only screen and (max-width: 350px){
    html{
        font-size: 13px;
    }
}