/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* // Font Google Sans - Hyle */

@font-face {
    font-family: 'Google Sans';
    src: url('./assets/fonts/GoogleSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans';
    src: url('./assets/fonts/GoogleSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans';
    src: url('./assets/fonts/GoogleSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans';
    src: url('./assets/fonts/GoogleSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans';
    src: url('./assets/fonts/GoogleSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans';
    src: url('./assets/fonts/GoogleSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Áp dụng toàn bộ web */
body, button, input, textarea, select {
    font-family: 'Google Sans', sans-serif !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    scrollbar-gutter: stable;
}

/* thẻ h1 */
.text_h1,
.text_h1>* {
    font-size: 32px !important;
}

/* thẻ h2 */
.text_h2,
.text_h2>* {
    font-size: 28px !important;
}

/* tiêu đề 1 */
.text_title_main,
.text_title_main>* {
    font-size: 20px !important;
    font-weight: 700;
}
.text_title_secondary,
.text_title_secondary>* {
    font-size: 18px !important;
    font-weight: 700;
}

.text_md,
.text_md>*{
    font-size: 16px !important;
}
.text_md_15,
.text_md_15>*{
    font-size: 15px !important;
}
/* text */
.text_desc,
.text_desc   >* {
    font-size: 14px !important;
}

/* font weight */
.fw_600,
.fw_600>* {
    font-weight: 600 !important;
}

.fw_500,
.fw_500>* {
    font-weight: 500 !important;
}

/* body {
    background-color: #fff;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    font-family: "GoogleSans-Regular", sans-serif !important;
} */
#header .container,
#footer .section-content{
    max-width: 1340px !important;
}
#header .container .row,
#footer .row{
    max-width: 100% !important;
}
#footer .section_footer{
    justify-content: center;
}
.section_amlab{
    width: 100%;
    padding: 0 70px;
}

.text_ellip_2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-inner .amlab_btn_buy {
    border-radius: 32px;
    border: 1px solid #fff;
    color: #fff;
    padding: 0 36px;
    align-content: center;
    font-size: 18px;
}
.banner_slider .text-inner .amlab_btn_buy:hover,
.banner_bg_white .text-inner .amlab_btn_buy:hover,
.section_main .row_category .col_left .banner .text-inner .amlab_btn_buy:hover{
    color: #fff;
}
.banner_bg_white .text-inner .amlab_btn_buy{
    border: 1px solid #000000;
    color: #0C0A0A;
}

.text-inner .amlab_btn_buy:hover {
    color: #000000;
    background: linear-gradient(90deg, #FF6117, #FF9900);
}
.blogs_list_new .post-item a.button{
    min-height: 40px !important;
    font-size: 20px;
}
.blogs_list_new .post-item a.button,
.button.amlab_see_more{
    font-weight: 500;
    border: 1px solid #FF6117 ;
    background: #fff;
    border-radius: 10px !important;
    transition: all 0.3s ease;
    position: relative;
    padding: 0 36px 0 20px;
    align-content: center;
    animation: all 0.3s ease-in-out;
    position: relative;
    font-family: 'Google Sans', sans-serif !important;
    font-size: 16px;
    line-height: 40px;
}
.section_intro .section-bg-overlay{
    background-color: #000000CC !important;
}
.blogs_list_new .post-item a.button::after,
.button.amlab_see_more::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 10px;
    width: 15px;
    height: 15px;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    -webkit-mask: url(./assets/images/arrow_right.png) center/contain no-repeat;
    mask: url(./assets/images/arrow_right.png) center/contain no-repeat;
    z-index: 2;
    background: linear-gradient(90deg, #FF6117, #FF9900);
}
.blogs_list_new .post-item a.button,
.button.amlab_see_more span{
    /* Chữ gradient */
    background: linear-gradient(90deg, #FF6117, #FF9900);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* Giữ lại nền trắng phía sau */
    background-color: #fff;
    text-transform: capitalize !important;
}
.blogs_list_new .post-item a.button:hover{
    background: linear-gradient(90deg, #FF6117, #FF9900);
    -webkit-text-fill-color: #fff;
    box-shadow: none;
}
.button.amlab_see_more:hover{
    background: linear-gradient(90deg, #FF6117, #FF9900);
    -webkit-text-fill-color: #fff;
    border-color: transparent;
    box-shadow: none;
}
.button.amlab_see_more:hover span{
    /* background: #fff; */
    -webkit-text-fill-color: #fff;
    border-color: transparent;
}
.blogs_list_new .post-item a.button:hover::after,
.button.amlab_see_more:hover::after{
    background: #fff;
}
.custom-product-description h2.amlab_title,
.section_title h2{
    font-size: 40px;
    line-height: 1;
    font-family: 'Google Sans', sans-serif !important;
    font-weight: bold;
    color: #0C0A0A;
    border-left: 6px solid;
    border-image: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
    border-image-slice: 1;
    padding-left: 10px;
    text-transform: uppercase;
}
.custom-product-description h3.amlab_title,
.section_title h3 { 
    font-size: 32px;
    line-height: 1;
    font-family: 'Google Sans', sans-serif !important;
    color: #0C0A0A;
    border-left: 6px solid;
    border-image: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
    border-image-slice: 1;
    padding-left: 10px;
    text-transform: uppercase;
}
.section_blog_list_sale .title_gradiant h3 {
    font-size: 32px;
    line-height: 1.4;
    font-family: 'Google Sans', sans-serif !important;
    background: linear-gradient(90deg, #FF6117, #FF9900);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    padding-left: 35px;
    z-index: 0;
    position: relative;
    align-content: center;
}
.section_blog_list_sale .title_gradiant h3::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    background-image: url(./assets/images/Promotions.png) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}
.section_intro .section_title h2 {
    font-size: 35px;
    line-height: 1;
    font-family: 'Google Sans', sans-serif !important;
    color: #fff !important;
    border-left: 6px solid;
    border-image: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
    border-image-slice: 1;
    padding-left: 10px;
    text-transform: none;
    font-weight: 400;
}
.section_intro .section_title h2 span{
    font-size: 40px;
    font-weight: 700;
}
.custom-product-description h2.amlab_title{
    font-size: 36px;
}
.custom-product-description p, h3,h4,h2{
    color: #0C0A0A;
}
.custom-product-description h2{
    font-size: 22px;
    line-height: 28px;
    font-family: 'Google Sans', sans-serif !important;
}
.post-item .box-text .post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    width: 100%;
    line-height: 1.4;
    white-space: normal;
    /* cho phép xuống dòng */
}

.post-item .box-text .post-meta>* {
    flex: 0 1 auto;
    min-width: 0;
    white-space: wrap;
    /* tránh overflow khi text dài */
}

.post-item .box-text .post-meta .post-category {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.post-item .box-text .post-meta .post-category::before,
.post-item .box-text .post-meta .post-category::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #6B7280;
    top: 50%;
    transform: translateY(-50%);
}

.post-item .box-text .post-meta .post-category::before {
    left: -10px;
}

.post-item .box-text .post-meta .post-category::after {
    right: -10px;
}
.post-item .box-image{
    border-radius: 10px;
    overflow: hidden;
}
.post-item .box-text .post-title a{
    color: #0C0A0A;
    font-size: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}
.post-item .box-text .from_the_blog_excerpt{
    font-size: 16px;
    color: #6B7280;
}
.gradient-text {
    background: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.custom-breadcrumbs{
    margin-top: 20px;
}
.custom-breadcrumbs a,
.custom-breadcrumbs span{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #0C0A0A;
}
.custom-breadcrumbs .gradient-text{
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: #000;
    color: #000;
}
.custom-breadcrumbs .gradient-text a:last-of-type,
.custom-breadcrumbs span.gradient-text {
    background: linear-gradient(90deg, #FF6117 0%, #FF9900 100%) ;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* header */
.header-wrapper.stuck{
    background: #fff !important;
}
#header .header-top{
    height: 45px;
    border-bottom: 1px solid #6E6E6E;
    background-color: #fff;
}
#header .header-top .flex-center{
    max-width: 100%;
    flex: 1 1 100%;
}

#header .header-top .flex-center .col_right .col-inner{
    display: flex;
    justify-content: flex-end;
    gap: 20px;  
}
#header .header-top .flex-center .col_right .col-inner .stack{
    justify-content: flex-end;
}
#header .header-top .col{
    padding: 0;
}
#header .header-top .col_right{
    padding: 0;
}
#header .header-top .icon-box{
    display: flex;
    align-items: center;
    gap: 5px;
}
#header .header-top .icon-box .icon-box-img{
    width: 16px !important;
    height: 20px !important;
    margin-bottom: 8px;
}
#header .header-top .text{
    font-size: 14px;
    color: #6E6E6E;
}
#header .header-top .icon-box .icon-box-img img{
    aspect-ratio: 1 / 1;
    padding-top: 0;
    height: 100%;
}
#header .header-main .flex-left{
    flex: 1 1 50%;
}
#header .header-main .flex-right {
    flex: 1 1 50%;
}
#header .header-main .flex-left ul{
    justify-content: center;
    
}
#header .header-main .menu-item.has-dropdown::before,
#header .header-main .menu-item.has-dropdown::after{
    display: none;
}
#header .header-main .menu-item .sub-menu{
    border: none;
    border-radius: 20px;
    overflow: hidden;
    top: 70px !important;
    box-shadow: 0px 0px 4px 0px #00000040;
    
}
#header .header-main .nav-top-link{
    font-size: 16px;
    text-transform: capitalize;
    color: #323232;
    font-weight: 400;
    vertical-align: middle;
    padding: 8px 8px;
    border-radius: 5px;
    min-width: 110px;
    text-align: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
#header .header-main .header-nav.nav-left .nav-top-link:hover{
    background: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
    color: #fff;
    /* font-weight: 700; */
}
#header .header-main .nav-top-link .icon-angle-down{
    opacity: 1;
}
#header .header-main .nav-top-link:hover .icon-angle-down{
    color: #fff;
    transform: rotate(180deg);
}

#header .header-main .nav-top-link.header-cart-link{
    min-width: fit-content;
}

#header .header-main .flex-right .header-nav{
    width: 100%;
    flex-wrap: nowrap;

}
#header .header-main .header-search-form{
    width: 100%;
    margin: 0;
}
#header .header-main .header-search-form .search-field{
    min-height: 36px;
    border-radius: 18px;
}
#header .header-main .header-search-form .search-field::placeholder{
    font-size: 14px;
}
#header .header-main .header-search-form .ux-search-submit{
    right: -5px;
    padding-top: 3px;
}

#header .header-main .header-search-form .icon-search{
    width: 26px;
    aspect-ratio: 1 / 1;
    color: #fff;
    border-radius: 50%;
    background: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
    align-items: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    display: flex;
}
/* #header .header-main .header-search-form .icon-search::before{
    width: 12px;
    aspect-ratio: 1 / 1;
} */
#header .searchform-wrapper.form-flat .flex-col:last-of-type {
    margin-left: -3.9em;
    padding-right: 8px;
}
#header .header-main .flex-right .cart-item .header-cart-link .header-cart-icon{
    width: 40px !important;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
    align-items: center;
    justify-content: center;
    align-self: center;
    font-size: 16px;
    font-weight: 400;
    display: flex;
}
#header .header-main .flex-right .cart-item .header-cart-link .header-cart-icon img{
    max-width: 50% !important;
    min-width: 50%;
    height: auto;
    aspect-ratio: 1 / 1;
}
#header .header-main .flex-right .cart-item .header-cart-link [data-icon-label]:after{
    background-color: #EC1D27;
    right: -5px;
    top: -5px;
}
#footer .col{
    padding-bottom: 0;
}
#footer p,
#footer .text,
#footer h4,
#footer .text_title_secondary,
#footer .ux-menu-link__link {
    color: #fff;
}
#footer .ux-menu-link__link {
    line-height: 20px;}
#footer p{
    margin-bottom: 10px;
}
#footer .ux-menu-link__link{
    min-height: 25px;
    border: none;
    padding: 5px 0;
}
#footer .text_title_secondary{
    border-bottom: 1px solid #6E6E6E;
    padding: 10px 0;
}
#footer .stack.social_icon .img{
    max-width: 36px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    margin: 0 !important;
}
#footer .stack.social_icon{
    gap: 10px;
    margin-top: 10px;
}
#footer .absolute-footer{
    display: none;
}
#footer .amlab_bottom_footer{
    justify-content: space-between;
    align-items: center;
    
}
#footer .amlab_bottom_footer .text{
    width: 100%;
}
#footer .amlab_bottom_footer .img-inner{
    text-align: end;
}
#footer .amlab_bottom_footer img{
    max-width: 150px;
}

.product_meta .accordion{
    border-radius: 8px;
    overflow: hidden;
}
.product_meta .accordion-title {
    font-family: 'Google Sans', sans-serif !important;
    padding: 10px;
    border-top: none;
    min-height: 60px;
    align-content: center;
}

.product_meta .accordion-title.active {
    background: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
}

.product_meta .accordion-title.active span {
    color: #fff;
}

.product_meta .accordion-title span,
.accordion-title span{
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    letter-spacing: normal;
    position: relative;
}
.product_meta .accordion-title span{
    padding: 8px 0 8px 30px;
}
.product_meta .accordion-item .accordion-title span::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
}
.product_meta .accordion-item .accordion-title span::before{
    background: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
}
.product_meta .accordion-item .accordion-title.active span::before{
    background: #fff;
}
.product_meta .accordion-item:nth-child(1) .accordion-title span::before{
   
    /* Dùng SVG làm mask */
    -webkit-mask: url(./assets/images/file.svg) center/contain no-repeat;
    mask: url(./assets/images/file.svg) center/contain no-repeat;
}
.product_meta .accordion-item:nth-child(2) .accordion-title span::before{
    /* Dùng SVG làm mask */
    -webkit-mask: url(./assets/images/box.svg) center/contain no-repeat;
    mask: url(./assets/images/box.svg) center/contain no-repeat;
}
.product_meta .accordion-item:nth-child(3) .accordion-title span::before{
    /* Dùng SVG làm mask */
    -webkit-mask: url(./assets/images/question.svg) center/contain no-repeat;
    mask: url(./assets/images/question.svg) center/contain no-repeat;
}
.product_meta .accordion .active .toggle{
    color: #fff;
    top: 0;
}
.product_meta .accordion-item {
    border-radius: 8px;
    overflow: hidden;
    min-height: 60px;
    background: #F8EEE3;
    border: 1px solid #FF6117;
}

.product_meta .accordion-item .accordion-title.active ~ .accordion-inner {
    text-align: left;
    width: 100%;
    overflow: hidden;
    font-family: 'Google Sans', sans-serif !important;
    color: #000000;
    font-size: 16px;
    background: #F8EEE3;
    padding: 15px;
    /* border: 1px solid;
    border-image: linear-gradient(180deg, #FF6117 0%, #FF9900 100%);
    border-image-slice: 1; */
}

.product_meta .accordion-inner {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
#amlab-filter-form .accordion-title{
    padding: 10px 0;
    background: #fff !important;
    border-top: 1px solid #eee;
    margin: 0;
}
.accordion .toggle{
    width: 15px;
    font-size: 12px;
    top: 0 !important;
    min-height: 100%;
}
#amlab-filter-form .accordion .toggle{
    color: #000000 !important;
}

.product_meta .accordion .toggle,
 .accordion .toggle {
    border-radius: 999px;
    left: auto;
    right: 10px;
    margin-right: 5px;
    position: absolute;
    transform-origin: 50% 47%;
    transform: translateY(10%);
}
.product_meta .accordion .toggle{
    width: 20px;
    height: 60px;
}

.product_meta .icon-angle-down {
    align-self: center;
    top: -5px;
}
.product_meta .accordion-title.active .icon-angle-down{
    transform: rotate(180deg);
}
.product-container .product_meta .accordion:nth-child(2){
    padding: 20px 0;
}
.custom-product-description .term-description .col-inner {
    height: 400px;
    overflow: hidden;
    position: relative;
    transition: height 0.4s ease;
}

/* lớp mờ ở đáy khi đang thu gọn */
.custom-product-description .term-description .col-inner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #fff 100%);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* Khi mở rộng thì ẩn lớp mờ */
.custom-product-description .term-description .col-inner.expanded::after {
    opacity: 0;
}
.custom-product-description .devvn_readmore_taxonomy_flatsome {
    text-align: center;
    margin-top: 30px;
}

.custom-product-description .devvn_readmore_taxonomy_flatsome a {
    display: inline;
    color: #FF6117;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 8px 20px;
    border-radius: 10px;
    border: 1px solid #FF6117;
    margin-top: 20px;
}

