@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,900;1,900&display=swap');
*:before,
*:after{
    box-sizing: border-box;
}
*{
    font-family: "Plus Jakarta Sans", sans-serif;
}
*{
    max-width: 100%;
    box-sizing: border-box;
}
:root{
    --main-cl-rgb: 254, 79, 0;
    --main-cl: #ff7337;
    --main-cl-light: #FFF3EE;
    --sub-cl: #F27325;
    --blue-cl: #243DDE;
    --green-cl: #1E8C34;
    --yellow-cl: #FEA120;
    --green-cl-light: #DAFFE2;
    --red-cl: #bd0909;
    --red-cl-light: #ffe2e2;
    --gray-cl: #F5F5F7;
    --container-w: 75rem;
    --ajax-login-main-color: #FE4F00;
    --ajax-login-black-color: #000;
    --ajax-login-white-color: #FFF;
    --ajax-login-success-color: #08b908;
    --ajax-login-warning-color: #FFA500;
    --ajax-login-error-color: #c72528;
    --ajax-login-body-text-color: #333333;
    --ajax-login-border-color: #b5b5b5;
}

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.625rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

.overflow-y::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
strong,b{
    font-weight: 700;
}
.overflow-y::-webkit-scrollbar
{
    width: 0.208rem;
    background-color: #cedbff;
}

.overflow-y::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}
html{
    -webkit-text-size-adjust: 100%;
}
input, optgroup, select, textarea{
    font-family: "Plus Jakarta Sans", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}
table{
    border-collapse: collapse;
}
body{
    overflow-x: hidden;
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding: 0;
    margin: 0;
}
@media (min-width: 1200px) {
    body, html {
        font-size: 1vw;
    }
}
.grid-container{
    max-width: var(--container-w);
    margin: 0 auto;
}
a{
    color: var(--main-cl);
}
.col{
    padding-left: 10px;
    padding-right: 10px;
}
h1,h2,h3,h4,h5,h6,ul,ol,p{
    margin-top: 0;
}
.text-white{
    color: #FFF !important;
}
.text-black{
    color: #000 !important;
}
.text-underline{
    text-decoration: underline;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-uppercase{
    text-transform: uppercase;
}
.obj-cover{
    object-fit: cover;
}
.text-italic{
    font-style: italic;
}
.text-primary{
    color: var(--main-cl)
}
.al-center{
    align-items: center;
}
.img-center{
    margin-left: auto;
    margin-right: auto;
}
.img-wrap{
    overflow: hidden;
}
.img-wrap img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a{
    text-decoration: none;
}
.ts-03{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ts-04{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ts-05{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fs-11{
    font-size: 0.573rem;
}
.fs-12{
    font-size: 0.625rem;
}
.fs-13{
    font-size: 0.677rem;
}
.fs-14{
    font-size: 0.729rem;
}
.fs-15{
    font-size: 0.78125rem;
}
.fs-16{
    font-size: 0.833rem;
}
.fs-17{
    font-size: 0.885rem;
}
.fs-18{
    font-size: 0.9375rem;
}
.fs-19{
    font-size: 0.99rem;
}
.fs-20{
    font-size: 1.042rem;
}
.fs-21{
    font-size: 1.09375rem;
}
.fs-22{
    font-size: 1.146rem;
}
.fs-23{
    font-size: 1.198rem;
}
.fs-24{
    font-size: 1.25rem;
}
.fs-25{
    font-size: 1.302rem;
}
.fs-26{
    font-size: 1.354rem;
}
.fs-28{
    font-size: 1.458rem;
}
.fs-30{
    font-size: 1.5625rem;
}
.lh-14{
    line-height: 0.729rem;
}
.lh-18{
    line-height: 0.9375rem;
}
.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-35{
    line-height: 1.823rem;
}
.lh-40{
    line-height: 2.083rem
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.wrap-link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.m-auto{
    margin: auto;
}
.col-1{flex:0 0 auto;width:8.33333333%}
.col-2{flex:0 0 auto;width:16.66666667%}
.col-3{flex:0 0 auto;width:25%}
.col-4{flex:0 0 auto;width:33.33333333%}
.col-5{flex:0 0 auto;width:41.66666667%}
.col-6{flex:0 0 auto;width:50%}
.col-7{flex:0 0 auto;width:58.33333333%}
.col-8{flex:0 0 auto;width:66.66666667%}
.col-9{flex:0 0 auto;width:75%}
.col-10{flex:0 0 auto;width:83.33333333%}
.col-11{flex:0 0 auto;width:91.66666667%}
.col-12{flex:0 0 auto;width:100%}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.p-unset{
    position: unset !important;
}
.flex-box{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-row{
    flex-direction: row !important;
}
.flex-col{
    flex-direction: column;
}
.al-center{
    align-items: center;
}
.al-start{
    align-items: flex-start;
}
.al-end{
    align-items: flex-end;
}
.al-baseline{
    align-items: baseline;
}
.jus-start{
    justify-content: flex-start;
}
.jus-end{
    justify-content: flex-end;
}
.jus-center{
    justify-content: center;
}
.jus-between{
    justify-content: space-between;
}
.grid-box{
    display: grid;
}
.grid-2{
    grid-template-columns: repeat(2, 1fr);
}
.grid-3{
    grid-template-columns: repeat(3, 1fr);
}
.grid-4{
    grid-template-columns: repeat(4, 1fr);
}
.grid-5{
    grid-template-columns: repeat(5, 1fr);
}
.d-block{
    display: block;
}
.swiper-button-disabled{
    opacity: 0.3 !important;
}
.limit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-line.limit-1{
    -webkit-line-clamp: 1;
}
.limit-line.limit-2{
    -webkit-line-clamp: 2;
}
.limit-line.limit-3{
    -webkit-line-clamp: 3;
}
.limit-line.limit-4{
    -webkit-line-clamp: 4;
}
.limit-line.limit-5{
    -webkit-line-clamp: 5;
}
.m-0{
    margin: 0 !important;
}
.p-middle{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@keyframes scaleBorder {
    0%{
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100%{
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
.pl-cont{
    padding-left: calc(calc(100vw - 72.917rem) / 2);
}
.pr-cont{
    padding-right: calc(calc(100vw - 72.917rem) / 2);
}
.left-cont{
    left: calc(calc(100vw - 72.917rem) / 2);
}
.right-cont{
    right: calc(calc(100vw - 72.917rem) / 2);
}
.h-full{
    height: 100%;
}
.w-full{
    width: 100%;
}
.ls-none{
    list-style: none;
}
.cursor-pointer {
  cursor: pointer;
}
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-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);
}

@keyframes fade-up {
    0%{
        opacity: 0;
        transform: translateY(2.083rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-down {
    0%{
        opacity: 0;
        transform: translateY(-100%);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.swiper-button-lock{
    display: none !important;
}
.swiper-button-disabled{
    opacity: 0.4 !important;
}
svg,path,circle{
    -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;
}
section.product-details{
    padding: 2.083rem 0 3.958rem;
}
section.product-details h1.product-name{
    font-size: 1.146rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.448rem;
    margin-bottom: 0.26rem;
}
section.product-details .product-rating{
    display: flex;
    align-items: center;
    gap: 0.26rem
}
section.product-details .product-meta{
    margin-bottom: 0.833rem;
    font-size: 0.729rem;
    font-weight: 400;
    line-height: 0.9375rem;
}
section.product-details .product-meta > div+div{
    margin-left: 1.5625rem;
}
section.product-details .product-meta strong{
    font-weight: 700;
}
section.product-details .product-stock-status{
    margin-bottom: 2.083rem;
}
section.product-details .product-stock-status .product-sold{
    font-size: 0.729rem;
    font-weight: 400;
    line-height: 0.9375rem;
    color: #666666;
    padding: 0.417rem 0.833rem;
    -webkit-border-radius: 5.208rem;
    -moz-border-radius: 5.208rem;
    border-radius: 5.208rem;
    border: 1px solid #C7C7C8;
    margin-right: 0.521rem;
}
section.product-details .product-stock-status .product-stock{
    -webkit-border-radius: 5.208rem;
    -moz-border-radius: 5.208rem;
    border-radius: 5.208rem;
    font-size: 0.729rem;
    font-weight: 600;
    line-height: 0.9375rem;
    padding: 0.417rem 1.25rem;
    background-color: #9b7449;
    color: #FFFFFF;
}
section.product-details .product-stock-status .product-stock.register_information {
  background-color: #af6008;
  color: #FFFFFF;
}
section.product-details .product-stock-status .product-stock.instock{
    background: var(--green-cl-light);
    color: var(--green-cl)
}
section.product-details .product-stock-status .product-stock.outofstock{
    color: var(--red-cl);
    background: var(--red-cl-light);
}
section.product-details .product-stock-status .product-stock.lowstock {
  background-color: #FFA500;
  color: #FFFFFF;
}
section.product-details .product-stock-status .product-stock.comingsoon {
  background-color: #00CC99;
  color: #FFFFFF;
}
section.product-details .product-stock-status .product-stock.preorders {
  background-color: #9370DB;
  color: #FFFFFF;
}
.swal2-container {
  z-index: 999999;
}
.swal2-actions  button.swal2-confirm.swal2-styled {
  background: #F27325;
}
.custom-checkbox-wrap{
    padding: 1.042rem 0.625rem 0.625rem;
    border: 1px solid #C7C7C8;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    cursor: pointer;
    position: relative;
}
.custom-checkbox-wrap strong.name{
    font-size: 0.78125rem;
    font-weight: 600;
    line-height: 0.744rem;
    margin-bottom: 0.26rem;
    display: block;
    color: #000;
}
.custom-checkbox-wrap .price{
    display: block;
    color: #666666;
    font-size: 0.677rem;
    font-weight: 400;
    line-height: 0.744rem;
}
.custom-checkbox-wrap .checkbox{
    position: absolute;
    top: 0.3125rem;
    right: 0.3125rem;
    z-index: 3;
    opacity: 0;
    display: flex;
}
.custom-checkbox-wrap.active strong.name{
    color: var(--main-cl)
}
.custom-checkbox-wrap.active{
    border-color: var(--main-cl);
}
.custom-checkbox-wrap.active .checkbox{
    opacity: 1;
}
section.product-details .product-attributes{
    margin-bottom: 2.083rem;
}
section.product-details .product-attributes .grid-box .active-reload{
    order: -1;
}
section.product-details .product-attributes .grid-box{
    grid-gap: 0.417rem;
}
section.product-details .product-attributes .grid-box+.grid-box{
    margin-top: 1.042rem;
}
section.product-details .product-attributes .extend-price-options.grid-box,
section.product-details .product-attributes .product-attribute-options.grid-box{
    margin-top: 1.042rem;
}
section.product-details .extend-price-options .select-styled,
section.product-details .product-attribute-options .select-styled{
    font-size: 0.833rem;
    line-height: 1.25rem;
    border: 1px solid transparent;
    border-bottom-color: #333;
    padding: 0.417rem 1.25rem;
    cursor: pointer;
    background-size: 0.833rem 0.417rem;
}
section.product-details .extend-price-options .select-options,
section.product-details .product-attribute-options .select-options{
    width: 100%;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 0.521rem #dedede;
}
section.product-details .extend-price-options .select-options  > li,
section.product-details .product-attribute-options .select-options  > li{
    cursor: pointer;
    font-size: 0.78125rem;
    line-height: 1.042rem;
    padding: 0.521rem 1.042rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
section.product-details .extend-price-options .select-options  > li.active,
section.product-details .extend-price-options .select-options  > li:hover,
section.product-details .product-attribute-options .select-options  > li.active,
section.product-details .product-attribute-options .select-options  > li:hover{
    color: #FFF;
    background: var(--main-cl);
}
section.product-details .product-buy-box{
    border: 1px solid rgba(var(--main-cl-rgb), 0.2);
    -webkit-border-radius: 1.5625rem;
    -moz-border-radius: 1.5625rem;
    border-radius: 1.5625rem;
    background: linear-gradient(180deg, rgba(254, 79, 0, 0.08) 0%, rgba(254, 200, 132, 0) 50%);

}
section.product-details .product-buy-box .box-body{
    padding: 1.667rem;
}
.product-buy-box .current-place{
    font-size: 0.729rem;
    font-weight: 400;
    line-height: 0.9375rem;
    pointer-events: none !important;
}
.product-buy-box .current-place span{
    margin-right: 0.417rem;
    display: block;
}
.product-buy-box .current-place .select-styled{
    background-image: unset !important;
}
.select{
    position: relative;
}
.select-styled{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOSA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNOCAwLjk3ODUxNkw0LjUgMy45Nzg1MkwxIDAuOTc4NTE1IiBzdHJva2U9IiNGRTRGMDAiIHN0cm9rZS13aWR0aD0iMS45NjE1NCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    background-size: 0.417rem 0.208rem;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 0.833rem;
}
.product-buy-box .current-place .select .select-styled{
    font-weight: 600;
    color: var(--main-cl);
    cursor: pointer;
}
.select-options{
    position: absolute;
    list-style: none;
    left: 0;
    top: 100%;
    z-index: 40;
}
.product-buy-box .current-place .select .select-options{
    background: #FFF;
    margin: 0;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    box-shadow: 0 0 0.521rem #dedede;
    width: max-content;
    max-width: 13.021rem;
    padding: 0;
}
.product-buy-box .current-place .select .select-options > li+li{
    border-top: 1px solid #dedede;
}
.product-buy-box .current-place .select .select-options > li{
    padding: 0.417rem 0.833rem;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.product-buy-box .current-place .select .select-options > li.active,
.product-buy-box .current-place .select .select-options > li:hover{
    color: var(--main-cl)
}
.product-buy-box .product-price{
    margin-bottom: 1.302rem;
}
.product-buy-box .product-price .current-price{
    font-size: 1.5625rem;
    font-weight: 800;
    line-height: 2.448rem;
    color: var(--main-cl);
}
.product-buy-box .product-price .regular-price{
    margin-left: 2.396rem;
    font-size: 0.885rem;
    font-weight: 600;
    line-height: 0.9375rem;
    color: #666;
    margin-right: 0.625rem;
}
.product-buy-box .product-price .discount-percent{
    padding: 0.208rem 0.417rem;
    font-size: 0.729rem;
    font-weight: 600;
    line-height: 0.833rem;
    color: #FFF;
    background: var(--main-cl);
    -webkit-border-radius: 5.208rem;
    -moz-border-radius: 5.208rem;
    border-radius: 5.208rem;
}
.product-buy-box .discount-policy{
    border: 1px solid var(--main-cl);
    padding: 2.1875rem 1.25rem 1.667rem;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    position: relative;
    margin-bottom: 1.771rem;
}
.product-buy-box .discount-policy .title{
    position: absolute;
    top: -0.521rem;
    left: -1px;
    -webkit-border-radius: 2.604rem 2.604rem 2.604rem 0;
    -moz-border-radius: 2.604rem 2.604rem 2.604rem 0;
    border-radius: 2.604rem 2.604rem 2.604rem 0;
    padding: 0.417rem 1.042rem;
    background: var(--main-cl);
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 0.729rem;
    font-weight: 600;
    line-height: 0.833rem;
    gap: 0.3125rem
}
.product-buy-box .discount-policy .title svg{
    width: 1.25rem;
    height: 1.25rem;
}
.product-buy-box .discount-policy .list-discount > li img,
.product-buy-box .discount-policy .list-discount > li svg{
    width: 1.042rem;
    height: 1.042rem;
}
.product-buy-box .discount-policy .list-discount{
    padding: 0;
    margin: 0;
}
.product-buy-box .discount-policy .list-discount > li+li{
    margin-top: 0.625rem;
}
.product-buy-box .discount-policy .list-discount > li{
    gap: 0.521rem;
    font-size: 0.729rem;
    font-weight: 400;
    line-height: 1.042rem;
}
.product-buy-box .discount-policy .list-discount li p {
    margin-bottom: 0;
}
button, .button{
    cursor: pointer;
    outline: none !important;
    border: none;
    box-shadow: unset !important;
}
.product-buy-box .add-cart-buttons > .product-buy-now-button{
    flex-grow: 1;
    margin-right: 0.26rem;
    text-align: center;
    padding: 1.354rem 1.25rem 0.9375rem;
    background: var(--main-cl);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    border: 1px solid var(--main-cl);
    -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;
}
.product-buy-box .add-cart-buttons > .product-buy-now-button span{
    display: block;
    font-size: 0.729rem;
    font-weight: 400;
    line-height: 1.042rem;
    color: #FFF;
}
.product-buy-box .add-cart-buttons > .product-buy-now-button strong{
    font-size: 1.042rem;
    font-weight: 800;
    line-height: 1.042rem;
    color: #FFF;
    display: block;
}
.product-buy-box .add-cart-buttons > .product-add-to-cart-button{
    aspect-ratio: 1;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    background: var(--yellow-cl);
    width: 4.479rem;
    height: 4.479rem;
    border: 1px solid var(--yellow-cl);
    -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;
}
.installment-button{
    display: flex;
    background: var(--blue-cl);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    overflow: hidden;
    margin-top: 0.46875rem;
    cursor: pointer;
}
.installment-button .left{
    width: 66%;
    padding: 1.042rem 1.25rem 1.042rem 1.667rem;
    position: relative;
    z-index: 5;
}
.installment-button .right{
    width: 34%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    position: relative;
}
.installment-button .right > div{
    position: relative;
    z-index: 2;
}
.installment-button .right strong{
    font-size: 2.604rem;
    font-weight: 800;
    line-height: 1.5625rem;
    position: relative;
}
.installment-button .right strong i{
    position: absolute;
    left: 100%;
    font-size: 1.354rem;
    font-weight: 800;
    line-height: 0.78125rem;
    top: 0;
}
.installment-button .right span{
    font-size: 0.729rem;
    font-weight: 500;
    line-height: 1.042rem;
}
.installment-button .right:before{
    width: 8.854rem;
    height: 8.854rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: '';
    z-index: 1;
    background: linear-gradient(90deg, #FF8C00 0%, #FF5001 89.16%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -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;
}
.installment-button .left svg{
    margin-right: 1.042rem;
    width: 2.292rem;
    height: 2.292rem;
}
.divider-with-text{
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 1.25rem 0;
}
.divider-with-text span.text{
    position: relative;
    z-index: 5;
    background: #FFF;
    padding: 0 0.833rem;
    font-size: 0.729rem;
    font-weight: 400;
    line-height: 0.9375rem;
    color: #666666;
    display: block;
    width: max-content;
    margin: auto;
}
.divider-with-text:before{
    top: 50%;
    left: 0;
    position: absolute;
    content: '';
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background: #C7C7C8;
    z-index: 1;
}
.product-buy-box .contact-to-buy .title{
    font-size: 0.729rem;
    font-weight: 700;
    line-height: 0.9375rem;
    color: #333;
    margin-bottom: 0.104rem;
}
.product-buy-box .contact-to-buy .desc{
    font-size: 0.521rem;
    font-weight: 400;
    line-height: 0.9375rem;
    margin-bottom: 0.3125rem;
    min-height: 0.9375rem;
}
.product-buy-box .contact-to-buy .item > a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.417rem 1.042rem;
    gap: 0.3125rem;
    border: 1px solid var(--main-cl);
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 1.042rem;
    font-weight: 800;
    line-height: 1.302rem;
    color: var(--main-cl);
    -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;
}
.product-buy-box .contact-to-buy .item > a svg{
    width: 1.771rem;
    height: 1.771rem;
}
.product-buy-box .contact-to-buy .item > .flex-box{
    gap: 0.625rem;
}
.product-buy-box .contact-to-buy .item > .flex-box > a{
    -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;
}
.button{
    -webkit-border-radius: 5.208rem;
    -moz-border-radius: 5.208rem;
    border-radius: 5.208rem;
    padding: 0.78125rem 1.5625rem;
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.button span.text{
    font-size: 0.78125rem;
    font-weight: 500;
    line-height: 0.78125rem;
    -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;
}
.button.button-gradient{
    /*background: linear-gradient(90deg, #FF5001 0%, #FF7E14 78%, #FF901C 100%);*/
    background: linear-gradient(89.58deg, #FF5001 0.36%, #FF901C 36%, #FF7E14 56.54%, #FF5001 99.64%);
    background-size: 300%;
}
.button.button-gradient:hover{
    background-position: 85% 0%;
}
.button.button-black{
    border: 1px solid #000;
    background: #000;
}
.button.button-black span.text,
.button.button-gradient span.text{
    color: #FFF;
}
section.product-details .product-buy-box .box-footer{
    padding: 1.25rem 1.667rem;
    border-top: 1px solid rgba(var(--main-cl-rgb), 0.2);
}
section.product-details .product-buy-box .box-footer strong{
    display: block;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.042rem;
}
section.product-details .product-buy-box .box-footer .left{
    width: 60%;
}
section.product-details .product-buy-box .box-footer .right{
    width: 40%;
}
section.product-details .product-buy-box .box-footer .left span{
    font-size: 0.729rem;
    font-weight: 400;
    line-height: 0.9375rem;
}
.ml-auto{
    margin-left: auto;
}
section.product-details .product-parameters{
    margin-top: 1.042rem;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    border: 1px solid #DDDDDE;
    overflow: hidden;
    margin-bottom: 1.042rem;
}
section.product-details .product-parameters table thead tr{
    background: #F5F5F7;
}
section.product-details .product-parameters table thead th{
    font-size: 0.885rem;
    font-weight: 700;
    line-height: 0.9375rem;
}
section.product-details .product-parameters table thead a{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.05rem;
    color: var(--main-cl);
    text-decoration: underline;
}
section.product-details .product-parameters table{
    width: 100%;
    border-collapse: collapse;
}
section.product-details .product-parameters table tr:nth-of-type(even){
    background: #F5F5F7;
}
section.product-details .product-parameters table tr > *{
    padding: 0.78125rem 1.302rem;
    text-align: left;
    width: 50%;
}
section.product-details .product-parameters table tbody tr > *{
    font-size: 0.729rem;
    line-height: 1.146rem;
}
section.product-details .product-parameters table tbody tr > td:nth-of-type(2){
    /*font-weight: 700;*/
}
section.product-details .product-related-posts{
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    overflow: hidden;
    border: 1px solid #DDDDDE;
}
section.product-details .product-related-posts .heading{
    padding: 0.833rem 1.25rem;
    background: #F5F5F7;
}
section.product-details .product-related-posts .heading a{
    font-size: 0.833rem;
    line-height: 1.042rem;
    font-weight: 400;
    text-decoration: underline;
}
section.product-details .product-related-posts .post-list{
    padding: 0.833rem 1.25rem 2.083rem;
}
section.product-details .product-related-posts .post-list .item:first-of-type .flex-box{
    flex-direction: column;
}
.date-term{
    display: flex;
    align-items: center;
    margin-bottom: 0.3125rem;
}
.date-term.text-center{
    justify-content: center;
}
.date-term > *{
    font-size: 0.729rem;
    font-weight: 500;
    line-height: 0.9375rem;
    color: var(--main-cl)
}
.date-term > div:nth-of-type(2){
    padding-left: 0.625rem;
    margin-left: 0.625rem;
    position: relative;
}
.date-term > div:nth-of-type(2):before{
    position: absolute;
    content: '';
    width: 0.208rem;
    height: 0.208rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    background: var(--main-cl);
}
section.product-details .product-related-posts .post-list .item:not(:first-of-type):not(:last-of-type){
    margin-bottom: 0.729rem;
}
section.product-details .product-related-posts .post-list .item h3{
    font-size: 0.833rem;
    font-weight: 600;
    line-height: 1.05rem;
    color: #333;
}
section.product-details .product-related-posts .post-list .item .img-wrap{
    width: 36%;
    min-width: 36%;
    margin-right: 0.9375rem;
}
section.product-details .product-related-posts .post-list .item:first-of-type{
    padding-bottom: 1.40625rem;
    margin-bottom: 1.40625rem;
    border-bottom: 1px solid rgba(221, 221, 222, 0.6);
}
section.product-details .product-related-posts .post-list .item:first-of-type .flex-box{
    align-items: flex-start;
}
section.product-details .product-related-posts .post-list .item:first-of-type .img-wrap{
    margin-bottom: 1.042rem;
    margin-right: 0;
    width: 100%;
}
section.product-details .product-related-posts .post-list .item:first-of-type h3{
    font-size: 1.042rem;
    font-weight: 600;
    line-height: 1.3125rem;
}
section.product-details .product-related-posts .post-list .item .img-wrap{
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
}
section.product-details .product-related-posts .item h3{
    margin: 0;
    color: #000
}
section.product-details .col-5{
    padding-right: 3.125rem;
}
section.product-details .col-7{
    padding-left: 3.125rem;
    padding-right: 2.604rem;
}
.swiper-arrow{
    width: 2.083rem;
    height: 2.083rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid var(--main-cl);
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.swiper .swiper-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
.swiper .swiper-arrow.prev{
    left: 0.9375rem;
}
.swiper .swiper-arrow.next{
    right: 0.9375rem;
}
.swiper.product-gallery .img-wrap{
    height: 25.521rem;
    aspect-ratio: 1;
    margin: auto;
}
.swiper.product-gallery .swiper-slide:not(.swiper-slide-active){
    pointer-events: none !important;
    z-index: -999999;
}
.swiper.product-gallery .img-wrap img{
    object-fit: contain;
    object-position: center;
}
.product-gallery-thumb .img-wrap{
    border: 1px solid #C7C7C8;
    -webkit-border-radius: 0.729rem;
    -moz-border-radius: 0.729rem;
    border-radius: 0.729rem;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.product-gallery-thumb .swiper-slide-thumb-active .img-wrap{
    border-color: var(--main-cl);
}
.product-gallery-thumb{
    margin: 0 0.625rem;
    flex-grow: 1;
}
.p-0{
    padding: 0;
}
.product-gallery-wrap .popup-actions{
    gap: 0.729rem;
    margin-left: 1.042rem;
}
.text-3{
    color: #333;
}
.product-item{
    background: #FFF;
    box-shadow: 0px 0px 10px 0px #0000000D;
    padding: 0.625rem;
    -webkit-border-radius: 0.78125rem 0.625rem 0.625rem 0.625rem;
    -moz-border-radius: 0.78125rem 0.625rem 0.625rem 0.625rem;
    border-radius: 0.78125rem 0.625rem 0.625rem 0.625rem;
    overflow: hidden;
}
.product-gallery-wrap .popup-actions > .item{
    width: 5rem;
    height: 5rem;
    min-width: 5rem;
    padding: 0.521rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.208rem;
    border: 1px solid #C7C7C8;
    -webkit-border-radius: 0.729rem;
    -moz-border-radius: 0.729rem;
    border-radius: 0.729rem;
}
.product-gallery-wrap .product-gallery-thumb-wrap{
    width: 69%;
}
.product-gallery-wrap .product-gallery-thumb-wrap .arrow{
    width: 1.25rem;
    min-width: 1.25rem;
    cursor: pointer;
}
.product-gallery-wrap .product-gallery-thumb-wrap .swiper-slide .img-wrap{
    width: 5rem;
    height: 5rem;
    min-width: 5rem;
}
.product-item .img-wrap{
    padding: 0;
    height: 11.5rem;
}
.product-item .img-wrap .shop-price{
    width: 100%;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 0.521rem 0.521rem 0.15625rem 0.15625rem;
    -moz-border-radius: 0.521rem 0.521rem 0.15625rem 0.15625rem;
    border-radius: 0.521rem 0.521rem 0.15625rem 0.15625rem;
    background: rgba(var(--main-cl-rgb), 0.9);
    padding: 0.417rem 0.833rem;
    opacity: 0;
    -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;
    font-size: 0.677rem;
    line-height: 1.042rem;
    font-weight: 500;
    color: #FFF;
}
.product-item .img-wrap .shop-price .marker{
    font-size: 0.833rem;
    line-height: 0.833rem;
    font-weight: 800;
    display: block;
}
.product-item:hover .img-wrap .shop-price{
    opacity: 1;
    bottom: 0.833rem;
    left: 0;
    z-index: 4;
}
.product-item .img-wrap .product-label{
    position: absolute;
    display: flex;
    bottom: 0.833rem;
    left: 0;
}
.product-item .img-wrap img{
    aspect-ratio: 1;
    object-fit: contain;
}
.product-item .product-item-tag{
    gap: 0.26rem
}
.product-item .product-item-tag > img{
    height: 1.042rem;
}
.product-item .discount-percent{
    font-size: 0.729rem;
    font-weight: 800;
    line-height: 0.833rem;
    padding: 0.365rem 0.729rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    background: var(--main-cl);
    -webkit-border-radius: 0 2.604rem 2.604rem 0;
    -moz-border-radius: 0 2.604rem 2.604rem 0;
    border-radius: 0 2.604rem 2.604rem 0;
    color: #FFF;
}
.product-item .add-to-wishlist{
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    display: flex;
    cursor: pointer;
    z-index: 20;
}
.product-item .add-to-wishlist.added path{
    stroke: #FE0000;
    fill: #FE0000;
}
.product-item h3{
    font-size: 0.78125rem;
    font-weight: 700;
    line-height: 1.042rem;
    margin-top: 0.833rem;
    margin-bottom: 0.625rem;
}
.product-item .product-item-price .current-price{
    font-size: 0.833rem;
    font-weight: 800;
    line-height: 0.833rem;
    color: var(--main-cl);
}
.product-item .product-item-price .regular-price{
    font-size: 0.729rem;
    font-weight: 500;
    line-height: 0.729rem;
    color: #666;
    margin-left: 0.833rem;
}
.product-item .product-item-status{
    margin-top: 1.042rem;
    gap: 0.3125rem 0.9375rem
}
.product-item .product-item-status .status{
    padding: 0.104rem 0.417rem;
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 1.042rem;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
}
.product-item .product-item-status .status-wrap:only-child{
    margin-top: 0;
}
.product-item .product-item-status .status+.status{
    margin-left: 0.3125rem;
}
.product-item .product-item-status .status.new{
    color: #3472CD;
    background: #EDF4FF;
}
.product-item .product-item-status .status.coming-soon{
    color: var(--main-cl);
    background: var(--main-cl-light);
}
.product-item .product-item-discount b,
.product-item .product-item-discount strong{
    font-weight: 600;
}
.product-item .product-item-discount {
    margin-top: 0.78125rem;
    padding: 0.521rem 0.3125rem;
    background: #F2F4F6;
    border: 1px solid #E9EBED;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
}
.product-item .product-item-discount > *:last-child{
    margin-bottom: 0;
}
.product-item .product-item-attributes{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.26rem;
    margin-bottom: 0.625rem;
}
.product-item .product-item-attributes > .attribute > a{
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 0.521rem;
    padding: 0.26rem 0.521rem;
    display: block;
    border: 1px solid #E9EBED;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    color: #333;
}
.product-item .product-item-attributes > .attribute.active > a{
    background: var(--main-cl);
    border-color: var(--main-cl);
    color: #FFF;
}
.product-details .buy-together{
    margin-bottom: 4.0625rem;
}
.product-details .special-promotion{
    margin-bottom: 2.604rem;
}
.product-details .buy-together > .flex-box,
.product-details .special-promotion > .flex-box{
    margin-bottom: 0.625rem;
}
.product-details .buy-together .desc,
.product-details .special-promotion .desc {
    margin-top: 0.521rem;
}
.product-details .buy-together .swiper-arrow.next,

.product-details .special-promotion .swiper-arrow.next{
    margin-left: 0.208rem;
}
.product-details .buy-together > .swiper,
.product-details .special-promotion > .swiper{
    padding: 0.625rem;
    margin: 0 -0.625rem;
    max-width: calc(100% + 1.25rem);
}
.product-details .product-description p{
    margin-top: 0;
    margin-bottom: 1.5em;
}
.product-details .product-description,
.product-details .product-description *{
    font-family: sans-serif !important;
}
.product-details .product-description,
.product-details .product-description p,
.product-details .product-description p span,
.product-details .product-description li{
    font-size: 15px !important;
    font-weight: 400;
    line-height: 25px !important;
    color: #333;
}
.product-details .product-description h2,
.product-details .product-description h2 span,
.product-details .product-description h2 strong{
    line-height: 24px !important;
    font-size: 20px !important;
}
.product-details .product-description h3,
.product-details .product-description h3 span,
.product-details .product-description h3 strong{
    line-height: 24px !important;
    font-size: 18px !important;
}
.product-details .product-description h4,
.product-details .product-description h4 span,
.product-details .product-description h4 strong{
    line-height: 24px !important;
    font-size: 18px !important;
}
.product-details .product-description{
    max-height: 28.125rem;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    line-height: 1.5;
}
.product-details .product-description img{
    max-width: 100%;
    height: auto !important;
}
.product-details .product-description.active{
    max-height: 3000rem;
    padding-bottom: 3.646rem;
}
.product-details .product-description.active:before{
    display: none !important;
}
.product-details .product-description:before{
    height: 10.417rem;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 89.29%);
    z-index: 2;
}
.product-details .product-description iframe {
  max-width: 100%;
  display: block;
  margin: auto;
  width: 640px;
  height: 360px;
}
.product-details .product-description .button-gradient{
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -100%);
    z-index: 5;
    min-width: 8.854rem;
}
.product-details .product-gallery-wrap{
    margin-bottom: 3.229rem;
}
.product-details .col-7 .policy-list{
    margin-bottom: 1.5625rem;
}
.product-details .col-7 .policy-list .item{
    padding: 1.25rem 0;
    border-top: 1px solid #C7C7C899;
}
.product-details .col-7 .policy-list .item:last-of-type{
    border-bottom: 1px solid #C7C7C899;
}
.product-details .col-7 .policy-list .item .title{
    width: 34%;
}
.product-details .col-7 .policy-list .item .cont{
    width: 66%;
}
.product-details .col-7 .policy-list .item .cont p {
  margin-bottom: 0;
}
.product-details .col-7 .policy-list .item .cont img,
.product-details .col-7 .policy-list .item .cont svg{
    width: 2.083rem;
    min-width: 2.083rem;
    height: auto;
    margin-right: 0.625rem;
}
.product-details .col-7 .policy-list .item .cont li+li{
    margin-top: 0.78125rem;
}
.bg-gray{
    background-color: var(--gray-cl);
}
section.product-related{
    padding: 4.479rem 8.125rem 4.271rem;
}
section.product-related .group .title-group{
    margin-bottom: 2.083rem;
}
section.product-related .group .arrows-wrap{
    gap: 0.3125rem;
}
section.product-related .group{
    margin-bottom: 3.90625rem;
}
section.product-related .grid-4{
    grid-gap: 1.042rem
}
section.product-related .item{
    padding: 1.5625rem 1.25rem;
    background: #FFF;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
}
section.product-related .item .icon-wrap{
    width: 3.90625rem;
    min-width: 3.90625rem;
    margin-right: 1.042rem;
}
.product-review{
    margin-top: 2.083rem;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    padding: 1.771rem 1.667rem;
}
.product-review .review-count-box{
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    border: 1px solid #DDDDDE;
    margin-bottom: 0.729rem;
}
.product-review .review-count-box .col-6{
    border-left: 1px solid #DDDDDE;
    border-right: 1px solid #DDDDDE;
    padding: 1.042rem;
}
.product-review .review-count-box .col-6 .item+.item{
    margin-top: 0.3125rem;
}
.product-review .review-count-box .col-6 .item .percent-number{
    width: 2.5rem;
    font-size: 0.833rem;
    font-weight: 800;
    line-height: 1.302rem;
    color: var(--blue-cl);
    margin-left: 0.625rem;
}
.product-review .review-count-box .col-6 .item svg{
    margin-right: 0.833rem;
}
.product-review .review-count-box .col-6 .item .star-number{
    display: block;
    margin-right: 0.521rem;
    font-size: 0.833rem;
    font-weight: 600;
    line-height: 1.302rem;
    color: #33333380;
}
.product-review .review-count-box .col-6 .item .percent-bar{
    flex-grow: 1;
    height: 0.677rem;
    -webkit-border-radius: 0.15625rem;
    -moz-border-radius: 0.15625rem;
    border-radius: 0.15625rem;
    background: #e9e5e5;
    overflow: hidden;
}
.product-review .review-count-box .col-6 .item .percent-bar .percent-current{
    height: 100%;
    background: var(--main-cl);
    width: 0;
    -webkit-border-radius: 0.15625rem;
    -moz-border-radius: 0.15625rem;
    border-radius: 0.15625rem;
}
.product-review .review-count-box .col-3{
    padding: 0.625rem;
}
.product-review .review-count-box .average-rating .average-star{
    font-size: 2.083rem;
    font-weight: 800;
    line-height: 2.625rem;
    margin-bottom: 0.208rem;
    gap: 0.625rem;
    color: var(--main-cl);
}
.product-review .review-count-box a.show-review-popup{
    background: var(--blue-cl);
    font-size: 0.729rem;
    font-weight: 800;
    line-height: 1.302rem;
    color: #FFF;
    padding: 0.625rem 0.729rem;
    -webkit-border-radius: 0.26rem;
    -moz-border-radius: 0.26rem;
    border-radius: 0.26rem;
}

.product-review .review-box {
  margin-bottom: 1rem;
}

.product-review .heading-review-box {
  margin-bottom: 1rem;
}

.product-review .heading-review-box svg {
  width: 1rem;
  cursor: pointer;
}
.product-review .heading-review-box svg path {
  fill: #adadad;
}

.product-review .heading-review-box svg.filled path {
  fill: #fe4f00;
}
.product-review .heading-review-box .list-star {
  margin-left: 1rem;
  display: inline-block;
}

.product-review .content-review .NK-form-input {
  margin-bottom: 0.5rem;
}

.product-review .content-review .NK-form-input textarea {
  border: 1px solid var(--ajax-login-border-color);
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--ajax-login-body-text-color);
  margin-bottom: 0;
  box-shadow: none !important;
  width: 100% !important;
  background-color: var(--ajax-login-white-color);
}

.product-review .content-review .NK-form-input textarea,
.product-review .content-review .NK-form-input input {
  padding-left: 1rem;
  padding-right: 1rem;
}

.product-review .review-box {
  padding: 1rem;
}
.product-review .show-more-reviews{
    margin-top: 2.292rem;
}

.review-item {
  margin-bottom: 1.25rem;
}
.review-item .review-cont {
  width: 100%;
}
.review-item .stars{
    display: flex;
    margin-right: 1.042rem;
    gap: 0.15625rem;
}
.review-item .stars .star svg{
    width: 0.729rem;
    min-width: 0.729rem;
    height: 0.729rem;
}
.review-item .stars .star svg path{
    stroke-width: 0.5;
    fill: transparent;
    stroke: #999999;
}
.review-item .stars .star.filled svg path{
    fill: var(--main-cl);
    stroke: var(--main-cl)
}
.review-item > .review-name{
    margin-bottom: 1.042rem;
}
.review-item .review-name{
    font-size: 0.833rem;
    font-weight: 700;
    line-height: 1.05rem;
}
.review-item .fs-14{
    color: #5E5E5E;
    margin-bottom: 0.521rem;
}
.review-item .review-actions{
    display: flex;
    align-items: center;
}
.review-item .review-actions > *{
    font-size: 0.677rem;
    font-weight: 400;
    line-height: 1.302rem;
}
.review-item .review-actions > a{
    color: var(--blue-cl)
}
.review-item .review-actions > span{
    color: #999999;
}
.review-item .review-actions > *:not(:first-child){
    padding-left: 0.3125rem;
    margin-left: 0.3125rem;
    position: relative;
}
.review-item .review-actions > *:not(:first-child):before{
    width: 0.15625rem;
    height: 0.15625rem;
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #999999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.review-item .review-actions > a:before{
    background: var(--blue-cl) !important;
}
.review-item .review-reply{
    margin-top: 1.25rem;
    padding: 0.833rem 1.25rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    background: #FFF;
}
.review-item .review-reply .review-name{
    margin-bottom: 0.521rem;
    display: flex;
    align-items: center;

}
.review-item .review-reply .review-name .review-position{
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 0.729rem;
    padding: 0.3125rem 0.625rem;
    background: var(--main-cl);
    display: block;
    width: max-content;
    color: #FFF;
    margin-left: 1.979rem;
    -webkit-border-radius: 0.15625rem;
    -moz-border-radius: 0.15625rem;
    border-radius: 0.15625rem;
}
footer.footer-wrapper{
    border-top: 1px solid #C7C7C899;
    padding-left: 8.125rem;
    padding-right: 8.125rem;
}
footer.footer-wrapper .footer-top{
    padding: 3.333rem 0 2.396rem;
}
footer.footer-wrapper .footer-top .footer-menu-title{
    margin-bottom: 0.625rem;
}
footer.footer-wrapper .footer-top .footer-menu-title br {
  display: none;
}
ul.menu-footer > li > a{
    color: #333;
    font-size: 0.729rem;
    font-weight: 400;
    line-height: 0.9375rem;
    margin-bottom: 0.521rem;
    display: block;
    -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;
}
ul.menu-footer > li > a:hover{
    color: var(--main-cl)
}
footer.footer-wrapper .footer-middle{
    border-top: 1px solid #C7C7C899;
    padding: 1.5625rem 0;
    border-bottom: 1px solid #C7C7C899;
}
footer.footer-wrapper .footer-middle .fs-18{
    margin-right: 2.5rem;
}
footer.footer-wrapper .footer-middle .col-9{
    padding-right: 3.90625rem;
}
footer.footer-wrapper .footer-middle .col-3 > a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.771rem;
    height: 1.771rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #333;
    margin-left: 0.521rem;
    padding: 0.417rem;
}
footer.footer-wrapper .footer-middle .col-3 > a{
    width: 1.771rem;
    min-width: 1.771rem;
    -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;
}
footer.footer-wrapper .footer-middle form{
    flex-grow: 1;
    display: flex;
    background: #FFF;
    -webkit-border-radius: 5.208rem;
    -moz-border-radius: 5.208rem;
    border-radius: 5.208rem;
    padding: 0.208rem 0.208rem 0.208rem 1.354rem;
}
footer.footer-wrapper .footer-middle form input{
    border: none !important;
    flex-grow: 1;
    font-size: 0.729rem;
    font-weight: 400;
    line-height: 0.729rem;
}
footer.footer-wrapper .footer-middle form button{
    height: 2.1875rem;
    width: 2.1875rem;
    padding: 0;
}
footer.footer-wrapper .footer-bottom{
    padding: 1.354rem 0
}
footer.footer-wrapper .footer-bottom .col-9{
    padding-right: 3.90625rem;
}
footer.footer-wrapper .footer-bottom .images-2{
    gap: 1.146rem
}
footer.footer-wrapper .footer-bottom .images-1{
    margin-right: 2.708rem;
}
footer.footer-wrapper .footer-bottom .images-1 img{
    max-height: 3.333rem;
    width: auto;
}
footer.footer-wrapper .footer-bottom .images-1 > .item-logo + .item-logo,
footer.footer-wrapper .footer-bottom .images-1 > a+a{
    padding-left: 1.146rem;
    margin-left: 1.146rem;
    border-left: 1px solid #DDDDDD;
}
footer.footer-wrapper .footer-bottom .images-2 > img,
footer.footer-wrapper .footer-bottom .images-2 > a{
    max-width: 50%;
}
footer.footer-wrapper .footer-bottom .images-2 img{
    max-height: 2.708rem;
    width: auto;
}
footer.footer-wrapper .footer-bottom .text-footer{
    margin-right: 1.042rem;
}
footer.footer-wrapper .footer-bottom .col-3 img{
    max-width: 11.25rem;
}
footer.footer-wrapper .footer-bottom .col-3 .fs-14{
    margin-right: 1.25rem;
}
.container-large{
    padding-left: 8.125rem;
    padding-right: 8.125rem;
}
section.products-page{
    padding: 0 0 5.052rem
}
.product-list.grid-5{
    grid-gap: 1.5625rem 1.25rem;
    margin-top: 3.542rem;
}
section.products-page .product-list-wrap .button{
    margin-top: 2.604rem;
}
.swiper.brand-swiper .brand-item{
    padding: 0.729rem;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    background: #FFF;
}
.swiper.brand-swiper .brand-item a{
    display: flex;
}
.swiper.brand-swiper .brand-item img{
    object-fit: contain;
    aspect-ratio: 1;
    width: 100%;
}
section.products-page .product-brand-wrap{
    margin-bottom: 1.667rem;
}
.bdrs-20{
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
}
.bdrs-30{
    -webkit-border-radius: 1.5625rem;
    -moz-border-radius: 1.5625rem;
    border-radius: 1.5625rem;
}
.over-hidden{
    overflow: hidden;
}
.bdrs-10{
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
}
section.products-page .products-page-banner{
    margin-bottom: 1.667rem;
}
section.products-page .banner .banner-cont{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    left: 7.5rem;
}
section.products-page .banner .banner-cont .banner-title{
    font-size: 3.597rem;
    font-weight: 800;
    line-height: 4.5328125rem;
    margin-bottom: 0.9375rem;
}
.button-white{
    background: #FFF;
}
section.products-page .banner{
    margin-bottom: 3.90625rem;
}
section.products-page .banner .banner-cont a.button-white{
    margin-top: 1.5625rem;
    min-width: 12.5rem;
}
.swiper.service-swiper .flex-box{
    gap: 1.25rem;
    padding: 1.25rem 1.875rem;
    background: #FFF;
}
.swiper.service-swiper .flex-box .icon-wrap{
    width: 3.333rem;
    height: 3.333rem;
}
section.products-page .products-service{
    margin-bottom: 3.4375rem;
}
.product-filters .filter-group{
    gap: 0.677rem;
}
.product-filters .filter-title{
    height: 2.083rem;
    padding: 0.521rem 0.833rem;
    -webkit-border-radius: 5.208rem;
    -moz-border-radius: 5.208rem;
    border-radius: 5.208rem;
    border: 1px solid rgba(153, 153, 153, 0.5);
    font-size: 0.729rem;
    font-weight: 400;
    line-height: 0.729rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.521rem;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.product-filters .active .filter-title{
    border-color: var(--main-cl);
    background-color: var(--main-cl-light);
    color: var(--main-cl);
}
.product-filters .active .filter-title path{
    stroke: var(--main-cl);
}
.product-filters .filter-list{
    position: absolute;
    width: 20.833rem;
    background: #FFF;
    gap: 0.521rem;
    padding: 1.354rem 1.146rem;
    display: flex;
    flex-wrap: wrap;
    z-index: 99;
    box-shadow: 0 0 10px #dedede;
    opacity: 0;
    pointer-events: none !important;
    visibility: hidden !important;
}
.product-filters .filter-wrap:hover .filter-list{
    opacity: 1;
    pointer-events: unset !important;
    visibility: unset !important;
}
.product-filters .filter-list > .filter-item input{
    display: none;
}
.product-filters .filter-list > .filter-item{
    font-size: 0.729rem;
    font-weight: 400;
    line-height: 0.729rem;
    border: 1px solid rgba(153, 153, 153, 0.5);
    -webkit-border-radius: 5.208rem;
    -moz-border-radius: 5.208rem;
    border-radius: 5.208rem;
}
.product-filters .filter-list > .filter-item > label{
    display: flex;
    padding: 0.521rem 0.833rem;
    cursor: pointer;
}
.product-filters .filter-group  .filter-title.active,
.product-filters .filter-list > .filter-item.active,
.product-filters .filter-list > .filter-item:has(input:checked){
    border-color: var(--main-cl);
    background-color: var(--main-cl-light);
    color: var(--main-cl)
}
.product-sorts .sort {
    margin-left: 1.042rem;
    position: relative;
}
.product-sorts .sort-current{
    -webkit-border-radius: 5.208rem;
    -moz-border-radius: 5.208rem;
    border-radius: 5.208rem;
    border: 1px solid rgba(153, 153, 153, 0.5);
    width: 14.0625rem;
    padding: 0.677rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.product-sorts svg:first-of-type{
    width: 0.99rem;
    min-width: 0.99rem;
    height: 0.99rem;
}
.product-sorts .sort-current span{
    margin-right: auto;
    margin-left: 0.521rem;
    font-size: 0.729rem;
    font-weight: 500;
    line-height: 0.729rem;
}
.product-sorts .sort-list{
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 99;
    display: none;
}
.product-sorts .sort-list > .sort-item{
    background: #FFF;
    padding: 0.677rem 1.25rem;
    display: flex;
    align-items: center;
    -webkit-border-radius: 5.208rem;
    -moz-border-radius: 5.208rem;
    border-radius: 5.208rem;
    border: 1px solid rgba(153, 153, 153, 0.5);
    margin-top: 0.3125rem;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.product-sorts .sort-list > .sort-item:hover {
  border-color: var(--main-cl);
  background-color: var(--main-cl-light);
  color: var(--main-cl);
}
.product-sorts .sort-list > .sort-item.active {
    display: none;
}
.product-sorts .sort-list > .sort-item:hover path,
.product-sorts .sort-list > .sort-item.active path{
    stroke: var(--main-cl)
}
.product-sorts .sort-list > .sort-item span{
    margin-right: auto;
    margin-left: 0.521rem;
    font-size: 0.729rem;
    font-weight: 500;
    line-height: 0.729rem;
}
header#header{
    z-index: 999;
    position: relative;
}
header#header .top-bar{
    background: #FFF;
    /* padding: 0.417rem 0; */
}
header#header .top-bar img {
  display: block;
  /* height: 100%; */
  width: 100%;
  object-fit: cover;
}
#site-logo{
    margin-right: 1.302rem;
}
#site-logo a{
    display: flex;
}
header#header .header-main{
    background: linear-gradient(90deg, #FDC884 0%, #FE9C13 8.66%, #FE4F00 19.51%);
    padding: 0.46875rem 0;
}
header#header .header-item .item-text{
    font-size: 0.729rem;
    font-weight: 600;
    line-height: 0.9375rem;
    color: #FFF;
    margin-top: 0.3125rem;
}
header#header .header-item .icon-wrap{
    display: flex;
    justify-content: center;
}
header#header .header-item .icon-wrap img,
header#header .header-item .icon-wrap svg{
    height: 1.354rem;
    width: auto;
}
header#header .header-item.cart-item .cart-icon svg{
    width: 1.354rem ;
    height: 1.354rem;
}
header#header .header-item.cart-item .cart-icon{
    position: relative;
    display: flex;
    width: max-content;
    margin: auto;
}
header#header .header-item.cart-item .cart-count{
    position: absolute;
    top: 30%;
    transform: translateY(-50%) translateX(-0.417rem);
    left: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #FFF;
    width: 1.042rem;
    height: 1.042rem;
    line-height: 1.042rem;
    font-size: 0.625rem;
    font-weight: 800;
}
header#header .header-item{
    padding: 0.417rem 0.833rem;

}
header#header .header-item.highlight{
    background: rgba(255, 160, 30, 0.3);
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
}
header#header .header-item:not(.highlight){
    border-left: 1px solid #FFFFFF33;
}
header#header .header-item:first-of-type{
    border-left: none;
}
header#header .header-item:last-of-type{
    margin-left: 1.5625rem;
}
header#header .header-item.hotline .item-text{
    font-size: 0.729rem;
    font-weight: 800;
    line-height: 0.9375rem;
}
header#header .header-main form{
    flex-grow: 1;
    margin: 0 2.708rem 0 1.458rem;
    -webkit-border-radius: 5.208rem;
    -moz-border-radius: 5.208rem;
    border-radius: 5.208rem;
    background: #FFF;
    padding: 0.3125rem 0.521rem 0.3125rem 1.302rem;
    display: flex;
}
header#header .header-main form input{
    width: 100%;
    border: none !important;
    font-size: 0.729rem;
    font-weight: 400;
    line-height: 1.979rem;
    height: 1.979rem;
    color: #2E3543;
}
header#header .header-main form button{
    display: flex;
    border: none !important;
    background: transparent !important;
    width: 1.979rem;
    aspect-ratio: 1;
    padding: 0;
    align-items: center;
    justify-content: center;
}
header#header .change-location{
    padding: 0.417rem 0.833rem;
    background: rgba(255, 160, 30, 0.3);
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    margin-right: 1.042rem;
}
header#header .change-location span{
    font-size: 0.729rem;
    font-weight: 500;
    line-height: 0.9375rem;
    color: #FFF;
}
header#header .header-navigation{
    background: #FFF;
}
header#header .change-location{
    cursor: pointer;
    min-width: 7.8125rem;
}
header#header .change-location .select-styled{
    font-size: 0.729rem;
    font-weight: 800;
    line-height: 0.9375rem;
    color: #FFF;
    padding-right: 1.25rem;
    background: none !important;
}
header#header .change-location .select-styled:before{
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/assets/images/arrow-down-white.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    width: 0.833rem;
    height: 0.833rem;
}
header#header .change-location .select-options{
    background: #FFF;
    left: 0;
    padding: 0.208rem 0.521rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    width: 100%;
    box-shadow: 0 0 10px #dedede
}
header#header .change-location .select-options > li{
    font-size: 0.729rem;
    line-height: 1.042rem;
    padding: 0.208rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
