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


*{
  box-sizing: border-box;
}
h2{
  margin-bottom:0;
}
html {
  scroll-behavior: smooth;
}
.product-category > .col-inner > a > .box > .box-text{
    background-color: var(--fs-color-secondary);
    padding: 10px !important;
}
.product-category:hover > .col-inner > a > .box > .box-text{
    background-color: var(--primary-color);
    
}
.product-category:hover > .col-inner > a > .box > .box-text > .box-text-inner > h5{
    color: var(--fs-color-secondary);
}
.product-category > .col-inner > a > .box > .box-text > .box-text-inner > h5{
    font-size: 16px;
}
.nav-top-link{
    font-size: 14px !important;
}
.text-right-section2 p{
    margin-bottom: 5px;
    color: black;
    padding-left: 40px;
    font-size: 14px;
}
.text-right-section2 p > span{
    font-size: 20px;
}
.text-right-section2 h2 {
    font-size: 32px;
    padding-left: 40px;
    margin-bottom: 0;
}
.col-left-section2{
    padding-bottom: 0 !important;
}
.button-section2{
    margin: 15px 0 0 40px;
    height: 40px;
    
}
.section3-title p{
    margin-bottom: 0;
}
.section3-title p > span > a{
    color: var(--fs-color-secondary);
    font-size: 26px;

}
.section3-title p > a{
    color: white;
    font-size: 16px;
}
.ux-timer span{
    min-height: 50px;
    font-size: 16px;
    background-color: var(--fs-color-secondary) !important;
    color: black !important;

}
.tab.has-icon.active{

  background: var(--primary-color);
}
.tab.has-icon.active a span {
	color:white
}
.tab:hover{
	background:var(--primary-color);
}
.tab:hover a span{
	color:white;
}
.ux-timer span >strong{
    font-size: 14px !important;
}
.box-text-products{
    background-color: #fff;
    padding: 10px;
}
.box-text-products .title-wrapper .product-title{
  font-weight: 600;
  color: black;
	margin-bottom:0;
	line-height:18px;
}
.product-small .col-inner .product-small{
  border :1px solid #e9e9e9;
}
.coupon-item-action{
  display: flex;
  justify-content: space-between;
}
.coupon-expiry{
  font-size: 10px;
  color:#666;
}
.coupon-copy-btn.coupon-btn{
  padding: 2px 4px;
  font-size: 11px;
  margin-left: 4px;
  color: white;
  background-color: var(--primary-color);
}
.item-coupon .col-inner{
  display: flex;
  align-items: center;
  background-color: #f1f1f1;
  position: relative;
  
}
.img-coupon{
      width: 70px;
    height: 85px;
    display: flex;
    position: relative;
    flex: none;
    flex-grow: 0;
    padding: 7px;
    justify-content: center;
    align-items: center;
}
.item-coupon{
    padding-bottom: 0 !important;
    width: 25%;
}
.coupon-item{
  width: 100%;
  padding: 7px;
}
.item-coupon::before{
  left: 5px;
  background: repeating-linear-gradient(#f1f1f1, #f1f1f1 4px, #fff 0, #fff 12px, #f1f1f1 0, #f1f1f1 16px) 0px / 1px 100% no-repeat, radial-gradient(circle at 0px 8px, #fff, #fff 4px, #f1f1f1 0, #f1f1f1 5px, #f1f1f1 0) 1px 0 / 100% 16px repeat-y;
      content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 100%;
}
.item-coupon::after{
  right: 6px;
    background: repeating-linear-gradient(#f1f1f1, #f1f1f1 4px, #fff 0, #fff 12px, #f1f1f1 0, #f1f1f1 16px) 9px / 1px 100% no-repeat, radial-gradient(circle at 8px 8px, #fff, #fff 4px, #f1f1f1 0, #f1f1f1 5px, #f1f1f1 0) 1px 0 / 100% 16px repeat-y;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 100%;
}


#coupon-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}
#coupon-popup {
    background: #fff;
    width: 90%;
    max-width: 420px;
    
   
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    text-align: center;
    animation: fadeInCoupon 0.3s ease;
}
.coupon-item-code span{
      font-size: 16px;
    font-weight: 700;
    color: black;
}
.coupon-value{
  font-size: 12px;
    font-weight: 700;
    color: black;
    
}

#coupon-popup > p{
  margin-bottom: 0;
  padding: 10px;
  color: black;
  font-size: 12px;
}
#coupon-popup > p >span{

  padding: 10px;
  color:#ff0000;

}
.coupon-table tbody:nth-child(2n+1) {
    background-color: #f9f9f9;
}
.coupon-table td{
  padding:10px;
}
.sale-percent-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: red;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 10px;
    
    z-index: 8;
    line-height: 1;
    pointer-events: none;
}


