/*
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.   ***************/
/* div#reviews.woocommerce-Reviews{
    margin: 0 !important;
} */
 /* flash sale */

.section_flashsale_title .col:last-child .col-inner .stack{
    justify-content: flex-end;
}
 .stack_bd_bt {
     padding-bottom: 10px;
     border-bottom: 1px solid #ddd;
     margin-bottom: 30px;
 }
.amlab_bsbd>.col-inner {
    box-shadow: 4px 8px 20px 0px rgba(0, 0, 0, 0.16);
    border-radius: 0 0 15px 15px;
    background-color: #E1F5FE;
    padding: 24px;
    border: 1px solid #0277BD;
}
.section_flashsale_title .col,
.section_flashsale .col{
    padding-bottom: 0;
}
.section_flashsale_title .icon-box,
.section_flashsale .icon-box{
    display: flex;
    align-items: center;
    gap: 5px;
}
.section_flashsale_title .icon-box .text h2,
.section_flashsale_title p{
    margin-bottom: 0;
}
.section_flashsale_title .icon-box .icon-box-img{
    margin-bottom: 0;
}
.section_flashsale_title .col-inner .stack{
    display: flex;
    gap: 15px;
    align-items: center;
}
.section_flashsale_title .col-inner .ux-timer {
    margin: 0;
    display: flex;
    width: fit-content;
    gap: 20px;
    position: relative;
}
.section_flashsale_title .col-inner .ux-timer span {
    width: 52px;
    margin: 0;
    padding: 10px 5px;
    font-size: 24px;
    background-color: white;
    color: #c10713;
    position: relative;
}
.section_flashsale_title .col-inner .ux-timer span:last-of-type{
    display: none;
}
.section_flashsale_title .col-inner .ux-timer strong{
    font-size: 10px;
}
.product-small.box .product-detail-info__cash-back{
    position: absolute;
    bottom: 0;
    text-align: center;
    justify-content: center;
    display: inline-flex;
    font-size: 12px;
    right: 5px;
}
.product-small.box .product-detail-info__cash-back .product-detail-info__cash-back__label:before{
    width: 24px;
    height: 24px;
    top: 11px;
}
.product-small.box .product-detail-info__cash-back .product-detail-info__cash-back__label{
    border-radius: 5px;
    /* padding: 3px 15px; */
}
.product-detail-info__cash-back {
    margin-top: 5px;
    margin-bottom: 5px;
}
.product-detail-info__cash-back__label {
    text-align: center;
    display: inline-block;
    font-weight: bold;
    text-align: left;
    color: #fff;
    padding: 5px 15px;
    padding-left: 35px;
    border-radius: 30px;
    white-space: nowrap;
    position: relative;
    background: linear-gradient(to right, #faab08, #d42611);
    margin-bottom: 0px;
    margin-top: 10px;
}
.product-detail-info__cash-back__label:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    background-image: url(./assets/images/label_img_1.webp);
    width: 24px;
    height: 24px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.product-detail-info__cash-back__label-detail{
    color: #fff;
    text-decoration: underline;
    margin-left: 10px;
}
#product-qr{
    position: absolute;
    z-index: 1;
    right: 10px;
    bottom: 10px;
 }
.cross-sells.product-section,
.upsells.product-section{
    padding: 15px;
    border: 1px solid rgba(128, 128, 128, .5);
    border-radius: 10px;
}
.amlab_show_related .amlab_spnb .product-small .box-image,
.amlab_show_related .amlab_spnb .product-small .add-to-cart-button,
.amlab_show_related .amlab_spnb .star-rating,
.amlab_show_related .amlab_spnb .category,
.amlab_show_related .amlab_spnb .badge-container {
    display: none !important;
}
.amlab_show_related .amlab_spnb.row .col{
    max-width: calc(100% / 3);
}
.amlab_show_related .amlab_spnb.row .col .product-meta{
    min-height: auto;
}
.amlab_show_related .amlab_spnb.row .flickity-prev-next-button{
    top: 30%;
    bottom: 50%;

}
.amlab_show_related .amlab_spnb.row .flickity-prev-next-button.previous{
    left: -3%;
    right: auto;
}
.amlab_show_related .amlab_spnb.row .flickity-prev-next-button.next {
    right: -3%;
    left: auto;
}
.child-product-cats .amlab_slider .flickity-prev-next-button svg,
.child-product-cats .amlab_slider .flickity-prev-next-button svg{
    display: none;
}
.child-product-cats .amlab_slider .flickity-prev-next-button::before,
.child-product-cats .amlab_slider .flickity-prev-next-button::before {
    content: '';
    background-image: url(./assets/images/arrow.png);
    background-position: center;
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    background-repeat: no-repeat; 
    background-size: contain;
}
.child-product-cats .amlab_slider .flickity-prev-next-button.next {
    transform: rotate(180deg) !important;
}
.child-product-cats .amlab_slider .flickity-prev-next-button:hover::before {
    filter: invert(36%) sepia(98%) saturate(7432%) hue-rotate(353deg) brightness(101%) contrast(108%);
}
.product-small.box .add-to-cart-button a {
    padding: 0;
}
.product-small.box .add-to-cart-button a:hover{
    background: #03A9F4 !important;
    color: #fff !important;
}
.add-to-cart-button a{
    margin: 0 !important;
    min-height: 35px;
    font-weight: 500;
    text-transform: capitalize;
    color: #03A9F4 !important;
    border: 1px solid #03A9F4 !important;
    background: #fff !important;
    border-radius: 10px;
    font-size: 16px !important;
    width: 100%;
    align-content: center;
    word-spacing: -2px;
}
.upsells .product-small.box .box-text,
.cross-sells  .product-small.box .box-text{
    padding: 12px 5px;
}
/* ========== Tùy chỉnh giao diện Upsell + Cross-sell ========== */
/* .upsell-cross-wrapper {
    margin-top: 40px;
} */

