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

/*************** ADD CUSTOM CSS HERE.   ***************/
h1, h2, h3, h4, h5, h6 {
    text-wrap: inherit;
}
/*CSS PAGE*/
.gt_option {
    position: fixed!important
}
.gt_option a {
    font-size: 11pt !important;
}
.box_video_full video, .banner-bg video, .video-bg video {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
}
#header ul.header-nav.header-nav-main {
    justify-content: center;
}
#header ul.header-nav.header-nav-main > li.menu-item {
    margin: 0 15px;
}
ul.sub-menu.nav-dropdown.nav-dropdown-default {
    background: rgb(255 255 255 / 95%);
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 5px;
}
.header-bg-image {
    opacity: 0.5;
}
.header-contact li a {
    text-transform: inherit;
}
@media (min-width: 992px) {
    .quytrinhhome > .col {
        flex:0 0 20%;
        max-width: 20%
    }
}
.icon-box-text.last-reset h5 {
    text-transform: capitalize !important;
    padding-top: 15px;
    font-size: 16px;
    color: #020618;
}
.faqhome .accordion-item {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.faqhome .accordion-item .accordion-title {
    border: 0;
}
.newsvideo .is-divider{
    display: none;
}
.newsvideo h5.post-title {
    font-weight: 400 !important;
}
.absolute-footer.dark.medium-text-center.text-center {
    background: transparent;
    margin-top: -80px;
    position: relative;
}
.footer-primary {
    border-top: 1px solid #333030;
    padding-top: 14px;
}
.copyright-footer {
    color: #fff;
}
.pro-diachi{display: flex;gap: 5px;}


/* --- 1. Layout Lưới Ảnh (Giao diện hiển thị) --- */
.custom-gallery-wrapper { 
    width: 100%; 
    position: relative; 
    margin-bottom: 20px;
}

.custom-gallery-grid { 
    display: flex; 
    gap: 10px; 
    height: 450px; 
    overflow: hidden; 
}

.gallery-item { 
    background-size: cover; 
    background-position: center; 
    display: block; 
    transition: filter 0.3s;
}

.gallery-item:hover { 
    filter: brightness(0.9); 
}

.main-img { 
    flex: 2; 
    border-radius: 8px 0 0 8px; 
    height: 100%; 
}

.gallery-sub-grid { 
    flex: 1; 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: 1fr 1fr; 
    gap: 10px; 
}

.sub-img { 
    height: 100%; 
    width: 100%; 
    position: relative; 
}

/* Bo góc các ảnh ở góc bên phải */
.sub-img:nth-child(2) { border-radius: 0 8px 0 0; }
.sub-img:nth-child(4) { border-radius: 0 0 8px 0; }

.overlay {
    position: absolute; 
    inset: 0; 
    background: rgba(0,0,0,0.5);
    display: flex; 
    align-items: center; 
    justify-content: center;
    color: #fff; 
    font-weight: bold; 
    border-radius: inherit;
    pointer-events: none; /* Tránh cản trở việc click vào link phía dưới */
}

/* --- 2. Giao diện Lightbox (Khi click xem ảnh) --- */
/* Nền tối sâu kiểu Booking */
.mfp-bg { 
    background: rgba(0,0,0,0.92) !important; 
}

/* Căn chỉnh lại ảnh cho thoáng */
.mfp-img { 
    padding: 40px 0 !important; 
}

/* Nút mũi tên điều hướng xịn */
.mfp-arrow {
    width: 60px !important; 
    height: 100px !important;
    background: rgba(255,255,255,0.1) !important;
    border-radius: 8px !important;
    transition: background 0.3s !important;
}

.mfp-arrow:hover { 
    background: rgba(255,255,255,0.2) !important; 
}

/* Số thứ tự ảnh góc trên (ví dụ: 1/13) */
.mfp-counter { 
    font-size: 18px !important; 
    top: 20px !important; 
    font-weight: bold; 
    color: #fff !important;
}

/* --- 3. Tiện ích & Mobile --- */
/* Ẩn ảnh thừa nhưng vẫn để trong code để slide nhận diện */
.is-hidden { 
    display: none !important; 
}

@media (max-width: 600px) {
    .custom-gallery-grid { height: 300px; }
    .gallery-sub-grid { display: none; }
    .main-img { border-radius: 8px; }
}

/*Bộ Lọc*/
/* Container bộ lọc */
.filter-form-widget {
    background: #fff;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* Nhóm lọc */
.filter-group {
    margin-bottom: 25px;
}

.filter-group strong {
    display: block;
    font-size: 15px;
    color: #d0021b; /* Màu đỏ tiêu đề giống ảnh demo */
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 8px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

/* Danh sách checkbox */
.filter-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.filter-list li {
    margin-bottom: 5px;
}

.filter-list label {
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: normal;
}

.filter-list input[type="checkbox"] {
    margin-right: 12px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    margin-bottom: 0;
}

/* Thụt lề cho danh mục con */
.cat-hierarchy .cat-hierarchy {
    margin-left: 20px !important;
    margin-top: 10px !important;
    border-left: 1px dashed #ccc;
    padding-left: 15px !important;
}
.filter-actions {
    display: flex;
}
.filter-actions button.button.primary{
    
}   
/*Bộ Lọc*/

/*checkout*/
.woocommerce-shipping-fields{display: none;}
p.woocommerce-customer-details--phone {
    margin: 0;
}
p.success-color.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #000;
}
strong.product-quantity {
    display: none;
}
/*end checkout*/

/*CSS PAGE*/
.cf7-two-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}
.cf7-column {
    flex: 1;
    min-width: 250px
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-full {
    background: #F9A006;
    border-radius: 10px;
    width: 100%;
    text-transform: inherit;
}

/*css menu đa cấp cho Flatsome*/
.nav-dropdown-default {
    padding: 0px;
}
.nav-dropdown .menu-item-has-children>a, .nav-dropdown .nav-dropdown-col>a, .nav-dropdown .title>a {
    font-size: 15px;
}
@media (min-width: 850px){
    header#header .nav-dropdown {
        display: block;
    }
    header#header .nav-dropdown ul.sub-menu {
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        width: 250px;
        padding: 0;
        display: none !important;
        border-radius: 5px;
        -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
        box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    }
    header#header .nav-dropdown ul.sub-menu a {
        white-space: normal;
        margin: 0;
        padding: 10px 15px;
        border: 0;
        font-weight: 400;
    }
    header#header .nav-dropdown li:hover > ul.sub-menu{
        display: block !important;
    }
    header#header .nav-dropdown li {
        border-right: 0;
        white-space: normal;
        width: 100%;
        display: block;
        position: relative;
    }
    header#header .nav-dropdown li.menu-item-has-children > a {
        font-weight: 400;
        text-transform: none;
        color: rgba(102,102,102,.85);
    }
    header#header .nav-dropdown li.active>a {
        color: #e82c2a;
    }
}