.box-text-products .price-wrapper .price{
  text-align: center;
}

.product-small {
    position: relative;
    overflow: hidden;
}

.custom-hover-info {
    position: absolute;
    inset: 0;
    background: #f1f1f1;
    padding: 15px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    font-size: 14px;
    z-index: 9;
    text-align: start;
    border: 1px solid #e9e9e9 ;
}

.product-small:hover .custom-hover-info {
    opacity: 1;
    transform: translateY(0);
}

.hover-title {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
   
}

.hover-price {
    color: red;
    font-weight: bold;
    margin-top: 5px;
}

.hover-desc {
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;

}
.hover-actions{

  display: flex;
        align-items: center;
        gap: 8px;
        transition: 0.3s all;
}
.quick-view.quick-view-button.quick-view-added{
          display: flex;
        justify-content: center;
        align-items: center;
        transition-duration: .3s;
        position: relative;
        width: 36px;
        font-size: 1.4rem;
        padding: 0;
        height: 36px;
        border-radius: 0px;
        background: var(--primary-color);
    }
.quick-view.quick-view-button.quick-view-added svg{
  fill:white;
}
.hover-wishlist .tinvwl-shortcode-add-to-cart .tinvwl_add_to_wishlist_button{
        display: block;
          display: flex;
        justify-content: center;
        align-items: center;
        width: 36px !important;
        height: 36px !important;
        position: relative;
        z-index: 1;
        font-size: 0px;
        color: #fff;
        background: var(--primary-color);
        border-radius: 0px;
}

.quick-view.quick-view-button.quick-view-added:hover{
  background: var(--fs-color-secondary);
}
.quick-view.quick-view-button.quick-view-added:hover svg{
  fill:black;
}

