/*
Theme Name: AZ9s.Com
Description: AZ9s Team developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.9
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
	font-family: 'Muli';
	src: url('./fonts/Muli-Italic.eot');
	src: url('./fonts/Muli-Italic.eot?#iefix') format('embedded-opentype'),
		url('./fonts/Muli-Italic.woff2') format('woff2'),
		url('./fonts/Muli-Italic.woff') format('woff'),
		url('./fonts/Muli-Italic.ttf') format('truetype'),
		url('./fonts/Muli-Italic.svg#Muli-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Muli';
	src: url('./fonts/Muli-SemiBold.eot');
	src: url('./fonts/Muli-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('./fonts/Muli-SemiBold.woff2') format('woff2'),
		url('./fonts/Muli-SemiBold.woff') format('woff'),
		url('./fonts/Muli-SemiBold.ttf') format('truetype'),
		url('./fonts/Muli-SemiBold.svg#Muli-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Muli';
	src: url('./fonts/Muli-Black.eot');
	src: url('./fonts/Muli-Black.eot?#iefix') format('embedded-opentype'),
		url('./fonts/Muli-Black.woff2') format('woff2'),
		url('./fonts/Muli-Black.woff') format('woff'),
		url('./fonts/Muli-Black.ttf') format('truetype'),
		url('./fonts/Muli-Black.svg#Muli-Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Muli';
	src: url('./fonts/Muli-Bold.eot');
	src: url('./fonts/Muli-Bold.eot?#iefix') format('embedded-opentype'),
		url('./fonts/Muli-Bold.woff2') format('woff2'),
		url('./fonts/Muli-Bold.woff') format('woff'),
		url('./fonts/Muli-Bold.ttf') format('truetype'),
		url('./fonts/Muli-Bold.svg#Muli-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Muli';
	src: url('./fonts/Muli-Regular.eot');
	src: url('./fonts/Muli-Regular.eot?#iefix') format('embedded-opentype'),
		url('./fonts/Muli-Regular.woff2') format('woff2'),
		url('./fonts/Muli-Regular.woff') format('woff'),
		url('./fonts/Muli-Regular.ttf') format('truetype'),
		url('./fonts/Muli-Regular.svg#Muli-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Muli';
	src: url('./fonts/Muli-ExtraBold.eot');
	src: url('./fonts/Muli-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('./fonts/Muli-ExtraBold.woff2') format('woff2'),
		url('./fonts/Muli-ExtraBold.woff') format('woff'),
		url('./fonts/Muli-ExtraBold.ttf') format('truetype'),
		url('./fonts/Muli-ExtraBold.svg#Muli-ExtraBold') format('svg');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
	font-family: inherit !important;
}
body, html,.nav > li > a {
	font-family: Muli !important;
}
ul.woof_list.woof_list_checkbox {
    display: flex;
    flex-direction: column;
}
.header:not(.transparent) .header-bottom-nav.nav > li > a {
	color: #424242;
	font-weight: normal;
}
.box-blog-post .is-divider{display:none}
.nav-dark .form-flat input:not([type="submit"]){
	background-color: rgba(255, 255, 255, 0.3) !important;
	border-color: rgba(255,255,255,0.09);
	color: #FFF;
	height: 35px;
	border-radius: 6px;
	margin-left: 3px;
}

.breadcrumbs{text-transform: none;}
.breadcrumb a{color:rgb(250, 193, 0)}

.product-main{padding: 0px 0;}
.product-main .col{padding: 0 15px 10px;}
span.widget-title{letter-spacing: 0;}
#product-sidebar .adress-sidebar{border: 1px solid #dadada; padding:10px; border-radius: 10px}
.article-inner .entry-image img,  footer.entry-meta{display:none}
.article-inner .badge.post-date{display:none}
td.label,span.belowtext {
    font-size: 16px !important;
    font-weight: bold;
}
.w2steam a{
	color: #FF4D00;
}
.w2steam {
	padding-left: 5px;
	margin-left: 5px;
	border-left: 1px solid;
}
/*mùa yêu deal ngọt  */
.st_dealhot .col-inner .row-muayeu-dealngot {
    background-color: var(--primary-color);
    border-radius: 10px;
}
.st_dealhot .title-muayeu-deal-ngot {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 12px;
    margin-left: 15px;
}
.st_dealhot img.img-sau-text-dealngot.lazy-load-active {
    position: absolute;
    height: 12px;
    margin-left: 64%;
    margin-top: -22px;
}
.st_dealhot .marquee {
  height: 25px;
  width: 525px;

  overflow: hidden;
  position: relative;
}

.st_dealhot .marquee div {
  display: flex;
  width: 200%;
  height: 30px;

  position: absolute;
  overflow: hidden;

  animation: marquee 5s linear infinite;
}

