:root{
    --main-cl: #CF9239;
    --sub-cl: #c51f30;
    --container-w: 72.917rem;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--cl-hover-main);
    outline: 1px solid var(--cl-hover-main);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    overflow-x: hidden;
}
@keyframes fade-up {
    0%{
        opacity: 0;
        transform: translateY(2.083rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.CR-def-form-wrap .CR-btn-submit-form.CR-btn-style-icon.blue{
    border-color: transparent !important;
}
.CR-def-form-wrap .CR-btn-submit-form.CR-btn-style-icon.blue:hover{
    border-color: var(--cl-hover-main) !important;
}
.NK-btn,
.NK-load-more-btn {
    color: var(--cl-white);
    font-size: .875rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 1.5rem;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.8125rem;
    border-radius: 0;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: 9.375rem;
    background: var(--cl-main);
    border: 1px solid var(--cl-main);
    -webkit-box-shadow: -1px 4px 29px #fff0;
    box-shadow: -1px 4px 29px #fff0;
    gap: .875rem;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
    cursor: pointer;
}
.NK-load-more-btn{
    margin: 0 auto;
}
.NK-btn:hover,
.NK-load-more-btn:hover {
    -webkit-box-shadow: -1px 4px 29px rgb(0 0 0 / 21%);
    box-shadow: -1px 4px 29px rgb(0 0 0 / 21%);
    background: var(--cl-hover-main);
    border-color: var(--cl-hover-main)
}

.NK-load-more-btn.is-loading{
    color: var(--cl-main) !important;
    background-color: var(--cl-main) !important;
    border-color:  var(--cl-main) !important;
    pointer-events: none !important;
}
.NK-load-more-btn.is-loading:after{
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    content: '';
    z-index: 50;
    border: 2px solid #FFF;
    border-bottom-color: #000;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.5s linear infinite;
    left: calc(50% - 0.9rem);
    top: calc(50% - 0.9rem);
}
.NK-load-more-btn.is-loading svg{
    opacity: 0;
}
.NK-btn svg,
.NK-load-more-btn svg {
    width: auto;
    height: 1.125rem;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.NK-load-more-btn i.fa-angle-down {
    display: none!important
}

.NK-load-more-btn .total-remaining {
    margin: 0 .2rem;
    display: none
}
#CR-home-page .news--sec .first--box .CR-item-news .heading-title{
    padding-bottom: 0 !important;
}
#CR-popup-compare .CR-chosen-item {
    position: relative
}

#CR-popup-compare .CR-chosen-item.active>* {
    opacity: .3;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    pointer-events: none
}

#CR-popup-compare .CR-chosen-item.active:before {
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

#CR-popup-compare .CR-chosen-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' class='svg-loader' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 80 80' xml:space='preserve'%0A%3E%3Cpath fill='%23DC3B30' d='M10,40c0,0,0-0.4,0-1.1c0-0.3,0-0.8,0-1.3c0-0.3,0-0.5,0-0.8c0-0.3,0.1-0.6,0.1-0.9c0.1-0.6,0.1-1.4,0.2-2.1 c0.2-0.8,0.3-1.6,0.5-2.5c0.2-0.9,0.6-1.8,0.8-2.8c0.3-1,0.8-1.9,1.2-3c0.5-1,1.1-2,1.7-3.1c0.7-1,1.4-2.1,2.2-3.1 c1.6-2.1,3.7-3.9,6-5.6c2.3-1.7,5-3,7.9-4.1c0.7-0.2,1.5-0.4,2.2-0.7c0.7-0.3,1.5-0.3,2.3-0.5c0.8-0.2,1.5-0.3,2.3-0.4l1.2-0.1 l0.6-0.1l0.3,0l0.1,0l0.1,0l0,0c0.1,0-0.1,0,0.1,0c1.5,0,2.9-0.1,4.5,0.2c0.8,0.1,1.6,0.1,2.4,0.3c0.8,0.2,1.5,0.3,2.3,0.5 c3,0.8,5.9,2,8.5,3.6c2.6,1.6,4.9,3.4,6.8,5.4c1,1,1.8,2.1,2.7,3.1c0.8,1.1,1.5,2.1,2.1,3.2c0.6,1.1,1.2,2.1,1.6,3.1 c0.4,1,0.9,2,1.2,3c0.3,1,0.6,1.9,0.8,2.7c0.2,0.9,0.3,1.6,0.5,2.4c0.1,0.4,0.1,0.7,0.2,1c0,0.3,0.1,0.6,0.1,0.9 c0.1,0.6,0.1,1,0.1,1.4C74,39.6,74,40,74,40c0.2,2.2-1.5,4.1-3.7,4.3s-4.1-1.5-4.3-3.7c0-0.1,0-0.2,0-0.3l0-0.4c0,0,0-0.3,0-0.9 c0-0.3,0-0.7,0-1.1c0-0.2,0-0.5,0-0.7c0-0.2-0.1-0.5-0.1-0.8c-0.1-0.6-0.1-1.2-0.2-1.9c-0.1-0.7-0.3-1.4-0.4-2.2 c-0.2-0.8-0.5-1.6-0.7-2.4c-0.3-0.8-0.7-1.7-1.1-2.6c-0.5-0.9-0.9-1.8-1.5-2.7c-0.6-0.9-1.2-1.8-1.9-2.7c-1.4-1.8-3.2-3.4-5.2-4.9 c-2-1.5-4.4-2.7-6.9-3.6c-0.6-0.2-1.3-0.4-1.9-0.6c-0.7-0.2-1.3-0.3-1.9-0.4c-1.2-0.3-2.8-0.4-4.2-0.5l-2,0c-0.7,0-1.4,0.1-2.1,0.1 c-0.7,0.1-1.4,0.1-2,0.3c-0.7,0.1-1.3,0.3-2,0.4c-2.6,0.7-5.2,1.7-7.5,3.1c-2.2,1.4-4.3,2.9-6,4.7c-0.9,0.8-1.6,1.8-2.4,2.7 c-0.7,0.9-1.3,1.9-1.9,2.8c-0.5,1-1,1.9-1.4,2.8c-0.4,0.9-0.8,1.8-1,2.6c-0.3,0.9-0.5,1.6-0.7,2.4c-0.2,0.7-0.3,1.4-0.4,2.1 c-0.1,0.3-0.1,0.6-0.2,0.9c0,0.3-0.1,0.6-0.1,0.8c0,0.5-0.1,0.9-0.1,1.3C10,39.6,10,40,10,40z' %3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 40 40' to='360 40 40' dur='0.8s' repeatCount='indefinite' /%3E%3C/path%3E%3Cpath fill='%23D49200' d='M62,40.1c0,0,0,0.2-0.1,0.7c0,0.2,0,0.5-0.1,0.8c0,0.2,0,0.3,0,0.5c0,0.2-0.1,0.4-0.1,0.7 c-0.1,0.5-0.2,1-0.3,1.6c-0.2,0.5-0.3,1.1-0.5,1.8c-0.2,0.6-0.5,1.3-0.7,1.9c-0.3,0.7-0.7,1.3-1,2.1c-0.4,0.7-0.9,1.4-1.4,2.1 c-0.5,0.7-1.1,1.4-1.7,2c-1.2,1.3-2.7,2.5-4.4,3.6c-1.7,1-3.6,1.8-5.5,2.4c-2,0.5-4,0.7-6.2,0.7c-1.9-0.1-4.1-0.4-6-1.1 c-1.9-0.7-3.7-1.5-5.2-2.6c-1.5-1.1-2.9-2.3-4-3.7c-0.6-0.6-1-1.4-1.5-2c-0.4-0.7-0.8-1.4-1.2-2c-0.3-0.7-0.6-1.3-0.8-2 c-0.2-0.6-0.4-1.2-0.6-1.8c-0.1-0.6-0.3-1.1-0.4-1.6c-0.1-0.5-0.1-1-0.2-1.4c-0.1-0.9-0.1-1.5-0.1-2c0-0.5,0-0.7,0-0.7 s0,0.2,0.1,0.7c0.1,0.5,0,1.1,0.2,2c0.1,0.4,0.2,0.9,0.3,1.4c0.1,0.5,0.3,1,0.5,1.6c0.2,0.6,0.4,1.1,0.7,1.8 c0.3,0.6,0.6,1.2,0.9,1.9c0.4,0.6,0.8,1.3,1.2,1.9c0.5,0.6,1,1.3,1.6,1.8c1.1,1.2,2.5,2.3,4,3.2c1.5,0.9,3.2,1.6,5,2.1 c1.8,0.5,3.6,0.6,5.6,0.6c1.8-0.1,3.7-0.4,5.4-1c1.7-0.6,3.3-1.4,4.7-2.4c1.4-1,2.6-2.1,3.6-3.3c0.5-0.6,0.9-1.2,1.3-1.8 c0.4-0.6,0.7-1.2,1-1.8c0.3-0.6,0.6-1.2,0.8-1.8c0.2-0.6,0.4-1.1,0.5-1.7c0.1-0.5,0.2-1,0.3-1.5c0.1-0.4,0.1-0.8,0.1-1.2 c0-0.2,0-0.4,0.1-0.5c0-0.2,0-0.4,0-0.5c0-0.3,0-0.6,0-0.8c0-0.5,0-0.7,0-0.7c0-1.1,0.9-2,2-2s2,0.9,2,2C62,40,62,40.1,62,40.1z' %3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 40 40' to='-360 40 40' dur='0.6s' repeatCount='indefinite' /%3E%3C/path%3E%3C/svg%3E");
    background-size: 2rem;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}