.hover-wishlist .tinvwl-shortcode-add-to-cart .tinvwl_add_to_wishlist_button:hover{
  background: var(--fs-color-secondary);
  color: black;
}
.button.tinvwl_button_view.tinvwl-btn-onclick{
  text-transform: unset;
}
.button-dacbiet{
  display: block;
    text-align: center;
    color: #000;
    padding: 10px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.4), #fff, rgba(255, 255, 255, 0.4));
    max-height: 48px;
    margin-top: auto !important;
    margin-bottom: 0 !important;

}
.button-dacbiet:hover{
  background-color: var(--fs-color-secondary) !important;
}
.banner-sanpham{
    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.banner-sanpham::after{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: radial-gradient(at center center, rgba(39, 39, 39, 0) 30%, var(--primary-color) 100%);
    z-index: 2;
    pointer-events: none;
}
.box-text-banner-san-pham{
  z-index: 3;
  height: 100%;
}
.box-text-banner-san-pham .text-box-content{
  height: 100%;
}
.box-text-banner-san-pham .text-box-content .text-inner{
    padding: 32px 16px 16px !important;
    min-height: 100%;
    z-index: 3;
    text-align: center;
    flex-direction: column;
    position: relative;
    display: flex;
}
.title-banner-san-pham h2{
      font-weight: 600;
    padding: 0px 40px;
    color: white !important;
}
.hover-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col-ma-uu-dai{
  padding-bottom: 0 !important;
}
.row.category-page-row{
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.woof_authors .woof_list{
  margin-left: 0 ;
}
.woof_list li label{
  font-weight: 500;
}
.woof_authors  .woof_list > li >  label > .woocommerce-Price-amount{
  font-weight: 500;
}
.woof_list > li:hover > label{
  color: var(--fs-color-secondary);
}

.woof_childs_list li label{
  color: #000;
}
span.amount{
  color: #d31100;
}
.box-text-products .price del span,
.box-text-products .price ins span,
.box-text-products .price span,
.hover-price  del span,
.hover-price ins span,
.hover-price ins
{
  font-size: 16px;
}
.hover-actions .add_to_cart_button{
  margin: 0;
}
.woof_authors .woof_list label span{
  color: black;
  font-weight: 500;
}
.woof_authors .woof_list:hover label span{
  color: var(--fs-color-secondary);
}
.widget-woof .widget-title,
.widget-woof .is-divider,
.is-divider{
  display: none;
}
.product-summary .woocommerce-Price-currencySymbol{
  font-size: inherit;
}
.tabs.wc-tabs.product-tabs li a{
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 15px;

}
.tabs.wc-tabs.product-tabs li.active a,
.tabs.wc-tabs.product-tabs li:hover a{
  background-color: var(--primary-color);
  color: white;
}
.title-breadcrumbs nav a{
  text-transform: none;
  color: #666666;
  font-size: 14px;
  font-weight: 600;
}
.title-breadcrumbs nav:last-child{
  color: var(--primary-color);
}
 .title-breadcrumbs .woocommerce-breadcrumb a:last-of-type {
    color: var(--primary-color);
}
.page-title-inner{
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.page-title{
  margin-bottom: 15px;
}
.row-top-footer .col{
  padding-bottom: 0 !important;
}
.box-text-bottom .box-text{
  padding: 0 0 0 10px;
}
.box-text-footer h4{
  color: var(--fs-color-secondary);
  font-size: 16px;
  font-weight: 600;
}
.box-text-footer p{
  color: white;
  font-size: 14px;
}
.col-35{
  max-width: 35%;
  min-width: 35%;
}
.col-25{
  max-width: 25%;
}
.col-20{
  max-width: 20%;
}
.text-footer-1 p{
  margin-bottom: 0;
}
.text-footer-2 p{
  padding: 5px 0;
  margin-bottom: 0;
  font-size: 14px;
}
.text-footer-2 h4{
  margin-bottom: 12px;
  font-size: 16px;
}
.col_info_foo_content .col-inner p{
      border-top: 1px solid rgba(189, 189, 189, 0.7);
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 0;
    
}
.custom-product-info-single-product{
  display: flex;
  padding-top: 15px ;
  border-top: 1px dashed #666666;
   border-bottom: 1px dashed #666666;
  margin-bottom: 15px;
  flex-wrap: wrap;

}
.custom-product-info-single-product div{
  min-width: 33%;
  display: flex;
  
  align-items: center;
  margin-bottom: 15px;
}
.custom-product-info-single-product div > span > p{
  margin-bottom: 0;
  font-size: 11px;
}
.custom-product-info-single-product div > img{
  width: 24px;
  height: 24px;
}
.custom-product-info-single-product div > span{
  font-size: 12px;
  padding: 0 5px;
  text-transform: uppercase;
}
.content-chinhsach p{
  margin-bottom:15px;
  color:black;
}
.content-chinhsach h1{
  margin-bottom: 16px;
  
}
.product-short-description p,
.product-short-description ul{
  margin-bottom: 0;
  font-size: 14px;
}
.custom-product-info div{
  font-size: 14px;
}
.slider-nav-circle .flickity-prev-next-button .arrow, .slider-nav-circle .flickity-prev-next-button svg{
  border-radius: 0;
  background-color: #f1f1f1;
  border: none !important;
}
.sanphamdangxem .box-text{
  padding: 10px;
}
.widget.woocommerce.widget_products{
  background: #f1f1f1;
    padding: 10px;
}
.widget.flatsome_recent_posts ul{
  padding-left: 0 !important;
}
.product_list_widget{
  background-color: white;
}

.bottom-product .col{
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.social-icons a{
  margin-bottom: 0;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before{
  font-size: 30px;
}
.header-nav.header-nav-main.nav.nav-right li a{
  display: flex;
  flex-direction: column-reverse;
}
.header-cart-icon img[width="1"][height="1"]{
  width: 24px;
}
.account svg{
  width: 24px;
}
.hethongcuahang svg path,
.link-yeu-thich svg path,
.account svg path{
  fill: #000;
}
.hethongcuahang span,
.link-yeu-thich span,
.account span,
.header-cart-link span{
  font-size: 12.8px;
  color: black;
}
.woof_childs_list > li:hover label{
  color: var(--fs-color-secondary);
}
.woocommerce-result-count,
.woof_products_top_panel_content,
.woof_products_top_panel{
  display: none !important;
}
.blog-wrapper {
  padding-top: 0 ;
}

.blog-trang-chu .flickity-viewport .flickity-slider .col .col-inner .box .box-text{
  background-color: white;
}
.row2-blog-trangchu .col,
.blog-trang-chu .flickity-viewport .flickity-slider .col,
.col-blog-trangchu{
  padding-bottom: 0;
}

.tab-trang-chu ul{
  gap: 10px;
}
.tab-trang-chu ul li{
  padding: 7px 15px;
    position: relative;
    width: auto;

    height: auto;
    font-weight: 500;
    color: #787878;
    transition: background-color 0.3s ease;

    border: 1px solid #eae4e8;
    font-size: 14px;
}
.tab-trang-chu ul li a{
  padding: 0;
}
.product-phukien .col .col-inner{
      border: 1px solid #f0f1f2;
}
.blog-bottom-trangchu .flickity-viewport .flickity-slider .col .col-inner{
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
}
.blog-bottom-trangchu .flickity-viewport .flickity-slider .col .col-inner .box .box-text{
  padding: 15px;
}
.hl-brand-logo img{
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.section-content > .row > .col {
  padding-bottom: 0;
}
.content-cauhoi p{
  margin-bottom: 0;
  color: black;
}
.text-noi-dung h2{
      display: block;
    padding: 0px 0px 0px;
    color: black;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.text-noi-dung p{
  margin-bottom: 0;
  padding: 7px 0;
}
.text-noi-dung{
  padding: 10px;
  background-color: #f1f1f1;
      margin-bottom: 25px;
}
.form-lien-he-trang-cau-hoi p{
  padding: 0;
}
.form-lien-he-trang-cau-hoi p label{
  margin-bottom: 0;
}
.form-lien-he-trang-cau-hoi p label span input{
  padding: 5px 20px ;
  font-size: 14px;
  font-weight: 400;
}
textarea{
  font-weight: 400;
}
.content-form p{
  margin-bottom: 5px;
}
.map-lienhe  p,
.map-lienhe{
  height: 100%;
}
.row-item1-hethong .col {
    padding-bottom: 0;
}

.row-item1-hethong .col .col-inner .text p{
  margin: 0;
}
.hethongcuahang:hover span,
.hethongcuahang:hover svg path,
.link-yeu-thich:hover span,
.link-yeu-thich:hover svg path,
.account:hover span,
.account:hover svg path,
.header-cart-link:hover span {
  color: var(--fs-color-secondary);
  fill: var(--fs-color-secondary);
}
.header-cart-link:hover img{
   filter: hue-rotate(33deg) saturate(100%) brightness(100%) sepia(100%);
 
}



.video-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.9); /* Nền đen mờ */
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}


.hover-actions a  {
	padding:0;
    min-width:36px;
	display:flex;
    justify-content:center;
}
.hover-actions a img{
	width:20px;
	 filter: brightness(0) invert(1);
}
.hover-actions a:hover{
	background:var(--fs-color-secondary);
	box-shadow:none !important;
}
.hover-actions a:hover img{
	filter:none;
}
.shop-page-title .flex-col {
	  
    min-height: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0px;
    flex-flow: column;
    text-align: left;
    min-height: 360px;
    
}
.shop-page-title {
	background:url('/wp-content/uploads/2026/03/collection_banner-1.webp');
	    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
		
}

.shop-page-title:before{
	    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.ux-timer span strong{
	margin-top:5px;
	text-transform:none !important;
}
.woocommerce-breadcrumb {
	color:var(--fs-color-secondary);
}
.woocommerce-breadcrumb a{
	color:white
}

.page-title-inner > .flex-col >   span{
	font-size: 3.2rem;
    margin: 0px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: "Lora", serif;
	color:white;
}
.page-title-inner > .flex-col > .mo-ta-trang{
	color:white;
	font-size:16px
}
.title-cachchon p{
  margin-bottom: 0;
}
.content-lienhe h1,
.content-lienhe p{
  margin-bottom: 5px;
}


.woof_authors,.woof_list {
  width: 100%;
    display: inline-block;
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
    max-height: 176px;
    overflow: hidden;
    overflow-y: auto;
}
/* Chrome, Edge, Safari */
.woof_authors::-webkit-scrollbar,
.woof_list::-webkit-scrollbar {
    width: 5px;
    background-color: #F2F2F2;
}

.woof_authors::-webkit-scrollbar-track,
.woof_list::-webkit-scrollbar-track {

    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    border-radius: 5px;
    background-color: #F2F2F2;
}
.woof_authors::-webkit-scrollbar-thumb,
.woof_list::-webkit-scrollbar-thumb {
        border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background: var(--primary-color);
}





/* Row */
.custom-form-row {
    display: flex;
    gap: 20px;
    
}

/* Column */
.custom-col-6 {
    width: 50%;
    text-align: start;
}

.custom-col-12 {
    width: 100%;
    text-align: start;
}

/* Input + textarea */
.custom-form-row input,
.custom-form-row textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    
    border-radius: 2px;
    font-size: 16px;
}

.custom-form-row textarea {
    height: 120px;
}

/* Label */
.custom-form-row label {
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
}

.custom-form-row label span {
    color: red;
}

/* Button */
.custom-submit {
    text-align: center;
    margin-top: 20px;
}

.custom-submit input[type="submit"] {
    background: #243b63;
    color: #fff;
    padding: 10px 30px;
    border: none;
    font-weight: 600;
    cursor: pointer;
}

.custom-submit input[type="submit"]:hover {
    opacity: 0.9;
}
.text-dang-ky-dai-ly p{
  margin-bottom: 15px;
}
.category-filter-row{
  display: none;
}
.filter-custom-mobile{
  display: flex;
  justify-content: space-between;
}
.filter-custom-mobile .category-filter-row{
  display: block;
}
.ux-quantity::before{
  content: "Số lượng";
  padding-right: 5px;
  display: flex;
  align-items: center;
}

.box-lienket{
      padding: 10px;
    margin-bottom: 15px;
    background-color: #f1f1f1;
}
.lienket{
  display: flex;
    margin-bottom: 15px;
}
.lienket img{
      width: 72px;
    height: 70px;
    margin-right: 10px;
    min-width: 72px;
}
.thongtinlienket p{
  margin-bottom: 0;
}
.button-lienket-1 {
  display: flex;
  border: 1px solid #173963;
    color: #173963;
    margin-bottom: 5px;
    justify-content: center;
    font-weight: 600;
    padding: 5px 0;
}
.button-lienket-1:hover{
  color: white;
  background-color: var(--primary-color);
}
.button-lienket-2{
  color: #000;
    background: #ffae19;
    border: 1px solid #ffae19;
    display: flex;
    justify-content: center;
    font-weight: 600;
    padding: 5px 0;
}
.button-lienket-2:hover{
  background-color: var(--primary-color);
  color: white;
  border: 1px solid white;
}
.woocommerce-product-attributes tr:nth-child(odd) {
    background-color: #F7F7F7;
}
.woocommerce-product-attributes-item__label , .woocommerce-product-attributes-item__value{
  padding: 0px 10px !important;
}
.nav-column li>a:hover{
  color: var(--fs-color-secondary);
}
.nav-dropdown>li>a:hover{
  color: var(--fs-color-secondary);
}
/* Trạng thái mặc định */
li.current-dropdown > .nav-dropdown, li.has-dropdown:hover > .nav-dropdown {
    transform: rotateX(0deg);
    opacity: 1;
}
.nav-dropdown {
    transform-origin: top center;
    transform: rotateX(-90deg);
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.25s ease;
    backface-visibility: hidden;
}
.infor-hover-sp > div > img{
          max-width: 18px;
        max-height: 18px;
}
.infor-hover-sp > div{
  min-width: 49%;
}
.infor-hover-sp{
  display: flex;
  flex-wrap: wrap;
}
.text-vechungtoi p{
  margin-bottom: 0;
}
.col-countdown {
  padding-bottom: 0 !important;
}
.custom-hover-info div{
  color: var(--primary-color);
}
.text-top-banner{
	
	display:flex;
	animation: bannerSlide 20s steps(2) infinite;
	
}
.text-top-banner p{
	margin-bottom:0;
	color:white;
	text-align:center;
	min-width:100%;
	padding:3px 0px;
	background:var(--primary-color);
	font-size:12px;
}
.text-top-banner p a{
	text-decoration: underline;
	color: var(--fs-color-secondary);
}
.text-top-banner p a:hover{
color: #d19728;
}


.woocommerce-variation-add-to-cart{
	   display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.quantity.buttons_added {
    min-width: 100%;
}
.single_add_to_cart_button{
	min-width:calc(50% - 10px);
}
.ux-buy-now-button{
	min-width:calc(50% - 10px);
}
.single_add_to_cart_button.button{
  background-color: var(--fs-color-secondary);
  color: black;
}
.single_add_to_cart_button.button:hover{
  box-shadow: none;
  color: white;
  background-color: var(--primary-color);
}
li.current-dropdown > .nav-dropdown, li.has-dropdown > .nav-dropdown{
  display: flex;
  height: fit-content;
  flex-wrap: wrap;

}
.nav-dropdown >.menu-item.menu-item-type-taxonomy > a{
  font-weight: 600;
  color: black;
      font-size: 14px;
      text-transform: uppercase;
}
li.current-dropdown > .nav-dropdown, li.has-dropdown > .nav-dropdown >li{
          width: 20%;
       padding: 10px;
}
li.current-dropdown > .nav-dropdown, li.has-dropdown > .nav-dropdown >li >a{
  padding: 5px 0;
}
@keyframes bannerSlide{
  from{
    transform: translateX(0%);
  }
  to{
    transform: translateX(-200%);
  }
}
.accordion-item{

	color:black;
	margin-bottom:5px;
}
.accordion-title{
	background:#e3e3e3;
}
.accordion-title:hover{
	background:var(--primary-color);
	color:white
}
.accordion-title.plain.active{
	background:var(--primary-color);
	color:white
}
.accordion-inner{
	border:1px solid #dee2e6
}
.widget.woocommerce.widget_product_categories ul{
	padding-left:0px !important;
}
.tagcloud a:hover{
	color:black !important;
}
.button.primary:hover{
  background: var(--fs-color-secondary);
  color: black;
  box-shadow: none !important;
}

.blog-trang-chu button{
  margin-top: 0 !important;
}
.product-tabs{
  border-bottom: 1px solid #D9D9D9;
}
.from_the_blog_excerpt {
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wc-proceed-to-checkout a:hover{
  background: var(--fs-color-secondary) !important;
  color: Black;
  box-shadow: none;
}
.coupon .is-form:hover{
  background-color: green;
  color: #000;

}
.button-tranglienhe{
  position: relative;
}
.button-tranglienhe span{
  padding-left: 20px;
}
.button-tranglienhe span::before{
  position: absolute;
  content: "";
  background-image: url("/wp-content/uploads/2026/03/iconhouse.svg");
   width:22px;
    height:22px;
    left: 10px;
     background-size:contain;
    background-repeat:no-repeat;
    margin-right:10px;
        filter: brightness(0) invert(1);
}
.button-tranglienhe:hover span::before{
  filter: none;
}
.post-sidebar .widget-area aside{
  background-color: #f1f1f1;
  padding: 10px;
    margin-bottom: 25px;
}
.archive-page-header .row .col{
  padding-bottom: 0 !important;
}
.product-phukien .box-text .title-wrapper .product-brand-loop{
  display: none;
}
.product-phukien .box-text .title-wrapper .product-title{
  font-size: 16px;
  font-weight: 600;
}
.product-phukien .box-text .price-wrapper .price{
  font-size: 16px;
}
.post-item .col-inner .box-blog-post .box-text{
  padding: 15px;
}
.post-item .col-inner {
      display: block;
    position: relative;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
   
}
.post-meta-custom{
        display: flex;
    font-size: 12px;
    color: #838383;
    justify-content: space-between;
    margin-bottom: 0px;
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 10px;
}
.image-ve-chung-toi .img-inner{
      overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 67%;
    background-color: #f5f5f5;
}
.image-ve-chung-toi .img-inner img{
  width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    will-change: opacify;
    transform: scale(1);
    transition: all 0.5s ease;
}
.image-ve-chung-toi .img-inner img:before{
      position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.image-ve-chung-toi .img-inner:hover::before{
      -webkit-animation: circleanima .75s;
    animation: circleanima .75s;
}
.image-ve-chung-toi .img-inner:before{
  position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
@keyframes circleanima{
  0% {
    opacity: 0.1;
}
40% {
    opacity: 0.4;
}
100% {
    width: 200%;
    height: 200%;
    opacity: 0;
}
}
.post-meta-custom .post-author{
    font-weight:500;
}

.post-meta-custom .post-date{
    font-style:italic;
}
.blog-trang-chu .flickity-viewport .flickity-slider .col  .col-inner .box .box-text .box-text-inner .post-meta-custom{
  display: none;
}
.title-wrapper .product-title a{
     
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px !important;
}
/* Thiết lập mặc định cho khung nội dung */
.text-thong-tin-trang-san-pham {
    position: relative;
    max-height: 200px; /* Chiều cao hiển thị ban đầu, bạn có thể chỉnh lại */
    padding-bottom: 20px;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}

/* Tạo lớp mặt nạ mờ dần ở đáy khi chưa mở rộng */
.text-thong-tin-trang-san-pham::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    pointer-events: none;
    transition: opacity 0.3s;
}

/* Khi nội dung được mở rộng (có class is-expanded) */
.text-thong-tin-trang-san-pham.is-expanded {
    max-height: 5000px; /* Số lớn để chứa hết nội dung */
}

/* Ẩn lớp mặt nạ mờ khi đã mở rộng xong */
.text-thong-tin-trang-san-pham.is-expanded::after {
    opacity: 0;
    visibility: hidden;
}

/* Chỉnh một chút cho nút bấm để nhìn chuyên nghiệp hơn */
.button-thong-tin-trang-san-pham {
    margin-top: 15px;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .recently-viewed-products .slider .col,
    .related-price-products .slider .col,
    .custom-related-products-slider .slider .col  {
        flex-basis: 25% !important;
        min-width: 25% !important;
    }
.blog-bottom-trangchu .flickity-slider>.col{
  flex-basis: 33% !important;
        min-width: 33% !important;
}
.nav-dropdown li a{
  font-size: 14px;
}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.row.product-phukien{
  display: grid;
        grid-template-rows: 1fr;
        overflow: auto;
        justify-content: start;
        grid-template-columns: repeat(3, 350px);
        padding-bottom: 5px;
}
.row.product-phukien .col{
  max-width: 100%;
}
.col-tabs-sp {
  min-width: 100% !important;
}
.col-sibar-sp{
  min-width: 100% !important;
}
.product-tabs{
   display: flex;
    flex-wrap: nowrap;      /* Không cho xuống dòng */
    overflow-x: auto;       /* Có thanh scroll ngang khi tràn */
    overflow-y: hidden;
    white-space: nowrap;    /* Không xuống dòng text */
}
/* Ẩn scroll bar nếu muốn (tuỳ chọn) */
.product-tabs::-webkit-scrollbar {
    height: 3px;
}

.product-tabs::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.nav>li>a{
  color: black;
}
.link-yeu-thich,
.hethongcuahang {
      flex-direction: row-reverse;
    justify-content: start;
    gap: 10px;
}
.html.custom.html_topbar_right,
.html.custom.html_topbar_left{
  padding: 0 !important;
}
.item-coupon{
  min-width: 48%;
}
.danhmuctrangchu {
    display: flex;
    flex-wrap: nowrap;      /* Không cho xuống dòng */
    overflow-x: auto;       /* Có thanh scroll ngang khi tràn */
    overflow-y: hidden;
    white-space: nowrap;    /* Không xuống dòng text */
    
}

/* Ẩn scroll bar nếu muốn (tuỳ chọn) */
.danhmuctrangchu::-webkit-scrollbar {
    height: 6px;
}

.danhmuctrangchu::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
.danhmuctrangchu > div{
  min-width: 33%;
}
.text-right-section2 h2{
  font-size: 22px;
}
.text-right-section2 h2 ,
.text-right-section2 p{
  padding-left: 0;
}
.banner-sanpham{
  max-height: 300px;
}
.row-dacbiet1{
  flex-direction:column ;
}
 .custom-form-row {
        flex-direction: column;
        gap: 0;
    }
    .custom-col-6 {
        width: 100%;
    }
    .image-box-footer {
      display: flex;
      flex-direction: column;
      text-align: center;
    }
    .box-text-footer h4{
      font-size: 14px;
    }
    .box-text-footer p{
      font-size: 12px;
    }
    .col-35{
      min-width: 100%;
      margin-bottom: 15px;
    }
    .col-20{
      min-width: 30%;
    }
    .col-25{
      min-width: 40%;
    }
    .account span{
  display: none;
}
}






@media(max-width:426px){
 .row.product-phukien{
  margin-bottom: 5px !important;
 }
  .row-vechungtoi{
    display: flex;          /* Cho các phần tử nằm ngang */
    flex-wrap: nowrap;      /* Không cho xuống dòng */
    overflow-x: auto;       /* Bật scroll ngang */
    overflow-y: hidden;     /* Ẩn scroll dọc */
    -webkit-overflow-scrolling: touch; /* Mượt trên mobile */
  }
  .row-vechungtoi .col{
    min-width: 100%;
  }
  .danhmuctrangchu > div{
  min-width: 50%;
}
  .row-dacbiet2 {
    flex-direction: column-reverse;
  }
  .button-section2 {
    margin-left: 0px;
  }
  .row-dacbiet2 > *:nth-child(1){
    padding: 20px 0;
  }
  .row-top-footer {
    display: flex;          /* Cho các phần tử nằm ngang */
    flex-wrap: nowrap;      /* Không cho xuống dòng */
    overflow-x: auto;       /* Bật scroll ngang */
    overflow-y: hidden;     /* Ẩn scroll dọc */
    -webkit-overflow-scrolling: touch; /* Mượt trên mobile */
}

.row-top-footer > * {
    flex: 0 0 auto;         /* Không co lại */
}
.image-box-footer .box-image{
  width: 61px !important;
}
.col-20{
      min-width: 50%;
    }
.col-25{
      min-width: 60%;
    }

.link-yeu-thich,.hethongcuahang{
  
  display: flex;
  flex-direction:row-reverse;
}
.row-cauhoi-thuong-gap{
  display: flex;
  flex-direction: column-reverse;
}
    .item-coupon{
      min-width: 100%;
    }
    .tab-trang-chu ul li{
      min-width: fit-content;
      padding: 7px 10px;
    }
    .tab-trang-chu ul{
      gap: 0;
    }
    .tab-trang-chu ul{
     display: flex;
    flex-wrap: nowrap;      /* Không cho xuống dòng */
    overflow-x: auto;       /* Có thanh scroll ngang khi tràn */
    overflow-y: hidden;
    padding-left: 100px !important;
    white-space: nowrap;  
    
 

    }
    .row-image-trang-chu{
      display: flex;
    flex-wrap: nowrap;      /* Không cho xuống dòng */
    overflow-x: auto;       /* Có thanh scroll ngang khi tràn */
    overflow-y: hidden;
    white-space: nowrap;    /* Không xuống dòng text */
    }
    .row-image-trang-chu .col{
      min-width: 100%;
    }
    .row-image-trang-chu::-webkit-scrollbar {
    height: 6px;
}
.row-image-trang-chu::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
    /* Ẩn scroll bar nếu muốn (tuỳ chọn) */
.tab-trang-chu ul::-webkit-scrollbar {
    height: 6px;
}
.tab-trang-chu ul::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
.col-inner > .col-co-thanh-truot{
   display: flex;
    flex-wrap: nowrap;      /* Không cho xuống dòng */
    overflow-x: auto;       /* Có thanh scroll ngang khi tràn */
    overflow-y: hidden;
    margin-bottom: 5px !important;
   
}
   .col-inner > .col-co-thanh-truot::-webkit-scrollbar {
    height: 6px;
    padding-bottom: 10px;
}
.col-inner > .col-co-thanh-truot::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
.col-inner > .col-co-thanh-truot > .product-small{
  min-width: 60%;
}
.product-phukien{
  display: flex;
    

  }
  .product-phukien .col{
    min-width: 100%;
  }
  .product-phukien .col .col-inner .product-small .box-image{
    max-width: 120px;
  }
}

.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;
  color: var(--primary-color);
}

.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: 26px;
  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 ;
  font-size: 16.5px !important;
  width: auto !important;
}

.entry-content iframe {
  margin: auto;
}

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