.st_dealhot .marquee span {
    float: left;
    width: 50%;
    color: #ffffff;
    font-size: 15px;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
.st_dealhot .ux-timer span {
    background-color: var(--yelow) !important;
}
.class-countdown .ux-timer span{
    background: #f1ba47 !important;
}
/* Header */
.header-top ul li a{
	font-size: 14px;
	/* padding:; */
}
.header-top ul li a:hover{
	color: #fcf8b8!important;
}
.nav-divided>li+li>a:after{
	border-color: #fff;
	left: -10px;
}
#mega-menu-wrap{
	width: auto;
	border-radius: 5px;
	background: #F1BA47;
	margin-right: 10px;
}
#mega-menu-title{
	color: #000;
	line-height: 20px;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	font-family: Muli;
}
/* #mega-menu-wrap:hover #mega_menu:not(.active){display: none !important;} */
#mega_menu>li>a{
	font-size: 13px;
	font-weight: 400;
	border: 0;
	line-height: 32px;
	padding: 7px;
}
#mega_menu>li>a:hover{
	background: #ecf0f1;
	color: #333;
}
.sf-menu ul li:hover{background: transparent;}
#mega_menu>li li a{
	font-size: 16px;
	font-weight: 400;
}
.header-main .header-inner .hide-for-medium.flex-left,
.header-main .header-inner .hide-for-medium.flex-right{
/* 	margin-bottom: 30px; */
	margin-top: 10px;
}
.header-search-form .search_categories{
	min-width: 150px;
	font-size: 17px;
	font-weight: 700;
	height: 40px;
	border: 0;
	border-right: 1px solid #e1e1e1;
}
.header-search-form input{
	font-style: italic;
	margin-bottom: 0;
	font-size: 16px;
	padding-left: 18px;
	height: 40px;
	border: 0;
}
.header-search-form button{
	height: 40px;
	width: 45px;
	color: #000;
	box-shadow: none !important;
}
.header-search-form button i{
	font-size: 15px !important;
	font-weight: 900;
}
.header-search-form button:hover{
	color: #fff;
}
.header-main .header-nav.nav-right li>a{
	font-size: 16px;
}
.header-main{
	z-index: unset;
}
.header-main .header-inner>*{z-index: 10;}
.header-bottom .header-bottom-nav{
	margin-top: -40px;
	position: relative;
	z-index: 11;
}
.header-bottom .header-bottom-nav li a{
	font-size: 16px;
	font-weight: 700;
}
.header-bottom .header-bottom-nav li a:after{border-color: #fff !important;}
.header-wrapper.stuck .header-main .header-inner .hide-for-medium.flex-left,
.header-wrapper.stuck .header-main .header-inner .hide-for-medium.flex-right{
	margin: 0;
}
/* Banner */
.st_banner .sidebar-wrapper .widgettitle{
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 40px !important;
	background: #F1BA47;
	position: relative;
	margin: 0;
	border-radius: 5px 5px 0 0;
	color: #000;
}
.st_banner .sidebar-wrapper .widgettitle:before{
	content: "\e800";
	font-family: 'fl-icons' !important;
	position: absolute;
	left: 20px;
}
.st_banner .sidebar-wrapper .widget_nav_menu{
	margin-left: 0;
	background: #fff;
	border-radius: 5px;
}
.st_banner .sidebar-wrapper .menu>li{
	position: relative;
}
.st_banner .sidebar-wrapper .menu>li>a{
	display: block;
	font-weight: normal;
	font-size: 16px;
	padding: 9px 5px 9px 15px;
	line-height: 38px;
	color: #333 !important;
}
.st_banner .sidebar-wrapper .menu>li>*:not(.sub-menu):hover{
	background: #ecf0f1;
}
.st_banner .sidebar-wrapper .menu .toggle{
	padding: 8px 0;
	line-height: 38px;
	width: 30px;
}
.st_banner .sidebar-wrapper .menu .toggle i{
	transform: rotate(-90deg);
}
.st_banner .sidebar-wrapper .menu .sub-menu{
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0;
	border: 0;
	box-shadow: 1px 2px 10px 1px rgb(0 0 0 / 55%);
	z-index: 99;
	background: #fff;
	padding: 5px 0;
}
.st_banner .sidebar-wrapper .menu .sub-menu li a{
	display: block;
	font-size: 17px;
	padding: 5px 15px;
	font-weight: 400;
}
.st_banner .img{
	z-index: 10;
	overflow: hidden;
}
.st_banner .img:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: linear-gradient( to right, transparent 0, rgba(255, 255, 255, 0.3) 100% );
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.st_banner .img:hover:before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.st_banner .sidebar-wrapper .menu>li>a img{
	width: 46px;
	height: 36px;
	object-fit: contain;
}
#mega_menu>li>a img{
	width: 25px;
	height: 25px;
	object-fit: contain;
	padding-right: 0;
}
/* Product */