#CR-popup-compare .CR-chosen-item.disabled{
    pointer-events: none !important
}
iframe{
    max-width: 100%;
}
.CR-product-list--box.slick-initialized .slick-track{
    display: flex;
}
.CR-product-list--box.slick-initialized .slick-track .slick-slide{
    height: initial;
}
#popup-intro{
    display: none;
}
body .fancybox__container{
    z-index: 999999999999999999;
}
body .fancybox__container #popup-intro{
    padding: 0;
    width: max-content;
}
body .fancybox__container #popup-intro img{
    max-width: 62.5rem;
    width: 100%;
}
@media (min-width: 1280px) {
    body, html {
        /*font-size: 1vw;*/
    }
    #CR-recruitment-detail-page .sidebar--box .row--box .heading-title{
        padding: 1.125rem 1.8125rem;
    }
    #CR-home-page .news--sec .first--box .CR-item-news{
        padding-left: 0;
    }
}
@media (max-width: 1199px) {
    #CR-header .CR-header-mobile--box .nav-mb--contact .item{
        flex-grow: 1;
    }
    .CR-btn-style-icon .btn-bg{
        display: none !important;
    }
    .CR-btn-style-icon:hover{
        background-color: var(--main-cl) !important;
    }
}

#NK-search-page .products-wrap+.products-wrap{
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #dedede;
}
#NK-search-page .products-wrap > .heading--box{
    padding-bottom: 0;
    border-bottom: none;
    padding-top: 40px;
}
#NK-search-page .products-wrap > .heading--box .heading-title:after{
    display: none !important;
}

#NK-search-page .overview--box {
    padding: 1rem 0;
}
#NK-search-page .overview--box p {
    color: #666;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
#NK-search-page .overview--box b {
    font-weight: 700;
}
#NK-search-page .heading--box {
    padding-bottom: 1rem;
    border-bottom: 1px solid #dbdbdb;
}
#NK-search-page .heading--box .heading-title {
    color: var(--cl-main);
    font-size: 2.1875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}
