/**================== ROOT ==================**/
:root {
    --cl-main: #7a973d;
    --cl-main-hover:#000000;
    --cl-light-hover:#ffeceb;
    --cl-black: #000000;
    --cl-white: #ffffff;
    --cl-gray:#f2f2f2;
    --cl-light-gray:#d9d9d9;
    --cl-dark-gray: #8e8e8e;
    --cl-dark-red:#990a00;
    --cl-red:#c72528;
    --cl-yl:#f9f86c;
    --cl-green:#009739;
    --cl-blue:#0A4D5F;
    --cl-light-blue:#dbedf9;
    --cl-orange:#fa6400;
    --cl-dark-orange:#ff3102;
    --font-aws: FontAwesome;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 8px;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: #0A4D5F;
}

input, optgroup, select, textarea{
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.0);
}

/**================== WOOCOMMERCE - MINI CART BOX ==================**/
.CR-mini-cart-box .CR-load-ajax:before{
    background-position: center;
}
.CR-show-mini-cart.hide{
    opacity: 0.5;
    pointer-events: none;
}
.CR-show-mini-cart.hide a{
    pointer-events: none;
}
.CR-show-mini-cart{
    position: relative;
}
.CR-show-mini-cart:hover .CR-mini-cart-box {
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.CR-mini-cart-box{
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 1.25rem  /* 20/16 */;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.CR-mini-cart-box .CR-mini-cart-content{
    padding: 1rem  /* 16/16 */;
    width: 25rem  /* 400/16 */;
    background-color: var(--cl-white);
    border-radius: 1rem  /* 16/16 */;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 7%);
    border: 1px solid var(--cl-light-gray);
}
.CR-mini-cart-box .empty{
    font-size: 0.875rem  /* 14/16 */;
    font-style: italic;
    font-weight: 700;
    color:var(--cl-black);
    line-height: normal;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.CR-mini-cart-box .mini-cart-head{
    margin-bottom: 1rem  /* 16/16 */;
}
.CR-mini-cart-box .mini-cart-head *{
    font-size: 0.875rem  /* 14/16 */;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.CR-mini-cart-box .mini-cart-head .total-mini-cart {
    color: var(--cl-black);
}
.CR-mini-cart-box .mini-cart-head .view-all {
    color: var(--cl-blue);
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
}
.CR-mini-cart-box .mini-cart-list{
    max-height: 28.125rem  /* 450/16 */;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.75rem;
}
.CR-item-mini-cart{
    width: 100%;
}
.CR-item-mini-cart:not(:last-child){
    margin-bottom: 1rem  /* 16/16 */;
}
.CR-item-mini-cart .wrap{
    cursor: pointer;
}
.CR-item-mini-cart .thumb img{
    max-width: 6.25rem  /* 100/16 */;
    border-radius: 1rem  /* 16/16 */;
    border-style: none;
    vertical-align: middle;
    height: auto;
}
.CR-item-mini-cart .cont{
    flex: 1;
    height: 100%;
    position: relative;
    padding: 0 1.5rem 0 1rem;
}
.CR-item-mini-cart .title{
    font-size: 0.875rem /* 14/16 */;
    font-weight: 700;
    line-height: 1.25rem  /* 20/16 */;
    margin: 0;
    color: var(--cl-black);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.5rem  /* 40/16 */;
    width: 100% !important;
    word-break: break-word;
}
.CR-item-mini-cart .sub-title *{
    font-size: 0.875rem /* 14/16 */;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    color: var(--cl-black);
}
.CR-item-mini-cart .sub-title .variation{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.CR-item-mini-cart .sub-title dd:not(:last-child):after {
    content: '/';
    margin: 0 0.25rem;
}
.CR-item-mini-cart .sub-title dt{
    display: none;
}
.CR-item-mini-cart .qty{
    font-size: 0.875rem  /* 14/16 */;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    color: var(--cl-black);
}
.CR-item-mini-cart .price{
    display: inline-block;
    margin-top: 0.5rem;
}
.CR-item-mini-cart .CR-woo-prices *{
    font-size: 1.1rem;
}
.CR-item-mini-cart .CR-woo-prices .percentage{
    display: none;
}
.CR-item-mini-cart .CR-remove-item-mini-cart-btn:hover {
    background: var(--cl-black);
    color: var(--cl-white);
}
.CR-item-mini-cart .CR-remove-item-mini-cart-btn {
    position: absolute !important;
    top: 0;
    right: 0;
    font-size: 0.875rem /* 14/16 */;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    color: var(--cl-black);
    width: 1.5rem;
    height: 1.5rem;
    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;
    border-radius: 0.15rem;
    background: transparent;
}

@font-face {
    font-family: "cocoon";
    src: url("../fonts/cocoon.3697b53.eot");
    src: url("../fonts/cocoon.3697b53.eot#iefix") format("embedded-opentype"),
    url("../fonts/cocoon.84b8114.ttf") format("truetype"),
    url("../fonts/cocoon.c262b4b.woff") format("woff"),
    url("../../images/cocoon.61b2ce0.svg#cocoon") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}
#contact_form_popup form textarea{
    width: 100%;
    height: 6.25rem;
}
#contact_form_popup form > div{
    margin-top: 1.875rem;
}
#contact_form_popup form .flex-col > div{
    width: calc(50% - 0.9375rem);
}
#contact_form_popup form{
    margin-top: 1.75rem;
    flex-direction: column;
    display: flex;
}
#contact_form_popup .flex.actions{

}
#contact_form_popup input{
    width: 100%;
    outline: none !important;
    height:2.8125rem;
    box-shadow: none !important;
}
#contact_form_popup input::placeholder{
    color: #0A4D5F;
    opacity: 0.4;
}
.slide-pagination__dark[data-v-27885358]{
    background-color: rgba(10, 77, 95, 0.2);
}
.button.button-light-bordered,
.button.button-light{
    background-color: #FFF;
}
#contact_form_popup{
    display: none;
    padding: 0;
}
#contact_form_popup input[type="submit"]{
    padding: 1rem;
    height: auto !important;
}
#contact_form_popup .wpcf7-not-valid-tip{
    position: absolute;
    font-size: 13px;
}
#contact_form_popup .wpcf7-spinner{
    position: absolute;
}
#contact_form_popup .wpcf7 form.invalid .wpcf7-response-output {
    margin: 1.5rem 0 0;
}
.CR-item-mini-cart .wrap{
    align-items: center;
}
.CR-item-mini-cart .wrap .thumb{
    min-width: 100px !important;
    max-width: 100px !important;
}
.CR-item-mini-cart .wrap .title{
    white-space: normal;
}
.CR-item-mini-cart .wrap .cont{
    width: calc(100% - 100px);
    text-align: left;
}
.CR-item-mini-cart .price{
    font-size: 20px;
    font-weight: 700;
}
.slick-track{
    display: flex;
}
.slider-prev-button{
    transform: translateX(-100%);
}
.slider-next-button{
    transform: translateX(100%);
}
.slider-prev-button,
.slider-next-button{
    z-index: 9;
    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;
}
.slick-initialized:hover .slider-prev-button,
.slick-initialized:hover .slider-next-button{
    opacity: 1;
    transform: translateX(0);
}
.home_slide_2 img{

}
header{
    z-index: 999999;
}
.main-nav > ul > li > a > span{
    display: none !important;
}
.main-nav > ul > li > ul.sub-menu{
    position: fixed;
    height: calc(100vh - 131px);
    top: 131px;
    width: 500px;
    left: 0;
    background: rgba(254, 251, 244, 1);
    padding: 5rem 6rem 3rem;
    overflow: auto;
    border-right: 1px solid  rgba(237, 224, 204, 1);
    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;
}
.main-nav > ul > li > ul.sub-menu.show{
    transform: translateX(0);
}
.main-nav > ul > li  ul.sub-menu > li{
    margin-bottom: 0.625rem;
}
.main-nav > ul > li  ul.sub-menu > li > a{
    position: relative;
    font-size: 26px;
    line-height: 35px;
    display: block;
    width: max-content;
}
.main-nav > ul > li  ul.sub-menu > li > a:before{

}
/*.main-nav > ul > li.menu-item-has-children:hover > ul.sub-menu{*/
/*    transform: translateX(0);*/
/*}*/
main:before{
    opacity: 0;
    transition: all 0.4s ease-in-out;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    z-index: 999;
    pointer-events: none;
}
body.sub-menu-is-open main:before{
    opacity: 1;
    pointer-events: unset;
    cursor: pointer;
}
#menu_mobile.active{
    transform: translateX(0);
    opacity: 1;
}
#menu_mobile{
    position: fixed;
    height: calc(100vh - 94px);
    top: 94px;
    width: 100%;
    left: 0;
    background: #FFF;
    padding: 5rem 6rem 3rem;
    overflow: auto;
    border-right: 1px solid  rgba(237, 224, 204, 1);
    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;
}
body:not(.mobile-menu-is-open) .hide_mobile_menu{
    display: none;
}
body.mobile-menu-is-open .show_mobile_menu{
    display: none;
}
#menu_mobile > ul > li ul.sub-menu{
    margin-left: 30px;
}
#menu_mobile > ul > li ul.sub-menu > li > a{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0.5rem;
    display: block;
}
#menu_mobile > ul > li > a{
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 0.5rem;
    display: block;
}
.woocommerce-MyAccount-navigation .view-account-name{
    display: none;
}
.woocommerce-MyAccount-navigation ul{
    display: flex;
    list-style: none !important;
    margin-left: 0 !important;
    justify-content: center;
    border: 1px solid #bebebe;
    border-right: none;
    border-left: none;
}
.woocommerce-MyAccount-navigation ul > li.is-active > a{
    color: #0A4D5F
}
.woocommerce-MyAccount-navigation ul > li > a{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 0.9375rem;
    font-family: "Be Vietnam Pro", "sans-serif";
    font-weight: 700;
    line-height: 1.375rem;
    padding-bottom: 0.8125rem;
    font-size: 1.25rem;
    display: block;
}
main:has(.woocommerce-MyAccount-navigation) .detail[data-v-06b1bc72]{
    flex-wrap: wrap;
}
main:has(.woocommerce-MyAccount-navigation) .detail[data-v-06b1bc72] > div{
    width: 100%;
}
.woocommerce-MyAccount-content .main-title{
    text-align: center;
    font-family: "Be Vietnam Pro", "sans-serif";
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 4rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
.CR-orders-account-box .filter-box{
    justify-content: center !important;
}
.CR-account-woo-box ul{
    list-style: none !important;
    margin-left: 0 !important;
}
.CR-account-woo-box:has(.CR-update-info-account-box){
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
}
.CR-orders-account-box .CR-orders-box .CR-empty-result{
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
}
.CR-recovery-pass-page{
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.CR-recovery-pass-page > .container{
    width: 500px;
}
.CR-recovery-pass-page > .container .wrap-title > p.note{
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
}
.font_size_custom{
    font-size: 3rem !important;
}
.content-wrap > p{
    margin-bottom: 1.25rem;
}
.content-wrap h3{
    font-size: 20px;
    margin-bottom: 1.2em;
}
.fancybox-container{
    z-index: 9999999999;
}
.main-menu .logo[data-v-77013438]{
    width: 100%;
}
.checkout-logo{
    margin-bottom: 1.75rem;
}
.checkout-logo img{
    height: 50px;
    width: auto;
}
#CR-popup-tab-log .close-btn{
    position: absolute;
    z-index: 9;
    right: 10px;
    top: 10px;
    display: flex;
    cursor: pointer;
}
.modal__backdrop{
    z-index: 9999999999 !important;
}
.custom-modal{
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.4s;
}
.custom-modal.custom-modal-active{
    opacity: 1;
    pointer-events: initial;
    visibility: visible;
}
.pick-stars{
    margin: 0 -0.3rem;
}
.pick-stars > span{
    opacity: 0.2;
    padding: 0 0.3rem;
}
.pick-stars:hover > span{
    opacity: 1;
}
.pick-stars > span.picked{
    opacity: 1;
}
.pick-stars > span:hover+span,
.pick-stars > span:hover+span+span,
.pick-stars > span:hover+span+span+span,
.pick-stars > span:hover+span+span+span+span {
    opacity: 0.2;
}
.placeholder-primary::placeholder{
    opacity: 0.4;
}
.form-respond-output{
    padding: 4px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #FFF;
}
.is-failed .form-respond-output{
    background-color: #f72c2c;
}
.is-success .form-respond-output{
    background-color: #14d614;
}
#navbar .announcement__link+.icon-plus{
    margin-left: 0.25rem !important;
}
#navbar .announcement__link{
    font-size: 12px;
}
.button.button-transparent {
    background-color: transparent !important;
    color: #333 !important;
}
#topProfile .profile__main > .woocommerce{
    width: 100%;
    margin: 0;
}
#topProfile .profile__main > .woocommerce > nav{
    width: 100%;
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation .scroll-box{
    background-color: transparent;
    border: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation .scroll-box > ul{
    justify-content: flex-start;
    border: none !important;
    padding: 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation .scroll-box > ul > li > a:before{
    width: 16px;
    min-width: 16px;
    margin-right: 20px;
    height: 16px;
    position: relative;
    font-family: "cocoon" !important;
    display: block;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
}
.woocommerce-account .woocommerce-MyAccount-navigation .scroll-box > ul > li.woocommerce-MyAccount-navigation-link--edit-account > a:before{
    content: "\e974";
}
.woocommerce-account .woocommerce-MyAccount-navigation .scroll-box > ul > li.woocommerce-MyAccount-navigation-link--orders > a:before{
    content: "\e985";
}
.woocommerce-account .woocommerce-MyAccount-navigation .scroll-box > ul > li.woocommerce-MyAccount-navigation-link--customer-logout > a:before{
    content: "\e906";
}
.woocommerce-account .woocommerce-MyAccount-navigation .scroll-box > ul > li > a{
    display: flex;
    cursor: pointer;
    align-items: center;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(10, 77, 95, 0.05);
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 0.9375rem;
    font-family: "Be Vietnam Pro", "sans-serif";
    font-weight: 700;
    line-height: 1.375rem;
    padding-bottom: .8125rem;
    flex: 0 1 auto;
    font-size: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation .scroll-box > ul > li.is-active > a{
    background-color: rgba(10, 77, 95, 1);
    color: #FFF;
}
.woocommerce-account .woocommerce-MyAccount-content{
    width: 100%;
    background-color: rgba(10, 77, 95, 0.1);
    padding: 3.75rem;
}
.woocommerce-order{
    display: flex;
    position: relative;
    margin-bottom: 0;
}
.woocommerce-order{
    min-height: calc(100vh - 4.167rem);
}
.woocommerce-checkout .woocommerce-order{
    padding: 4.167rem 0 4.167rem;
    justify-content: space-between;
}
.woocommerce-checkout .woocommerce-order .checkout-column.col-5{
    width: 41.66666667%;
}
.woocommerce-checkout .woocommerce-order #customer-details{
    padding: 0;
}
.woocommerce-checkout .woocommerce-order #order-review{
    background-color: transparent;
    border: none;
}
.woocommerce-checkout .woocommerce-order #order-review .column-inner{
    background-color: #fff;
    padding: 3.125rem 2.34375rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;

}
.woocommerce-checkout .woocommerce-order #customer-details .woocommerce-order-overview{
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce-checkout .woocommerce-order #customer-details .woocommerce-order-overview > li{
    display: flex;
    margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-order #customer-details .woocommerce-order-overview > li+li{
    margin-top: 0.625rem;
}
.woocommerce-checkout .woocommerce-order #customer-details .woocommerce-order-overview span{
    display: block;
    width: 7.8125rem;
    min-width: 7.8125rem;
    padding-right: 0.521rem;
    color: #333;
    font-size: 0.833rem;
    line-height: 1.25rem;
}
.woocommerce-checkout .woocommerce-order #customer-details .woocommerce-order-overview strong{
    color: #333;
    word-break: break-word;
    font-size: 0.833rem;
    line-height: 1.25rem;
    font-weight: 600;
    flex-grow: 1;
}
.woocommerce-checkout .woocommerce-order #customer-details .order-information-group{
    margin-top: 1.771rem;
    border-top: 0.052rem solid #E6E6E6;
    padding-top: 1.771rem;
}
.woocommerce-checkout .woocommerce-order #customer-details  h3{
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.25rem;
    color: #000;
    margin-bottom: 1.042rem;
}
.woocommerce-checkout .woocommerce-order #customer-details .order-information-group .billing-address br{
    display: inline;
}
.woocommerce-checkout .woocommerce-order #customer-details .column-inner{
    width: 36.458rem;
}
.woocommerce-checkout .woocommerce-order #customer-details .bacs-payment{
    display: flex;
}
.woocommerce-checkout .woocommerce-order #customer-details .bacs-payment .img-qr{
    width: 11.458rem;
    min-width: 11.458rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-left: 1.25rem;
    border-left: 0.052rem solid #d5d5d5;
}
.woocommerce-checkout .woocommerce-order #customer-details .bacs-payment .img-qr img{
    width: 100%;
    height: auto;
}
.woocommerce-checkout .check-success{
    display: flex;
    align-items: center;
    gap: 1.5625rem;
}
.woocommerce-checkout .check-success > p{
    margin-bottom: 0;
    font-size: 1.042rem;
    font-weight: 400;
    line-height: 1.458rem;
    text-align: left;
}
.woocommerce-checkout .check-success > p > b{
    display: block;
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1.979rem;
}
.woocommerce-checkout .woocommerce-order #customer-details .bacs-payment{
    margin-top: 1.771rem;
    border-top: 0.052rem solid #E6E6E6;
    padding-top: 1.771rem
}
.woocommerce-checkout .order-failed{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.woocommerce-checkout .order-failed-content{
    width: 970px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 80px;
    box-shadow: 4px 4px 20px 0px #0000000D;

}
.woocommerce-checkout .order-failed-content .icon-failed svg{
    margin-left: auto;
    margin-right: auto;
}
.woocommerce-checkout .order-failed-content .icon-failed{
    margin: 0 auto 30px;
    text-align: center;
}
.woocommerce-checkout .order-failed-content .buttons-wrap > a{
    margin: 0 !important;
}
.woocommerce-checkout .order-failed-content .buttons-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin: 0 120px;
}
.woocommerce-checkout .order-failed-content .order-failed-message b{
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 6px;
    color: #F50000;
}
.woocommerce-checkout .order-failed-content .order-failed-message{
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    color: #333;
}
.woocommerce-checkout .checkout-products .checkout-product-item{
    display: flex;
    align-items: center;
}
.woocommerce-checkout .checkout-products .checkout-product-item+.checkout-product-item{
    margin-top: 0.625rem;
}
.woocommerce-checkout .checkout-products .checkout-product-select{
    margin-right: 10px;
}
.woocommerce-checkout .checkout-products .checkout-product-select label{
    cursor: pointer;
}
.woocommerce-checkout .checkout-products .checkout-product-select .checkout-checkbox{
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #888888;
    position: relative;
    transition: all 0.4s;
}
.woocommerce-checkout .checkout-products .checkout-product-select .checkout-checkbox:before{
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    position: absolute;
    content: '';
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: var(--main-cl);
    opacity: 0;
    transition: all 0.4s;
}
.woocommerce-checkout .checkout-products .checkout-product-select input:checked+.checkout-checkbox{
    border-color: var(--main-cl);
}
.woocommerce-checkout .checkout-products .checkout-product-select input:checked+.checkout-checkbox:before{
    opacity: 1;
}
.woocommerce-checkout .checkout-products .checkout-product-select input[type='checkbox']{
    display: none !important;
}
.woocommerce-checkout .checkout-products .checkout-product-thumb{
    width: 4.167rem;
    min-width: 4.167rem;
    height: 4.167rem;
    position: relative;
}
.woocommerce-checkout .checkout-products .checkout-product-thumb img{
    -webkit-border-radius: 0.26rem;
    -moz-border-radius: 0.26rem;
    border-radius: 0.26rem;
    border: 0.052rem solid rgb(218, 218, 218);
}
.woocommerce-checkout .checkout-products .checkout-product-thumb .checkout-product-remove{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 1.042rem;
    height: 1.042rem;
    background-color: gray;
    color: #FFF;
    line-height: 1.042rem;
    font-size: 0.625rem;
    font-weight: 700;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transform: translate(-30%, -30%);
    cursor: pointer;
}
.woocommerce-checkout .checkout-products .checkout-product-thumb img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.woocommerce-checkout .checkout-products .checkout-product-subtotal{
    width: 5.208rem;
    min-width: 5.208rem;
    text-align: right;
}
.woocommerce-checkout .checkout-products .checkout-product-name{
    padding: 0 0.833rem;
    flex-grow: 1;
}
.woocommerce-checkout .checkout-products .checkout-product-name .checkout-product-price{
    display: flex;
    align-items: center;
    margin-top: 0.521rem;
}
.woocommerce-checkout .checkout-products .checkout-product-name .checkout-product-price >strong.quantity{
    font-size: 0.625rem;
    line-height: 0.9375rem;
    color: #666;
    font-weight: 700;
    margin-left: 0.3125rem;
}
.woocommerce-checkout .checkout-products .checkout-product-quantity{
    display: flex;
    margin-right: 1.042rem;
}
.woocommerce-checkout .checkout-products .checkout-product-quantity button.minus{
    -webkit-border-radius: 0.26rem 0 0 0.26rem !important;
    -moz-border-radius: 0.26rem 0 0 0.26rem !important;
    border-radius: 0.26rem 0 0 0.26rem !important;
}
.woocommerce-checkout .checkout-products .checkout-product-quantity button.plus{
    -webkit-border-radius: 0 0.26rem 0.26rem 0 !important;
    -moz-border-radius: 0 0.26rem 0.26rem 0 !important;
    border-radius: 0 0.26rem 0.26rem 0 !important;
}
.woocommerce-checkout .checkout-products .checkout-product-quantity button{
    background-color: #FFF;
    min-height: unset;
    padding: 0;
    line-height: 1;
    text-align: center;
    width: 1.667rem;
    border: 0.052rem solid rgb(218, 218, 218);
    font-size: 0.833rem;
    font-weight: 500;
}
.woocommerce-checkout .checkout-products .checkout-product-quantity button:hover{
    background-color: rgb(218, 218, 218);
}
.woocommerce-checkout .checkout-products .checkout-product-quantity input::-webkit-outer-spin-button,
.woocommerce-checkout .checkout-products .checkout-product-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.woocommerce-checkout .checkout-products .checkout-product-quantity input{
    -moz-appearance: textfield;
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 1.667rem;
    height: 1.667rem;
    text-align: center;
    box-shadow: unset !important;
    border: 0.052rem solid rgb(218, 218, 218);
    border-right: none;
    border-left: none;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.729rem;
    line-height: 1.042rem;
}
.woocommerce-checkout .checkout-products .checkout-product-name .checkout-product-price span.amount{
    font-size: 0.625rem;
    line-height: 0.9375rem;
    color: #666;
    font-weight: 400;
}
.woocommerce-checkout .checkout-products .checkout-product-name h4{
    font-size: 0.729rem;
    font-weight: 700;
    line-height: 1.042rem;
    color: #000
}
.woocommerce-checkout .checkout-products .checkout-product-item .checkout-item-gift .gift-title{
    font-weight: 700;
    line-height: 1.042rem;
    color: #000;
    font-size: 0.729rem;
    margin: 0.417rem 0 0.208rem;
}
.woocommerce-checkout .checkout-products .checkout-product-item .checkout-gift-item{
    display: flex;
    align-items: center;
    gap: 0.521rem
}
.woocommerce-checkout .checkout-products .checkout-product-item .checkout-gift-item+.checkout-gift-item{
    margin-top: 0.417rem;
}
.woocommerce-checkout .checkout-products .checkout-product-item .checkout-item-content{
    padding-left: 0.833rem;
    flex-grow: 1;
}
.woocommerce-checkout .checkout-products .checkout-product-item .checkout-gift-item .gift-thumbnail img{
    width: 2.604rem;
    min-width: 2.604rem;
    aspect-ratio: 1;
    height: auto;
    border: 0.052rem solid rgb(218, 218, 218);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.woocommerce-checkout .checkout-products .checkout-product-item .checkout-gift-item .gift-name{
    font-size: 0.677rem;
    font-weight: 500;
    line-height: 1.042rem;
    color: #000;
}
.woocommerce-checkout .checkout-total-table{
    margin-top: 1.5625rem;
}
.woocommerce-checkout .checkout-total-table .total-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.521rem 0;
}
.woocommerce-checkout span.amount{
    font-size: 0.833rem;
    line-height: 1.042rem;
}
.woocommerce-checkout .checkout-total-table .total-row.order-total div.value span.amount{
    font-size: 1.042rem;
    line-height: 1.354rem;
    color: var(--sub-cl)
}
.woocommerce-checkout .checkout-total-table .total-row > div:first-of-type{
    font-size: 0.9375rem;
    line-height: 1.354rem;
    font-weight: 500;
    color: #000;
}
.woocommerce-checkout .checkout-total-table .total-row > div.value{
    font-size: 0.9375rem;
    line-height: 1.354rem;
    font-weight: 600;
}
.featured-slides .featured-item{
    display: flex;
    padding-left: 13.75rem;
    padding-right: 13.75rem;
    align-items: flex-start;
}
.featured-slides .featured-item .left-title{
    font-size: 3.4375rem;
    line-height: 1.2;
    width: 24%;
    padding-top: 7.5rem;
}
.featured-slides .featured-item .center-media{
    width: 52%;
    text-align: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.featured-slides .featured-item .center-media img,
.featured-slides .featured-item .center-media video{
    height: 45rem;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}
.featured-slides .featured-item .right-content{
    width: 24%;
    margin-top: auto;
    margin-bottom: 8.75rem;
    padding-left: 3.125rem;
}
.home-featured-products .item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.home-featured-products .item+.item{
    margin-top: 5rem;
}
.home-featured-products .item > div{
    width: 50%;
}
.home-featured-products .item .img-wrap{
    padding-left: 4rem;
    padding-right: 4rem;
}
.home-featured-products .item .cont-wrap{
    padding-right: 4rem;
}
.home-featured-products .item .cont-wrap h3{
    font-size: 3.4375rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.home-featured-products .item .cont-wrap a.button{
    padding: 0;
    margin-top: 1.5rem;
    width: max-content;
    height: auto;
    font-size: 1.125rem;
    gap: 0.5rem;
}
.home-featured-products .item:nth-of-type(even){
    flex-direction: row-reverse;
}
.home-featured-products .item:nth-of-type(even) .cont-wrap{
    padding-left: 4rem;
    padding-right: 0;
}
form.woocommerce-checkout .woocommerce-checkout-payment ul > li{
    display: flex;
    align-items: center;
    gap: 12px;
}
form.woocommerce-checkout .woocommerce-checkout-payment ul > li+li{
    margin-top: 12px !important;
}
form.woocommerce-checkout .woocommerce-checkout-payment label{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
form.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_method.payment_method_momo_gateway label:after{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    content: '';
    background-repeat: no-repeat;
    background-image: url('../../images/MoMo_Logo.png');
    background-size: contain;
    margin-right: 10px;
}
form.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_method.payment_method_cod label:after{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    content: '';
    background-image: url('../../images/cash-on-delivery.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}
.hero-slide .image-block img{
    width: 100%;
    height: auto;
    display: block;
}
.parallax-product-image{
    position: relative;
    width: 100%;
}
.parallax-product-image > img.parallax-img-1{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: contain;
}
.CR-single-add-to-cart-btn{
    display: none !important;
}
@media only screen and (min-width: 1200px) {
    .custom-gap{
        gap: 10px
    }
}
@media only screen and (max-width: 1600px){
    .featured-slides .featured-item{
        padding-left: 5rem;
        padding-right: 5rem;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
    .information[data-v-95dfa95a]{
        padding-right: 3rem !important;
    }
    .products_term_wrap .button.button-square{
        display: none;
    }
    .products_term_wrap .content-box{
        width: 35%;
    }
    #pd_tax_wrap{
        flex-direction: column;
    }
    #pd_tax_wrap .grid.pd_wrapper{
        grid-template-columns: repeat(3, 1fr);
    }
    #pd_tax_wrap > div{
        width: 100%;
    }
    .product-components[data-v-23023fea]{
        padding-left: 3rem !important;
    }
    .usage[data-v-6a3742cd],
    .additional-information[data-v-475c5dca]{
        padding-right: 3rem !important;
    }
    .slide .description[data-v-7f4e477b]{
        margin-top: 1rem !important;
    }
    .slide .button-cta[data-v-7f4e477b], .slide .slide-dots[data-v-7f4e477b]{
        margin-top: 1rem !important
    }
    .three-card-section[data-v-1c40a100] > div:first-child > div:first-child{

    }
    .three-card-section[data-v-1c40a100] > div .section-title{
        font-size: 2.5rem;
    }
    .three-card-section[data-v-1c40a100] > div,
    .slide[data-v-7f4e477b]{
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
}
@media only screen and (max-width: 1199px){
    .woocommerce-MyAccount-content .main-title{
        font-size: 1.8rem;
    }
    #pd_tax_wrap .grid.pd_wrapper .button.button-square{
        display: none;
    }
    .image-slider[data-v-b611523a]{
        padding-top: 3rem !important;
        padding-bottom: 4rem !important;
    }
    .more-info-box {
        height: calc(100vh - 4.896rem) !important;
    }
    .slide[data-v-7f4e477b]> div > *{
        width: 100% !important;
    }
    .slide[data-v-7f4e477b]> div .title[data-v-7f4e477b]{
        font-size: 3rem;
    }
    .slide[data-v-7f4e477b]> div{
        width: 100%;
    }
    .slide[data-v-7f4e477b]{
        flex-direction: column-reverse !important;
    }
    .article-detail .popular-articles > .articles > a.articles__item > div{

        justify-content: flex-start;
    }
    .article-detail .popular-articles > .articles > a.articles__item{
        width: 47.5% !important;
    }
    .article-detail> div{
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .article-detail{
        flex-direction: column !important;
    }
    .main-nav > ul > li{
        margin-right: 1rem;
    }
    .main-menu__right>div>*[data-v-77013438]{
        margin-left: 1rem;
    }
    .main-menu .logo[data-v-77013438] {
        max-width: 160px;
    }
    .featured-slides .featured-item{
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .featured-slides .featured-item .left-title{
        font-size: 2.375rem;
    }
    .featured-slides .featured-item .right-content{
        padding-left: 0;
    }
    .home-featured-products .item:nth-of-type(odd) .img-wrap{
        padding-left: 0;
    }
    .home-featured-products .item:nth-of-type(even) .img-wrap{
        padding-right: 0;
    }
    .home-featured-products .item .cont-wrap{
        padding: 0 !important;
    }
    .home-featured-products .item .cont-wrap h3{
        font-size: 2.375rem;
    }
}
@media only screen and (max-width: 1023px){
    .article-detail .sharing .title[data-v-ccb3772a]{
        color: #FFF;
    }
    .font_size_custom{
        text-align: center !important;
        font-size: 2rem !important;
        line-height: 130% !important;
    }
    .pd_wrapper{
        grid-template-columns: 1fr 1fr !important;
        grid-gap: 30px
    }
    .more-info-box{
        width: 100% !important;
    }
    #contact_form_popup form .flex-col > div p{
        width: 100%;
    }
    #contact_form_popup form .flex-col > div{
        width: 100% !important;
        margin-top: 1.875rem;
    }
    #contact_form_popup form{
        margin-top: 0;
    }
    .news_card_wrap .line-clamp-3{
        display: none;
    }
    .news_card_wrap{
        display: flex;
        padding-left: 15px;
        padding-right: 15px;
    }
    .articles[data-v-11654786]{
        display: grid;
        grid-template-columns: 1fr 1fr !important;
        grid-column-gap: 2rem;
    }
    .articles__card[data-v-11654786]:first-child{
        margin-top: 2rem !important;
    }
    .CR-custom-checkout--content--left{
        padding-right: 0.625rem !important;
    }
    .CR-custom-checkout--content {
        flex-direction: column-reverse;
    }
    .CR-custom-checkout--content > div,
    .CR-custom-cart--form > div{
        width: 100% !important
    }
    .wrap_search_popup.show .inner{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .wrap_search_popup input#searchsubmit{
        width: 9rem;
    }
    .marquee_home[data-v-b611523a]{
        display: none;
    }
    .title_group_cus .see-more .button__icon{
        justify-content: flex-start !important;
        padding-left: 10px !important;
    }
    .title_group_cus .see-more{
        justify-content: flex-start !important;
    }
    .title_group_cus .description[data-v-1cb1edd2]{
        margin-top: 0;
        margin-bottom: 10px;
    }
    .title_group_cus{
        flex-direction: column !important;
    }
    #navbar .nuxt-link-active{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #navbar .nuxt-link-active img{
        height: 2.5rem;
    }
    .hero-slide[data-v-5113e8c9]{
        min-height: unset;
    }
    #menu_mobile > ul > li > a{
        font-size: 16px;
        line-height: 28px;
        font-weight: 700;
        color: rgba(31, 28, 23);
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 400px;
        width: 100%;
    }
    #menu_mobile > ul > li > a > span{
        transform: rotate(90deg);
        transition: all 0.4s;
    }
    #menu_mobile > ul > li.toggled > a > span{
        transform: rotate(0);
    }
    #menu_mobile > ul > li ul.sub-menu{
        margin-left: 0;
    }
    #menu_mobile > ul > li ul.sub-menu > li > a{
        font-size: 18px;
    }
    #menu_mobile{
        padding: 20px;
    }
    .woocommerce-account .woocommerce-MyAccount-content{
        padding: 1.5rem;
    }
    .CR-account-woo-box:has(.CR-update-info-account-box){
        grid-template-columns: 1fr;
        grid-gap: 3rem
    }
}
@media only screen and (max-width: 991px){
    .woocommerce-checkout .checkout-total-table{
        margin: 1.042rem 0;
    }
    .woocommerce-checkout .woocommerce-order{
        flex-direction: column;
    }
    .woocommerce-checkout .woocommerce-order .checkout-column.col-5{
        width: 100%;
        margin-top: 3rem;
    }
    .woocommerce-checkout .woocommerce-order #order-review .column-inner{
        padding: 2rem calc(calc(100% - 36.458rem) / 2);
    }
    .woocommerce-checkout .check-success{
        flex-direction: column;
        gap: 10px;
    }
    .woocommerce-checkout .check-success > p{
        text-align: center;
    }
    .woocommerce-checkout .woocommerce-order{
        padding: 0 0 2rem 0;
    }
    .woocommerce-checkout .order-failed-content .buttons-wrap{
        margin: 0;
    }
    .woocommerce-checkout .woocommerce-order #customer-details .column-inner{
        width: 100%;
    }
    .checkout-logo.thankyou-page{
        margin-bottom: 3rem;
        margin-top: -3rem;
    }
    .checkout-logo.thankyou-page img{
        margin-left: auto;
        margin-right: auto;
    }
    .home-featured-products .item{
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: 3rem !important;
    }
    .home-featured-products .item:nth-of-type(odd) .img-wrap{
        padding-right: 2rem;
    }
    .home-featured-products .item:nth-of-type(even) .img-wrap{
        padding-left: 2rem;
    }
    .home-featured-products .item .right-content{
        font-size: 0.9rem;
    }
}
@media only screen and (max-width: 767px){
    .checkout-logo.thankyou-page img{
        height: 40px;
    }
    #navbar .nuxt-link-active img{
        height: 1.75rem;
    }
    .woocommerce-MyAccount-navigation ul{
        flex-direction: column;
    }
    .woocommerce-MyAccount-navigation ul > li > a{
        text-align: center;
        font-size: 1.1rem;
    }
    .CR-account-woo-box:has(.CR-update-info-account-box){
        grid-template-columns: 1fr;
    }
    #menu_mobile {
        padding: 1.25rem;
    }
    .CR-popup-default-wrap .box{
        padding: 2rem 1rem;
    }
    .wrap_search_popup.show .inner{
        padding: 0.5rem !important;
    }
    .wrap_search_popup input#s{
        margin-right: 0 !important;
    }
    .wrap_search_popup input#searchsubmit{
        display: none;
    }
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last,
    .CR-custom-checkout--step-info .CR-custom-checkout--field.CR-checkout-field--decomposed,
    .CR-custom-checkout--step-info .CR-custom-checkout--field.CR-checkout-field--trifurcate{
        width: 100% !important;
    }
    .articles[data-v-11654786] {
        grid-column-gap: 1rem;
        grid-template-columns: 1fr !important;
        margin-bottom: 20px;
    }
    .pd_wrapper{
        grid-template-columns: 1fr !important;
    }
    .more-info-box{
        padding: 2rem !important;
    }
    #contact_form_popup form > div,
    #contact_form_popup form .flex-col > div{
        margin-top: 1.5rem !important
    }
    #contact_form_popup form textarea{
        height: 4rem;
    }
    .news_card_wrap > div{
        flex: unset !important;
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 10px;
    }
    .article-detail .popular-articles{
        margin-top: 0;
    }
    .article-detail .popular-articles > .articles > a.articles__item{
        width: 100% !important;
    }
    .CR-cart-page-empty-box .content{
        width: 90%;
    }
    .CR-cart-page-empty-box{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .CR-item-order .info ul> li{
        margin-bottom: 8px;
        margin-right: 0 !important
    }
    .CR-item-order .info ul,
    .CR-item-order .info{
        flex-direction: column;
    }
    .CR-item-order .CR-item-product-order{
        width: 100%;
    }
    .button.button-square{
        padding: 0;
        width: 3rem;
        height: 3rem;
    }
    .slider-next-button[data-v-346a2093],.slider-prev-button[data-v-0e2a6b10]{
        width: 3rem;
    }
    .product_slide button.slick-arrow.left-0,
    .product_slide button.slick-arrow.right-0{
        transform: unset !important;
        z-index: 99999;
        opacity: 1 !important;
    }
    .text-typo-heading[data-v-22f6a769]{
        padding-left: 10px;
        padding-right: 10px;
    }
    .woocommerce-account .woocommerce-MyAccount-content{
        margin-top: 20px;
    }
    .woocommerce-account .woocommerce-MyAccount-content{
        padding: 1.5rem 1rem;
    }
    .woocommerce-checkout .checkout-products .checkout-product-thumb{
        width: 3.125rem;
        min-width: 3.125rem;
        height: 3.125rem;
    }
    .woocommerce-checkout .checkout-products .checkout-product-subtotal span.amount{
        font-size: 0.677rem;
        font-weight: 700;
    }
    .woocommerce-checkout .checkout-products .checkout-product-subtotal{
        width: 4.167rem;
        min-width: 4.167rem;
    }
    .woocommerce-checkout .checkout-products .checkout-product-quantity input{
        width: 1.354rem;
        height: 1.354rem;
        font-size: 0.625rem;
    }
    .woocommerce-checkout .checkout-products .checkout-product-quantity button{
        width: 1.354rem;
    }
    .woocommerce-checkout #customer-details .select2-container .select2-selection--single .select2-selection__rendered,
    .woocommerce-checkout #customer-details .select2-container .select2-selection--single, .woocommerce-checkout #customer-details textarea, .woocommerce-checkout #customer-details input{
        font-size: 0.729rem !important;
    }
    .woocommerce-checkout .review-order-table-heading{
        padding: 0.521rem 1.042rem;
    }
    .woocommerce-checkout .woocommerce-order #customer-details .bacs-payment{
        flex-direction: column;
    }
    .woocommerce-checkout .woocommerce-order #customer-details .bacs-payment .img-qr{
        width: 100%;
        min-width: unset;
        border-left: none;
        margin: 2rem auto 0;
        max-width: 260px;

    }
    .woocommerce-checkout .woocommerce-order #order-review .column-inner{
        padding: 1rem;
    }
    .woocommerce-checkout .checkout-total-table .total-row > div:first-of-type{
        font-size: 0.8rem;
        line-height: 1.354rem;
        font-weight: 500;
        color: #000;
    }
    .woocommerce-checkout .checkout-total-table .total-row > div.value{
        font-size: 0.8rem;
        line-height: 1.354rem;
        font-weight: 600;
        color: #000;
    }
    .woocommerce-checkout .order-failed-content{
        padding: 1.25rem;
    }
    .woocommerce-checkout .order-failed-content .buttons-wrap{
        grid-template-columns: 1fr;
    }
    .woocommerce-checkout .order-failed-content .order-failed-message{
        font-size: 1.125rem;
    }
    .home-featured-products .item .cont-wrap h3{
        font-size: 1.5rem;
    }
    .home-featured-products .item:nth-of-type(even) .img-wrap{
        padding-left: 1rem;
    }
    .home-featured-products .item:nth-of-type(odd) .img-wrap{
        padding-right: 1rem;
    }
    .mobile-smaller{
        font-size: 0.75rem !important;
        font-family: 'Montserrat';
    }
}
.button-auto-width{
    width: auto !important;
}
.footer-input form{
    position: relative;
}
.footer-input form input{
    box-shadow: none !important;
    padding: 0 !important;
}
.footer-input form span.icon-arrow-right{
    position: absolute;
    right: 0;
    top: -5px;
    pointer-events: none !important;
}
marquee > .flex{
    height: 6.25rem;
    width: max-content;
    gap: 2rem
}
marquee img{
    height: auto;
    width: auto;
}
#wpadminbar{
    z-index: 9999999999999999 !important;
}
.styled_title{
    color: #0A4D5F;
    font-size: 3.75rem;
    line-height: 4.5rem;
}
.border-primary{
    border-color: #0A4D5F;
}
.styled_title > .montserrat{
    font-family: "Montserrat", "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.styled_title > .anton{
    font-family: "Montserrat", "Be Vietnam Pro", sans-serif;
    font-size: 4rem;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: -0.03em;
}
.home_pd_slide .slick-list{
    padding-right: 120px;
}
.footer-input form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-input form .wpcf7-not-valid-tip{
    display: none !important;
}
.footer-input .wpcf7 form .wpcf7-response-output{
    margin: 0 !important;
}
.footer-input form > span.wpcf7-form-control-wrap{
    flex-grow: 1;
}
.menu_footer ul > li > a:hover{
    text-decoration: underline !important;
}
@media only screen and (max-width: 1199px){
    .main-menu__center{
        margin-left: 0;
    }
    .main-menu__left{
        margin-left: auto;
    }
    .main-menu__right > .flex > button:first-child{
        margin-left: 0 !important;
    }
    .styled_title{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 991px){
    .last_section_home{
        padding-top: 2rem;
    }
    .last_section_home .styled_title{
        text-align: center;
    }
    .styled_title{
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .featured-slides .featured-item{
        flex-direction: column;
        align-items: center;
    }
    .featured-slides .featured-item .center-media{
        order: -1;
        width: 50%;
        padding: 0;
    }
    .featured-slides .featured-item .left-title{
        padding-top: 1rem;
        text-align: center;
        width: 50%;
        font-size: 30px;
        max-width: 100%;
        padding-bottom: 1rem;
    }
    .featured-slides .featured-item .center-media img, .featured-slides .featured-item .center-media video{
        height: auto;
        width: 100%;
    }
    .featured-slides .featured-item .right-content .button.button-transparent{
        margin-left: auto;
        margin-right: auto;
    }
    .featured-slides .featured-item .right-content{
        margin-bottom: 0;
        width: 50%;
        text-align: center;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}
@media only screen and (max-width: 767px){

    .styled_title{
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .featured-slides .featured-item .center-media,
    .featured-slides .featured-item .left-title,
    .featured-slides .featured-item .right-content{
        width: 100%;
    }
}
.CR-custom-cart--form--right .cart_totals table{
    width: 100%;
}
.woocommerce .quantity .qty{
    width: 3.631em;
    text-align: center;
}
.woocommerce table.shop_table th{
    width: 35%;
    text-align: left;
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
    font-size: 0.875rem /* 14/16 */;
    color: var(--cl-black);
}
.woocommerce form .form-row label{
    line-height: 2;
}
.woocommerce form .form-row{
    margin-bottom: 6px;
}
.woocommerce form .form-row .required{
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
}
.CR-custom-checkout--step-payment .wc_payment_methods{
    list-style: none !important;
    margin-left: 0 !important;
}
.CR-custom-checkout--order-view .woocommerce-checkout-review-order table{
    width: 100%;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
    border-top: 1px solid rgba(0,0,0,.1);
}