/* Thêm mũi tên xuống ở cuối mục menu đa cấp */
.menu-item-has-children.nav-dropdown-col::after {
    content: "\25BC"; 
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
/* Thay đổi mũi tên khi mở submenu (hoặc hover) */
header#header .nav-dropdown li.menu-item-has-children {
    position: relative;
}

header#header .nav-dropdown li.menu-item-has-children > a::after {
    content: "\25B8";
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    color: #333; /* Màu mũi tên */
}
/* Khi hover vào mục có submenu, mũi tên sẽ xoay xuống */
header#header .nav-dropdown li.menu-item-has-children:hover > a::after {
    transform: translateY(-50%) rotate(90deg);
}
/* Mũi tên phải cho các submenu con */
header#header .nav-dropdown li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > a::after {
    content: "\25B8";
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    color: #333;
}

/* Khi hover vào submenu con, mũi tên xoay để chỉ submenu con mở */
header#header .nav-dropdown li.menu-item-has-children > ul.sub-menu li.menu-item-has-children:hover > a::after {
    transform: translateY(-50%) rotate(90deg);
}

/*css menu đa cấp*/
.cssbg .section-bg img {
    object-fit: contain;
}
@media (min-width: 850px) {
    #menu-item-1093,#menu-item-1097,#menu-item-1103{
        display:none
    }
}

.form-flat input:not([type=submit]), 
.form-flat select, 
.form-flat textarea {
    background-color: rgba(0, 0, 0, .03);
    border-color: #ffba00;
    color: #ccc !important;
}
input#woocommerce-product-search-field-0::placeholder {
  color: #000;
}
#woocommerce-product-search-field-0{
	border-color: #ccc;
}
#woocommerce-product-search-field-0::placeholder {
  color: #fff;
}
.success.is-outline, .success.is-outline:hover {
    background-color: transparent;
    border: 1px solid #ffba00;
    color: #fff;
	line-height: 39px;
	font-weight: 500;
}
.button.secondary:hover{
	color: #000;
	background-color: #ffba00 !important;
	box-shadow:none;
}
.white.is-outline, .white.is-outline:hover {
    background-color: transparent !important;
    border: 1px solid #ffba00;
    color: #2a2e2d;
	line-height: 39px;
	font-weight: 500;
}
.flickity-page-dots {
    bottom: 0px;
}