.upsell-cross-wrapper .product-section-title {
    font-size: 1.2em;
    margin-bottom: 15px;
    text-align: left;
    padding: 5px;
}
.up-sells .product-small.box .quick-view-button,
.cross-sells .product-small.box .quick-view-button{
    padding: 0 0;
}
.cross-sells .product-small.col,
.upsells .product-small.col{
    padding:5px;
}

/* Căn giữa khi chỉ có 1 block */
.upsell-cross-wrapper>.col.small-12 {
    margin: 0 auto;
    float: none;
}

.term-description #product-category .row{
    margin: 0 auto !important;
}
#header .header-main .header-nav-main .cart-item .header-cart-icon img {
    margin-bottom: 5px;
}

.quick-view.quick-view-added {
    display: none;
}

.search-results .btn_bo_loc {
    display: none;
}

.col_products .products .product-small .badge-container {
    max-width: 100%;
    width: auto;
    top: 0;
    margin: 10px 0;
    right: 20px !important;
    left: auto;
}

.col_products .products .product-small .badge-container .badge-inner {
    background: #FF1919;

}

.col_products .products .product-small .box-image {
    border-radius: 0;
}

.products .product-small.box {
    border-radius: 10px;
    overflow: hidden;
    max-width: 342px;
    border: 1px solid #dedede;
}
.products .product-small.box:hover{
    border: 1px solid #03A9F4;
    box-shadow: 0px 4px 16px 0px rgba(3, 169, 244, 0.25);
}

.products .product-small .box-text {
    padding: 12px;
    background: #fff;
    margin: 0 auto;
}