header#header .change-location .select-options > li.active,
header#header .change-location .select-options > li:hover{
    color: var(--main-cl)
}
.main-navigation > li > a{
    display: flex;
    align-items: center;
    font-size: 0.729rem;
    font-weight: 500;
    line-height: 0.9375rem;
    gap: 0.26rem;
    color: #333333;
    padding: 0.833rem 0.625rem;
}
.main-navigation > li > a  > .icon{
    display: flex;
}
.main-navigation > li > a img{
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
    object-position: center;
    filter: brightness(0) invert(0);
}
.main-navigation > li:hover > a img,
.main-navigation > li.current-menu-item > a img{
    filter: brightness(1) invert(0);
}
.main-navigation > li:hover > a,
.main-navigation > li.current-menu-item > a{
    color: var(--main-cl)
}
.main-navigation > li.mega-menu-item{
    padding: 0.365rem 0;
}
.main-navigation > li.mega-menu-item > span.icon{
    min-width: 2.292rem;
    width: 2.292rem;
    height: 2.292rem;
    cursor: pointer;
    padding: 0.3125rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--main-cl-light);
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumbs{
    padding: 0.78125rem 8.125rem;
}
.breadcrumbs ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.breadcrumbs ul > li span{
    font-size: 0.78125rem;
    font-weight: 400;
    line-height: 1.042rem;
    color: #333;
}
.breadcrumbs ul > li:last-of-type:not(:first-of-type) span{
    font-weight: 700;
}
.breadcrumbs ul > li:not(:first-of-type){
    padding-left: 0.78125rem;
    margin-left: 0.78125rem;
    position: relative;
}
.breadcrumbs ul > li:not(:first-of-type):before{
    top: 50%;
    left: 0;
    position: absolute;
    content: '>';
    /* width: 0.15625rem;
    height: 0.15625rem; */
    /* -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; */
    /* background: #333; */
    font-size: 0.8rem;
    transform: translate(-50%, -50%);
}
.breadcrumbs ul > li > a{
    display: flex;
    align-items: center;
    gap: 0.417rem
}
section.contact-page{
    padding: 4.479rem 0 5.208rem;
}
section.contact-page .title-group{
    margin-bottom: 2.083rem;
}
section.contact-page .contact-form{
    background: #FFF;
    -webkit-border-radius: 1.5625rem;
    -moz-border-radius: 1.5625rem;
    border-radius: 1.5625rem;
}
section.contact-page .contact-form > .col-6:nth-of-type(1){
    padding-left: 5.99rem;
    padding-right: 4.271rem;
}
section.contact-page .contact-form > .col-6:nth-of-type(1) .img-wrap{
    margin-top: -2.865rem;
}
section.contact-page .contact-form > .col-6:nth-of-type(2){
    padding: 3.75rem 5.99rem 3.75rem 0.521rem;
}
.form-wrap label{
    display: block;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.302rem;
    margin-bottom: 0.3125rem;
}
.form-wrap .woocommerce-input-wrapper{
    width: 100%;
    display: block
}
.form-wrap .select2-container{
    width: 100% !important;
    position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 50% !important;
    transform: translateY(-50%);
    right: 0.625rem !important;
}
.select2-container {
  width: 100%;
}
span.message-validate {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  color: #fff;
  font-size: 0.875rem;
  border-radius: 2.5rem;
  margin: 0.375rem;
  top: 0;
  bottom: 0;
  z-index: -1;
  transform: translateY(-100%);
  transition: all 0.5s;
}
.checkout-page .form-wrap .select2-container .selection .select2-selection {
  padding: 0.5rem 1.40625rem;
}
span.message-validate:before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNyAxTDEgNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik03IDdMMSAxIiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-repeat: no-repeat;
  position: absolute;
  right: 0.8125rem;
  top: 50%;
  transform: translateY(-50%);
}