#NK-search-page .heading--box .sort--box {
    gap: 0.625rem;
}
#NK-search-page .heading--box .sort--box > span {
    color: #b5b5b5;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#NK-search-page .CR-sidebar-products {
    padding-right: 3.125rem;
    position: sticky;
    top: 11rem;
}
#NK-search-page .CR-sidebar-products .CR-close-filter-box,
#NK-search-page .CR-sidebar-products .filter-title--box {
    display: none;
}
#NK-search-page .CR-sidebar-products .item-box.search-box {
    padding-bottom: 0 !important;
    border: none !important;
}
#NK-search-page .CR-sidebar-products .item-box.search-box form {
    position: relative;
}
#NK-search-page .CR-sidebar-products .item-box.search-box input::placeholder {
    color: rgb(0 0 0 / 0.4);
}
#NK-search-page .CR-sidebar-products .item-box.search-box input {
    border: 1px solid #d9d9d9;
    background: var(--cl-white);
    color: var(--cl-black);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 3.75rem 0 1rem;
    height: 3.125rem;
    width: 100%;
    outline: none !important;
}
#NK-search-page .CR-sidebar-products .item-box.search-box button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}
#NK-search-page .CR-sidebar-products .item-box.search-box button svg {
    width: auto;
    height: 30%;
}
#NK-search-page .CR-sidebar-products .item-box:not(:last-child) {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #dbdbdb;
}
#NK-search-page .CR-sidebar-products .item-box .title {
    color: var(--cl-main);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    position: relative;
}
#NK-search-page .CR-sidebar-products .item-box .toggle-filter-item-cont {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    margin: 0 !important;
    color: var(--cl-black);
    font-size: 0.875rem;
}
#NK-search-page .CR-sidebar-products .item-box .list {
    margin-top: 1.25rem;
}
#NK-search-page .CR-sidebar-products .item-checkbox li:not(:last-child) {
    margin-bottom: 1rem;
}
#NK-search-page .CR-sidebar-products .item-checkbox b {
    color: var(--cl-black);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#NK-search-page .CR-sidebar-products .item-checkbox .CR-def-checkbox .checkmark {
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
    border-color: var(--cl-black);
}
#NK-search-page .CR-sidebar-products .item-checkbox li.hide {
    cursor: no-drop;
}
#NK-search-page .CR-sidebar-products .item-checkbox li.hide .CR-def-checkbox {
    pointer-events: none;
    opacity: 0.5;
}
#NK-search-page .CR-sidebar-products .item-box.brands-box .list li b {
    text-transform: uppercase;
}
.page-template-search .CR-main-wrap{
    overflow: unset;
}
.shop-page-title{
    display: none !important;
}
.CR-breadcrumb .delimiter:last-child{
    display: none !important;
}
.CR-slider-simple-gallery-pd .item-gal-nav .wrap img{
    aspect-ratio: 1;
    height: auto;
}
body .wpcf7 form.invalid .wpcf7-response-output, body .wpcf7 form.unaccepted .wpcf7-response-output, body .wpcf7 form.sent .wpcf7-response-output{
    font-size: 0.75rem;
}
#login-form-popup{
    display: none !important;
}
.search-empty .back-to-home span.icon--box{
    order: -1;
    transform: rotate(180deg);
}
.img-wrap{
    overflow: hidden;
    position: relative;
}
.img-wrap img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-primary{
    color: var(--main-cl) !important
}
.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);
}
.grid-6{
    grid-template-columns: repeat(6, 1fr);
}
section.about-brand .col-8 .logo-brand{
    margin-bottom: 1.125rem;
}
section.about-brand .col-8 .desc.text-center{
    margin-bottom: 3.75rem;
}
section.about-brand .col-8 .logo-brand img{
    display: block;
    height: 6.5625rem;
    width: auto;
    margin: auto;
}
section.about-brand .col-12 .item{
    width: calc(50% - 3.75rem);
}
section.about-brand .col-12 .item .img-wrap{
    aspect-ratio: 646/308
}
section.about-brand .col-12 .item .cont-wrap{
    padding: 1.875rem 2.8125rem 2.5rem;
    background-color: #F8F8F8;
    margin: -3.125rem 2.5rem 0;
    position: relative;
    z-index: 3;
}
section.about-brand .col-12 .item h3.title{
    font-size: 2.1875rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 0.9375rem;
}
section.about-brand .col-12 .item .desc{
    margin-bottom: 1.5rem;
}
section.about-brand .col-12 > .d-flex{
    gap: 3rem 0;
}
section.about-brand{
    padding-top: 7.625rem;
}
body.single-brand .ft-img--box,
.tax-product_brand .ft-img--box{
    display: none !important;
}
body.single-brand .CR-breadcrumb,
.tax-product_brand .CR-breadcrumb{
    /*padding-bottom: 0 !important;*/
}
.sec-title{
    font-size: 3.4375rem;
    font-weight: 700;
    line-height: 4.375rem;
    margin-bottom: 2rem;
}
.sec-title-2{
    font-size: 2.1875rem;
    font-weight: 400;
    line-height: 2.5rem;
}
section.brand-products{
    padding-top: 6.25rem;
}
section.brand-products .grid-box{
    grid-gap: 1.25rem;
}
section.brand-products .grid-box .product-brand-item .img-wrap{
    aspect-ratio: 457/328
}
section.brand-products .grid-box .product-brand-item .img-wrap img{
    object-fit: contain;
}
section.brand-products .grid-box .product-brand-item .img-wrap:before{
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
section.brand-products .grid-box .product-brand-item .cont-wrap{
    bottom: 1.25rem;
    left: 2rem;
    right: 4rem;
    z-index: 3;
}
section.brand-products .grid-box .product-brand-item h3{
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.6875rem;
    margin-bottom: 0;
}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
section.brand-featured-products{
    padding-top: 3.875rem;
}
section.brand-featured-products .col-5{
    margin-right: -6.25rem;
    position: relative;
    z-index: 4;
    background-color: #F8F8F8;
    padding: 3.25rem 3.25rem 3.75rem;
}
section.brand-featured-products .col-5 h3.title{
    margin-bottom: 0.75rem;
    font-size: 2.1875rem;
    font-weight: 700;
    line-height: 2.5rem;
}
section.brand-featured-products .col-5 .desc{
    margin-bottom: 1.25rem;
}
section.brand-posts{
    padding-top: 6.25rem;
    padding-bottom: 4.375rem;
}
.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;
}
.wrap-link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.partners-section{
    margin-top: 5rem;
}
.partner-item{
    border: 1px solid #ebebeb;
    padding: 1.25rem;
}
.partners-list-wrap{
    grid-gap: 1.5rem;
    margin-top: 1.875rem;
}
.mo_ta_product .content p:has(img){
    margin: 0 -0.75rem;
}
.mo_ta_product .content p > img{
    margin: 0.75rem 0.75rem 0;
}
.choose-related-sec{
    padding-bottom: 6.25rem;
    padding-top: 3.75rem;
}
.choose-related-sec .title-group{
    margin-bottom: 1rem;
}
.choose-related-sec .arrows{
    gap: 0.625rem
}
.choose-related-sec .nk-swiper-arrow{
    width: 3.625rem;
    height: 3.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CF9239;
    -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;
    cursor: pointer;
}
.choose-related-sec .nk-swiper-arrow:hover path{
    stroke: #FFF;
}
.choose-related-sec .nk-swiper-arrow:hover{
    background-color: var(--main-cl);
}
.choose-related-sec .CR-item-product{
    width: 100%;
}
section.utilities-upgrade {
    background-color: var(--main-cl);
}
section.utilities-upgrade .main--box{
    padding: 6.25rem 0;
}
section.utilities-upgrade .tabs-title{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3.125rem;
}
section.utilities-upgrade .tabs-title > .tab-title{
    padding: 0.625rem 1.875rem;
    border: 1px solid #FFF;
    color :#FFF;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    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.utilities-upgrade .tabs-title > .tab-title:hover,
section.utilities-upgrade .tabs-title > .tab-title.active{
    background-color: #FFF;
    color: var(--main-cl)
}
section.utilities-upgrade .img-bottom--box img{
    display: block;
    transform: translateY(2px);
}
.tabs-container .tab-content{
    animation: fade-up 0.6s;
    padding: 0 5.75rem;
}
.tabs-container .tab-content:not(.active){
    display: none;
}
.tabs-container .tab-content.style-1 .nk-item-media{
    padding: 0.875rem;
    background-color: #FFF;
}
.tabs-container .tab-content.style-1 .nk-item-media .desc{
    line-height: 1.6875rem;
    text-align: center;
    margin-top: 1.5rem;
    padding: 0 1.5rem;
}
.tabs-container .tab-content.style-1 .nk-item-media+.nk-item-media{
    margin-top: 2rem;
}
.NK-hidden{
    display: none;
    visibility: hidden;
}

.p-middle{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.tabs-container .tab-content.style-1 .nk-item-media .title{
    display: none !important;
}
.tabs-container .tab-content .nk-item-media{
    display: none;
}
.tabs-container .tab-content .nk-item-media .video:before{
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none ;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background-color: #000;
    opacity: 0.4;
}
.tabs-container .tab-content .nk-item-media .video .p-middle{
    pointer-events: none;
}
.tabs-container .tab-content.style-2 .nk-item-media .title{
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6875rem;
    margin-bottom: 0.75rem;
    color: #FFF;
}
.tabs-container .tab-content.style-2 .nk-item-media .content-wrap{
    display: flex;
    align-items: flex-start;
}
.tabs-container .tab-content.style-2 .nk-item-media .content-wrap > div{
    width: 50%;
}
.tabs-container .tab-content.style-2 .nk-item-media .content-wrap .img-wrap{
    background-color: #FFF;
}
.tabs-container .tab-content.style-2 .nk-item-media .content-wrap .cont-wrap{
    padding-left: 2.25rem;
    color: #FFF;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6875rem;
}
.tabs-container .tab-content.style-2 .nk-item-media .content-wrap .cont-wrap a{
    color: var(--cl-hover-main);
    font-weight: 700;
}
.tabs-container .tab-content.style-2 .nk-item-media+.nk-item-media{
    margin-top: 3.125rem;
}
.ft-back-to-top > a{
    padding: 1.375rem 0;
    display: block;
    background-color: #232323;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.875rem;
    color: #FFF;
}
.load-more-media{
    margin-top: 2.875rem;
    min-width: 16.25rem;
    padding: 0.75rem;
    background-color: #FFF;
    color: var(--sub-cl);
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.40625rem;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    text-align: 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;
    cursor: pointer;
}
.load-more-media:hover{
    background-color: var(--sub-cl);
    color: #FFF;
}
#CR-single-product-page .utilities-upgrade .img-bottom--box img,
#CR-single-product-page .utilities-upgrade .img-top--box img{
    width: 100%;
    height: auto;
}
.CR-custom-cart--form--right .cart_totals > table:first-child{
    display: none !important;
}
.CR-custom-cart--form--right .cart_totals table th,
.CR-custom-cart--form--right .cart_totals table td{
    border: none !important;
    border-bottom: 1px solid #e9e6ed !important;
}
.CR-custom-cart--form--right .cart_totals table th{

}
.CR-custom-cart--form--right .cart_totals table{
    width: 100%;
}
.CR-custom-checkout--order-view .woocommerce-checkout-review-order table td.shipping__inner{
    padding: 0;
}
.CR-custom-checkout--order-view .woocommerce-checkout-review-order-table tfoot td,
.CR-custom-checkout--order-view .woocommerce-checkout-review-order-table tfoot th{
    border: none !important;
}
.CR-custom-checkout--order-view .woocommerce-checkout-review-order-table tfoot > tr > th,
.CR-custom-checkout--order-view .woocommerce-checkout-review-order-table tfoot > tr > td{
    border-bottom: 1px solid #e9e6ed !important;
    border-right: 1px solid #e9e6ed !important;
}
.CR-custom-checkout--order-view .woocommerce-checkout-review-order-table tfoot > tr > th{
    border-left: 1px solid #e9e6ed !important;
    width: 40%;
}
.CR-custom-checkout--order-view .woocommerce-checkout-review-order-table tfoot .shipping__table th{
    border-left: 1px solid #e9e6ed !important;
    width: 40%;
    border-right: 1px solid #e9e6ed !important;
}
.CR-custom-checkout--order-view .woocommerce-checkout-review-order table th{
    text-align: left !important;
}
.CR-custom-checkout--order-view .woocommerce-checkout-review-order table{
    width: 100%;
}
.woocommerce form .form-row .required{
    visibility: visible;
}
.click-popup-gallery{
    cursor: pointer;
}
.utilities-popup-images,
.popup-swiper-images{
    position: fixed;
    z-index: 999999999999;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -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;
}
.utilities-popup-images.active,
.popup-swiper-images.active{
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
}
.utilities-popup-images .bg-close,
.popup-swiper-images .bg-close{
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: 2;
}
.utilities-popup-images .nk-btn-close,
.popup-swiper-images .nk-btn-close{
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    padding: 0.625rem;
}
.utilities-popup-images .box-swiper,
.popup-swiper-images .box-swiper{
    position: relative;
    z-index: 9;
    width: 1200px;
    max-width: calc(100% - 9.375rem);
}
.utilities-popup-images .box-swiper .swiper-slide:not(.swiper-slide-active),
.popup-swiper-images .box-swiper .swiper-slide:not(.swiper-slide-active){
    /*opacity: 0 !important;*/
}
.utilities-popup-images .box-swiper .swiper-arrow,
.popup-swiper-images .box-swiper .swiper-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
}
.utilities-popup-images .box-swiper .swiper-arrow.next:hover svg,
.popup-swiper-images .box-swiper .swiper-arrow.next:hover svg{
    transform: translateX(5px);
}
.utilities-popup-images .box-swiper .swiper-arrow.prev:hover svg,
.popup-swiper-images .box-swiper .swiper-arrow.prev:hover svg{
    transform: translateX(-5px);
}
.utilities-popup-images .box-swiper .swiper-arrow svg path,
.popup-swiper-images .box-swiper .swiper-arrow svg path{
    stroke: var(--cl-hover-main) !important;
    fill: transparent !important;
    stroke-width: 4px;
}
.utilities-popup-images .box-swiper .swiper-arrow svg,
.popup-swiper-images .box-swiper .swiper-arrow svg{
    width: 4rem;
    height: auto;
    stroke: var(--cl-hover-main) !important;
    -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;
}
.utilities-popup-images .box-swiper .swiper-arrow.prev,
.popup-swiper-images .box-swiper .swiper-arrow.prev{
    left: -5rem;
}
.utilities-popup-images .box-swiper .swiper-arrow.next,
.popup-swiper-images .box-swiper .swiper-arrow.next{
    right: -5rem;
}
.utilities-popup-images .box-swiper .item,
.popup-swiper-images .box-swiper .item{
    background-color: #FFF;
}
#CR-single-product-page .utilities--sec{
    z-index: 9999;
}
.utilities-popup-images .box-swiper .item{
    width: 100% !important;
    cursor: pointer;
}
.utilities-popup-images .box-swiper .item img,
.popup-swiper-images .box-swiper .item img{
    width: auto;
    height: 80vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    object-fit: contain;
}
body.unscrollable{
    overflow: hidden;
}
.select2-container.select2-container--open{
    z-index: 9999999;
}
.select2.select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--single{
    height: 2.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none !important;
    background: var(--cl-white);
    border: 1px solid var(--cl-light-gray) !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    padding: 0 3rem 0 1rem;
    background-image: none !important;
    -webkit-box-shadow: 0 0 3px var(--cl-white) inset, 0 1px 1px #fff0;
    box-shadow: 0 0 3px var(--cl-white) inset, 0 1px 1px #fff0;
    font-size: .875rem;
}
#CR-single-product-page .product-sp-main--box .intro--sec .content--box{
    min-height: 18.75rem;
}
.horizontal-scroll-button{
    display: none !important;
}
.brand-main-content > section:last-of-type{
    padding-bottom: 4.167rem;
}
.slider-range-wrap {
}
.ui-slider {
    position: relative;
    text-align: left;
    height: 2px;
    background: #E7F2FF;
    margin-bottom: 1.25rem;
    margin-right: 0.75rem;
}
.ui-slider .ui-slider-range {
    position: relative;
    z-index: 1;
    display: block;
    background: var(--main-cl);
    height: 2px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.833rem;
    height: 0.833rem;
    cursor: pointer;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--main-cl);
    border: none;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.slider-range-wrap #min,