.phot .title_home{
	text-align: center;
	background: #CC2338;
	color: #fff !important;
	font-family: roboto !important;
	font-weight: 900;
	font-size: 22px;
	padding: 5px 10px;
	margin-bottom: 0;
}
.phot .r-pro>.col>.col-inner{
	padding: 30px 10px 15px;
	border: 1px solid #CC2338;
	border-top: 0;
}
.st_pro .flickity-button,.tin-tuc .flickity-button{
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin: 10px 15px 0 0 !important;
	height: 36px;
	transform: none !important;
	opacity: 1 !important;
	color: #fff;
	background: #CC2338 !important;
	border-radius: 50px;
}
.st_pro .row.slider,.tin-tuc .row.slider{
	justify-content: right;
}
.st_pro .flickity-button.previous,.tin-tuc .flickity-button.previous{
	margin-right: 5px !important;
}
.badge-container .badge{
	height: auto;
}
.badge-container{
	margin: 3px 0 0 3px;
}
.badge-container .badge-inner.on-sale:before{
	content: "";
	border-right: 19px solid transparent;
	left: 100%;
	position: absolute;
	top: 0;
	border-top: 20px solid #CC2338;
}
.badge-container .badge-inner.on-sale{
	background: #CC2338;
	font-size: 12px;
	line-height: 16px;
	border-radius: 5px 0 0 5px;
}
.name.product-title a{
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 40px;
	margin-bottom: 15px;
}
.category-page-row .name.product-title a{
	font-size: 20px;
	height: 55px;
}
.category-page-row .product-small.box{border: 1px solid #ebebeb}
.price-wrapper .price{
	display: flex;
	flex-direction: row-reverse;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap-reverse;
	line-height: 23px;
	height: 48px;
}
.price-wrapper .price ins span,.price-wrapper .price>span.amount,
.woocommerce-variation-price ins bdi{
	color: #CC2338;
	font-size: 18px;
	font-weight: 800;
	margin-right: 5px;
}
.price-wrapper .price del span.amount{
	font-size: 13px;
	color: #3F3F3F;
	opacity: 1;
}
.product-small.box .box-text{
	background: #fff;
	padding: 20px 15px;
}
.st_pro{
	padding-bottom: 0 !important;
}
.section:not(.phot) .title_home{
	font-size: 22px;
	font-weight: 900;
	color: #3F3F3F;
	margin-bottom: 20px;
}
.st_pro:not(.phot) .r-pro{
	position: relative;
}
.st_pro:not(.phot) .r-pro:before,.st_news .r-content .col:last-child:before{
	content: "";
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	border-bottom: 1px solid #CDCDCD;
}
.st_pro .sidebar .img{margin: 0;}
.st_pro .sidebar .video{
	width: 100%;
	height: 100%;
}
/* Page Video */
.page_video .video{
	margin: 0;
}
.page_video .more a{
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	background: #CC2338;
	border: 1px solid #CC2338;
	border-radius: 30px;
	transition: .5s;
	display: inline-block;
	font-size: 24px;
	padding: 5px 25px;
}
.page_video .more a i{margin-right: 5px;}
.page_video .more a:hover{
	background: #fff;
	color: #CC2338;
}
/* Tin tức */
h4.post-title{
	font-size: 16px;
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
/* 	white-space: break-spaces; */
	height: auto;
	margin-bottom: 10px;
	line-height: 25px;
}
h4.post-title:hover{
	color: #ed1c24;
}
.tin-tuc .post-meta{
	opacity: 1;
	color: #3F3F3F;
	font-size: 14px;
	margin-bottom: 5px;
}
p.from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	height: auto;
	font-size: 15px;
	color: #666;
}
/* Footer */
.cam-ket{border-top: 1px solid #CC2338;}
.cam-ket .icon-box{
	align-items: center;
}
.cam-ket .icon-box-img .icon{
	padding: 10px;
	border-radius: 30px;
	background: #F1BA47;
}
.cam-ket .icon-box-img img{
	padding: 0;
	width: 30px;
	height: 30px;
}
.cam-ket .icon-box-text h3{
	font-size: 16px;
	font-family: roboto !important;
	font-weight: 400;
	letter-spacing: 1px;
	color: #000;
}
.st_form .section-bg{
	background-position: left bottom;
	background-size: auto !important;
}
.st_form h4{
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 18px;
}
.st_form .wpcf7-form > p{
	display: flex;
	justify-content: center;
}
.st_form .wpcf7-form .wpcf7-form-control-wrap input{
	width: 230px;
	padding: 0 15px;
	margin: 0 8px;
	border: 0;
	border-radius: 5px;
}
.st_form .wpcf7-form .wpcf7-submit{
	border: 0;
	color: #000;
	background: #F1BA47;
	border-radius: 5px;
	letter-spacing: 1px;
	margin-left: 8px;
}
.st_form .wpcf7-form .wpcf7-submit:hover{
	box-shadow: 2px 2px 0 0 #6f3205;
}
.st_form .col-inner>p{
	font-size: 16px;
	letter-spacing: 0.05078rem;
	margin: 0;
}
.footer .title_ft{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.footer ul li{
	list-style-type: none;
	margin-left: 0;
}
.footer ul li a{
	color: #666;
	letter-spacing: 0.05469rem;
	font-size: 18px;
}
.footer ul li a:before{
	content: "\2022";
	color: #ed1c24;
	padding-right: 0.35rem;
	font-size: 20px;
	line-height: 15px;
	display: inline-block;
}
.absolute-footer .menu-main-menu-container{display:none}
.copyright-footer{
	font-size: 18px!important;
	padding: 9px 23px;
	color: #fff;
}
.st_ftbot h3{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.5rem;
	margin-bottom: 15px;
}
.st_ftbot h4{
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.0625rem;
	line-height: 1.5rem;
	margin-bottom: 15px;
}
.st_ftbot p{
	color: #000;
	font-size: 14px;
	margin-bottom: .5rem;
	letter-spacing: .2px;
	text-align: justify;
}
.st_ftbot .arrow-link {
	color: #3F3F3F;
	text-decoration: underline !important;
}
.st_ftbot pre{
	border: none;
	background: transparent;
	padding: 10px;
	margin-top: 0;
	font-size: 16px;
	font-family: 'Muli';
}
.st_ftbot pre a{margin: 8px 0;display: block;}
.st_ftbot pre i{
	font-size: 10px;
}

/* Tin tức page */
.page_newe .col.post-item .col-inner{
	line-height: 1.5em;
	background: #fff;
	box-shadow: 0 0 5px rgb(0 0 0 / 25%);
	overflow: hidden;
	height: 100%;
}
.page_newe .col.post-item .col-inner:hover{
	box-shadow: 1px 2px 15px rgb(0 0 0 / 30%);
}
.page_newe .col.post-item .box-text{
	padding: 15px;
}
.page_newe .col.post-item .box-text h5{
	min-height: 41px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.page_newe .col.post-item .box-text h5:hover{
	color: #F1BA47;
}
.page_newe .post-item .col-inner{
	box-shadow: 0 1px 4px 0 rgb(102 98 98 / 40%);
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
}
.page_newe .post-item .shade{
	opacity: 1;
	background: linear-gradient(transparent, #7a0b19);
}
.page_newe .r_first .post-item .box-text{
	padding: 1.5rem !important;
}
.page_newe .r_first .post-item .box-text p.cat-label{
	color: #fff !important;
	opacity: 1;
	font-size: 12px;
	font-weight: bold;
}
.page_newe .post-item .box-text h5{
	text-transform: uppercase;
	font-size: 18px;
}
.page_newe .post-item:hover img{
	transform: scale(1.15);
}
.page_newe .r_last .post-item .box-text{
	padding: 1rem 1.25rem;
	border-top: 2px solid #CC2338;
}
.page_newe .r_last .box-text p.cat-label{
	position: absolute;
	top: -14px;
	left: 1rem;
	font-weight: bold;
	font-size: 14px;
	background-color: #CC2338;
	color: #fff;
	padding: .2rem 1rem;
	border-radius: 4rem;
	opacity: 1;
	text-transform: none;
}

/* Product page */
.product-page-title{
	border-bottom: 1px solid #ECECEC;
}
.product-page-title .page-title-inner{
	padding-top: 0;
}
.product-page-title .woocommerce-breadcrumb a{
	font-size: 18px;
	color: #666;
}
.product-page-title .woocommerce-breadcrumb a:hover{
	color: #CC2338;
}
.box_title_pro{
	display: flex;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 20px;
}
.box_title_pro h2{
	width: auto;
	max-width: 60%;
	margin-right: 20px;
	margin-bottom: 0;
	color: #CC2338;
	font-size: 25px;
	font-weight: 900;
}
.box_title_pro .product-rating-wrapper{
	flex-basis: 26%;
}
.box_title_pro .box_social{
	flex-basis: 13%;
	margin-left: auto;
}
.product .product-main{padding-top: 0 !important;}
.product .product-main .product-info .product-title{display: none;}
.product .product-page-price{
	margin: 0;
}
.product .product-page-price ins span,.woocommerce-variation-price ins bdi{
	font-size: 26px;
	font-weight: 700;
	margin-right: 15px;
}.woocommerce-variation-price .price{
	    display: flex !important;
    flex-direction: column-reverse;
}
.product .product-page-price del{color: #666;}
.product .product-page-price del span.amount,.woocommerce-variation-price del bdi{
	font-size: 24px;
	color: #666;
}
.price-wrapper .product-page-price > span.amount{
	font-size: 26px;
	color: #CC2338;
}
.shipping-time{
	padding: 0 15px;
	margin: 20px 0;
	border-radius: 3px;
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
}
.shipping-time h2{
	margin: 0;
	padding: 15px 0 15px 15px;
	border-left: 1px solid #ccc;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.shipping-time i{
	padding-right: 15px;
	font-size: 20px;
}
.product .product-info .cart{
	margin: 0;
}
.product-info .btn_tragop a{
	display: block;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	padding: 10px 5px;
	margin-bottom: 10px;
	background: #CC2338;
	color: #fff;
	text-transform: uppercase;
}
.product-info .btn_tragop a i{
	margin-right: 10px;
	animation: .3s ease infinite ring;
}
@keyframes ring{
	0%,100%{transform: rotate(0);}
	25%{transform: rotate(20deg);}
	75%{transform: rotate(-20deg);}
}
.product-info .box_hotline p{
	margin-bottom: 5px;
	font-size: 16px;
	text-transform: capitalize;
}
.product-info .box_hotline p a{
	font-size: 20px;
	font-weight: 700;
	color: #CC2338;
	margin-left: 5px;
}
.product-footer .tabs a{
	font-size: 16px;
	color: #333;
	border-top: 0;
	border-radius: 5px 5px 0 0;
}
.product-footer .tabs li.active a,
.product-footer .tabs li:hover a{
	background: #CC2338;
	color: #fff;
}
.product-footer .tab-panels{
	margin-top: 5px;
	border: 0;
	border-top: 1px solid #CC2338;
}
.product .col.large-9{border-right: 0 !important;}
.shop-sidebar{
	padding-left: 10px !important;
	border-left: 0;
}
.shop-sidebar h4{
	font-size: 1rem;
	padding: 8px 10px;
	background: #CC2338;
	text-align: center;
	color: #fff;
	font-weight: 700;
	border-radius: 3px 3px 0 0;
	margin: 0;
}
.shop-sidebar .card-row{
	padding: 20px 10px;
	display: block;
	text-align: left;
	border: 1px solid #ccc;
	border-top: 0;
}
.shop-sidebar .card-row>*{
	display: inline;
	font-size: 16px;
}
.shop-sidebar .card-row h5{
	font-weight: 700;
	font-size: 17px;
}
.shop-sidebar .c2 .col-inner{
	margin-top: 15px;
	padding: 20px 1rem;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.shop-sidebar .c2 ul li{
	margin: 0;
	display: flex;
	padding: 15px 10px;
	border-bottom: 1px solid #CCC;
}
.shop-sidebar .c2 ul li:first-child{padding-top: 0;}
.shop-sidebar .c2 ul li:before{
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	color: #CC2338;
	font-weight: bold;
}
.shop-sidebar .c2 ul li p{
	margin-left: 10px;
	font-size: 17px;
	margin-bottom: 10px;
}
.product-section-title-related,.album_dtl{
	font-size: 22px;
	color: #d71129;
    border-bottom: 2px dashed #ff3f56;
	font-weight: 800;
    text-transform: uppercase;
    margin-top: 20px;
	padding-bottom: 5px;
}
.no-pbt .col{padding-bottom: 0 !important;}
.header-search-form .searchform>.flex-row{
	border-radius: 5px;
	overflow: hidden;
}
.btn_viewall{
	position: absolute;
	bottom: 5px;
	right: 120px;
	text-transform: capitalize;
}
.phot .btn_viewall {
	bottom: 20px;
}
.product-short-description{margin-top: 10px;}
.st_ftbot ul li{
	list-style-type: none;
	margin-left: 0;
}
.st_ftbot ul li a i{
	margin-left: 5px;
	animation: light 1.3s ease-in-out infinite;
}
@keyframes light{
	0%,100%,50%{color: #F1BA47;}
	25%,75%{color: #CC2338;}
}
span.widget-title{
	padding-left: 0 !important;
	text-transform: capitalize !important;
	font-size: 20px;
	font-weight: bold;
	color: #CC2338
}
.widget .is-divider{
	background: #F1BA47;
	max-width: 50px;
}
.widget_nav_menu .sub-menu{
	margin-left: 15px;
}
.widget_nav_menu .sub-menu a{
	font-size: 14px;
}
.br_brand_shop_container,.br_brand_product_container{
	display: block;
	margin: 10px 0;
	width: 100% !important;
}
.br_brand_product_container a,.br_brand_shop_container a{
	font-size: 18px;
	font-weight: bold;
}
.br_brand_product_container:before,.br_brand_shop_container:before{
	content: "Thương Hiệu: ";
	font-size: 14px;
	margin-right: 5px;
}

.br_widget_brand_element_slider .brand_slider_image{text-align: left !important;}
.shop-container .term-description{
	position: relative;
	transition: .5s;
}
.shop-container .term-description.scrollHide{
	height: 130px;
	overflow: hidden;
	margin-bottom: 30px;
}
.shop-container .term-description .more-view-shadown{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background: #F4F4F4;
	padding: 15px 0 0;
}
.shop-container .term-description .more-view-shadown span.btn{
	background: #F1BA47;
	padding: 5px 15px;
	border-radius: 65px;
	cursor: pointer;
	color: #333;
	display: inline-block;
	font-weight: bold;
}
.shop-container .term-description .more-view-shadown span.btn i{
	animation: rung infinite 1s;
}
@keyframes rung{
	0%,100%{transform: translatey(-3px);}
	50%{transform: translatey(3px);}
}
.category-page-row .sidebar-inner>aside{
	background: #fff;
	border:1px solid #eee;
	box-shadow: 0 0 5px #ddd;
	border-radius: 5px;
	padding: 10px 15px;
}
.widget_price_filter .price_slider_amount .button{
	background: #F1BA47 !important;
	margin: 0 !important;
}
.prdctfltr_wc.prdctfltr_woocommerce{display: none;}
.woocommerce-Price-currencySymbol{margin-left: 2px;}
.woof_list label span.amount:first-child .woocommerce-Price-currencySymbol {
	display: none;
}
.woof_block_html_items li.woof_list{margin-left: 0;}
button.button.woof_reset_search_form {
	border-radius: 5px;
	margin: auto;
}
.inner-fabs .fab{padding: 5px;}
.st_ftbot ul li{
	display: flex;
}
.st_ftbot ul li i{
	color: #CC2338;
	font-size: 20px;
	margin-right: 10px;
	padding-top: 5px;
}
.st_ftbot ul li span{
	display: block;
	font-weight: 600;
	margin-bottom: 7px;
}
.st_ftbot ul li div{
	margin-bottom: 10px;
}
.st_ftbot ul li a{
	color: #CC2338;
	font-weight: 700;
	font-size: 17px;
	display: inline-block;
}
.st_ftbot ul li img{
	width: 100px;
	box-shadow: 0 0 5px #CC2338;
	border-radius: 15px;
	padding: 5px;
	margin: 5px;
	/* height: 30px; */
	object-fit: contain;
}
.woof_container_pwb-brand label{
	text-transform: uppercase;
}
.st_brands .ux-logo a{
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 5px #ddd;
}
.st_brands .r-logo .ux-logo{
	padding: 0 5px;
}
h2.title_home{
	position: relative;
}
content: '\ee19';.title_home:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #CC2338;
    height: 2px;
    z-index: -1;
}
h2.title_home span{
	display: inline-block;
	padding: 5px 10px;
	background: #CC2338;
	color: #fff;
	border-radius: 5px 0 0 5px;
	position: relative;
	line-height: 36px;
}
h2.title_home span:before{
	content: "";
	position: absolute;
	left: calc(100% - 19px);
	border-top: 16px solid #CC2338;
	border-right: 17px solid #CC2338;
	border-left: 18px solid transparent;
	border-bottom: 18px solid transparent;
	top: 6px;
	transform: rotate(45deg);
	z-index: -1;
	border-radius: 5px 0 5px 0;
}
.st_pro .img .img-inner:before {
	animation-duration: 0.5s;
	background: rgba(0,0,0,0.3) none repeat scroll 0 0;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: all 0.5s ease 0s;
	width: 0;
}
.st_pro .img .img-inner:hover:before {
	opacity: 1;
	width: 100%;
	left: 0;
}
.products .product-small.box img{
	/* height: 212px; */
	/* object-fit: cover; */
}
.products img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 220px;
}
.st_pro.p2 .product-small.box img{
	/* object-fit: contain; */
	background: #fff;
}
.st_pro img.attachment-original.size-original {
    height: 220px;
}
.product-footer .master-slider-parent{
    border: 4px solid #CC2338;
    border-radius: 3px;
    overflow: hidden;
}
.product-footer .master-slider-parent .master-slider{
    background: #CC2338;
}
.product-footer .master-slider-parent .ms-thumb-frame{
    background: #333;opacity: 1;
}
.product-footer .master-slider-parent .ms-thumb-frame img{
    opacity: .5;
}
.product-footer .master-slider-parent .ms-thumb-frame-selected img{
    opacity: 1;
}
.master-slider-parent{    max-width: max-content !important;overflow: hidden;}
@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.w2steam{
		display: block;
		border-left: 0 !important;
	}
	.header-top,.category-filtering,.prdctfltr_buttons{display: none;}
	.st_pro .flickity-button,.tin-tuc .flickity-button{
		height: 20px;
		min-height: 20px;
	}
	.st_banner,.st_banner .col{padding: 0 !important;}
	.price-wrapper .price{height: 37px;justify-content: left;line-height: 18px;}
	.mfp-content #mega_menu{display: block;}
	.header-main .nav > li > a {color: #fff;}
	.logo img.header_logo {padding: 5px 0 !important;}
	.off-canvas .nav-vertical>li>a{font-size: 14px;}
	.off-canvas:not(.off-canvas-center) .nav-vertical li>a{color: #CC2338;}
	.mfp-wrap{z-index: 9999999;}
	.title_home{font-size: 18px;}
	.st_pro .row.slider, .tin-tuc .row.slider{justify-content: center;}
	.st_pro .flickity-button, .tin-tuc .flickity-button{margin-right: 0;}
	.product-small.box .box-text{padding: 8px;}
	.price-wrapper .price del {margin-top: 5px;}
	.name.product-title a{font-size: 16px;}
	h4.post-title,p.from_the_blog_excerpt{font-size: 13px;line-height: 20px;}
	.cam-ket .icon-box {justify-content: center;}
	.cam-ket .icon-box-text {
		flex-basis: 100%;
		padding: 10px 10px 0 !important;
		text-align: center;
	}
	.st_form .wpcf7-form > p{flex-wrap: wrap;}
	.st_form .wpcf7-form .wpcf7-form-control-wrap input{width: 150px;}
	.wpcf7-spinner,.processing:before{display: none;}
	.cam-ket .icon-box-text h3{font-size:14px;}
	.copyright-footer {font-size: 16px!important;}
	.widget_shopping_cart *{color: #fff !important;}
	.category-page-row .name.product-title a {
		font-size: 16px;
		height: 40px;
	}
	.box_title_pro{flex-wrap: wrap;padding-bottom: 0;}
	.box_title_pro>*{flex-basis: 100% !important;max-width: 100% !important;margin: 0 0 10px !important;}
	.product-page-title .page-title-inner .medium-text-center{padding: 0;}
	.product-page-title .woocommerce-breadcrumb a{font-size: 15px;}
	.product-page-title .page-title-inner{padding: 10px 0;}
	.product-info {padding-top: 20px !important;}
	.product-footer .tabs li a {
		padding: 5px 10px;
		font-size: 14px;
	}
	.tabbed-content .nav-tabs>li{width: auto;}
	.product-footer .tab-panels{padding: 15px;}
	.st_form .wpcf7-form .wpcf7-submit{margin: 10px 0 0;}
	.st_banner .sidebar-wrapper .widgettitle:before{position: relative;left: auto;margin-right: 15px;}
	.st_banner .sidebar-wrapper .menu .toggle,.header-search-form .search_categories,
	.st_banner .sidebar-wrapper .menu .sub-menu,.st_banner .sidebar-wrapper .menu>li:first-child{display: none;}
	.st_banner .sidebar-wrapper ul.menu {
		display: grid;
		grid-template-rows: repeat(2, 1fr);
		grid-auto-flow: column;
		gap: 10px 10px;
		overflow: auto;
	}
	.st_banner .sidebar-wrapper .menu>li {
		position: relative;
		text-align: center;
		width: 80px;
		margin: 5px 2px;
		border: 0;
	}
	.st_banner .sidebar-wrapper .menu>li>a{
		padding: 0;
		line-height: 22px;
		text-align: center;
		color: #3F3F3F !important;
		font-size: 14px;
	}
	.st_banner .sidebar-wrapper .menu>li>a>* {
		padding: 0;
		display: block;
		margin: auto;
	}
	.header-search-form input {
		width: 150px;
		height: 30px;
		padding-left: 5px;
		font-size: 12px;
	}
	.header-search-form button{height: 30px;width: 40px;min-height: 30px;}
	.autocomplete-suggestion{flex-wrap: wrap;}
	.autocomplete-suggestion .search-name{font-size: 12px;}
	.autocomplete-suggestion .search-price{margin-left: auto;}
	#logo{margin-left: 0;}
	.header-search-form .searchform{margin-right: 10px;}
	.woocommerce-Tabs-panel--description iframe {height: 205px;}
	.btn_viewall {
		bottom: -15px;
		right: 5px;
	}
	.phot .btn_viewall {
		bottom: 12px;
	}
	.products img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
		height: 150px;
	}
	.woof_sid_auto_shortcode.woof{padding: 15px;}
	.woof_block_html_items ul,.woof_block_html_items .woof_list label,.woof_block_html_items li.woof_list,
	.woof_sid_auto_shortcode .woof_container{margin-bottom: 0;}
	.woof_block_html_items ul .iradio_flat-red{
		background-position: -43px 0;
		background-size: 86px 10px;
		width: 10px;
		height: 10px;
	}
	.woof_block_html_items ul .iradio_flat-red.checked {
		background-position: -54px 0;
	}
	.woof_container_pwb-brand .woof_list li {
		display: inline-block;
		min-width: auto;
		margin: 0 5px 0 0!important;
	}
	.st_brands .slider.slider-nav-circle {
		padding: 0 5px 10px;
	}
	.st_dealhot .title-muayeu-deal-ngot {
	    text-align: center;
	}
	.st_dealhot img.img-sau-text-dealngot.lazy-load-active {
		margin-left: 60%;
	}
	.price-wrapper .price ins span{
	font-size: 16px;
}
/* 	.shop-container .product-small.col.has-hover {
    padding: 3px 3px;
} */

}
/*table*/
  @media (min-width: 768px) and (max-width: 1024px){
  	.st_dealhot img.img-sau-text-dealngot.lazy-load-active {
		margin-left: 100%;
	}
  }

  .woof label {
    font-size: 12px;
}
.woof_sid_auto_shortcode .woof_redraw_zone {
    z-index: 1000;
}
/*css dihi  */
.countdown-title {
  color: #396;
  font-weight: 600;
  font-size: 40px;
  margin: 40px 0px 20px;
}

.countdown {
    font-family: sans-serif;
    color: #000;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    font-size: 30px;
    padding: 10px 0px;
    margin-bottom: 10px;
}
.text-timedays{
	text-align: right;
}
.countdown-number {
  padding: 5px;
  margin-right: 5px;
  border-radius: 3px;
  background: #f1ba47;
  display: inline-block;
  width: 70px;
}

.countdown-time {
  padding: 0px 15px;
  border-radius: 3px;
  display: inline-block;
}

.countdown-text {
  display: block;
  font-size: 16px;
}
.st_widget-new .sidebar-wrapper aside {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 5px #ddd;
    border-radius: 5px;
    padding: 10px 15px;
}
.st_widget-new .product-small.box {
    border: 1px solid #ebebeb;
}
.st_widget-new .product-small img {
    height: 220px;
}

.st_widget-new .term-description{
	position: relative;
	transition: .5s;
}
.st_widget-new .term-description.scrollHide{
	height: 130px;
	overflow: hidden;
	margin-bottom: 30px;
}
.st_widget-new .term-description .more-view-shadown{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background: #F4F4F4;
	padding: 15px 0 0;
}
.st_widget-new .term-description .more-view-shadown span.btn{
	background: #F1BA47;
	padding: 5px 15px;
	border-radius: 65px;
	cursor: pointer;
	color: #333;
	display: inline-block;
	font-weight: bold;
}
.st_widget-new .term-description .more-view-shadown span.btn i{
	animation: rung infinite 1s;
}
.st_widget-new aside#woof_widget-3, .term-electone aside#woof_widget-3, .term-organ aside#woof_widget-3,
.term-guitar aside#woof_widget-3, .term-phu-kien aside#woof_widget-3, .term-dich-vu-cung-cap aside#woof_widget-3{
	display: none;
}



@media only screen and (max-width: 48em) {
/* 	img.attachment-medium.size-medium.entered.litespeed-loaded {
    object-fit: contain;
} */
	.st_widget-new .product-small img {
    height: 140px;
}
	.st_widget-new aside#nav_menu-5, .st_widget-new aside#yith-woocommerce-ajax-navigation-filters-3{
		display: none;
	}
	.filter-content ul {
    display: flex;
    flex-wrap: wrap;
}
	.filter-content ul li{
		flex-basis: 30%;
	}
	.filter-content ul li label{
		font-size: 11.5px;
	}
	.st_pro.p2 .product-small.box img,.st_pro.p1 .product-small.box img,.st_pro.p3 .product-small.box img {
    object-fit: contain;
    background: #fff;
    height: 145px;
}
	.st_pro.p5 img.attachment-large.size-large.entered.litespeed-loaded {
    height: 230px;
}
	.icon-menu:before {
    content: "\f550";
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 600;
    color: white;
	font-size: 17px;
}
	.icon-menu:after {
		 content: "Menu";
		 font-weight: 600;
		 color: #fff;
		 font-family: 'Muli';
		font-size: 20px;
		padding-left: 5px;
		text-transform: uppercase;
	}
.text-timedays{
	text-align: center;
}
	.searchform-wrapper {
    font-size: 13px;
}
	i.icon-menu {
    margin-top: -5px;
}
.woof_container_inner.woof_container_inner_thnghiu {
    display: none;
}
}