.form-row.invalid span.message-validate {
  background: red;
  z-index: 1;
  transform: initial;
}
.form-wrap .select2-container .selection .select2-selection,
.form-wrap input,
.form-wrap textarea{
    background: #F5F5F5;
    padding: 0.729rem 1.40625rem;
    width: 100%;
    border: 1px solid transparent;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.042rem;
    color: #333;
    -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;
    height: auto !important;
}
.form-wrap input:focus,
.form-wrap textarea:focus{
    background: #FFF;
    border-color: var(--main-cl);
}
.form-wrap input::placeholder,
.form-wrap textarea::placeholder{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.042rem;
    color: #BBBBBB;
}
.form-wrap .select2-container .selection .select2-selection,
.form-wrap input{
    -webkit-border-radius: 5.208rem !important;
    -moz-border-radius: 5.208rem !important;
    border-radius: 5.208rem !important;
    height: 2.604rem;
}
.form-wrap textarea{
    -webkit-border-radius: 0.26rem;
    -moz-border-radius: 0.26rem;
    border-radius: 0.26rem;
    height: 5.729rem !important;
    resize: none;
}
.form-wrap .col-6{
    width: 48%;
}
.form-wrap .form-group:not(:last-of-type){
    margin-bottom: 1.25rem;
}
.form-wrap button.button{
    min-width: 6.771rem;
}
.form-wrap .form-group.submit-btn{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.form-wrap .file label{
    width: max-content;
    margin-top: 0.625rem;
    margin-bottom: 0;
}
.form-wrap .file input{
    padding: 0;
    background-color: transparent;
    border-radius: 0 !important;
}
.form-wrap .file input::file-selector-button{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.354rem;
    color: #333;
    padding: 0.26rem 0.833rem;
    border: 1px solid #000000;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #FFF;
    margin: 0 0.5rem 0 0;
}
.form-wrap .file .pick-file-btn{
    display: none !important;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.354rem;
    color: #333;
    padding: 0.26rem 0.833rem;
    border: 1px solid #000000;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
section.contact-page .contact-information{
    margin-bottom: 8.073rem;
    padding: 0 5.99rem;
}
section.contact-page .contact-information .item{
    width: 34%;
}
section.contact-page .contact-information .item:nth-of-type(2){
    padding: 0 3.75rem;
    margin: 0 3.75rem;
    width: 32%;
    border-left: 1px solid rgba(96, 96, 96, 0.2);
    border-right: 1px solid rgba(96, 96, 96, 0.2);
}
section.contact-page .sec-title{
    margin-bottom: 0.729rem;
}
section.contact-page .contact-information .item .icon-wrap{
    margin-right: 1.5625rem;
    width: 3.4375rem;
    min-width: 3.4375rem;
    height: auto;
}
section.contact-page .contact-information .item .fs-22 a{
    color: #000
}
section.contact-page .contact-information .item .fs-22 a:hover{
    color: var(--main-cl)
}
section.contact-page .contact-information .item .fs-22 > *:last-child{
    margin-bottom: 0;
}
.sec-title{
    font-size: 1.823rem;
    font-weight: 700;
    line-height: 2.083rem;
}
.sec-desc{
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.354rem;
    color: #333;
}
.sec-desc > *:last-child{
    margin-bottom: 0;
}
section.single-post{
    padding-bottom: 6.40625rem;
    padding-top: 2.1875rem;
}
.container-small{
    width: 57.292rem;
    margin: auto;
}
section.single-post .date-term{
    margin-bottom: 0.729rem;
}
section.single-post .post-excerpt{
    font-size: 1.042rem;
    font-weight: 600;
    line-height: 1.458rem;
    margin-bottom: 3.125rem;
}
.post-content *{
    font-family: sans-serif !important;
}
.post-content h2,
.post-content h2 span,
.post-content h2 strong{
    line-height: 24px !important;
    font-size: 20px !important;
}
.post-content h3,
.post-content h3 span,
.post-content h3 strong{
    line-height: 24px !important;
    font-size: 18px !important;
}
.post-content h4,
.post-content h4 span,
.post-content h4 strong{
    line-height: 24px !important;
    font-size: 18px !important;
}
.post-content,
.post-content p,
.post-content p span,
.post-content li{
    font-size: 15px;
    font-weight: 400;
    line-height: 25px !important;
    color: #333;
}
.single-post .post-content img{
    max-width: 100% !important;
    height: auto !important;
}
.post-content li{
    margin-bottom: 0.3125rem;
}
.post-content li:last-of-type{
    margin-bottom: 0;
}
.post-content p{
    margin-bottom: 0.78125rem;
}
.post-content > *:last-child{
    margin-bottom: 0;
}
.post-content > video{
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    margin-bottom: 3.125rem;
}
.post-content blockquote {
  border-left: 3px solid #ff7337;
  padding-left: 8px;
  font-style: italic;
  font-size: 0.75rem;
}

.post-content blockquote p {
  font-style: italic;
  font-size: 0.75rem;
}
.post-content iframe {
  max-width: 100%;
  margin: auto;
  display: block;
  width: 640px;
  height: 360px;
}
.table-of-content{
    background-color: #FFF;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    box-shadow: 0rem 0rem 1.042rem 0rem #0000000D;
    margin-bottom: 2.083rem;
}
.table-of-content .toc-heading-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.875rem 1.5625rem 1.042rem 2.708rem;
    border-bottom: 1px solid #E6E6E6;
    cursor: pointer;
}
.table-of-content .toc-heading-wrap > .toc-title{
    font-size: 1.302rem;
    font-weight: 700;
    line-height: 1.354rem;
    color: #333;
}
.table-of-content .toc-list ul {
    padding: 1.042rem 2.708rem 0.729rem;
    list-style: none;
    margin: 0;
}
.table-of-content .toc-list li {
    margin-bottom: 0.208rem;
}

.table-of-content .toc-list > ul > li > a,
.table-of-content .toc-list > ul ul a {
    color: #333;
    font-size: 0.833rem;
    font-weight: 500;
    line-height: 1.146rem;
    -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;
}
.table-of-content .toc-list ul ul {
  padding-top: 0;
  padding-bottom: 0;
}
.table-of-content .toc-list a:hover {
    color: var(--main-cl);
    text-decoration: underline;
}
.table-of-content .toc-list li {
    margin-bottom: 0.833rem;
}
.table-of-content .toc-list > ul > li  > a {
    font-size: 1.042rem;
    font-weight: 500;
    line-height: 1.354rem;
}
.table-of-content .toc-list ul ul {
    padding: 0;
    margin-left: 1.5625rem;
    margin-top: 0.521rem;
    list-style: none;
}
section.single-post .post-nav > a{
    gap: 0.3125rem;
}
section.single-post .post-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.625rem 0;
    border-bottom: 1px solid #E1E1E1;
    border-top: 1px solid #E1E1E1;
    margin-top: 1.25rem;
}
section.single-post .post-nav .share > a{
    margin-left: 0.78125rem;
    display: flex;
}
section.single-post .post-tags{
    margin-top: 0.625rem;
}
section.single-post .post-tags > span{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.302rem;
}
section.single-post .post-tags > a{
    -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;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1.458rem;
    padding: 0 0.625rem;
    background: #FFF;
    -webkit-border-radius: 0.26rem;
    -moz-border-radius: 0.26rem;
    border-radius: 0.26rem;
    display: inline-flex;
    margin-left: 0.3125rem;
    color: rgba(51, 51, 51, 0.7)
}
section.related-posts{
    padding-bottom: 5.625rem;
}
section.related-posts .swiper-arrows{
    gap: 0.729rem;
}
section.related-posts > div > .flex-box{
    margin-bottom: 1.5625rem;
}
.news-item .img-wrap > a{
    display: flex;
}
.news-item img{
    aspect-ratio: 379/228;
}
.news-item h3,
.news-item .date-term{
    margin-bottom: 0.625rem;
}
.news-item .img-wrap{
    margin-bottom: 1.5625rem;
}
section.post-list-page{
    padding: 4.375rem 0 6.146rem;
}
#post-list .grid-box{
    grid-gap: 2.292rem 1.458rem;
    margin-top: 3.958rem;
}
#post-list .button{
    margin-top: 3.75rem;
    padding-top: 0.521rem;
    padding-bottom: 0.521rem;
}
section.post-list-page .sec-title{
    margin-bottom: 2.396rem;
}
section.post-list-page .hot-posts{
    margin-bottom: 6.979rem;
}
section.post-list-page .hot-posts > .flex-box{
    gap: 1.042rem
}
section.post-list-page .hot-posts .col-5 > .item+.item{
    margin-top: 0.729rem;
}
section.post-list-page .hot-posts .col-5 > .item .img-wrap{
    max-width: 9.896rem;
    height: auto;
    min-width: 9.896rem;
    margin-right: 1.5625rem;
}
section.post-list-page .hot-posts .col-5 > .item img{
    aspect-ratio: 190/125;
}
section.post-list-page .hot-posts .date-term{
    margin-bottom: 0.625rem;
}
section.post-list-page .hot-posts .col-5 > .item h3{
    font-size: 1.042rem;
    font-weight: 600;
    line-height: 1.3125rem;
    color: #333;
    margin-bottom: 0;
}
section.post-list-page .hot-posts .col-7 .item .img-wrap,
section.post-list-page .hot-posts .col-7 .item{
    height: 100%;
}
section.post-list-page .hot-posts .col-7 .img-wrap:before{
    position: absolute;
    content: '';
    width: 67%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.8;
    z-index: 3;
}
section.post-list-page .hot-posts .col-7 .cont-wrap{
    bottom: 2.083rem;
    left: 2.083rem;
    max-width: 22.396rem;
    z-index: 5;
}
section.post-list-page .hot-posts .col-7 .cont-wrap h3{
    font-size: 1.146rem;
    font-weight: 600;
    line-height: 1.44375rem;
    margin-bottom: 0.625rem;
}
.post-list-page .item .img-wrap img {
  height:auto;
}
.terms-menu li > a{
    padding: 0.417rem 1.042rem;
    font-size: 0.729rem;
    font-weight: 500;
    line-height: 1.042rem;
    display: flex;
    border: 1px solid #C9C9C9;
    -webkit-border-radius: 5.208rem;
    -moz-border-radius: 5.208rem;
    border-radius: 5.208rem;
    color: #333;
    margin: 0 0.417rem;
    position: relative;
    min-width: 7.292rem;
    justify-content: center;
}
.terms-menu li > a > span{
    z-index: 3;
}
.terms-menu li > a:before{
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    content: '';
    left: -1px;
    top: -1px;
    background: linear-gradient(90deg, #FF5001 0%, #FF7E14 78%, #FF901C 100%);
    -webkit-border-radius: 5.208rem;
    -moz-border-radius: 5.208rem;
    border-radius: 5.208rem;
    opacity: 0;
    -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;
}
.terms-menu li:hover > a,
.terms-menu li.active > a{
    color: #FFF;
}
.terms-menu li:hover > a:before,
.terms-menu li.active > a:before{
    opacity: 1;
}
section.support-page{
    padding: 4.0625rem 0 8.698rem;
}
section.support-page .questions .question:not(:last-of-type){
    margin-bottom: 0.9375rem;
}
section.support-page .questions .question .ask span.plus{
    display: flex;
}
section.support-page .questions .question .ask{
    -webkit-border-radius: 5.208rem;
    -moz-border-radius: 5.208rem;
    border-radius: 5.208rem;
    background: #FFF;
    padding: 0.833rem 1.979rem;
    margin-bottom: 0;
    cursor: pointer;
}
section.support-page .questions .question .ask svg{
    width: 1.25rem;
    min-width: 1.25rem;
    margin-left: 0.9375rem;
}
section.support-page .questions .question .answer{
    padding: 1.042rem 6.40625rem 0.9375rem 2.5rem;
    display: none;
}
section.support-page .questions .question.active .ask{
    background: var(--main-cl);
}
section.support-page .questions .question.active .ask span.fs-18{
    color: #FFF;
}
section.support-page .questions .question.active .ask path{
    stroke: #FFF;
}
section.support-page .questions .question.active .ask svg{
    transform: rotate(180deg);
}
section.support-page h1.sec-title{
    margin-bottom: 2.604rem;
}
section.support-page{
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
section.support-page .support-menu{
    gap: 0.729rem 1.458rem;
    margin-bottom: 4.271rem !important;
}
section.support-page .support-menu > li >a{
    border: 1px solid #FE4F0033;
    background: #FFF;
    -webkit-border-radius: 5.208rem;
    -moz-border-radius: 5.208rem;
    border-radius: 5.208rem;
    padding: 0.833rem 1.875rem;
    gap: 0.417rem;
    font-size: 0.729rem;
    font-weight: 500;
    line-height: 1.354rem;
    color: #000;
}
section.support-page .support-menu > li > a:hover,
section.support-page .support-menu > li.active > a{
    color: #FFF;
    border-color: var(--main-cl);
    background:  var(--main-cl);
}
section.support-page .support-menu > li > a:hover img,
section.support-page .support-menu > li.active > a img{
    filter: brightness(0) invert(1);
}
section.store-system{
    padding: 4.6875rem 0 5.521rem;
}
section.store-system .group-heading{
    margin-bottom: 2.5rem;
}
section.store-system .col-4{
    padding: 2.396rem 0.78125rem;
}
section.store-system .col-4 .stores-list{
    padding-right: 0.9375rem;
    max-height: 34.375rem;
    padding-bottom: 1.5625rem;
    overflow: auto;
}
section.store-system .col-4 .stores-list .store-item+.store-item{
    border-top: 1px solid #EDEDED
}
section.store-system .col-4 .stores-list .store-item{
    padding: 1.458rem 1.458rem 1.458rem 2.34375rem;
    cursor: pointer;
}
section.store-system .col-4 .stores-list .store-item .store-name{
    font-size: 1.042rem;
    font-weight: 700;
    line-height: 1.146rem;
    color: var(--main-cl);
    margin-bottom: 0.78125rem;
}
section.store-system .col-4 .stores-list .store-item .store-info > li{
    display: flex;
    align-items: flex-start;
}
section.store-system .col-4 .stores-list .store-item .store-info > li > svg{
    width: 1.042rem;
    min-width: 1.042rem;
    margin-right: 0.521rem;
}
section.store-system .col-4 .stores-list .store-item .store-info > li > span{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.146rem;
}
section.store-system .col-4 .stores-list .store-item .store-info > li+li{
    margin-top: 0.46875rem;
}
section.store-system .col-4 > .fs-20{
    padding-left: 2.34375rem;
    margin-bottom: 0.208rem;
    opacity: 0.5;
}
section.store-system .col-8{
    padding-left: 1.5625rem;
}
section.store-system .col-8 .img-wrap{
    height: 100%;
}
section.store-system .col-8 img,
section.store-system .col-8 iframe{
    width: 100%;
    height: 100%;
    max-height: 40.625rem;
}
.bg-white{
    background: #FFF;
}
section.store-system .group-heading .button{
    padding: 0.521rem 0.9375rem;
    margin-left: 0.833rem;
}
select.custom-select{
    display: none;
}
section.store-system .group-heading .select{
    position: relative;
}
section.store-system .group-heading .select-styled{
    min-width: 13.021rem;
    padding: 0.625rem 2.083rem 0.625rem 1.667rem;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.042rem;
    background: #FFF;
    -webkit-border-radius: 5.208rem;
    -moz-border-radius: 5.208rem;
    border-radius: 5.208rem;
    overflow: hidden;
    cursor: pointer;
}
section.store-system .group-heading .select-styled:before{
    width: 1.042rem;
    height: 1.042rem;
    right: 0.9375rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: '';
    background-image: url(/assets/images/arrow-down-black.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
section.store-system .group-heading .select-options{
    position: absolute;
    width: 100%;
    top: calc(100% + 0.521rem);
    left: 0;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    background: #FFF;
    padding: 0.417rem 1.5625rem;
    list-style: none;
}
section.store-system .group-heading .select-options > li{
    padding: 0.521rem;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.042rem;
    cursor: pointer;
}
section.store-system .group-heading .select-options > li:hover,
section.store-system .group-heading .select-options > li.active{
    color: var(--main-cl)
}
section.store-system .group-heading .select-options > li+li{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.single-recruit-1 .col-inner{
    height: 100%;
}
.single-recruit-1 .col-8{
    padding-left: 7.03125rem;
    padding-right: 0.26rem;
}
.single-recruit-1 .col-8 .title-share{
    padding: 1.875rem 2.1875rem 1.354rem 2.604rem;
    border-bottom: 1px solid #E6E6E6;
}
.single-recruit-1 .col-8 .job-desc{
    padding: 1.458rem 9.115rem 2.083rem 2.604rem;
}
.single-recruit-1 .col-8 .post-content{
    padding-left: 1.042rem;
    border-left: 4px solid var(--main-cl);
}
.single-recruit-1 .col-8 .share > a{
    margin-left: 0.417rem;
    display: flex;
}
.single-recruit-1 .col-4{
    padding-right: 7.03125rem;
    padding-left: 0.78125rem;
}
.single-recruit-1 .col-4 .col-inner{
    background: linear-gradient(300.06deg, #FDC884 0.31%, #FE9C13 44.44%, #FE4F00 99.69%);
    padding: 1.979rem 3.75rem 1.979rem 2.708rem;
}
.single-recruit-1 .col-4 .col-inner a{
    color: #FFF;
}
.single-recruit-1 .col-4 .col-inner .fs-20{
    margin-bottom: 0.3125rem;
}
.single-recruit-1 .col-4 .col-inner .fs-20:not(:first-child){
    margin-top: 2.083rem;
}
.single-recruit-1{
    padding: 2.708rem 0;
}
.single-recruit-3{
    padding-bottom: 8.333rem;
}
.single-recruit-3 .col-8,
.single-recruit-2 .col-8.recruit-content {
    padding-left: 7.03125rem;
    padding-right: 0.26rem;
}
.single-recruit-2 .col-8.recruit-content .item+.item{
    padding-top: 2.34375rem;
    margin-top: 2.34375rem;
    border-top: 1px solid #E7E7E7;
}
.single-recruit-2 .col-4.other-recruit{
    padding-right: 7.03125rem;
    padding-left: 4.583rem;
}
.single-recruit-2 .col-4.other-recruit .block-title{
    background: linear-gradient(91.06deg, #FE4F00 0.91%, #FE9C13 56.23%, #FDC884 99.67%);
    padding: 0.833rem 1.5625rem
}
.single-recruit-2 .col-4.other-recruit .block-content{
    padding: 0.521rem 1.5625rem;
}
.single-recruit-2 .col-4.other-recruit .item{
    padding: 1.042rem 0;
}
.single-recruit-2 .col-4.other-recruit .item+.item{
    border-top: 1px solid #DEDEDE
}
.single-recruit-2 .col-8.recruit-content .content{
    margin-bottom: 2.865rem;
}
.single-recruit-2 .col-8.recruit-content .col-3{
    padding-right: 3.229rem;
}
#recruit-form{
    padding: 3.958rem 3.021rem 3.646rem;
}
#recruit-form .form-title{
    font-size: 1.5625rem;
    line-height: 1.979rem;
    margin-bottom: 1.302rem;
}
#recruit-form .submit-btn{
    align-items: flex-end;
}
#recruit-form .button[type='submit']{
    padding-top: 0.521rem;
    padding-bottom: 0.521rem;
}

section.recruitment-page-1{
    padding: 4.375rem 0 8.646rem;
}
section.recruitment-page-1 .sec-title{
    margin-bottom: 3.49rem;
}
.recruit-swiper-1 .img-wrap:before{
    width: 100%;
    height: 50%;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 2;
}
.recruit-swiper-1 .cont-wrap{
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5625rem 1.042rem;
    z-index: 4;
}
.recruit-swiper-1 .cont-wrap h3{
    margin-bottom: 0.625rem;
}
section.recruitment-page-2{
    padding: 0 0 8.177rem;
}
section.recruitment-page-2 .next{
    margin-left: 0.3125rem;
}
section.recruitment-page-2 .container-large{
    margin-bottom: 2.34375rem;
}
.recruit-swiper-2 .grid-box{
    grid-gap: 0.833rem
}
.recruit-swiper-2 .grid-box .img-wrap{
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
}
.recruit-swiper-2 .grid-box .img-wrap:nth-of-type(1){
    grid-column: 1/3;
    -webkit-border-radius: 0 0.521rem 0.521rem 0;
    -moz-border-radius: 0 0.521rem 0.521rem 0;
    border-radius: 0 0.521rem 0.521rem 0;
}
.recruit-swiper-2 .grid-box .img-wrap:nth-of-type(3) {
    grid-row: 2/3;
    -webkit-border-radius: 0 0.521rem 0.521rem 0;
    -moz-border-radius: 0 0.521rem 0.521rem 0;
    border-radius: 0 0.521rem 0.521rem 0;
}
.recruit-swiper-2 .grid-box .img-wrap:nth-of-type(79),
.recruit-swiper-2 .grid-box .img-wrap:nth-of-type(6){
    -webkit-border-radius: 0.521rem 0 0 0.521rem;
    -moz-border-radius: 0.521rem 0 0 0.521rem;
    border-radius: 0.521rem 0 0 0.521rem;
}
.recruit-swiper-2 .grid-box .img-wrap:nth-of-type(4){
    grid-column: 2/4;
    grid-row: 2/3
}
.recruit-swiper-2 .grid-box .img-wrap:nth-of-type(5) {
    grid-column: 4/5;
    grid-row: 1/3
}
section.recruitment-page-3{
    padding:0 2.865rem 7.5rem;
}
section.recruitment-page-3 .title-group{
    margin-bottom: 3.125rem;
}
#recruit-table-wrap > ul > li{
    display: flex;
}
#recruit-table-wrap > ul > li > span{
    display: flex;
    padding: 1.302rem;
    justify-content: center;
    text-align: center;
    align-items: center;
}
#recruit-table-wrap > ul > li > span.button-wrap{
    display: none;
}
#recruit-table-wrap > ul > li > span+span{
    border-left: 1px solid rgba(var(--main-cl-rgb), 0.2);
}
#recruit-table-wrap > ul > li > span:nth-of-type(1){
    width: 29%;
    justify-content: flex-start;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
}
#recruit-table-wrap > ul > li > span:nth-of-type(2){
    width: 10%;
}
#recruit-table-wrap > ul > li > span:nth-of-type(3){
    width: 13%;
}
#recruit-table-wrap > ul > li > span:nth-of-type(4){
    width: 15%;
}
#recruit-table-wrap > ul > li > span:nth-of-type(5){
    width: 15%;
}
#recruit-table-wrap > ul > li > span:nth-of-type(6){
    width: 18%;
}
#recruit-table-wrap > ul#recruit-table-title > li{
    background: var(--main-cl-light);
}
#recruit-table-wrap > ul#recruit-table-title > li > span{
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.25rem;
}
#recruit-table-wrap > ul#recruit-table-list > li+li{
    border-top: 1px solid rgba(var(--main-cl-rgb), 0.2);
}
#recruit-table-wrap > ul#recruit-table-list > li > span{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
    min-height: 6.5625rem;
}
#recruit-table-wrap > ul#recruit-table-list > li > span:first-of-type{
    font-size: 0.9375rem;
    font-weight: 700;
}
#recruit-table-wrap > ul#recruit-table-list > li > span > strong{
    display: none;
}
.ZoomContainer {
    display: none;
}
section.promotion-details{
    padding: 11.042rem 0 6.25rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
section.promotion-details .grid-container{
    padding-left: 2.865rem;
    padding-right: 2.865rem;
}
section.promotion-details .promotion-content{
    background: linear-gradient(180deg, rgba(255, 106, 0, 0.4) 0%, rgba(255, 104, 20, 0) 100%);
    -webkit-border-radius: 2.083rem;
    -moz-border-radius: 2.083rem;
    border-radius: 2.083rem;
    padding-left: 7.03125rem;
    padding-right: 7.03125rem;
    padding-bottom: 4.948rem;
}
section.promotion-details .promotion-content .title-image {
    transform: translateY(-50%);
}
section.promotion-details .promotion-content .promotion-image{
    margin-top: 0.521rem;
    margin-bottom: 3.229rem;
}
section.promotion-details .post-content{
    padding: 0 5.833rem;
}
section.promotion-details .post-content > .fs-30{
    margin-bottom: 2.083rem;
}
section.promotion-details .post-content .grid-4 {
    grid-gap: 2.396rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
section.promotion-details .post-content .grid-4 .item { 
  max-width: calc(25% - 2.396rem);
}
section.promotion-details .post-content .grid-4 .img-wrap{
    padding: 1.25rem 0.625rem 0.208rem;
    background: linear-gradient(180deg, #8AEDFA 0%, rgba(138, 237, 250, 0) 88%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    aspect-ratio: 1;
    margin-bottom: 0.833rem;
}
section.promotion-details .post-content .grid-4 .img-wrap img{
    aspect-ratio: 1;
}
section.promotion-details .post-content .product-box{
    margin-bottom: 4.167rem;
}
section.promotion-details .post-content .product-box .title{
    margin-bottom: 1.354rem;
}
section.promotion-details .post-content .brand-box{
    margin-bottom: 4.167rem;
}
section.promotion-details .post-content .brand-box .flex-box{
    gap: 1.042rem;
    margin-top: 2.083rem;
}
section.promotion-details .post-content .brand-box .item{
    aspect-ratio: 1;
    width: 100%;
    max-width: calc(100% / 7 - calc(calc(1.042rem * 6) / 7));
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-banner .swiper-pagination{
    bottom: 1.5rem;
}
section.homepage-2{
    position: relative;
    z-index: 3;
    padding-top: 0.833rem;
    padding-bottom: 3.958rem;
}
section.homepage-2 .right-col h3.text-white+p{
    margin-bottom: 1.458rem;
}
section.homepage-2 .promotions-post{
    max-height: 14.792rem;
    overflow: auto;
}
section.homepage-2 .promotions-post+a{
    margin-top: 1.40625rem;
    display: inline-block;
    font-size: 0.833rem;
    font-weight: 700;
    line-height: 1.05rem;
    color: #FFF;
    text-decoration: underline;
}
section.homepage-2 .promotions-post .item{
    padding: 0.521rem;
}
section.homepage-2 .promotions-post .item+.item{
    margin-top: 0.833rem;
}
section.homepage-2 .promotions-post .item .img-wrap{
    aspect-ratio: 1;
    height: 5.9375rem;
    width: 5.9375rem;
    min-width: 5.9375rem;
    margin-right: 0.9375rem;
}
section.homepage-2 .promotions-post .item .title-news-promotion-homepage,
section.homepage-2 .promotions-post .item h4{
    font-size: 0.729rem;
    font-weight: 600;
    line-height: 1.042rem;
    color: #333333;
    margin-bottom: 0;
}
section.homepage-2 .promotions-post .item .date{
    font-size: 0.729rem;
    font-weight: 400;
    line-height: 0.9187500000000001rem;
    color: var(--main-cl);
    margin-bottom: 5px;
}
section.homepage-2 .flex-box+.flex-box {
    margin-top: 0.833rem;
}
section.homepage-2 .flex-box .left-col{
    width: 70%;
    padding-right: 0.417rem;
}
section.homepage-2 .flex-box .right-col{
    width: 30%;
    padding-left: 0.417rem;
}
section.homepage-2 .flex-box .right-col > div{
    background: linear-gradient(24.16deg, #FF5001 56.46%, #FEC57C 98.85%);
    height: 100%;
    padding: 2.1875rem 1.458rem;
    position: relative;
}
section.homepage-2 .flex-box .right-col > div:before{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 11.615rem;
    height: 10.625rem;
    background-image: url('/assets/images/home-pattern-1.png');
    background-repeat: no-repeat;
    background-size: cover;
}
section.homepage-2 .flex-box .right-col > div > div{
    position: relative;
    z-index: 3;
}
section.homepage-2 .flex-box+.flex-box .first-col{
    padding-right: 0.417rem;
    width: 25%;
}
section.homepage-2 .flex-box+.flex-box .second-col{
    padding-right: 0.417rem;
    padding-left: 0.417rem;
    width: 45%;
}
section.homepage-2 .flex-box+.flex-box .second-col .img-wrap{
    height: 100%;
}
section.homepage-2 .flex-box+.flex-box .third-col{
    width: 30%;
    padding-left: 0.417rem;
}
section.homepage-2 .flex-box+.flex-box .third-col .img-wrap+.img-wrap{
    margin-top: 0.521rem;
}
section.homepage-3{
    padding: 6.51rem 0 2.604rem;
}
section.homepage-3 .box-swiper{
    padding: 2.396rem 5rem;
}
.product-item.flash-sale-item{
    border-left: 1px solid #E8E8E8;
    padding: 0.833rem 1.5625rem;
    border-radius: 0;
    box-shadow: unset !important;
}
.product-item.flash-sale-item .sale-button{
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    position: relative;
}
.product-item.flash-sale-item .sale-button svg{
    width: 1.771rem;
    min-width: 1.771rem;
    height: 2.396rem;
    position: relative;
    z-index: 3;
}
.product-item.flash-sale-item .sale-button svg path{
    stroke: white;
    stroke-width: 3px;
}
.product-item.flash-sale-item .sale-button span{
    background: linear-gradient(90deg, #FF5001 0%, #FF901C 100%);
    -webkit-border-radius: 0 5.208rem 5.208rem 0;
    -moz-border-radius: 0 5.208rem 5.208rem 0;
    border-radius: 0 5.208rem 5.208rem 0;
    flex-grow: 1;
    text-align: center;
    display: block;
    padding: 0.3125rem 1.042rem;
    position: relative;
    z-index: 2;
    margin-left: -1.042rem;
}
.product-item.flash-sale-item .sale-button.with-image {
  justify-self: center;
}

.product-item.flash-sale-item .sale-button.with-image span {
  margin-left: 0;
  position: absolute;
    text-align: center;
    width: 100%;
    background: initial;
}
.product-item.flash-sale-item .img-wrap{
    padding: 0;
    height: 9.375rem;
}
.home-swiper-1.swiper .next{
    right: -1.042rem;
}
.home-swiper-1.swiper .prev{
    left: -1.042rem;
}
.home-swiper-1.swiper:hover .prev{
    left: 0.9375rem
}
.home-swiper-1.swiper:hover .next{
    right: 0.9375rem
}
section.homepage-3 .home-swiper-2-wrap{
    margin-bottom: 3.542rem;
    position: relative;
    z-index: 5;
}
section.homepage-3 .home-swiper-3-wrap .img-title{
    margin-bottom: 2.083rem;
}
section.homepage-3 .title-group{
    margin-bottom: 2.708rem;
    padding-left: 5.99rem;
    padding-right: 5.99rem;
}
section.homepage-3 .flash-sale-animate-title img{
    width: 15.104rem;
    height: auto;
}
section.homepage-3 .flash-sale-animate-title{
    top: -1.354rem;
    right: 9.167rem;
}
.flash-sale-countdown span.text{
    margin-right: 1.25rem;
}
.flash-sale-countdown span.countdown-wrap{
    display: flex;
    align-items: center;

}
.flash-sale-countdown span.countdown-item{
    width: 3.125rem;
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #FFF;
    font-size: 1.302rem;
    font-weight: 700;
    line-height: 1.640625rem;
    color: var(--main-cl);
}
.flash-sale-countdown span.countdown-divider{
    font-size: 1.302rem;
    font-weight: 700;
    line-height: 1.640625rem;
    display: block;
    margin: 0 0.521rem;
    color: #FFF;
}
.home-swiper-3.swiper{
    padding-left: 11.198rem;
    padding-right: 11.198rem;
}
.box-swiper{
    position: relative;
}
.home-swiper-2-wrap .button{
    padding-top: 0.521rem;
    padding-bottom: 0.521rem;
    min-width: 6.771rem;
    position: absolute;
    left: 50%;
    z-index: 5;
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
}
.home-swiper-2-wrap .swiper-arrow{
    background: #FFF;
    border: none;
}
.arrow-style-2 {
    position: relative;
}
.arrow-style-2 .swiper-arrow{
    position: absolute;
    top: 50%;
    z-index: 3;
}
.arrow-style-2 .swiper-arrow.prev{
    left: 0;
    transform: translateY(-50%) translateX(-50%);
}
.arrow-style-2 .swiper-arrow.next{
    right: 0;
    transform: translateY(-50%) translateX(50%);
}
.products-group .product-group{
    padding-left: 4.167rem;
    padding-right: 4.167rem;
    padding-bottom: 5.208rem;
    position: relative;
}
.hidden{
    display: none;
}
.products-group .product-group > div{
    position: relative;
    z-index:5;
}
.products-group .product-group:before{
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 53.854rem;
}
.products-group .product-group .title-group{
    padding: 3.646rem 0 3.021rem
}
.products-group .product-group .title-group > img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.products-group .product-group .title-group .title{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left;
}
.products-group .product-group .title-group .title-text{
    padding-left: 7.396rem;
    padding-top: 1.40625rem;
    padding-bottom: 0.833rem;
    width: 47.65625rem;
}
.products-group .product-group .title-group .title-text .text-main{
    font-size: 2.34375rem;
    font-style: italic;
    font-weight: 800;
    line-height: 2.96875rem;
}
.products-group .featured-products{
    margin-bottom: 2.604rem;
}
.products-group .featured-products .left-slider > .bdrs-20{
    padding: 1.823rem 0.9375rem 0.729rem;
}
.products-group .featured-products .left-slider{
    width: 58%;
}
.products-group .featured-products .right-slider{
    width: 42%;
    padding-left: 1.823rem;
}
.products-group .featured-products .right-slider .img-wrap,
.products-group .featured-products .right-slider .swiper{
    height: 100%;
}
.bd-none{
    border: none;
}
.products-group .product-category{
    margin-bottom: 2.604rem;
}
.products-group .product-category ul > li > a{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 0.833rem;
    color: #333;
    padding: 0.521rem 1.042rem;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    border: 1px solid #999999;
    display: block;
    margin-left: 0.521rem;
    transition: all 0.4s;
}
.products-group .product-category h2{
    font-size: 1.458rem;
    font-weight: 700;
    line-height: 1.771rem;
    margin-right: 3.125rem;
    margin-bottom: 0;
}
.products-group .home-product-list{
    gap: 1.042rem;
    margin-bottom: 2.604rem;
}
.products-group .home-product-list .product-item{
    width: 100%;
    max-width: calc(20% - 1.042rem / 5);
}
.home-product-banner{
    display: grid;
    grid-gap: 1.042rem;
    grid-template-columns: 40% 17.4% 17.4% 21%;
    grid-template-rows: 37% 62%;
}
.home-product-banner .item:nth-of-type(5),
.home-product-banner .item:nth-of-type(1) {
    grid-row: 1/3;
}
.home-product-banner .item:nth-of-type(2){
    grid-row: 1/2;
    grid-column: 2/4;
}
.home-product-banner .item:nth-of-type(3){
    grid-column: 2/3;
}
.home-product-banner .item:nth-of-type(4){
    grid-column: 3/4;
}
.home-product-banner .item:nth-of-type(3),
.home-product-banner .item:nth-of-type(4){
    grid-row: 2/3;
}
.disalow-select {
    background: #d9d9d9a6;
    pointer-events: none;
}
.homepage-5{
    padding-bottom: 4.479rem;
}
.homepage-5 .img-title{
    margin-bottom: 3.385rem
}
.homepage-5 .grid-box.grid-4{
    padding: 0 0.833rem;
    grid-gap: 0.833rem;
    grid-template-rows: 1fr 1fr;
}
.homepage-5 .grid-box.grid-3{
    margin-top: 4.0625rem;
    grid-gap: 1.042rem
}
.homepage-5 .grid-box .item .icon-wrap img{
    height: 100%;
    width: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.homepage-5 .grid-box .item .icon-wrap{
    width: auto;
    height: 4.479rem;
    margin-bottom: 1.042rem;
}
.homepage-5 .grid-box .item .cont-wrap{
    top: 1.667rem;
    left: 1.667rem;
    width: 8.854rem;
    z-index: 3;
}
.homepage-5 .grid-box .item .cont-wrap h3{
    font-size: 1.146rem;
    font-weight: 600;
    line-height: 1.44375rem;
    margin-bottom: 0.417rem;
}
.homepage-5 .grid-box .item .cont-wrap .cont{
    font-size: 0.729rem;
    font-weight: 400;
    line-height: 0.91875rem;
    margin-bottom: 1.042rem;
}
.homepage-5 .grid-box .item.first-item{
    grid-column: 1/3;
    grid-row: 1/3;
}
.homepage-5 .grid-box .item.first-item .cont-wrap{
    width: 12.76rem;
    top: 5.365rem;
    left: 10.15625rem;
}
.homepage-5 .grid-box .item.first-item .cont-wrap h3{
    font-size: 2.1875rem;
    font-weight: 800;
    line-height: 2.75625rem;
    margin-bottom: 0.521rem;
    color: #fff;
}
.homepage-5 .grid-box .item.first-item .cont-wrap .cont{
    font-size: 0.833rem;
    font-weight: 500;
    line-height: 1.05rem;
    margin-bottom: 0.9375rem;
    color: #fff;
}
.homepage-5 .grid-box .item.first-item .cont-wrap .button{
    background: #FFF;
    padding-top: 0.521rem;
    padding-bottom: 0.521rem;
}
.homepage-5 .grid-box .item:nth-of-type(2){
    grid-column: 3/4;
    grid-row: 1/2
}
.homepage-5 .grid-box .item:nth-of-type(3){
    grid-column: 3/4;
    grid-row: 2/3
}
.homepage-5 .grid-box .item:nth-of-type(4){
    grid-row: 1/3;
}
.homepage-5 .grid-box .item .cont-wrap{
    position: absolute;
    max-width: calc( 100% - 1.667rem * 2 );
}
.homepage-5 .grid-box .item:nth-of-type(4) .cont-wrap{
    width: 14.896rem;
}
.homepage-6{
    padding-bottom: 2.604rem;
    padding-top: 4.271rem;
}
.homepage-6 .flex-box.list-video{
    gap: 1.25rem
}
.homepage-6 .item{
    width: calc(20% - 0.833rem);
}
.homepage-6 .item .thumb{
    margin-right: 1.042rem;
    -webkit-border-radius: 0.26rem;
    -moz-border-radius: 0.26rem;
    border-radius: 0.26rem;
    background: #FFF;
}
.homepage-6 .item .product-item-price{
    font-size: 0.833rem;
    font-weight: 800;
    line-height: 1.25rem;
    color: var(--main-cl)
}
.homepage-6 .item h3{
    margin-bottom: 0.521rem;
}
.homepage-6 .item .product-item-price {
    gap: 0 0.521rem
}
.homepage-6 .item .product-item-price del{
    font-weight: 400;
    color: #666;
}
.homepage-6 .item .thumb{
    width: 4.479rem;
    min-width: 4.479rem;
}
.homepage-6 .item .thumb img{
    aspect-ratio: 1;
}
.homepage-6 .item video{
    height: 29.323rem;
    object-fit: cover;
    width: 100%;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    display: block;
}
.homepage-6 .item:nth-of-type(1){
    width: calc(60% - 0.833rem);
}
.homepage-6 .item .video-product{
    padding: 1.042rem;
}
.homepage-6 .item:nth-of-type(1) .video-product{
    padding: 1.042rem 2.604rem 1.042rem 1.5625rem
}
.homepage-6 .item:nth-of-type(1) .video-product .info{
    margin-right: auto;
}
.homepage-6 .title-group{
    margin-bottom: 1.25rem;
}
.homepage-6 .title-group a{
    margin-left: 0.521rem;
}
.homepage-7{
    padding-bottom: 3.125rem;
    padding-top: 2.1875rem;
    overflow: hidden;
}
.swiper.home-swiper-5{
    overflow: unset;
    padding: 0 4.948rem;
}
.swiper.home-swiper-5 .swiper-slide{
    opacity: 0.2;
    -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;
}
.swiper.home-swiper-5 .swiper-slide-active,
.swiper.home-swiper-5 .swiper-slide-next,
.swiper.home-swiper-5 .swiper-slide-prev{
    opacity: 1;
}
.homepage-7 .title-group{
    margin-bottom: 2.604rem;
}
.homepage-7 .title-group .next{
    margin-left: 0.521rem;
}
.homepage-7 .title-group a.button{
    padding-top: 0.521rem;
    padding-bottom: 0.521rem;
    margin-right: 1.458rem;
}
.homepage-7 .title-group a:not(.button){
    -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;
    padding: 0.365rem 0.9375rem;
    min-width: 6.771rem;
    font-size: 0.729rem;
    font-weight: 500;
    line-height: 0.99rem;
    display: flex;
    margin-right: 0.521rem;
    border: 1px solid #C9C9C9;
    color: #333;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    justify-content: center;
    align-items: center;
}
body .jq-toast-wrap {
    z-index: 99999 !important;
}
#popup-form-consulting{
    width: 39.583rem;
    max-width: 100%;
    padding: 3.125rem 2.083rem 2.5rem;
    -webkit-border-radius: 1.5625rem;
    -moz-border-radius: 1.5625rem;
    border-radius: 1.5625rem;
}
#popup-form-consulting .sec-title{
    margin-bottom: 0.521rem;
}
#popup-form-consulting button.button{
    margin-top: 1.25rem;
}
#popup-form-consulting .sec-title+.fs-14{
    margin-bottom: 2.083rem;
}
#specifications-popup{
    width: 31.25rem;
    max-width: 100%;
}
#specifications-popup table {
  width: 100%;
}
#specifications-popup thead th{
    text-align: center;
    padding-bottom: 1.5625rem;
}
#specifications-popup tbody td p{
    margin-bottom: 0;
}
#specifications-popup tbody tr.group-specification{
    background: var(--gray-cl);
}
#specifications-popup tbody tr.group-specification td{
    font-weight: 700;
}
#specifications-popup tbody tr:not(.group-specification){
    border-bottom: 1px solid #dedede;
}
#specifications-popup tbody td{
    width: 50%;
    font-size: 0.833rem;
    line-height: 1.25rem;
    padding: 0.625rem 1.042rem;
}
section.about-1{
    padding-top: 2.708rem;
    background-image: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
section.about-1 .col-7{
    padding-left: 0.521rem;
}
section.about-1 .col-5{
    padding-right: 3.229rem;
    padding-left: 5.99rem;
}
section.about-1 .post-content{
    margin-bottom: 2.083rem;
}
section.about-2{
    padding: 8.958rem 0 10.417rem;
    background-color: #F5F5F7;
}
section.about-2 .title-group{
    margin-bottom: 3.125rem;
}
section.about-2 .timeline-list{
    width: 60.9375rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
section.about-2 .timeline-item:not(:last-child){
    margin-bottom: 4.01rem;
}
section.about-2 .timeline-item .timeline-year {
    margin-bottom: 0.521rem;
}
section.about-2 .timeline-item .icon-wrap{
    position: relative;
    z-index: 5;
}
section.about-2 .timeline-item .icon{
    width: 5.833rem;
    min-width: 5.833rem;
    height: 5.833rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #FDC884 0%, #FE9C13 29.5%, #FE4F00 71.51%, #FE9C13 100.01%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
section.about-2 .timeline-item:nth-of-type(odd) .icon-wrap:before{
    left: 50%;
    top: 50%;
    position: absolute;
    content: '';
    width: calc(60.9375rem - 100%);
    height: 9.896rem;
    background-image: url('/assets/images/timeline-line.png');
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    pointer-events: none !important;
}
section.about-2 .timeline-item:nth-of-type(even) .icon-wrap:before{
    right: 50%;
    top: 50%;
    position: absolute;
    content: '';
    width: calc(60.9375rem - 100%);
    height: 9.896rem;
    background-image: url('/assets/images/timeline-line.png');
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    transform: rotateY(180deg);
    pointer-events: none !important;
}
section.about-2 .timeline-item .icon-wrap img,
section.about-2 .timeline-item .icon-wrap svg{
    width: 2.083rem;
    height: 2.083rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
section.about-2 .timeline-item .cont-wrap{
    width: 27.083rem;
    margin: 0 4.271rem;
}
section.about-2 .timeline-item:nth-of-type(even) .cont-wrap{
    text-align: right;
}
section.about-2 .timeline-item:nth-of-type(even) > .flex-box{
    flex-direction: row-reverse;
}
section.about-2 .timeline-item:last-child .icon-wrap:before{
    display: none !important;
}
section.about-3 .cont-wrap{
    bottom: 8.4375rem;
    left: 14.323rem;
    z-index: 3;
    width: 34.375rem;
}
section.about-3 .cont-wrap .tabs-title{
    margin-bottom: 1.979rem !important;
}
section.about-3 .cont-wrap .tab-title{
    font-size: 1.823rem;
    font-weight: 700;
    line-height: 2.24rem;
    color: #FFF;
    cursor: pointer;
}
section.about-3 .cont-wrap .tab-title+.tab-title{
    margin-left: 0.9375rem;
    padding-left: 0.9375rem;
    border-left: 1px solid #FFFF;
}
section.about-3 .cont-wrap .tab-title:not(.active){
    opacity: 0.5;
}
section.about-3 .cont-wrap .tab-content{
    animation: fade-up 1.4s;
}
section.about-3 .cont-wrap .tab-content *{
    color: #FFF;
}
section.about-3 .cont-wrap .tab-content:not(.active){
    display: none;
}
section.about-4{
    padding: 7.708rem 0 9.635rem;
}
section.about-4 .title-group{
    margin-bottom: 6.25rem;
}
section.about-4 .item .cont-wrap{
    padding: 0 5.99rem;
    width: 40.104rem;
    max-width: 50%;
}
section.about-4 .item:nth-of-type(even) > .flex-box{
    flex-direction: row-reverse;
}
section.about-4 .item:not(:last-of-type){
    margin-bottom: 3.229rem;
}
section.about-4 .item:nth-of-type(even) .img-wrap{
    -webkit-border-radius: 26.042rem 0 0 26.042rem;
    -moz-border-radius: 26.042rem 0 0 26.042rem;
    border-radius: 26.042rem 0 0 26.042rem;
}
section.about-4 .item:nth-of-type(odd) .img-wrap{
    -webkit-border-radius: 0 26.042rem 26.042rem 0;
    -moz-border-radius: 0 26.042rem 26.042rem 0;
    border-radius: 0 26.042rem 26.042rem 0;
}
section.about-4 .item h3{
    font-size: 1.5625rem;
    line-height: 1.979rem;
}
section.cart-page{
    padding: 6.25rem 0;
}
section.cart-page .cart-empty .button{
    margin-top: 1.042rem;
}
.flash-sale-banner{
    margin-bottom: 3.385rem;
}
.flash-sale-times > .flex-box{
    gap: 1.042rem
}
.flash-sale-times{
    margin-bottom: 3.385rem;
}
.flash-sale-times .item{
    width: 100%;
    max-width: 25%;
    position: relative;
    z-index: 3;
}
.flash-sale-times .item span.time{
    font-family: sans-serif;
    color: var(--main-cl);
    font-size: 3.125rem;
    font-weight: 900;
    line-height: 3.9375rem;
    -webkit-text-stroke: 2px #FFC100;
    border: 0.625rem solid #FFC100;
    padding: 0.417rem 1.042rem;
    text-align: center;
    display: block;
    background-color: #FFEBE7;
    -webkit-border-radius: 3.646rem;
    -moz-border-radius: 3.646rem;
    border-radius: 3.646rem;
    position: relative;
    z-index: 2;
    -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;
}
.flash-sale-times .item:before{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    -webkit-border-radius: 3.646rem;
    -moz-border-radius: 3.646rem;
    border-radius: 3.646rem;
    top: 0.521rem;
    left: 0;
    background: #D22000;
    box-shadow: 0 0.3125rem 0.052rem 0 #FED2B8;
}
section.flash-sale-1{
    padding: 4.167rem 0 6.25rem;
}
section.flash-sale-1 .title-group{
    padding: 3.125rem 6.042rem 4.53125rem;
}
section.flash-sale-2{
    background: linear-gradient(180deg, #FF9A41 0%, #FC4E08 100%);
    padding: 2.708rem 0 0;
    position: relative;
    z-index: 3;
}
section.flash-sale-2:before{
    position: absolute;
    content: '';
    z-index: -1;
    width: 100%;
    height: 43.125rem;
    max-height: 100%;
    background-image: url(/assets/images/demo/flash-sale-bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    pointer-events: none;
}
.sec-title-2 .fw400{
    font-size: 1.979rem;
    font-style: italic;
    font-weight: 400;
    line-height: 2.4937500000000004rem;
    letter-spacing: -0.02em;
}
.sec-title-2 .fw800{
    font-size: 3.385rem;
    font-style: italic;
    font-weight: 800;
    line-height: 4.265625000000001rem;
}
section.flash-sale-2 .sec-title-2{
    margin-bottom: 3.646rem;
}
.flash-sale-groups{
    padding-bottom: 7.1875rem;
}
.flash-sale-groups .group:not(:last-of-type){
    margin-bottom: 7.396rem;
}
.flash-sale-groups .home-product-banner{
    margin-top: 7.1875rem;
}
.flash-sale-groups .flash-sale-products{
    padding: 3.021rem 4.896rem 0;
}
.flash-sale-groups .flash-sale-products .grid-box{
    grid-gap: 2.604rem 0;
    margin-bottom: 2.917rem;
}
.flash-sale-groups .flash-sale-products .button{
    transform: translateY(50%);
}
.flash-sale-groups .group .flash-sale-title{
    margin-bottom: 1.667rem;
}
.flash-sale-groups .group .flash-sale-title .text-wrap{
    padding: 1.354rem 1.667rem;
    background: linear-gradient(90deg, rgba(255, 166, 0, 0) 0%, #FFA600 58.5%, rgba(255, 166, 0, 0) 100%);
}
.flash-sale-groups .group .flash-sale-title .fw800{
    font-size: 2.34375rem;
    line-height: 2.953125rem;
}
.flash-sale-title .text-wrap:before,
.flash-sale-title .text-wrap:after,
.flash-sale-title:before,
.flash-sale-title:after{
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 2;
    pointer-events: none;
}
.flash-sale-title.pattern-style-1:before{
    top: -5.208rem;
    right: 6.146rem;
    width: 18.073rem;
    height: 15.104rem;
    background-image: url('/assets/images/pattern-1.png');
}
.flash-sale-title.pattern-style-1:after{
    top: -4.792rem;
    left: 18.75rem;
    width: 8.59375rem;
    height: 9.115rem;
    background-image: url('/assets/images/coin-1.png');
    transform: rotateY(180deg) rotateZ(-68deg);
}
.flash-sale-title.pattern-style-1 .text-wrap:after{
    top: -1.042rem;
    left: 9.375rem;
    width: 8.854rem;
    height: 10.15625rem;
    background-image: url('/assets/images/pattern-2.png');
}
.flash-sale-title.pattern-style-2:before{
    width: 9.6875rem;
    height: 10.9375rem;
    bottom: 2.5rem;
    right: 13.021rem;
    background-image: url('/assets/images/pattern-3.png');
}
.flash-sale-title.pattern-style-2:after{
    width: 4.948rem;
    height: 5.417rem;
    top: -1.667rem;
    left: 15.625rem;
    background-image: url('/assets/images/coin-2.png');
}
.flash-sale-title.pattern-style-2 .text-wrap:after{
    width: 11.875rem;
    height: 15.729rem;
    top: -6.458rem;
    left: 5rem;
    background-image: url('/assets/images/pattern-4.png');
}
.flash-sale-title.pattern-style-3:before{
    width: 9.6875rem;
    height: 10.9375rem;
    bottom: 0;
    left: 13.75rem;
    background-image: url('/assets/images/pattern-3.png');
}
.flash-sale-title.pattern-style-3:after{
    width: 6.823rem;
    height: 7.5rem;
    top: -4.53125rem;
    right: 16.771rem;
    background-image: url('/assets/images/coin-2.png');
}
.flash-sale-animate-title {
    position: absolute;
    animation: flash-sale 1s infinite;
    z-index: 9;
}
.flash-sale-1 .flash-sale-animate-title {
    top: 1.458rem;
    right: 5rem;
}
.flash-sale-1 .flash-sale-animate-title img{
    height: 12.708rem;
    width: auto;
}
.absolute-breadcrumbs{
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
}
.absolute-breadcrumbs .breadcrumbs{
    background: transparent !important

}
.absolute-breadcrumbs .breadcrumbs ul > li path{
    fill: #FFF;
}
.absolute-breadcrumbs .breadcrumbs ul > li:before{
    background-color: #FFF;
}
.absolute-breadcrumbs .breadcrumbs ul > li span{
    color: #FFF;
}
@keyframes flash-sale {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(0.9);
    }
}
.contact-map iframe{
    display: block;
    width: 100%;
    height: 31.25rem;
}
.submitting, .loading{
    position: relative;
    pointer-events: none;
}
.loading:before,
.submitting:before{
    width: 3.646rem;
    height: 3.646rem;
    position: absolute;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0.26rem solid #dedede;
    border-top-color: var(--main-cl);
    left: calc(50% - 1.823rem);
    top: calc(50% - 1.823rem);
    animation: rotation 0.8s linear infinite;
    z-index: 8;
}
.NK-form button.submit-form-btn.loading{
    color: var(--main-cl)
}
.NK-form button.submit-form-btn.loading:before{
    width: 1.667rem;
    height: 1.667rem;
    left: calc(50% - 0.833rem);
    top: calc(50% - 0.833rem);
    border-width: 3px;
}
.button-loading{
    position: relative;
}
.button-loading:before{
    width: 1.667rem;
    height: 1.667rem;
    position: absolute;
    left: calc(50% - 0.833rem);
    top: calc(50% - 0.833rem);

}
.submitting > div{
    filter: blur(3px);
}
.swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 0.9375rem;
    height: 0.9375rem;
    margin: 0 0.104rem!important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid transparent;
    background: transparent !important;
    position: relative;
    opacity: 1;
    -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;
}
.swiper-pagination .swiper-pagination-bullet:before{
    width: 0.3125rem;
    height: 0.3125rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--main-cl);
}
.swiper-pagination .swiper-pagination-bullet-active{
    border-color: var(--main-cl);
}
.swiper-pagination.pagination-white .swiper-pagination-bullet:before{
    background-color: #FFF;
}
.swiper-pagination.pagination-white .swiper-pagination-bullet-active{
    border-color: #FFF;
}
.heading-banner-swiper .swiper-wrapper{
    height: auto;
}
.heading-banner-swiper .swiper-slide img{
    height: auto;
}
.heading-banner-swiper .swiper-pagination {
    bottom: 2.083rem;
}
.show-arrow-on-hover .swiper-arrow{
    opacity: 0;
    -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;
}
.show-tablet{
    display: none !important;
}
.show-mobile{
    display: none !important;
}
.btn-search-list-product{
    padding-top: 0.417rem;
    padding-bottom: 0.417rem;
}
.checkout-page .col-4,
.cart-wrap .col-4{
    padding-left: 1.5625rem;
}
.checkout-page .col-8,
.cart-wrap .col-8{
    padding-right: 1.5625rem;
    border-right: 1px solid #dedede;
}
table.shop_table{
    background: #FFF;
}
table.shop_table td,
table.shop_table th{
    padding: 0.521rem 1.042rem;
}
table.shop_table td.product-thumbnail{
    padding: 0.5rem;
}
.cart-wrap .quantity{
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    background: #FFF;
    border: 1px solid #333;
    width: max-content;
}
.cart-wrap .quantity input[type='number']{
    border: 1px solid #dedede;
    border-top: none;
    border-bottom: none;
}
.cart-wrap .quantity input{
    border: none;
    width: 2.083rem;
    text-align: center;
    background: transparent;
    padding: 0.521rem;
}
.cart-wrap .product-thumbnail img{
    aspect-ratio: 1;
    width: 4.167rem;
    min-width: 4.167rem;
}
.cart-wrap .product-name > a{
    font-size: 0.833rem;
    font-weight: 700;
    line-height: 1.146rem;
    color: #333;
    display: block;
    margin-bottom: 0.521rem;
}
.cart-wrap table.shop_table .mobile-product-price__qty{
    font-size: 0.729rem;
    line-height: 1.042rem;
    font-weight: 400;
}
.cart-wrap table.shop_table .product-price,
.cart-wrap table.shop_table .product-subtotal{
    font-size: 0.833rem;
    line-height: 1.25rem;
    font-weight: 700;
}
.cart-wrap table.shop_table .product-name .woocommerce-Price-amount{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: var(--main-cl);
}
table.shop_table{
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

table.shop_table [name=copon_code] {
  border: 0.0625rem solid var(--ajax-login-border-color);
  height: 2.604rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.885rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--ajax-login-body-text-color);
  margin-bottom: 0;
  box-shadow: none !important;
  width: 100%;
  background-color: var(--ajax-login-white-color);
}

.cart-wrap .wc-proceed-to-checkout > a{
    width: 100%;
    margin-top: 1.5625rem;
}

.cart-wrap .col-8 th{
    text-align: center;
    font-size: 0.833rem;
    line-height: 1.25rem;
}
section.checkout-page .col-4 th,
section.checkout-page .col-4 td:nth-child(1),
.cart-wrap .col-4 th{
    font-size: 0.833rem;
    line-height: 1.25rem;
    text-align: left;
}
section.checkout-page .col-4 td:nth-child(2),
.cart-wrap .col-4 td{
    text-align: right;
    font-size: 0.833rem;
    line-height: 1.25rem;
}
section.checkout-page{
    padding: 6.25rem 0;
}
section.checkout-page .form-wrap textarea{
    height: 9.375rem !important;
}
ul.wc_payment_methods{
    margin-top: 1.042rem;
    margin-bottom: 1.5625rem;
}
.wc_payment_method input{
    width: auto !important;
    background: transparent !important;
    border: 1px solid #333;
    padding: 0.521rem !important;
    margin: 0 12px 0 0;
}
.wc_payment_method label{
    margin-bottom: 0;
}
.wc_payment_method{
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
}
.place-order button.button{
    width: 100% !important;
}
.mega-menu{
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -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;
    transform: translateY(1.042rem);
}
#wrapper .overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -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;
}
#wrapper .overlay.show{
    opacity: 0.6;
    z-index: 997;
    visibility: visible;
    pointer-events: unset;
}
.mega-menu-item.active .mega-menu{
    transform: translateY(0);
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
}
.mega-menu ul{
    list-style: none;
}
.mega-menu > ul{
    background: #FFF;
    padding: 0.521rem 0.833rem;
    -webkit-border-radius: 0 0 0.521rem 0.521rem;
    -moz-border-radius: 0 0 0.521rem 0.521rem;
    border-radius: 0 0 0.521rem 0.521rem;
    width: 14.0625rem;
    border-top: 1px solid #E6E6E6
}
.mega-menu > ul > li > a > svg,
.mega-menu > ul > li > a > img{
    width: 1.25rem;
    min-width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
    object-position: center;
    margin-right: 0.26rem;
    -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;
    filter: brightness(0) invert(0);
}
.mega-menu > ul > li > a{
    display: flex;
    align-items: center;
    font-size: 0.729rem;
    font-weight: 500;
    line-height: 0.91875rem;
    -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;
    position: relative;
    color: #333;
    padding: 0.521rem 0;
}
.mega-menu > ul > li.has-child > a:before{
    right: 0;
    top: 50%;
    position: absolute;
    content: '';
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url(/assets/images/arrow-down-black.svg);
    background-color: #949494;
    width: 0.9375rem;
    height: 0.9375rem;
    transform: rotate(-90deg) translateX(50%);
    -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;
}
.mega-menu > ul > li:hover > a > img,
.mega-menu > ul > li:hover > a > svg{
    filter: brightness(1) invert(0);
}
.mega-menu > ul > li:hover > a:before{
    background-color: var(--main-cl);
}
.mega-menu > ul > li:hover > a{
    color: var(--main-cl)
}
.mega-menu > ul > li.has-child > ul{
    border-top: 1px solid #E6E6E6;
    position: absolute;
    z-index: 9;
    left: calc(100% + 0.208rem);
    width: calc(82.8125rem - 14.271rem);
    max-width: calc(82.8125rem - 14.271rem);
    top: 0;
    min-height: 100%;
    padding: 1.042rem 1.667rem 2.24rem;
    background: #FFF;
    -webkit-border-radius: 0 0 0.521rem 0.521rem;
    -moz-border-radius: 0 0 0.521rem 0.521rem;
    border-radius: 0 0 0.521rem 0.521rem;
    opacity: 0;
    transform: translateY(1.042rem);
    -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;
    display: flex;
    flex-wrap: wrap;
    visibility: hidden;
}
.mega-menu > ul > li.has-child:hover > ul{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.mega-menu > ul > li.has-child > ul > li{
    width: 20%;
    padding-right: 0.625rem;
    margin-bottom: 2.083rem;
}
.mega-menu > ul > li.has-child > ul > li.images{
    width: 100%;
    margin-top: auto;
    margin-bottom: 0;
}
.mega-menu > ul > li.has-child > ul > li.images .grid-box{
    grid-gap: 0.521rem
}
.mega-menu > ul > li.has-child > ul > li > a{
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.18125rem;
    color: #333333;
}
.mega-menu > ul > li.has-child > ul > li > ul{
    margin-top: 0.625rem;
    padding: 0;
}
.mega-menu > ul > li.has-child > ul > li > ul > li+li{
    margin-top: 0.9375rem;
}
.mega-menu > ul > li.has-child > ul > li > ul > li > a{
    font-size: 0.729rem;
    font-weight: 500;
    line-height: 0.91875rem;
    color: #666666
}
header#header.sticky .header-navigation{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    animation: fade-down 0.4s;
    box-shadow: 0 0 4px #dedede;
}
section.search-page{
    padding: 5.208rem 0;
}
.product-list.grid-5{
    grid-gap: 1.5625rem 1.25rem;
    margin-top: 3.542rem;
}
.promotions-page{
    background: linear-gradient(180deg, #FEC171 0%, #FF5001 25.6%, #FEC171 46.07%, #FF5001 92.55%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
section.promotions-1{
    padding-top: 3.542rem;
}
section.promotions-1 .menu-icon{
    gap: 4.167rem;
    margin-bottom: 4.948rem;
}
section.promotions-1 .menu-icon li > a{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.promotions-1 .menu-icon li > a:hover svg,
section.promotions-1 .menu-icon li > a:hover img{
    transform: rotateY(360deg);
}
section.promotions-1 .menu-icon li > a > svg,
section.promotions-1 .menu-icon li > a > img{
    margin-bottom: 0.833rem;
    height: 4.792rem;
    width: auto;
    object-fit: contain;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
section.promotions-2{
    padding-top: 5.729rem;
}
section.promotions-2 .title-group{
    margin-bottom: 2.396rem;
}
section.promotions-2 .countdown-wrap{
    margin-top: 1.5625rem;
}
section.promotions-2 .flash-sale-products{
    padding: 0.521rem;
    position: relative;
}
section.promotions-3 .wrap:before,
section.promotions-2 .flash-sale-products:before{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(270deg, #FFF291 0%, rgba(255, 97, 7, 0) 49%, #FFF291 100%);

    -webkit-border-radius: 4.167rem;
    -moz-border-radius: 4.167rem;
    border-radius: 4.167rem;
}
section.promotions-2 .flash-sale-products .inner-cont{
    padding: 3.646rem 4.375rem 0;
    z-index: 4;
    position: relative;
    -webkit-border-radius: 3.646rem;
    -moz-border-radius: 3.646rem;
    border-radius: 3.646rem;
}
section.promotions-2 .flash-sale-products .grid-box{
    margin-bottom: 1.042rem;
    grid-gap: 2.604rem 0;
}
.flash-sale-button{
    width: max-content;
    transform: translateY(50%);
    display: flex;
}
section.promotions-3{
    padding-top: 10.15625rem;
}
section.promotions-3 .wrap{
    padding: 0.521rem;
}
section.promotions-3 .promotions-list-wrap{
    padding: 5.208rem 2.917rem 0;
    background: linear-gradient(180deg, #FF6814 0%, rgba(255, 104, 20, 0) 100%);
    position: relative;
    -webkit-border-radius: 3.646rem;
    -moz-border-radius: 3.646rem;
    border-radius: 3.646rem;
    z-index: 3;
}
section.promotions-3 .promotions-list-wrap .grid-box{
    grid-gap: 1.25rem;
    margin-bottom: 1.5625rem;
    margin-top: 2.604rem;
}
section.promotions-3 .promotions-list-wrap .grid-box *{
    color: #FFF;
}
section.promotions-3 .promotions-list-wrap .title-group .promotion-title{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    max-width: 100%;
}
section.promotions-4 {
    position: relative;
    z-index: 4;
}
section.promotions-3 .promotion-title,
section.promotions-5 .promotion-title {
    position: relative;
    z-index: 3;
}
section.promotions-2 .title-group > div > div:before,
section.promotions-3 .wrap:after,
section.promotions-5 .promotion-title:before{
    width: 45.729rem;
    height: 42.604rem;
    z-index: -1;
    opacity: 0.5;
    position: absolute;
    content: '';
    background-image: url('/assets/images/fireworks.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none !important;
}
section.promotions-2 .title-group > div > div > svg{
    position: relative;
    z-index: 9;
}
section.promotions-2 .title-group > div > div:before{
    width: 69.792rem;
    height: 65.104rem;
    z-index: 0;
    opacity: 0.8;
}
section.promotions-3 .wrap:after{
    z-index: 0;
    top: 0;
}
.blend-screen{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: screen;
}
.promotion-desc{
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1.96875rem;
    margin-top: 1.042rem;
}
section.promotions-4{
    padding-top: 5.208rem;
}
section.promotions-4 .text-hightlight{
    position: relative;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.3125rem;
}
section.promotions-5{
    padding-top: 8.021rem;
    padding-bottom: 0 !important;
}
section.promotions-5 .promotion-desc{
    position: relative;
    z-index: 3;
    margin-top: -1.5625rem;
}
section.promotions-5 > .relative{
    margin-top: -6.25rem;
}
section.promotions-5 > .relative > img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.promotions-page > section:last-of-type{
    padding-bottom: 7.8125rem;
}
.select-options{
    display: none;
}
.home-fixed-menu{
    position: fixed;
    top: 50%;
    left: 3.021rem;
    transform: translateY(-50%);
    padding: 1.458rem 0;
    box-shadow: 0rem 0rem 1.042rem 0rem #0000000D;
    background: #FFF;
    -webkit-border-radius: 5.208rem;
    -moz-border-radius: 5.208rem;
    border-radius: 5.208rem;
    z-index: 99;
}
.home-fixed-menu li+li{
    margin-top: 0.625rem;
}
.home-fixed-menu li > a{
    position: relative;
    display: flex;
    padding: 0.26rem 0.46875rem;
    -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;
}
.home-fixed-menu li > a > span{
    font-size: 0.729rem;
    font-weight: 500;
    line-height: 0.9187500000000001rem;
    position: absolute;
    width: max-content;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    max-width: unset;
    padding-left: 0.26rem;
    opacity: 0;
    pointer-events: none;
    height: 100%;
    background-color: var(--main-cl);
    -webkit-border-radius: 0 5.208rem 5.208rem 0;
    -moz-border-radius: 0 5.208rem 5.208rem 0;
    border-radius: 0 5.208rem 5.208rem 0;
    -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;
    color:#FFF;
    display: flex;
    align-items: center;
    padding-right: 0.625rem;
}
.home-fixed-menu li > a svg,
.home-fixed-menu li > a img{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 1.771rem;
    height: 1.771rem;
}
.home-fixed-menu li > a:hover svg,
.home-fixed-menu li > a:hover img{
    filter: brightness(0) invert(1);
}
.home-fixed-menu li > a:hover{
    background: var(--main-cl);
}
.home-fixed-menu li > a:hover > span{
    opacity: 1;

}
table.shop_table td.product-remove svg{
    width: 1.042rem;
    min-width: 1.042rem;
    height: 1.042rem;
}
.search-page .btn-get-list-product {
    margin-top: 3rem;
}
.NK-my-account .NK-my-account-nav-inner{
    overflow: hidden;
}
.NK-my-account .NK-my-account-nav-inner,
section.account-login-page .ajax-form-wrapper{
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
section.thanks-page{
    padding: 4.167rem 0;
}
section.thanks-page .woocommerce-order-overview{
    background-color: #FFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 2.083rem 2.604rem;
    width: 33.854rem;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}
section.thanks-page .woocommerce-order-overview > li > span{
    display: block;
    width: 11.667rem;
}
section.thanks-page .woocommerce-order-overview > li {
    display: flex;
    font-size: 0.9375rem;
    line-height: 1.25rem;
}
section.thanks-page .woocommerce-order-overview > li+li{
    margin-top: 0.625rem;
}
section.store-system .col-4{
    position: relative;
}
section.store-system .col-4:before{
    pointer-events: none !important;
    bottom: 2.34375rem;
    left: 0;
    width: 100%;
    height: 5.208rem;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    z-index: 2;
}
.add-before,
.flash-sale-banner-2,
.flash-sale-banner{
    position: relative;
}
section.flash-sale-2 .flash-sale-groups:before,
.flash-sale-times:after,
.add-before:after,
.add-before:before,
.flash-sale-banner-2:after,
.flash-sale-banner-2:before,
.flash-sale-banner:after,
.flash-sale-banner:before{
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 2;
    pointer-events: none;
}
.flash-sale-banner:before{
    left: -5.104rem;
    top: -2.1875rem;
    width: 9.896rem;
    height: 8.4375rem;
    background-image: url('/assets/images/coin-1.png');
}
.flash-sale-banner:after {
    top: 6.25rem;
    right: -6.458rem;
    width: 9.6875rem;
    height: 10.9375rem;
    background-image: url('/assets/images/pattern-3.png');
}
.flash-sale-banner-2:before{
    width: 22.917rem;
    height: 5.208rem;
    left: 50%;
    top: -2.917rem;
    background-image: url('/assets/images/pattern-5.png');
    transform: translateX(-50%);
}
.flash-sale-times{
    position: relative;
}
.flash-sale-times:after{
    width: 10.9375rem;
    height: 10.9375rem;
    background-image: url('/assets/images/pattern-2.png');
    left: -5.729rem;
    top: 0;
    z-index: 3;
    transform: rotate(156deg);
}
section.flash-sale-2 .flash-sale-groups{
    position: relative;
}
section.flash-sale-2 .flash-sale-groups:before{
    top: -1.5625rem;
    left: -4.375rem;
    width: 9.0625rem;
    height: 8.4375rem;
    background-image: url('/assets/images/coin-1.png');
    transform: rotate(-198deg) rotateY(180deg);
}
section.flash-sale-2 > .add-before:before{
    width: 4.948rem;
    height: 5.417rem;
    background-image: url('/assets/images/coin-2.png');
    top: -4.6875rem;
    right: 19.271rem;
}
section.flash-sale-2 > .add-before:after{
    width: 18.021rem;
    height: 15rem;
    background-image: url('/assets/images/pattern-1.png');
    top: -7.292rem;
    left: 17.1875rem;
}
section.flash-sale-2 > .add-before > .add-before:before{
    background-image: url('/assets/images/pattern-2.png');
    left: 0;
    top: -0.9375rem;
    width: 10.104rem;
    height: 8.698rem;
    transform: rotate(90deg);
}
.customers-info-table,
.order-details-table{
    width: 100%;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    overflow: hidden;
}
.order-details-table tfoot{
    border-top: 2px solid var(--main-cl);
}
.order-details-table thead tr{
    background: var(--main-cl);
}
.order-details-table thead tr th{
    color: #FFF;
}
.customers-info-table tr > *:first-child,
.order-details-table tr > *:first-child{
    text-align: left;
    width: 60%;
    border-left: 1px solid #dedede;
}
.customers-info-table tr > *:last-child,
.order-details-table tr > *:last-child{
    text-align: right;
    width: 40%;
    border-right: 1px solid #dedede;
}
.customers-info-table tr > *,
.order-details-table tr > *{
    padding: 0.78125rem 1.042rem;
    border-bottom: 1px solid #dedede;
    color: #000;
    font-size: 0.9375rem;
    line-height: 1.25rem;
}
.order-details-table tr .attribute{
    font-size: 0.729rem;
    margin-top: 0.521rem;
}
.order-details-table tr span.price{
    font-weight: 700;
    color: var(--main-cl);
}
.customers-info-table{
    margin-bottom: 3.125rem;
}
.customers-info-table tr > *{
    border-left: none !important;
    border-right: none !important;
}
.promotions-3 .add-before:first-child:before{
    width: 11.042rem;
    height: 9.0625rem;
    top: -6.25rem;
    left: 8.125rem;
    background-image: url('/assets/images/pattern-1.png');
    transform: rotateY(180deg) rotate(180deg);
}
.promotions-3 .add-before:first-child:after {
    width: 13.802rem;
    height: 12.396rem;
    top: -2.96875rem;
    left: -3.229rem;
    background-image: url('/assets/images/pattern-2.png');
    transform: rotate(24deg) rotateX(180deg);
}
.promotions-3 .add-before:nth-child(2):before {
    width: 4.53125rem;
    height: 5.15625rem;
    top: -2.34375rem;
    right: 13.90625rem;
    background-image: url('/assets/images/pattern-3.png');
}
.promotions-3 .add-before:nth-child(2):after {
    width: 10.208rem;
    height: 9.21875rem;
    right: 4.167rem;
    top: -9.21875rem;
    transform: rotate(145deg);
    background-image: url('/assets/images/pattern-2.png');
}
.address-list > .address-item .address-actions > div > a{
    font-size: 0.729rem;
    line-height: 1.042rem;
    margin-left: 0.521rem;
}
.address-list > .address-item .button-black{
    padding-top: 0.521rem;
    padding-bottom: 0.521rem;
    margin-top: 0.729rem;
}
.btn-set-default-address-book.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.address-list > .address-item+.address-item{
    border-top: 1px solid #dedede;
}
.address-list > .address-item{
    padding: 20px 0;
}
.address-list > .address-item h3.name{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    margin-bottom: 0.521rem;
}
.address-list > .address-item .name-group > div{
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: #666
}
.address-list > .address-item .name-group > div+div{
    margin-top: 0.3125rem;
}
.address-list > .address-item .name-group > div.is-default{
    padding: 0.104rem 0.521rem;
    border: 1px solid var(--main-cl);
    color: var(--main-cl) !important;
    font-size: 0.677rem;
    line-height: 0.833rem;
    width: max-content;
}
.my-account-heading-wrap{
    padding-bottom: 12px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--ajax-login-border-color);
}
.my-account-heading-wrap > h1{
    padding: 0;
    margin: 0;
    border: none;
}
#popup-address{
    width: 800px;
    max-width: 100%;
    display: none;
}
#popup-address .form-title{
    margin-bottom: 1.5625rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5625rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 1.458rem !important;
}
.select2-container--open.select2-container{
    z-index: 9999999999;
}
.select2-container--open .select2-dropdown{
    max-width: unset;
}
input:disabled {
    background: #e9e9e9;
}
.product-flash-sale-badge{
    padding: 0.9375rem 0.9375rem 0.9375rem 2.083rem;
    background: linear-gradient(90deg, #FDC884 0%, #FE9C13 8.66%, #FE4F00 19.51%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-border-radius: 0.78125rem;
    -moz-border-radius: 0.78125rem;
    border-radius: 0.78125rem;
    margin-bottom: 2.083rem;
    position: relative;
}
.product-flash-sale-badge.hidden {
  display: none;
}
.product-flash-sale-badge .add-before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none !important;
}
.product-flash-sale-badge .add-before:first-of-type:before{
    width: 4.6875rem;
    height: 3.958rem;
    top: -1.042rem;
    left: -1.042rem;
    background-image: url('/assets/images/pattern-1.png');
}
.product-flash-sale-badge .add-before:first-of-type:after{
    width: 1.302rem;
    height: 1.40625rem;
    right: 2.083rem;
    top: -0.99rem;
    background-image: url('/assets/images/coin-2.png');
}
.product-flash-sale-badge .add-before:nth-of-type(2):after{
    width: 2.34375rem;
    height: 2.1875rem;
    right: 3.125rem;
    bottom: -1.146rem;
    background-image: url('/assets/images/coin-1.png');
    transform: rotate(160deg) rotateY(180deg);
}
.product-flash-sale-badge .text img{
    width: 10.417rem;
    height: auto;
}
.product-flash-sale-badge .flash-sale-countdown span.countdown-item{
    width: 2.083rem;
    height: 2.083rem;
    font-size: 0.91rem;
    line-height: 1.146875rem;
}
.flash-sale-countdown span.countdown-divider{
    font-size: 0.91rem;
    line-height: 1.146875rem;
    margin: 0 0.365rem;
}
.product-details .product-gallery-wrap .product-gallery-main{
    margin-bottom: 2.083rem;
}
.product-details.product-is-on-sale .product-gallery-wrap .product-gallery-main .add-before:after,
.product-details.product-is-on-sale .product-gallery-wrap .product-gallery-main .add-before:before{
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.product-details.product-is-on-sale .product-gallery-wrap .product-gallery-main .add-before:before{
    width: 11.354rem;
    height: 9.479rem;
    top: -8.021rem;
    left: -5.104rem;
    background-image: url('/assets/images/pattern-1.png');
}
.product-details.product-is-on-sale .product-gallery-wrap .product-gallery-main .add-before:after{
    width: 2.865rem;
    height: 3.229rem;
    bottom: -3.333rem;
    left: -2.083rem;
    background-image: url('/assets/images/coin-2.png');
}
.product-details.product-is-on-sale .product-gallery-wrap .product-gallery-main{
    background-image: url('/assets/images/bg-flash-sale-thumbnail.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 4.167rem 1.5625rem 1.875rem;
}
.product-details.product-is-on-sale .product-gallery-wrap .product-gallery-main:before{
    width: 14.84375rem;
    height: 3.125rem;
    position: absolute;
    content: '';
    left: 2.083rem;
    top: 1.302rem;
    background-image: url('/assets/images/flash-sale-text.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 3;
}
.product-details.product-is-on-sale .product-gallery-wrap .swiper.product-gallery .img-wrap{
    height: 23.4375rem;
    width: auto;
}
.product-item.product-is-on-sale .img-wrap > a{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    display: block;
    padding: 1.5625rem 0.521rem 0.833rem;
    position: relative;
}
.product-item.product-is-on-sale .img-wrap > a:before{
    z-index: 2;
    pointer-events: none;
    left: 0;
    top: 0;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 100%;
}
.flash-sale-times .item.active span.time,
.flash-sale-times .item:hover span.time{
    color: #FFF;
    background-color: #D32101;
}
.content-category.post-content{
    margin-top: 4.167rem;
    /* max-height: 28.125rem;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; */
}

.content-category.post-content.showing {
  max-height: initial;
}
.content-category.post-content .btn-show-hide-content {
  position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -100%);
    z-index: 5;
    min-width: 8.854rem;
}
.order-received{
    width: 43.229rem;
    max-width: 100%;
    background-color: #fff;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    padding: 2.865rem 3.646rem;
    margin: auto;
}
.order-received .order-received-heading{
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin-bottom: 0.9375rem;
}
.order-received .order-received-table li{
    display: flex;
    font-size: 0.833rem;
    line-height: 1.25rem;
}
.order-received .order-received-table li+li{
    margin-top: 0.9375rem;
}
.order-received .order-received-table li span{
    display: block;
    width:  9.375rem;
}
.order-received .order-received-body{
    margin: 1.5625rem 0;
    padding: 1.5625rem 0;
    border: 1px solid #E6E6E6;
    border-left: none;
    border-right: none;
}
.order-received .order-received-header .banking-information{
    width: 70%;
    border-right: 1px solid #E6E6E6;
}
.order-received .order-received-header .banking-qr{
    width: 30%;
    text-align: center;
}
.order-received .order-received-header .banking-qr .qr-wrap .fs-13{
    margin-top: 0.833rem;
}
.order-received .order-received-header .banking-qr .qr-wrap{
    width: max-content;
    margin-left: auto;
    padding-left: 2.083rem;
}
.order-received .order-received-table.bought-products li span{
    width: 70%;
}
.order-received .order-received-table.bought-products li strong.price{
    color: var(--main-cl);
    text-align: right;
    flex-grow: 1;
}
.order-received .order-received-table.bought-products li.total-orders{
    font-size: 1.25rem;
    line-height: 1.458rem;
    font-weight: 700;
}
h1.product-category-title{
    margin: 1.042rem 0 2.604rem
}
#modal-installment{
    width: 75rem;
    max-width: 100%;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
}
#modal-installment .modal-header{
    padding: 0.78125rem;
    border-bottom: 1px solid #e5e5e5;
    min-height: 0.833rem;
    font-size: 0.9375rem;
    line-height: 1.042rem;
    text-transform: uppercase;
}
#modal-installment .modal-content{
    padding: 0.78125rem;
}
#modal-installment .modal-content > .flex-box{
    margin-bottom: 1.5625rem;
}
#modal-installment .grid-box{
    grid-gap: 1.042rem
}
#modal-installment .ui-slider{
    margin: 1.5625rem 0.521rem 3em !important;
}
#modal-installment .ui-slider .ui-slider-handle{
    background-color: var(--main-cl);
    border-color: var(--main-cl);
    outline: none !important;
}
#modal-installment .grid-box.box-partner-installment > .item{
    padding: 1.042rem;
    border: 1px solid rgb(238, 238, 238);
}
#modal-installment .installment-icon{
    width: 2.083rem;
    min-width: 2.083rem;
    height: 2.083rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0.3125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.521rem;
}
#modal-installment .grid-box.box-partner-installment > .item > div.fs-16{
    margin-top: 30px;
}
#modal-installment .grid-box.box-partner-installment > .item > .flex-box{
    margin-bottom: 1.042rem;
    font-size: 0.9375rem;
    line-height: 1.354rem;
}
#modal-installment .credit-installment .grid-box .item .select-wrap select{
    width: 100%;
    display: block;
    height: 1.771rem;
    padding: 0.3125rem 0.625rem;
    font-size: 0.729rem;
    line-height: 1.428571429;
    color: #8d8d8d;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#modal-installment .credit-installment .grid-box .item .label-select{
    font-weight: 700;
    margin-bottom: 0.521rem;
    font-size: 0.833rem;
    line-height: 1.25rem;
}
.brand-item-text{
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
}
.mobile-term-slider .brand-item.item-without-image > a,
.brand-item-text .brand-item.item-without-image > a{
    padding: 0.417rem 1.667rem;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #FFF;
    font-size: 0.833rem;
    font-weight: 600;
    line-height: 1.458rem;
    color: #333;
    display: block;
}
.product-brand-wrap .swiper-pagination{
    position: relative;
    bottom: 0 !important;
    margin-top: 20px !important;
}
.mobile-term-slider .brand-item.item-without-image > a{
    text-align: center;
}
.mobile-term-slider .swiper-slide:has(input:only-child){
    display: none !important;
}
.mobile-term-slider .swiper-slide > .brand-item+.brand-item{
    margin-top: 12px;
}
.mobile-term-slider .brand-item.item-without-image.active > a,
.mobile-term-slider .brand-item.item-without-image > a:hover,
.brand-item-text .brand-item.item-without-image.active > a,
.brand-item-text .brand-item.item-without-image > a:hover{
    background-color: var(--main-cl);
    color: #FFF;
}
.cart-subtotal .NK-form input{
    border: none !important;
}
.cart-subtotal .NK-form{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
    border: 0.0625rem solid var(--ajax-login-border-color);
}
.back-to-top{
    position: fixed;
    width: 2.604rem;
    height: 2.604rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #FFDCCC;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    bottom: 6rem;
    right: 2.34375rem;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transform: translateY(4.167rem);
    opacity: 0;
    pointer-events: none;
}
.back-to-top.show{
    transform: translateY(0);
    opacity: 1;
    pointer-events: unset;
}
.back-to-top:hover path{
    stroke: #FFF;
}
.back-to-top:hover{
    background-color: var(--main-cl);
}
.landing-page-1-wrap .landing-2{
    padding: 4.6875rem 0;
}
.landing-page-1-wrap .landing-2 .sec-desc{
    width: 57.292rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.landing-page-1-wrap .landing-2 .landing-swiper-2{
    margin-top: 3.646rem;
}
.landing-page-1-wrap .landing-2 .landing-swiper-2 .child-item{
    background-color: #FFF;
    padding: 2.083rem 2.5rem 1.25rem;
}
.landing-page-1-wrap .landing-2 .landing-swiper-2 .child-item h2.name{
    margin-bottom: 1.25rem;
}
.landing-page-1-wrap .landing-2 .landing-swiper-2 .child-item .img-wrap img{
    aspect-ratio: 1;
    object-fit: contain;
}
.landing-page-1-wrap .landing-2 .products-page-banner{
    margin-top: 5.625rem;
}
.landing-page-1-wrap .landing-4 .grid-box{
    grid-gap: 1.042rem
}
.landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(1){
    grid-column: 1/3;
}
.landing-page-1-wrap .landing-4 .grid-box .item .cont-wrap{
    z-index: 9;
}
.landing-page-1-wrap .landing-4 .grid-box .item .cont-wrap .text-0{
    font-size: 1.823rem;
    font-weight: 700;
    line-height: 2.448rem;
    margin-bottom: 0;
}
.landing-page-1-wrap .landing-4 .grid-box .item .cont-wrap .cont-desc {
    font-size: 0.78125rem;
    font-weight: 400;
    line-height: 1.302rem;
    margin-bottom: 0.729rem;
}
.landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(1) .cont-wrap{
    left: 4.0625rem;
    top: 4.792rem;
    width: 13.542rem;
}
.landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(1) .cont-wrap .text-0{
    font-size: 2.604rem;
    font-weight: 700;
    line-height: 2.448rem;
    margin-bottom: 1.042rem;
}
.landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(1) .cont-wrap .cont-desc{
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.302rem;
    margin-bottom: 1.042rem;
}
.landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(2) .cont-wrap,
.landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(4) .cont-wrap{
    top: 1.667rem;
    left: 50%;
    transform: translateX(-50%);
    width: 21.354rem;
    max-width: 100%;
    text-align: center
}
.landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(2) .cont-wrap .button,
.landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(4) .cont-wrap .button{
    margin-left: auto;
    margin-right: auto;
}
.landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(3) .cont-wrap{
    top: 3.125rem;
    left: 2.8125rem;
    width: 13.542rem;
}
.landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(5) .cont-wrap{
    top: 3.021rem;
    left: 3.021rem;
    width: 12.5rem;
}
.title-landing{
    font-size: 2.34375rem;
    font-style: italic;
    font-weight: 800;
    line-height: 2.953125rem;
}
.title-landing span{
    background: linear-gradient(90deg, #FDC884 0%, #FE9C13 44.41%, #FE4F00 87.24%, #FE9C13 100.01%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.product-item-landing{
    background-color: #FFF;
    padding: 1.667rem 0.521rem 1.25rem;
    -webkit-border-radius: 0.78125rem;
    -moz-border-radius: 0.78125rem;
    border-radius: 0.78125rem;
    overflow: hidden;
}
.product-item-landing .img-wrap{
    margin-bottom: 0.78125rem;
}
.product-item-landing .img-wrap img{
    height: 8.854rem;
    width: auto;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}
.product-item-landing .discount-percent{
    font-size: 0.729rem;
    font-weight: 800;
    line-height: 0.833rem;
    padding: 0.365rem 0.729rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    background: #E7E7E7;
    -webkit-border-radius: 0 2.604rem 2.604rem 0;
    -moz-border-radius: 0 2.604rem 2.604rem 0;
    border-radius: 0 2.604rem 2.604rem 0;
    color: #333;
}
.product-item-landing .add-to-wishlist{
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    display: flex;
    cursor: pointer;
    z-index: 20;
}
.product-item-landing-3 .add-to-wishlist.added path,
.product-item-landing .add-to-wishlist.added path{
    stroke: #FE0000;
    fill: #FE0000;
}
.product-item-landing .product-label{
    margin-bottom: 0.78125rem;
    gap: 0.521rem;
}
.product-item-landing .product-label > .label-text{
    padding: 0.104rem 0.417rem;
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 1.042rem;
    color: #FFF;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    background-color: #000;
}
.product-item-landing h3.text-3{
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.302rem;
    min-height: 2.604rem;
    margin-bottom: 0.78125rem;
}
.product-item-landing .product-item-attributes{
    margin-bottom: 0.78125rem;
    gap: 0.26rem;
}
.product-item-landing .product-item-attributes > .attribute > a{
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    border: 1px solid #E9EBED;
    padding: 0 0.521rem;
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 0.9375rem;
    color: #333;
    display: block;
}
.product-item-landing .product-item-price{
    margin-bottom: 0.78125rem;
}
.product-item-landing .product-item-price > .current-price{
    font-size: 1.354rem;
    font-weight: 600;
    line-height: 1.667rem;
    color: #313131;

}
.product-item-landing .product-item-price > .regular-price{
    font-size: 0.729rem;
    font-weight: 500;
    line-height: 0.9375rem;
    color: #666;
}
.product-item-landing .product-item-rating{
    gap: 0.417rem
}
.product-item-landing .product-item-rating .star{
    display: flex;
}
.product-item-landing .product-item-rating .star-empty path{
    fill: #CACACA
}
.landing-page-1-wrap .landing-3{
    padding-bottom: 5.625rem;
}
.landing-page-1-wrap .landing-4{
    padding-bottom: 4.427rem;
}
.landing-page-1-wrap .landing-4 .sec-title{
    margin-bottom: 2.604rem;
}
.landing-page-1-wrap .landing-3 .swiper-arrow{
    box-shadow: 0px 3.06px 15.29px 0px #0000001A;
}
.landing-page-1-wrap .landing-3 .container-large .products-wrap{
    padding: 2.865rem 2.604rem 1.042rem;
    background: url(/assets/images/demo/bg-landing-1.png);
    -webkit-border-radius: 1.5625rem 1.5625rem 0 0;
    -moz-border-radius: 1.5625rem 1.5625rem 0 0;
    border-radius: 1.5625rem 1.5625rem 0 0;
}
.landing-page-1-wrap .landing-5{
    padding-bottom: 6.615rem;
}
.landing-page-1-wrap .landing-5 .button{
    min-width: 7.8125rem;
}
.landing-page-1-wrap .landing-5 .landing-group-product{
    margin-top: 5.99rem;
}
.landing-page-1-wrap .landing-group-product .landing-group-product-heading{
    margin-bottom: 2.083rem;
}
.landing-page-1-wrap .landing-group-product .landing-group-product-list{
    grid-gap: 1.875rem 1.25rem;
}
.landing-page-2-wrap{
    background-color: #000;
}
.landing-page-2-wrap .landing-swiper-4 .img-wrap video{
    width: 100%;
    height: 31.25rem;
    object-fit: cover;
}
.landing-page-2-wrap .landing-swiper-4 .cont-wrap{
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
}
.landing-page-2-wrap .landing-swiper-4 .img-wrap:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 14.583rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.663044) 43.79%, rgba(0, 0, 0, 0.902747) 68.69%, #000000 100%);
    z-index: 2;
}
.landing-page-2-wrap .breadcrumbs path{
    stroke: #FFF;
}
.landing-page-2-wrap .breadcrumbs ul > li:not(:first-of-type):before,
.landing-page-2-wrap .breadcrumbs span{
    color: #FFF;
}
.landing-page-2-wrap .breadcrumbs{
    background: transparent;
}
.landing-page-2-wrap .landing-swiper-4 .cont-wrap h2{
    font-size: 2.34375rem;
    font-weight: 500;
    line-height: 3.073rem;
    color: #FFF;
    width: 50.521rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.landing-page-2-wrap .sec-heading{
    margin: 0.833rem 0 3.125rem
}
.sec-heading{
    font-size: 2.604rem;
    font-weight: 700;
    line-height: 3.385rem;
}
.landing-swiper-5 .item{
    padding: 2.083rem 0;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    overflow: hidden;
    background: linear-gradient(180deg, #282828 0%, #050505 60.66%, #000000 96.67%);
}
.landing-swiper-5 .item .col-6:first-of-type{
    padding-left: 9.375rem;
}
.landing-swiper-5 .item .col-6.text-center{
    padding-left: 4.167rem;
    padding-right: 9.375rem;
}
.landing-swiper-5 .item h3.text-white{
    font-size: 2.083rem;
    font-weight: 500;
    line-height: 2.96875rem;
    margin-bottom: 0.3125rem;
}
.landing-swiper-5 .item div.fs-20{
    margin-bottom: 1.146rem;
}
.landing-swiper-5 .item .colors-list{
    gap: 0.9375rem;
    margin-bottom: 1.5625rem;
}
.landing-swiper-5 .item .colors-list .color{
    width: 1.458rem;
    height: 1.458rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid transparent;
}
.landing-swiper-5 .item .colors-list .color.active{
    border-color: #959697;
}
.landing-swiper-5 .item .colors-list .color .color-dot{
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.landing-page-2-wrap{
    position: relative;
    overflow: hidden;
    z-index: 3;
}
.landing-page-2-wrap .add-circles:after,
.landing-page-2-wrap .add-circles:before{
    width: 39.0625rem;
    height: 39.0625rem;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(28, 142, 255, 0.3) 0%, rgba(232, 163, 255, 0.3) 100%);
    filter: blur(200px);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}
.landing-page-2-wrap .add-circles.circle-1:before{
    top: 32.552rem;
    right: -22.917rem;
}
.landing-page-2-wrap .add-circles.circle-1:after{
    top: 108.073rem;
    left: -17.5rem;
}
.landing-page-2-wrap .add-circles.circle-2:before{
    top: 145rem;
    right: -22.917rem;
}
.landing-page-2-wrap .add-circles.circle-2:after{
    top: 217.135rem;
    left: -9.375rem;
    width: 33.854rem;
    height: 33.854rem;
}
.landing-more-content.light{
    z-index: 3;
    position: relative;
}
.landing-more-content.light .add-circles:after,
.landing-more-content.light .add-circles:before{
    width: 39.0625rem;
    height: 39.0625rem;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(28, 142, 255, 0.3) 0%, rgba(232, 163, 255, 0.3) 100%);
    filter: blur(200px);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}
.landing-more-content.light .circle-1:before{
    left: -15.625rem;
    top: 0;
}
.landing-more-content.light .circle-1:after{
    top: 34.792rem;
    right: -20.833rem;
}
.landing-more-content.light .circle-2:before{
    top: 169.427rem;
    left: -4.167rem;
}
.landing-more-content.light .circle-2:after{
    display: none !important;
}
.landing-page-2-wrap .sec-title{
    font-size: 2.604rem;
    font-weight: 700;
    line-height: 2.865rem;
}
.landing-page-2-wrap .button-white{
    color: #000;
    font-size: 0.78125rem;
    font-weight: 500;
    line-height: 0.78125rem;
}
.landing-page-2-wrap .landing-2{
    padding-top: 4.271rem;
}
.landing-page-2-wrap .landing-3{
    padding-top: 6.25rem;
}
.landing-page-2-wrap .landing-4{
    padding-top: 12.5rem;
    padding-bottom: 9.896rem;
    position: relative;
    overflow: hidden;
}
.landing-more-content{
    position: relative;
}
.landing-more-content.dark{
    background-color: #000;
}
.landing-more-content .landing-1{
    padding-top: 5.729rem;
}
.landing-more-content .landing-2{
    padding-top: 6.771rem;
    padding-bottom: 9.375rem;
    position: relative;
}
.landing-more-content .landing-3{
    padding: 6.25rem 0 5.729rem;
}
.landing-more-content .landing-2:before{
    bottom: 0;
    left: 8.125rem;
    right: 8.125rem;
    position: absolute;
    content: '';
    background-color: #616161;
    height: 1px;
}
.landing-more-content:before{
    top: 0;
    left: 8.125rem;
    right: 8.125rem;
    position: absolute;
    content: '';
    background-color: #616161;
    height: 1px;
}
.light.landing-more-content:before{
    background-color: #CBCBCB;
}
.swiper.landing-swiper-6{
    overflow: unset;
}
.swiper.landing-swiper-6 .cont-wrap{
    top: 2.083rem;
    left: 2.083rem;
    right: 2.083rem;
}
.swiper.landing-swiper-6 .cont-wrap h3{
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1.823rem;
    margin-bottom: 0.521rem;
}
.swiper.landing-swiper-6 .item-dark .cont-wrap *{
    color: #FFF
}
.landing-more-content .landing-1 .sec-desc:not(:last-child){
    margin-bottom: 1.5625rem;
}
.landing-more-content .landing-1 .grid-box{
    margin-bottom: 5.46875rem;
    grid-gap: 0.625rem;
}
.landing-more-content .landing-1 .grid-box .item .fs-14{
    min-height: 1.146rem;
}
.landing-more-content .landing-1 .grid-box .item{
    background-color: #0D0D0D;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    padding: 1.25rem 1.667rem;
}
.landing-more-content .landing-1 .grid-box .item .number{
    display: flex;
    align-items: baseline;
    padding: 0 0.3125rem;
    gap: 0.521rem;
}
.landing-more-content .landing-1 .grid-box .item .number .num{
    font-size: 4.451rem;
    font-weight: 700;
    line-height: 5.086rem;
}
.landing-more-content .landing-1 .grid-box .item .number .text{
    font-size: 1.0171875rem;
    font-weight: 500;
    line-height: 1.526rem;
}
.landing-more-content .landing-2 .item .cont-wrap h3.text-black,
.landing-more-content .landing-2 .item .cont-wrap h3.text-white{
    font-size: 2.34375rem;
    font-weight: 700;
    line-height: 2.604rem;
    margin-bottom: 0.9375rem;
}
.landing-more-content .landing-2 .item:nth-of-type(even) .flex-box{
    flex-direction: row-reverse;
}
.landing-more-content .landing-2 .item:nth-of-type(even) .cont-wrap{
    padding: 0 14.0625rem 0 6.458rem
}
.landing-more-content .landing-2 .item:nth-of-type(even) .img-wrap{
    padding-right: 2.396rem;
}
.landing-more-content .landing-2 .item:nth-of-type(odd) .img-wrap{
    padding-left: 2.396rem;
}
.landing-more-content .landing-2 .item:nth-of-type(odd) .cont-wrap{
    padding: 0 6.458rem 0 14.0625rem
}
.landing-more-content .landing-2 .item+.item{
    margin-top: 6.25rem;
}
.landing-more-content.dark .landing-3 .swiper-arrow{
    border-color: #FFF;
}
.landing-more-content.dark .landing-3 .swiper-slide * {
    color: #FFF;
}
.landing-more-content.dark .date-term > div:nth-of-type(2):before{
    background-color: #FFF;
}
.tabs-landing .tabs-title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 3.333rem;
}
.tabs-landing .tabs-title .tab-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 8.75rem;
    height: 8.75rem;
    background-image: url('/assets/images/landing/circle.svg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0.521rem;
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.tabs-landing.light .tabs-title .tab-title{
    background-image: url('/assets/images/landing/circle-black.svg');
}
.tabs-landing .tabs-title .tab-title:before{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #0043C8 0%, rgba(115, 0, 255, 0) 64.38%);
    filter: blur(26px);
    width: 85%;
    z-index: -1;
    height: 85%;
    border-radius: 50%;
    opacity: 0;
    -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;
}
.tabs-landing .tabs-title .tab-title.active:before{
    opacity: 1;
}
.tabs-landing .tabs-title .tab-title .name-wrap{
    margin-top: 0.833rem;
}
.tabs-landing .tab-content {
  display: none;
}
.tabs-landing .tab-content.active {
  display: block;
}
.product-item-landing-2 .product-label{
    gap: 1.146rem;
    margin-bottom: 0.625rem;
}
.product-item-landing-2 h3{
    font-size: 0.885rem;
    font-weight: 700;
    line-height: 1.146rem;
    margin-bottom: 0.521rem;
}
.product-item-landing-2 .label-text{
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 1.042rem;
    opacity: 0.5;
}
.product-item-landing-2 .product-item-price{
    gap: 0.521rem;
    align-items: baseline;
    margin-bottom: 1.25rem;
}
.product-item-landing-2 .product-item-price .current-price{
    font-size: 1.042rem;
    font-weight: 400;
    line-height: 1.40625rem;
}
.product-item-landing-2 .product-item-price .regular-price{
    opacity: 0.5;
    font-size: 0.833rem;
    line-height: 1.40625rem;
}
.product-label,
.product-item-attributes{
    flex-wrap: wrap;
}
.product-item-landing-2 .product-item-attributes{
    gap: 0.3125rem;
}
.product-item-landing-2 .product-item-attributes > .attribute > a{
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 0.521rem;
    display: block;
    padding: 0.208rem 0.78125rem;
    border: 1px solid #FFFFFF;
    color: #FFF;
    -webkit-border-radius: 1.5625rem;
    -moz-border-radius: 1.5625rem;
    border-radius: 1.5625rem;
}
.product-item-landing-2 .img-wrap{
    margin-bottom: 2.083rem;
    aspect-ratio: 41/31;
}
.landing-page-2-wrap .landing-3 .tabs-title{
    margin-bottom: 3.125rem;
}
.landing-page-2-wrap .landing-3 .sec-title{
    font-size: 2.083rem;
    font-weight: 600;
    line-height: 2.448rem;
    margin-bottom: 2.1875rem;
}
.landing-page-2-wrap .landing-3 .sec-title+.fs-17{
    margin-bottom: 0.833rem;
}
.landing-page-2-wrap .landing-3 .grid-box{
    grid-gap: 6.25rem 5.208rem;
}
.landing-page-2-wrap .landing-3 .button-white{
    margin-top: 4.479rem;
}
.landing-more-content.light .landing-1 .grid-box .item{
    background-color: #FFF;
}
.landing-more-content.light{
    background-color: #F5F5F7;
}
.overflow-hidden{
    overflow: hidden;
}
.landing-page-3-wrap .landing-1{
    padding-top: 3.75rem;
}
.landing-page-3-wrap .landing-1 .flex-box{
    justify-content: space-between;
}
.landing-page-3-wrap .landing-1 .flex-box .item{
    width: 28.5%;
}
.landing-page-3-wrap .landing-1 .flex-box .item:nth-of-type(3){
    width: 41%
}
.landing-page-3-wrap .landing-1 .cont-wrap{
    left: 3.125rem;
    right: 3.125rem;
    top: 3.542rem;
    z-index: 9;
}
.landing-page-3-wrap .landing-1 .cont-wrap h2{
    font-size: 1.5625rem;
    font-weight: 500;
    line-height: 1.927rem;
    margin-bottom: 0.26rem;
}
.landing-page-3-wrap .landing-1 .item .cont-wrap .desc{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.146rem;
    margin-bottom: 1.042rem;
}
.landing-page-3-wrap .landing-1 .item:nth-of-type(3) .cont-wrap .desc{
    font-size: 1.042rem;
    font-weight: 500;
    line-height: 1.40625rem;
}
.landing-page-3-wrap .landing-1 .item:nth-of-type(3) .cont-wrap h2{
    font-size: 2.083rem;
    font-weight: 500;
    line-height: 2.96875rem;
}
.landing-page-3-wrap .landing-1 .item:nth-of-type(2) .cont-wrap{
    top: unset;
    bottom:  2.604rem;
}
.landing-page-3-wrap .landing-2{
    padding-top: 4.375rem;
}

.landing-page-3-wrap .item .colors-list{
  gap: 0.9375rem;
  margin-bottom: 1.5625rem;
}
.landing-page-3-wrap .item .colors-list .color{
  width: 1.458rem;
  height: 1.458rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 2px;
  border: 1px solid transparent;
}
.landing-page-3-wrap .item .colors-list .color.active{
  border-color: #959697;
}
.landing-page-3-wrap .item .colors-list .color .color-dot{
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.product-item-landing-3 .img-wrap{
    padding: 2.083rem 1.458rem 1.5625rem;
    position: relative;
    flex: 0 0 auto;
}
.product-item-landing-3 .img-wrap .discount-percent{
    position: absolute;
    left: 0;
    top: 0;
    background: #E7E7E7;
    -webkit-border-radius: 1.5625rem 2.604rem 2.604rem 0;
    -moz-border-radius: 1.5625rem 2.604rem 2.604rem 0;
    border-radius: 1.5625rem 2.604rem 2.604rem 0;
    color: #333;
    font-size: 0.729rem;
    font-weight: 800;
    line-height: 0.833rem;
    padding: 0.521rem 1.042rem;
}
.product-item-landing-3 .img-wrap .add-to-wishlist{
    top: 0.521rem;
    right: 0;
    position: absolute;
}
.product-item-landing-3 .img-wrap img{
    width: 8.75rem;
    min-width: 8.75rem;
    aspect-ratio: 1;
    object-fit: contain;
}
.product-item-landing-3 .cont-wrap{
    flex-grow: 1;
    padding-left: 0.833rem;
}
.product-item-landing-3 .product-item-attributes{
    margin-bottom: 1.042rem;
    gap: 0.3125rem
}
.product-item-landing-3 .product-item-attributes > .attribute > a{
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 0.521rem;
    color: #333;
    padding: 0.208rem 0.729rem;
    border: 1px solid #E9EBED;
    -webkit-border-radius: 1.5625rem;
    -moz-border-radius: 1.5625rem;
    border-radius: 1.5625rem;
}
.product-item-landing-3 .product-label{
    gap: 1.25rem;
    margin-bottom: 0.625rem;
}
.product-item-landing-3 .product-label > .label-text{
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 1.042rem;
    opacity: 0.5;
}
.product-item-landing-3 h3{
    font-size: 0.885rem;
    font-weight: 700;
    line-height: 1.146rem;
    margin-bottom: 0.729rem;
}
.product-item-landing-3 .product-item-price .regular-price{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
    opacity: 0.5;
}
.product-item-landing-3 .product-item-price .current-price{
    font-size: 1.042rem;
    font-weight: 400;
    line-height: 1.40625rem;
}
.landing-page-3-wrap .landing-2{
    padding-bottom: 5.208rem;
}
.landing-page-3-wrap .landing-2 .grid-box{
    grid-gap: 2.396rem 1.042rem;
}
.landing-page-3-wrap .landing-2 .button-black{
    margin-top: 3.4375rem;
}
.landing-page-3-wrap .landing-2 .fs-17.lh-25{
    margin-bottom: 0.9375rem;
}
.landing-page-3-wrap .landing-2 .tabs-title{
    margin-bottom: 3.854rem;
}
.button.button-smaller{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.landing-more-content.light .swiper-arrow path{
    stroke: #000;
}
.landing-more-content.light .swiper-arrow{
    border-color: #000;
}
.slick-track{
    max-width: unset;
}

.nk-checkout-page .order-successfully{
    width: 100%;
    padding-left: 0.78125rem;
    padding-right: 0.78125rem;
}
.nk-checkout-page .order-success-content{
    width: 970px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 4.167rem;
    box-shadow: 0.208rem 0.208rem 1.042rem 0rem #0000000D;

}
.nk-checkout-page .order-success-content .check-success svg{
    margin-left: auto;
    margin-right: auto;
    width: 5.208rem;
    height: 5.208rem;
}
.nk-checkout-page .order-success-content .check-success{
    margin: 0 auto 1.5625rem;
    text-align: center;
}
.nk-checkout-page .order-success-content .order-failed-message b{
    display: block;
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1.51rem;
    margin-bottom: 0.625rem;
    color: #1E8C34;
}
.nk-checkout-page .order-success-content .order-failed-message{
    font-size: 1.042rem;
    font-weight: 400;
    line-height: 1.51rem;
    color: #333;
}

.woocommerce-checkout-payment .custom_checkbox_wrap > .custom_checkbox{
  width: 1.25rem;
  height: 1.25rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 0.052rem solid var(--ajax-login-main-color);
  position: relative;
  background-color: var(--ajax-login-white-color);
  display: flex;
  margin-right: 0.625rem
}
.woocommerce-checkout-payment .custom_checkbox_wrap > .custom_checkbox:before{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  border: 0.365rem solid var(--ajax-login-main-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -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;
}
.woocommerce-checkout-payment .custom_checkbox_wrap > input:checked+.custom_checkbox:before{
  opacity: 1;
}
section.video-stream{
    padding: 6.25rem 0;
}
section.video-stream .video-wrap{
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
section.video-stream .video-wrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}
section.video-stream .list-videos{
    margin-top: 4.167rem;
    grid-gap: 2.5rem 1.25rem;
}
.video-item .img-wrap{
    aspect-ratio: 4/2.5;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    margin-bottom: 0.625rem;
}
.video-item .img-wrap .p-middle{
    z-index: 4;
    opacity: 0;
    -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;
}
.video-item .img-wrap:before{
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    background-color: #000;
    opacity: 0;
    content: '';
    width: 100%;
    height: 100%;
    -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;
}
.video-item:hover .img-wrap:before{
    opacity: 0.4;
}
.video-item:hover .img-wrap .p-middle{
    opacity: 1;
}
.video-item .img-wrap svg{
    width: 3.125rem;
    height: auto;
}
#popup-stream-form{
    display: none;
    width: 31.25rem;
    max-width: calc(100% - 8px);
    -webkit-border-radius: 1.024rem;
    -moz-border-radius: 1.024rem;
    border-radius: 1.024rem;
}
#popup-stream-form .form-wrap .form-group.submit-btn{
    justify-content: center;
}
#popup-stream-form .fancybox-close-small {
  display: none;
}
.header-main form {
  position: relative;   
 }
 ul.product-suggestion {
     position: absolute;
     list-style: none;
     padding-left: 0;
     background: #fff;
     top: 100%;
     left: 0;
     right: 0;
     margin-top: 1px;
     border: 1px solid #f0876c;
     /* padding: 0 1rem; */
     z-index: 2;
     font-size: 0.7rem;
     overflow: auto;
     max-height: 20rem;
     display: none;
 }
 ul.product-suggestion.show {
  display: block;
 }
 ul.product-suggestion .item-product:hover {
     background: #ffbc6d5c;
 }

 ul.product-suggestion .result-text {
  padding: 1rem 0;
  text-align: center;
 }
 ul.product-suggestion img {
     width: 3.5rem;
     margin-right: 0.5rem;
 }
 ul.product-suggestion p {
     margin-bottom: 0;
 }
 ul.product-suggestion a {
     display: flex;
     align-items: center;
     color: #000;
     overflow: hidden;
   
 }

 ul.product-suggestion .product-information .product-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
 }
 
 ul.product-suggestion li {
     padding: 0.3rem 1rem  0.3rem 1rem;
 }
 
 ul.product-suggestion li.category-name {
     background: #e2e2e2;
     color: #ff6327c9;
     font-weight: bold;
 }
 
 ul.product-suggestion .highlight-text {
     color: #ff5023;
     font-weight: bold;
 }
 
 ul.product-suggestion .price {
     color: #ff5023;
     padding-top: 0.4rem;
     display: inline-block;
     font-weight: bold;
 }