/*sanpham*/
/* Container chung để chứa phần trăm khuyến mại và giá chênh lệch */
.header-cart-icon img{
    max-width: 124px;
}
.discount-percentage-label {
    position: absolute;
    bottom: 8px;
    right: 10px;
    background-color: rgba(255, 0, 0, 0.8);
    color: white;
    padding: 3px 10px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 15px;
    z-index: 10;
}
.product-small .box-text {
    position: initial;
}
.product-small{
    position: relative;
}
.spkhuyenmai .box-text.text-center {
    padding: 0;
}
.category-page-row .custom-read-more-wrapper{display:none;}
.product-small.box.has-hover.box-bounce.box-text-bottom,
.product-small.box.spkhuyenmai.has-hover.box-normal.box-text-bottom{
    padding: 10px;
    background: #fff;
}
p.name.product-title.woocommerce-loop-product__title a{
    padding: 10px 0;
    font-weight: 600;
    color: #020618;
    font-size: 14px;
    text-align: left;
}

.box-bounce .box-text {
    padding: 0;
}
.custom-read-more-wrapper {
    margin-top: 10px;
}
.custom-read-more {
	font-size:17px;
    display: block !important;
    padding: 0px;
	margin: 0;
    background-color: #21624e;
    color: #fff;
	text-transform: inherit;
    font-weight: 600;
}
.custom-read-more:hover,button.single_add_to_cart_button.button.alt:hover {
    background-color: #21624e;
    color: #000;
	box-shadow:none;
}
.custom-read-more-wrapper {
    margin: 0;
}
.product-policises-wrapper {
    margin: 15px 0px
}
.product-policises-wrapper .product-policises {
    font-size: 16px;
	margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr))
}
@media (max-width: 767px) {
    .product-policises-wrapper .product-policises {
        grid-template-columns:1fr
    }
}
.product-policises-wrapper .product-policises .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
    margin-bottom: 15px
}
.product-policises-wrapper .product-policises .media>div:not(.media-body) {
    width: 32px;
    height: 32px;
    margin-right: 15px
}
.product-policises-wrapper .product-policises .media .media-body {
    -ms-flex: 1;
    flex: 1
}
.product-hotline,.product-policises-wrapper {
    background: var(--mainColor2);
    border: 2px dotted #dbdbdb;
    line-height: 30px;
    padding: 5px 10px;
    font-weight: 500
}
.product-hotline img {
    height: 25px;
	margin: 0 !important;
}
.product-hotline a {
    color: #C90000;
    font-weight: bold
}
.product-hotline a:hover {
    opacity: 0.7
}
.details-pro{
    margin: 0;
    padding-bottom: 0;
}
.related-products-wrapper .price-wrapper{
	
}
.related-products-wrapper .box-image img {
    height: 300px;
    object-fit: cover;
}
.related-products-wrapper .product-small .col-inner{
    padding: 10px;
    background: #fff;
}
.spkhuyenmai .custom-read-more-wrapper{display:none;}