.slider-range-wrap #max {
    position: unset !important;
}
.slider-range-wrap .min-max{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.625rem;
}
.slider-range-wrap .min-max > div{
    background-color: #F2F2F2;
    padding: 0.3125rem;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
}
.slider-range-wrap .min-max input{
    margin-left: 5px;
    border: none !important;
    outline: none !important;
    box-shadow: unset !important;
    background-color: transparent;
    font-weight: 400;
    font-size: 0.875rem;
    width: 100%;
    line-height: 1.25rem;
}
.products-sidebar{
    padding-right: 1.25rem;
}
.product-filters-wrap .product-search{
    display: flex;
    border: 1px solid #D9D9D9
}
.product-filters-wrap .product-search button{
    top: 50%;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    border: none !important;
    outline: none !important;
    background-color: transparent;
}
.product-filters-wrap .product-search input{
    padding: 0.625rem 2.625rem 0.625rem 1rem;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    width: 100%;
    border: none !important;
}
.product-filters-wrap .filter-header{
    display: none;
    background-color: #FFF;
}
.product-filters-wrap .filter-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    cursor: pointer;
    color: var(--main-cl)
}
.product-filters-wrap .filter-title svg{
    transition: all 0.4s ease-in-out;
}
.product-filters-wrap .collapsed .filter-title svg{
    transform: rotate(180deg);
}
.product-filters-wrap .filter-footer{
    /*display: none;*/
    margin-top: 1.042rem;
}
.product-filters-wrap .filter-footer .button-submit-filter{
    display: none;
}
.product-filters-wrap .filter-footer .button-clear-filter{
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-radius: .1875rem;
    background-color: var(--cl-hover-main);
    border: 1px solid var(--cl-hover-main);
    font-weight: 400;
    font-size: .875rem;
    letter-spacing: normal;
    line-height: normal;
    color: var(--cl-white);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.125rem;
    outline: none !important;
    padding: 0 1.25rem;
    position: relative;
    margin: 0;
    width: 100%;
    text-transform: uppercase;
}
.product-filters-wrap .filter-content{
    padding-top: 1.25rem;
}
.product-filters-wrap .filter-group{
    padding: 1.25rem 0;
}
.product-filters-wrap .filter-group+.filter-group{
    border-top: 1px solid #DBDBDB;
}
.product-filters-wrap .filter-group.list-group .check-list{
    /*max-height: 10.625rem;*/
    overflow: auto;
}
.product-filters-wrap .filter-group.list-group .check-list::-webkit-scrollbar {
    width: 3px;
    background-color: #eee;
}

