/* /*
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.   ***************/






@media (max-width: 1024px){
    .header-vertical-menu__opener.dark{
        width: 250px !important;
    }
    .header-vertical-menu__fly-out.header-vertical-menu__fly-out--open.has-shadow{
        width: 250px !important;
    }
    .menu-menu-ngang-container{
        height: 370px !important;

    }
    .box-text.box-text-products{
            min-height: 161px;
    }
	.tabbed-content .nav-simple {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        gap: 10px;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }
	.tabbed-content ul li a{
		min-width:200px !important;
	}
	.add-to-cart-container.form-normal.is-normal > form > *:nth-child(3){
		    max-width: calc(60% - 5px) !important;
	}
	.add-to-cart-container.form-normal.is-normal > form > *:nth-child(2) {
    width: calc(40% - 5px) !important;
}
	.product-rating .rating-text,
	.yith-wcwl-add-to-wishlist-button__label{
		display:none !important
	}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.yith-wcwl-add-to-wishlist-button__label{
		display:block !important;
	}
.imgge-slide-trang-chu .img-inner img{
   
    height: 122px !important;
   
}
.blog-post1-sidebar .col .col-inner .box .box-text .box-text-inner p  {
    display: block !important;
    
}
.blog-post-trang-chu .col .col-inner{
    padding-bottom: 10px !important;
}
.blog-post1-sidebar .col .col-inner .box  {
    flex-direction: row !important;

}
 .col-blog-trang-chu{
    padding-bottom: 0 !important;
 }
.img-trang-tin-tuc{
    max-width: 33%;
}
.col-image-trang-tin-tuc .col-inner{
    display: flex;
    gap: 10px;

}
.row-2-1-1-1{
    grid-template-columns: 5fr !important;
}
	.button-right-title ul{
		margin-bottom:10px !important;
	}
	.text-top-san-pham{
		flex-direction: column;
		
	}
	
.add-to-cart-container.form-normal.is-normal form{
    display: flex;
    flex-direction: column;
}
.add-to-cart-container.form-normal.is-normal > form > *:nth-child(3){
    max-width: 100% !important;
}
.add-to-cart-container.form-normal.is-normal > form > *:nth-child(2){
    min-width: 100% !important;
    display: flex;
    justify-content: center;
}

	.col-kham-pha .col-inner .row{
		        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        gap: 10px;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        
	}
	.img_box_gioi_thieu{
		min-width:300px;
	}

    .tabbed-content .nav-simple > li {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    /* Ẩn thanh scroll */
    .tabbed-content .nav-simple::-webkit-scrollbar {
        display: none;
    }
    .header-bottom{
        background-color: #f3e5ce !important;
    }
    .search-field.mb-0{
        background-color: #ffffff !important;
        border-radius: 10px !important;
        
    }
    .header-search-form{
        max-width: 91%;
    }
    .header-bottom-nav{
        display: flex;
    }
    .header-bottom-nav .nav-icon{
        background-color: #960100;
        padding: 0 5px;
        border-radius: 5px;
    }
    .banner-top-menu{
        height: 30px;

    }
    .hl-brand-grid.cols-5 {
        display: flex !important;

        overflow-x: auto !important; /* Bật cuộn ngang */

        gap: 15px; /* Khoảng cách giữa các ô */
		padding-bottom: 5px;
   
       
    }


    
    .hl-brand-grid.cols-5 a{
        min-width: 24%;
    }
	
    .col-danh-muc .col-inner .row.align-equal div{
        padding-bottom: 0 !important;
    }
    .text-right .is-divider, .text-right .is-star-rating, .text-right .star-rating, .text-right>div, .text-right>div>div{
        margin-left: 0;
    }
	.col-button-title .col-inner.text-right{
        justify-content: start !important;
    }
}
@media (max-width: 767px) {
	.yith-wcwl-add-to-wishlist-button__label{
		display:none !important;
	}
    .row-content-footer {
         display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        gap: 10px;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    
    }
	.button-right-title{
		display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        gap: 10px;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
	}
	
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	
}

p:empty{
	display:block;
}
.text-bottom-titlle-sp a:hover{
	color:#960100
}
html {
  scroll-behavior: smooth;
}
.tabbed-content ul{
	padding-left:0px !important;
}
body{
    
    box-sizing: border-box;
     scroll-behavior: smooth;
     padding: 0;
     margin: 0;
}
p{
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    font-weight: 300;
    font-size: 16px;

}
a {
    color: inherit;
    text-decoration: none;
}
h1 {
    font-family: Manrope, sans-serif !important;
    font-size: 24px;
    
}
ol ol, ol ul, ul ol, ul ul{
    margin: 0;
}
li {
    margin-bottom: 0;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
a:hover{
    cursor: pointer;
}
::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
}
:is(dir, menu, ol, ul) ul{
        list-style-type: circle !important;

}

@font-face {
    font-family: "Anton", sans-serif ;
    src: url('/wp-content/fonts/Anton-Regular.woff2') format('woff2')
}

.title-trang-chu{
    
    font-size: 24px;
    font-family: "Anton", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
    width: fit-content;
    position: relative;
    text-align: start;
    margin-left: 0 !important;
    margin-bottom: 10px;
}
.title-trang-chu::before{
    content: "";
    background: linear-gradient(90deg, #960100, rgba(255, 255, 255, 0.001) 80%);
    height: 4px;
    position: absolute;
    width: 100%;
    top: 35px;
    
    
}
.text-top-san-pham{
	display:flex;
	justify-content:space-between;
	
}
.text-bottom-titlle-sp{
	display:flex;
	gap:15px;
}

.image-top-header{
    padding: 0 !important;
}
.marquee-track:hover {
  animation-play-state: paused;
}
.col-danh-muc .col-inner{
    border-radius: 10px;
}
.banner-top-menu{
    max-width: 100%;
  
    width: 100%;
        object-fit: cover;

}
.header-top.hide-for-sticky.nav-dark.flex-has-center .flex-row.container {
    margin: 0;
    padding: 0;
}

.header-top .flex-row .flex-col.flex-center {
    flex: 0 0 100%;
    max-width: 100%;
}
.header-top .flex-row .flex-col.flex-center > * {
    margin-left: auto;
    margin-right: auto;
}
.header-top .flex-col.flex-left,
.header-top .flex-col.flex-right {
    display: none;
}
.header-top .flex-row.container {
    max-width: 100%;
}
.form-submit input[type=submit]{
	background:#960100;
}
.row-all .col{
	padding:0 15px 15px;
}
#woocommerce-product-search-field-0{
   background: white;
   padding-right: 40px;
   border-radius: 10px;
   color: black;
   width: 535px;
   height: 40px;
   font-size: 16px;
}
.woocommerce-variation-price .price .woocommerce-Price-amount.amount{
	font-size:20px;
}
.variations .reset_variations{
	bottom:50%;
}
.tabs-he-thong ul{
	padding-left:0px !important;
}
.tabs-he-thong ul li a{
	font-size:16px;
	padding:10px 5px;
}
.footer-wrapper{
	background:white;
	padding-top:10px;
}
.header-hotline{
    display: flex;
    gap:3px;
    align-items: center;
    color: black;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;

}
.hotline-label i{
    font-size: 24px;
}
.hotline-number p{
    font-weight: 400;
    font-size: 14px;
}
.content-hotline{
    display: flex;
}
.content-header-main{
    display: flex;
    gap:10px
}
.content-showroom{
    display: flex;
    color: black;
    align-items: center;
    gap: 3px;
    line-height: 1;
}
.text-showroom{
    font-size: 16px;
    font-weight: 600;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a{
    color: black;
    padding: 8px;
    font-size: 15px;
}
.header-vertical-menu__opener.dark{
    width: 306px;
    padding:  0 8px;

}

.flickity-button-icon{
    background: white;
    fill: black;
    transition: transform .3s ease, fill .3s ease;
}

.is-xsmall.uppercase.count {
    display: none;
}
.box.box-category.has-hover.box-default .box-image{
    width: 60%;
    height: 60%;
}
.box.box-category.has-hover.box-default {
    padding: 16px;
    background: #faf2f2;
    border-radius: 5px;
}
.box-text.text-center{
    padding-bottom: 10px;
}
.box.box-category.has-hover.box-default:hover{
    background: #960100;
    
}
.box.box-category.has-hover.box-default:hover .box-image img{
    filter: invert(1);
}
.box.box-category.has-hover.box-default:hover .box-text.text-center .box-text-inner .uppercase.header-title{
    color:white
}
.flickity-page-dots{
    bottom: 15px;
    background-color: rgba(9, 13, 20, 0.5);
    border-radius: 50px;
    padding: 5px;
    width: fit-content;
    left: 50%;
    display: flex;
    align-items: center;
    transform: translate(-50%, 0);
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
    align-items: center;
}
#content ol, .entry-content ol{
    padding-left: 5px !important;
}
.dot.is-selected{
    background-color: #fff;
    width: 16px;
    border-radius: 30px;
}
.my-footer{
    padding-bottom: 0;
}
.title-footer{
    font-size: 20px;
    font-weight: 500;
}
.col-image{
    padding: 0;
    width: 56px;
    height: 56px;
    border-radius: 10px;
}
.col-image .col-inner .img-inner.dark img{
    width: 56px;
    height: 56px;
    border-radius: 10px;
    cursor: pointer;
}
.col-image .col-inner .img-inner.dark img:hover{
    opacity: 0.8;
}
.image-footer1 .img-inner.dark img {
    width: 66px !important;
    height: 41px !important;
}
.menu-footer ul li{
    list-style: none;
  padding-left: 0;
  margin: 0;
  margin-bottom: 8px;
  font-weight: 300;
  cursor: pointer;
}
.menu-footer ul li > a:hover{
   color: #960100;
}
.content-footer{
    padding-bottom: 10px ;
}
.sdt-footer p > a:hover {
     text-decoration: underline;
     color: white;
}
.sdt-footer p > a{
    font-size: 19px;
}
.back-to-top.button.icon.invert.plain.fixed.bottom.z-1.is-outline.hide-for-medium.circle.active{
    fill:white;
    background: #960100;
    border-radius: 5px !important;
    color: white;
}
.back-to-top.button.icon.invert.plain.fixed.bottom.z-1.is-outline.hide-for-medium.circle.active:hover{
    background: #f48924;
    
}
.title-dac-biet h2{
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffd456;
    padding-left: 25px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    font-size: 32px;
}
.title-dac-biet h2::before{
    content: "";
    background-image: url(/wp-content/uploads/2026/01/download-1.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    border-radius: 100%;
    display: block;
    left: 0px;
    width: 18px;
    height: 36px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation-name: twinkle;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
}
@keyframes twinkle {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.6;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.button1{
    background-color: #870100;
    padding: 0 15px;
    color: #fff;
    font-weight: 600;
    margin-top: 5px;
}
.ux-timer.light span > strong{
    display: none;
}
.ux-timer span{
    padding: 15px !important;
    width: 32px !important;
    height: 32px !important;
    font-size: 18px o !important;
}
.col-title-dac-biet{
    padding-left: 0px;
}
.col-countdown{
    padding-right: 0px;
}
.header-vertical-menu__title{
    font-size: 16px;
}
.header-bottom-nav > li > a {
   
    font-size: 16px;
    font-weight: 600 !important;
}
.box.box-category.has-hover.box-default .box-text.text-center .box-text-inner h5{
    text-transform: inherit;
    font-weight: 400;
}
.flickity-button.flickity-prev-next-button.previous{
        width: 50px;
    height: 50px;
    background: #fff;
    color: #faf2f2;
    border-radius: 100%;
    box-shadow: 0 0.125rem 0.625rem rgba(28, 28, 28, 0.15);
    place-items: center;
    border: none;
    
    
}
.flickity-button.flickity-prev-next-button.next{
    width: 50px;
    height: 50px;
    background: #fff;
    color: #faf2f2;
    border-radius: 100%;
    box-shadow: 0 0.125rem 0.625rem rgba(28, 28, 28, 0.15);
    place-items: center;
    border: none;
}
.slider-nav-light .flickity-prev-next-button .arrow, .slider-nav-light .flickity-prev-next-button svg{
   fill: black;
}
.slider-nav-circle .flickity-prev-next-button:hover .arrow, .slider-nav-circle .flickity-prev-next-button:hover svg{
    fill: black !important;
    background-color: white;
    
    
}
.slider-nav-light .flickity-prev-next-button .arrow, .slider-nav-light .flickity-prev-next-button svg{
    animation: arrow-move-right-back 0.4s ease-in-out;

}
@keyframes arrow-move-right-back {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(6px);
    }
    100% {
        transform: translateX(0);
    }
}
.col-sale{
    background-color: #960100;
    margin: 0 5px;
    margin-top: 10px;
    padding-bottom: 0;
}
.row-title-dac-biet div {
    padding-bottom: 0;
    

}
.box-text.box-text-products{
    padding: 0 10px 10px 10px;
}
.badge-container.absolute.left.top.z-1{
    display: none;
}
.product-small.box {
    background-color: #fff;
    overflow: hidden;
    border: 1px solid var(--border-color);
    border-radius: 7px;
    transition: all 0.2s ease-in-out;
}
.woocommerce-breadcrumb.breadcrumbs  a{
    color: #f48924;
    font-size: 15px;
	
}
.woocommerce-breadcrumb.breadcrumbs span {
    color: black
}
.product-section{
	border:none;
	
}
.product-section-title{
	font-weight:600;
}
.related-more-button{
	margin-top:0 !important;
}
.woocommerce-variation-price .price del .woocommerce-Price-amount.amount {
	font-size:20px;
}
.woocommerce-variation-price .price ins .woocommerce-Price-amount.amount {
	font-size:20px;
}

.row.content-row.mb-0{
    background: white;
}
.ux-quantity.quantity.buttons_added::before{
    content: "số lượng :";
    color: black;
    font-size: 16px;
	margin-right:8px;
	
}
.ux-quantity.quantity.buttons_added{
    display: flex;
    justify-content: start;
    align-items: center;
}


.cart  button{
    display: flex;
    flex-direction: row-reverse;
}
.product-summary .ux-quantity.quantity.buttons_added {
    width: 100%;
    display: block;
    margin-bottom: 12px;
}
.ux-buy-now-button.button.primary.ml-half{
    padding: 6px 12px;
    color: white;
    background-color: #960100;
    border-radius: 5px;
    width: 440px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.single_add_to_cart_button.button.alt{
    padding: 6px 12px;
    background: white;
    color:#960100 ;
    border: 1px solid #960100;
    border-radius: 5px;
    


}
.single_add_to_cart_button.button.alt:hover{
    background: #960100;
    color:white ;
}
.tabs_gioi_thieu ul{
    background-color: black;
    margin: 10px;
    border-radius: 10px;
    padding-bottom: 0 !important;
}
.tabs_gioi_thieu ul > li >a {
    color: white;
    font-size: 16px;
    padding: 15px 16px;
    font-weight: 500;
    position: relative;
    transition: none; 

}
.tabs_gioi_thieu ul > li{
    margin-right: 0;
   
}
.tabs_gioi_thieu ul > li >a:hover{
    color: white;
}

.nav-column li.active>a, .nav-column li>a:hover, .nav-dropdown li.active>a, .nav-dropdown>li>a:hover, .nav-vertical-fly-out>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav>li>a:hover{
    color: white;
    background: #960100 !important;
}
.tabs_gioi_thieu ul > li >a::before{
    background-image: linear-gradient(to top right, transparent 48%, #960100 52%), linear-gradient(to top left, transparent 48%, #960100 52%);
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    background-size: 51% 100%;
    content: "";
    height: 11px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
    display: none;
}

.tabs_gioi_thieu ul > li >a:hover::before{
    display: block;
}
.tabs_gioi_thieu ul > li > a[aria-selected="true"]::before {
    display: block;
}
.text-tabs ul{
    background-color: white;
}
strong{
    font-weight: 600;
}
.img_box_gioi_thieu{
    border-radius: 7px;
    overflow: hidden;
    position: relative !important;
   
}
.img_box_gioi_thieu::before{
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(transparent 50%,#960100 90%);
    z-index: 1;
    pointer-events: none;

}
.text_box_gioi_thieu{
    position: relative;
    z-index: 2;
}
.button-img-box{
    background-color: #6d0100;
    color: #fff;
    font-weight: 600;
    padding: 6px 12px;
    font-size: 16px;
     margin-bottom: 20px !important;
     margin-top: 10px !important;
     border-radius: 10px;
}
.button-img-box:hover{
    background: black;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.cf7-col.half{
    width: 49%;
    
    
}
.cf7-rows{
    display: flex;
    justify-content: space-between;
}
.cf7-row p > span >input{
    border-radius: 10px;
    height: 58px;
    
}
.cf7-col.half p > span > input{
    border-radius: 10px;
    height: 58px;
    

    
}
.cf7-row p > span > textarea{
    border-radius: 10px;
    height: 58px;
    
}
.cf7-row p > input{
    width: 100%;
    height: 50px;
    color: #fff;
    border: none;
    font-size: 16px;
    line-height: 46px;
    background-color: #960100;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
}
.item a{
    color: #960100;
}
.item a:hover{
    color: #f48924;
}

.content-lien-he .col-inner{
    border-radius: 10px;
    

}
.content-lien-he{
    padding-left: 0px !important;
}
.title-overlay.fill{
    background: white;
}
.page-title-inner.container.align-center.flex-row.medium-flex-wrap.row-reverse{
    padding: 0 15px;
}
.breadcrumbs {
    text-transform: none;
    font-weight: 400;
   
}
.nav > li > a, .mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-weight: 500 !important;
    font-style: normal;
}
.danh-muc-san-pham-trang-chu .flickity-button.flickity-prev-next-button.previous{
        margin-top: 0;
}
.danh-muc-san-pham-trang-chu .flickity-button.flickity-prev-next-button.next{
       margin-top: 0;
}

.slider-nav-circle .flickity-prev-next-button .arrow, .slider-nav-circle .flickity-prev-next-button svg{
    color: black;
    font-weight: 300;
    border: none;
    box-shadow: 0 0.125rem 0.625rem rgba(28, 28, 28, 0.15);
}


.price-wrapper .price span > del{
    color: black;
}
.img-flash-sale{
    margin-bottom: 0px !important;
}
.col-inner .product-small.box {
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    transition: all 0.2s ease-in-out;
}
.col-inner .product-small.box:hover{
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
        cursor: pointer;
}
.image4-flash-sale a > .img-inner.dark{
    border-radius: 5px;
}
.content2-san-pham{
    padding-bottom: 0px !important;
    

}
.content2-san-pham .col-inner:hover{
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    cursor: pointer;
    color: #960100;
}
.content2-san-pham .col-inner{
    border-radius: 5px;
}
.title-danh-muc-1dong{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

    overflow: hidden;
    font-size: 15px;
}

.ux-mini-cart-qty{
	flex-direction:column;
	align-items:start;
}
.ux-mini-cart-footer .woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount{
	font-size:18px;
}
.ux-mini-cart-qty .product-subtotal.price-wrapper .woocommerce-Price-amount.amount{
	font-size:14px;
}
.header:not(.transparent) .header-bottom-nav.nav > li > a:hover{
    color: #e1b7b6;
}
.header:not(.transparent) .header-bottom-nav.nav > li > a {
    color: #f9f9f9;
    font-weight: 600 !important;
    padding: 0;
}
.menu-menu-ngang-container{
  height: 450px;
  overflow-y: auto; /* Hiện thanh cuộn nếu nội dung dài hơn 100vh */
  background-color: white;
}
.menu-menu-ngang-container::-webkit-scrollbar {
  width: 2px;
    background-color: #F5F5F5;
}
.menu-menu-ngang-container::-webkit-scrollbar-thumb {
    background-color: #b3aeae;
}
.flex-col.hide-for-medium.flex-left {
    position: relative;
    z-index: 20;
}

.flex-col.hide-for-medium.flex-left::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: -1;
    pointer-events: none;
}

/* hover vào header-bottom-nav bên trong */
.flex-col.hide-for-medium.flex-left:hover::before {
    opacity: 1;
    visibility: visible;
}
.header:not(.transparent) .header-nav-main.nav > li > a{
    padding: 6px 8px;
    display: flex;
    flex-direction: row-reverse;
    border-radius: 10px;
    gap: 5px;
    font-size: 16px;
}

.nav > .menu-item{
    display: flex;
}
.image-icon img{
    width: 24px;
    height: 24px;
}

.header-cart-icon img[width="1"][height="1"]{
    width: 24px;
}
.header:not(.transparent) .header-nav-main.nav > li > a:hover{
    background: #e7d9c3 !important;
}
.header-hotline{
    padding: 6px 8px;
    border-radius: 10px;
}
.content-showroom{
    padding: 6px 8px;
    border-radius: 10px;
}
.header-hotline:hover{
    background: #e7d9c3;
}
.content-showroom:hover{
    background: #e7d9c3;
}
.back-to-trang-chu{
    background-color: #960100;
    color: #fff;
    border: 1px solid #960100;
    min-width: 160px;
    padding: 6px 12px;
    border-radius: 10px;

}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a:hover, .header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item.current-dropdown > a{
        background-color: #f3f4f6 !important;
}



.row-slider-image-box:hover .flickity-prev-next-button{
	opacity: 1;
}
.button-right-title ul li{
    list-style: none;
    padding: 7px;
    margin: 0;
    font-size: 15px;

}
.button-right-title ul li >a:hover{
    color: #960100;

}
.footer-social{
	    grid-template-columns: repeat(7, minmax(0, 1fr));
	       list-style: none;
	display:grid;
	gap:5px;
		

}
.text-phuong-thuc .footer-social{
	    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.footer-social li{
	margin-left:0px !important;
	max-height: 58.58px;

}
.button-right-title ul{
    display: flex;
    justify-content: end;
    background-color: #f0f0f0;
    width: fit-content;
    border-radius: 10px;
    padding: 0 5px;
	margin-bottom:0 ;
}
.col-button-title .col-inner.text-right{
    display: flex;
    justify-content: end;
}
.first-button{
    margin: 0;

}
.last-button{
    position: relative;
    display: flex;
    margin: 0;

}
.last-button::before{
            content: "";
        display: block;
        height: 100%;
        width: 2px;
        background-color: #bebebe;
        margin-right: 14px;
}
a > .title-trang-chu:hover{
    color: #960101;
}
.row-danh-muc div{
    padding-bottom: 0;
}
.row-2-1-1-1 {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 20px;
}
.row-2-1-1-1 > div {
    padding-bottom: 0;
}
.col-2-3-right{
    padding-left: 0;
}
.col-2-3-left{
    padding-right: 0;
}
.box.box-category.has-hover.box-default .box-text.text-center{
    padding: 11px 0 !important;
}
.sale-percent{
    background-color: #ff4e00;
    color: #fff;
    font-size: 13px;
    min-width: 40px;
    font-weight: 500;
    padding: 1px 3px;
    border-radius: 5px;
    margin-left: 5px;
    height: 18px;
    line-height: 17px;
}


.price del > span{
    width: 100%;
    display: block;
    text-align: start;
    
}
.price{
    text-align: start;
    padding-bottom: 20px;
}
.box_uu_dai_dac_biet{
    padding: 16px;
}
.product-rating.no-rating {
    font-size: 13px;
    width: 40%;
    text-align: center;
    max-height: 41px;
    line-height: normal;
}
.tabs-icon ul >li > a{
    padding: 8px;
   font-weight: 600 !important;
    border-radius: 5px;
    font-size: 15px;
    background: #f0f0f0;
    min-width: 186px;
    color: black;
        border: 1px solid #e5e7eb;
    
}
.tabs-icon ul > li{
    border-radius: 5px;
    
}
.tab-has-icon a[aria-selected="false"]{
    color: black;
}
a[aria-controls="tab_Đàn-upright-piano"]::before{
    content:"";
    display:inline-block;
    width:33px;
    height:33px;
    margin-right:6px;
    background-image:url("/wp-content/uploads/2026/01/13183384041679911900.svg");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    color: black;
}
a[aria-controls="tab_Đàn-piano-Điện"]::before{
    content:"";
    display:inline-block;
    width:33px;
    height:33px;
    margin-right:6px;
    background-image:url("/wp-content/uploads/2026/01/20124862231606260001.svg");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    color: black;
}
a[aria-controls="tab_Đàn-grand-pianos"]::before{
    content:"";
    display:inline-block;
    width:33px;
    height:33px;
    margin-right:6px;
    background-image:url("/wp-content/uploads/2026/01/piano.png");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    color: black;
}
a[aria-controls="tab_Đàn-hybrid-pianos"]::before{
    content:"";
    display:inline-block;
    width:33px;
    height:33px;
    margin-right:6px;
    background-image:url("/wp-content/uploads/2026/01/grand-piano.png");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    color: black;
}
a[aria-controls="tab_Đàn-stage-piano"]::before{
    content:"";
    display:inline-block;
    width:33px;
    height:33px;
    margin-right:6px;
    background-image:url("/wp-content/uploads/2026/01/piano-1.png");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    color: black;
}
.nav:hover>li:not(:hover)>a:before{
    opacity: 1;
}
a[aria-controls^="tab_Đàn"]::before{
    content:"";
    display:inline-block;
    width:33px;
    height:33px;
    margin-right:6px;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    transition:filter .25s ease;
}


.tabs-icon ul li a[aria-controls^="tab"]:hover::before,
.tabs-icon ul li a[aria-controls^="tab"].active::before{
    filter:brightness(0) invert(1);
}

.tabs-icon .tab.has-icon.active a[aria-controls^="tab"]::before{
    filter: brightness(0) invert();
}
a[aria-controls="tab_audio-interface"]::before{
    content:"";
    display:inline-block;
    width:33px;
    height:33px;
    margin-right:6px;
    background-image:url("/wp-content/uploads/2026/01/audio-speaker.webp");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    color: black;
}
a[aria-controls="tab_midi-controler"]::before{
    content:"";
    display:inline-block;
    width:33px;
    height:33px;
    margin-right:6px;
    background-image:url("/wp-content/uploads/2026/01/music-controller.webp");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    color: black;
}
a[aria-controls="tab_minxer"]::before{
    content:"";
    display:inline-block;
    width:33px;
    height:33px;
    margin-right:6px;
    background-image:url("/wp-content/uploads/2026/01/mixing-table.webp");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    color: black;
}
a[aria-controls="tab_microphone"]::before{
    content:"";
    display:inline-block;
    width:33px;
    height:33px;
    margin-right:6px;
    background-image:url("/wp-content/uploads/2026/01/microphone.webp");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    color: black;
}
a[aria-controls="tab_tai-nghe"]::before{
    content:"";
    display:inline-block;
    width:33px;
    height:33px;
    margin-right:6px;
    background-image:url("/wp-content/uploads/2026/01/headphones.webp");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    color: black;
}
a[aria-controls="tab_loa"]::before{
    content:"";
    display:inline-block;
    width:33px;
    height:33px;
    margin-right:6px;
    background-image:url("/wp-content/uploads/2026/01/141250182216312685794135.svg");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    color: black;
}

.marquee{
    overflow:hidden;
    width:100%;
    background-color: #960100;
    border-radius: 5px;
}

.marquee-track{
    display:flex;
    width:max-content;
    animation:marquee-left 25s linear infinite;
}

.marquee-item{
     color: #ffd456;
    font-family: "Anton", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    padding: 0 10px;
    line-height: 1.8;
}

@keyframes marquee-left{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}
.custom-toc-box{
    background-color: #fff0f0;
    border: 1px solid #ffafaf;
    color: #db011c;
    width: 60%;
    padding: 10px;
    font-size: 16px;
}
.blog-wrapper.blog-single.page-wrapper .row.align-center{
    background-color: white !important;
    padding: 16px;

}
.blog-wrapper{
    padding-top: 0 !important;
}
.is-divider{
    display: none;
}
.blog-post1 .col.post-item .col-inner .box.box-normal.box-text-bottom.box-blog-post.has-hover .box-text.text-left .box-text-inner.blog-post-inner a{
    font-size: 20px;
    font-weight: 500 !important;
    padding-bottom: 5px;
}

.blog-post1 .col.post-item .col-inner .box.box-normal.box-text-bottom.box-blog-post.has-hover .box-text.text-left .box-text-inner.blog-post-inner p{
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #6c757d;
}
.blog-post2 .col-inner .row.large-columns-2.medium-columns-1.small-columns-1.row-xsmall .col.post-item .col-inner .box.box-vertical.box-text-bottom.box-blog-post.has-hover .box-text.text-left .box-text-inner.blog-post-inner h5{
    font-size: 16px;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-post2 .col-inner .row.large-columns-2.medium-columns-1.small-columns-1.row-xsmall .col.post-item .col-inner .box.box-vertical.box-text-bottom.box-blog-post.has-hover .box-text.text-left .box-text-inner.blog-post-inner p{
    font-size: 16px;
    color: #6c757d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page-wrapper{
    padding-top: 15px;
}
.nav-column li.active>a, .nav-column li>a:hover, .nav-dropdown li.active>a, .nav-dropdown>li>a:hover, .nav-vertical-fly-out>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav>li>a:hover{
    background: none;
}
.ima-top-sp .img-inner.dark img{
    width: 1290px;
}
.ima-top-sp .img-inner.dark{
    display: flex;
    justify-content: center;
    
}
.col-danh-muc .col-inner .row.align-equal div{
    padding-bottom: 10px;
}
.page-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.yith-woocompare-popup-container {
	z-index:10000;
}

.page-overlay.active {
    opacity: 1;
    visibility: visible;
}
/* CSS để làm mờ nền khi hover menu dọc */
.header-nav-main ul.nav-dropdown:hover,
.header-nav-main .nav-dropdown-inner:hover {
    background-color: rgba(255, 255, 255, 0.8); /* Màu nền trong suốt, có thể điều chỉnh */
    backdrop-filter: blur(8px); /* Hiệu ứng mờ, 8px là giá trị ví dụ */
    -webkit-backdrop-filter: blur(8px); /* Hỗ trợ Safari */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); /* Thêm bóng đổ nhẹ (tùy chọn) */
    z-index: 60 !important; /* Đảm bảo menu nằm trên các phần tử khác */
}

/* Đảm bảo menu khi hover có thể nhìn rõ */
.header-nav-main .nav-dropdown-inner {
    transition: backdrop-filter 0.3s ease, background-color 0.3s ease;
}
.product-meta-row {
    display: flex;
    justify-content: space-between;
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon{
    color: #960100;
    width: 18px;
	height:fit-content;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor{
    display: flex;
    align-items: center;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor span{
    font-size: 14px;
    color: #960100;
    font-weight: 500;
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon{
    color: #960100;
}

.wishlist-popup{
    display: none;
}
.image-tools .wishlist-button:hover{
    background-color: #f48924;
    border-color: #f48924;
}
.box-text.box-text-products .price-wrapper .price del,
.box-text.box-text-products .price-wrapper .price ins  {
    font-size: 16px;
}
.button.wc-forward{
    background-color: #6c757d;
}
.button.checkout.wc-forward{
    background-color: #960100;


}
.woocommerce-mini-cart__buttons.buttons{
    display: flex;
    flex-direction: column-reverse;
}

.product-sale-trang-chu{
    position: relative;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button{
    margin-top:0;
}

/* Tùy chỉnh màu sắc và font cho tiêu đề trong menu con */
.mega-menu h3 {
    font-size: 14px;
    text-transform: none;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.box.box-category.has-hover.box-default .box-text.text-center .box-text-inner h5{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Khoảng cách giữa các mục menu chính */
.header-vertical-menu .nav-vertical > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f1f1;
}

/* Hiệu ứng hover cho mục đang chọn (màu đỏ như trong hình) */
.header-vertical-menu .nav-vertical > li:hover > a {
    background-color: #f9f9f9;
    color: #d32f2f;
}

.danh-muc-trang-san-pham .product-category.col .col-inner  a > div{
    background: white;
}
.danh-muc-trang-san-pham .product-category.col .col-inner  a > div:hover{
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    cursor: pointer;
}
.danh-muc-trang-san-pham .product-category.col .col-inner  a > div:hover > div img{
    filter: invert(0) !important;
}
.danh-muc-trang-san-pham .product-category.col .col-inner  a .box.box-category.has-hover.box-default:hover .box-text.text-center .box-text-inner .uppercase.header-title {
    color: #960100;
}
.header-sanpham h1{
    font-family: "Anton", sans-serif !important;
    font-weight: 600;
    font-size: 28px;
    padding-bottom: 16px;
    margin-left: 0 !important;
}
.h2-trang-san-pham h2{
    background-color: #db011c;
    font-family: "Anton", sans-serif;
    font-weight: 600;
    font-size: 32px;
}
.h2-trang-san-pham h2 >a {
    color: #ffd456;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    letter-spacing: -1px;

}
.box.box-category.has-hover.box-default .box-text.text-center .box-text-inner h5{
    font-size: 15px;
}

.top-san-pham-trangsanpham .col-inner{
    border-radius: 10px;
}


.wishlist-icon{
    display: none;
}
/* Box ảnh */
.product-small .box-image {
  position: relative;
  overflow: hidden;
}

/* Overlay action nổi trên ảnh */
.hedi3-overlay-actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42px;
  background: rgba(255,255,255,.95);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #e6e6e6;
  z-index: 30;

  /* Ẩn mặc định */
  opacity: 0;
  transform: translateY(100%);
  transition: all .25s ease;
}

/* Hover ảnh → hiện */
.product-small:hover .hedi3-overlay-actions {
  opacity: 1;
  transform: translateY(0);
}

/* Button chung */
.hedi3-btn,
.hedi3-btn a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #111;
  background: transparent;
  transition: .2s;
}

/* Vạch ngăn giữa icon */
.hedi3-btn:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}

/* Hover */
.hedi3-btn:hover,
.hedi3-btn a:hover {
  background: #f2f2f2;
}

/* Fix YITH compare */
.hedi3-btn.compare a {
  padding: 0 !important;
  font-size: 0;
}


.hedi3-btn.compare a:before {
  content: "⇄";
  font-size: 20px;
  font-weight: 400;
}
.icon-search:before{
	font-size:20px;
}


.grid-tools a:hover {
    color: #960100;
    opacity: 1;
}

/* Mobile: luôn hiện overlay */
@media (max-width: 549px) {
  .hedi3-overlay-actions {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Giữ nguyên giao diện nút add to cart */
.hedi3-overlay-actions .add_to_cart_button.added,
.hedi3-overlay-actions .add_to_cart_button:after {
  display: none !important;
}

/* Không disable nút */
.hedi3-overlay-actions .add_to_cart_button[aria-disabled="true"] {
  pointer-events: auto !important;
  opacity: 1 !important;
}

/* Không đổi màu sau khi add */
.hedi3-overlay-actions .add_to_cart_button.added {
  background: inherit !important;
  color: inherit !important;
}
.grid-tools a{
    background-color:rgba(255,255,255,0.75);
    color: black;
   
}
.product-small:hover .hedi3-overlay-actions{
    background-color: rgba(255,255,255,0.75);
}
.hedi3-btn:hover, .hedi3-btn a:hover{
    background-color:#f7f7f8 ;
}
.hedi3-overlay-actions input[type="checkbox"],
.hedi3-overlay-actions .yith-woocompare-checkbox {
  display: none !important;
}

.hedi3-btn.compare{
    min-width: 100%;
}
.hedi3-btn.compare div{
    min-width: 100%;
}
.hedi3-btn.compare div > a{
    min-width: 100%;
}
.col-inner .compare.checkbox {
    display: none;
}
.back-to-top{
        fill: white;
    background: #960100;
    border-radius: 5px !important;
    color: white;
    width: 35px;
    height: 35px;
    bottom: 250px;
    right: 35px;

}
.chaty-widget .chaty-cta-main .chaty-cta-button{
    z-index: 99;
    opacity: 1;
    position: relative;
    bottom: 150px;
}
.quick-view.quick-view-added{
    display: none;
}
.sanphamdangxem{
    padding-top: 5px;
    position: relative;
}
.product-sale-trang-chu,
.danh-muc-san-pham-trang-chu{
     position: relative;
}




.hl-brand-grid{
    display: grid;
    gap: 16px;
}

/* Số cột */
.hl-brand-grid.cols-6{ grid-template-columns: repeat(6, 1fr); }
.hl-brand-grid.cols-5{ grid-template-columns: repeat(6, 1fr); }
.hl-brand-grid.cols-4{ grid-template-columns: repeat(4, 1fr); }

.hl-brand-box{
    display: block;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 14px 10px;
    text-align: center;
    background: #fff;
    transition: all .2s ease;
    text-decoration: none;
    color: #111;
}

.hl-brand-box:hover{
    border-color: #dc2626;
    box-shadow: 0 4px 14px rgba(0,0,0,.08);
	transform: translateY(-2px);
}

.hl-brand-logo{
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
        padding-bottom: 5px;
}
/* Ẩn chữ Lưu trữ danh mục nhưng vẫn giữ lại tên danh mục */
.archive .page-title.is-large {
    font-size: 0; /* Ẩn toàn bộ chữ trong thẻ h1 */
}

.archive .page-title.is-large span {
    font-size: 2rem; /* Hiển thị lại tên danh mục (chỉnh lại size tùy ý) */
    display: block;
    text-align: start;
    margin-top: 15px;
}
.hl-brand-logo img{
    max-height:100%;
    max-width: 100%;
    object-fit: contain;
}

.hl-brand-name{
        color: #222222;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    white-space: normal;
    font-size: 17px;
}
.hl-brand-box:hover .hl-brand-name{
    color: #960100;
}
/* Responsive */
@media(max-width: 991px){
    .hl-brand-grid.cols-6{
        grid-template-columns: repeat(4, 1fr);
    }
}
@media(max-width: 575px){
    .hl-brand-grid.cols-6{
        grid-template-columns: repeat(2, 1fr);
    }
}
.flickity-button:hover{
    cursor: pointer;
}
.nav-pagination>li>.current, .nav-pagination>li>a:hover, .nav-pagination>li>span:hover{
    background-color: rgba(19, 19, 19, 0.06);
    border-color: #e5e7eb;
    box-shadow: none;
    outline: none;
    color: black;


    
}


.nav-pagination>li>a, .nav-pagination>li>span {
    border: none;
    border-radius: 99px;
    display: flex;
    font-size: 16px;
    font-weight: bolder;
    height: 2.25em;
    line-height: 2em;
    min-width: 50px;
    padding: 5px 10px;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    vertical-align: top;
}
.col-price .col-inner .product-price-container .price-wrapper .price{
    font-size: 30px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 10px;
    align-items: end;
}
.col-price .col-inner .product-price-container .price-wrapper .price .sale-percent{
    display: none;
}
.col-price .col-inner .product-price-container .price-wrapper .price del{
    font-size: 18px;
}
.widget.widget-woof{
    background-color: white;
    padding: 10px 5px;
    border-radius: 10px;
}
.category-page-row .col .shop-container{
    background-color: white;
    padding: 10px 10px;
    border-radius: 10px;
}

.widget-title.shop-sidebar{
    font-size: 20px;
    letter-spacing: 0.5px;

}
h5.uppercase.mt{
    font-size: 24px;
}
.row.category-page-row{
    padding-top: 0;
    margin-top: 0 !important;
}
.woof_container_inner h4{
    font-size: 15px;
    padding: 10px 0;
    font-weight: 600;
}
.woof_checkbox_label {
    font-size: 15px;
    font-weight: 500;
}

.product_list_widget > li > .woocommerce-Price-amount.amount {
    font-size: 15px;
}
.product_list_widget > li > del> .woocommerce-Price-amount.amount {
    font-size: 15px;
}
.product_list_widget > li > ins> .woocommerce-Price-amount.amount {
    font-size: 15px;
}
.box-text .price-wrapper .price .woocommerce-Price-amount.amount{
    font-size: 15px;
}
.product-page-price > del >.woocommerce-Price-amount.amount,
.product-page-price > ins >.woocommerce-Price-amount.amount,
.price-wrapper .price.product-page-price .woocommerce-Price-amount.amount{
	font-size:30px ;
	color:#ea0000;
}
.woocommerce-Price-amount.amount{
	color:#ea0000;
}
.search-price ins > .woocommerce-Price-amount.amount{
	font-size:12px ;
	
}

.col-slide-banner-sp{
    padding: 0;
}
.image-trang-san-pham .img-inner.dark img{
    border-radius: 10px;
}
.image-trang-tin-tuc .img-inner img{
    border-radius: 10px;
}
/* Container bao ngoài cùng */
.category-grid-wrapper {
    width: 100%;
  
}

/* Container giới hạn độ rộng theo chuẩn theme */
.custom-cat-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.grid-section-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #333;
}
span.widget-title {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}
span.widget-title::after {
        content: "";
    width: 40%;
    height: 2px;
    background-color: #960100;
    display: block;
}
.archive-page-header .row div{
    padding-bottom: 0 !important;
}
.col-sidebar-tintuc{
    margin-top: 10px;
}
.custom-category-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 10px;
}

/* Các ô danh mục */
.category-item {
    flex: 1; /* Tự động co giãn */
    min-width: 150px;
    max-width: 150px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.category-item:hover {
    border-color: #999;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.category-icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    margin-bottom: 20px;
}

.category-title {
    font-size: 13.5px;
    font-weight: 600;
    color: #444;
    margin: 0;
    line-height: 1.2;
}
.row.has-block.tooltipstered{
    margin-top: 0px;
}

.category-icon img{
    width: 65px;
    height: 65px;
}
/* Responsive */
@media (max-width: 1024px) {
    .blog-post-trang-chu .col .col-inner{
        padding-bottom: 0 !important;
    }
    .category-item { max-width: calc(25% - 12px); } /* 4 cột */
	.header-bottom-nav.nav-center {
        /* Cho phép cuộn ngang */
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        justify-content: flex-start; 
        -webkit-overflow-scrolling: touch;
       
		padding-bottom:10px;
       
    }
 


    .header-bottom-nav.nav-center > li {
        /* Chặn không cho các mục menu tự ý co lại hoặc xuống dòng */
        flex: 0 0 auto !important;
		display: inline-block !important;
  
    }
	.header-bottom-nav.nav-cente::-webkit-scrollbar{
		color:black;
	}
	
    
    .header-bottom-nav.nav-center::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,0.2);
        border-radius: 10px;
    }
}
@media (max-width: 600px) {
    .category-item { max-width: calc(50% - 12px); } /* 2 cột */
    .grid-section-title { font-size: 18px; }
}
.woof_redraw_zone {
    max-height: 1287px; 
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
}
.woof_redraw_zone::-webkit-scrollbar {
    width: 5px;
}
.woof_redraw_zone::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}
.col-tin-tuc-trang-sp{
    padding-bottom: 0 !important;
}
.product-main{
    padding: 20px 0;
}
.product-main .row.content-row.mb-0{
    border-radius: 10px;
}
.product-footer .container{
    padding: 10px 0 0 0 !important;
}
.section-tin-khuyen-mai{
    padding-left: 0 !important;
}
.sanphamdangxem .box-text.text-left{
    padding: 0 10px 10px 10px;
}
.qua-tang-uu-dai{
    background-color: #009bab;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.qua-tang-uu-dai h3{
     background: white;
    color: #009bab;
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 8px;
}

.qua-tang-uu-dai ul > li {
     list-style: none;
    margin-left: 0;
    padding-left: 30px;
    position: relative;
    color: white;
}
.qua-tang-uu-dai ul > li::before{
    content: "";
    background: url(/wp-content/uploads/2026/01/check-hexagon-svgrepo-com.svg) no-repeat center center;
        background-size: 17px 17px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: -4px;
}
.uu-dai-dac-biet{
    background-color: rgba(244,137,36,0.08);
    border: 1px dashed #f48924;
    transition: all 0.3s ease;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
}
.uu-dai-dac-biet h3{
     color: #f48924;
    font-weight: 600;
    font-size: 20px;
}
.text-uu-dai {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.image-uu-dai{
    min-width: 58px;
    min-height: 58px;
    max-width: 58px;
    max-height: 58px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid black;
    background: white;
}
.add-to-cart-container.form-normal.is-normal > form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* khoảng cách tùy chỉnh */
}
.add-to-cart-container.form-normal.is-normal > form > *:nth-child(1) {
    width: 100%;
    
}
.add-to-cart-container.form-normal.is-normal > form > *:nth-child(2){
    width: calc(30% - 5px);
}
.add-to-cart-container.form-normal.is-normal > form > *:nth-child(3) {
    max-width: calc(70% - 5px);
}
.col-khuyen-mai-single{
    padding-bottom: 0;
}
.col2-khuyen-mai-single{
    padding-bottom: 0;
}
#tab-title-description a{
    
    background: white !important;
    font-weight: 600 !important;
    font-size: 20px;
    color: black;
}
#tab-title-description a::before{
    display: none;
}
.woof_list > label > .woocommerce-Price-amount.amount{
    color: black;
    font-size: 15px;
}
.custom-product-info{
    display: flex;
    justify-content: space-between;
}
.wishlist-items-wrapper tr > .product-price > del > .woocommerce-Price-amount.amount{
    font-size: 15px;
}
.wishlist-items-wrapper tr > .product-price > ins > .woocommerce-Price-amount.amount{
    font-size: 15px;
}
	
.additional_information_tab{
    display: none !important;
}
@media (max-width:425px){

    .sanphamdangxem .box-text{
        min-height: 131px;
    }
    .col-footer-100{
        padding-bottom: 0;
    }
    .blog-post1-sidebar .col .col-inner .box .box-text .box-text-inner p  {
    display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; 
}
.col.post-item{
    padding-bottom: 10px !important;
}

    .product-rating.no-rating{
        width: 100%;
    }
    .box-text .price-wrapper .price{
        padding-bottom: 5px;
    }
    .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--initialized{
        margin-top: 0px;
    }
    .content-header-main{
        display: none;
    }
      .header-search-form  {
        max-width: 85%;
    }
    .sidebar-menu.no-scrollbar ul > li:hover a{
        background: #ebebeb !important;
        color: black;
    }
    .sidebar-menu.no-scrollbar ul > li> a{
        font-size: 16px;
    }
    .flickity-page-dots{
        scale: 0.7;
    }
    .col-button-flashsale .col-inner.text-right{
        display: flex;
        justify-content: start;
    }
    .col-countdown{
        padding-right:15px ;
    }
    .col-title-dac-biet{
        padding-left: 15px;
    }
    .title-dac-biet h2{
        font-size: 28px;
    }
    .button-right-title ul{
        padding: 0 10px 5px;
    }
    .button-right-title ul > li{
        text-align: start;
    }
    
        .hl-brand-grid.cols-5 a {
        min-width: 48%;
    }
    .box-text.box-text-products{
            min-height: 141px;
    }
    .product-rating.no-rating br {
    display: none;
}
    .name.product-title.woocommerce-loop-product__title{
        margin-bottom: 2px !important;
    }
    .blog-post-trang-chu .col .col-inner .box {
    display: flex;
}
.blog-post-trang-chu .col .col-inner .box .box-image {
    max-width: 140px; 
}


}
.chaty-view-channels{
	display:flex;
	justify-content:space-around
}
.widget ul{
	border-bottom:1px solid #e5e7eb;
}

.icon-shopping-bag:before{
	font-size:20px;
}

.lightbox-content{
	max-width: 1140px;
	padding:16px;
	border-radius:10px;
}
.shown{
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto !important;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-top: 1px solid #ddd;
    padding: 10px;
    display: flex;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 90;
}
.yith-woocompare-table-scroll-wrapper {
   
    background: white;
}
.col-image-tin-tuc{
    padding-bottom: 0;
}
.tile-kham-pha p::after{
   content: "";
    width: 40%;
    height: 2px;
    background-color:#960100;
    display: block;
}
.col.post-item{
    padding-bottom: 0px;
}
.box-blog-post .box-image{
    border-radius: 10px;
}
.post-title a:hover{
    color: #960100;
}
.box-blog-post .box-text{
    padding-top: 0px;
    padding-bottom: 15px;
}
.row-tat-ca .col{
    padding-bottom: 0;
}
.blog-post-sidebar .col .col-inner .box-blog-post .box-text{
        color: #222222;
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    bottom: 0;
    padding: 7px;
    width: 100%;
    font-weight: 500;
    border-radius:  0 0 10px 10px;
}
/* Thay đổi icon Next/Prev mảnh hơn */
.flickity-prev-next-button.next svg,
.flickity-prev-next-button.previous svg {
    display: none; /* Ẩn icon cũ */
}

.flickity-prev-next-button.next::after {
    content: "";
    background: url("/wp-content/uploads/2026/01/angle-right-solid-full.svg");
    display: block;
    width: 35px;
    height: 35px;
    color: black;
}

.flickity-prev-next-button.previous::after {
    content: "";
    background: url("/wp-content/uploads/2026/01/angle-left-solid-full.svg");
    display: block;
    width: 35px;
    height: 35px;
    color: black;
}
.blog-post1-sidebar .col{
    margin-top: 10px;
}
.blog-post1-sidebar .col .col-inner .box .box-text .box-text-inner h5 a{
    font-size: 15px;
}
.blog-post1-sidebar .col .col-inner .box .box-text{
    padding: 0;
    padding-left: 5px;
}
.blog-bottom .col .box {
    margin-top: 10px;
}
.img-trang-tin-tuc .img-inner img{
    border-radius: 10px;
}
.blog-post1-sidebar .col .col-inner .box {
     display: flex;
     flex-direction: row-reverse;
}
.blog-post-trang-chu .col .col-inner {
    padding-bottom: 10px;
}
.text-lien-he-footer p{
    display: flex;
    gap: 10px;
    justify-content: center;
}
.text-lien-he-footer p i{
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-blog-post .box-text .box-text-inner h5 a{
    font-weight: 500;
}
.box-blog-post .box-text .box-text-inner p{
    color: #6c757d;

}
.blog-post1-sidebar .col .col-inner .box .box-text .box-text-inner p  {
    display: none;
    
}
.box-text .title-wrapper .name.product-title.woocommerce-loop-product__title{
    margin-bottom: 0 !important;
}
.row-top-san-pham-ban-chay .col{
    padding-bottom: 15px !important;
}
.woof_products_top_panel{
    display: none !important;
}
.product-page-sections .product-section{
    background: white;
    border-radius: 10px;
    padding: 0 16px;
    margin-bottom: 15px;
}
.col-thong-tin-chi-tiet-sanpham{
    padding-bottom: 0;
}
.col-img-slide-trang-chu,
.col-img-slide1-trang-chu{
    padding-bottom: 0px;
  
}
.imgge-slide-trang-chu .img-inner img{
    border-radius: 10px;
    height: 250px;
   
}
.col-img-slide-trang-chu{
    padding-left: 0;
    
}
.col-img-slide1-trang-chu{
    padding-right: 0;
  
}
.coll-slide-trang-chu{
    padding-bottom: 0;
}
.danh-muc-san-pham-trang-chu .flickity-page-dots .dot {
  width: 24px;
  height: 3px;
  border-radius: 0;
  background: #333;
  margin: 0 6px;
  opacity: 1;
}

.danh-muc-san-pham-trang-chu .flickity-page-dots .dot.is-selected {
  background: #960201;
}
.danh-muc-san-pham-trang-chu ol {
    background-color: white;
}

.blog-single .row{
	max-width:1288px;
	border-radius:10px
}

.product-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 6px;
}

.product-rating {
    display: flex;
    flex-direction: column; /* rating trên – text dưới */
    line-height: 1.2;
}

.product-rating .rating-score {
    font-weight: 600;
    font-size: 14px;
    color: #f53d2d;
}

.product-rating .rating-text {
    font-size: 12px;
    color: #777;
}

.product-wishlist {
    margin-left: 8px;
}
.star-rating,.review-count{
	display:none
}
.price{
	padding-bottom:0px;
}
.yith-add-to-wishlist-button-block{
	margin:0 auto;
}
.blog-post-trang-chu .col .col-inner .box .box-image .image-cover a img{
	max-width:140px;
	min-height:93.328px;
	border-radius:10px
}
#cwr-reviews #review-form-container {
	left:10000px
}
#cwr-reviews #review-form-container.active{
	left:0px
}
.section-tin-tuc-single .section-content {
	z-index:auto;
}
.row-slide-img-trang-chu{
	display:flex;
	flex-wrap:nowrap;
}
.col-slide-img-trang-chu{
	padding-bottom:0 !important;
	padding-left:0
	}
.col1-slide-img-trang-chu{
	padding-bottom:0 !important;
	padding-right:0
	}
@media(max-width:425px){
	.col-slide-img-trang-chu{
		min-width:100% !important;
		padding:0 !important;
	}
	.col1-slide-img-trang-chu{
		min-width:100% !important;
		padding:0 !important;
	}
}
.price.even,.stock.even,.pa_mau.even,.in-stock{
	background:#f2f2f2 !important
}










.entry-content {
  color: #212529;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
 
}

.entry-content figure {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 5px 3px 10px;
  text-align: center;
}

.entry-content h6 {
  font-size: 15px;
}

.entry-content h5 {
  font-size: 17px;
}

.entry-content h4 {
  font-size: 17px;
}

.entry-content h3 {
  font-size: 18px;
}

.entry-content h2 {
  font-size: 20px;
  line-height: 1.5;
}

.entry-content h1 {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.entry-content p {
  color: #333;
  margin-bottom: 15px;
  font-size: 16.5px;
  line-height: 1.6;
}

#content ul,
.entry-content ul {
  list-style: disc;
  padding-left: 20px;
  padding-bottom: 5px;
}

.entry-content ul li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ul li a {
  color: #007bff;
}

#content ol,
.entry-content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
  font-size: 16.5px;
}

.entry-content ol li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ol li a {
  color: #ff5912;
}

.entry-content a {
  font-weight: 700;
}

.entry-content blockquote {
  background: #f3f3f3;
  color: #868686;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 20px;
  padding: 15px 20px 15px 45px;
  position: relative;
  text-align: justify;
}

.entry-content blockquote p {
  margin-bottom: 0;
}

.entry-content blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: var(--primary-color);
  content: "";
}

.entry-content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #e83e8c;
  font-size: 15px;
}
.entry-content > div{
  overflow: auto;
}
.entry-content table {
  width: 100%;
  height: auto;
  overflow: auto;
}

.entry-content table > tbody > tr > td,
.entry-content table > tbody > tr > th,
.entry-content table > tfoot > tr > td,
.entry-content table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.entry-content table > thead > tr > th,
.term-description table > tbody > tr > td,
.term-description table > tbody > tr > th,
.term-description table > tfoot > tr > td,
.term-description table > tfoot > tr > th,
.term-description table > thead > tr > td,
.term-description table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px !important;
  font-size: 16.5px !important;
  width: auto !important;
}

.entry-content iframe {
  margin: auto;
}

.entry-content .syntaxhighlighter {
  padding: 10px 0;
}
