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

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'CriteriaCF';
    src: url('/wp-content/themes/next/fonts/CriteriaCF_Bold-s.p.87ae9401.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
.mega-isale a.mega-menu-link{
	position:relative !important
}
.mega-isale a.mega-menu-link::after{
	width:40px;
	height:38px;
	background:url(/wp-content/uploads/2026/05/hotxy.gif) no-repeat top left;
	background-size:cover !important;
	position:absolute;
    left: -15px;
    top: 5px;
	content:"";
	z-index:1;
	display:block !important;
	transform: rotate(-30deg);
}
.htrack{
	text-align:center !important
}
/* ===== Track Order Woo ===== */
.woocommerce .track_order{
    max-width: 720px;
    margin: 40px auto;
    padding: 32px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid #eee;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.woocommerce .track_order > p:first-child{
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 22px;
}

/* 2 cột */
.woocommerce .track_order .form-row-first,
.woocommerce .track_order .form-row-last{
    width: 48%;
    float: left;
}

.woocommerce .track_order .form-row-last{
    float: right;
}

.woocommerce .track_order .clear{
    clear: both;
}

/* Label */
.woocommerce .track_order label{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
    color: #222;
}

/* Input */
.woocommerce .track_order .input-text{
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    background: #fafafa;
    transition: all .25s ease;
    font-size: 14px;
}

.woocommerce .track_order .input-text:focus{
    border-color: #d60000;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(214,0,0,0.08);
    outline: none;
}

/* Button */
.woocommerce .track_order .button{
    width: 100%;
    height: 48px;
    border-radius: 8px;
    background: #d60000;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    border: none;
    transition: .25s;
    margin-top: 8px;
}

.woocommerce .track_order .button:hover{
    background: #b80000;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(214,0,0,0.25);
}

/* Responsive */
@media (max-width: 768px){
    .woocommerce .track_order{
        padding: 22px;
    }
    .woocommerce .track_order .form-row-first,
    .woocommerce .track_order .form-row-last{
        width: 100%;
        float: none;
        margin-bottom: 14px;
    }
}
li.mega-fixmenu img{
	border-radius:8px !important
}
li.mega-fixmenu li.mega-menu-column.mega-menu-columns-1-of-12{
	         width: 14.5% !important;
}
.header-main ul.header-nav.header-nav-main,.header-main ul.mega-menu.max-mega-menu,.header-main #mega-menu-wrap-primary{
	position:unset !important
}
.header-main #mega-menu-wrap-primary li.mega-fixmenu>ul.mega-sub-menu{
	padding-left:70px !important;
	padding-right:70px !important;
	border-top:1px solid #f1f1f1 !important;
max-width: 92% !important;
    left: 4% !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.header-main #mega-menu-wrap-primary li.mega-fixmenu>ul.mega-sub-menu>li{
	margin-bottom:15px;
}
.header-main #mega-menu-wrap-primary li.mega-fixmenu>ul.mega-sub-menu>ul.mega-sub-menu>ul.mega-sub-menu>li>a{
	    margin-bottom: 10px !important;
	margin-top:5px !important;
	color:#111 !important;
	font-size:17px !important
}
.header-main #mega-menu-wrap-primary ul.mega-sub-menu ul.mega-sub-menu {
	margin-bottom:20px !important
}
.header-main #mega-menu-wrap-primary ul.mega-sub-menu ul.mega-sub-menu li a{
    font-size: 16px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
	color: #111 !important;
}
.header-main #mega-menu-wrap-primary ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu  ul.mega-sub-menu li:hover a{
	color:#ed1c24 !important
}
.product-footer{
	background:#f7f7f7 !important;
	padding-top:50px !important
}
.product-footer .container{
	max-width:1300px;
}
/* Wrapper */
.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Quantity box */
.ux-quantity {
    display: flex;
    align-items: center;
    background: #5a5a5a;
    border-radius: 999px;
    padding: 4px 10px;
    height: 44px;
}

/* Nút + - */
.ux-quantity__button {
    background: transparent !important;
    border: none !important;
    color: #fff;
    font-size: 18px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
}