.product-filters-wrap .filter-group.list-group .check-list::-webkit-scrollbar-track {
    border: 0.5px solid #eee;
}
.product-filters-wrap .filter-group.list-group .check-list::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
    outline: 1px solid var(--main-cl);
}
.product-filters-wrap .filter-group.list-group .check-item+.check-item{
    margin-top: 1rem
}
.product-filters-wrap .filter-group.list-group label{
    display: flex;
    gap: 0.625rem;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    cursor: pointer;
}
.product-filters-wrap .filter-group.list-group label .toggle-term-child{
    margin-left: auto;
    margin-right: 0.521rem;
    transition: all 0.4s;
    transform: rotate(180deg);
}
.product-filters-wrap .filter-group.list-group .check-item.has-child.expanded > label > .toggle-term-child{
    transform: rotate(0);
}
.product-filters-wrap .filter-group.list-group .check-item.has-child > .terms-child{
    display: none;
}
.product-filters-wrap .filter-group.list-group .terms-child{
    margin-left: 1.042rem;
    margin-top: 1rem;
}
.product-filters-wrap .filter-group.list-group input{
    display: none !important;
}
.product-filters-wrap .filter-group.list-group input+span{
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    border: 1px solid #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.product-filters-wrap .filter-group.list-group input+span svg{
    width: 100%;
    height: auto;
    opacity: 0;
}
.product-filters-wrap .filter-group.list-group input+span.custom-radio{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.product-filters-wrap .filter-group.list-group input:checked+span{
    border-color: var(--main-cl);
}
.product-filters-wrap .filter-group.list-group input:checked+span svg{
    opacity: 1;
}
.heading--box  .select2-container--default .select2-selection--single{
    padding-left: 0 !important;
}
.heading--box .stock-status{
    margin-left: 0.75rem;
}
.sort--box .CR-chosen-item{
    width: 270px;
}
.status-box .CR-chosen-item{
    width: 170px;
}
.select2-dropdown .select2-results li{
    font-size: 0.875rem;
}
body.archive .select2-container--default .select2-results>.select2-results__options{
    max-height: 240px;
}
.heading--box .select2-container--default .select2-selection--single{
    padding-right: 1.5rem;
}
#CR-products-page .heading--box .heading-title{
    width: 40%;
}
#CR-products-page .heading--box{
    margin-left: auto;
}
#CR-products-page .heading--box .sort--box{
    margin-left: auto;
}
#CR-products-page .heading--box .select-styled{
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    margin: 0 0 -4px;
    user-select: none;
    -webkit-user-select: none;
    height: 2.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none !important;
    background: var(--cl-white);
    border: 1px solid var(--cl-light-gray) !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    padding: 0 3rem 0 1rem;
    background-image: none !important;
    -webkit-box-shadow: 0 0 3px var(--cl-white) inset, 0 1px 1px #fff0;
    box-shadow: 0 0 3px var(--cl-white) inset, 0 1px 1px #fff0;
    font-size: .875rem;
    padding-right: 1.5rem;
    justify-content: space-between;
    position: relative;;
}
#CR-products-page .heading--box .select-styled:after{
    margin-left: 0.521rem;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    right: 0.521rem;
    pointer-events: none !important;
}
#CR-products-page .heading--box .select{
    position: relative;
}
#CR-products-page .heading--box .select .select-options{
    width: 100%;
    padding: .5rem;
    max-height: 240px;
    overflow-y: auto;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 32px rgb(3 44 71 / 24%);
    box-shadow: 0 8px 32px rgb(3 44 71 / 24%);
    border-radius: .5rem;
}
#CR-products-page .heading--box .select .select-options > li{
    padding: .5rem 1rem;
    word-break: break-word;
    color: var(--cl-black);
    font-size: 0.875rem;
    border-radius: .3rem;
    line-height: normal;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 100% !important;
    cursor: pointer;
    text-transform: capitalize;
}
#CR-products-page .heading--box .select .select-options > li:hover,
#CR-products-page .heading--box .select .select-options > li.active{
    background-color: #ddd;
}
#button-show-filter{
    display: none;
}
#CR-header{
    z-index: 999999;
}
#wpadminbar{
    z-index: 9999999999999999999999999999;
}
.select2-dropdown{
    transition: unset !important;
}
#CR-load-products{
    min-height: 120px;
}
.select2-container.select2-container--open .select2-dropdown{
    margin-top: 0 !important;
}
.CR-popup-default-wrap .close-popup-button{
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
}
nav#breadcrumbs ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav#breadcrumbs ol * {
    font-style: normal;
    font-weight: 400;
    font-size: .9375rem;
    line-height: normal;
    color: #999;
    text-transform: capitalize;
}