.jq-toast-wrap .jq-toast-single {
    white-space: pre-wrap;
}
.products-page .content-category{
    width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.6s;
}
.products-page .content-category.is-hidden:before{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(245, 245, 247, 0) 0%, rgba(245, 245, 247, 0.8) 60%, rgba(245, 245, 247, 1) 100%);
    z-index: 2;
}
.products-page .content-category+.button{
    margin-top: 30px;
    transform: translateY(0);
    position: relative;
    z-index: 4;
}
.products-page .content-category.is-hidden+.button{
    transform: translateY(-50%);
    margin-top: 0;
}

.video-stream-content .content-category+.button {
  margin-bottom: 1.875rem;
}
.video-stream-page {
  background: rgb(245, 245, 247);
}

.video-stream-page .video-stream {
  padding-bottom: 0;
}




.extend-price-options.type-display-text {
  display: flex;
  align-items: center;
}

.type-display-text .list-group-option {
  display: flex;
  margin-left: 1rem;
  flex-wrap: wrap;
}

.type-display-text .list-group-option input {
  display: none;
}

.type-display-text .list-group-option .item-group-option {
  display: flex;
}

.type-display-text .list-group-option .item-group-option:not(:first-child) {
  margin-left: 1rem;
}

.type-display-text .list-group-option .item-group-option .text {
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  min-width: 10rem;
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
  min-width: 9rem;
  display: block;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}