.products .product-small .box-text .product-title a {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.products .product-small ins span.amount {
    font-size: 18px;
    font-weight: 700;
    color: #EF6C00;
}

.products .product-small del span.amount {
    font-size: 14px;
    font-weight: 400;
    color: #808080;
}

.bd-left {
    border-left: 5px solid #0277BD;
    padding-left: 10px;
    margin-bottom: 0px !important;
}

.section_info .row {
    display: flex;
    align-items: stretch;
}

.section_info .img_camket img {
    border-radius: 40px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    display: block;
}

.section_info .icon-box {
    margin-bottom: 20px;
}

.section_info .icon-box .icon-box-img {
    width: 55px !important;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.section_info .icon-box .icon-box-img img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.section_info .icon-box .icon-box-text h4 {
    font-size: 18px;
    font-weight: 500;
    color: #0277BD;
    line-height: 100%;
}

.section_info .icon-box .icon-box-text p {
    font-size: 16px;
    font-weight: 400;
    color: #0277BD;
}

.section_news .box .box-text {
    padding-left: 0;
    padding-right: 0;
}

.amlab_posts_slider .post-item {
    padding-bottom: 10px;
}

.section_news .amlab_posts_slider .post-item .box,
.amlab_posts_slider .post-item .box {
    display: flex;
}

.section_news .amlab_posts_slider .post-item .box-text,
.amlab_posts_slider .post-item .box-text {
    padding: 0 0 0 10px;
}

.amlab_posts_slider .post-item .box-text .post-title a {
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    /* text-align: justify; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section_news .amlab_posts_slider .post-item .box-text .is-divider {
    display: none;
}

.section_news .amlab_posts_slider .post-item img {
    border-radius: 5px;
}

.section_news .amlab_posts_slider .post-item .image-cover {
    overflow: hidden;
    width: auto;
}

/* .section_news .row_news{
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 20px;
} */
.section_news .row_news .col {
    padding-bottom: 0;
}
.section_flashsale .flickity-button-icon,
.section_product_featured .flickity-button-icon {
    background: #808080;
    width: 25px !important;
    border-radius: 50%;
    color: #FFFFFF;
    border: none !important;
    opacity: 0.8;
}

.flickity-prev-next-button.previous,
.flickity-prev-next-button.next {
    transform: unset;
    opacity: 1 !important;
}
.section_flashsale .flickity-prev-next-button.previous,
.section_product_featured .flickity-prev-next-button.previous {
    left: -2% !important;
}
.section_flashsale .flickity-prev-next-button.next,
.section_product_featured .flickity-prev-next-button.next {
    right: -2% !important;
    left: auto !important;
}

.section_slider .flickity-prev-next-button{
    display: none;
}
.section_slider .flickity-prev-next-button.previous {
    left: -1% !important;
}

.section_slider .flickity-prev-next-button.next {
    right: -1% !important;
    left: auto !important;
}

.section_slider .flickity-button-icon {
    background: #d9d9d9;
    width: 30px !important;
    height: 100%;
    max-height: 100px;
    border: none !important;
    opacity: 0.5;
}

.section_slider .flickity-button-icon path {
    fill: #000000 !important;
}

/* .section_product_featured .products:hover .flickity-prev-next-button {
    opacity: 1;
    transform: translateX(0) !important;
} */
.section_info_page .col {
    padding-bottom: 0;
}

.s_bg_product {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.s_bg_product .section-content>.row>.col {
    padding: 10px 10px 0 10px;
}

.s_bg_product .section-content>.row>.col {
    background-color: #0277BD;
    padding: 30px 15px 0 15px;
}

.s_bg_product .section-content>.row {
    padding: 0 15px;
}

.s_bg_product .icon-box {
    width: fit-content;
    align-items: center;
}

.btn_see_all_home span {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    background-image: url(/wp-content/uploads/2025/07/Vector-1-1.png);
    background-position: center right 14px;
    background-size: 9px 15px;
    background-repeat: no-repeat;
    padding: 5px 26px 5px 20px;
    border-radius: 99px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

/* .btn_see_all_home:hover span {
    background-color: #d2ab65;
    color: #0277BD;
    background-image: url(/wp-content/uploads/2025/07/Vector-2.png);
    background-position: center right 14px;
    background-size: 9px 15px;
    background-repeat: no-repeat;
    padding: 5px 26px 5px 20px;
    border-radius: 99px;
} */
.s_bg_product .flickity-prev-next-button {
    opacity: 0;
    transform: unset;
    top: 44%;
    bottom: unset;
}

.s_bg_product .flickity-prev-next-button.previous {
    left: -2.5%;
    transform: unset;
}

.s_bg_product .flickity-prev-next-button.next {
    right: -2.5%;
    transform: unset;
}

.s_bg_product .flickity-prev-next-button .flickity-button-icon {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.s_bg_product .flickity-prev-next-button .arrow {
    fill: #0c4367 !important;
}

.bd-top-rd {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.bd-bottom-rd {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* .s_bg_product .icon-box-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.s_bg_product .flickity-prev-next-button {
    display: none;
}

.s_bg_product .amlab_col_4 {
    padding-left: 16px !important;
    padding-right: 8px !important;
}

.s_bg_product .amlab_col_6 {
    padding-left: 8px !important;
    padding-right: 12px !important;
}

.s_bg_product .amlab_gbox_cate .box-text {
    position: absolute;
    pointer-events: none;
    background-color: transparent !important;
    bottom: 0%;
    padding: 0 !important;
}

.s_bg_product .icon-box-left .icon-box-img {
    width: 45px !important;
}

.amlab_gbox_cate .box-text.text-right::before {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2025/08/Rectangle-51-1.png);
    background-size: 80% 100%;
    background-position: right 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.amlab_gbox_cate .box-text .box-text-inner {
    z-index: 2;
    position: relative;
    width: 65%;
    padding: 0 5px;
    padding-top: 25px;
    padding-bottom: 5px;
    height: 75px;
    display: flex;
    align-items: center;
}

.s_bg_product .amlab_gbox_cate .box-text .text h4 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; 
} */

.amlab_gbox_cate .box-image {
    border-radius: 10px;
    overflow: hidden;
}

.amlab_gbox_cate {
    border-radius: 10px;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
    /* background: #0D3550; */
    padding: 1px;
}
.amlab_col_6 .amlab_gbox_cate{
    aspect-ratio: 1 / 1;
}
.amlab_gbox_cate:hover {
    box-shadow: 0px 2px 2px 0px rgba(255, 238, 157, 0.5);
    background: linear-gradient(134.48deg, #E9D38F 0%, #E2CE82 50.46%, #D2AB65 100.93%);
}

.amlab_gbox_cate .box-text {
    bottom: 0 !important;
    right: 0;
    padding: 0 !important;
    background-color: transparent !important;
}

.amlab_gbox_cate .box-text.text-right::before {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2025/08/Rectangle-51-2.png);
    background-size: 80% 85%;
    background-position: right 100%;
    background-repeat: no-repeat;
    z-index: 1;
}
.btn_see_all_home span {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    background-image: url(/wp-content/uploads/2025/08/Vector-1-1.png);
    background-position: center right 14px;
    background-size: 9px 15px;
    background-repeat: no-repeat;
    padding: 5px 26px 5px 20px;
    border-radius: 99px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

/* .amlab_gbox_cate:hover .box-text.text-right::before {
    background-image: url(/wp-content/uploads/2025/07/Intersect.png);
} */

.amlab_gbox_cate .image-cover {
    transition: .3s ease;
}

.amlab_gbox_cate:hover .image-cover {
    scale: 1.1;
    transition: .3s ease;
}

.amlab_gbox_cate:hover .box-text {
    background-color: transparent !important;
}

.amlab_gbox_cate .box-text .text h4 a {
    color: white;
    font-weight: 500;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.amlab_gbox_cate:hover .box-text .text h4 a {
    color: #0D3550;

}

.amlab_gbox_cate .box-text .box-text-inner {
    z-index: 2;
    position: relative;
    width: 65%;
    padding: 0 5px;
    padding-top: 25px;
    padding-bottom: 5px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.amlab_gbox_cate .box-text .box-text-inner .text {
    margin: 0;
    text-align: center !important;
}
.amlab_gbox_cate .box-text .box-text-inner .text h4 {
    font-size: 16px;
    color: white;
}
.amlab_gbox_cate .box-image  img {
    aspect-ratio: 1 / 1;
    object-fit: cover;

}
.pd-right-0 {
    padding-right: 0 !important;
}

.img_dmsp_sqr img {
    aspect-ratio: 20 / 19;
    object-fit: cover;
}

.radius_20 img {
    border-radius: 20px;
    /* border: 1px solid #d2ab65; */
}

.img_dmsp_sqr img {
    aspect-ratio: 20/19;
}

.amlab_gbox_cate .box-image {
    border-radius: 10px;
    overflow: hidden;
}

/* .s_bg_product .amlab_gbox_cate:hover .box-text .text h4 {
    color: white;
}

.s_bg_product .amlab_gbox_cate:hover {
    box-shadow: none;
    border: 1px solid var(--Luxury-Color-Gold, #E9D38F);
}

.s_bg_product .amlab_gbox_cate .box-text.text-right::before {
    right: -2px;
    bottom: 0;
    width: 95%;
    height: 80%;
    left: unset;
    top: unset;
} */

#post-list .post-item .box {
    overflow: hidden;
    border: 1px solid transparent;
}

#post-list .post-item .box .box-text {
    padding: 8px 16px;
}

#post-list .post-item .box:hover {
    border-radius: 15px;
    border: 1px solid #0277BD;
    transform: unset !important;

}

#post-list .post-item .box:hover .box-text {
    background: #E1F5FE;
}

#post-list .post-item .box:hover .post-title a {
    color: #0277BD;
}

#post-list .post-item .box-image {
    /* border-radius: 15px; */
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}

.post-item .is-divider {
    display: none;
}

#post-list .post-item .post-title a {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

#post-list .post-item .from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
}

.post-item .blog_show_arti {
    display: none;
}

#post-list .post-item .blog_show_arti,
.blog_show_arti {
    display: flex;
    font-size: 13px;
    font-weight: 400;
    color: #bdbdbd;
    text-transform: capitalize;
}

.post-sidebar .amlab_posts_slider .post-item .box-text .post-title a {
    font-size: 13px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-sidebar .amlab_posts_slider .post-item .box-text .from_the_blog_excerpt {
    font-size: 10px;
    font-weight: 400;
    -webkit-line-clamp: 3;
}

.post-item .post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-sidebar .amlab_posts_slider .post-item .box-text .post-title a:hover{
    color: #0277BD;
}

.post-sidebar .button.text_title_2 {
    background: #03A9F4;
    color: #fff;
    width: 100%;
    text-align: left;
    min-height: 40px !important;
    line-height: 40px;
    align-content: center;
}

.post-sidebar .button.text_title_2 span {
    position: relative;
    /* font-size: 16px !important; */
    line-height: 1;
    display: block;
}

.post-sidebar .button.text_title_2 span::after {
    position: absolute;
    content: "›";
    font-size: 23px !important;
    color: #fff;
    top: 0px;
    left: 100%;
    font-weight: 500;
    max-width: 15px;
    
}

.post-sidebar {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.archive .medium-col-last,
.blog .medium-col-last {
    border-left: none !important;
}

.category-title {
    justify-items: center;
}

.category-title h2 {
    padding-bottom: 10px;
    text-align: center;
    color: #03A9F4;
    border-bottom: 1px solid #03A9F4;
    width: 90%;
}

.archive-page-header {
    display: none;
}

/* single post page */
.single-post {
    font-size: 16px;
    font-weight: 400;
}

.single-post h2 {
    font-size: 23px;
    font-weight: 700;
    color: #000000;
}

.single-post h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.blog-single .entry-title {
    font-size: 24px;
    font-weight: 700;
    color: #0277BD;
    line-height: 100%;
}

.blog-single #ez-toc-container {
    width: 100%;
}

.blog-single .entry-divider {
    display: none;
}

#load-more-posts {
    border-radius: 10px;
    background: none !important;
    min-width: 350px;
    min-height: 40px !important;
    color: #03A9F4;
    border: 1px solid #03A9F4;
    text-transform: capitalize;
    font-size: 16px;
}

#load-more-posts:hover {
    box-shadow: none;
    background-color: #03A9F4 !important;
    color: white;
}

.amlab_blog_breadcrumb {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.amlab_cusbread {
    padding-top: 15px;
}

.amlab_blog_breadcrumb .my-breadcrumb,
.amlab_cusbread,
.amlab_blog_breadcrumb .my-breadcrumb a,
.amlab_cusbread a,
.amlab_blog_breadcrumb .my-breadcrumb span,
.amlab_cusbread span {
    font-size: 16px;
    font-weight: 400;
    color: #03A9F4;
}

.amlab_blog_breadcrumb .my-breadcrumb a:hover,
.amlab_cusbread a:hover {
    color: #0277BD;
}

.product-meta {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    min-height: 80px;
}

.product-price {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    display: flex;
}

.product_meta_show {
    gap: 10px;
    display: flex;
    align-items: center;
}

.product_meta_show .product-sold {
    font-size: 13px;
    color: #808080;
}

.product_meta_show .product-rating {
    border-radius: 5px;
    border: 1px solid #FFCC80;
    font-size: 13px;
    padding: 5px;
}
.box-text-products .quick-view-button:hover{
    background-color:#03A9F4 !important ;
    box-shadow: unset;
}
.box-text-products .quick-view-button {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #03A9F4;
    border: 1px solid #03A9F4;
    background: #fff !important;
    border-radius: 10px;
}

.shop-page-title.product-page-title {
    display: none;
}

/* tabs tin tức mobile */
.archive-tabs {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 0;
    margin: 10px 0;
    list-style: none;
    scrollbar-width: none;
    /* ẩn scrollbar trên Firefox */
}

.archive-tabs::-webkit-scrollbar {
    display: none;
    /* ẩn scrollbar trên Chrome, Safari */
}

.archive-tabs li {
    flex: 0 0 auto;
    /* không co giãn */
}

.archive-tabs a {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #03A9F4;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    color: #03A9F4;
    white-space: nowrap;
    font-weight: 700;
}

.archive-tabs a.active,
.archive-tabs a:hover {
    background-color: #03A9F4;
    color: #fff;
}

.archive-sort {
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: right;
}

.archive-sort span {
    color: #0277BD;
    font-weight: 500;
    margin-right: 6px;
}

.sort-dropdown {
    position: relative;
    display: inline-block;
}

.sort-btn {
    background: none;
    border: none;
    color: #0277BD;
    font-weight: 600;
    cursor: pointer;
    margin: 0 !important;
}

.sort-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -70px;
    margin-top: 5px;
    padding: 6px 0;
    list-style: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    min-width: 150px;
    z-index: 100;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.sort-menu li {
    padding: 0;
}

.sort-menu li a {
    display: block;
    padding: 8px 14px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    white-space: nowrap;
    transition: background 0.2s;
    text-align: center;
}

.sort-menu li a:hover {
    background: #f2f8ff;
    /* xanh nhạt */
    color: #0277BD;
}

.sort-menu li.active a {
    background: #e6f3ff;
    color: #007bff;
    font-weight: 600;
}

/* .sort-dropdown:hover .sort-menu {
    display: block;
} */
.active {
    display: block;
}


/* test */

/* Container */
.amlab_product-search-container {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

/* Input search */
.amlab_product-search-container .amlab_search-input {
    display: inline-block;
    width: 100%;
    height: 50px;
    border: 1px solid #03A9F4 !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    margin-bottom: 0;
    box-shadow: unset;
}

/* Icon search bên phải */
.amlab_search-input-wrapper::after {
    content: "\f002";
    /* unicode của icon search (font-awesome) */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    pointer-events: none;
}

/* 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 #03A9F4;
    border-top: none;
    /* bỏ viền trên để liền mạch */
    border-radius: 0 0 10px 10px;
    /* 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;
}

.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;
}

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

#amlab_product-list .amlab_product-item .amlab_product-price {
    font-weight: 400;
    font-style: 16px;

}

#amlab_product-list .amlab_product-item .amlab_product-info:hover,
#amlab_product-list .amlab_product-item .amlab_product-info:hover bdi {
    color: #03A9F4;
}

/* 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: 6px 0;
    cursor: pointer;
    font-size: 14px;
    color: #222;
}

.amlab_suggestion-list div:hover,
.amlab_product-list div:hover {
    color: #03A9F4;
}

.amlab_search-input-wrapper {
    position: relative;
}

.amlab_product-search-container .flex-grow {
    padding-right: 1px !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: #03A9F4 !important;
    border-bottom: none !important;
}

.post-sidebar {
    border-left: none !important;
}

.product-small.box.amlab_spnb {
    display: flex;
    align-items: stretch;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    /* max-height: 130px; */
    min-height: 150px;
}

/* Ảnh bên trái */
.product-small.box.amlab_spnb .box-image {
    flex: 0 0 40%;
    /* chiếm 40% */
    max-width: 40%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}

.product-small.box.amlab_spnb .box-image img {
    width: 100%;
    height: 100%;
    display: block;
    max-height: 135px;
    object-fit: contain;
}

/* Nội dung bên phải */
.product-small.box.amlab_spnb .box-text {
    flex: 1;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Tiêu đề */
.product-small.box.amlab_spnb .box-text .product-title a {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    line-height: 1.4;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Giới hạn 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* Giá */
.product-small.box.amlab_spnb .box-text ins .amount,
.product-small.box.amlab_spnb .product-price .amount
 {
    font-size: 16px;
    font-weight: 600;
    color: #EF6C00 !important;
    margin-top: auto;
}
.product-small.box.amlab_spnb .box-text del .amount{
    font-size: 14px;
}
.spnb .badge-container,
.product-small.box.amlab_spnb .product_meta_show,
.product-small.box.amlab_spnb .quick-view-button {
    display: none;
}

.am_lab_custom_post_show {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.select_cate_amlab select{
    border: none;
    background-color: #fff;
    box-shadow: unset;
}
.select_cate_amlab .woocommerce-ordering{
display: flex;
    justify-content: center;
    align-items: center;
}
.select_cate_amlab .woocommerce-ordering label{
    flex: none;
    margin: 0;
    color: #0277BD;
} 
li.account-item >a{
    padding: 0 !important;
}
.flickity-slider .product-small.col{
    padding: 0 5px !important;
}
.top-product-cats .col-inner{
        display: flex;
    gap: 25px;
    padding: 20px 25px;
    background-color: #FB8C00;
    border-radius: 8px;
}
.top-product-cats .col-inner .cat-item:hover a,
.top-product-cats .col-inner .cat-item.active a{
    background-color: #FFB74D;
}
.top-product-cats .col-inner .cat-item a{
    color: #fff;
     padding: 8px;
    border: 1px solid #FFB74D;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    min-width: 190px;
    text-align: center;
}
.category-page-row{
    padding-top: 0 !important;
}
.child-product-cats.th-list h3{
    margin-bottom: 0;
    padding: 0 15px;
    color: #0277BD;
    text-align: center;
}
.child-product-cats.th-list .child-cat-item{
    align-content: center;
    padding-bottom: 0;
    max-width: 20%;
    width: 100%;
    min-height: auto;
}
.child-product-cats.th-list .child-cat-item img{
    object-fit: contain;
    aspect-ratio: 2 / 1;
}
.child-product-cats>.large-12{
    padding-bottom: 0;
}
.child-product-cats .amlab_slider.col-inner{
    min-height: auto;
}
.child-product-cats .child-category-link{
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.child-product-cats .col-inner {
    display: flex;
    flex-direction: row; /* Đảm bảo xếp ngang */
    gap: 10px;
}

.child-cat-item {
    max-width: 140px;
    box-shadow: 0px 4px 10px 0px #00000040;
    border: 1px solid #b6b6b6;
    height: 100%;
    border-radius: 15px;
    min-height: 220px;
    overflow: hidden;
    transform: scale(0.8);
    transition: transform 0.3s ease-in-out;
}
.child-cat-item.active,
.child-cat-item:hover {
    transform: scale(0.9);
    border: 1px solid #03A9F4;
    box-shadow: 0px 4px 16px 0px #03A9F440;
}
.child-cat-item .child-category-name{
    color: #5A5A5A;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.child-product-cats .amlab_slider{
    min-height: 280px;
}
.top-product-cats{
    padding-top: 30px;
}
.child-cat-item img{
    aspect-ratio: 1;
}
.col_products .product-small .price-wrapper{
       display: flex;
    flex-direction: column;
    justify-content: flex-end; 
}
.header-nav-main .account-item a{
    font-size: 16px;
    font-weight: 400;
    color: #03A9F4;
    text-transform: none;
}
.header-nav-main .account-item a:hover{
    color: #03A9F4;
}

.header-nav-main .account-item::before{
    content: "";
    position: relative;
    background-image: url(./assets/images/bxs_user.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    background-size: contain;
    display: block;
}
.header-nav-main .account-item{
    display: flex;
    gap: 5px;
}


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

.amlab-dropdown-label {
    color: #0277BD;
        display: flex;
    gap: 5px;
}

.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 {
    background: #f0f8ff;
    color: #0277BD;
}

.amlab-dropdown-menu li:hover a {
    color: #0277BD;
}
.amlab-dropdown-menu li a.active {
    color: #0277BD;
}

.select_cate_amlab .amlab-dropdown-label::after{
    content: "";
    background-image: url("./assets/images/mingcute_right-line.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    right: 0;
    top: 0;
}
.amlab_36, .amlab_36 > * {
    font-size: 36px !important;
}
.btn_see_all_home:hover {
    color: white !important;
}
.btn_see_all_home:hover span {
    color: white !important;
}
.amlab_bdrbf {
    border-bottom-left-radius: 20px;
}
.amlab_bdrbf2 {
    border-bottom-right-radius: 20px;
}

.section_contact .icon-box{
    display: flex;
    gap: 15px;
}
.section_contact .icon-box .icon-box-img{
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #3e5155;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_contact .icon-box .icon-box-img svg,
.section_contact .icon-box .icon-box-img img
{
    max-width: 20px;
    max-height: 20px;
}
.section_contact .icon-box .icon-box-img svg path{
    fill: #fff;
}
.section_contact .icon-box .icon-box-text h5{
    margin-bottom: 0;
}
.section_contact .icon-box .icon-box-text p{
    font-size: 14px;
}
.section_contact .group_contact{
    margin: 0 auto !important;
}
.section_contact .group_contact .form-group{
    width: 100%;
}
.section_contact .group_contact .form-group input,
.section_contact .group_contact .form-group textarea{
    border-radius: 4px !important;
    font-size: 14px;
    color: #464646;
    height: 40px;
    padding: 0px 15px;
    border-color: #ebebeb;
    margin-bottom: 0;
    box-shadow: unset;
}
.section_contact .button-default {
    height: 40px;
    padding: 0 20px;
    line-height: 38px;
    border: solid 1px #3e5155;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #3e5155;
    border-radius: 7px;
}
.section_contact label em {
    color: red;
}
.products .product-small .badge-container .badge-circle .badge-inner {
    background: #FF1919 !important;
}

#footer .ft-img{
    gap: 10px;

}
#footer .ft-img img{
    height: 50px;
    object-fit: contain;
    width: 80%;
}
#footer .row:last-child .col{
    padding-bottom: 0;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .amlab_36,
    .amlab_36>* {
        font-size: 16px !important;
    }
.child-cat-item {
    max-width: 100px;
}
.mobile-sidebar .account-item{
    padding-left: 20px;
}
.top-product-cats .col-inner {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.top-product-cats .col-inner::-webkit-scrollbar {
    display: none;
}
.top-product-cats .col-inner .cat-item a{
    white-space: nowrap;
}
    .child-product-cats .amlab_slider {
    min-height: 175px;
}
    .section_slider .col_icon_item .icon-box{
    padding: 10px !important;
}
    .col.select_cate_amlab{
    padding-bottom: 0;
}
    .category-page-row h3.title_cate {
    font-size: 28px !important;
    margin-bottom: 0;
}
.shop-container .col.title{
    padding-bottom: 0;
}
    #filter-box {
    padding: 20px !important;
    width: unset !important;
}
    .col.filter_price{
    padding-bottom: 0 !important;
}
    .thuong-hieu-item.col {
        flex-basis: 33.33% !important;
        max-width: 33.33% !important; 
    }

    .thuong-hieu-list {
    padding-bottom: 10px !important;
}
    .bd-left {
        border-left: 2px solid #0277BD;
    }

    .section-search {
        z-index: 2;
    }

    .section-search .small-12 {
        padding-bottom: 0;
    }

    .section_slider {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .section_slider .flickity-prev-next-button {
        display: block !important;
    }

    .section_slider .row_scroll {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 15px !important;
        scrollbar-width: none;
        padding-left: 15px;
    }

    .section_slider .col_icon_item {
        flex-basis: 40% !important;
        max-width: 40% !important;
        flex: 0 0 auto;
        width: 200px;
        padding: 0 !important;
    }

    .section_product_featured h3 a {
        font-size: 16px !important;
    }

    .section_product_featured .flickity-prev-next-button {
        display: none;
    }

    .products .product-small .badge-container .onsale {
        font-size: 10px !important;
    }

    .products .product-meta {
        display: block;
    }

    .products .product-small .product-title {
        font-size: 12px !important;
        font-weight: 500px;
    }

    .products .product-small ins span.amount {
        font-size: 16px;
    }

    .products .product-small del span.amount,
    .product-small .product_meta_show .product-rating,
    .product-small .product_meta_show .product-sold {
        font-size: 12px;
    }

    .box-text-products .quick-view-button {
        font-size: 14px;
    }

    .section_product_featured .stack_title a.button span {
        font-size: 14px !important;
    }

    .products .product-small .badge-container .onsale {
        padding: 5px 10px !important;
    }

    .section_info .bd-left {
        border-left: none;
        padding-left: 0;
    }

    .section_info .icon-box .icon-box-text h4 {
        font-size: 12px;
    }

    .section_info .icon-box .icon-box-text p {
        font-size: 10px;
    }

    .section_info .icon-box .icon-box-img {
        width: 40px !important;

    }

    .section_info .r_reason .small-12:last-child {
        padding-bottom: 0;
    }

    .amlab_mb_slider .post-item {
        max-width: 40% !important;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .amlab_mb_slider .post-item .col-inner {
        padding: 8px;
    }

    #header .header-bottom {
        height: 60px;
        background: #fff !important;
    }

    #header .header-bottom .ux-search-box {
        justify-items: center;
    }

    #header .header-bottom .amlab_product-search-container {
        height: auto;
    }

    #header .header-bottom .amlab_product-search-container .search-field {
        height: 40px;
        border-radius: 10px;
        border: 1px solid #03A9F4;
    }

    #header .header-bottom .amlab_product-search-container .ux-search-submit .icon-search {
        color: #808080;
    }

    .section_product_featured .col_products {
        padding-bottom: 15px;
    }

    .section_product_featured .col_products>.col-inner {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .products .product-small .box-text .product-title a {
        font-size: 12px;
        font-weight: 500;
    }

    .products .product-small .box-text a.button {
        padding: 0 !important;
    }

    .product-small .product_meta_show .product-rating {
        padding: 0 5px !important;
    }

    .s_bg_product {
        border-radius: 5px;
    }

    .s_bg_product .section-content>.row>.col {
        padding: 10px 15px 0 15px;
    }

    .s_bg_product .stack {
        padding-bottom: 15px;
    }

    .s_bg_product .bd-top-rd img {
        border-radius: 5px;
    }

    .amlab_gbox_cate img {
        border-radius: 5px;
    }

    .amlab_gbox_cate .box-text .box-text-inner .text {
        margin: 0 auto;
    }

    .blog-wrapper.blog-archive {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .amlab_blog_breadcrumb .my-breadcrumb {
        padding: 0 15px;
    }

    .blog #post-list .col.post-item,
    .archive #post-list .col.post-item {
        padding-bottom: 10px;
    }

    .blog #post-list .box.box-blog-post,
    .archive #post-list .box.box-blog-post {
        display: flex;
        border: 1px solid #0277BD;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 0px;
        transition: box-shadow 0.2s ease;
    }

    .blog .box.box-blog-post:hover,
    .archive .box.box-blog-post:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .blog #post-list .box.box-blog-post .box-image,
    .archive #post-list .box.box-blog-post .box-image {
        flex: 0 0 40%;
        /* chiếm 40% */
        max-width: 40%;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .blog .box.box-blog-post .box-image .image-cover,
    .archive .box.box-blog-post .box-image .image-cover {
        padding-top: 81% !important;
    }

    .blog .box.box-blog-post .box-image img,
    .archive .box.box-blog-post .box-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .blog .box.box-blog-post .box-text,
    .archive .box.box-blog-post .box-text {
        flex: 1;
        padding: 12px 16px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .blog .box.box-blog-post .post-title a,
    .archive .box.box-blog-post .post-title a {
        font-size: 15px;
        font-weight: 700;
        color: #0277BD;
        /* tím */
        text-decoration: none;
        display: inline-block;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .blog .box.box-blog-post .post-title a:hover,
    .archive .box.box-blog-post .post-title a:hover {
        text-decoration: underline;
        color: #4a1f90;
    }

    .blog .box.box-blog-post .post-meta,
    .archive .box.box-blog-post .post-meta {
        font-size: 12px;
        color: #777;
        margin: 4px 0;
        display: flex;
        gap: 8px;
        align-items: center;
    }

    .blog .box.box-blog-post .from_the_blog_excerpt,
    .archive .box.box-blog-post .from_the_blog_excerpt {
        font-size: 13px;
        color: #444;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* giới hạn 2 dòng */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .mobile-sidebar .account-item .nav-top-link{
        padding: 15px 0 !important;
    }
    .amlab_shipping_field{
        padding: 15px 10px !important;
    }
    .checkout #customer_details .form-row.form-row-first,
    .checkout #customer_details .form-row.form-row-last,
    .checkout #customer_details #billing_salutation_field,  
    .checkout #customer_details #billing_first_name_field,
    #customer_details .amlab_shipping_field #shipping_first_name_field,
    #customer_details .amlab_shipping_field #shipping_salutation_field{
        width: 100% !important;
    }
   .checkout .large-12{
        padding-bottom: 0;
    }
    #content,
    #content>.row>.large-12{
        padding-bottom: 0 !important;
    }
    .product-main{
        padding-bottom: 0;
    }
    .add-to-cart-button a {
       font-size: 14px !important;
    }
    .section_th .text_title_main{
        margin-top: 30px;
    }
    .child-product-cats.th-list .child-cat-item{
        max-width: 50%;
    }
    .amlab_spnb .product-small.box .product-meta{
        min-height: auto;
    }
    .product-small.box.amlab_spnb{
        min-height: 195px;
    }
    .product-small.box.amlab_spnb .add-to-cart-button a{
        padding: 0;
    }
    .continue-shopping {
        width: 100%;
    }

    .continue-shopping .button-continue-shopping {
        text-align: center;
        margin: 0 !important;
        min-height: 35px;
        font-weight: 500;
        text-transform: capitalize;
        color: #03A9F4 !important;
        border: 1px solid #03A9F4 !important;
        background: #fff !important;
        border-radius: 10px;
        font-size: 16px !important;
        width: 100%;
        align-content: center;
        word-spacing: -2px;
    }
    .cart-actions{
        gap: 10px;
        display: flex;
        flex-wrap: wrap;
    }
    /* Popup phủ màn hình */
    .cart-sidebar {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0%;
        /* Ẩn ban đầu */
        z-index: 9999;
        pointer-events: none;
        opacity: 0;
        overflow: hidden;
        transition: height 0.4s ease, opacity 0.3s ease;
    }

    /* Overlay nền mờ */
    .cart-sidebar .cart-overlay {
        position: fixed;
        inset: 0;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .order-summary-card {
        position: fixed;
        bottom: 0;
        left: 0;    
        width: 100%;
        max-width: 480px;
        background: #fff;
        border-radius: 16px 16px 0 0;
        box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1);
        padding: 20px;
        transform: translateX(-100%);
        transition: transform 0.4s ease;
    }

    .cart-sidebar.opened {
        /* height: 100%; */
        opacity: 1;
        pointer-events: auto;
    }

    .cart-sidebar.opened .cart-overlay {
        opacity: 1;
    }

    .cart-sidebar.opened .order-summary-card {
        transform: translateX(0);
    }

    /* Nút */
    .button.order-summary-checkout {
        background: #ff6a00;
        color: #fff;
        display: block;
        width: 100%;
        text-align: center;
        padding: 12px;
        border-radius: 8px;
        font-weight: 600;
        margin-top: 20px;
    }

    .btn-close-cart {
        display: block;
        margin: 10px auto 0;
        border: none;
        background: none;
        color: #888;
        font-size: 14px;
        cursor: pointer;
    }

    /* Ẩn scroll body khi mở cart */
    body.cart-open {
        height: 100%;
        overflow: hidden !important;
        touch-action: none;
    }

    .amlab_show_related .amlab_spnb.row .col {
        max-width: calc(100% / 2);
    }
    .amlab_show_related .amlab_spnb.row .col .product-small.box.amlab_spnb{
        min-height: 120px;
    }
    .related-products-wrapper .row{
        margin: 0 auto !important;
    }
    #product-qr img{
        width: 80px;
        aspect-ratio: 1 / 1;
    } 
    .s_bg_product .amlab_col_4{
        display: none;
    }
    .product-small.box .product-detail-info__cash-back{
        font-size: 10px;
    }
    .product-small.box .product-detail-info__cash-back .product-detail-info__cash-back__label:before {
        width: 20px;
        height: 20px;
        top: 10px;
    }
    .amlab_bsbd>.col-inner {
        padding: 10px;
    }
    .stack_bd_bt {
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
    }
    .section_flashsale_title .icon-box{
        justify-content: center;
    }
    .section_flashsale_title .col-inner .stack{
        flex-wrap: wrap;
        justify-content: center;
    }
    .section_flashsale{

        background-color: #fdb740
    }
    .section_flashsale_title .col:last-child .col-inner .stack {
        justify-content: center;
    }
}