nav#breadcrumbs ol li + li:before {
    content: '|';
    padding: 0 .5rem;
}


nav#breadcrumbs {
    padding: .625rem 0 3.75rem;
}


#CR-news-detail-page .main--sec .sidebar--box .CR-item-news:not(:first-child) .heading-title{
    font-size: 0.9rem;
    line-height: 1.4;
    max-height: unset;
}
.page-template-about  section.banner--sec>.container {
    display: none;
}
.ajax-paging ul {
    list-style: none;
    margin: 3rem 0 0;
    display: flex;
    justify-content: center;
}

.ajax-paging ul a {
    border: 1px solid #333;
    height: 2.5rem;
    width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #333;
    margin: 0 .2rem;
}

.ajax-paging ul a.active {
    background: #cf9239;
    color: #fff;
    border-color: #cf9239;
}
.ajax-paging {
    width: 100%;
}

.ajax-paging ul {
    margin: 1rem 0 3rem;
}

.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 1.5s all;
    opacity: 1;
    overflow: hidden;
    box-shadow: inset 0px 0px 5.208rem 26.042rem #fff;
}
.load_home_page.active{
    box-shadow: inset 0px 0px 5.208rem 0px #89A0A9;
}

.load_home_page.hide {
    opacity: 0;
    pointer-events: none;
}
.load_home_page svg {
    max-width: 30rem;
    width: 100%;
    height: auto;
    position: relative;
    opacity: 1;
    transform: scale(1);
    transition: 1s all;
}
.load_home_page.active svg{
    opacity: 0;
    transform: scale(2);
}


#CR-home-page .why--sec .item .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.load_home_page .wrap {
    display: inline-flex;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    transform: scale(1.3);
    overflow: hidden;
    background: #fff;
}

img.logo_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 24rem;
    width: 100%;
    height: auto;
}
div#popup_form {
    max-width: 40rem;
}
div#map-container {width: 100%;height: 100%;}

div#map {
    width: 100%;
    height: 100%;
}
#CR-home-page .endow--sec .image--box a {
    font-size: .8rem;
}
#CR-footer .CR-main-footer .menu-item-box {
    border-color: #ffffff3d;
}
#CR-footer .socials--box a img {max-height: 54%;}
.content-wrap p {
    margin-bottom: 1rem !important;
}
.CR-custom-sticky-icons .item .icon--box img {
    filter: brightness(0) invert(1);
}
.wrap_ud .CR-custom-arrow-full {
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid #cf9239;
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
}

.home .item_ud {
    margin-bottom: 0;
}
html[lang="vi"] [hreflang="vi"] {
    display: none !important;
}

html[lang="en-GB"] [hreflang="en"] {
    display: none !important;
}
.box_language a {
    font-size: 0 !important;
    padding-right: 0 !important;
}
.box_language li {
    flex: unset !important;
}

.box_language {
    width: auto !important;
}
.box_language li {
    border: none !important;
}