.type-display-text .list-group-option .item-group-option .checkbox-input {
  display: none;
  position: absolute;
  top: 50%;
  right: 0.4rem;
  transform: translateY(-50%);
}

.type-display-text .list-group-option .item-group-option input.extend-price-option:checked ~ .text {
  border-color: var(--main-cl);
  color: var(--main-cl);
}

.type-display-text .list-group-option .item-group-option input.extend-price-option:checked ~ .text .checkbox-input {
  display: flex;
}








.product-attributes .group-attribute > label {
  display: none;
}

.product-attributes .group-attribute[data-type="status_device"] > label {
  display: block;
}

.product-attributes .group-attribute[data-type="status_device"] .price {
  display: none;
}

.product-attributes .group-attribute[data-type="status_device"] .custom-checkbox-wrap {
  padding: 8px 10px;
}

.product-attributes .group-attribute[data-type="status_device"] .custom-checkbox-wrap .name {
  margin-bottom: 0;
  font-size: 0.75rem;
}

.product-attributes .group-attribute[data-type="status_device"] .custom-checkbox-wrap .checkbox {
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
}







@media only screen and (min-width: 1200px){
    .products-group .product-category ul > li > a:hover{
        background-color: var(--main-cl);
        border-color: var(--main-cl);
        color: #FFF;
    }
    .flash-sale-products .product-item.flash-sale-item:nth-child(5n+1){
        border-left: none;
    }
    .home-swiper-2.swiper .swiper-slide-active .product-item{
        border: none;
    }
    .homepage-7 .title-group a:not(.button):hover{
        color: #FFF;
        background: #000;
        border-color: #000;
    }
    #recruit-table-wrap > ul#recruit-table-list > li:hover{
        background: var(--main-cl-light);
    }
    .show-arrow-on-hover:hover .swiper-arrow{
        opacity: 1;
    }
    .button-black:hover{
        background-color: #FFF;
    }
    .button-black:hover circle,
    .button-black:hover path{
        stroke: #000;
    }
    .button-black:hover span.text{
        color: #000
    }
    section.contact-page .contact-information .item:hover .icon-wrap img{
        transform: rotateY(360deg);
    }
    .form-wrap .file .pick-file-btn:hover{
        background: #000;
        color: #FFF;
    }
    section.post-list-page .hot-posts .col-5 .item:hover h3,
    .news-item:hover .cont-wrap h3,
    .single-recruit-2 .col-4.other-recruit .item:hover h3{
        color: var(--main-cl)
    }
    section.post-list-page .hot-posts .item:hover img,
    .news-item:hover .img-wrap img,
    .recruit-swiper-2 .grid-box .img-wrap:hover img,
    .recruit-swiper-1 .item:hover img{
        transform: scale(1.1);
    }
    .swiper-arrow:hover path{
        stroke: #FFF;
    }
    .swiper-arrow:hover{
        background: var(--main-cl);
    }
    section.single-post .post-tags > a:hover{
        background: var(--main-cl);
        color: #FFF;
    }
    section.about-2 .timeline-item:hover .icon svg,
    section.about-2 .timeline-item:hover .icon img{
        transform: rotateY(360deg);
    }
    .installment-button:hover .right:before{
        width: 31.25rem;
        left: -20.833rem;
    }
    .product-buy-box .add-cart-buttons > .product-buy-now-button > *{
        -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;
    }
    .product-buy-box .add-cart-buttons > .product-buy-now-button:hover > *{
        color: var(--main-cl)
    }
    .product-buy-box .add-cart-buttons > .product-add-to-cart-button:hover path{
        stroke: var(--yellow-cl)
    }
    .product-buy-box .add-cart-buttons > .product-add-to-cart-button:hover,
    .product-buy-box .add-cart-buttons > .product-buy-now-button:hover{
        background: #FFF;
    }
    .product-buy-box .contact-to-buy .item > a:hover path{
        fill: #FFF;
    }
    .product-buy-box .contact-to-buy .item > a:hover{
        background: var(--main-cl);
        color: #FFF;
    }
    .product-buy-box .contact-to-buy .item > .flex-box > a:hover{
        transform: scale(1.1);
    }
    .button-white:hover span.text{
        color: #FFF;
    }
    .button-white:hover{
        background: var(--main-cl);
    }
    footer.footer-wrapper .footer-middle .col-3 > a:hover{
        background: var(--main-cl);
    }
    section.homepage-3 .home-swiper-3-wrap .img-title{
        position: relative;
        z-index: 3;
    }
    section.homepage-3 .home-swiper-3-wrap .img-title .relative:before{
        position: absolute;
        content: '';
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        pointer-events: none;
        top: -5.604rem;
        left: 17.1875rem;
        width: 11.146rem;
        height: 9.0625rem;
        background-image: url('/assets/images/pattern-1.png');
        transform: rotate(207deg) rotateY(180deg);
        z-index: -1;
    }
    section.homepage-3 .home-swiper-3-wrap .img-title .relative:after{
        position: absolute;
        content: '';
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        pointer-events: none;
        width: 13.802rem;
        height: 12.396rem;
        left: 5.729rem;
        top: -2.604rem;
        background-image: url('/assets/images/pattern-2.png');
        /*transform: rotate(180deg) rotateY(180deg);*/
        z-index: -1;
    }
    section.homepage-3 .home-swiper-3-wrap .img-title:before{
        position: absolute;
        content: '';
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        pointer-events: none;
        width: 3.073rem;
        height: 3.49rem;
        top: 3.125rem;
        right: 18.021rem;
        background-image: url('/assets/images/pattern-3.png');
        z-index: -1;
    }
    header#header .header-item .item-text{
        display: block !important;
    }
}
@media only screen and (max-width: 1199px){
    .home-fixed-menu{
        display: none !important;
    }
    :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);
    }
    .container-small,
    .container-large{
        padding-left: 10px;
        padding-right: 10px;
        max-width: var(--container-w);
        margin-left: auto;
        margin-right: auto;
    }
    .breadcrumbs{
        padding: 10px calc(calc(100% - var(--container-w))/2);
    }
    section.contact-page .contact-information{
        padding-left: 0;
        padding-right: 0;
    }
    section.contact-page .contact-form > .col-6:nth-of-type(1){
        padding-left: 2rem;
        padding-right: 2rem;
    }
    section.contact-page .contact-form{
        align-items: center;
    }
    section.contact-page .contact-form > .col-6:nth-of-type(1) .img-wrap{
        margin-top: 0;
    }
    section.contact-page .contact-form > .col-6:nth-of-type(2){
        padding: 3rem 2rem 3rem 1rem;
    }
    section.contact-page .contact-information .item:nth-of-type(2){
        padding: 0 1rem;
        margin: 0 1rem;
    }
    section.contact-page .contact-information{
        margin-bottom: 3rem;
    }
    section.contact-page .contact-information .item .fs-22{
        font-size: 1rem;
    }
    footer.footer-wrapper{
        padding: 0 calc(calc(100% - var(--container-w))/2);
    }
    footer.footer-wrapper .footer-middle .fs-18{
        margin-right: 1.5rem;
    }
    .main-navigation > li > a{
        flex-direction: column;
    }
    .single-recruit-2 .col-8.recruit-content,
    .single-recruit-3 .col-8,
    .single-recruit-1 .col-8{
        padding-left: 0;
    }
    .single-recruit-2 .col-4.other-recruit,
    .single-recruit-1 .col-4{
        padding-right: 0;
        padding-left: 10px;
    }
    section.recruitment-page-3,
    section.recruitment-page-2,
    section.recruitment-page-1{
        padding-bottom: 4rem;
    }
    #recruit-table-wrap > ul > li > span:nth-of-type(1){
        padding-left: 20px;
        padding-right: 20px;
    }
    #recruit-table-wrap > ul > li > span{
        padding-left: 12px;
        padding-right: 12px;
    }
    section.post-list-page .hot-posts{
        margin-bottom: 3rem
    }
    #post-list .grid-box{
        grid-gap: 1.75rem 0.75rem
    }
    section.about-1 .col-5{
        padding-left: 0;
        padding-right: 20px;
    }
    section.about-1{
        padding-bottom: 40px;
    }
    section.about-4,
    section.about-2{
        padding: 3rem 0 4rem;
    }
    section.about-2 .timeline-item .icon-wrap:before{
        width: calc(var(--container-w) - 100%) !important;
    }
    section.about-3 .cont-wrap{
        left: calc(calc(100vw - var(--container-w))/2);
        bottom: 30px;
    }
    section.about-4 .item:nth-of-type(odd) .cont-wrap{
        padding-left: 40px;
        padding-right: calc(calc(100vw - var(--container-w))/2);
    }
    section.about-4 .item:nth-of-type(even) .cont-wrap{
        padding-right: 40px;
        padding-left: calc(calc(100vw - var(--container-w))/2);
    }
    section.about-4 .title-group{
        margin-bottom: 2rem;
    }
    section.promotion-details .grid-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    section.promotion-details .promotion-content{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    section.promotion-details .post-content{
        padding-left: 0;
        padding-right: 0;
    }
    section.promotion-details{
        padding: 6rem 0 5rem;
    }
    .product-list.grid-5{
        grid-template-columns: repeat(4, 1fr);
    }
    .checkout-page .flex-box, .cart-wrap.flex-box{
        flex-wrap: wrap;
    }
    .checkout-page .col-4, .cart-wrap .col-4,
    .checkout-page .col-8, .cart-wrap .col-8{
        width: 100%;
        flex: 0 0 100%  ;
    }
    .checkout-page .col-8, .cart-wrap .col-8{
        border: none;
        padding-right: 0;
    }
    .checkout-page .col-4, .cart-wrap .col-4{
        padding-left: 0;
        margin-top: 30px;
    }
    header#header .header-main form{
        margin-right: 1rem;
        margin-left: 1rem;
    }
    header#header .header-item:first-of-type{
        margin-right: 1rem;
    }
    header#header .header-main > .container-large{
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    header#header .header-item .item-text{
        font-size: 10px
    }
    .mega-menu > ul > li.has-child > ul{
        width: calc(930px - 225px);
        left: 100%;
    }
    .mega-menu > ul > li.has-child > ul > li > ul > li+li{
        margin-top: 0.5rem;
    }
    section.homepage-3 .home-swiper-2-wrap{
        padding: 2rem 3rem
    }
    section.homepage-3 .title-group{
        padding-left: 0;
        padding-right: 0;
    }
    section.homepage-3 .flash-sale-animate-title{
        right: 2rem;
    }
    .products-group .product-group{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .products-group .product-group .title-group > img{
        height: 100%;
    }
    .products-group .product-group .title-group .title-text .text-main{
        font-size: 28px;
    }
    .products-group .product-group .title-group{
        padding: 2rem 0;
    }
    .homepage-5 .grid-box .item .icon-wrap{
        display: none;
    }
    .homepage-5 .grid-box .item.first-item .cont-wrap{
        top: 2rem;
        left: 2rem;
    }
    .homepage-6 .item video{
        height: 20rem
    }
    .home-swiper-3.swiper{
        padding-left: 8rem;
        padding-right: 8rem;
    }
    .products-group .product-category h2{
        font-size: 16px;
        margin-right: 20px;
    }
    .products-group .product-group .title-group .title-text{
        padding-left: 6rem;
    }
    section.product-details .col-5{
        padding-right: 0;
    }
    section.product-details .col-7{
        padding-left: 0;
        padding-right: 20px;
    }
    .product-item .product-item-tag img{
        height: 16px;
    }
    section.product-related{
        padding-left: calc(calc(100vw - var(--container-w)) / 2);
        padding-right: calc(calc(100vw - var(--container-w)) / 2);
    }
    section.product-details .product-attributes .grid-box{
        grid-template-columns: 1fr 1fr 1fr;
    }
    section.product-details .product-attributes .grid-box.grid-1{
        grid-template-columns: 1fr ;
    }
    .installment-button .left{
        padding: 0.75rem 0.5rem;
    }
    .installment-button .left svg{
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    .product-buy-box .contact-to-buy .item > a{
        padding: 6px 12px;
        font-size: 14px;
    }
    section.product-details .product-buy-box .box-footer .button{
        padding-left: 10px;
        padding-right: 10px;
    }
    section.flash-sale-1 .title-group{
        padding: 4rem 0;
    }
    .flash-sale-1 .flash-sale-animate-title img{
        height: 10rem;
    }
    .flash-sale-groups .flash-sale-products .grid-box{
        grid-template-columns: repeat(4, 1fr);
        margin-bottom: 1rem;
    }
    .flash-sale-groups .flash-sale-products{
        padding: 1.5rem 2rem 0;
    }
    .flash-sale-title.pattern-style-1:before{
        top: -0.208rem;
        right: 1.146rem;
        width: 11.073rem;
        height: 7.104rem;
    }
    .flash-sale-title.pattern-style-1:after{
        top: -2.792rem;
        left: 5.75rem;
        width: 5.59375rem;
        height: 6.115rem;
    }
    .flash-sale-title.pattern-style-1 .text-wrap:after {
        top: -0.042rem;
        left: 0.375rem;
        width: 6.854rem;
        height: 7.15625rem;
    }
    .flash-sale-title.pattern-style-2:before {
        width: 7.6875rem;
        height: 8.9375rem;
        bottom: 0.5rem;
        right: 5.021rem;
    }
    .flash-sale-title.pattern-style-2 .text-wrap:after {
        width: 7.875rem;
        height: 9.729rem;
        top: -2.458rem;
        left: 0rem;
    }
    .flash-sale-title.pattern-style-2:after {
        width: 3.948rem;
        height: 4.417rem;
        top: -1.667rem;
        left: 9.625rem;
    }

    .flash-sale-title.pattern-style-3:before {
        width: 5.6875rem;
        height: 5.9375rem;
        bottom: 23px;
        left: 1.75rem;
    }
    .flash-sale-title.pattern-style-3:after {
        width: 4.823rem;
        height: 5.2rem;
        top: -1.53125rem;
        right: 4.771rem;
    }

    footer.footer-wrapper .footer-bottom .col-3{
        flex-direction: column;
        align-items: flex-start;
    }
    section.homepage-2 .promotions-post .item h4{
        -webkit-line-clamp: 2;
    }
    section.homepage-2 .promotions-post .item .img-wrap{
        width: 60px;
        min-width: 60px;
        height: 60px;
    }
    section.homepage-2 .right-col h3.text-white+p{
        margin-bottom: 14px;
    }
    section.homepage-2 .promotions-post .item .date{
        font-size: 10px;
    }
    section.homepage-2 .promotions-post+a{
        margin-top: 10px;
    }
    section.homepage-2 .flex-box .right-col > div{
        padding: 1rem ;
    }
    .products-group .home-product-list{
        gap: 12px
    }
    .products-group .home-product-list .product-item{
        width: 100%;
        max-width: calc(20% - 12px / 5);
    }
    section.products-page .banner .banner-cont{
        left: 2.5rem;
    }
    section.products-page .banner .banner-cont .banner-title{
        font-size: 40px;
        line-height: 1.3;
    }
    section.products-page .banner .banner-cont .desc{
        font-size: 16px;
        line-height: 1.4;
    }
    .product-item-landing .product-item-price > .current-price{
        font-size: 1.15rem;
    }
    .landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(1) .cont-wrap{
        left: 2rem;
        top: 2rem;
    }
    .landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(3) .cont-wrap,
    .landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(5) .cont-wrap{
        top: 1rem;
        left: 1rem;
    }
    .landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(2) .cont-wrap, .landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(4) .cont-wrap{
        top: 1rem;
    }
    .landing-page-1-wrap .landing-4 .grid-box .item .cont-wrap .text-0{
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .landing-page-1-wrap .landing-2 .landing-swiper-2 .child-item{
        padding: 1.5rem 1.5rem 1rem;
    }
    .landing-page-1-wrap .landing-2 .landing-swiper-2 .child-item h2.name{
        margin-bottom: 0.5rem;
    }
    .landing-page-1-wrap .landing-5{
        padding-bottom: 3rem;
    }
    .landing-swiper-5 .item .col-6:first-of-type{
        padding-left: 3rem;
    }
    .landing-swiper-5 .item .col-6.text-center{
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .landing-swiper-5 .item h3.text-white{
        font-size: 1.65rem;
        line-height: 1.3;
    }
    .landing-page-2-wrap .landing-3{
        padding-top: 4rem;
    }
    .landing-page-2-wrap .landing-3 .grid-box{
        grid-gap: 3rem
    }
    .landing-page-2-wrap .landing-4{
        padding-top: 5rem;
        padding-bottom: 3.5rem;
    }
    .landing-more-content .landing-2:before,
    .landing-more-content:before{
        left: calc(calc(100vw - var(--container-w)) / 2);
        right: calc(calc(100vw - var(--container-w)) / 2);
    }
    .landing-more-content .landing-1{
        padding-top: 4rem;
    }
    .landing-more-content .landing-1 .grid-box{
        margin-bottom: 3rem;
    }
    .landing-more-content .landing-1 .grid-box .item .number .num{
        font-size: 3rem;
        line-height: 1.2;
    }
    .landing-more-content .landing-1 .grid-box .item .fs-14{
        font-size: 0.65rem;
    }
    .landing-more-content .landing-1 .grid-box .item .fs-20{
        font-size: 0.8rem;
    }
    .landing-more-content .landing-1 .grid-box .item{
        padding: 1rem;
    }
    .landing-more-content .landing-2 .item:nth-of-type(odd) .cont-wrap{
        padding: 0 1.5rem 0 calc(calc(100vw - var(--container-w)) / 2);
    }
    .landing-more-content .landing-2 .item:nth-of-type(even) .cont-wrap{
        padding: 0 calc(calc(100vw - var(--container-w)) / 2) 0 1.5rem;
    }
    .landing-more-content .landing-2{
        padding: 4rem 0 5rem;
    }
    .landing-more-content .landing-3{
        padding: 4rem 0 3rem;
    }
    .landing-page-2-wrap .landing-swiper-4 .cont-wrap h2{
        font-size: 1.5rem;
        line-height: 1.3;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
    .landing-page-3-wrap .landing-1 .cont-wrap{
        left: 1rem;
        right: 1rem;
        top: 1rem;
    }
    .landing-page-3-wrap .landing-1 .item:nth-of-type(2) .cont-wrap{
        bottom: 1rem;
    }
    .landing-page-3-wrap .landing-1 .cont-wrap h2{
        font-size: 1.25rem;
        line-height: 1.3;
    }
    .landing-page-3-wrap .landing-1 .item:nth-of-type(3) .cont-wrap h2{
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .landing-page-3-wrap .landing-2 .grid-box{
        grid-template-columns: 1fr 1fr;
    }
    section.video-stream{
        padding: 4rem 0;
    }
    .main-navigation > li > a{
        text-align: center;
    }
    header#header .header-navigation > .container-large{
        max-width: 100%;
    }
    section.video-stream .list-videos{
        margin-top: 2.5rem;
    }
    section.promotions-5 > .relative{
        margin-top: -3rem;
        z-index: 9;
    }
    #recruit-table-wrap > ul#recruit-table-list > li > span:first-of-type{
        text-align: left;
    }
    section.promotions-2 .flash-sale-products .inner-cont{
        padding: 1.5rem 2rem 0;
    }
    section.promotions-2 .flash-sale-products .grid-box{
        grid-template-columns: repeat(4, 1fr);
    }
}
@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-al-start{
        align-items: start;
    }
    .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;
    }
    section.contact-page .contact-information .item .icon-wrap{
        margin-right: 0;
        margin-bottom: 1rem;
    }
    section.contact-page{
        padding: 3rem 0;
    }
    section.contact-page .contact-form > .col-6:nth-of-type(1){
        padding: 1.5rem;
    }
    section.contact-page .contact-form > .col-6:nth-of-type(2){
        padding: 1.5rem;
    }
    .tablet-flex-wrap{
        flex-wrap: wrap;
    }
    footer.footer-wrapper .footer-middle form{
        width: 100%;
    }
    footer.footer-wrapper .footer-middle .fs-18{
        width: 100%;
        margin-bottom: 10px;
    }
    footer.footer-wrapper .footer-middle .col-9{
        padding-right: 2rem;
    }
    footer.footer-wrapper .footer-bottom .col-9{
        padding-right: 0;
        margin-bottom: 20px;
    }
    footer.footer-wrapper .footer-bottom .col-9 .images-1{
        width: 16%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    footer.footer-wrapper .footer-bottom .col-9{
        flex-wrap: wrap;
    }
    footer.footer-wrapper .footer-top .col-3{
        margin-top: 20px;
    }
    section.store-system .col-4{
        padding: 20px 10px;
    }
    section.store-system .col-8{
        padding-left: 10px;
    }
    section.store-system .col-4 .stores-list{
        padding-right: 10px;
        max-height: 25.76rem;
    }
    section.store-system .col-4 .stores-list .store-item{
        padding: 1rem;
    }
    section.store-system .col-4 > .fs-20{
        padding-left: 1rem;
    }
    section.store-system{
        padding: 3rem 0;
    }
    section.support-page{
        padding: 12px 16px 158px;
    }
    section.support-page .support-menu > li >a{
        padding: 6px 18px;
    }
    section.support-page .support-menu{
        gap: 0.5rem 1rem
    }
    section.support-page.faq{
        padding: 28px 0 32px;
    }
    .single-recruit-2 .col-4.other-recruit,
    .single-recruit-1 .col-4{
        padding-left: 0;
    }
    .single-recruit-1 .col-8{
        margin-bottom: 10px;
    }
    .recruit-swiper-1{
        padding-bottom: 50px;
    }
    .single-recruit-2{
        padding-bottom: 2rem;
    }
    .show-tablet{
        display: flex !important;
    }
    .recruit-swiper-2 .grid-box{
        grid-gap: 0.25rem
    }
    section.recruitment-page-1{
        padding: 3rem 0 2rem;
    }
    section.recruitment-page-3, section.recruitment-page-2{
        padding-bottom: 3rem;
    }
    section.recruitment-page-3{
        padding-left: 0;
        padding-right: 0;
    }
    section.related-posts,
    section.single-post{
        padding-bottom: 3rem;
    }
    section.post-list-page{
        padding: 2rem 0 56px;
    }
    .tablet-grid-3{
        grid-template-columns: 1fr 1fr 1fr;
    }
    section.about-1 .col-5{
        padding-right: 0;
        margin-bottom: 2rem;
    }
    section.about-2 .timeline-item .icon-wrap:before{
        width: calc(var(--container-w) - 120%) !important;
        top: 80% !important;
    }
    section.about-3 .cont-wrap .tabs-title{
        margin-bottom: 1rem;
    }
    section.about-4 .item > .flex-box{
        flex-direction: column-reverse !important;
    }
    .container-full{
        max-width: var(--container-w);
        padding-left: 10px;
        padding-right: 10px;
        margin-right: auto;
        margin-left: auto;
    }
    section.about-4 .item .cont-wrap{
        padding: 0 !important;
        margin-bottom: 20px;
        width: 100% !important;
        max-width: 100% !important;
    }
    section.about-4 .item .img-wrap{
        border-radius: 10px !important;
    }
    section.promotion-details {
        padding: 5rem 0 3rem;
    }
    .product-list.grid-5{
        grid-template-columns: repeat(3, 1fr);
    }
    .tablet-jus-start{
        justify-content: flex-start;
    }
    .product-filter-wrap .product-filters{
        margin-bottom: 20px;
    }
    section.checkout-page,
    section.cart-page{
        padding: 60px 0;
    }
    .cart-wrap .product-thumbnail img{
        min-width: 80px;
    }
    table.shop_table td, table.shop_table th{
        padding: 6px 12px;
    }
    .cart-wrap .product-name > a,
    .cart-wrap table.shop_table .product-price, .cart-wrap table.shop_table .product-subtotal{
        font-size: 13px;
        line-height: 20px;
    }
    .hide-tablet{
        display: none !important;
    }
    .mobile-fixed-navigation{
        position: fixed;
        z-index: 999;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .mobile-fixed-navigation:before{
        width: 100%;
        height: calc(100% + 20px);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.192238) 43.7%, rgba(0, 0, 0, 0) 100%);
        z-index: -1;
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        pointer-events: none !important;
    }
    .mobile-fixed-navigation .cart-total span{
        display: block;
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
    }
    .mobile-fixed-navigation .cart-total strong{
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
    }
    .mobile-fixed-navigation.show-mobile > ul{
        padding: 10px;
    }
    .mobile-fixed-navigation > ul{
        width: 100%;
        padding: 20px 10px;
        background: #FFF;
        position: relative;
        z-index: 3;
        -webkit-border-radius: 1.042rem 1.042rem 0 0;
        -moz-border-radius: 1.042rem 1.042rem 0 0;
        border-radius: 1.042rem 1.042rem 0 0;
    }
    .mobile-fixed-navigation li{
        width: 100%;
        text-align: center;
    }
    .mobile-fixed-navigation li > a span{
        display: block;
        margin-top: 2px;
    }
    .mobile-fixed-navigation li > a{
        font-size: 0.625rem;
        font-weight: 600;
        line-height: 0.833rem;
        text-align: center;
        color: #999999;
        -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;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mobile-fixed-navigation li.active path{
        fill: var(--main-cl)
    }
    .mobile-fixed-navigation li.active > a{
        color: var(--main-cl)
    }
    header#header .header-item{
        padding: 0.25rem 0.75rem;
    }
    header#header .header-item svg,
    header#header .header-item img{
        width: 24px;
        min-width: 24px;
    }
    header#header .header-item:last-of-type{
        margin-left: 10px;
    }
    section.homepage-2{
        margin-top: 0;
        padding-top: 2rem;
    }
    .home-banner .swiper-pagination{
        bottom: 20px;
    }
    section.homepage-2 .container-large > .flex-box{
        flex-wrap: wrap;
    }
    section.homepage-2 .flex-box .right-col > div{
        padding: 20px 24px;
    }
    section.homepage-2 .flex-box .left-col{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    section.homepage-2 .flex-box .right-col{
        width: 100%;
        padding-left: 0;
    }
    section.homepage-3{
        padding: 4rem 0 2rem;
    }
    .flash-sale-countdown span.text{
        font-size: 16px;
        line-height: 20px;
    }
    .flash-sale-countdown span.countdown-item{
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 24px;
    }
    .flash-sale-countdown span.countdown-divider{
        margin: 0 6px;
    }
    .home-swiper-3.swiper{
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .products-group .featured-products .left-slider,
    .products-group .featured-products .right-slider{
        width: 100%;
    }
    .products-group .featured-products .right-slider{
        padding-left: 0;
        margin-top: 2rem;
    }
    .home-product-banner{
        grid-gap: 5px
    }
    .homepage-5 .grid-box.grid-4{
        grid-template-columns: 1fr 1fr;
        grid-template-rows: unset;
    }
    .homepage-5 .grid-box .item.first-item{
        grid-row: 1/2;
    }
    .homepage-5 .grid-box .item:nth-of-type(2){
        grid-column: 1/2;
        grid-row: 2/3;
    }
    .homepage-5 .grid-box .item:nth-of-type(3){
        grid-column: 1/2;
        grid-row: 3/4;
    }
    .homepage-5 .grid-box .item:nth-of-type(4){
        grid-row: 2/4;
    }
    .homepage-5 .grid-box .item:nth-of-type(4) .cont-wrap{
        width: auto;
        right: 1.667rem;
        max-width: 95%;
    }
    .homepage-6 .item{
        width: calc(50% - calc(1.25rem / 2));
    }
    .homepage-6 .item:nth-of-type(1){
        width: 100%;
    }
    .products-group .product-group .title-group > img{
        z-index: -1;
    }
    section.product-details .product-meta > div+div{
        margin-left: 10px;
    }
    .custom-checkbox-wrap strong.name{
        font-size: 12px;
    }
    .custom-checkbox-wrap{
        padding: 1.042rem 0.25rem 0.625rem;
    }
    .product-details .col-7 .policy-list .item .title{
        font-size: 13px;
    }
    .product-gallery-wrap .popup-actions > .item{
        width: 52px;
        min-width: 52px;
        height: 52px;
        padding: 5px;
    }
    .product-gallery-thumb-wrap{
        width: 60%;
    }
    section.product-details .product-buy-box{
        background: transparent;
        border: none;
    }
    section.product-details .product-buy-box .box-body{
        padding: 0;
    }
    .product-buy-box .product-price .current-price {
        font-size: 20px;
    }
    .product-buy-box .product-price .regular-price{
        margin-left: 10px;
    }
    .product-buy-box .add-cart-buttons > .product-buy-now-button{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .installment-button .left .desc{
        font-size: 10px;
    }
    .installment-button .left .title{
        font-size: 13px;
    }
    .product-buy-box .contact-to-buy .item > a svg{
        width: 18px;
        height: 18px;
        margin-right: 6px;
    }
    .product-buy-box .contact-to-buy .item > a{
        font-size: 12px;
    }
    section.product-details .product-buy-box .box-footer{
        padding: 1rem  0;
    }
    section.product-details .product-buy-box .box-footer .button{
        margin-left: 0;
        margin-top: 10px;
    }
    section.product-details .product-parameters table tr > *{
        padding: 0.5rem 0.775rem;
    }
    section.product-details .product-related-posts .heading .title,
    section.product-details .product-related-posts .heading a,
    section.product-details .product-parameters table thead a,
    section.product-details .product-parameters table thead th{
        font-size: 12px;
    }
    section.product-details .product-related-posts .post-list .item .img-wrap{
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
    .flash-sale-1 .flash-sale-animate-title{
        right: 0;
    }
    section.flash-sale-1{
        padding: 2rem 0 3rem;
    }
    .flash-sale-times .item{
        max-width: 50%;
    }
    .sec-title-2 .fw800{
        font-size: 36px;
        line-height: 44px;
    }
    .flash-sale-groups .flash-sale-products .grid-box{
        grid-template-columns: repeat(3, 1fr);
    }
    .flash-sale-groups .home-product-banner{
        margin-top: 3rem;
    }
    .flash-sale-groups .group:not(:last-of-type){
        margin-bottom: 4rem;
    }
    .flash-sale-title.pattern-style-3:after {
        width: 3.823rem;
        height: 4.2rem;
        top: -1.53125rem;
        right: 1.771rem;
    }
    .flash-sale-title.pattern-style-2:before {
        width: 5.6875rem;
        height: 6.9375rem;
        bottom: 0.5rem;
        right: 2.021rem;
    }
    .flash-sale-title.pattern-style-2:after {
        width: 3.1rem;
        height: 3.417rem;
        top: -1.667rem;
        left: 7.625rem;
    }
    .flash-sale-title.pattern-style-2 .text-wrap:after {
        width: 4.875rem;
        height: 7.729rem;
        top: -0.458rem;
        left: 2rem;
    }
    .flash-sale-title.pattern-style-1:after {
        top: -1.792rem;
        left: 2.75rem;
        width: 3.59375rem;
        height: 4.115rem;
    }
    .flash-sale-groups{
        padding-bottom: 4rem;
    }
    #mobile-nav{
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        transform: translateX(-100%);
        -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;
        background: #FFF;
        height: 100vh;
        z-index: 998;
        padding: 0 0 80px;
    }
    #mobile-nav.show{
        transform: translateX(0);
    }
    #mobile-nav ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #mobile-nav > ul{
        padding: 20px 10px;
        width: 170px;
        border-right: 1px solid #333;
        max-height: 100%;
        overflow: auto;
    }
    #mobile-nav > ul > li.has-child > ul{
        position: absolute;
        top: 0;
        left: 170px;
        padding: 20px 36px;
        max-height: calc(100vh - 80px);
        overflow: auto;
        opacity: 0;
        pointer-events: none;
        -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;
        width: calc(100% - 170px);
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 0 30px
    }
    #mobile-nav ul li.images{
        display: none !important;
    }
    #mobile-nav ul > li.has-child.active > ul{
        opacity: 1;
        pointer-events: unset;
    }
    #mobile-nav ul > li.current-menu-item > a{
        color: var(--main-cl)
    }
    #mobile-nav > ul > li > a{
        display: flex;
        align-items: center;
        gap: 5px;
        margin-bottom: 25px;
    }
    #mobile-nav > ul > li > a > img{
        filter: brightness(0) invert(0);
    }
    #mobile-nav > ul > li > a > span{
        font-size: 12px;
        font-weight: 500;
        line-height: 13.86px;
        color: #333;
    }
    #mobile-nav > ul > li.has-child > ul > li:not(:last-child){
        margin-bottom: 40px;
    }
    #mobile-nav > ul > li.has-child > ul > li > a{
        font-size: 12px;
        font-weight: 600;
        line-height: 13.86px;
        color: var(--main-cl);
        margin-bottom: 12px;
        display: block;
    }
    #mobile-nav > ul > li.has-child > ul > li > ul > li > a{
        font-size: 12px;
        font-weight: 600;
        line-height: 13.86px;
        color: #333;
        margin-bottom: 14px;
        display: block;
    }
    header#header{
        z-index: 996;
    }
    .product-filter-wrap .product-filters{
        background: var(--gray-cl);
    }
    #site-logo{
        width: 50px;
        margin-right: 10px;
    }
    .logo-apple{
        padding-left: 10px;
        width: auto;
        height: 32px;
        position: relative;
        margin-right: 20px;
    }
    .logo-apple:before{
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 26px;
        position: absolute;
        content: '';
        background-color: #DDDDDD;
    }
    .logo-apple svg,
    .logo-apple img{
        height: 100%;
        width: auto;
    }
    header#header .header-item:first-of-type{
        margin-right: 0;
    }
    .products-group .home-product-list{
        gap: 10px;
        flex-wrap: wrap;
    }
    .products-group .home-product-list .product-item{
        width: calc(50% - 5px);
    }
    footer.footer-wrapper .footer-bottom{
        padding-bottom: 90px;
    }
    footer.footer-wrapper .footer-bottom .col-3{
        flex-direction: row;
    }
    .product-gallery-wrap .product-gallery-thumb-wrap .swiper-slide .img-wrap{
        width: 52px;
        height: 52px;
        min-width: 52px;
    }
    .products-group .home-product-list{
        gap: 12px
    }
    .products-group .home-product-list .product-item{
        width: 100%;
        max-width: calc(33% - 12px * 2 / 3);
    }
    .flash-sale-banner:before{
        left: -2rem;
        top: -2.1875rem;
        width: 6.896rem;
        height: 5.4375rem;
    }
    .flash-sale-banner:after{
        right: -2rem;
        width: 5.6875rem;
        height: 5.9375rem;
    }
    section.flash-sale-2 > .add-before:before{
        right: 3rem;
    }
    section.flash-sale-2 > .add-before > .add-before:before{
        width: 6.104rem;
        height: 5.698rem;
    }
    section.flash-sale-2 > .add-before:after{
        width: 8rem;
        height: 7rem;
        top: -5.292rem;
        left: 13.1875rem;
    }
    section.flash-sale-2 .flash-sale-groups:before{
        top: -2.5625rem;
        left: -2.375rem;
        width: 5.0625rem;
        height: 5.4375rem;
    }
    .product-flash-sale-badge .flash-sale-countdown span.countdown-item{
        width: 24px;
        height: 24px;
        font-size: 12px;
        line-height: 20px;
    }
    section.products-page .banner .banner-cont{
        left: 2rem;
    }
    section.products-page .banner .banner-cont .banner-title{
        font-size: 30px;
        line-height: 1.3;
    }
    section.products-page .banner .banner-cont .desc{
        font-size: 14px;
        line-height: 1.4;
    }
    section.products-page .banner .banner-cont a.button-white{
        min-width: 8rem;
    }
    .back-to-top{
        bottom: 6.5rem;
        right: 1.5rem;
    }
    .sec-heading{
        font-size: 1.75rem;
        line-height: 1.4;
    }
    .landing-page-1-wrap .landing-2{
        padding: 3rem 0;
    }
    .landing-page-1-wrap .landing-2 .products-page-banner{
        margin-top: 3rem;
    }
    .landing-page-1-wrap .landing-3{
        padding-bottom: 3rem;
    }
    .landing-page-1-wrap .landing-4{
        padding-bottom: 2rem;
    }
    .landing-page-1-wrap .landing-5 .landing-group-product{
        margin-top: 3rem;
    }
    .landing-page-1-wrap .landing-group-product .landing-group-product-list{
        display: block;
    }
    .landing-page-1-wrap .landing-group-product .landing-group-product-list .product-item-landing{
        margin: 0 8px;
    }
    .title-landing{
        font-size: 1.75rem;
    }
    .landing-page-2-wrap .landing-3 .grid-box{
        grid-gap: 1.5rem
    }
    .swiper.landing-swiper-6 .cont-wrap{
        top: 1rem;
        left: 1rem;
        right: 1rem;
    }
    .swiper.landing-swiper-6 .cont-wrap h3{
        font-size: 1rem;
        line-height: 1.3;
    }
    .landing-more-content .landing-1 .grid-box .item{
        width: calc(100% / 3 - calc(0.75rem * 2 / 3));
        text-align: center;
    }
    .landing-more-content .landing-1 .grid-box .item .number{
        justify-content: center;
    }
    .landing-more-content .landing-1 .grid-box{
        display: flex;
        flex-wrap:  wrap;
        gap: 0.75rem;
        justify-content: center;
    }
    .landing-more-content .landing-2 .item .cont-wrap h3.text-black,
    .landing-more-content .landing-2 .item .cont-wrap h3.text-white{
        font-size: 1.75rem;
        line-height: 1.3;
    }
    .product-item-landing-3 .img-wrap{
        padding: 1.75rem 1rem 1rem;
    }
    .product-item-landing-3 .product-item-attributes > .attribute > a{
        padding: 0.2rem 0.3rem;
    }
    .landing-page-3-wrap .landing-1 .flex-box{
        flex-wrap: wrap;
    }
    .landing-page-3-wrap .landing-1 .flex-box .item{
        width: calc(50% - 0.46875rem);
    }
    .landing-page-3-wrap .landing-1 .flex-box .item:nth-of-type(3){
        width: 100%;
        order: -1;
        margin-bottom: 0.9375rem;
    }
    .landing-page-3-wrap .landing-1 .cont-wrap:nth-of-type(3){
        top: 4rem;
        left: 3rem;
        right: 3rem;
    }
    .landing-more-content.light .add-circles,
    .landing-page-2-wrap .add-circles{
        display: none !important;
    }
    section.promotions-1 .menu-icon{
        gap: 2rem
    }
    section.promotions-3 .promotions-list-wrap{
        padding: 4rem 1.5rem 0;
    }
    section.promotions-3 .promotions-list-wrap .grid-box{
        grid-template-columns: 1fr 1fr;
    }
    .products-group .product-group > div.product-category{
        flex-direction: column-reverse;
        gap: 1.25rem;
    }
    .products-group .home-product-list{
        margin-bottom: 1.25rem;
    }
    .products-group .home-product-list+a{
        margin-bottom: 2.5rem;
    }
    .products-group .product-category h2{
        margin-right: 0;
        font-size: 24px;
    }
    section.promotions-2 .flash-sale-products .grid-box{
        grid-template-columns: repeat(2, 1fr);
    }
    .post-content div:has(table){
        max-width: 100%;
        overflow: auto;
    }
    .post-content div > table{
        max-width: unset;
    }
}
@media only screen and (max-width: 767px){
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-right: 10px;
        padding-left: 10px;
    }

    .type-display-text .list-group-option .item-group-option .text {
      min-width: 7rem;
    }

    .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 !important;
    }
    .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;
    }
    .mobile-text-center{
        text-align: center;
    }
    .sec-title{
        font-size: 25px;
        line-height: 30px;
    }
    section.store-system{
        padding: 30px 0 52px;
    }
    section.store-system .group-heading .sec-title{
        margin-bottom: 32px !important;
    }
    section.store-system .group-heading .select{
        width: 100%;
    }
    section.store-system .group-heading .select-styled{
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }
    section.store-system .col-4{
        padding: 30px 10px 30px 30px;
        margin-bottom: 40px;
    }
    section.store-system .col-4 .stores-list .store-item{
        padding-left: 0;
        padding-right: 0;
    }
    section.store-system .col-4 .stores-list{
        padding-right: 20px;
        max-height: 214px;
    }
    section.store-system .col-4 > .fs-20{
        padding-left: 0;
        margin-bottom: 4px;
        padding-bottom: 20px;
        border-bottom: 1px solid #EDEDED;
        font-size: 16px;
        line-height: 20.16px;
    }
    section.store-system .col-8{
        padding-left: 0;
        height: 21.25rem;
    }
    section.store-system .group-heading .button{
        display: none;
    }
    section.contact-page{
        padding: 30px 0 16px;
    }
    section.contact-page .contact-form .recaptcha{
        margin-bottom: 30px;
    }
    section.contact-page .contact-form > .col-6:nth-of-type(1){
        padding: 0;
    }
    section.contact-page .contact-form > .col-6:nth-of-type(1) .img-wrap{
        height: 300px;
    }
    section.contact-page .contact-form > .col-6:nth-of-type(2){
        padding: 40px 30px 52px;
    }
    section.contact-page .sec-title{
        margin-bottom: 30px;
    }
    section.contact-page .contact-information{
        flex-wrap: wrap;
    }
    section.contact-page .contact-information .item{
        width: 100% !important;
        border-left: none !important;
        border-right: none !important;
        padding: 20px 38px !important;
    }
    section.contact-page .contact-information .item+.item{
        border-top: 1px solid rgba(96, 96, 96, 0.2);
    }
    section.contact-page .sec-title{
        margin-bottom: 4px;
    }
    .sec-desc{
        font-size: 14px;
    }
    .breadcrumbs{
        padding: 0.5rem;
    }
    .breadcrumbs ul{
        padding: 0.5rem;
        max-width: 100%;
        overflow: auto;
    }
    .breadcrumbs ul li{
        flex: 0 0 auto;
    }
    .breadcrumbs ul > li span{
        text-wrap: nowrap;
    }
    section.support-page .support-menu > li > a{
        padding: 8px;
    }
    section.support-page .support-menu > li >a span{
        display: none;
    }
    section.support-page .support-menu{
        gap: 0.5rem;
        margin-bottom: 40px !important;
    }
    .mobile-text-left{
        text-align: left !important;
    }
    .container-small{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    section.support-page.faq h1.sec-title{
        margin-bottom: 20px;
    }
    section.support-page .questions .question .ask{
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        padding: 16px 20px 16px 30px;
    }
    section.support-page .questions .question .ask > span{
        font-size: 14px;
        line-height: 19px;
    }
    section.support-page .questions .question .answer{
        padding: 20px 26px 0;
    }
    .post-content, .post-content p, .post-content li{
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
    }
    .single-recruit-1 .col-8 .col-inner{
        text-align: center;
        padding: 1.771rem 1.354rem 3.854rem;
        position: relative;
    }
    .single-recruit-1 .col-8 .title-share{
        padding: 0;
        border: none;
        justify-content: center;
    }
    .single-recruit-1 .col-8 .job-desc{
        padding: 0;
        margin-top: 8px;
    }
    .single-recruit-1 .col-8 .post-content{
        border: none;
        padding: 0;
    }
    .single-recruit-1 .col-8 .share{
        position: absolute;
        left: 50%;
        bottom: 24px;
        transform: translateX(-50%);
    }
    .single-recruit-1 .col-4 .col-inner{
        padding: 40px 32px;
        text-align: center;
    }
    .single-recruit-2 .col-8.recruit-content .col-3{
        padding-right: 0;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 700;
        line-height: 22.68px;
    }
    .single-recruit-2 .col-8.recruit-content .col-9 ol,
    .single-recruit-2 .col-8.recruit-content .col-9 ul{
        padding-left: 24px;
    }
    .single-recruit-2 .col-8.recruit-content .item+.item{
        border-top: none;
        padding-top: 0;
        margin-top: 20px;
    }
    .single-recruit-3{
        padding-bottom: 0;
    }
    #recruit-form{
        padding: 42px 30px 36px;
        text-align: center;
    }
    #recruit-form .file > span{
        font-size: 14px;
        font-weight: 400;
        line-height: 17.64px;
    }
    #recruit-form .file{
        width: 100%;
        margin-bottom: 30px;
    }
    .mobile-mx-auto{
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .hide-mobile{
        display: none !important;
    }
    .show-mobile{
        display: flex !important;
    }
    .recruitment-page-2 .title-group{
        margin-bottom: 20px;
    }
    .recruit-swiper-3 .img-wrap{
        aspect-ratio: 400/250;
    }
    .swiper.recruit-swiper-1{
        padding-bottom: 0;
    }
    .swiper-pagination{
        bottom: 14px !important;
    }
    .recruit-swiper-1 .img-wrap{
        aspect-ratio: 1;
    }
    .recruit-swiper-1 .cont-wrap{
        padding-bottom: 62px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }
    section.recruitment-page-1{
        padding-top: 26px;
        padding-bottom: 40px;
    }
    section.recruitment-page-2 {
        padding-bottom: 70px;
    }
    section.recruitment-page-2 .container-large{
        margin-bottom: 0;
    }
    section.recruitment-page-3 .title-group{
        margin-bottom: 20px;
    }
    section.recruitment-page-3{
        padding-bottom: 66px;
    }
    ul#recruit-table-title{
        display: none !important;
    }
    #recruit-table-wrap{
        border-radius: 0 !important;
        background: transparent !important;
    }
    ul#recruit-table-list > li{
        display: block;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid rgba(var(--main-cl-rgb), 0.2) !important;
        background: #FFF;
    }
    ul#recruit-table-list > li+li{
        margin-top: 20px;
    }
    ul#recruit-table-list > li > a{
        display: none !important;
    }
    ul#recruit-table-list > li > span{
        width: 100% !important;
        border: none !important;
        justify-content: space-between;
        padding: 14px 28px !important;
        min-height: unset !important;
        display: none;
    }
    ul#recruit-table-list > li.active > span{
        display: flex;
    }
    ul#recruit-table-list > li > span+span{
        border-top: 1px solid rgba(var(--main-cl-rgb), 0.2) !important;
    }
    #recruit-table-wrap > ul#recruit-table-list > li > span > strong{
        display: block;
        font-size: 14px;
        font-weight: 700;
        line-height: 17.64px;
        color: var(--main-cl);
        width: 50%;
        text-align: left;
    }
    #recruit-table-wrap > ul#recruit-table-list > li > span:first-of-type{
        background: var(--main-cl-light);
        display: flex;
    }
    #recruit-table-wrap > ul#recruit-table-list > li > span:first-of-type > span{
        font-weight: 700;
    }
    #recruit-table-wrap > ul#recruit-table-list > li > span > span{
        font-size: 14px;
        font-weight: 400;
        line-height: 17.64px;
        width: 50%;
        text-align: center;
    }
    section.single-post{
        padding-top: 6px;
    }
    section.single-post .date-term{
        justify-content: flex-start;
    }
    section.single-post .post-excerpt{
        font-size: 14px;
        font-weight: 600;
        line-height: 19px;
        margin-bottom: 24px;
    }
    .table-of-content .toc-heading-wrap{
        padding: 16px 30px;
    }
    .table-of-content .toc-list{
        padding: 16px 30px;
    }
    .table-of-content .toc-list a.toc-link{
        font-size: 13px;
        line-height: 16px;
    }
    .table-of-content .toc-list li.toc-level-1 > a.toc-link{
        font-size: 14px;
        line-height: 20px;
    }
    .table-of-content .toc-list ul.toc-list-child{
        margin-left: 20px;
    }
    .table-of-content .toc-heading-wrap > .toc-title{
        font-size: 16px;
        font-weight: 700;
        line-height: 20.16px;
    }
    .post-content h2{
        font-size: 18px;
        font-weight: 700;
        line-height: 22.68px;
    }
    section.single-post .post-tags > a{
        font-size: 12px;
    }
    section.related-posts, section.single-post{
        padding-bottom: 60px;
    }
    section.post-list-page .sec-title{
        margin-bottom: 30px;
    }
    section.post-list-page .hot-posts .col-7 .img-wrap:before{
        width: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0) 100%);
    }
    section.post-list-page .hot-posts .col-7 .cont-wrap{
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 24px;
    }
    section.post-list-page .hot-posts .col-7 .cont-wrap h3{
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 600;
        line-height: 22.68px;
    }
    section.post-list-page .hot-posts .col-5 > .item .img-wrap{
        margin-right: 20px;
        max-width: 160px;
    }
    .news-item h3{
        -webkit-line-clamp: 3 !important;
        font-size: 16px;
        font-weight: 600;
        line-height: 20.16px;
    }
    section.post-list-page .hot-posts .col-5 > .item h3{
        -webkit-line-clamp: 3;
        font-size: 16px;
        font-weight: 600;
        line-height: 20.16px;
    }
    .date-term > *{
        font-size: 11px;
        line-height: 20px;
    }
    section.post-list-page .hot-posts .date-term{
        margin-bottom: 5px;
    }
    .terms-menu > ul{
        justify-content: flex-start;
        overflow: auto;
    }
    .terms-menu li{
        flex: 0 0 auto;
    }
    section.post-list-page .hot-posts{
        margin-bottom: 40px;
    }
    #post-list .grid-box{
        margin-top: 40px;
    }
    .news-item .img-wrap{
        margin-bottom: 14px;
    }
    .news-item h3, .news-item .date-term{
        margin-bottom: 10px;
    }
    #post-list .button{
        margin-top: 40px;
    }
    section.about-1{
        padding-top: 20px;
        background: var(--gray-cl);
    }
    section.about-2{
        padding-top: 0;
    }
    section.about-2 .timeline-item .icon{
        width: 88px;
        min-width: 88px;
        height: 88px;
    }
    section.about-2 .timeline-item:nth-of-type(odd) .cont-wrap{
        margin-left: 16px;
        margin-right: 0;
    }
    section.about-2 .timeline-item:nth-of-type(even) .cont-wrap{
        margin-right: 16px;
        margin-left: 0;
    }
    section.about-2 .timeline-item h4.text-primary{
        font-size: 18px;
        line-height: 22.68px;
    }
    section.about-2 .timeline-item .icon-wrap:before{
        background-image: url('/assets/images/timeline-line-mobile.png') !important;
        width: calc(calc(100vw - 30px) - 80%) !important;
        height: 194px;
        top: 50% !important;
    }
    section.about-4{
        background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F7 100%);

    }
    section.about-4 .item h3{
        font-size: 18px;
        line-height: 22.68px;
        margin-bottom: 14px;
    }
    section.about-4 .item:not(:last-of-type){
        margin-bottom: 30px;
    }
    section.about-2{
        background: unset !important;
    }
    section.about-3{
        padding-bottom: 40px;
        background: var(--gray-cl);
    }
    section.about-3 .img-wrap{
        margin-bottom: 20px;
    }
    section.about-3 .img-wrap:before{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        content: '';
        background: rgba(var(--main-cl-rgb), 0.8);
    }
    section.about-3 .tabs-title{
        width: 95%;
    }
    section.about-3 .tab-title{
        font-size: 25px;
        font-weight: 700;
        line-height: 30px;
        color: #FFF;
        opacity: 0.5;
    }
    section.about-3 .tab-title.active{
        opacity: 1;
    }
    section.about-3 .tab-title+.tab-title{
        padding-left: 14px;
        margin-left: 14px;
        border-left: 1px solid #FFF;
    }
    section.about-3 .tab-content{
        animation: fade-up 1.4s;
    }
    section.about-3 .tab-content:not(.active){
        display: none;
    }
    section.promotion-details .promotion-content{
        padding-left: 4px;
        padding-bottom: 56px;
        padding-right: 4px;
    }
    section.promotion-details .post-content{
        padding-left: 24px;
        padding-right: 24px;
    }
    section.promotion-details .post-content .product-box .title,
    section.promotion-details .post-content > .fs-30{
        font-size: 12px;
        font-weight: 500;
        line-height: 16.63px;
    }
    section.promotion-details .post-content .grid-4{
        grid-gap: 16px
    }
    section.promotion-details .post-content .grid-4 .item { 
      max-width: calc(25% - 16px);
    }
    section.promotion-details .post-content .grid-4 .fs-20{
        font-size: 10px;
        font-weight: 500;
        line-height: 12.48px;
    }
    section.promotion-details .post-content .grid-4 .img-wrap{
        padding: 9px 5px 0;
    }
    section.promotion-details .post-content .brand-box .flex-box{
        gap:6px
    }
    section.promotion-details .post-content .brand-box .item .icon-wrap{
        padding: 6px;
    }
    section.promotion-details .post-content .brand-box .item{
        max-width: calc(100% / 7 - calc(calc(6px * 6) / 7));
    }
    section.promotion-details{
        padding-bottom: 72px;
    }
    /* section.products-page .banner{
        display: none;
    } */
    section.products-page .banner .img-wrap img {
      min-height: 300px;
    }
    section.products-page .banner .banner-cont{
        top: 1.5rem;
        transform: unset;
        left: 1.5rem;
    }
    section.products-page .banner .banner-cont .banner-title{
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 6px
    }
    section.products-page .banner .banner-cont a.button-white{
        margin-top: 12px;
    }
    section.products-page .products-page-banner{
        margin-bottom: 32px;
    }
    section.products-page .products-service{
        margin-bottom: 40px;
    }
    .swiper.service-swiper .flex-box{
        padding:    12px 16px;
    }
    .product-filters .filter-group{
        flex-wrap:  nowrap;
        padding-bottom: 10px;
        overflow: auto;
    }
    .product-filters .filter-group > .filter-wrap{
        flex: 0 0 auto;
    }
    .product-filter-wrap > .fs-20{
        font-size: 18px;
        font-weight: 700;
        line-height: 25px;
        margin-bottom: 18px;
    }
    .product-filter-wrap .product-filters{
        margin-bottom: 32px;
    }
    .product-filter-wrap .product-sorts > div > .fs-15{
        font-size: 15px;
        font-weight: 700;
        line-height: 25px
    }
    .product-filter-wrap .product-sorts > div{
        flex-direction: column;
        align-items: start;
    }
    .product-sorts .sort{
        margin-top: 18px;
        margin-left: 0;
    }
    .product-list.grid-5 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 8px
    }
    .product-item-price{
        flex-direction: column !important;
    }
    .product-item .product-item-price .current-price{
        font-size: 17.35px;
        font-weight: 800;
        line-height: 12.15px;
    }
    .product-item .product-item-price .regular-price{
        margin-left: 0 !important;
        margin-top: 5px;
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
    }
    .product-item h3{
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        height: 32px;
    }
    section.products-page{
        padding-bottom: 80px;
    }
    table.shop_table.woocommerce-cart-form__contents tbody td.product-subtotal,
    table.shop_table.woocommerce-cart-form__contents tbody td.product-price,
    table.shop_table.woocommerce-cart-form__contents thead tr > th:nth-child(2),
    table.shop_table.woocommerce-cart-form__contents thead tr > th:nth-child(4){
        display: none;
    }
    .cart-wrap .product-thumbnail img{
        max-width: 60px;
        min-width: 60px;
    }
    .cart-wrap table.shop_table .product-name .woocommerce-Price-amount{
        font-size: 13px;
        line-height: 18px;
    }
    .cart-wrap .continue-shopping > a{
        width: 100%;
    }
    .cart-wrap .quantity input{
        width: 28px;
        min-width: 28px;
        padding: 0.25rem;
        line-height: calc(28px - 0.5rem);
        color: #333;
    }
    .cart-wrap .quantity input.button{
        padding-top: 0;
    }
    footer.footer-wrapper .footer-top{
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 50px;
    }
    footer.footer-wrapper .footer-top .footer-menu-title br {
      display: block;
    }
    footer.footer-wrapper .footer-top .mobile-col-6{
        padding-right: 10px;
    }
    footer.footer-wrapper{
        border-top: none;
    }
    footer.footer-wrapper .footer-bottom,
    footer.footer-wrapper .footer-middle{
        padding-left: 10px;
        padding-right: 10px;
    }
    footer.footer-wrapper .footer-middle > .flex-box{
        flex-wrap: wrap;
    }
    footer.footer-wrapper .footer-middle .col-3,
    footer.footer-wrapper .footer-middle .col-9{
        width: 100% !important;
        flex-basis: 0 0 100% !important;
    }
    footer.footer-wrapper .footer-middle .col-9{
        margin-bottom: 42px;
        padding-right: 0;
    }
    footer.footer-wrapper .footer-middle .fs-18{
        font-size: 17px;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 18px;
        width: max-content;
    }
    footer.footer-wrapper .footer-middle .col-3{
        flex-direction: row;
    }
    footer.footer-wrapper .footer-middle .col-3 .fs-18{
        margin-bottom: 0;
    }
    footer.footer-wrapper .footer-middle .col-3 > a{
        width: 2.083rem;
        min-width: 2.083rem;
        height: 2.083rem;
    }
    footer.footer-wrapper .footer-middle form{
        padding-top: 7px;
        padding-bottom: 7px;
    }
    footer.footer-wrapper .footer-bottom{
        padding-bottom: 110px;
    }
    footer.footer-wrapper .footer-bottom .col-9 .images-2{
        width: 100%;
    }
    footer.footer-wrapper .footer-bottom .col-9 .images-2 > a{
        width: 46%;
    }
    footer.footer-wrapper .footer-bottom .col-9 .images-2 > a img{
        max-height: unset;
        width: 100%;
    }
    footer.footer-wrapper .footer-bottom .col-9 .images-1{
        margin-bottom: 32px;
    }
    footer.footer-wrapper .footer-bottom .text-footer{
        width: 84%;
        margin-bottom: 32px;
        margin-right: 0;
        padding-left: 10px;
    }
    footer.footer-wrapper .footer-bottom .col-3 .fs-14{
        font-size: 14px;
        font-weight: 400;
        line-height: 35px;
    }
    footer.footer-wrapper .list-item-link-footer .col-2:nth-child(2) {
      display: none;
    }
    section.search-page {
        padding: 2rem 0;
    }
    .mobile-flex-wrap{
        flex-wrap: wrap;
    }
    header#header .header-main form{
        order: 5;
        width: 100%;
        margin: 10px 0 0;
    }
    header#header .header-main form input{
        height: 24px;
        line-height: 24px;
    }
    header#header .header-main form button{
        height: 24px;
        width: 24px;
    }
    header#header .header-main{
        padding: 12px 0;
        -webkit-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        border-radius: 0 0 20px 20px;
        background: linear-gradient(90deg, #FDC884 0%, #FE9C13 12.38%, #FE4F00 79.07%);
    }
    #site-logo{
        width: 30px;
    }
    #site-logo img,
    #site-logo svg{
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
    .logo-apple {
        height: 22px;
        margin-right: 10px;
    }
    header#header .change-location span,
    header#header .header-item.hotline .fs-14{
        font-size: 8.8px;
        font-weight: 600;
        line-height: 11.09px;
        display: block;
        margin-bottom: 4px;
    }
    header#header .header-main .logo-apple{
        height: auto;
        align-items: center;
    }
    header#header .header-main > .container-large{
        padding-left: 10px;
        padding-right: 10px;
    }
    header#header .change-location .select-styled,
    header#header .header-item.hotline .item-text{
        font-size: 10px;
        font-weight: 800;
        line-height: 13.3px;
        margin-top: 0;
    }
    header#header .header-item.cart-item .item-text{
        font-size: 7.34px;
        font-weight: 700;
        line-height: 9.25px;
    }
    header#header .change-location{
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 4px 6px;
        min-width: 90px;
        margin-right: 5px;
    }
    header#header .header-item.cart-item .cart-icon svg{
        width: 16px;
        height: 16px;
    }
    header#header .logo-apple{
        margin-right: 5px;
        padding-left: 5px;
    }
    header#header .header-item.cart-item{
        margin-left: 0 !important;
    }
    #site-logo{
        margin-right: 5px;
        align-items: center;
        display: flex;
    }
    header#header .header-items {
        margin-left: 6px;
        align-items: unset;
    }
    header#header .header-item.highlight{
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 4px 8px;
        margin-right: 0;
    }
    header#header .header-item .hotline .fs-14{
        font-size: 8.8px;
        font-weight: 600;
        line-height: 11.09px;
    }
    header#header .header-item .hotline .item-text{
        font-size: 10.56px;
        font-weight: 800;
        line-height: 13.3px;
    }
    header#header .header-item:last-of-type{
        margin-left: 6px;
    }
    header#header .header-item:last-of-type svg{
        min-width: 14px;
        width: 14px;
        height: 14px;
    }
    header#header .header-main > .container-large > .flex-box{
        justify-content: center;
        align-items: unset;
    }
    header#header .header-item.cart-item .cart-count{
        width: 10px;
        height: 10px;
        font-size: 6.3px;
        font-weight: 800;
        line-height: 10px;
    }
    .mobile-jus-between {
        justify-content: space-between;
    }
    .home-banner.swiper{
        /*margin-top: -20px;*/
    }
    .home-banner .swiper-arrow{
        display: none;
    }
    .home-banner  .img-wrap img{
        min-height: 320px;
    }
    section.homepage-2{
        padding-bottom: 30px;
        padding-top: 20px;
    }
    .home-banner .swiper-pagination{
        bottom: 20px !important;
    }
    section.homepage-2 .promotions-post .item .img-wrap{
        width: 65px;
        min-width: 65px;
        height: 65px;
    }
    section.homepage-2 h3.text-white+.fs-16{
        display: none;
    }
    section.homepage-3{
        padding: 40px 0 0;
    }
    .flash-sale-countdown span.text{
        margin-right: 0;
        margin-bottom: 12px;
        font-size: 20px;
        font-weight: 800;
        line-height: 25.2px;
    }
    section.homepage-3 .title-group{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    section.homepage-3 .flash-sale-animate-title{
        position: unset;
        margin-bottom: 18px;
    }
    section.homepage-3 .flash-sale-animate-title img{
        height: 100px;
        width: auto;
    }
    section.homepage-3 .home-swiper-2-wrap{
        padding: 30px 0 30px 16px;
    }
    section.homepage-3 .home-swiper-2-wrap .home-swiper-2{
        padding-right: 40px;
    }
    .product-item.flash-sale-item{
        padding-left: 8px;
        padding-right: 8px;
    }
    .product-item.flash-sale-item .sale-button span{
        font-size: 9.99px;
        font-weight: 600;
        line-height: 18.16px;
    }
    .product-item.flash-sale-item .product-item-price{
        flex-direction: row !important;
        gap: 5px
    }
    .product-item.flash-sale-item .product-item-price .regular-price{
        font-size: 10px;
        font-weight: 500;
        line-height: 8.98px;
    }
    .product-item.flash-sale-item .product-item-price .current-price{
        font-size: 12.71px;
        font-weight: 800;
        line-height: 10.26px;
    }
    .arrow-style-2 .swiper-arrow{
        transform: translateX(0) translateY(-50%) !important;
    }
    .homepage-3 .container-large{
        padding-left: 0;
        padding-right: 0;
    }
    section.homepage-3 .home-swiper-3-wrap .img-title{
        margin-bottom: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .home-swiper-3.swiper{
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 54px;
        margin-left: 16px;
        margin-right: 16px;
    }
    .homepage-4 .container-large{
        padding-left: 0;
        padding-right: 0;
    }
    .products-group .featured-products .left-slider > .bdrs-20 .sec-title{
        display: none;
    }
    .products-group .featured-products .left-slider > .bdrs-20{
        padding: 0;
        background: transparent;
    }
    .product-item .product-item-tag img{
        height: 14px;
    }
    .products-group .product-group{
        padding-left: 10px;
        padding-right: 10px;
    }
    .products-group .product-category{
        flex-direction: column;
        align-items: start;
        margin-bottom: 20px;
    }
    .products-group .product-category .terms span.fs-15{
        display: block;
        margin-bottom: 10px;
    }
    .products-group .product-category .terms{
        margin-bottom: 20px;
        width: 100%;
        align-items: flex-start;
    }
    .products-group .product-category .terms ul > li a{
        margin: 0 !important;
    }
    .products-group .product-category .terms ul > li{
        flex: 0 0 auto;
        margin: 0 !important;
    }
    .products-group .product-category .terms ul{
        gap: 10px;
        padding-bottom: 10px;
        overflow: auto;
        max-width: 100%;
    }
    .products-group .product-category h2{
        width: 100%;
        margin-bottom: 0;
        font-size: 25px;
        font-weight: 700;
        line-height: 28px;
    }
    .home-product-banner{
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        grid-template-rows: calc(70% + 5px) 30%;
        margin-bottom: 72px;
        height: 65vw;
    }
    .home-product-banner .item{
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .home-product-banner .item:nth-of-type(1){
        grid-row: unset;
        /*grid-column: 1/2;*/
        aspect-ratio: 1;
    }
    .home-product-banner .item:nth-of-type(2){
        grid-row: auto;
        grid-column: auto;
        height: max-content;
    }
    .home-product-banner .item:nth-of-type(3){
        grid-row: 1/3;
        grid-column: 2/3;
    }
    .home-product-banner .item:nth-of-type(3) .swiper{
        height: 100%;
    }
    .home-product-banner .item:nth-of-type(3)  img{
        height: 100%;
    }
    .products-group .product-group{
        padding-bottom: 0;
    }
    .homepage-5 .grid-box.grid-4{
        grid-gap: 8px
    }
    .homepage-5 .grid-box .item .cont-wrap{
        top: 12px;
        left: 12px;
        width: 96px;
    }
    .homepage-5 .grid-box .item .icon-wrap{
        display: flex;
        width: 36px;
        height: 36px;
        margin-bottom: 8px;
    }
    .homepage-5 .grid-box .item .cont-wrap h3{
        font-size: 10.17px;
        font-weight: 600;
        line-height: 12.82px;
    }
    .homepage-5 .grid-box .item .cont-wrap .cont{
        font-size: 10px;
        font-weight: 400;
        line-height: 12.6px;
        margin-bottom: 6px;
    }
    .homepage-5 .grid-box .item .cont-wrap .button-gradient{
        padding: 0 15px;
    }
    .homepage-5 .grid-box .item .cont-wrap .button-gradient span.text{
        font-size: 8px;
        font-weight: 500;
        line-height: 15px;
    }
    .homepage-5 .grid-box.grid-3{
        margin-top: 50px;
    }
    .homepage-6 .title-group a img{
        width: 35px;
        height: 35px;
    }
    .homepage-6 .item .video-product{
        padding: 12px;
    }
    .homepage-6 .item:nth-of-type(1) .button.button-gradient{
        width: max-content;
        min-width: 136px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 24px;
    }
    .homepage-6 .item:nth-of-type(1) .button.button-gradient span.text{
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
    }
    .homepage-6 .item:nth-of-type(1) .video-product{
        padding: 16px 12px 10px;
    }
    .homepage-6 .item .thumb{
        width: 50px;
        min-width: 50px;
    }
    .homepage-6 .item h3{
        font-size: 10px;
        font-weight: 700;
        line-height: 12.13px;
        margin-bottom: 4px;
    }
    .homepage-6 .item .product-item-price{
        font-size: 10px;
        font-weight: 800;
        line-height: 10px;
    }
    .homepage-7 .sec-title{
        margin-bottom: 20px !important;
    }
    .homepage-7 .sec-title+.flex-box > a{
        flex: 0 0 auto;
    }
    .homepage-7 .sec-title+.flex-box{
        overflow: auto;
        max-width: 100%;
    }
    .homepage-7 .swiper-arrow{
        display: none !important;
    }
    .swiper.home-swiper-5{
        padding-left: 0;
        padding-right: 64px;
    }
    .home-swiper-3 .bdrs-30,
    .news-item .img-wrap{
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }
    .homepage-5 .img-title{
        padding:  0 44px;
        margin-bottom: 28px;
    }
    .products-group .product-group .title-group .title-text{
        padding-right: 0;
        padding-left: 50px;
        padding-top: 10px;
        padding-bottom: 6px;
    }
    .products-group .product-group .title-group .title-text .fs-28{
        font-size: 11.32px;
        line-height: 14.26px;
        letter-spacing: -0.02em;
    }
    .products-group .product-group .title-group .title-text .text-main{
        font-size: 18.19px;
        line-height: 22.92px;
    }
    .products-group .product-group .title-group{
        padding: 40px 0;
    }
    .products-group .product-group .title-group > img{
        height: 125px;
        width: 170px;
        object-position: center;
        object-fit: cover;
    }
    section.product-details .col-7{
        padding-right: 0;
    }
    .swiper.product-gallery .img-wrap{
        height: 260px;
        padding: 0;
    }
    .product-details .product-gallery-wrap .swiper-arrow svg{
        width: 10px;
        height: 10px;
    }
    .product-details .product-gallery-wrap .swiper-arrow{
        width: 24px;
        height: 24px;
    }
    .product-details .product-gallery-wrap{
        margin-bottom: 40px;
    }
    section.product-details h1.product-name{
        font-size: 22px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 12px;
    }
    section.product-details .product-meta > div+div{
        margin-left: 20px;
    }
    .custom-checkbox-wrap{
        padding-top: 20px;
    }
    .custom-checkbox-wrap .checkbox{
        width: 16px;
        height: 16px;
    }
    section.product-details .product-buy-box{
        border: 1px solid rgba(var(--main-cl-rgb), 0.2);
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: linear-gradient(180deg, rgba(254, 79, 0, 0.08) 0%, rgba(254, 200, 132, 0) 50%);
    }
    section.product-details .product-buy-box .box-body{
        padding: 20px;
    }
    .product-buy-box .contact-to-buy .item > a{
        margin-bottom: 26px;
        width: 100%;
        font-size: 18px;
        font-weight: 800;
        line-height: 25px;
    }
    .product-buy-box .contact-to-buy .title{
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
    }
    .product-buy-box .contact-to-buy .desc{
        font-size: 10px;
        font-weight: 400;
        line-height: 18px;
    }
    .product-details .special-promotion{
        max-width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
        padding: 32px 10px;
        background: linear-gradient(90deg, #FE9C13 0%, #FE4F00 12.77%, #FE9C13 55.6%, #FDC884 100.01%);

    }
    .product-details .buy-together{
        margin-bottom: 54px;
    }
    .product-details .product-description{
        margin-bottom: 30px;
    }
    section.product-details{
        padding-bottom: 35px;
    }
    section.product-related{
        padding: 36px 10px 76px;
    }
    section.product-related .group{
        margin-bottom: 36px;
    }
    section.product-related .group .swiper{
        padding-right: 80px;
    }
    section.product-related .group:last-child{
        margin-bottom: 0;
    }
    .flash-sale-1 .flash-sale-animate-title{
        position: unset !important;
        margin-bottom: 24px;
    }
    section.flash-sale-1 .title-group{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 54px 0 44px;
    }
    .flash-sale-1 .flash-sale-animate-title img{
        height: 125px;
    }
    .flash-sale-countdown span.countdown-item{
        width: 58px;
        height: 58px;
        font-size: 25px;
        font-weight: 700;
        line-height: 31.5px;
    }
    .flash-sale-times .item span.time{
        font-size: 29.85px;
        font-weight: 800;
        line-height: 37.61px;
        -webkit-text-stroke: 1px var(--yellow-cl);
        border-width: 6px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .flash-sale-times .item:before{
        top: 5px;
        box-shadow: 0 3px 0.052rem 0 #FED2B8;
    }
    .flash-sale-times > .flex-box{
        gap: 24px 10px;
        flex-wrap: wrap;
    }
    .flash-sale-times .item{
        width: calc(50% - 5px);
    }
    .flash-sale-banner-2 .img-wrap{
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .flash-sale-2 .container-large{
        padding-left: 0;
        padding-right: 0;
    }
    .flash-sale-groups .flash-sale-products{
        padding: 24px 16px 0;
    }
    .flash-sale-groups .flash-sale-products .grid-box{
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px 0
    }
    .sec-title-2 .fw400{
        font-size: 14.91px;
        font-style: italic;
        line-height: 18.78px;
        letter-spacing: -0.02em;

    }
    .sec-title-2 .fw800{
        font-size: 25px;
        line-height: 31.5px;
    }
    section.flash-sale-2 .sec-title-2{
        margin-bottom: 24px;
    }
    .flash-sale-groups .group:not(:last-of-type){
        margin-bottom: 80px;
    }
    .flash-sale-groups .group .flash-sale-title .fw400{
        font-size: 17.51px;
        line-height: 22.06px;
        letter-spacing: -0.02em;
    }
    .flash-sale-groups .group .flash-sale-title .fw800{
        font-size: 25px;
        font-weight: 800;
        line-height: 31.5px;
    }
    .flash-sale-groups .group .flash-sale-title .text-wrap{
        padding: 10px 12px;
    }
    .flash-sale-groups .home-product-banner{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: -80px;
    }
    .flash-sale-title.pattern-style-1:before {
        top: -0.208rem;
        right: 0.146rem;
        width: 7.073rem;
        height: 5.104rem;
    }
    .flash-sale-title.pattern-style-1:after {
        top: -2rem;
        left: 2.75rem;
        width: 2.59375rem;
        height: 3rem;
    }
    .flash-sale-title.pattern-style-1 .text-wrap:after{
        top: -0.042rem;
        left: 0.375rem;
        width: 3.854rem;
        height: 4.15625rem;
    }
    section.product-details .product-related-posts .post-list{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 16px;
    }
    section.product-details .product-related-posts .post-list img{
        aspect-ratio: 172/115;
    }
    section.product-details .product-related-posts .post-list .item{
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        border-bottom: none !important;
    }
    section.product-details .product-related-posts .post-list .item > .flex-box .img-wrap{
        width: 100%;
        margin-bottom: 14px;
    }
    section.product-details .product-related-posts .post-list .item > .flex-box{
        display: block;
    }
    section.product-details .product-related-posts .post-list .item h3{
        font-size: 15px !important;
        font-weight: 600 !important;
        line-height: 18.9px !important;
    }
    section{
        overflow: hidden;
    }
    .product-filters .filter-list{
        left: 50%;
        transform: translateX(-50%);
    }
    .swiper-pagination .swiper-pagination-bullet{
        width: 16px;
        height: 16px;
    }
    section.homepage-2{
        background: transparent;
    }
    section.homepage-1{
        /*margin-top: -20px;*/
    }¸
    section.homepage-2 .flex-box .right-col .title-group{
        margin-bottom: 24px;
    }
    section.homepage-2 .flex-box .left-col{
        margin-bottom: 10px;
    }
    footer.footer-wrapper .footer-middle .col-3 > a{
        width: 40px;
        min-width: 40px;
        height: 40px;
        margin-left: auto;
    }
    .product-filter-wrap .product-filters.sticky{
        position: fixed;
        top: 50px;
        left: 0;
        width: 100vw;
        z-index: 997;
        padding: 10px 10px 0;
        box-shadow: 0 0 10px #dedede;
        background-color: #FFF;
        animation: fade-down 1s
    }
    .product-item .product-item-attributes > .attribute > a{
        font-size: 9px;
    }
    #site-logo img, #site-logo svg{
        width: 40px;
    }
    header#header.sticky .header-main{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        animation: fade-down 0.4s;
        padding: 6px 0;
    }
    header#header .header-main form{

    }
    header#header.sticky .header-main form{
        /*height: 0;*/
        /*padding: 0;*/
        /*overflow: hidden;*/
        /*margin: 0;*/
    }
    .homepage-6 .flex-box.list-video{
        gap: 10px
    }
    .homepage-6{
        padding-top: 2rem;
    }
    table.woocommerce-cart-form__contents thead{
        display: none !important;
    }
    .custom-checkbox-wrap strong.name,
    .custom-checkbox-wrap .price{
        font-size: 14px;
        line-height: 16px;
    }
    .product-buy-box .discount-policy{
        padding-top: 46px;
    }
    .product-buy-box .add-cart-buttons > .product-buy-now-button{
        padding: 12px 0.5rem;
    }
    .product-buy-box .add-cart-buttons > .product-add-to-cart-button{
        width: 66px;
        height: 66px;
    }
    .installment-button .left{
        padding: 16px 0.5rem;
    }
    .mobile-home-swiper{
        margin-top: 48px;
    }
    .custom-checkbox-wrap{
        padding-left: 10px;
        padding-right: 10px;
    }
    table.shop_table td.product-remove{
        width: 0 !important;
        padding: 0 !important;
    }
    table.shop_table tr{
        position: relative;
    }
    table.shop_table td.product-quantity{
        vertical-align: bottom;
    }
    table.shop_table td.product-remove > a{
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 3;
    }
    .products-group .home-product-list{
        gap: 10px
    }
    .products-group .home-product-list .product-item{
        width: 100%;
        max-width: calc(50% - 5px);
    }
    header#header .top-bar{
        padding: 0;
    }
    .fixed-add-to-cart{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
        padding: 12px 16px;
        background: #FFF;
        box-shadow: 0 0 10px #dedede;
        z-index: 9999;
        transform: translateY(100%);
        -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;
        -webkit-border-radius: 1.042rem 1.042rem 0 0;
        -moz-border-radius: 1.042rem 1.042rem 0 0;
        border-radius: 1.042rem 1.042rem 0 0;
    }
    .fixed-add-to-cart.show{
        transform: translateY(0);
    }
    .fixed-add-to-cart > .flex-box{
        gap: 6px;
    }
    .fixed-add-to-cart > .flex-box > a{
        flex-grow: 1;
    }
    .fixed-add-to-cart .btn-with-icon svg{
        height: 14px;
        width: auto;
    }
    .fixed-add-to-cart .btn-with-icon span{
        display: block;
        font-size: 12px;
        line-height: 14px;
    }
    .fixed-add-to-cart .btn-with-icon{
        text-align: center;
        border: 1px solid var(--main-cl);
        padding: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .fixed-add-to-cart .btn{
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-size: 12px;
        line-height: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
        font-weight: 700;
        padding-left: 12px;
        padding-right: 12px;
    }
    .fixed-add-to-cart .btn.btn-buy-now{
        background: var(--main-cl);
    }
    .fixed-add-to-cart .btn.btn-installment{
        background: var(--yellow-cl);
    }
    header#header .change-location .select-options{
        min-width: 100px;
    }

    section.thanks-page .woocommerce-order-overview{
        padding: 20px;
    }
    section.thanks-page .woocommerce-order-overview > li{
        flex-direction: column;
    }
    section.thanks-page{
        padding: 2rem 0 0;
    }
    section.post-list-page .hot-posts .col-5 > .item .img-wrap{
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
    .flash-sale-banner{
        margin-bottom: 2rem;
    }
    section.flash-sale-1,
    section.page-banner{
        margin-top: -20px;
    }
    .absolute-breadcrumbs .breadcrumbs{
        padding-top: 1.25rem;
    }
    .product-gallery-wrap .product-gallery-thumb-wrap{
        width: 64%;
    }
    .product-gallery-thumb{
        margin: 0;
    }
    .flash-sale-products .box-swiper{
        padding: 30px 0 0 16px;
    }
    .flash-sale-products .box-swiper .swiper{
        padding-right: 40px;
    }
    .flash-sale-products {
        padding: 0 !important;
    }
    .products-group .home-product-list .product-item:nth-of-type(odd):last-of-type{
        display: none !important;
    }
    .flash-sale-banner:before{
        width: 58px;
        height: 48px;
        left: 0;
        top: -30px;
    }
    .flash-sale-banner:after{
        right: -15px;
        top: 18px;
        width: 47px;
        height: 58px;
    }
    .flash-sale-times:after{
        width: 90px;
        height: 90px;
        left: -10px;
        bottom: -92px;
        top: unset;
    }
    .flash-sale-banner-2:before{
        background-image: url('/assets/images/coin-1.png');
        width: 55px;
        height: 45px;
        right: -10px;
        left: unset;
        top: -20px;
        transform: rotateX(180deg);
    }
    section.flash-sale-2{
        overflow: unset;
    }
    section.flash-sale-2 > .add-before:before{
        right: 42px;
        top: -62px;
        width: 57px;
        height: 62px;
    }
    section.flash-sale-2 > .add-before > .add-before:before{
        width: 54px;
        height: 45px;
        top: -74px;
        left: 0;
    }
    section.flash-sale-2 .flash-sale-groups:before{
        width: 48px;
        height: 44px;
        left: 26px;
        top: -108px;
    }
    section.flash-sale-2 > .add-before:after{
        width: 100px;
        height: 80px;
        top: -80px;
        left: 90px;
    }
    .customers-info-table tr > *{
        font-size: 13px;
        padding: 0.5rem 0;
    }
    .order-details-table tr > *{
        font-size: 13px;
        padding: 0.5rem;
    }
    .address-list > .address-item .address-actions{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
        margin-top: 12px;
    }
    .address-list > .address-item .button-black{
        margin-top: 0;
    }
    .form-wrap .select2-container .selection .select2-selection, .form-wrap input{
        height: 42px !important;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .product-details.product-is-on-sale .product-gallery-wrap .product-gallery-main{
        background-image: url('/assets/images/bg-flash-sale-thumbnail-mobile.png');
        padding-top: 70px;
        padding-bottom: 32px;
    }
    .product-details.product-is-on-sale .product-gallery-wrap .swiper.product-gallery .img-wrap{
        height: 300px;
        padding: 0;
    }
    .product-details.product-is-on-sale .product-gallery-wrap .product-gallery-main:before{
        width: 200px;
        height: 50px;
        left: 24px;
        top: 10px;
    }
    .product-flash-sale-badge{
        padding: 14px 14px 14px 30px;
    }
    .product-flash-sale-badge .flash-sale-countdown span.countdown-wrap{
        margin-left: 24px;
    }
    .product-flash-sale-badge .flash-sale-countdown span.countdown-item{
        width: 2rem;
        min-width: 2rem;
        height: 2rem;
        font-size: 0.850625rem;
        line-height: 1.071875rem;
    }
    .product-details .product-gallery-wrap .swiper-arrow.next{
        right: 0;
    }
    .product-details .product-gallery-wrap .swiper-arrow.prev{
        left: 0;
    }
    .order-received{
        padding: 0;
        background-color: transparent;
    }
    .order-received .order-received-header .banking-qr .qr-wrap img{
        width: 100%;
        height: auto;
    }
    .order-received .order-received-header .banking-qr .qr-wrap{
        width: 100%;
        margin-top: 1.25rem;
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }
    .order-received .order-received-header .banking-qr .qr-wrap .fs-13{
        font-size: 1.125rem;
    }
    .order-received .order-received-table.bought-products li strong.price{
        padding-left: 1.25rem;
    }
    .order-received .order-received-heading{
        font-size: 1.25rem;
        line-height: 1.625rem;
    }
    .order-received .order-received-table li{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .order-received .order-received-table li span{
        width: 8.125rem;
    }
    #mobile-nav > ul > li.has-child > ul{
        grid-template-columns: 1fr;
    }
    .product-details .buy-together > .swiper{
        padding-right: 5rem;
    }
    .home-page-2-images{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0.5rem
    }
    .home-page-2-images > div{
        width: 100% !important;
        padding: 0 !important;
    }
    .home-page-2-images .first-col{
        grid-row: 1/3
    }
    .home-page-2-images .third-col > .img-wrap:not(:first-of-type){
        display: none !important;
    }
    section.homepage-2 .flex-box .right-col > div .title-group {
        margin-bottom: 0.625rem;
    }
    section.homepage-2 .flex-box .right-col > div .title-group .fs-30{
        font-size: 0.9375rem;
        font-weight: 800;
        line-height: 1.1125rem;
    }
    section.homepage-2 .flex-box .right-col > div .title-group .fs-16{
        display: none !important;
    }
    section.homepage-2 .flex-box .right-col > div{
        padding: 0.625rem 0.75rem;
    }
    section.homepage-2 .promotions-post .item{
        margin-top: 0 !important;
        -webkit-border-radius: 0.25rem;
        -moz-border-radius: 0.25rem;
        border-radius: 0.25rem;
        padding: 0.25rem;
    }
    section.homepage-2 .promotions-post .item .img-wrap{
        -webkit-border-radius: 0.25rem;
        -moz-border-radius: 0.25rem;
        border-radius: 0.25rem;
        width: 3.125rem;
        min-width: 3.125rem;
        height: 3.125rem;
    }
    section.homepage-2 .promotions-post{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0.3125rem;
    }
    section.homepage-2 .promotions-post .item .title-news-promotion-homepage{
        font-size: 0.625rem;
        font-weight: 600;
        line-height: 0.79375rem;
        text-transform: uppercase;
    }
    h1.product-category-title{
        margin-bottom: 1.5rem;
    }
    .product-review{
        padding: 1rem;
    }
    .product-review .review-count-box{
        flex-direction: column;
    }
    .product-review .review-count-box > div{
        width: 100% !important;
    }
    .product-review .review-count-box .col-6{
        border: 1px solid #DDDDDE;
        border-right: none;
        border-left: none;
    }
    .product-details .product-gallery-wrap .product-gallery-main{
        margin-bottom: 1.25rem;
    }
    .product-details .product-gallery-wrap{
        margin-bottom: 1rem;
    }
    section.product-details h1.product-name{
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.625rem;
    }
    section.product-details .product-stock-status{
        margin-bottom: 1.25rem;
    }
    .custom-checkbox-wrap{
        padding: 0.875rem 0.4375rem 0.5rem;
    }
    .custom-checkbox-wrap strong.name{
        font-size: 0.716875rem;
        font-weight: 600;
        line-height: 0.683125rem;
    }
    .custom-checkbox-wrap .price{
        font-size: 0.62125rem;
        font-weight: 400;
        line-height: 0.683125rem;
    }
    section.product-details .product-attributes .grid-box{
        grid-template-columns: repeat(4, 1fr);
    }
    .custom-checkbox-wrap .checkbox{
        width: 0.75rem;
        height: 0.75rem;
        right: 0.25rem;
        top: 0.25rem;
    }
    #modal-installment{
        padding: 0.625rem;
    }
    .back-to-top path{
        stroke: #FFF;
    }
    .back-to-top{
        bottom: 6rem;
        right: 1rem;
        width: 2.25rem;
        height: 2.25rem;
        background-color: var(--main-cl);
    }
    .sec-heading{
        font-size: 2.1875rem;
        line-height: 2.5rem;
    }
    .landing-page-1-wrap .landing-2 .landing-swiper-2 .swiper-wrapper{
        max-height: 25rem;
    }
    .landing-page-1-wrap .landing-2 .landing-swiper-2{
        padding-right: 5rem;
    }
    .title-landing{
        font-size: 1.875rem;
        line-height: 2.3625rem;
    }
    .landing-page-1-wrap .landing-3 .container-large .products-wrap{
        padding: 2.5rem 0.9375rem 2.8125rem;
        margin: 0 -0.625rem;
        max-width: calc(100% + 1.25rem);
        border-radius: 0 !important;
    }
    .landing-page-1-wrap .landing-3{
        padding-bottom: 1.75rem;
    }
    .landing-page-1-wrap .landing-4 .grid-box .item .cont-wrap .text-0{
        font-size: 0.75rem;
        font-weight: 700;
        line-height: 1.11rem;
        margin-bottom: 0.25rem;
    }
    .landing-page-1-wrap .landing-4 .grid-box .item .cont-wrap .cont-desc{
        font-size: 0.5625rem;
        font-weight: 400;
        line-height: 0.875rem;
        margin-bottom: 0.25rem;
    }
    .landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(1) .cont-wrap{
        width: 9.375rem;
    }
    .landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(1) .cont-wrap .text-0{
        font-size: 1.39125rem;
        font-weight: 700;
        line-height: 1.3075rem;
    }
    .landing-page-1-wrap .landing-4 .grid-box .item .cont-wrap .button{
        padding: 0.375rem 1.125rem;
    }
    .landing-page-1-wrap .landing-4 .grid-box .item .cont-wrap .button span.text{
        font-size: 0.4175rem;
        font-weight: 500;
        line-height: 0.4175rem;
    }
    .landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(1) .cont-wrap .cont-desc{
        font-size: 0.5625rem;
        font-weight: 400;
        line-height: 0.695625rem;
        margin-bottom: 0.5rem;
    }
    .landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(2) .cont-wrap, .landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(4) .cont-wrap{
        top: 0.75rem;
        right: 1rem;
        left: 1rem;
        transform: unset;
        width: auto;
    }
    .landing-page-1-wrap .landing-4 .grid-box{
        gap: 0.375rem;
    }
    .landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(3) .cont-wrap, .landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(5) .cont-wrap{
        top: 0.75rem;
        left: 1rem;
        right: 2.8125rem;
        width: auto;
    }
    .landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(1){
        order: 1;
    }
    .landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(2){
        order: 2;
    }
    .landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(3){
        order: 4
    }
    .landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(4){
        order: 5;
    }
    .landing-page-1-wrap .landing-4 .grid-box .item:nth-of-type(5){
        order: 3;
    }
    .landing-page-1-wrap .landing-5 .slick-list{
        padding-right: 5rem;
    }
    .landing-page-1-wrap .landing-5 .landing-group-product{
        margin-top: 5rem;
    }
    .product-item-landing .img-wrap img{
        height: 5.875rem;
    }
    .product-item-landing .product-label{
        margin-bottom: 0.5rem;
    }
    .product-item-landing .product-label > .label-text{
        font-size: 0.5rem;
        font-weight: 500;
        line-height: 0.6975rem;
        padding: 0.125rem 0.375rem;
    }
    .product-item-landing h3.text-3{
        font-size: 0.75rem;
        font-weight: 500;
        line-height: 0.87125rem;
        min-height: 1.75rem;
        margin-bottom: 0.5625rem;
    }
    .landing-page-1-wrap .landing-group-product .landing-group-product-list .product-item-landing{
        margin: 0 0.3125rem;
    }
    .product-item-landing .product-item-attributes{
        gap: 0.1875rem;
    }
    .product-item-landing .product-item-attributes > .attribute > a{
        font-size: 0.5rem;
        font-weight: 500;
        line-height: 0.34875rem;
        padding: 0.125rem 0.375rem;
    }
    .product-item-landing .product-item-price > .regular-price{
        font-size: 0.5rem;
        font-weight: 500;
        line-height: 0.488125rem;
    }
    .product-item-landing .product-item-price > .current-price{
        font-size: 0.90625rem;
        font-weight: 600;
        line-height: 1.4
    }
    .product-item-landing .product-item-rating {
        gap: 0.3125rem;
    }
    .product-item-landing .product-item-rating .star svg{
        width: 0.625rem;
        height: 0.625rem;
    }
    .landing-page-1-wrap .landing-5 .button{
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        min-width: unset;
    }
    .landing-page-1-wrap .landing-3 .swiper-arrow{
        display: none;
    }
    .landing-more-content .landing-2{
        padding-bottom: 7.5rem;
    }
    .landing-more-content .landing-2 .item .flex-box{
        flex-direction: column !important;
    }
    .landing-more-content .landing-2 .item .flex-box .col-6{
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 100%;
    }
    .landing-more-content .landing-2 .item .flex-box .col-6:nth-of-type(2){
        padding-top: 1.875rem;
    }
    .landing-more-content .landing-2 .item .cont-wrap h3.text-black,
    .landing-more-content .landing-2 .item .cont-wrap h3.text-white{
        font-size: 1.5625rem;
        font-weight: 700;
        line-height: 2.1875rem;
    }
    .landing-more-content .landing-2 .item .cont-wrap h3.text-black br,
    .landing-more-content .landing-2 .item .cont-wrap h3.text-white br{
        display: none !important;
    }
    .landing-more-content .landing-2 .item+.item{
        margin-top: 4.375rem;
    }
    .landing-more-content .landing-1 .grid-box{
        gap: 1rem;
        justify-content: flex-start;
    }
    .landing-more-content .landing-1 .grid-box .item{
        width: calc(50% - 0.5rem);
        text-align: left;
        padding: .5rem;
    }
    .landing-more-content .landing-1 .grid-box .item .number{
        justify-content: flex-start;
    }
    .landing-more-content .landing-1 .grid-box .item .number .num{
        font-size: 4.000625rem;
        font-weight: 700;
        line-height: 4.571875rem;
    }
    .landing-more-content .landing-1 .grid-box .item .fs-20{
        font-size: 0.8125rem;
        font-weight: 500;
        line-height: 1.371875rem;
    }
    .swiper.landing-swiper-6{
        padding-right: 7rem;
    }
    .swiper.landing-swiper-6 .cont-wrap{
        top: 1.5rem;
        left: 1.5rem;
        right: 1.5rem;
    }
    .swiper.landing-swiper-6 .cont-wrap h3{
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.75rem;
    }
    .landing-page-2-wrap .landing-4{
        padding-top: 3.875rem;
    }
    .landing-page-2-wrap .landing-3 .grid-box{
        grid-gap: 3.625rem 1rem
    }
    .landing-swiper-5 .item{
        padding: 1.25rem 0;
    }
    .landing-swiper-5 .item .col-6:first-of-type{
        padding-left: 1.5rem;
    }
    .landing-swiper-5 .item .col-6.text-center{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .landing-swiper-5 .item h3.text-white{
        font-size: 0.9375rem;
        font-weight: 500;
        line-height: 1.2075rem;
        margin-bottom: 0.3125rem;
    }
    .landing-swiper-5 .item div.fs-20{
        font-size: 0.5rem;
        font-weight: 500;
        line-height: 0.8125rem;
        margin-bottom: 0.3125rem;
    }
    .landing-swiper-5 .item .colors-list{
        gap: 0.375rem;
        margin-bottom: 0.5rem;
    }
    .landing-swiper-5 .item .colors-list .color{
        width: 0.625rem;
        height: 0.625rem;
        padding: 0.09375rem;
    }
    .landing-swiper-5 .item .button{
        font-size: 0.3175rem;
        font-weight: 500;
        line-height: 0.3175rem;
        padding: 0.25rem 0.9375rem;
    }
    .landing-page-2-wrap .landing-swiper-4 .cont-wrap h2{
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.375rem;
        transform: translateY(0.625rem);
    }
    .landing-page-2-wrap .landing-swiper-4 .img-wrap:before{
        height: 5rem;
    }
    .landing-page-2-wrap .landing-swiper-4 .img-wrap video{
        height: 11.25rem;
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }
    .landing-page-2-wrap .landing-3 .sec-title{
        font-size: 1.375rem;
        font-weight: 600;
        line-height: 2.125rem;
        text-align: left;
        margin-bottom: 0.5625rem;
    }
    .tabs-landing .tabs-title{
        justify-content: flex-start;
        gap: 2rem;
    }
    .tabs-landing .tabs-title .tab-title{
        width: 6.25rem;
        height: 6.25rem;
    }
    .landing-page-2-wrap .landing-3 .sec-title+.fs-17{
        text-align: left;
        font-size: 0.8125rem;
        font-weight: 600;
        line-height: 1.5625rem;
        margin-bottom: 0.75rem;
    }
    .product-item-landing-2 .img-wrap{
        margin-bottom: 0.9375rem;
    }
    .product-item-landing-2 .product-label{
        justify-content: flex-start;
    }
    .product-item-landing-2 h3{
        text-align: left;
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 1.1875rem;
        margin-bottom: 0.875rem;
    }
    .product-item-landing-2 .product-item-price{
        gap: 0.25rem;
        margin-bottom: 0.875rem;
    }
    .product-item-landing-2 .product-item-price .current-price{
        font-size: 1.375rem;
        font-weight: 400;
        line-height: 1.6875rem;
    }
    .landing-page-2-wrap .landing-3 .button-white{
        margin-top: 2.25rem;
    }
    .landing-more-content section.related-posts .swiper-arrow{
        display: none !important;
    }
    .landing-more-content .landing-3 .sec-heading{
        font-size: 1.875rem;
        line-height: 2.3125rem;
    }
    .landing-more-content .landing-3 .swiper.related-posts-swiper{
        margin-right: -12rem;
        max-width: unset;
    }
    .landing-more-content .landing-3 .swiper-pagination{
        position: relative;
        bottom: unset !important;
        margin-top: 2rem;
        max-width: calc(100vw - 30px);
    }
    .landing-more-content .landing-3{
        padding-bottom: 5rem;
    }
    .landing-page-2-wrap .sec-heading{
        margin-bottom: 1.375rem;
        color: #a04614;
    }
    .landing-page-3-wrap .landing-1 .cont-wrap:nth-of-type(3){
        top: 2.5rem;
        left: 1.5rem;
        right: 1.5rem;
    }
    .landing-page-3-wrap .landing-1 .item .cont-wrap h2{
        font-size: 0.9375rem;
        font-weight: 500;
        line-height: 1.1875rem;
        margin-bottom: 0.375rem;
    }
    .landing-page-3-wrap .landing-1 .item .cont-wrap .button span.text{
        font-size: 0.625rem;
        font-weight: 500;
        line-height: 0.9375rem;
    }
    .landing-page-3-wrap .landing-1 .item .cont-wrap .button{
        padding: 0.3125rem 1rem;
    }
    .landing-page-3-wrap .landing-1 .item .cont-wrap .desc{
        font-size: 0.75rem;
        font-weight: 400;
        line-height: 0.9375rem;
        margin-bottom: 0.25rem;
    }
    .landing-page-3-wrap .landing-1 .item:nth-of-type(3) .cont-wrap h2{
        font-size: 1.52375rem;
        font-weight: 500;
        line-height: 2.17125rem;
    }
    .landing-page-3-wrap .landing-2 .fs-17.lh-25{
        text-align: left;
    }
    .landing-page-3-wrap .landing-2 .grid-box{
        grid-template-columns: 1fr;
    }
    .product-item-landing-2 .product-item-attributes{
        justify-content: flex-start;
    }
    .nk-checkout-page .order-success-content {
        padding: 20px;
    }
    .landing-page-1-wrap .landing-2 .landing-swiper-2 .child-item{
        padding: 1rem 0.5rem 0.5rem;
    }
    .landing-page-1-wrap .landing-2 .landing-swiper-2 .child-item h2.name{
        font-size: 0.875rem;
    }
    .landing-swiper-3.swiper{
        padding-right: 4rem;
    }
    .landing-more-content.light .landing-1 .grid-box .item{
        background-color: #000;
    }
    .landing-more-content.light .landing-1 .grid-box .item *{
        color: #FFF !important;
    }
    .button{
        padding: 0.625rem 1.875rem;
    }
    .landing-page-3-wrap .landing-1 .flex-box .item{
        width: calc(50% - 0.3125rem);
    }
    .landing-page-3-wrap .landing-1 .flex-box .item:nth-of-type(3){
        margin-bottom: 0.625rem;
    }
    .landing-page-3-wrap .landing-1{
        padding-top: 1.25rem;
    }
    section.video-stream{
        padding: 1.5rem 0 2.5rem;
    }
    section.video-stream .list-videos{
        grid-gap: 1.5rem 10px
    }
    .video-item .img-wrap{
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 0.5rem;
        border-radius: 0.5rem;
    }
    #popup-stream-form{
        padding: 1.875rem 0.9375rem;
    }
    .product-details .col-7 .policy-list .flex-box{
        flex-direction: column;
    }
    .product-details .col-7 .policy-list .item .title{
        width: 100%;
        font-weight: 600;
        font-size: 1.125rem;
        line-height: 1.25rem;
        margin-bottom: 1rem;
    }
    .product-details .col-7 .policy-list .item .cont{
        width: 100%;
    }
    .product-details .col-7 .policy-list .item .cont > ul > li{
        flex-direction: row;
    }
    .product-details .col-7 .policy-list .item .cont > ul > li > span{
        font-weight: 400;
        font-size: 0.875rem;
        line-height: 1.375rem;
    }
    .product-details .col-7 .policy-list .item .cont img, .product-details .col-7 .policy-list .item .cont svg{
        width: 2.5rem;
        min-width: 2.5rem;
    }
    .products-group .product-group > div.product-category{
        flex-direction: column;
    }
    section.promotions-1 .menu-icon{
        gap: 0.625rem;
        grid-gap: 0.625rem;
        margin-bottom: 1.5rem;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    section.promotions-1 .menu-icon li > a > img{
        height: 1.875rem;
        width: 1.875rem;
        position: absolute;
        left: 50% !important;
        right: unset !important;
        top: 0 !important;
        z-index: 9;
        transform:  translateY(-50%) translateX(-50%) !important;
        margin: 0;
    }
    .table-of-content .toc-list ul{
        padding: 0;
    }
    section.promotions-1 .menu-icon li{
        height: 100%;
    }
    section.promotions-1 .menu-icon li > a{
        padding: 1.375rem 0.5rem 0.5rem;
        background-color: #FFF;
        -webkit-border-radius: 0.625rem;
        -moz-border-radius: 0.625rem;
        border-radius: 0.625rem;
        border: 1px solid #FFEE35;
        position: relative;
        height: 100%;
    }
    section.promotions-1 .menu-icon li > a > span{
        color: #FE4F00 !important;
        font-weight: 800;
        font-size: 0.52rem;
        line-height: 0.571875rem;
    }
    section.promotions-3 .promotions-list-wrap,
    section.promotions-3 .wrap:before,
    section.promotions-2 .flash-sale-products:before{
        -webkit-border-radius: 1.25rem;
        -moz-border-radius: 1.25rem;
        border-radius: 1.25rem;
    }
    section.promotions-3 .wrap{
        padding: 2px;
    }
    .promotion-desc{
        display: none !important;
    }
    section.promotions-3 .promotions-list-wrap{
        padding: 2.625rem 0 0 1rem;
    }
    section.promotions-3{
        overflow: unset;
    }
    .flash-sale-button{
        height: 2.25rem;
        width: auto;
        justify-content: center;
    }
    .swiper.new-promotion-swiper{
        padding-right: 5.5rem;
    }
    .swiper.new-promotion-swiper .swiper-slide .news-item *{
        color: #FFFF !important;
    }
    section.promotions-5 > .relative{
        margin-top: -2rem;
    }
    section.promotions-5{
        padding-top: 4rem;
    }
    #recruit-table-wrap > ul > li > span.button-wrap{
        justify-content: center;
    }
    #recruit-form label{
        text-align: left;
    }
    section.promotions-2{
        padding-bottom: 2rem;
    }
    section.promotions-3{
        padding-top: 4rem;
    }
    section.promotions-2 .container-large{
        padding-left: 0;
        padding-right: 0;
    }
    section.promotions-2 .flash-sale-products{
        padding: 2.5px !important;
    }
    section.promotions-2 .flash-sale-products .inner-cont{
        -webkit-border-radius: 1.25rem;
        -moz-border-radius: 1.25rem;
        border-radius: 1.25rem;
        padding: 40px 0 0 16px;
    }
    section.promotions-2 .flash-sale-products .swiper{
        padding-right: 50px;
    }
    section.promotions-2 .flash-sale-countdown span.countdown-item{
        font-weight: 700;
        font-size: 16px;
        width: 44px;
        height: 44px;
    }
    section.promotions-2 .flash-sale-animate-title{
        width: 200px;
    }
    section.promotions-2 .title-group > div > div:before{
        width: 32rem;
        height: 32rem;
    }
    section.promotions-2 .title-group > div > div > svg{
        flex-grow: 1;
        width: auto;
        height: auto;
    }
    section.promotions-2 .product-item.flash-sale-item .sale-button.with-image span{
        padding-left: 32px;
    }
}
@media only screen and (max-width: 380px){
    header#header .change-location .select-styled, header#header .header-item.hotline .item-text{
        font-size: 0.5rem;
    }
    header#header .header-main .logo-apple{
        width: 4.375rem;
    }
    .product-details .buy-together > .swiper{
        padding-right: 3.75rem;
    }
    section.product-related .group .swiper{
        padding-right: 3.75rem;
    }
}
@media only screen and (max-width: 350px){
    header#header .header-main .logo-apple{
        width: 3.75rem;
    }
    #site-logo{
        width: 1.625rem;
    }
    header#header .change-location{
        min-width: 4.75rem;
    }
    .product-details .buy-together > .swiper{
        padding-right: 2.5rem;
    }
    section.product-related .group .swiper{
        padding-right: 2.5rem;
    }
    header#header .header-item.highlight{
        padding: 0.25rem;
    }
}