.custom-product-description .devvn_readmore_taxonomy_flatsome a:hover {
    color: #FF9900;
}

.custom-product-description .term-description .col-inner.collapsed {
    overflow: hidden;
}

.custom-product-description .term-description .col-inner.expanded {
    overflow: visible;
}
.amlab-single-product .product-info.summary .amlab_stock_in,
.amlab-single-product .product-info.summary .amlab_stock_out{
    border-bottom: none !important;
}

.amlab_stock_in, 
.amlab_stock_out{
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 0;
    border-bottom: 1px solid #CACACA;
}
.amlab_stock_in .amlab_stock_in_icon{
    border-radius: 50%;
    background: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
}
.amlab_stock_in .amlab_stock_in_icon svg{
    font-size: 16px;
    max-width: 16px;
}
.amlab_stock_status .text_desc span{
    font-weight: 600;
}
.amlab_price_custom{
    display: flex;
    gap: 15px;
    align-items: center;
    align-content: center; 
}
.product-small.box .product-title{
    text-align: center;
    min-height: 60px;
}
.product-small.box .product-title a{
    font-size: 20px;
    font-weight: 500;
    font-family: 'Google Sans', sans-serif !important;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.amlab_price_custom .product-page-price{
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
}
.amlab_price_custom .price del{
    align-self: baseline;
    height: 20px;
}

.amlab_price_custom .price  del .amount,
.product-small.box .price del .amount{
    font-size: 20px;
    font-weight: 400;
    color: #868686;
}
.product-small.box .price del .amount bdi{
    text-decoration: line-through;
}
.product-small.box .price del{
    align-self: flex-start;
    padding: 4px 8px;
    width: 100%;
    height: 28px;
    align-self: center;
    align-content: center;
}
.product-small.box .price del bdi{
    position: absolute;
    right: 42%;
}
.amlab_price_custom .price ins .amount {
    font-size: 32px;
    font-weight: 700;
    color: #EC1D27;
}
.product-small.box .price ins .amount,
.product-small.box .price>.amount bdi{
    font-size: 24px;
    font-weight: 700;
    color: #EC1D27;
}
.product-small.box .price-wrapper{
    /* display: flex;
    justify-content: center ; */
    position: relative;
    min-height: 60px;
}
.product-small.box .price-wrapper .price{
    display: flex; 
    flex-direction: column-reverse;
    flex-wrap: wrap;
    text-align: center;
    gap: 5px;
}
.product-small.box .ribbon-new {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #FF2E2E;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #fff;
    letter-spacing: 1px;
    z-index: 3;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.product-small.box .ribbon-new span{
    transform: rotate(-45deg);
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 0 0 0;
    font-family: 'Google Sans', sans-serif !important;
}
.amlab_price_custom .sale-percentage,
.product-small.box .sale-percentage{
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    border-radius: 4px;
    background: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
    line-height: 1.2;
    padding: 2px 8px;
}
.product-small.box .sale-percentage{
   position: absolute;
   bottom: 0;
   left: 62%;
}
.product-info.summary .product_title{
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
}
.product-info.summary .product-short-description{
    padding-top: 15px;
    border-top: 1px solid #CACACA;
    font-size: 16px;
    color: #0C0A0A;
}
.product-info.summary .cart button.ux-buy-now-button{
    display: none;
}
.product-policy-box {
    margin-bottom: 15px;
    margin-top: 15px;
}

.product-policy-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-policy-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 0 !important;
}

.product-policy-list img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.product-policy-list span {
    font-size: 14px;
    color: #000000;
    line-height: 1.4;
    font-family: 'Google Sans', sans-serif !important;
}

.product-info.summary .compare{
    display: none !important;
}
.product-info.summary .cart{
    max-width: 100%;
    background: transparent;
    min-height: 44px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #CACACA;
}
.product-info.summary .cart button{
    width: 100%;
    box-shadow: 0px 0px 4px 0px #00000040;
    border: 1px solid #FF6117 !important;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    color: #FF6117;
    position: relative;
    background: transparent !important;
}
.product-info.summary .cart button:hover{
    background: linear-gradient(90deg, #FF6117 0%, #FF9900 100%) !important;
    color: #fff !important;
    border: none !important;
}
.add-to-cart-button a{
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    background: transparent;
    min-height: 44px;
    color: #FF6117 !important;
    font-weight: 500;
    font-size: 16px !important;
    border: none !important;
    align-self: center;
    align-content: center   ;
    text-transform: capitalize;
    letter-spacing: -2%;
    padding-left: 50px;
    border: 1px solid #FF6117 !important;
}
.product-small.col .col-inner{
    border-radius: 20px;
    overflow: hidden;
    transition:box-shadow 0.4s ease;
    border: 1px solid transparent;
    background: #fff;
    box-shadow: 0px 0px 3px 0px #00000040;
}
.product-small.col:hover .col-inner{
    border: 1px solid #FF6117;
}
.product-small.col .col-inner .box-text{
    padding: 10px;
}
.product-small.col .box-image a img{
    aspect-ratio: 55 / 46;
    object-fit: cover;
}
/* .product-small.col:hover .col-inner{
    transform: scaleY(0.95);
} */
.product-small.col:hover .add-to-cart-button a{
    background: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
    color: #fff !important;
    border: none !important;
}

.add-to-cart-button a::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 55px;
    right: 0;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    background-image: url(./assets/images/add-to-cart.png);
    padding-right: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.product-small.col:hover .add-to-cart-button a::before{
    background-image: url(./assets/images/add-to-cart_white.png);
}
.product-info.summary .cart button::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 33%;
    right: 0;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    background-image: url(./assets/images/add-to-cart.png);
    padding-right: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.product-info.summary .cart button:hover::before{
    background-image: url(./assets/images/add-to-cart_white.png);
}
.product-contact-box{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    align-content: center;
}
.product-contact-box .product-contact-list{
    display: flex;
    gap: 5px;
    margin-bottom: 0;
    
}
.product-contact-box .product-contact-list span{
    font-size: 16px;
    font-weight: 500;
}
.product-contact-box .product-contact-list li{
    list-style-type: none;
    height: 40px;
    border-radius: 6px;
    margin: 0 !important;
}
.product-contact-box .product-contact-list li:nth-child(3) ,
.product-contact-box .product-contact-list li:nth-child(4){
    gap: 5px;
    display: flex;
    color: #FF6117;
    align-content: center;
    align-items: center;
    border: 1px solid #FF6117;
    padding: 9px;
}
.product-contact-box .product-contact-list li:nth-child(3) a,
.product-contact-box .product-contact-list li:nth-child(4) a {
    color: #FF6117 !important;
    font-size: 16px; 
    font-weight: 500;
    align-self: center;
}
.product-contact-box .product-contact-list li:nth-child(3) img,
.product-contact-box .product-contact-list li:nth-child(4) img{
    max-width: 20px;
}
.product-contact-box .product-contact-list li img{
    max-width: 40px;
    aspect-ratio: 1 / 1;
    height: 100%;
}
.related.product-section{
    border-top: none;
}
.related.product-section .product-section-title{
    font-size: 36px;
    line-height: 1;
    font-family: 'Google Sans', sans-serif !important;
    color: #0C0A0A;
    border-left: 6px solid;
    border-image: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
    border-image-slice: 1;
    padding-left: 10px;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
}

.widget_price_filter .ui-slider .ui-slider-range{
    min-height: 8px;
    background: linear-gradient(180deg, #FF6117 0%, #FF9900 100%);
    opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle{
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 3px solid #FF6117;
}
.woo-price-slider{
    position: relative;
    margin-top: 40px;
}
.widget_price_filter .price_slider_amount button{
    background: linear-gradient(180deg, #FF6117 0%, #FF9900 100%);
    font-family: 'Google Sans', sans-serif !important;
    font-size: 14px;
}
.widget_price_filter .price_label{
    position: absolute;
    top: -40px;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    width: 100%;
    align-items: center;
    align-content: center;
    min-height: 30px;
}
.widget_price_filter .price_label .from,
.widget_price_filter .price_label .to{
    padding: 3px 5px;
    border-radius: 1px;
    border: .25px solid #eee;
    font-size: 14px;
    font-weight: 500;
}

#amlab-filter-form .accordion-inner{
    padding: 0;
}
.woocommerce-Price-currencySymbol{
    font-size: 16px !important;
    vertical-align: top !important;
}


.amlab-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
}

.amlab-dropdown-label {
    color: #000000;
    display: flex;
    gap: 5px;
    align-items: center;
}

.amlab-dropdown-menu {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    list-style: none;
    margin: 0;
    padding: 6px 0;
    border-radius: 6px;
    min-width: 200px;
    z-index: 999;
    right: 0;
}

.amlab-dropdown:hover .amlab-dropdown-menu {
    display: block;
}

.amlab-dropdown-menu li {
    padding: 6px 14px;
    margin: 0 !important;
}

.amlab-dropdown-menu li a {
    text-decoration: none;
    color: #333;
    display: block;
}

.amlab-dropdown-menu li:hover,
.amlab-dropdown-menu li.active {
    color: #fff;
    background: linear-gradient(180deg, #FF6117 0%, #FF9900 100%);
}

.amlab-dropdown-menu li:hover a {
    color: #fff;
}

.amlab-dropdown-menu li.active a{
    color: #fff;
    font-weight: 600;
}

.amlab_custom_render .amlab-dropdown-label::after {
    content: "";
    background-image: url("./assets/images/arrow_down.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 14px;
    height: 14px;
    position: relative;
    right: 0;
    bottom: 0;
}

.amlab_custom_render{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
}
.amlab_custom_select_option{
    margin: 20px 0;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
.amlab_custom_select_option .clear-all{
    margin: 0;
    background: linear-gradient(180deg, #FF6117 0%, #FF9900 100%);
    text-transform: capitalize;
    color: #fff;
 
}
.amlab_custom_select_option .clear-all,
.amlab_custom_select_option span.selected-item{
    padding: 8px 12px;
    border-radius: 32px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
    text-transform: capitalize !important;
}
.amlab_custom_select_option span.selected-item{
    border: 1px solid #C8C1C1;
}
.amlab_custom_select_option span.selected-item:hover{
    background: linear-gradient(180deg, #FF6117 0%, #FF9900 100%);
    color: #fff;
}
.amlab_no_products{
    text-align: center;
    font-family: 'Google Sans', sans-serif !important;
} 
.amlab_no_products img{
    width: 175px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin-bottom: 10px;
    margin-top: 30px;
}




.amlab_show_post_archive {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 8px;
    margin: 0;
    list-style: none;
    border: 2px solid #ffa133;
    border-radius: 50px;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    font-family: 'Google Sans', sans-serif !important;
    scroll-padding: 0 12px;
    background: #fff;
    cursor: grab;
}

/* Ẩn scrollbar (các trình duyệt chính) */
.amlab_show_post_archive::-webkit-scrollbar {
    display: none;
}

.amlab_show_post_archive {
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}
.amlab_show_post_archive.dragging {
    cursor: grabbing;
    user-select: none;
}
.amlab_show_post_archive li {
    flex: 0 0 auto;
    margin-bottom: 0;
    padding: 5px 12px;
    font-size: 18px;
    border-radius: 32px;
    cursor: pointer;
    margin-left: 0 !important;
    scroll-snap-align: start;
    color: #000000;
    font-weight: 500;
}
.amlab_show_post_archive li:hover,
.amlab_show_post_archive li.active{
    background: linear-gradient(180deg, #FF6117 0%, #FF9900 100%);
    color: #fff;
}

.amlab_show_post_archive li a {
    display: block;
    /* padding: 6px 16px; */
    color: #222;
    font-weight: 500;
    text-decoration: none;
    border-radius: 40px;
    transition: all 0.25s ease;
}

.amlab_show_post_archive li:hover a {
    /* background: linear-gradient(90deg, #FF6A00, #FF9900);; */
    color: #fff;
}

.amlab_show_post_archive li.active a {
    /* background: linear-gradient(90deg, #FF6A00, #FF9900); */
    color: #fff !important;
    font-weight: 600;
    box-shadow: 0 2px 5px rgba(255, 153, 0, 0.3);
}
.amlab_custom_cate_list .col{
    padding: 30px 15px 0 15px;
}
.blogs_list_new{
    padding: 0 !important;
}

/*                      trang chủ                        */

/* Container của dots */
.section_banner .flickity-page-dots{
    bottom: 80px;
}
.col_left .flickity-page-dots{
    bottom: 30px
}
.banner{
    background-color: #fff !important;
}
.flickity-page-dots {
    /* bottom: -30px; */
    display: flex;
    justify-content: center;
    gap: 6px;
    background: #2e2e2e;
    border-radius: 20px;
    padding: 4px 10px;
    width: fit-content;
    margin: 0 auto;
}

/* Dot bình thường */
.flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    background: #777;
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
    border: none !important;
    margin: 0 !important;
}

/* Dot active */
.flickity-page-dots .dot.is-selected {
    width: 22px;
    border-radius: 999px;
    background: #fff;
}

.flickity-page-dots .dot {
    transition: width 0.25s ease, background 0.25s ease;
}


.section_banner .banner .text-inner img{
    min-height: 100px;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.section_banner .banner .text-inner .banner_header h1{
    font-size: 100px;
    font-family: 'Google Sans', sans-serif !important;
    line-height: 100%;
    font-weight: 700;
    margin: 0;
}


.section_main .section-bg img{
    opacity: .1;
}
.section_main  .col{
    padding-bottom: 0;
}
.section_main .row_intro{
    border-radius: 20px;
    background: linear-gradient(90deg, #FF6A00, #FF9900);
    border: 10px solid #Ffffff;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.section_main .row_intro .col .icon-box{
    display: flex;
    gap: 8px;
    align-self: center;
    align-items: center;
    padding: 20px 0;
}
.section_main .row_intro .col .icon-box .text_md{
    text-transform: uppercase;
    color: #fff;
}
.section_main .row_intro .col .icon-box .text_md.icon_title{
    display: inline-flex;
    border-radius: 6px;
    background: #fff;
    color: #FF6117;
    padding: 2px 6px;
    line-height: 20px;
}
.section_main .row_intro .col .icon-box .text_md:last-child p{
    font-weight: 700;
}
.section_main .row_intro .col .icon-box .icon-box-img{
    margin-bottom: 0;
    width: 44px !important;
}
.section_main .row_intro .col .icon-box .icon-box-img img{
    padding-top: 0;
}

.section_main .row_category{
    margin-top: 60px;
    margin-bottom: 60px;
}
.section_main .row_category .col_left{
    padding-left: 10px;
    padding-right: 0px !important;
    min-width: 45%;
}
.section_main .row_category .col_left .img-inner{
    border-radius: 10px;
    overflow: hidden;
}
.section_main .row_category .col_left .banner{
    /* object-fit: cover; */
    width: 100%;
    aspect-ratio: 6 / 7;
    border-radius: 10px;
    overflow: hidden;
    /* min-height: 610px; */
}
.section_main .row_category .col_left .banner img{
    object-fit: cover;
}
.section_main .row_category .col_left .banner .banner_header h1{
    font-size: 64px;
    line-height: 1;
    margin: 0;
}
.section_main .row_category .col_right{
    /* padding-left: 0px ; */
    /* padding-right: 15px; */
    max-width: 55%;
}
.section_main .row_category .col_right>.col-inner{
    /* overflow: hidden; */
}
.section_main .row_category .col_right .flickity-prev-next-button{
    /* opacity: 1; */
    /* transform: none !important; */
    border-color: transparent; 
    color: #00000040;
}
.section_main .row_category .col_right .flickity-prev-next-button svg{
    /* box-shadow: 0px 0px 4px 0px #00000040; */
    padding: 30%;
    border: 1px solid;
    background: #fff;
}
.section_main .row_category .col_right .flickity-prev-next-button:hover svg{
    background: rgba(0, 0, 0, 0.4) !important;
    /* background: linear-gradient(90deg, #FF6A00, #FF9900) !important; */
}
/* .section_main .row_category .col_right .flickity-prev-next-button.next svg path.arrow{
    transform: translate(-40%, -50%) rotate(180deg);
} */

.section_main .row_category .col_right .flickity-prev-next-button.previous{
    left: -15px;
}
.section_main .row_category .col_right .flickity-prev-next-button.next{
    right: -15px;
}
.section_main .row_category .col_right .lists_cate{
    margin:  0 auto !important;
    overflow: hidden;
}
.section_main .row_category .col_right .large-12 .row{
    margin: 0 auto !important;
}
.section_main .row_category .col_right img,
.section_amlab_mega_menu .col .box img{
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
}
.section_main .row_category .col_right img{
    max-width: 145px;
}
.section_amlab_mega_menu .col .box img{
    max-width: 125px;
}
.section_main .row_category .col_right .large-12{
    padding: 0;
}
.section_main .row_category .col_right .row .row .col{
    max-width: 200px;
    padding: 0;
    margin: 0 5px;
}
.section_main .row_category .col_right .row .row .col:last-child{
    margin: 0 0 0 8px;
}
.section_main .row_category .col_right .row .row .col:first-child{ 
    margin: 0 10px 0 1px;
}

.section_main .row_category .col_right .col .box,
.section_amlab_mega_menu .col .box{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #fff;
    margin: 5px 0px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.section_main .row_category .col_right .col .box{
    /* aspect-ratio: 1 / 1; */
    box-shadow: 0px 0px 2px 0px #00000040;
}
/* .section_amlab_mega_menu .col .box{
    aspect-ratio: 8 / 7;
} */
.section_amlab_mega_menu .col .box h4{
    font-weight: 400;
}
.section_main .row_category .col_right .col .box:hover,
.section_amlab_mega_menu .col .box:hover{
    background: linear-gradient(180deg, #FF6A00, #FF9900);
}
.section_main .row_category .col_right .col .box:hover h4,
.section_amlab_mega_menu .col .box:hover h4{
    color: #fff;
    /* font-weight: 700; */
}
.section_main .row_category .col_right .col .box .box-text,
.section_amlab_mega_menu .col .box .box-text{
    min-height: 50px;
    align-self: center;
    align-content: center;
    padding: 0;
}
.section_main .row_category .col_right .col .box .box-image,
.section_amlab_mega_menu .col .box .box-image{
    text-align: center;
}
.section_main .row_category .col_right .col .box h4{
    word-spacing: normal;
    line-height: 1;
    font-weight: 400 !important;
}
/* .section_main .row_category .col_right .col.large-4 {
    padding: 0 4px;
} */
.section_main .row_category .col_right .col.large-4 .col-inner {
    justify-items: end;
}
.amlab-product-list .product-small.col{
    max-width: 25%;
}
.amlab-product-list .amlab-products-wrap{
    display: flex;
}
.section_products_cate h2{
    margin-bottom: 0;
}
.section_products_cate .col_title{
    padding-bottom: 0;
}
.section_products_cate .col_title .col-inner{
    position: relative;
    min-height: 95px;
    margin-bottom: 15px;
    align-content: center;
}
.section_products_cate .col_title .col-inner::after{
    position: absolute;
    content: '';
    background-image: url("./assets/images/t_title.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center ;
    display: block;
    width: 100%;
    height: 100%;
    top: calc(50% - 10px);
    transform: translateY(-50%);
    z-index: -1;
}
.section_products_cate .col_title h2{
    display: inline;
    z-index: 10;
    background: rgb(248, 238, 227);
}
.section_intro .text_intro{
    font-size: 18px;
}
.section_intro .col{
    padding-bottom: 0;
}
.section_intro .col.large-5{
    align-content: center;
}
.section_intro .col.large-5 img{
    border-radius: 20px;
    overflow: hidden;
}

.section_products_cate .col.large-12{
    padding-bottom: 0;
}


/*                          danh mục bài viết                        */



.amlab_custom_cate_list .col{
    padding-top: 0;
    padding-bottom: 30px;
}
.blogs_list_new .col .row:last-child .col{
    padding-bottom: 0;
}
   
.section_blog_list_sale .section-bg img {
    opacity: .1;
}
.section_blog_list_sale{
    background: #F8EEE380;
}
.section_blog_list_sale .post-date-range{
    font-size: 16px;
    color: #6E6E6E;
    font-weight: 500;
    line-height: 20px;
    font-family: 'Google Sans', sans-serif !important;
}

.section_blog_list_sale .post-date-range span{
    background: linear-gradient(90deg, #FF6117, #FF9900);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section_blog_list_sale .col{
    padding-bottom: 0 !important;
}
.blogs_list_new .post-item .col-inner{
    box-shadow: none;
}
.post-sidebar .col_sidebar{
    border-radius: 8px;
    border: 1px solid #ADADAD;
    overflow: hidden;
    padding: 0;
}
.post-sidebar .col_sidebar .sidebar_title{
    min-height: 45px;
    background: linear-gradient(90deg, #FF6117, #FF9900);
    align-content: center;
    align-self: center;
    padding-left: 15px;
}
.post-sidebar .col_sidebar .sidebar_title h4{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-left: 30px;
    position: relative;
    line-height: 24px;
    margin-bottom: 0;
}
.post-sidebar .col_sidebar .sidebar_title h4::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    background-image: url(./assets/images/hot_sale.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}
.post-sidebar .col_sidebar .row{
    margin: 0 auto !important;
}
.post-sidebar .col_sidebar .row .col{
    padding: 10px 10px 0 10px;
}
.post-sidebar .col_sidebar .row .col:not(:last-child) .col-inner{
    border-bottom: 1px solid #ADADAD;
    padding-bottom: 10px;
}
.post-sidebar .col_sidebar .row .col .product-small.box .box-text{
    padding: 0;
    padding-left: 10px;
}
.post-sidebar .col_sidebar .row .col .product-small.box .box-text .product-title{
    text-align: left;
}
.post-sidebar .col_sidebar .row .col .product-small.box .box-text .product-title a{
    font-size: 16px;
    font-weight: 500;
}
.post-sidebar .col_sidebar .row .col .product-small.box .box-image{
    width: 25%;
    height: 100%;
}
.post-sidebar .col_sidebar .row .col .product-small.box .price-wrapper .price{
    text-align: left;
}
.post-sidebar .col_sidebar .product-small.box .price ins .amount{
    font-size: 18px;
}
.post-sidebar .col_sidebar .product-small.box .price del .amount{
    font-size: 16px;
}
.post-sidebar .col_sidebar .product-small.box .price del bdi{
    left: 0;
    right: auto;
}
.post-sidebar .col_sidebar .product-small.box .sale-percentage{
    font-size: 16px;
    line-height: 15px;
    font-weight: 500;
    left: 50%;
    top: 0;
    bottom: auto;
}

.archive.category #post-list .col.post-item{
    padding-bottom: 0;
}
/*                  Trang chi tiết bài viết                  */

#content .entry-title{
    font-weight: 700;
    font-size: 40px;
    color: #0C0A0A;
    line-height: 1.5;
}
.amlab-meta-custom{
    display: flex;
    gap: 6px;
    align-content: center;
    align-items: center;
}
.amlab-meta-custom .author-avatar img{
    border-radius: 50%;
    overflow: hidden;
}
.amlab-meta-custom  span,
.amlab-meta-custom span i{
    font-size: 16px;
    line-height: 20px;
    color: #6E6E6E;
    font-weight: 500;
}
.amlab-meta-custom .meta-sep{
    width: 3px;
    height: 3px;
    border-radius: 5px;
    background: #6E6E6E;
}
#content #ez-toc-container{
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ff9900;
    overflow: hidden;
    padding: 0;
}
#content #ez-toc-container .ez-toc-title-container{
    background: linear-gradient(90deg, #FF6117, #FF9900);
    color: #fff;
    padding: 10px 15px;
}
#content #ez-toc-container .ez-toc-title-container .ez-toc-title{
    font-size: 24px;
    font-weight: 700;
}
#content #ez-toc-container  nav{
    padding: 15px;
}
#content #ez-toc-container .ez-toc-link{
    color: #0C0A0A;
    font-weight: 600;
    font-size: 20px;
}
#content #ez-toc-container .ez-toc-link~ul a{
    color: #0C0A0A;
    font-weight: 400;
    font-size: 18px;
}
/* Ẩn icon SVG mặc định của EZ TOC */
.ez-toc-js-icon-con svg {
    display: none !important;
}
.ez-toc-js-icon-con{
    position: relative;
    border: none !important;
}

/* Thêm icon mũi tên xuống bằng ảnh */
.ez-toc-js-icon-con::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    /* Dùng ảnh làm mask */
    -webkit-mask: url(./assets/images/arrow_down.png) center/contain no-repeat;
    mask: url(./assets/images/arrow_down.png) center/contain no-repeat;

    /* Màu của icon */
    background-color: #fff;

    /* Hiệu ứng */
    transition: transform 0.3s ease;
}

/* Khi TOC đang mở (hoặc icon được active) thì đổi sang mũi tên lên */
#ez-toc-container.toc_close  .ez-toc-js-icon-con::after{
    transform: translate(-50%, -50%) rotate(180deg);
}
.author-box{
   border-top: 1px solid #6E6E6E;
}
.author-box .sec_author{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
}
.author-box .sec_author ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 0;
}
.author-box .sec_author ul img{
    width: 32px;
    aspect-ratio: 1 / 1;
}
.author-box .sec_author ul li{
    list-style-type: none;
    margin-bottom: 0;
}
.author-box .sec_author .author-name a{
    font-size: 24px;
    line-height: 20px; 
    color: #0C0A0A;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Google Sans', sans-serif !important;
}
.author-desc{
    color: #0C0A0A;
    font-size: 16px;
}
.author-box .sec_author .author_posts{
    font-size: 16px;
    font-weight: 400;
    color: #0C0A0A;
}
.author-box .circle img{
    border: 1px solid #FF6117;
    border-radius: 50% !important;
}
.author-box .blog-author-image{
    margin-right: 10px;

}
.author-box .amlab_custom_desc{
    margin-top: 15px;
}

.amlab-post-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0;
    font-size: 15px;
}

.amlab-post-tags .label {
    color: #FF6A00;
    font-weight: 500;
    padding-right: 6px;
    height: 34px;
    border-right: 2px solid #FF9900;
    align-self: center;
    align-content: center;
}

.amlab-post-tags .tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.amlab-post-tags .tag-list li{
    margin-bottom: 0;
}

.amlab-post-tags .tag-list li a {
    display: inline-block;
    padding: 4px 6px;
    border: 1px solid #FF9900;
    border-radius: 5px;
    color: #0C0A0A;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.2s ease;
    background: #fff;
}

.amlab-post-tags .tag-list li a:hover {
    background: linear-gradient(90deg, #FF6117, #FF9900);;
    color: #fff;
}
.entry-content h2,h3,h4,h5{
    font-family: 'Google Sans', sans-serif !important;
}
.entry-content em>a{
    text-decoration: underline;
    color: #ff5e00;
    font-weight: 700;
}
/*                      short code infobox                       */
.amlab-related-posts-box {
    background: #F8F2ED;
    border: 1px solid #ff9900;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 20px 0;
}

.amlab-related-posts-box .related-title {
    font-family: 'Google Sans', sans-serif !important;
    font-size: 20px;
    color: #000;
    margin-bottom: 8px;
}

.amlab-related-posts-box .related-list {
    list-style: disc;
    margin: 0;
    padding-left: 20px;
}

.amlab-related-posts-box .related-list li {
    margin-bottom: 5px;
    list-style-type: disc;
    color:#FF6117 ;
}

.amlab-related-posts-box .related-list a {
    background: linear-gradient(90deg, #FF6117, #FF9900);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 18px;
    font-weight: 400;
}

.amlab-related-posts-box .related-list a:hover {
    color: #ff9900;
    text-decoration: underline;
}
/*                      các trang tự tạo/ custom                 */
.policy-layout .policy-sidebar{
    border-radius: 10px;
    border: 1px solid #FF6A00;
    overflow: hidden;
    position: sticky;
    top: 110px;
}

.policy-layout .policy-sidebar ul li{
    list-style-type: none;
    padding: 10px;
    border-bottom: 0.33px solid #808080;
    margin-bottom: 0;
    cursor: pointer;
}
.policy-layout .policy-sidebar ul li:last-of-type{
    border-bottom: none;
}
.policy-layout .policy-sidebar ul li a{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.policy-layout .policy-sidebar ul li.current_page_item{
    background: linear-gradient(90deg, #FF6117, #FF9900);
}
.policy-layout .policy-sidebar ul li.current_page_item a{
    font-weight: 700;
    color: #fff;
}
#menu-amlab_custom_left_sidebar{ 
    margin-bottom: 0;
}
.policy-content h1,h1,h3,h4,h5{
    color: #0C0A0A;
}
.policy-content p,
.policy-content span,
.policy-content li{
    color: #424242;
}
.policy-content .entry-title{
    font-size: 40px;
    margin-bottom: 0;
}

.amlab-single-product{
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #FF6A00;
    box-shadow: 0px 0px 8px 0px #00000040;
    max-width: 1120px !important;
    margin: 20px auto !important;
}
.amlab-single-product .col{
    padding: 0;
}
.amlab-single-product .col.large-7{
    padding-left: 30px;
    padding-right: 15px;
    /* padding-top: 15px;
    padding-bottom: 15px; */
}
.amlab-single-product .product-info.summary .action_group a.button,
.amlab-single-product .product-info.summary .action_group .cart{
    margin-bottom: 5px !important;
}
.amlab-single-product .product-info.summary .cart{
    border-bottom: none;
    padding-bottom: 0;
    border-radius: 6px !important;
    margin-bottom: 20px;
}
.amlab-single-product .product-info.summary .action_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.amlab-single-product .product-info.summary .action_group>* {
    flex: 1;
}
.amlab-single-product .product-info.summary .product_title{
    font-size: 28px;
}
.amlab-single-product .product-info.summary .action_group .amlab_see_more {
    min-height: 44px;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 6px !important;
    padding: 0 20px;
}

.amlab-single-product .product-info.summary .action_group .cart button:hover {
    background: linear-gradient(90deg, #FF6117 0%, #FF9900 100%) !important;
    color: #fff !important;
    border: none !important;
}

.amlab-single-product .product-info.summary .action_group .cart button:hover::before {
    background-image: url(./assets/images/add-to-cart_white.png);
}

.amlab-single-product .product-info.summary .action_group .cart button::before {
    left: 15%;
}

.amlab-single-product .product-info.summary .button.amlab_see_more::after {
    right: 22%;
}

.amlab-single-product .product-info.summary .product-contact-box {
    margin-right: 20px;
}
.amlab-single-product .product-info.summary .product-policy-list{
    padding: 10px;
    border-top: 1px solid #6E6E6E;
    border-bottom: 1px solid #6E6E6E;
}
.amlab-single-product .product-info.summary .amlab_price_custom .price{
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 10px;
    margin: 0;
}
.amlab-single-product .product-info.summary .amlab_price_custom .price ins .amount{
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.shop-page-title{
    display: none !important    ;
}
.product-meta-section ul{
    padding-left: 15px;
}

/*                          trang giỏ hàng                   */
.woocommerce a.remove{
    border: none;
    width: 30px;
    height: 30px;
}
.amlab-cart-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
}
.amlab-cart-header .cart-title{
    font-size: 22px;
    font-weight: 700;
    color: #0C0A0A;
}
.amlab-cart-header .cart-title span{
    font-weight: 400;
}
.amlab-cart-header .cart-header-right{
    height: 40px;
    border-radius: 10px;
    border: 1px solid #FF6A00;
    align-content: center;
    align-items: center;
    padding: 0 8px;
}
.amlab-cart-header .back-to-shop-btn{
    font-weight: 400;
}
.shop_table tbody tr:last-of-type{
    display: none;
}
.woocommerce-cart-form{
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 4px 0px #00000040;
}
.shop_table tbody tr.cart_item:nth-last-child(2) td{
    border-bottom: none !important;
}
.shop_table .cart_item .product-thumbnail img{
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 2px 0px #00000040;
}
.shop_table .cart_item .product-name a{
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}
.shop_table .cart_item .quantity,
.mini_cart_item .quantity{
    height: 32px;
    overflow: hidden;
}
.shop_table .cart_item .quantity .minus,
.mini_cart_item .quantity .minus{
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.shop_table .cart_item .quantity .plus,
.mini_cart_item .quantity .plus {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.shop_table .cart_item .quantity input,
.mini_cart_item .quantity input{
    height: 32px;
    min-height: 32px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000000;
    box-shadow: none;
}
.shop_table .cart_item .quantity input.ux-quantity__button:hover,
.mini_cart_item .quantity  input.input.ux-quantity__button:hover{
    background: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
    color: #fff;
}
.shop_table .cart_item .product-price .price{
    display: flex;
    flex-direction: column-reverse;
    text-align: end;
    gap: 5px;
}
.shop_table .cart_item .product-price .price del .amount{
    margin-right: 0;
    color: #9CA3AF;
    font-weight: 500;
    font-size: 16px;
}
.shop_table .cart_item .product-price .price ins .amount{
    font-size: 20px;
    background: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.cart-collaterals{
    border-left: none !important;
}
/*                      megamenu                         */
.section_amlab_mega_menu{
    width: 1300px !important;
}
.section_amlab_mega_menu .row:first-child .col{
    max-width: 20%;
}
.section_amlab_mega_menu .row .ux-menu{
    flex-direction: row;
    gap: 20px;
}
.section_amlab_mega_menu .row.row-filter .col-inner{
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    
}
.section_amlab_mega_menu .row.row-filter>.col{
    padding-top: 25px ;
    padding-bottom: 25px;
    border-top: 1px solid #6E6E6E; 
}
.section_amlab_mega_menu .row.row-filter .col-inner .text p{
    margin-bottom: 0;
}
.section_amlab_mega_menu .row.row-filter .amlab_title_menu_filter{
    align-content: center;
    min-width: 150px;
}
.section_amlab_mega_menu .row.row-filter .amlab_title_menu_filter p{
    font-size: 18px;
    font-weight: 500;
    color: #0C0A0A;
    font-family: 'Google Sans', sans-serif !important;
}
.section_amlab_mega_menu .row.row-filter .ux-menu-link__link{
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    font-family: 'Google Sans', sans-serif !important;
    transition: font-weight 0.25s ease-in-out;
}
/* .section_amlab_mega_menu .row.row-filter .ux-menu-link__link:hover{
    font-weight: 700;
} */
.section_amlab_mega_menu .row.row-filter .ux-menu{
    padding-left: 15px;
    border-left: 3px solid #FF6117;
}




.off-canvas .mfp-content.off-canvas-cart{
    min-width: 430px;
}
.cart-popup-inner{
    padding: 0;
}
.mini_cart_item a{
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
.widget_shopping_cart ul.product_list_widget li{
    padding: 10px;
}
.mini_cart_item .product-price .price{
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: flex-end;
}
ul.product_list_widget li img{
    position: relative;
    top: unset;
    left: unset;
}
.mini-cart-item-content .cart_action{
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 3px 0;
}
ul.product_list_widget li a.remove{
    position: relative;
}
ul.product_list_widget li img.size-woocommerce_thumbnail{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.mini_cart_item .product-price .price ins .amount bdi{
    background: linear-gradient(90deg, #FF6117, #FF9900);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mini_cart_item .product-price .price del .amount {
    font-size: 14px;
}
.mini_cart_item .product_custom_total .amount{
    font-size: 18px;
    font-weight: 700;
    color: #FF1F25;
}
#cart-popup .cart-popup-title{
    text-align: left;
    padding: 20px;
    background: linear-gradient(90deg, #FF6117, #FF9900);
}
#cart-popup .cart-popup-title .heading-font{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}
#cart-popup .cart-popup-title .is-divider{
    display: none;
}
.cart-popup-inner .widget_shopping_cart{
    padding: 10px;
}
.ux-mini-cart-footer .total{
    border-bottom: none !important;
}
.ux-mini-cart-footer .total strong{
    color: #000000;
    font-size: 18px;
}
.ux-mini-cart-footer .total .amount{
    font-size: 20px;
    background: linear-gradient(90deg, #EC1D27 0%, #FF5555 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ux-mini-cart-footer  .buttons{
    display: flex;
    align-items: center;
    gap: 10px;
}
.ux-mini-cart-footer  .buttons a{
    text-transform: capitalize !important;
    border-radius: 6px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    height: 44px;
    min-height: 44px;
    padding: 0 10px 0 35px; 
    position: relative;
    align-content: center;
}
.ux-mini-cart-footer  .buttons a.wc-forward{
    border: 1px solid #FF6117;
    background-color: transparent;
    background: linear-gradient(90deg, #FF6117, #FF9900);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}
.ux-mini-cart-footer .buttons a.wc-forward::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    background-image: url(./assets/images/cart_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}
.ux-mini-cart-footer .buttons a.wc-forward.checkout {
    border: none;
    background: linear-gradient(90deg, #FF6117, #FF9900);
    color: #fff !important;
    -webkit-background-clip: border-box !important;
    -webkit-text-fill-color: #fff !important;
}
.ux-mini-cart-footer .buttons a.wc-forward.checkout::before{
    left: 30px;
    background-image: url(./assets/images/mingcute.png);
}
.mini_cart_item a.remove{
    width: 30px;
    height: 30px;
    color: transparent;
}
.mini_cart_item a.remove img{
    object-fit: contain;
}

.cart-collaterals .cart-sidebar{

    border-radius: 10px;
    border: 1px solid #FF6117;
    overflow: hidden;
}
.cart-collaterals .cart-sidebar .totals-body{
    padding: 10px;
}
.cart-collaterals .cart-sidebar .cart-header-title{
    color: #fff;
    background: linear-gradient(90deg, #FF6117, #FF9900);
    padding: 10px 0;
    /* overflow: hidden; */
}
.cart-collaterals .cart-sidebar .totals-body .checkout-now{
    width: 100%;
    min-height: 44px;
    border-radius: 6px;
    background: linear-gradient(90deg, #FF6117, #FF9900);
    font-size: 18px;
    margin: 10px 0;
}
.cart-collaterals .cart-sidebar .totals-body .totals-row{
    display: flex;
    justify-content: space-between;
}
.cart-collaterals .cart-sidebar .totals-body .totals-row.total span.label{
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}
.cart-collaterals .cart-sidebar .totals-body .totals-row.total span.value .amount{
    color: #EC1D27;
    font-weight: 700;
}
/* trang thanh toán */
.checkout .cart_item{
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 10px;
}
.checkout .cart_item .product-details{
    width: 100%;
}
.checkout .cart_item .product-details .product-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.checkout .cart_item .product-details .product-price .price{
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
    align-items: center;

}
.checkout .cart_item .product-details .product-price .price ins .amount{
    font-size: 20px;
    font-weight: 700;
    color: #EC1D27;
    -webkit-text-fill-color: #EC1D27;
}
.checkout .accordion{
    margin-bottom: 10px;
}
.checkout .accordion .accordion-title{
    padding: 10px 15px;
    background: linear-gradient(90deg, #FF6117, #FF9900);
    border-top: none; 
    overflow: hidden;
    border-radius: 8px;
}
.checkout .accordion .accordion-title.active{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.checkout .accordion .accordion-title span{
    color: #fff;
    font-size: 20px;
}
.checkout .accordion .accordion-title span span{
    font-weight: 400;
    font-size: 16px;
}
.checkout .accordion .accordion-inner{
    padding: 10px 15px;
    border: 1px solid #FF6A00;
    border-top: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}
.checkout .accordion .accordion-title .icon-angle-down::before{
    color: #fff;
    font-size: 20px;
}
.checkout .accordion .accordion-title.active .icon-angle-down{
    transform: rotate(180deg);
}
/* Ẩn placeholder gốc */
#customer_details .woocommerce-billing-fields .form-row label,
.select2-selection__placeholder {
    display: none;
}
#customer_details .woocommerce-billing-fields input,
#customer_details .woocommerce-billing-fields .select2-selection{
    min-height: 44px;
    height: 44px;
    
}
#customer_details .woocommerce-billing-fields input,
#customer_details  textarea,
#customer_details .woocommerce-billing-fields .select2-selection{
    box-shadow: none;
    text-shadow: none;
    border: 1px solid #E4E7E9;
    border-radius: 10px;
}
#customer_details .woocommerce-billing-fields input::placeholder,
#customer_details .woocommerce-billing-fields textarea::placeholder {
    color: transparent;
}

/* Ẩn text mặc định trong select */
#customer_details .woocommerce-billing-fields select {
    color: transparent;
}

/* Mỗi field bọc tương đối */
#customer_details .woocommerce-billing-fields .form-row {
    position: relative;
}

/* Label giả (chữ xám) */
#customer_details .woocommerce-billing-fields .form-row::before {
    content: attr(data-label);
    position: absolute;
    top: 10px;
    left: 14px;
    color: #999;
    font-size: 15px;
    pointer-events: none;
    transition: all 0.2s ease;
}

/* Dấu * đỏ riêng */
#customer_details .woocommerce-billing-fields .form-row::after {
    content: "*";
    position: absolute;
    top: 10px;
    left: calc(10px + var(--label-width, 0px));
    /* tạm thời sẽ chỉnh bằng JS */
    color: red;
    font-size: 15px;
    pointer-events: none;
    transition: all 0.2s ease;
    margin-left: 4px;
}

/* Khi có focus hoặc có nội dung → ẩn label giả và dấu * */
#customer_details .woocommerce-billing-fields .form-row:has(input:focus)::before,
#customer_details .woocommerce-billing-fields .form-row:has(input:not(:placeholder-shown))::before,
#customer_details .woocommerce-billing-fields .form-row:has(textarea:focus)::before,
#customer_details .woocommerce-billing-fields .form-row:has(textarea:not(:placeholder-shown))::before,
#customer_details .woocommerce-billing-fields .form-row:has(select:focus)::before,
#customer_details .woocommerce-billing-fields .form-row:has(select:not([value=""]))::before,

#customer_details .woocommerce-billing-fields .form-row:has(input:focus)::after,
#customer_details .woocommerce-billing-fields .form-row:has(input:not(:placeholder-shown))::after,
#customer_details .woocommerce-billing-fields .form-row:has(textarea:focus)::after,
#customer_details .woocommerce-billing-fields .form-row:has(textarea:not(:placeholder-shown))::after,
#customer_details .woocommerce-billing-fields .form-row:has(select:focus)::after,
#customer_details .woocommerce-billing-fields .form-row:has(select:not([value=""]))::after {
    opacity: 0;
    visibility: hidden;
}
/* Label giả */
#customer_details .woocommerce-billing-fields .select2[data-label]::before {
    content: attr(data-label);
    position: absolute;
    top: 12px;
    left: 14px;
    color: #999;
    /* label xám */
    pointer-events: none;
    transition: 0.2s ease;
    font-size: 15px;
}

/* Dấu * đỏ riêng */
#customer_details .woocommerce-billing-fields .select2[data-label]::after {
    content: " *";
    position: absolute;
    top: 12px;
    left: calc(14px + var(--label-width, 0px));
    /* cách label 1 khoảng */
    color: red;
    pointer-events: none;
    transition: 0.2s ease;
    font-size: 15px;
}

/* Khi đã chọn giá trị → ẩn label & dấu * */
#customer_details .woocommerce-billing-fields .select2:has(.select2-selection__rendered[title]:not([title=""]))::before,
#customer_details .woocommerce-billing-fields .select2:has(.select2-selection__rendered[title]:not([title=""]))::after {
    opacity: 0;
    visibility: hidden;
}

#customer_details .woocommerce-shipping-fields,
#customer_details #order_comments_field label{
    display: none;
}
#customer_details{
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #FF6A00;
}
#customer_details .woocommerce-billing-fields{
    padding-top: 0;
    border-top: none;
}
#customer_details .woocommerce-billing-fields h3,
.wc_payment_heading{
    font-size: 20px;
    font-weight: 500;
    color: #FF6117;
    text-transform: capitalize !important;
}
#customer_details textarea{
    margin-bottom: 0;
}
.wc_payment_methods_wrapper{
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #FF6A00;
    margin-top: 10px;
    margin-bottom: 0;
    overflow: hidden;
}
.wc_payment_methods_wrapper .wc_payment_method{
    padding-left: 5px;
}
/* Hiển thị icon tròn có dấu hỏi */
.woocommerce-help-tip {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background: #000000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    font-size: 11px;
    font-weight: bold;
    cursor: help;
    position: relative;
}

.woocommerce-help-tip::before {
    content: "!";
}

/* Tooltip text */
.woocommerce-help-tip:hover::after {
    content: attr(data-tip);
    position: absolute;
    top: -5px;
    left: 22px;
    background: #323232;;
    color: #fff;
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 400;
    white-space: wrap;
    z-index: 100;
    min-width: 220px;
}
.custom-order-review .order-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.custom-order-review .shipping-row{ 
    display: none;
}
.custom-order-review .payment-method-row .order-label{
    color: #0C0A0A;
}
.custom-order-review .shipping-note {
    display: flex;
    gap: 10px;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    margin-top: 10px;
}
.custom-order-review .shipping-note span{
    line-height: 1.2;
}
.checkout .large-5{
    padding: 0;
}
.checkout .large-5 .col-inner{
    padding:0;
    border: none;
    position: sticky;
    top: 110px; 
}
.woocommerce-account-fields{
    display: none;
}
.checkout .col-inner .order-review-body{
    padding: 10px 15px;
    border: 1px solid #FF6A00;
    border-top: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}
.checkout  .col-inner .order-review-header h3{
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(90deg, #FF6117, #FF9900);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #fff;
    margin: 0;
    padding: 10px 0;
}

.coupon-section .coupon-wrapper{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    margin: 8px 0;
}
.coupon-section .coupon-wrapper .coupon-cs-label{
    font-size: 16px;
    font-weight: 400;
    color:#6E6E6E;
    padding: 0 10px 0 35px;
    position: relative;
}
.coupon-section .coupon-wrapper .coupon-cs-label::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 30px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    background-image: url(./assets/images/dc_voucher.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}
.coupon-section .coupon-wrapper .coupon-input-group{
    display: flex;
    align-items: center;
    align-content: center;
    min-height: 40px;
    height: 40px;
}
.coupon-section .coupon-wrapper .coupon-input-group .apply-coupon-btn{
    height: 100%;
    background: linear-gradient(90deg, #FF6117, #FF9900);
    font-size: 14px;
    text-transform: capitalize !important;
    color: #fff;
    margin-bottom: 0px;
    min-width: 110px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 0;
}
.coupon-section .coupon-wrapper .coupon-input-group #coupon_code{
    margin-bottom: 0px;
    box-shadow: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    height: 100%;
    max-width: 220px;
    font-size: 14px;
    text-shadow: none; 
}
.coupon-section .coupon-wrapper .coupon-input-group #coupon_code::placeholder{
    font-size: 14px;
}
.place-order #place_order{
    border-radius: 6px;
    background: linear-gradient(90deg, #FF6117, #FF9900);
    font-size: 18px;
    color: #fff;
    margin: 15px 0;
}

/* Style cho button disabled khi thiếu thông tin */
.place-order #place_order.disabled,
.place-order #place_order:disabled {
    background: #ccc !important;
    cursor: not-allowed !important;
    opacity: 0.6;
    pointer-events: none;
}

.coupon-info span{
    font-size: 16px;
    font-weight: 400;
    color: #11A204;
}
.coupon-wrapper .remove-coupon{
    color: #EC1D27;
    cursor: pointer;
}
.selected-payment{
    color: #EC1D27;
}
.total-row .order-label{
    font-size: 18px;
    color: #0C0A0A;
    font-weight: 700px;
}
.total-row .total-value .amount{
    color: #EC1D27;
    font-size: 18px;
}
.order-group{
    margin-bottom: 10px;
    border-bottom: 1px solid #0C0A0A;
}
.woocommerce-checkout .message-container {
    /* text-align: end; */
    display: inline;
    height: 40px;
}

.woocommerce-checkout .message-container{
    position: relative;
    padding: 5px 0 5px 30px !important;
    border-radius: 6px;
    color: #fff;
    overflow: hidden;
    align-self: center;
    align-items: center;
    margin-right: 0;
    display: flex;
    width: fit-content;
} 
.woocommerce-checkout .woocommerce-error .message-container{
    background: linear-gradient(0deg, #EC1D27, #EC1D27);
}
.woocommerce-checkout .woocommerce-message .message-container {
    background: #11A204;
}
.woocommerce-checkout .message-wrapper{
    display: none;
    /* text-align: end;
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    padding-bottom: 10px; */
}
.woocommerce-checkout .message-container::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}
.woocommerce-checkout .woocommerce-error .message-container::before{
    background-image: url(./assets/images/cancel.png);
}
.woocommerce-checkout .woocommerce-message .message-container::before {
    background-image: url(./assets/images/checked_succsess.png);
}
.icon-checkmark,
.icon-checkmark::before{
    display: none;
}
/* .woocommerce-checkout #content{
    padding-top: 0;
} */

/* trang thank you */
.amlab_custom_order_cart .large-12,
.woocommerce-order.custom-thankyou-page .row:first-child .large-12,
.woocommerce-order.custom-thankyou-page .row.order-info{
    padding: 10px 15px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ADADAD;
    margin-bottom: 10px;
}
.amlab_custom_order_cart .checkout .cart_item .product-details .product-price .price ins .amount{
    background: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.amlab_custom_order_cart .checkout .cart_item .product-details .product-price{
    justify-content: flex-start;
    gap: 100px;
}
.amlab_custom_order_cart .checkout .cart_item{
    border-bottom: 1px solid #ADADAD;
    padding-bottom: 10px;
}
.amlab_custom_order_cart .checkout .cart_item:last-child{
    border-bottom: none;
}
.filter-overlay{
    display: none;
}
.woocommerce-order.custom-thankyou-page .row:first-child .large-12 p{
    margin-bottom: 0;
}
.woocommerce-order.custom-thankyou-page .row.order-info .col{
    padding-bottom: 0;
}
.woocommerce-order.custom-thankyou-page .row.order-info .col.large-6:first-child{
    border-right: 1px solid #6E6E6E;
}
.woocommerce-order.custom-thankyou-page .row.order-info .col.large-6 .summary-row,
.woocommerce-order.custom-thankyou-page .row.order-info .col.large-6 .summary-row-u{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.woocommerce-order.custom-thankyou-page .row.order-info .col.large-6 .summary-row-u{
    margin-top: 10px;
    border-top: 1px solid #6e6e6e;
}
.amlab-back-home .large-12{
    background: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 0;
}
.amlab-back-home .back-home-section{
    text-align: center;
    height: 60px;
    align-content: center;
    cursor: pointer;
}
.amlab-back-home .back-home-section a{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.amlab-back-home .back-home-section a  img{
    margin-top: 0;
}

/*                  css hóa đơn điện tử                  */
.einvoice-wrapper {
    border: 1px solid #FF6117;
    border-radius: 10px;
    padding: 10px 15px;
    margin-top: 20px;
    background: #fff;
    overflow: hidden;
}

.einvoice-wrapper .einvoice-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #FF6117;
}

/* Toggle switch */
.einvoice-wrapper .switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 16px;
    margin-bottom: 0;
}

.einvoice-wrapper .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.einvoice-wrapper .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* transform: translateY(-50%); */
    background-color: #6E6E6E;
    transition: 0.3s;
    border-radius: 34px;
}

.einvoice-wrapper .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
}

.einvoice-wrapper input:checked+.slider {
    background-color: #76EE59;;
}

.einvoice-wrapper input:checked+.slider:before {
    transform: translateX(18px);
}
.einvoice-wrapper .einvoice-fields{
    margin-top: 10px;
}

.einvoice-wrapper .einvoice-fields input {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 10px 12px;
    box-shadow: none;
    text-shadow: none;
}

.einvoice-wrapper .form-row-flex {
    display: flex;
    gap: 10px;
}

.einvoice-wrapper .form-col-70 {
    flex: 0 0 68%;
}

.einvoice-wrapper .form-col-30 {
    flex: 0 0 30%;
}

.einvoice-wrapper .form-col input { 
    width: 100%;
}
.cross-sells{
    display: none;
}
.wc_payment_method.active {
    border: 1px solid #FF9900;
    background: #FFF3EE;
    border-radius: 5px;
    transition: 0.25s ease;
    overflow: hidden;
    padding: 5px;
}

/* Ẩn radio mặc định */
.wc_payment_method input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 14px;
    height: 14px;
    top: 3px;
    border: 1px solid #FF6117;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    transition: all 0.25s ease;
    vertical-align: middle; 
    margin-right: 6px;
}

/* Khi hover */
/* .wc_payment_method input[type="radio"]:hover {
    border-color: #fff;
} */

/* Khi checked — màu gradient hoặc màu thường */
.wc_payment_method input[type="radio"]:checked {
    border-color: #ff6117;
    background: #FFF3EE;
}

/* Nếu muốn hiệu ứng “nút tròn bên trong” (dot) */
.wc_payment_method input[type="radio"]::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: transparent;
    transition: background 0.25s ease;
}

.wc_payment_method input[type="radio"]:checked::after {
    background: linear-gradient(135deg, #ff6117 0%, #ff9447 100%);
}
.payment_method_amlab_installment_payment{
    border-top: 1px solid #6E6E6E;
    padding: 10px 10px 0 10px;
}
.installment-step {
    /* background: #fff7f2; */
    
}

.step-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.step-number {
    background: #ff7a00;
    color: #fff;
    font-weight: 700;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.step-title {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.step-title .required {
    color: #ff4d00;
}

.banks {
    display: grid;
    grid-template-columns: repeat(5, 1fr);  
    gap: 10px 5px;
    margin-bottom: 20px;
}
.amlab_group_show{
    position: relative;
    padding: 5px 5px 5px 25px;
    margin-bottom: 20px;
}
.amlab_group_show::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #6E6E6E;
    top: 0;
    left: 13px;
}
.amlab_group_show label{
    font-weight: 500;
}
.amlab_group_show .min-note{
    font-weight: 400;
    font-size: 12px;
    color: #6e6e6e;
}
.custom-info-pay.all .sub-info{
    margin-left: 20px;
}
.bank-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    /* padding: 10px; */
    cursor: pointer;
    text-align: center;
    transition: all 0.2s ease;
    max-width: 115px;
    position: relative;
    align-content: center;
    margin-bottom: 0;
}

.bank-item img {
    max-height: 40px;
    height: auto;
    object-fit: cover;
    width: auto;
}
.bank-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.bank-item:has(input[type="checkbox"]:checked)::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 16px;
    background: linear-gradient(90deg, #FF6117, #FF9900);
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    z-index: 5;
}
.bank-item:has(input[type="checkbox"]:checked)::after {
    content: '';
    position: absolute;
    top: 2px;
    right: 3px;
    width: 12px;
    height: 12px;
    background: url(./assets/images/checked.png) center / contain no-repeat;
    z-index: 6;
}
.bank-item.active {
    border-color: #ff7a00;
    /* background: #fff4e8; */
    box-shadow: 0 0 0 2px #ffe4c4;
}
.checkout .payment_methods li+li {
    border-top: none;
}
.checkout .payment_methods li+li.active{
    border-top: 1px solid #ff6117;
}
.step-header.dark .step-title{
    color: #C8C1C1;
}
.step-header.dark .step-number{
    background: #C8C1C1;
}
.amlab_group_show label:last-of-type{
    position: relative;
}
.custom-amount-wrap{
    width: 30%;
    position: absolute;
    left: 25%;
    top: 0;
}
.custom-amount-wrap input{
    box-shadow: none;
    text-shadow: none;
    border-radius: 5px;
    border: 1px solid #E4E7E9;
    background: #fff;
    font-size: 14px;
    color: #EC1D27;
}
.custom-amount-wrap input:focus{
    color: #EC1D27;
}
.custom-amount-wrap input::placeholder{
    color: #475156;
}
.amlab_group_show .amount{
    color:#EC1D27 ;
    font-weight: 500;
}
.plans.amlab_group_show{
    padding: 0;
}
.plans.amlab_group_show::before{
    display: none;
}
.installment-table-wrap{
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    /* cuộn mượt trên mobile */
}

/* Khi bảng bị tràn thì không co lại */
.installment-table {
    width: max-content;
    /* bảng giữ kích thước thật, không co */
    min-width: 100%;
    /* vẫn chiếm hết khung khi nhỏ hơn */
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #6e6e6e;
}
.installment-table thead th {
    background-color: #F5F5F5;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #0C0A0A;
    border-right: 1px solid #E0E0E0;
    position: relative;
}

.installment-table thead th.term-header {
    background-color: #F5F5F5;
    text-align: left;
    padding: 10px;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize !important;
}

.installment-table thead th.plan-header {
    transition: all 0.3s ease;
    font-size: 12px;
    text-transform: capitalize !important;
}
/* .installment-table thead th.plan-header .check-icon{
    position: relative;
} */
.installment-table thead th.plan-header .check-icon::before{
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    background: #ff6117;
    color: #fff;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    letter-spacing: 1px;
    z-index: 3;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;

}

.installment-table thead th.plan-header .check-icon::after{
    position: absolute;
    content: '✓';
    top: 0px;
    right: 0px;
    color: #fff;
    font-size: 8px;
    z-index: 4;
}

.installment-table thead th.selected-column {
    background-color: #FFD3BE;
    color: #0C0A0A;
    border-left: 2px solid #ff6117 !important;
    border-right: 2px solid #ff6117 !important;
    border-top: 2px solid #ff6117 !important;
}

.installment-table tbody td {
    padding: 15px 12px;
    text-align: center;
    font-size: 12px;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    transition: background-color 0.3s ease;
}

.installment-table tbody td:first-child {
    text-align: left;
    padding-left: 10px;
    color: #0C0A0A;
    font-size: 12px;
    font-weight: 400;
}

.installment-table tbody tr.row-even td {
    background-color: #fff;
}

.installment-table tbody tr.row-odd td {
    background-color: #F9FAFB;
}

/* .installment-table tbody tr.row-even td.selected-column {
    background-color: #FFD3BE;
}

.installment-table tbody tr.row-odd td.selected-column {
    background-color: #FFD3BE;
} */

.installment-table tbody td.selected-column {
    border-left: 2px solid #FF6117 !important;
    border-right: 2px solid #FF6117 !important;

}

.installment-table tbody tr:last-child td.selected-column {
    background: #FFD3BE !important;
    border-bottom: 2px solid #FF6117 !important;
}

.installment-table tbody td.monthly-amount {
    font-weight: 400;
    font-size: 12px;
    color: #0C0A0A;
    text-transform: capitalize !important;
}

.installment-table .plan-radio {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
}

.installment-table .plan-radio input[type="radio"] {
    width: 14px;
    height: 14px;
    cursor: pointer;
    top: -1px;
    margin: 0;
    accent-color: #FF6117;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #FF6117;
    border-radius: 50%;
    position: relative;
    background: transparent;
}

.installment-table .plan-radio input[type="radio"]:checked {
    background: #fff;
    border-color: #FF6117;
}

.installment-table .plan-radio input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #FF6117;
    border-radius: 50%;
}

.installment-table .plan-radio .radio-label,
.installment-table .plan-radio .selected-label {
    font-size: 12px;
    color: #0C0A0A;
    font-weight: 500;
}

.installment-table .plan-radio input[type="radio"]:checked+.radio-label {
    display: none;
}

.installment-table .plan-radio input[type="radio"]:checked~.selected-label {
    display: inline-block;
    color: #FF6117;
    font-weight: 600;
}
.summary-item.order-row{
    display: flex;
    justify-content: space-between;
}
.summary-label{
    color: #0C0A0A;
}
.installment-summary .summary-label{
    color: #6e6e6e;
}
.shop_table.woocommerce-checkout-review-order-table{
    display: none;
}
 .success-color{
    color: #fff;
 }
.checkout-sidebar-summary{  
    padding-left: 15px;
}
.installment-summary{
    width: 100%;
}
.wc_payment_methods{
    margin-bottom: 0;
}
.order-title {
    font-size: 20px;
    font-weight: 700;
    color: #0D713A;
}
.order-number{
    font-size: 24px;
    font-weight: 700;
    color: #0C0A0A;
}
.order-number span{
    background: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ux-mini-cart-empty-icon,
.return-to-shop{
    display: none;
}
.empty-cart-action a{
    width: 100%;
    border-radius: 6px;
    background: linear-gradient(90deg, #FF6117 0%, #FF9900 100%) !important;
    box-shadow: 0px 0px 4px 0px #00000040;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize !important;
    margin-bottom: 0;
    height: 44px;
    min-height: 44px;
}
.section_whychoose .cart_desc p{
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
}
.section_whychoose .cart_col_right .col-inner{
    border-radius: 12px;
    background: linear-gradient(90deg, rgba(255, 97, 23, 0.8) 0%, rgba(255, 153, 0, 0.8) 100%);
    overflow: hidden;
}
.sec_why_title h2{
    margin-bottom: 0;
    font-size: 40px;
    background: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section_whychoose .cart_col_right .col-inner h3{
    font-size: 24px;
    color: #fff;
    border-bottom: 3px solid #ffffff;
    padding-top: 10px ;
    padding-left: 15px;
    padding-bottom: 10px;
}
.section_whychoose .cart_col_right .col-inner .right_desc,
.section_whychoose .cart_col_right .product-contact-box{
    padding: 0 15px;
}
.section_whychoose .cart_col_right .col-inner .right_desc ul li{
    color: #fff;
    font-size: 16px;
}
.section_whychoose .cart_col_right .product-contact-box{
    margin-top: 20px;
    margin-bottom: 15px;
}
.section_whychoose .cart_col_right .product-contact-box>span{
    color: #fff;
    font-size: 16px;
}
.section_whychoose .cart_col_right .product-contact-box ul li:nth-child(n+2){
    background: #fff;
}
.order_detail,
.installment-summary-toggle{
    display: none;
}
.sticky-add-to-cart-wrapper .product-policy-box{
    display: none;
}
.sticky-add-to-cart-wrapper .product-page-price-cts{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    align-content: center;
    gap: 15px;
}
.sticky-add-to-cart-wrapper .amlab_price_custom{
    margin-bottom: 10px;
}
.sticky-add-to-cart-wrapper .amlab_price_custom .price ins .amount{
    font-size: 26px;
    background: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sticky-add-to-cart-wrapper.product-info.summary .cart{
    padding-bottom: 0 ;
    border-bottom: none !important;
}
.sticky-add-to-cart-wrapper.product-info.summary .col{
    padding-bottom: 0;
}
.sticky-add-to-cart-wrapper.product-info.summary .col.large-5{
    align-content: center;
}
.sticky-add-to-cart--active{
    padding: 20px 0;
    background-color: #FFF !important;
}
.sticky-add-to-cart .product-contact-box{
    justify-content: end;
}
.sticky-add-to-cart-wrapper.product-info.summary .cart button::before{
    left: 15%;
}
.sticky-add-to-cart-wrapper.product-info.summary .product-contact-box span{
    font-size: 16px;
    font-weight: 500;
    color: #0C0A0A;
}
.sticky-add-to-cart-wrapper.product-info.summary .product-contact-box .product-contact-list span{
    background: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sticky-add-to-cart__product .sticky-add-to-cart-img {
    width: 90px;
    height: 75px;
    border-radius: 5px;
}
.sticky-add-to-cart__product .product-title-small {
    font-size: 24px;
    font-weight: 700;
    color: #0C0A0A;
    max-width: 325px;
}
.woocommerce-notices-wrapper:first-child {
    justify-content: end;
    display: flex;
    text-align: end;
    /* width: 1200px; */
    margin: 0 auto;
    padding: 0 15px;
    padding-bottom: 10px;
}
.woocommerce-notices-wrapper .woocommerce-error{
    position: relative;
    border-radius: 6px;
    color: #fff;
    overflow: hidden;
    align-self: center;
    align-items: center;
    margin-right: 0;
    display: flex;
    width: fit-content;
    background: #EC1D27;
}

.woocommerce-notices-wrapper .woocommerce-error ul{
    margin-bottom: 0;
}
.woocommerce-notices-wrapper .woocommerce-error ul li{
    list-style-type: none;
    position: relative;
    padding: 5px 0 5px 30px !important;
    margin: 0;
}
.woocommerce-notices-wrapper .woocommerce-error ul li::before {
    background-image: url(./assets/images/icon_close.png);
}

.woocommerce-notices-wrapper .woocommerce-error ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}
.woocommerce-notices-wrapper .woocommerce-message {
    position: relative;
    padding: 5px 0 5px 30px !important;
    border-radius: 6px;
    color: #fff;
    overflow: hidden;
    align-self: center;
    align-items: center;
    margin-right: 0;
    display: flex;
    width: fit-content;
    background: #11A204;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
    background-image: url(./assets/images/checked_succsess.png);
}

.woocommerce-notices-wrapper .woocommerce-message::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}
.payment_method_bacs>label,
.payment_method_cod>label,
.payment_method_amlab_installment_payment>label{
    position: relative;
    padding-left: 35px;
}
.payment_method_bacs>label::before,
.payment_method_cod>label::before,
.payment_method_amlab_installment_payment>label::before {
    position: absolute;
    content: '';
    top: -7px;
    left: 0;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
}
.payment_method_bacs>label::before{
    background-image: url(./assets/images/chuyen_khoan.png);
}
.payment_method_cod>label::before{
    background-image: url(./assets/images/tien_mat_b.png);
}
.payment_method_amlab_installment_payment>label::before {
    background-image: url(./assets/images/tra_gop.png);
}
.ux-mini-cart-empty{
    gap: 10px !important;
}
.empty-cart-image img{
    max-width: 145px !important;
    aspect-ratio: 1 / 1;
}
.cart-popup-inner .widget_shopping_cart_content{
    justify-content: center;
}
.gsb-buttons{
    bottom: 80px !important;
}
.back-to-top.button{
    min-width: 50px !important;
    /* line-height: 50px !important; */
    min-height: 50px !important;
    right: 25px;
    align-content: center;
}
.post-sidebar .product-small.box .price del{
    padding: 0;
    height: 18px;
}
.post-sidebar .product-small.box .product-title,
.post-sidebar .product-small.box .price-wrapper{
    min-height: auto;
}
.payment_methods p{
    font-size: 12px;
}
/*                      flashsale                    */
.row_flashsale{
    border-radius: 35px;
    /* overflow: hidden; */
    background: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
    margin-top: 120px;
    /* border-width: 8px ; */
}
.row_flashsale>.col>.col-inner{
    padding: 8px;
}
.row_flashsale .flashsale_main .col{
    padding: 15px;
    border-radius: 35px;
    overflow: hidden; 
    background: #fff;
    margin-top: 10px;
}
.row_flashsale .flashsale_header{
    position: relative;
    align-items: center;
    align-content: center;
}
.row_flashsale .flashsale_header .col.large-8{
    position: absolute;
    bottom: 0;
    right: -30px;
    z-index: 10;
    transform: scaleX(1.1);
}
.row_flashsale .flashsale_main .product-small.col{
    padding: 5px 8px !important;
}
.row_flashsale .flashsale_main .slider-nav-outside .flickity-prev-next-button{
    height: 40px;
    width: 40px;
    max-width: 40px;
    background: #F8F2ED;
    opacity: 0.7;
    border-radius: 50%;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
}
.row_flashsale .flashsale_main .slider-nav-outside .flickity-prev-next-button svg{
    padding: 30%;
}
.row_flashsale .flashsale_main .slider-nav-outside .flickity-prev-next-button.next svg {
    padding: 30%;
    left: 35%;
}
.row_flashsale .flashsale_main .slider-nav-outside .flickity-prev-next-button.previous svg {
    padding: 30%;
    left: 70%
}
.row_flashsale .flashsale_main .slider-nav-outside .flickity-prev-next-button.previous{
    left: -35px;
}
.row_flashsale .flashsale_main .slider-nav-outside .flickity-prev-next-button.next {
    right: -35px;
    left: auto;
}
.row_flashsale{
    cursor: pointer;
}
.row_flashsale:hover .flashsale_main .col{
    overflow: visible;
}
.row_flashsale:hover .flashsale_main .slider-nav-outside .flickity-prev-next-button{
    background: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
    opacity: 1;
}
.row_flashsale:hover .flashsale_main .slider-nav-outside .flickity-prev-next-button .arrow{
    fill: #fff;
}
.row_flashsale:hover .flashsale_main .slider-nav-outside .flickity-prev-next-button.next svg{
    left: 50%;
}
.row_flashsale:hover .flashsale_main .slider-nav-outside .flickity-prev-next-button.previous svg{
    left: 50%;
}

.y-scroll::-webkit-scrollbar {
    width: 8px;
}

/* TRACK – nền tròn dài */
.y-scroll::-webkit-scrollbar-track {
    background: #e9ecf3;
    border-radius: 100px;
}

/* THUMB – cái thanh di chuyển */
.y-scroll::-webkit-scrollbar-thumb {
    background: #7b8695;
    border-radius: 100px;
}
.y-scroll::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #7e7e7e, #5f5f5f);
    border-radius: 100px;
}

/* .row_flashsale .flashsale_header .col.large-8 img{
    max-width: 110%;
} */

.view-more-button.products-archive {
    border-radius: 10px !important;
    background-color: #fff !important;
    border: 1px solid #FF6117 !important;
    background-image: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;

    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;

    /* Fix Flatsome hover */
    transition: none !important;
}
.view-more-button.products-archive i {
    background-image: linear-gradient(90deg, #FF6117 0%, #FF9900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.view-more-button.products-archive:hover {
    background-color: #fff !important;
    -webkit-text-fill-color: transparent !important;
    /* opacity: 0.85; */
}





/* Dropdown */
.amlab_search-dropdown {
    position: absolute;
    top: 100%;
    /* nằm sát ngay dưới input */
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #FF6A00;
    border-top: none;
    /* bỏ viền trên để liền mạch */
    border-radius: 0 0 18px 18px;
    /* chỉ bo tròn góc dưới */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    z-index: 999;
    display: none;
    overflow: hidden;
    /* bo góc mượt */
}


/* Mỗi section gợi ý */
.amlab_suggestion-section {
    padding: 10px 15px;
}

.amlab_suggestion-section .amlab_suggestion-title {
    border-bottom: 1px solid #eeeeee;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    padding-bottom: 10px;
}

.amlab_suggestion-section:last-child {
    border-bottom: none;
    background: #f9f9f9;
}
.amlab_product-list .amlab_view-all-btn{
    border-top: none !important;
    padding: 0px 12px;
}

.amlab_suggestion-list .amlab_product-item {
    color: #000000 !important;
    font-weight: 400;
    font-size: 16px;
}

.amlab_product-item .amlab_product-image {
    width: 60px;
    height: 100%;
    aspect-ratio: 1 / 1;
    margin-right: 10px;
    border-radius: 5px;
}

#amlab_product-list .amlab_product-item {
    display: flex;
    align-items: center;
}

#amlab_product-list .amlab_product-item .amlab_product-price {
    font-weight: 400;
    display: flex;
    align-items: center;
    width: 80%;
}

#amlab_product-list .amlab_product-item .amlab_product-info:hover bdi {
    color: #FF6A00;
}

/* Tiêu đề gợi ý */
.amlab_suggestion-title {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
    color: #000;
}

/* Danh sách gợi ý */
.amlab_suggestion-list div,
.amlab_product-list div {
    padding: 2px 0;
    cursor: pointer;
    font-size: 14px;
    color: #222;
}

.amlab_product-list .amlab_product-name:hover {
    color: #FF6A00;
}
.amlab_product-item{
    margin-bottom: 10px;
}
.amlab_product-list .amlab_product-item .amlab_current-price{
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
    align-items: baseline;
}
.amlab_product-list .amlab_product-item .amlab_current-price ins .amount{
    font-weight: 700;
    color: #FF6A00;
    font-size: 18px;
}
.amlab_product-list .amlab_product-item .amlab_current-price del .amount{
    font-size: 14px;
    font-weight: 400;
    color: #808080;
}
.amlab_product-list .amlab_product-item .amlab_discount{
    margin-left: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #FF6A00;
    border-radius: 4px;
    padding: 0px 3px;
}
.amlab_search-input-wrapper {
    position: relative;
}

.amlab_product-search-container .flex-grow {
    padding-right: 0px !important;
}

/* Khi dropdown mở thì bo lại input */
.amlab_product-search-container.dropdown-open .amlab_search-input,
.amlab_product-search-container.dropdown-open .search-field {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-color: #FF6A00 !important;
    border-bottom: none !important;
}
.single-product footer{
    margin-bottom: 40px;
}

.amlab_custom_checkout-sidebar-summary .min-note{
    font-size: 12px;
}
.amlab_custom_checkout-sidebar-summary~.total{
    padding: 10px 0;
}
.amlab_custom_checkout-sidebar-summary~.total .amount{
    color: #EC1D27;
}


.category-page-row .sidebar-inner.col-inner{
    position: sticky;
    top: 110px;
}
.sticky-add-to-cart .title_combo{
    display: none;
}
.title_combo{
    display: none;
}


.gsb-buttons{
    z-index: 1026 !important;
}
.section_products_cate .row_title .large-9 .col-inner{
    display: flex;
    justify-content: end;
}
/* .image-tools{
    width: 10%;
    height: 100%;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
.image-tools a.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
} */
.product-video-popup {
    /* position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 10; */
    background: #ff7c0d !important;
    border: 2px solid #fff !important;
}
.product-video-popup:hover{
    background: #ff7c0d;
    border: 2px solid #fff
}
/* .image-tools .zoom-button{
    top: 90%;
    bottom: 0;
    left: -250px;
} */
.order-summary-box h3,
.recipient-info-box h3{
    border-bottom: 0.5px solid #ADADAD;
}
.order-summary-box .summary-content{
    padding-left: 20px;
}
.order-summary-box .summary-content .summary-item{
    position: relative;
}
.order-summary-box .summary-content .summary-item::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    width: 4px;
    height: 4px;
    background: #ADADAD;
    border-radius: 50%;
}
.recipient-info-box .info-row{
    color: #0C0A0A;
}

@media (max-width: 768px) {
    .installment-table {
        font-size: 12px;
    }

    .installment-table thead th,
    .installment-table tbody td {
        padding: 10px 8px;
    }

    .installment-table tbody td.monthly-amount {
        font-size: 14px;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    #header .container,
    #footer .section-content {
        max-width: 100% !important;
    }

    #header .container .row,
    #footer .row {
        max-width: 100% !important;
        margin: 0 auto !important;
    }
    .text_title_main,
    .text_title_main>* {
        font-size: 20px !important;
    }
    .text_title_secondary,
    .text_title_secondary>* {
        font-size: 16px !important;
        font-weight: 700;
    }
    .text_banner,
    .text_banner>* {
        font-size: 16px !important;
    }
    .text_md,
    .text_md>* {
        font-size: 14px !important;
    }

    /* text */
    .text_desc,
    .text_desc>* {
        font-size: 14px !important;
    }

    .product-policy-list {
        grid-template-columns: 1fr;
    }
    #footer .col_social .col-inner{
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }
     #footer .col_right .row{
        margin:  0 auto !important;
    }
    #footer .col_right .row .col:nth-child(1),
    #footer .col_right .row .col:nth-child(3),
    #footer .col_right .row .col:nth-child(4){
        padding-left: 0;
    }
    #footer .col_social .text_title_secondary{
    border-bottom: none;
    }
    #header .header-main .flex-left ul {
        justify-content: flex-start;
    }
    #header .header-main .flex-left .icon-menu::before{
        color: #000000;
    }
    .amlab_topbar{
        margin:0 auto !important;
    }
    #header .header-top .icon-box {
        justify-content: center;
    }
    #header #logo img{
        max-width: 165px;
    }
    #header .header-search-form .search-field{
        width: calc(100% - 15px);
        border: 1px solid #000000;
    }
    #header .header-bottom{
        background-color: #fff;
    }
    /* home page */
    .section_banner .banner .text-inner img{
        min-height: 50px;
        max-width: 165px;
    }
    .section_banner .banner .text-inner .banner_header h1{
        font-size: 32px;
    }
    .text-inner .amlab_btn_buy{
        font-size: 18px;
        margin-right: 0;
    }
    .section_banner .flickity-page-dots {
        bottom: 20px;
    }
    .section_main{
        padding: 15px !important;
    }
    .section_main .row_intro{
        position: relative;
        top: 0;
        left: 0;
        transform: unset;
        border: none;
        padding: 10px 5px;
    }
    .section_main .row_intro .col:nth-child(1),
    .section_main .row_intro .col:nth-child(3){
        border-right: 1px solid #fff;
    }
    .section_main .row_intro .col:nth-child(2),
    .section_main .row_intro .col:nth-child(1) {
        border-bottom: 1px solid #fff;
    }
    .section_main .row_category .large-5,
    .section_main .row_category .large-7{
        padding: 15px 0 !important;
    }
    .section_main .row_intro .col .icon-box{
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 15px;
    }
    .section_main .row_category:last-child .large-7{
        padding: 0;
    }
    .section_main .row_intro .col .icon-box .text_md:last-child p {
        text-transform: capitalize;
    }
    .section_main .row_intro .col .icon-box .text_md.icon_title{
        margin-bottom: 5px;
    }
    .section_main .row_category {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .section_main .row_category .banner .text-box{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        justify-content: center;
    }
    .section_main .row_category .banner .text-box .text-inner{
        text-align: center;
    }
    .section_main .row_category .banner .text-box .banner_header h1{
        font-size: 64px;
    }
    .section_main .row_category .col_left .banner{ 
        border-radius: 10px;
        overflow: hidden;
        aspect-ratio: 1 / 1;
        padding-top: 0 !important;
    }
    .section_main .row_category .col_left img{
        object-position: center;
        object-fit: cover;
        width: 100%;
        aspect-ratio: 1 / 1;
        min-height: 358px;
    }
    .section_main .row_category .col_right .lists_cate_mobile .col .col-inner{
        display: flex;
    }
    .section_main .row_category .col_right .lists_cate_mobile .col{
        max-width: 80%;
        padding:  0 5px;
    }
    .section_main .row_category .col_right .col .box{
        max-width: 100%;
        margin:5px;
        aspect-ratio: 1 / 1;
        box-shadow: 0px 0px 5px 0px #00000040;
        border: 1px solid #FF6117;
    }
    .section_main .row_category .col_right img {
        max-width: 65%;
    }
    .section_products_cate .row_title .large-8{
        display: none;
    }
    .amlab-product-list .product-small.col,
    .amlab_prd_lists .product-small.col{
        max-width: 48%;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .custom-product-description h2.amlab_title,
    .section_title h2{
        font-size: 24px;
    }
    .product-small.box .product-title{
        min-height: 42px;
    }
    .product-small.box .product-title a{
        font-size: 14px;
    }
    .product-small.box .price ins .amount,
    .product-small.box .price>.amount bdi{
        font-size: 16px;
        line-height: 1.5;
    }
    .amlab_price_custom .price del .amount,
    .product-small.box .price del .amount{
        font-size: 14px;
    }
    .amlab_price_custom .sale-percentage,
    .product-small.box .sale-percentage{
        font-size: 12px;
    }
    .add-to-cart-button a{
        font-size: 14px !important;
        margin-top: 5px !important;
        padding-left: 25px;
        padding-right: 8px;
    }
    .add-to-cart-button a::before{
        width: 16px;
        height: 16px;
        left: 10px;     
    }
    .product-small.box .sale-percentage{
        bottom: 10px;
    }
    .blogs_list_new .post-item a.button,
    .button.amlab_see_more{
        font-size: 14px;
        margin-bottom: 0;
        line-height: 35px;
    }
    .section_products_cate .col_title .col-inner::after{
        top: calc(50% - 5px);
    }
    .section_intro .section_title h2{
        font-size: 24px;
    }
    .section_intro .section_title h2 span{
        font-size: 32px;
    }
    .section_intro .text_intro{
        font-size: 16px;
    }
    .section_news .post-item.col{
        padding-bottom: 0;
        max-width: 90%;
    }
    .section_news .flickity-prev-next-button{
        display: none !important;
    }
    
    /* .category-page-row .large-3 {
        display: none;
    }

    .category-page-row .large-3.is-active {
        display: block;
    } */
    .custom-breadcrumbs a,
    .custom-breadcrumbs span{
        font-size: 14px;
    }
    .product-small.col{
        padding: 5px 5px 10px 5px !important;
    }
    .product-info.summary .product_title{
        font-size: 24px;
    }
    .amlab_price_custom .price ins .amount{
        font-size: 24px;
        margin-bottom: 0;
    }
    .product-info.summary .amlab_price_custom .product-page-price{
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 5px;
    }
    .product-info.summary .amlab_price_custom .price del .amount{
        font-size: 18px;
    }
    .product-info.summary .amlab_price_custom{
        position: relative;
    }
    .product-info.summary.large-6 .amlab_price_custom .sale-percentage{
        bottom: 0px;
        /* left: 35%; */
    }
    .product-info.summary .amlab_price_custom .sale-percentage{
        font-size: 16px;
        font-weight: 700;
        position: absolute;
        bottom: 10px;
        left: 35%;
    }
    .sticky-add-to-cart  .amlab_price_custom .price del{
        /* line-height: 45%; */
        height: 17px;
        align-self: end;

    }
    .product-contact-box .product-contact-list span{
        font-size: 15px;
    }
    .product-info.summary .amlab_stock_in{
        padding: 10px 0;
        border-bottom: 1px solid #6E6E6E;
    }
    .amlab_stock_in_text.text_desc{
        font-size: 16px !important;
    }
    .product-info.summary .cart button.ux-buy-now-button {
        display: none;
        background: linear-gradient(90deg, #FF6117, #FF9900) !important;
        border: none !important;
        color: #fff;
    }
    .sticky-add-to-cart-wrapper.product-info.summary .cart button.ux-buy-now-button{
        display: block;
    }
    .product-info.summary .cart button.single_add_to_cart_button::before{
        background-image: url(./assets/images/add-to-cart.png);
        left: calc(50% - 70px);
    }
    .product-info.summary .cart button.ux-buy-now-button::before{
        background-image: url(./assets/images/btn_now.png);
        left: 35px;
    }
    .product-info.summary .cart{
        flex-wrap: nowrap;
    }
    .product-info.summary .cart button{
        width: 100%;
        flex: 0 0 100%;
        font-size: 14px;
        padding: 8px 20px 8px 45px;
    }
    .product-contact-box{
        flex-wrap: wrap
    }
    .product-contact-box .text_desc{
        font-size: 16px !important;
        font-weight: 700;
    }
    .product-info{
        padding-bottom: 0;
    }
    .related.product-section .product-section-title{
        font-size: 24px;
    }
    .section_title h3{
        font-size: 20px;
    }
    .post-item .box-text .post-title a{
        font-size: 22px;
    }
    .blogs_list_new .post-item .box-text{
        padding:  15px 0 0 0 ;
    }
    .blogs_list_new .row:nth-child(1) .post-item .box-text .button{
        display: none;
    }
    .amlab_custom_cate_list .col{
        padding-left: 0;
        padding-right: 0;
    }
    .amlab_custom_cate_list .amlab_show_post_archive{
        border: none;
    }
    .amlab_show_post_archive li{
        border: 1px solid #FF6117;
    }
    .section_blog_list_sale .title_gradiant h3{
        font-size: 20px;
    }
    .section_blog_list_sale  .box.box-blog-post,
    #post-list .box.box-blog-post {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 10px;
        /* khoảng cách giữa ảnh và text */
    }
    
    .section_blog_list_sale .box.box-blog-post .box-image,
    #post-list .box.box-blog-post .box-image {
        flex: 0 0 40%;
    }
    
    .section_blog_list_sale  .box.box-blog-post .box-text,
    #post-list .box.box-blog-post .box-text {
        flex: 1 1 60%;
    }
    .section_blog_list_sale .box.box-blog-post .box-text .box-text-inner,
    #post-list .box.box-blog-post .box-text .box-text-inner{
        display: flex;
        flex-direction: column-reverse;
    }
    
          /* Tùy chỉnh ảnh để luôn fit khung */
    .section_blog_list_sale .box.box-blog-post .box-image .image-cover {
        padding-top: 100% !important;
    }

    .section_blog_list_sale .box.box-blog-post .box-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 5px;
    }
    .section_blog_list_sale .post-item .box-text .post-title a{
        font-size: 14px;
        font-weight: 500;
        color: #0C4367;
    }
    #post-list .post-item .box-text .post-title a{
        font-size: 16px;
        font-weight: 600;
        color: #0C0A0A;
    }
    .section_blog_list_sale .box.box-blog-post .box-text .post-date-range,
    .section_blog_list_sale .box.box-blog-post .box-text .from_the_blog_excerpt,
    #post-list .post-item .box-text .from_the_blog_excerpt,
    #post-list .post-item .box-text .post-date-range{
        display: none;
    }
    #post-list .post-item .box-text{
        padding: 5px 0;
    }
    .section_blog_list_sale .box.box-blog-post .box-text .post-meta span{
        margin-left: 0 !important;
    }
    .section_blog_list_sale .box.box-blog-post .box-text.post-meta .post-date {
        flex-basis: 100%;
        /* chiếm full hàng => tự xuống dòng */
        margin-left: 0 !important;
        margin-top: 4px;
    }
    .amlab_auto_blog_wrapper .col.post-item{
        padding-bottom: 0;
    }
    .amlab_auto_blog_wrapper .amlab_see_more{
        margin-bottom: 15px;
    }
    
    .amlab_auto_blog_wrapper .amlab_blog_group .col.post-item:nth-child(4) {
        display: none;
    }
    .blogs_list_new .row .row:last-child .col.post-item:nth-child(1){
        display: none;
    }
    .blogs_list_new .row .row.large-columns-1 .col.post-item .image-cover{
        padding-top: 56.5% !important;
    }
    .amlab_auto_blog_wrapper .amlab_blog_group .col.post-item:nth-child(2),
    .amlab_auto_blog_wrapper .amlab_blog_group .col.post-item:nth-child(3),
    .blogs_list_new .row .row:last-child .col.post-item:nth-child(2),
    .blogs_list_new .row .row:last-child .col.post-item:nth-child(3){
        max-width: 50%;
    }
    .amlab_auto_blog_wrapper .amlab_blog_group .col.post-item:nth-child(n+2) .box-text .box-text-inner,
    .blogs_list_new .row .row:last-child .col.post-item:nth-child(n + 2) .box-text .box-text-inner{
        display: flex;
        flex-direction: column-reverse;
    }
    .amlab_auto_blog_wrapper .amlab_blog_group .col.post-item:nth-child(n+2) .box-text .post-date-range,
    .amlab_auto_blog_wrapper .amlab_blog_group .col.post-item:nth-child(n+2) .box-text .from_the_blog_excerpt,
    .blogs_list_new .row .row:last-child .col.post-item:nth-child(n + 2) .box-text .post-date-range,
    .blogs_list_new .row .row:last-child .col.post-item:nth-child(n + 2) .box-text .from_the_blog_excerpt{
        display: none;
    }
    .blogs_list_new .row .row:last-child .col.post-item:nth-child(n + 2) .box-text a.plain{
        font-size: 16px;
        font-weight: 600;
    }
    .amlab_auto_blog_wrapper .amlab_blog_group .col.post-item:nth-child(n+2) .box-text .post-meta .post-category{
        flex-wrap: wrap;
    }
    .post-sidebar {
        padding-left: 15px;
        padding-right: 15px;
    }
    .post-sidebar .row{
        margin: 0 auto !important;
    }
    .post-sidebar .col_sidebar .row .col .product-small.box{
        display: flex;
    }
    .post-sidebar .col_sidebar .row .col .product-small.box .box-image{
        width: 25% !important;
    }
    .post-sidebar .col_sidebar .row .col .product-small.box .box-image img{
        aspect-ratio: 3 / 4;
        height: 100%;
    }
    #content .entry-title{
        font-size: 28px;
    }
    #content #ez-toc-container .ez-toc-title-container .ez-toc-title{
        font-size: 18px;
    }
    #content #ez-toc-container .ez-toc-link{
        font-size: 16px;
    }
    #content #ez-toc-container ul a{
        font-size: 14px !important;
    }
    .amlab_products_from_blog.container{
        margin-bottom: 15px;
    }
    .amlab-single-product .col.large-7{
        padding: 10px;
    }
    .amlab-single-product .product-info.summary .product_title{
        font-size: 20px;
    }
    .amlab-single-product .product-info.summary .amlab_price_custom .price ins .amount{
        font-size: 20px;
    }
    .amlab-single-product .product-info.summary .amlab_price_custom .sale-percentage{
        left: 75%;
        bottom: 0;
    }
    .amlab-single-product .product-info.summary .amlab_stock_in{
        border-bottom: none;
    }
    /* .product-policy-box{
        display: none;
    } */
    .amlab-single-product .product-info.summary .cart button{
        width: 100%;
        flex: 0 0 100%;
        max-height: 35px;
    }
    .amlab-single-product .product-info.summary .action_group .product-contact-box{
        flex: 0 0 40%;
        margin-right: 0;
    }
    .amlab-single-product .product-info.summary .action_group .cart{
        flex:  1 1 60%;
        align-items: center;
    }
    .amlab-single-product .product-info.summary .action_group{
        align-items: center;
        align-content: center;
    }
    .amlab-single-product .product-info.summary .action_group .product-contact-box .product-contact-list li:nth-child(1){
        border: 1px solid #FF6A00;
    }
    .amlab-single-product .product-info.summary .action_group .product-contact-box .product-contact-list li:nth-child(3){
        padding: 0;
    }
    .amlab-single-product .product-info.summary .action_group .product-contact-box .product-contact-list li:nth-child(3) img{
        max-width: 40px !important;
    }
    .amlab-single-product .product-info.summary .action_group .product-contact-box{
        border-right: 1px solid #6E6E6E;
    }
    .amlab-related-posts-box{
        padding: 16px 10px;
    }
    .amlab-related-posts-box .related-title{
        font-size: 18px;
    }
    .amlab-related-posts-box .related-list{
        padding-left: 10px;
    }
    .amlab-related-posts-box .related-list a{
        font-size: 16px;
    }
    .author-desc {
        font-size: 14px;
    }
    .amlab_related_posts .col.post-item{
        max-width: 50%;
        padding-bottom: 0;
    }
    .amlab_related_posts .box.box-blog-post .box-text .box-text-inner {
        display: flex;
        flex-direction: column-reverse;
    }
    .amlab_related_posts .post-item .box-text .post-date-range,
    .amlab_related_posts .post-item .box-text .from_the_blog_excerpt {
        display: none;
    }
    .amlab_related_posts .post-item .box-text a.plain{
        font-size: 16px;
    }
    .amlab_related_posts .post-item .post-meta .post-date{
        margin-left: 0;
    }
    .page-wrapper{
        padding-bottom: 0;
    }
    .policy-layout .policy-sidebar{
        border: none;
    }
    .policy-layout .col.medium-3{
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 10px;
    }
    .amlab-custom-menu-list {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 16px;
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 5px 12px;
        margin: 0;
        list-style: none;
        /* border: 2px solid #ffa133; */
        border-radius: 50px;
        white-space: nowrap;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        font-family: 'Google Sans', sans-serif !important;
        scroll-padding: 0 12px;
    }

    /* Ẩn scrollbar (các trình duyệt chính) */
    .amlab-custom-menu-list::-webkit-scrollbar {
        display: none;
    }

    .amlab-custom-menu-list {
        -ms-overflow-style: none;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
    }

    .amlab-custom-menu-list.dragging {
        cursor: grabbing;
        user-select: none;
    }

    .amlab-custom-menu-list li {
        flex: 0 0 auto;
        margin-bottom: 0;
        padding: 5px 12px;
        font-size: 18px;
        border-radius: 32px;
        cursor: pointer;
        margin-left: 0 !important;
        scroll-snap-align: start;
    }
    .policy-layout .policy-sidebar ul li{
        border: 1px solid #ffa133;
    }
    .policy-layout .policy-sidebar ul li:last-of-type{
        border: 1px solid #ffa133;
    }
    .amlab-custom-menu-list li:hover,
    .amlab-custom-menu-list li.current_page_item {
        background: linear-gradient(180deg, #FF6117 0%, #FF9900 100%);
        color: #fff;
    }

    .amlab-custom-menu-list li a {
        display: block;
        /* padding: 6px 16px; */
        color: #222;
        font-weight: 500;
        text-decoration: none;
        border-radius: 40px;
        transition: all 0.25s ease;
    }

    .amlab-custom-menu-list li:hover a {
        /* background: linear-gradient(90deg, #FF6A00, #FF9900);; */
        color: #fff;
    }

    .amlab-custom-menu-list li.current_page_item a {
        /* background: linear-gradient(90deg, #FF6A00, #FF9900); */
        color: #fff !important;
        font-weight: 600;
        box-shadow: 0 2px 5px rgba(255, 153, 0, 0.3);
    }
    .page-template-page-custom-sidebar .section{
        padding-top: 10px;
    }
    .policy-content .entry-title{
        font-size: 28px;
    }
    .policy-content p{
        margin-bottom: 5px;
    }
    .category-page-row{
        padding-top: 0;
    }
    /* Áp dụng cho phần tử lẻ: 1, 3, 5... */
    .products.row .product-small.col:nth-child(odd) {
        padding: 5px 5px 5px 10px;
    }

    /* Áp dụng cho phần tử chẵn: 2, 4, 6... */
    .products.row .product-small.col:nth-child(even) {
        padding: 5px 10px 5px 5px;
    }
    /* menu  mobile */
    .header-block{
        justify-content: center;
    }
    .header-block-block-2,
    .header-block-block-3,
    .header-block-block-4{
        width: 100% ;
    }
    
    .mobile-sidebar .sidebar-menu .mg-menu-price,
    .mobile-sidebar .sidebar-menu .mg-menu-brand{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    .mobile-sidebar .accordion-inner{
        padding: 10px;
    }
    .mobile-sidebar .cate_mb_sidebar .ux-menu-link__link{
        line-height: 16px;
        font-size: 14px;
        font-weight: 400;
        color: #0C0A0A;
        min-height: 20px;
        /* border-bottom: none; */
    }
    .mobile-sidebar .amlab_title_menu_filter p{
        padding: 5px 0;
        color: #6E6E6E;
        font-size: 12px;
        font-weight: 500;
    }
    .mobile-sidebar .mb_title p{
        color: #6E6E6E;
        font-size: 14px;
        font-weight: 700;
        padding: 5px 0;
    }
    .mobile-sidebar .header-block-block-2 >.row:not(.cate_mb_sidebar) .mb_title p{
        border-top: 1px solid #808080;
    }
    .mobile-sidebar .cate_mb_sidebar .accordion{
        border-radius: 10px;
        /* border-top-left-radius: 10px;
        border-top-right-radius: 10px; */
        /* overflow: hidden; */
        background: #ffffff;
    }
    .mobile-sidebar .sidebar-menu .cate_mb_sidebar .accordion-item .accordion-title {
        padding: 10px;
        border-top: none;
    }
    .mobile-sidebar .sidebar-menu .cate_mb_sidebar .accordion-item:not(:last-child) .accordion-title{
        border-bottom: 0.33px solid #808080;
    }
    .mobile-sidebar .accordion .accordion-title span{
        font-size: 16px;
        font-weight: 400;
        color: #000000;
    }
    .mobile-sidebar .accordion .icon-angle-down:before{
        font-weight: 700;
        color: #000000;
    }
    .mobile-sidebar .accordion .acc_mb_item:first-child .accordion-title.active{
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .mobile-sidebar .accordion .accordion-title.active{
        background: linear-gradient(90deg, #FF6117, #FF9900);
        border-bottom: none !important;
       
    }
    .mobile-sidebar .accordion .accordion-title.active span,
    .mobile-sidebar .accordion .accordion-title.active .icon-angle-down:before{
        font-weight: 700;
        color: #fff;
    }
    .mobile-sidebar .accordion .accordion-title.active .icon-angle-down{
        transform: rotate(180deg);
    }
    .mobile-sidebar .accordion .accordion-title.active ~ .accordion-inner{
        border: 1px solid #FF6117;
        border-top: none;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        overflow: hidden;
    }
    .mobile-sidebar .accordion .accordion-title.active~.accordion-inner>.ux-menu,
    .mobile-sidebar .accordion .accordion-title.active~.accordion-inner>.row{
        padding-left: 10px;
        padding-right: 10px;
    }
    .mobile-sidebar .accordion .accordion-inner .row{
        margin:  0 auto !important;
        border-top: 1px solid #808080;
    }
    .mobile-sidebar .accordion .accordion-inner .row:last-child{
        border-top: none;
    }
    .cate_mb_see_more{
        margin-bottom: 0px;
        position: relative;
        left: -24px;
    }
    .cate_mb_see_more::after{
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        right: -24px;
        width: 14px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        margin-right: 5px;
        background-image: url(./assets/images/arr_down.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 2;
    }
    .cate_mb_see_more span{
        font-weight: 500;
        font-size: 14px;
        color: #0043DA;
    }
    .mobile-sidebar .posts_mb_sidebar .ux-menu,
    .mobile-sidebar .cate_mb_sidebar .col-inner>.ux-menu{
        /* padding: 10px; */
        background: #ffffff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .mobile-sidebar .posts_mb_sidebar .ux-menu .ux-menu-link__link,
    .mobile-sidebar .cate_mb_sidebar .col-inner>.ux-menu .ux-menu-link__link{
        padding: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
    }
    
    .mobile-sidebar .cate_mb_sidebar .accordion-inner .col-inner>.ux-menu .ux-menu-link__link{
        font-size: 14px;
        padding: 0;
        min-height: 21px;
    }
    .mobile-sidebar .cate_mb_sidebar .accordion-inner .col{
        padding: 0;
        padding-top: 5px;
    }
    .mobile-sidebar .posts_mb_sidebar .accordion-inner{
        padding: 0;
    }
    .mobile-sidebar .posts_mb_sidebar .accordion-inner .ux-menu .ux-menu-link__link{
        border-bottom: none;
        padding: 0px 15px;
    }
    .mobile-sidebar .cate_mb_sidebar .ux-menu.ux-menu--divider-solid .ux-menu-link:not(:last-of-type) .ux-menu-link__link{
        border-bottom: none;
    }
    .mobile-sidebar .cate_mb_sidebar .col-inner .accordion~.ux-menu .ux-menu-link__link{
        min-height: 48px;
        border-top: 1px solid #808080;
        align-items: center;
        align-content: center;
    }
    .mobile-sidebar .posts_mb_sidebar .ux-menu .ux-menu-link__link{
        border-bottom: 1px solid #808080;
    }
    .mobile-sidebar .posts_mb_sidebar .accordion{
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        overflow: hidden;
    }
    .mobile-sidebar .posts_mb_sidebar .accordion .accordion-title{
        padding: 10px;
        background: #ffffff;
        border-top: none;
    }
    .mobile-sidebar .posts_mb_sidebar .accordion .accordion-title.active{
        color: #ffffff;
        background: linear-gradient(90deg, #FF6117, #FF9900);
    }
    .mobile-sidebar .contact-mb-sidebar ul li,
    .mobile-sidebar .contact-mb-sidebar ul li a,
    .mobile-sidebar .contact-mb-sidebar ul li strong{
        color: #000000;
        font-size: 14px;
    }
    .mobile-sidebar .contact-mb-sidebar .tu-van{
        display: flex;
        /* align-items: center;
        align-content: center; */
    }
    .mobile-sidebar .row:first-child>.col .col-inner{
        border-bottom: 1px solid #ADADAD;
    }
    .mobile-sidebar .social-mb-sidebar .social_icon .img{
        margin-left: 0 !important;
        max-width: 36px;
    }
    .mobile-sidebar .social-mb-sidebar .social_icon{
        gap: 10px;
    }
    .mobile-sidebar .logo-mb-sidebar .col{
        padding: 0 0 5px 0;
    }
    .mobile-sidebar .logo-mb-sidebar .col .col-inner{
        padding: 20px 15px;
    }
    .sidebar-menu{
        padding-top: 0 !important;
    }
    .mfp-ready .mfp-close{
        top: 10px;
        right: 15px;
        mix-blend-mode: unset;
        color: #000000;
        opacity: 1;
    }
    .amlab-cart-header .cart-title{
        font-size: 18px;
    }
    .amlab-cart-header .cart-header-right{
        border: none;
    }
    .amlab-cart-header .cart-header-right a{
        font-size: 14px;
    }
    .product-name  .product-price,
    .product-name  .product-subtotal {
        display: block !important;
    }
    .shop_table .cart_item .product-name a{
        font-size: 16px;
    }
    .shop_table .cart_item .product-price .price{
        flex-direction: row-reverse;
        text-align: start;
        justify-content: flex-end;
        align-items: baseline;
    }
    .shop_table .cart_item .product-price .price ins .amount{
        font-size: 16px;
    }
    .shop_table .cart_item .product-price .price del .amount{
        font-size: 12px;
    }
    .product-action-mb{
        display: flex;
        margin-top: 5px;
    }
    .product-action-mb .product-quantity{
        text-align: left;
    }
    .shop_table .cart_item .quantity input,
    .mini_cart_item .quantity input{
        height: 24px;
        /* min-height: 24px; */
    }
    .shop_table .product-remove a{
        top: 7px;
    }
    .woocommerce-cart-form{
        padding: 10px 5px;
    }
    .shop_table .cart_item td{
        padding-top: 0;
        padding-bottom: 0;
    }
    .cart-collaterals{
        padding: 0;
    }
    .cart-collaterals .cart-sidebar{
        border-radius: 25px 25px 0 0;
        /* box-shadow: 0px -1px 2px 0px #00000040; */
        border: 1px solid #CACACA;
        border-bottom: none;
    }
    .cart-collaterals .cart-sidebar .cart-header-title{
        display: none;
    }
    .cart-collaterals .cart-sidebar .totals-body{
        padding: 15px 30px;
    }
    .cart-collaterals .cart-sidebar .totals-body .totals-row.total span.label{
        font-size: 16px;
    }
    .checkout .accordion .accordion-title span{
        font-size: 18px;
    }
    .checkout .cart_item .product-details .product-price .price ins .amount{
        font-size: 16px;
    }
    .checkout .cart_item .product-details .product-price{
        display: block;
    }
    .checkout .cart_item .product-details .product-price .product-quantity{
        text-align: left;
    }
    #customer_details .woocommerce-billing-fields h3,
    .wc_payment_heading{
        font-size: 18px;
        padding-left: 10px;
    }
    #customer_details{
        padding: 10px 5px;
    }
    #customer_details .woocommerce-billing-fields input,
    #customer_details textarea,
    #customer_details .woocommerce-billing-fields .select2-selection{
        margin-bottom: 0;
        border-radius: 5px; 
    }
    .woocommerce form .form-row.address-field .select2-container,
    .select2-container {
        margin-bottom: 0 !important ;
    }
    .einvoice-wrapper .form-col-70,
    .einvoice-wrapper .form-col-30{
        flex: 0 0 100%;
    }
    .einvoice-wrapper .form-row-flex{
        display: block;
    }
    .einvoice-wrapper{
        padding: 10px 5px;
        margin: 15px 0;
    }
    .einvoice-wrapper .einvoice-header{
        padding-left: 15px;
    }
    .custom-filter-sidebar .accordion .filter-block{
        padding: 0px;
    }
    .product-small.col .col-inner{
        border-radius: 10px;
    }
    .product-small.box .ribbon-new {
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .wc_payment_methods_wrapper{
        padding: 10px 5px;
    }
    .step-title{
        font-size: 14px;
    }
    .payment_method_amlab_installment_payment{
        padding-left: 0px;
        padding-right: 0px;
    }
    .banks {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .installment-table-wrap {
        min-width: auto;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .installment-table {
        border-collapse: collapse;
        width: max-content;
        /* hoặc min-width: 600px */
    }
    .custom-amount-wrap{
        width: 50%;
        left: 37%;
    }
    .custom-order-review-wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        border-top: 1px solid #eee;
        box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.08);
        padding: 0;
        z-index: 9999999;
        border-top-right-radius: 25px;
        border-top-left-radius: 25px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .checkout .large-5 .col-inner .order-review-header h3{
        display: none;
    }
    .checkout .large-5 .col-inner .order-review-body{
        border-color: transparent;
        border-radius: 0;
    }
    .coupon-section .coupon-wrapper .coupon-cs-label {
        font-size: 14px;
        flex: 0 0 35%;
    }
    .coupon-section .coupon-wrapper .coupon-input-group .apply-coupon-btn{
        min-width: 80px;
        padding: 0px;
    }
    .coupon-section .coupon-wrapper .coupon-input-group #coupon_code{
        font-size: 12px;
    }
    span.order-label{
        font-size: 14px;
    }
    .order-group:first-child,
    .custom-order-review-mobile .custom-order-review .order-group:last-child{
        border-bottom: none;
    }
    .custom-order-review-mobile .custom-order-review .order-group:first-child{
        border-bottom: 1px solid #0C0A0A;
    }
    .coupon-section .coupon-wrappe{
        margin: 0;
    }
    .checkout-sidebar-summary {
        padding-left: 0px;
    }
    /* popup chi tiết đơn mobile */
    .order_detail {
        position: fixed;
        bottom: 0;
        right: -100%;
        /* ẩn bên phải */
        width: 100%;
        height: auto;
        min-height: auto;
        background: #fff;
        z-index: 9999;
        /* cao hơn .custom-order-review-wrapper (9999) */
        transition: right 0.3s ease-in-out;
        box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        overflow-y: auto;
        padding: 0 15px;
        display: none;
    }
    .order_detail .close-detail{
        margin-right: 0;
        color: #0C0A0A;
        font-weight: 700;
    }
    /* Khi active thì trượt vào */
    .order_detail.active {
        right: 0;
        display: block;
        padding-top: 10px;
    }

    /* Overlay nền mờ */
    .order-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 100;
        display: none;
    }

    /* Khi active thì hiển thị overlay */
    .order-overlay.active {
        display: block;
    }
    .custom-thankyou-page .row{
        margin: 0 auto !important;
    }
    .row.order-info{
        margin-bottom: 10px !important;
    }
    .amlab_custom_order_cart .large-12,
    .woocommerce-order.custom-thankyou-page .row:first-child .large-12,
    .woocommerce-order.custom-thankyou-page .row.order-info{
        padding: 10px;
    }
    .woocommerce-order.custom-thankyou-page .row:first-child .large-12 p{
        font-size: 12px;
        color: #0C0A0A;
    }
    .order-title,
    .order-number{
        font-size: 16px !important;
    }
    .row.order-info {
        border: none !important;
        overflow: hidden;
        padding: 0 !important;
    }
    .row.order-info .col{
       padding: 10px;
        border-radius: 10px;
        border: 1px solid #ADADAD;
        margin-bottom: 10px;
    }
    .row.order-info .col p,
    .row.order-info .col span{
        font-size: 14px;
        
    }
    .woocommerce-order.custom-thankyou-page .row.order-info .col.large-6:first-child p{
        color: #0C0A0A;
    }
    .woocommerce-order.custom-thankyou-page .row.order-info .col.large-6:first-child {
        border-right: 1px solid #ADADAD;
    }
    .row.order-info h3{
        font-size: 18px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ADADAD;
    }
    .woocommerce-order.custom-thankyou-page .row.order-info .col.large-6 .summary-row-u{
        padding-top: 10px;
    }
    .amlab-back-home .back-home-section a{
        font-size: 18px;
    }
    .section_whychoose{
        display: none;
    }
    .installment-summary-toggle {
        display: block;
    }
    .custom-order-review .order-row.flex-title{
        flex-wrap: nowrap;
    }
    .return-to-shop {
        display: none;
    }
    .product-info.summary .product-short-description{
        border-top: none;
    }
    .cart-collaterals .cart-sidebar {
        position: fixed;
        bottom: 0;
        z-index: 9999999;
        background: #fff;
    }
    .woocommerce-cart-form__contents{
        border-collapse: separate;
        border-spacing: 0 10px;
    }
    .product-mobile-sticky-group .sticky-add-to-cart__product{
        flex-wrap: wrap;
    }
    .sticky-add-to-cart__product .product-title-small{
        font-size: 16px;
    }
    .sticky-add-to-cart-wrapper.product-info.summary .amlab_price_custom{
        width: 100%;
    }
    .sticky-add-to-cart-wrapper .amlab_price_custom .price ins .amount {
        font-size: 20px;
    }
    .sticky-add-to-cart-wrapper.product-info.summary .amlab_price_custom .price del .amount {
        font-size: 14px;
    }
    .sticky-add-to-cart-wrapper.product-info.summary .amlab_price_custom .sale-percentage{
        left: 240px;
    }
    .action_group.mobile-sticky-group{
        display: flex;
    }
    .sticky-add-to-cart-wrapper.product-info.summary .cart button.ux-buy-now-button{
        flex: 0 0 90%;
    }
    .sticky-add-to-cart-wrapper.product-info.summary .cart button.ux-buy-now-button::before{
        left: calc(50% - 70px);
    }
    .sticky-add-to-cart-wrapper .product-contact-box .product-contact-list li:nth-child(3){
        border: none;
        width: 40px;
    }
    .sticky-add-to-cart-wrapper .product-contact-box .product-contact-list li:nth-child(3) img{
        max-width: 40px;
    }
    .sticky-add-to-cart-wrapper.product-info.summary .cart{
        justify-content: end;
        border-bottom: none;
    }
    .product-contact-box .product-contact-list{
        width: 100%;
        justify-content: space-between;
    }
    .product-contact-box .product-contact-list li:nth-child(3),
    .product-contact-box .product-contact-list li:nth-child(4){
        padding: 5px;
    }
    .woocommerce{
        display: block !important;
    }
    .section_main .row_category .col_left {
        min-width: 100% !important;
    }
    .section_main .row_category .col_right {
        max-width: 100% !important;
    }
    .section_main .row_category .col_right .col .box h4{
        font-size: 16px !important;
    }
    .off-canvas .mfp-content.off-canvas-cart {
        min-width: 100vw;

    }
    .empty-cart-action{
        width: 100%;
    }
    .woocommerce-Price-currencySymbol {
        font-size: 12px !important;
        vertical-align: top !important;
    }
    .section_intro .col.large-5{
        padding-bottom: 15px;
    }
    .custom-order-review .order_detail .order-row.discount-row{
        border-bottom: 1px solid #808080;
    }
    .checkout .large-5 .col-inner{
        position: unset;
    }
    .row_flashsale{
        margin-top: 50px;
        width: 100vw;
        margin-left: -15px !important;
        margin-right: -15px;
        border-radius: 0;
    }
    .row_flashsale>.col>.col-inner{
        padding: 4px;
        padding-left: 0;
        padding-right: 0;
    }
    .row_flashsale .flashsale_main .col{
        padding: 5px;
        border-radius: 0;
    }
    .row_flashsale .flashsale_header{
        display: flex;
        flex-direction: column-reverse;
        min-height: 185px;
    }
    .row_flashsale .flashsale_header .col.large-8{
        right: -8px;
        bottom: 100%;
        top: -50px;
        position: absolute;
    }
    .row_flashsale .flashsale_main .product-small.col{
        max-width: 48% !important;
    }
    .product-info .amlab_price_custom .price del bdi {
        display: flex;
        align-content: baseline;
    }
    .amlab_product-search-container.dropdown-open .search-field{
        border-top-left-radius: 18px !important;
        border-top-right-radius: 18px !important;
    }
    .entry-content {
        padding-bottom: 0px;
    }
    .custom-order-review .shipping-note span{
        font-size: 12px !important;
    }
    .installment-summary-toggle .toggle-text{
        color: #0043DA;
    }
    .installment-summary-toggle .toggle-text i::before{
        bottom: -3px;
        position: relative;
        color: #0043DA;
    }
    .custom-order-review-mobile{
        padding: 0;
    }
    .custom_policy_content{
        font-size: 12px;
        color: #0C0A0A;
        line-height: 1.2;
        margin: 10px 15px 0 15px;
    }
    .checkout .col-inner .order-review-header h3 {
        font-size: 18px;
    }
    .woocommerce-privacy-policy-text{
        display: none;
    }
    .woocommerce-cart .header-bottom,
    .woocommerce-checkout .header-bottom{
        display: none;
    }
    .gsb-buttons.right-side{
        right: 10px !important;
    }
}  


/* ============================================
   Bank Transfer Info Section - Thank You Page
   ============================================ */

.bank-transfer-info-section {
    margin-top: 30px;
    margin-bottom: 30px;
}
.bank-transfer-info-section .col{
    padding: 0;
}
.bank-transfer-box {
    border: 1px solid #FF6B35;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.bank-transfer-content {
    display: flex;
    flex-direction: row;
    min-height: auto;
}

/* ============================================
   QR Code Section
   ============================================ */

.qr-code-section {
    flex: 0 0 20%;
    background: linear-gradient(90deg, #FF6117, #FF9900);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.qr-code-header {
    margin-bottom: 20px;
}

.qr-code-text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: block;
}

.qr-code-image-wrapper {
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); */
}

.qr-code-image {
    width: 150px;
    height: 150px;
    object-fit: cover;
    display: block;
}

/* ============================================
   Bank Info Section
   ============================================ */

.bank-info-section {
    flex: 1;
    padding: 15px 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bank-info-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding: 0;
}

.bank-info-divider {
    height: 1px;
    background: #E0E0E0;
    margin-bottom: 10px;
}

.bank-info-item {
    display: flex;
    gap: 8px;
    flex-direction: row;
    margin-bottom: 5px;
    /* border-bottom: 1px solid #F0F0F0; */
}

.bank-info-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.bank-info-label {
    font-size: 18px;
    color: #000000;
    margin-bottom: 6px;
    font-weight: 400;
}

.bank-info-value {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    word-break: break-word;
}


/* ============================================
   Responsive - Small Mobile
   ============================================ */

@media screen and (max-width: 48em) {
    .bank-transfer-content {
        flex-direction: column;
        min-height: auto;
    }
    .bank-transfer-box {
        border-radius: 8px;
        margin-bottom: 15px;
    }

    .qr-code-section {
        padding: 20px 15px;
    }

    .qr-code-text {
        font-size: 16px;
    }

    .qr-code-image-wrapper {
        padding: 12px;
    }

    .qr-code-image {
        width: 100%;
        aspect-ratio: 1 / 1;
    }

    .bank-info-section {
        padding: 20px 15px;
    }

    .bank-info-title {
        font-size: 18px;
    }

    .bank-info-label {
        font-size: 16px;
    }

    .bank-info-value {
        font-size: 16px;
    }
    .qr-code-header{
        margin-bottom: 5px;
    }
    .bank-info-item{
        margin-bottom: 0;
    }

}