.box_language li a {
    border-left: 1px solid rgb(255 255 255 / 0.2) !important;
}
@media only screen and (max-width: 1700px){
    #CR-header .CR-header-desktop--box .center--box a:not(.title-link) {
        padding: 0 1.6rem;
    }
}
@media only screen and (max-width: 1600px){
    #CR-news-detail-page .main--sec .sidebar--box .CR-item-news:not(:first-child) .heading-title{
        font-size: 1rem;
    }
    #CR-header .CR-header-desktop--box .center--box a:not(.title-link) {
        padding: 0 2rem;
    }
    .CR-style-default-content td, .CR-style-default-content p, .CR-style-default-content li, .CR-style-default-content strong, .CR-style-default-content b{
        font-size: 1.25rem;
        line-height: 1.6;
    }
}
@media only screen and (max-width: 1199px){
    .sec-title{
        font-size: 2.375rem;
        line-height: 1.3;
    }
    section.about-brand .col-12 .item{
        width: calc(50% - 1.25rem);
    }
    section.about-brand .col-12 .item .cont-wrap{
        padding: 1.5rem 2rem;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    .partners-list-wrap{
        grid-template-columns: repeat(4, 1fr);
    }
    .popup-swiper-images .box-swiper .swiper-arrow svg{
        width: 3rem;
    }
    .popup-swiper-images .box-swiper .swiper-arrow.next {
        right: -4rem;
    }
    .popup-swiper-images .box-swiper .swiper-arrow.prev {
        left: -4rem;
    }
    .popup-swiper-images .nk-btn-close{
        width: 2.5rem;
        height: 2.5rem;
    }
    section.about-brand{
        padding-top: 4.625rem;
    }
    section.brand-featured-products{
        padding-top: 1.875rem;
    }
    #CR-products-page .heading--box .heading-title{
        width: 100%;
    }
    #CR-products-page .heading--box {
        flex-direction: row;
        flex-wrap: wrap;
    }
    #CR-news-detail-page .main--sec .sidebar--box{
        padding-left: 2rem;
    }
    #CR-news-detail-page .main--sec .sidebar--box .item--box .item--wrap{
        padding: 1rem;
    }
    .CR-style-default-content th, .CR-style-default-content td, .CR-style-default-content p, .CR-style-default-content li, .CR-style-default-content strong, .CR-style-default-content b{
        font-size: 1rem;
    }
    #CR-home-page .endow--sec .image--box .cont--box{
        padding: 1rem 0.5rem;
    }
    #CR-home-page .endow--sec .image--box{
        padding: 0 !important;
    }
}
@media only screen and (max-width: 991px){
    .tablet-grid-2{
        grid-template-columns: 1fr 1fr
    }
    .hide-tablet{
        display: none !important;
    }
    .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}
    section.about-brand .col-8 .logo-brand img{
        height: 5rem;
    }
    section.about-brand .col-12 .item{
        width: 100%;
    }
    section.about-brand .col-12 .item+.item{
        margin-top: 1.875rem;
    }
    .sec-title-2,
    section.brand-featured-products .col-5 h3.title,
    section.about-brand .col-12 .item h3.title{
        font-size: 1.625rem;
        line-height: 1.4;
    }
    .tablet-col-reverse{
        flex-direction: column-reverse;
    }
    section.brand-featured-products .col-5{
        margin: -3.125rem 3.125rem 0;
    }
    .sec-title{
        font-size: 1.875rem;
    }
    section.brand-posts{
        padding-top: 3rem;
        padding-bottom: 2.5rem;
    }
    section.brand-products{
        padding-top: 3rem;
    }
    .partners-list-wrap{
        grid-template-columns: repeat(3, 1fr);
    }
    .tabs-container .tab-content{
        padding: 0;
    }
    section.utilities-upgrade .main--box{
        padding: 4rem 0;
    }
    .popup-swiper-images .swiper-wrapper{
        align-items: center;
    }
    .popup-swiper-images .box-swiper .item img{
        width: 100%;
        height: auto;
        max-height: 90vh;
    }
    .popup-swiper-images .box-swiper{
        max-width: 100%;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    .popup-swiper-images .box-swiper .swiper-arrow{
        padding: 0.25rem;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .popup-swiper-images .box-swiper .swiper-arrow svg{
        width: 2.5rem;
    }
    .popup-swiper-images .box-swiper .swiper-arrow svg path{
        stroke-width: 3px
    }
    .popup-swiper-images .box-swiper .swiper-arrow.prev{
        left: 0.625rem;
    }
    .popup-swiper-images .box-swiper .swiper-arrow.next{
        right: 0.625rem
    }
    #CR-single-product-page .product-sp-main--box .intro--sec .content--box{
        min-height: unset;
    }
    #CR-single-product-page .product-sp-main--box .intro--sec .right--box{
        padding: 0 !important;
    }
    .products-sidebar .product-filters-wrap{
        background-color: #FFF;
        height: 100vh;
        width: 25rem;
        padding: 0;
        position: relative;
    }
    .products-sidebar .product-filters-bg{
        position: absolute;
        opacity: 1;
        background: rgb(0 0 0 / 50%);
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        cursor: pointer;
        backdrop-filter: blur(10px);
        display: block;
        z-index: -1;
    }
    .products-sidebar{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 99999999999999999999;
        transform: translateX(-100%);
        transition: all 0.4s ease-in-out;
    }
    .products-sidebar.show{
        transform: translateX(0);
        opacity: 1;
    }
    .product-filters-wrap .filter-header{
        display: flex;
        justify-content: flex-end;
        border-bottom: 1px solid #dedede;
        padding: 6px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
    }
    .product-filters-wrap .filter-header .popup-title{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .product-filters-wrap .filter-header .btn-close-filter{
        width: max-content;
        position: relative;
        display: flex;
        align-items: center;
        padding: 6px 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #dedede;
        font-size: 14px;
        line-height: 18px;
        gap: 5px;
        margin-left: auto;
    }
    .product-filters-wrap .filter-body{
        max-height: calc(100vh - 45px);
        padding: 3rem 1.5rem 200px;
        z-index: 10;
        position: relative;
        background-color: #FFF;
        overflow: auto;
    }
    .product-filters-wrap .filter-footer{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
        width: 25rem;
        display: flex;
        padding: 12px 12px 20px;
        gap: 12px;
        border-top: 1px solid #dedede;
        background-color: #FFF;
    }
    .product-filters-wrap .filter-footer .button-submit-filter{
        width: 100%;
        background-color: var(--main-cl);
        text-align: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #FFF;
        padding: 12px;
        font-size: 14px;
        line-height: 1;
        font-weight: 700;
        cursor: pointer;
        outline: none !important;
        border: none !important;
    }
    .product-filters-wrap .filter-group.list-group .check-list{
        overflow: unset;
        max-height: unset;
    }
    #button-show-filter{
        position: fixed;
        cursor: pointer;
        display: flex;
        align-items: center;
        box-shadow: -1px 4px 29px rgb(0 0 0 / 21%);
        border-radius: 0.3125rem;
        left: 0.625rem;
        bottom: 1.5625rem;
        height: 40px;
        padding: 0 0.5rem;
        justify-content: center;
        background: var(--cl-hover-main);
        color: var(--cl-white);
        gap: 0.5rem;
        z-index: 5;
    }
    #button-show-filter svg{
        filter: brightness(0) invert(1);
    }
    section.about-brand .col-12 > .d-flex{
        gap: 1.5rem 0;
    }
    #CR-header .main-merged-menu .CR-sub-menu > li:not(:last-child):after, #CR-header .main-merged-menu > ul > li:after {
        background: #ffffff47;
    }
}
@media only screen and (max-width: 767px) {
    section.about-brand {
        padding-top: 0.75rem;
    }

    section.about-brand .col-8 .logo-brand img {
        height: 3.375rem;
    }

    .brand-main-content .desc {
        font-size: 0.875rem;
        line-height: 1.25rem;
        margin-bottom: 2rem !important;
    }

    .brand-main-content .CR-btn-style-icon {
        height: 2.25rem;
        padding: 0 1rem;
    }

    section.about-brand .col-12 .item .cont-wrap {
        margin: -2rem 1rem 0;
    }

    section.brand-products .grid-box {
        grid-gap: calc(var(--bs-gutter-x) * .5);
    }

    section.brand-products .grid-box .product-brand-item .cont-wrap {
        bottom: 0.625rem;
        right: 0.625rem;
        left: 0.625rem;
    }

    section.brand-products .grid-box .product-brand-item h3 {
        font-size: 0.9375rem;
        line-height: 1.3;
    }

    section.brand-featured-products .col-5 {
        margin-top: -2rem;
        padding: 2rem;
    }

    .sec-title-2,
    section.brand-featured-products .col-5 h3.title,
    section.about-brand .col-12 .item h3.title {
        font-size: 1.5rem;
    }

    .CR-item-news .terms-date--box .date {
        width: max-content;
        gap: 0.25rem
    }

    .CR-item-news .terms-date--box {
        display: flex !important;
        gap: 0.75rem
    }

    .CR-item-news .terms-date--box .date:after {
        height: 0.5rem;
        right: -0.375rem;
    }

    .CR-item-news .terms-date--box .terms {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .sec-title {
        font-size: 1.625rem;
        margin-bottom: 1.25rem;
    }

    .partners-list-wrap {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: calc(var(--bs-gutter-x) * .5);
    }

    .partner-item {
        padding: 0.625rem;
    }

    .choose-related-sec .nk-swiper-arrow svg {
        width: 1rem;
        height: auto;
    }

    .choose-related-sec .nk-swiper-arrow {
        width: 2.5rem;
        height: 2.5rem;
    }

    .choose-related-sec {
        padding: 2rem 0 3rem;
    }

    .tabs-container .tab-content.style-1 .nk-item-media .desc {
        margin-top: 0.5rem;
        padding: 0;
        font-size: 0.875rem;
        line-height: 1.375rem;
    }

    section.utilities-upgrade .tabs-title > .tab-title {
        padding: 0.35rem 0.75rem;
    }

    section.utilities-upgrade .tabs-title {
        gap: 0.625rem;
    }

    section.utilities-upgrade .main--box {
        padding: 2.5rem 0;
    }

    .tabs-container .tab-content.style-2 .nk-item-media .content-wrap {
        flex-wrap: wrap;
        gap: 0.75rem
    }

    .tabs-container .tab-content.style-2 .nk-item-media .content-wrap > div {
        width: 100%;
        padding: 0 !important;
    }

    .popup-swiper-images .box-swiper .swiper-arrow svg {
        width: 2rem;
    }

    /*.CR-chosen-item .chosen-container-active .chosen-drop {*/
    /*    -webkit-transform: scale(1);*/
    /*    -ms-transform: scale(1);*/
    /*    transform: scale(1);*/
    /*    opacity: 1;*/
    /*    pointer-events: auto;*/
    /*}*/
    #CR-popup-compare .box {
        padding-top: 3rem;
        padding-bottom: 3.5rem;
    }

    /*.select2-search__field {*/
    /*    pointer-events: none; !* Vô hiệu hóa nhập liệu khi click *!*/
    /*}*/
    /*@media (hover: none) { !* Chỉ áp dụng trên mobile *!*/
    /*    .select2-search__field {*/
    /*        pointer-events: auto;*/
    /*    }*/
    /*}*/
    .CR-item-product-compare .cont--box {
        padding: 0.375rem 0.5rem;
    }

    .CR-item-product-compare .cont--box .CR-btn-style-icon {
        height: 2rem;
        padding: 0 0.5rem;
    }

    #CR-comparison-result-page .table--box table {
        min-width: unset;
        width: 100%;
        max-width: 100%;
        display: block;
    }

    #CR-comparison-result-page .table--box .product-header td:first-child {
        display: none !important;
    }

    #CR-comparison-result-page .table--box tr.intro {
        display: none !important;
    }

    #CR-comparison-result-page .table--box td {
        width: calc(100% / 3);
        min-width: calc(100% / 3);
        max-width: calc(100% / 3);
        flex: 0 0 calc(100% / 3);
    }

    #CR-comparison-result-page .table--box thead > tr {
        display: flex;
    }

    #CR-comparison-result-page .table--box tbody {
        display: block;
        width: 100%;
    }

    #CR-comparison-result-page .table--box tbody tr {
        display: flex;
        width: 100% !important;
        margin-top: 0.75rem;
        border: none;
        padding-top: 2.5rem;
        position: relative;
    }

    #CR-comparison-result-page .table--box tbody tr > td:first-child {
        width: 133% !important;
        max-width: 133% !important;
        padding: 0.25rem 0.5rem !important;
        border-bottom: 1.5px solid #333;
        font-size: 0.9375rem;
        line-height: 1.875rem;
        position: absolute;
        top: 0;
        left: 0;
    }

    #CR-comparison-result-page .table--box tbody tr > td {
        flex: 0 0 auto;
        border: none;
        padding: 0.5rem;
    }

    .CR-item-product-compare .CR-woo-prices * {
        font-size: 0.875rem;

    }

    .horizontal-scroll-button {
        margin-top: 1.875rem;
        display: flex !important;
        align-items: center;
        gap: 0.75rem;
        font-size: 1.125rem;
    }

    .horizontal-scroll-button .circle {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1.5px solid var(--cl-main);
        margin-left: 50px;
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .horizontal-scroll-button svg path {
        stroke: var(--cl-main)
    }

    .horizontal-scroll-button svg {
        min-width: 70px;
        width: 70px;
        height: auto;
        animation: arrow-right 2s infinite linear;
    }

    @keyframes arrow-right {
        0% {
            transform: translateX(-5px);
        }
        25% {
            transform: translateX(0px);
        }
        50% {
            transform: translateX(5px);
        }
        75% {
            transform: translateX(0px);
        }
        100% {
            transform: translateX(-5px);
        }
    }
    .utilities-popup-images .swiper-wrapper,
    .popup-swiper-images .swiper-wrapper {
        align-items: center;
    }

    .utilities-popup-images .box-swiper .swiper-slide:not(.swiper-slide-active),
    .popup-swiper-images .box-swiper .swiper-slide:not(.swiper-slide-active) {
        opacity: 1 !important;
    }
    .product-filters-wrap .filter-footer,
    .products-sidebar .product-filters-wrap{
        width: 22rem;
    }
    #button-show-filter{
        bottom: 3.4375rem;
    }
    #CR-products-page .heading--box .sort--box{
        margin-left: 0;
        width: 100%;
        flex-direction: column;
        align-items: flex-start !important;
    }
    .status-box .CR-chosen-item,
    .sort--box .CR-chosen-item{
        width: 100%;
        flex-grow: 1;
    }
    .heading--box .stock-status{
        margin-left: 0;
        width: 100%;
    }
    .CR-popup-default-form .box{
        max-height: 95vh;
        overflow: auto !important;
    }
    .single-product #specification--sec .CR-style-default-content table{
        max-width: 200%;
    }
    section.about-brand iframe{
        height: 300px;
    }
    .table-wrapper{
        max-width: 100%;
        overflow: auto;
    }
    .table-wrapper table{
        max-width: 200%;
    }
    .table-wrapper table tr th{
        min-width: 20%;
    }
    .CR-item-product .action--box{
        margin-top: 0.75rem;
    }
    .CR-item-product .heading-title{
        -webkit-line-clamp: 3;
        max-height: calc(1.375rem * 3);
        height: calc(1.375rem * 3);
    }
    #CR-about-page .intro--sec .CR-heading-title--group .desc {
        padding: 0;
    }
    #CR-home-page .endow--sec .image--box {
        margin-bottom: 2rem;
    }

    home_sec_5 .heading--box.d-flex {
        text-align: center;
        justify-content: center;
    }

    #CR-home-page .endow--sec .heading--box {
        justify-content: center !important;
        flex-direction: unset !important;
        margin-top: 2rem;
        text-align: center;
    }

    #CR-home-page .endow--sec .heading--box h3 {
        text-align: center;
    }

    #CR-home-page .endow--sec .main--box {
        margin-top: 1.5rem;
    }
    #CR-footer .socials--box a img {
        height: 48%;
        max-width: 77%;
    }
    .home_sec_2  ul.slick-dots {
        margin-bottom: 0rem !important;
        position: unset;
    }

    .home_sec_2 ul.slick-dots li button:before {
        border-radius: 50%;
        width: 9px;
        height: 9px;
        background: #333;
        padding: 0;
        font-size: 0;
    }
    .box_language {
        display: flex;
        align-items: center;
    }

    .box_language a {
        border: none !important;
    }
    .box_language li a {
        border: none !important;
    }
}