.slider-nav-light .flickity-page-dots .dot.is-selected, .slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: #c49431;
}
.badge-container {
    margin: 10px 0 0;
}
.badge {
    height: 30px;
}
span.onsale {
    padding: 5px 8px;
    font-size: 14px;
    line-height: 31px;
}
.badge-circle .badge-inner, .badge-circle-inside .badge-inner {
    background: #ffba00;
    color: #000;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    min-height: 167px;
	width: auto;
    display: flex;
    justify-content: center;
    object-fit: cover;
    padding: 0;
}
img.show-on-hover.absolute.fill.hide-for-small.back-image {
    display: none;
}
.featured-title {
    background-color: var(--fs-color-primary);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    min-height: 334px;
    display: flex;
}
.has-shadow .box-text,.sanphamnb-home .box-image {
    padding: 10px;
}
.shop-page-title .has-shadow .box-text{
    padding: 15px 0;
}
.sanphamnb-home .box-image .image-zoom{
    overflow: hidden;
    border-radius: 5px;
}
p.name.product-title.woocommerce-loop-product__title {
    
}
.slider-type-fade .flickity-slider>.is-selected,
.flickity-slider>a, .flickity-slider>a>img, .flickity-slider>div:not(.col), .flickity-slider>figure, .flickity-slider>img, .flickity-slider>p{
    /*
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #ccc;
    */
}
.danhmucsp{

}
.danhmucsp .col {
    padding-bottom: 0;
}
.danhmucsp .icon-box-center .icon-box-img {
    background: #f2f2f2;
    border-radius: 50%;
    overflow: hidden;
}
.danhmucsp .icon-box-img img, .danhmucsp .icon-box-img svg {
    padding-top: .2em;
    width: 100%;
    height: 100px;
    object-fit: cover;
    background: #f2f2f2;
    padding: 15px;
}
.danhmucsp .icon-box-text.last-reset > *{
    font-size: 14px;
}
.danhmucsp .icon-box-img {
    transition: all 0.4s ease-in-out;
}
.danhmucsp .icon-box-img:hover {
    transform: translateY(-15px);
    transition: all 0.4s ease-in-out;
}
.return-to-shop .button {
    font-size: 14px;
}
.cart-item ul.nav-dropdown.nav-dropdown-simple {
    padding-bottom: 0;
}
.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
    color: #000 !important;
}
.shop-page-title .breadcrumbs {
    padding: 0;
}
span.product-title:hover {
    color: #ffba00;
}
.nav-dots-small .flickity-page-dots .dot, .row-slider .flickity-page-dots .dot {
    background-color: #fff;
    opacity: 0.7;
}
.type-product .price-wrapper {
    text-align: left;
}
.price-wrapper {
    text-align: left;
}
.sanphamnb-home .product-small .col-inner{
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #d3d3d3;
}
.sanphamnb-home .product-small{
    padding-bottom: 0;
}
.price-wrapper .price {
    display: inline;
}
ins span.amount {
    color: #F9A006;
    font-size: 15px;
    padding-top: 5px;
    display: inline-block;
}
.button span {
    font-weight: 400;
}
nav.woocommerce-breadcrumb.breadcrumbs {
    padding: 0 10px;
}
.product-gallery-slider img.wp-post-image.ux-skip-lazy{
    width: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 15px;
}
.attachment-woocommerce_thumbnail{
    min-height: 90px;
    object-fit: cover;
    margin-bottom: 0 !important;
}
.product-thumbnails a {
    border: 1px solid #d3d3d3;
}
.ux-quantity.quantity.buttons_added.form-flat {
    display: none;
}
button.single_add_to_cart_button.button.alt {
    width: 100%;
    background: #c01515;
    padding: 10px;
    border-radius: 5px;
}
.chitietsp1{padding-bottom: 0;}
.product-short-description {

}
.shop-container .products .col-inner {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #d3d3d3;
    padding: 10px;
}
td.shipping__inner {
    padding-left: 0 !important;
}
p.category.uppercase.is-smaller.no-text-overflow.product-cat.op-7 {
    text-transform: inherit;
}
.webvip-loop-shortdesc {
    color: #314158;
    font-size: 13px;
    border-bottom: 1px solid #ebedef;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
del span.amount {
    color: #90A1B9;
}
.message-container.container.success-color.medium-text-center {
    color: #000;
}


/*endsanpham*/
/*content*/
.breadcrumbs {
    padding: 1.5em;padding-bottom: 0;
}
.type-post .article-inner.has-shadow .entry-header-text-top{
	padding-top: 0;
    padding-bottom: 0;
}
.type-post .entry-divider{display:none;}
.type-post .entry-content.single-page{
	
}
.type-post h1.entry-title {
    text-align: left;
}
.blog-wrapper header.archive-page-header {


}
.blog-wrapper header.archive-page-header::before {

}
.blog-wrapper .archive-page-header .page-title {
    font-size: 22px;
    text-align: left;
}
.blog-wrapper.blog-archive.page-wrapper{
    
}

/*endcontent*/
.recent-blog-posts-li .post_comments{display:none;}
.widget-title {
    background-color: #ffba00 ;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 10px;
	display: block;
}
.widget .is-divider {
    margin-top: .66em;
    display: none;
}
ul.product_list_widget,#support-online ul,#filter-form,.flatsome_recent_posts ul{
    background: var(--mainColor2);
    border: 2px dotted #dbdbdb;
    line-height: 30px;
    padding: 5px 10px;
}
.searchform .button.icon i {
    font-size: 13px;
    color: #dddddd;
}
.reviewkh .flickity-slider .align-equal.is-selected{
    display: flex;
    justify-content: center;
    background: transparent;
    border: none;
}
.sc_home-customer-quote {
    color: #ffba00;
    font-size: 20px;
    margin-right: 10px;
}
.tintuc-home .box-text a.button.secondary {
    padding: 0 30px;
    font-size: 15px;
}
.not-found .page-content form {
    display: none;
}
.header-search-form-wrapper input#woocommerce-product-search-field-0 {
    min-width: 400px;color: #000 !important;
}
.mobile-nav li.nav-icon a{color: #ffba00;}

/*term-descriptio*/
.term-description {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 25px;
	margin-top: 25px;
}
.devvn_readmore_taxonomy_flatsome {
	text-align: center;
	cursor: pointer;
	position: absolute;
	z-index: 10;
	bottom: 0;
	width: 100%;
	background: #fff;
}
.devvn_readmore_taxonomy_flatsome:before {
	height: 55px;
	margin-top: -45px;
	content: "";
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
	display: block;
}
.devvn_readmore_taxonomy_flatsome a {
	color: #161616;
	display: block;
}
.devvn_readmore_taxonomy_flatsome a:after {
	content: '';
	width: 0;
	right: 0;
	border-top: 6px solid #161616;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 5px;
}
.devvn_readmore_taxonomy_flatsome_less:before {
	display: none;
}
.devvn_readmore_taxonomy_flatsome_less a:after {
	border-top: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #161616;
}
/*term-descriptio*/
.menu-danh-muc-san-pham-container li a:hover{
	color: #ffba00;font-size: 16px;
}
li.html.custom.html_topbar_left {
    padding-right: 30px;
}
li.html.custom.html_topbar_left i{
    color: #F63737;
}
ul.nav.header-nav.header-bottom-nav > .menu-item *,
span.header-vertical-menu__title{
    font-weight: 500;
    font-size: 16px;
}

.sanpham-home > .col > .col-inner{
    border: 1px solid #d3d3d3;
    border-radius: 10px;
}
.menuthuonghieu{
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: right;
}
.menuthuonghieu .ux-menu-link.flex.menu-item a{
    background: #fff;
    padding: 5px 20px;
    min-height: auto;
    color: #0F172B;
    border: 1px solid #d3d3d3;
}
.menuthuonghieu .ux-menu-link.flex.menu-item:first-child a,.menuthuonghieu .ux-menu-link.flex.menu-item a:hover{
    background: #F9A006;
    color: #fff;
}
.iconwhy{
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 43px;
    padding: 10px;
}
.iconwhy .icon-box-img {
    border-radius: 50%;
    padding: 10px;
    background-color: #C01515;
    transition: all 0.4s ease-in-out;
}
.iconwhy .icon-box-img:hover {
    transform: translateY(-20px);
    transition: all 0.4s ease-in-out;
}
.bannerwhy{
    border-radius: 15px;
    overflow: hidden;
}

.bloghome2 .col.post-item {
    padding-bottom: 15px;
}
a#js-hide-all-icon-e {
    display: none !important;
}
@media (min-width: 850px) {
	#menu-item-804,#menu-item-817,#menu-item-820,#menu-item-821,#menu-item-824{display:none;}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .header-cart-icon img {
        max-width: 80px;
    }
	.banner2-home{
		margin-top:20px;
	}
	#woocommerce_products-15{display:none;}
	li.menu-item:hover > a,li.menu-item a:active {
		color: #ffba00;
	}
	.sanphammb .product_cat-tu-bep-nhua:nth-last-child(1),
    .sanphammb .product_cat-tu-bep-nhua:nth-last-child(2) {
        display: none;
    }
	.sanphammb .product_cat-cua-nhua:nth-last-child(1),
    .sanphammb .product_cat-cua-nhua:nth-last-child(2),
	.sanphammb .product_cat-cua-nhua:nth-last-child(3),
	.sanphammb .product_cat-cua-nhua:nth-last-child(4){
        display: none;
    }
	.slider-show-nav .flickity-prev-next-button, .slider .flickity-prev-next-button {
		opacity: 1;
	}
	.cart-item .header-cart-link{color: #ffba00;}
    .menuthuonghieu {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: flex-start;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        margin: 0;
        list-style: none;
        scrollbar-width: none;
        -ms-overflow-style: none;
        min-width: 100%;
    }
    .menuthuonghieu .ux-menu-link.flex.menu-item a {
        font-size: 13px;
    }
}