/* Input số */
.ux-quantity input.qty {
    width: 30px;
    text-align: center;
    background: transparent;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

/* Remove outline */
.ux-quantity input:focus {
    outline: none;
}

/* Nút Add to cart */
.single_add_to_cart_button {
    flex: 1;
    height: 44px;
    background: #000 !important;
    color: #fff !important;
    border-radius: 999px !important;
    font-weight: 500;
    font-size: 15px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover nhẹ cho có cảm giác */
.single_add_to_cart_button:hover {
    background: #111 !important;
}
.custom-member-box {
    background: #f5f7fb;
    padding: 12px;
    border-radius: 8px;
    margin-top: 10px;
    font-size: 14px;
}

.member-item {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.voucher-list {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 5px;
}

.voucher-list span {
    background: #ffe9d6;
    color: #ff6a00;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 12px;
}

.member-cash {
    background: #e9eef7;
    padding: 8px;
    border-radius: 6px;
}
.shop-page-title .page-title-inner{
	max-width:100% !important;
	padding-left:85px !important;
	padding-right:85px !important

}
.product-thumbnails img{
	border-radius:5px !important
}
.product-info.summary .is-divider{
	display:none !important
}
.single-product .shop-page-title .page-title-inner{
	max-width:1300px !important;
	padding-left:15px !important;
	padding-right:15px !important
}
.single-product  .row.content-row.mb-0{
	max-width:1300px !important;
	padding-left:15px !important;
	padding-right:15px !important
}
.orderby{
	font-size:14px;
	border-radius:30px;
}
.shop-page-title nav.woocommerce-breadcrumb{
	text-transform:none !important;
	font-size:14px;
}
.widget.WOOF_Widget .is-divider{
	max-width:100% !important;
	
}
.row.category-page-row{
	max-width:100% !important;
	padding-left:70px !important;
	padding-right:70px !important
}
.woof_price3_search_container{
	padding:15px;
	background:#f5f5f5 !important;
	border-radius:10px !important;
	margin-top:20px;
	margin-bottom:20px !important
}
.widget.WOOF_Widget  .woof_checkbox_label {
	font-weight:500 !important
}
.widget.WOOF_Widget .widget-title.shop-sidebar{
	 font-family: 'CriteriaCF' !important;
}
.widget.WOOF_Widget .woof_husky_txt-input{
	height:48px;
	border-radius:4px !important;
	padding-left:20px;
	font-size:14px;
	border-radius:3px;
}
.stop ul{
	margin:0px !important;
	list-style:none !important;
}
.stop li{
	margin-left:0px !important;
	font-size:14px;
	list-style:none;
}
.stop.sbot h3{
	font-size:15px !important
}
.socialx .icon.button{
margin-bottom: 0px !important;
    width: 45px;
    height: 45px;
    line-height: 42px;
    border-radius: 5px !important;
}
.stop p{
	font-size:14px;
}
.btgia{
	margin:0 auto !important;
	padding-left:40px;
	padding-right:40px;
	border-radius:30px !important;
	font-size:14px;
	text-transform:uppercase;
	
}
.listmem .col-inner{
	position:relative
}
.listmem .col-inner .icon-box-img{
	margin:0px !important;
	position:absolute;
	right:20px;
	bottom:20px;
	z-index:2;
	
}
.listmem .col-inner .icon-box-img img{
	filter: brightness(0) invert(1);

}
.stop .icon-box p{
	margin-bottom:0px !important;
}
.stop .icon-box  h3{
	    margin-top: -8px;
}
.stop .icon-box img{
	filter: brightness(0) invert(1);

}
.badge-container.absolute.left.top.z-1{
	margin-top:15px;
	right:15px !important;
	left:auto !important;
	
}
.hdad h3{
	 font-family: 'CriteriaCF';
	text-transform:uppercase
}
.dleft .col-inner{
	border-bottom-left-radius:15px;
	border-top-left-radius:15px;
}

.dright  .col-inner{
	border-bottom-right-radius:15px;
	border-top-right-radius:15px;
	padding-left:50px !important;
	border-left:1px solid #dedede !important
}
.dright .hdad p{
	font-size:14px !important;
	margin-top:8px !important
}
.imgbor img{
	border-radius:20px;
}
.badge-container.absolute.left.top.z-1 .badge-circle{
	height:auto !important;
	min-height:auto !important;
	width:auto !important;
	min-width:auto !important;
}
.badge-container.absolute.left.top.z-1 .badge-inner{
	padding:4px 10px;
	border-radius:5px;
	background:#111 !important;
	color:#fff !important;
	text-transform:uppercase !important;
	color:#fff !important;
	font-family: 'CriteriaCF';
	font-size:9px !important;
	font-weight:normal !important
}
.row.slifull{
	padding-left:70px !important;
	padding-right:70px !important
}
.product-small .name.product-title{
	margin-bottom:10px;
}
.product-small .name.product-title a{
	color:#111;
	font-size:15px;
	

}
.product-small  span.amount{
	font-family: 'CriteriaCF';
	color:#111;
}


.ux-swatches .ux-swatch {
    width: 44px !important;
    height: 28px !important;
    line-height: 18px; /* căn giữa nếu có text */
    padding: 0;
	border-radius:18px !important;
}
.ux-swatches .ux-swatch  img{
	 width: 44px !important;
    height: 28px !important;
	border-radius:18px !important;
	padding:2px;
	background:#fff !important
}
.header-main .nav > li > a{
	 font-family: 'CriteriaCF' !important;
}
.xtabsp .nav.nav-pills li a, h1,h2,h3,h4,h5{
	 font-family: 'CriteriaCF' !important;
}
.banhome, .banhome .fill{
	border-radius:15px;
}
.banhome.fix, .banhome.fix .fill{
	border-radius:0px !important;
}
.banhome.fix .container{
	width:100% !important;
	max-width:100% !important;
	padding-left:70px !important;
	padding-right:70px !important
}
.absolute-footer .container{
	max-width:100% !important;
	padding-left:85px !important;
	padding-right:85px !important
}
.absolute-footer  .footer-secondary.pull-right{
	margin-top:-15px !important
}
.banhome h2{
	font-size:40px;
	font-weight:500 !important;
	margin-bottom:15px;
}
.banhome  .button{
	height:48px;
	line-height:45px;
	padding-left:35px;
	padding-right:35px;
	color:#111 !important;
	font-size:15px !important;
	font-weight:500 !important;
	    letter-spacing: 2px;
}
.xtabsp .flickity-prev-next-button {
    top: 62% !important;
}
.xtabsp .flickity-prev-next-button.next {
	right: -3%;
	opacity: 1 !important
}
.product-category .header-title{
	font-size:16px !important;
	margin-top:8px !important
}
.xtabsp .flickity-prev-next-button.previous{
	left: -3%;
	opacity: 1 !important
}
.xtabsp .flickity-button-icon{
	background:#111 !important;
	border:0px !important;
	color:#fff !important
}
.section.galeryx .gallery-col.col{
	padding-bottom:10px !important
} 
.xtabsp .nav.nav-pills li a{
	height:50px;
	padding-left:35px;
	padding-right:35px;
	font-weight:600 !important;
	line-height: 48px;
	  background: #dedede ;
	font-size:18px;
	color:#111;
	border:0px !important
}
.xtabsp .box-image, .xtabsp .box-image img{
	border-radius:10px;
}
.xtabsp .nav.nav-pills li.active a{
	background: #111 !important;
	color:#fff !important
}
.xtabsp .nav.nav-pills li{
	margin-right:15px;
}
.catebt .button{
	margin-bottom:0px !important;
	margin-right:15px !important;
	height:50px;
	padding-left:40px;
	padding-right:40px;
	font-weight:600 !important;
	line-height: 48px;
	    background: #dedede ;
}
 
.catebt .button:hover{
	background:#111 !important;
	color:#fff !important
}
.catebt .button.secondary{
	background:#111;
}
.xgal .gallery-box {
background: linear-gradient(90deg,rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%) !important;
    border-radius: 100%;
	padding: 3px;
}
.xgal .gallery-box .box-image img{
	border-radius:100% !important;
	    border: 2px solid #fff;
}
.section.blink{
	padding-bottom:10px !important
}
.text.tcen{
	max-width:1000px;
	margin:0 auto !important;
	text-align:center
}
.text.tcen li{
	margin-bottom:0px !important;
	text-align:center !important;
	color:#fff;
}
.text.tcen li a{
	color:#fff;
    font-size: 14px;
}
.header-main .nav > li > a {
    font-size: 15px;
}
.header-main .nav-spacing-xlarge>li {
    margin: 0 25px;
}
.rotate-li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  height: 24px; /* chỉnh theo chiều cao chữ */
  overflow: hidden;
}

.rotate-li li {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.rotate-li li.active {
  opacity: 1;
}
#header li.cart-item .image-icon img {
    max-width: 22px;
    min-width: 100%;
	    margin-top: -4px !important;
}
#header .icon-user:before {
    content: "" !important;
}
#header li.header-search-form{
	margin-right:35px !important	
}
#header li.header-search-form .ux-search-submit{
	margin-right:15px; !important
}
#header li.header-search-form .search-field{
	height:45px;
	padding-left:25px;
	min-width:300px;
}
i.icon-user{
	background:url(/wp-content/uploads/2026/04/user-4.png) no-repeat top center;
	background-size:cover !important;
	width:21px !important;
	height:21px !important;
}

#header .container{
	padding-left:70px !important;
	padding-right:70px !important;
	max-width:100% !important
}
.sanpham .section-title a{
	font-size:14px;
	color:#333;
	
}
.sanpham .container{
	padding-left:85px !important;
	padding-right:85px !important;
	max-width:100% !important
}
.section-title-main, .section-title.section-title-normal{
	border-bottom:0px !important
}
.section-title a{
	font-size:16px;
	font-weight:500;
}
.rowfix{
	padding-left:70px !important;
	padding-right:70px !important;
}
.rowfix.row.row-collapse{
		padding-left:85px !important;
	padding-right:85px !important;
}
#top-bar .container{
	padding-left:75px !important;
	padding-right:75px !important;
}
#top-bar .gtranslate_wrapper img{
	width:18px !important;
}
#top-bar .html.custom.html_topbar_left{
	text-transform:uppercase;
	font-weight:600;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.xtabsp .nav.nav-pills li a{
		font-size:15px !important
	}
.xtabsp .flickity-prev-next-button {
    top: 25% !important;
}
.xtabsp .tab-panels{
		margin-left:10px !important
	}
.tabbed-content.xtabsp .nav-left {
    justify-content: center;
}
.rowfix {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
	.section.galeryx{
		padding-left:30px !important;
		padding-right:30px !important
	}
#header li.header-search-form .search-field {
    height: 45px;
    padding-left: 12px;
    min-width: 115px;
        font-size: 13px;
}
	#top-bar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
	.mccan{
		display:none !important
	}
#header li.header-search-form {
    margin-right: 5px !important;
}
	#top-bar a{
		text-transform:uppercase;
	font-size: 12px;
	}
#header li.header-search-form .ux-search-submit {
    margin-right: 0px !important;
}
#header .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
    max-width: 100% !important;
}
.banhome h2 {
	font-size: 28px;
	margin-bottom:0px !important
	}
.banhome .button {
  
    padding-left: 20px;
	padding-right: 20px;}
	.banhome .button{
		font-size:14px !important
	}
.sanpham .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
}
.row.slifull {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
	.col.dleft .col-inner{
		padding-left:15px !important;
		padding-right:15px !important
	}
.sanpham .section-title a {

    margin: 0 auto;
    font-weight: 400 !important;
}	
h2.section-title  .section-title-main{
		    display: block;
    text-align: center;
    width: 100%;
    margin: 0px;
	}
.rowfix.row.row-collapse {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.dright .col-inner {

    padding-left: 15px !important;

}
.col.socialx .col-inner.text-right{
	text-align:left !important
	}
.absolute-footer .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
}