/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/* 
@font-face {
  font-family: 'Arial';
  src: url('/wp-content/themes/flatsome-child/fonts/Arial.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ArialBold';
  src: url('/wp-content/themes/flatsome-child/fonts/ArialBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
	font-family: 'Arial', sans-serif;
	--fs-font-size: 16px;
} */
.hop-qua {
	position: absolute;
	width: 30px !important;
	height: 30px;
	top: 10px;
	z-index: 99;
	right: 10px;
	animation: zoomShake 1s ease-in-out infinite;
}
@keyframes zoomShake {
	0% {
		-webkit-transform: translate(0, 0) scale(1, 1);
		transform: translate(0, 0) scale(1, 1);
	}
	10%, 20% {
		-webkit-transform: translate(0, 0) scale(.9, .9) rotateZ(-3deg);
		transform: translate(0, 0) scale(.9, .9) rotateZ(-3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: translate(0, 0) scale(1.1, 1.1) rotateZ(3deg);
		transform: translate(0, 0) scale(1.1, 1.1) rotateZ(3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: translate(0, 0) scale(1.1, 1.1) rotateZ(-3deg);
		transform: translate(0, 0) scale(1.1, 1.1) rotateZ(-3deg);
	}
	100% {
		-webkit-transform: translate(0, 0) scale(1, 1) rotateZ(0);
		transform: translate(0, 0) scale(1, 1) rotateZ(0);
	}
}
.section-products .custom-products .col-inner .box-text-products .product-title a, .product .col-inner .box-text-products .product-title a {
	height: calc(var(--fs-font-size) * 3);
}

.nav-pagination>li>span,
.nav-pagination>li>a{
	line-height: 1.7em !important;
}

.add_to_cart_button.added {
	display: block !important;
}
.added_to_cart.wc-forward {
	display: none;
}

#masthead .flex-col.hide-for-medium.flex-grow {
	width: 40%;
	max-width: 40%;
}

#masthead .flex-col.hide-for-medium.flex-grow>.header-nav {
	width: 100%;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border: 2px solid var(--fs-color-primary) !important;
}
#masthead .flex-col.hide-for-medium.flex-grow>.header-nav .html_topbar_right {
	width: 100%;
}

.html_topbar_left br {
	display: block !important;
}

#masthead .flex-col.hide-for-medium.flex-grow>.header-nav>.header-search-form {
	width: 100%;
}

#masthead .flex-col.hide-for-medium>.header-nav>.header-search-form input[type="search"] {
	display: block;
	width: 100%;
	height: 39px;
	padding: 6px 12px;
	font-size: 16px;
	border-radius: 0px;
	line-height: 1.42857143;
	color: black;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 10px;
}

#masthead .flex-col.hide-for-medium>.header-nav>.header-search-form>div>div>form>div .flex-col:nth-child(2){
	right: 4px;
	top: 3px;
	border: none;
	position: absolute;
}

#masthead .flex-col.hide-for-medium>.header-nav>.header-search-form>div>div>form>div .flex-col:nth-child(2) button {
	border-radius: 10px !important;
	background-color: var(--fs-color-primary);
	width: 50px;
}

.single  .shop-container .price.not-sale bdi {
	font-size: 35px !important;
}

.related-products-wrapper .product .contact-btn.single-price  {
	font-size: 18px !important;
}

.price.not-sale bdi {
	font-size: 20px;
	color: var(--fs-color-primary);
}

ins {
	font-size: 18px;
}

#masthead .flex-col.flex-right {
	width: 40%;
}

#masthead .flex-col.flex-right .header-nav {
    justify-content: flex-end;
}

.cart-img-icon {
	max-width: 50px !important;
}

.header:not(.transparent) .header-bottom-nav.nav > li > a {
	padding: 10px 25px;
	transition: 0.5s ease-in-out;
}

.nav-spacing-xlarge>li{
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.header:not(.transparent) .header-bottom-nav.nav > li > a{
	position: relative;
	z-index: 2;
	font-size: 15px;
}

.header:not(.transparent) .header-bottom-nav.nav > li > a:before {
	content: '';
	position: absolute;
	width: 0;
	left: 0;
	top: 0;
	height: 100%;
	background-color: var(--fs-color-secondary);
	transition: 0.5s ease-in-out;
	z-index: -1;
}

.header:not(.transparent) .header-bottom-nav.nav > li > a:hover:before {
	width: 100%;
	transition: 0.5s ease-in-out;
}

.header:not(.transparent) .header-bottom-nav.nav > li.current_page_item  > a {
	color: #FFF !important;
	background-color: var(--fs-color-secondary);
}

.custom-col .col-inner{
	display: flex;
	align-items: center;
	justify-content: center;
}



.custom-col .col-inner .img-left,
.custom-col .col-inner .img-right{
	width: 90px !important;
	height: 57px !important;
}

.custom-col .col-inner .img-left {
	margin-bottom: 0;
}
.custom-col .col-inner h2 {
	width: max-content;
	margin: 0 20px;
}

.ct-fz.fz-28 {
	font-size: 25px;
}

.section-products .custom-products .col-inner,
.product .col-inner{
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
	border: 1px solid #dde1de;
	transition: 0.4s ease-in;
}

.section-products .custom-products .col-inner:hover,
.product .col-inner:hover{
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1);
	transition: 0.4s ease-in;
}

.section-products .custom-products .col-inner .box-image,
.section-products .custom-products .col-inner .box-image a,
.product .col-inner .box-image,
.product .col-inner .box-image a{
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.section-products .custom-products .col-inner:hover .box-image img {
	transition: all 0.3s ease-in-out;
}
.section-products .custom-products .col-inner:hover .box-image img{
	transform: scale(1.1);
	transition: all 0.3s ease-in-out;
}
.section-products .custom-products .col-inner .box-text-products,
.product  .col-inner .box-text-products{
	height: 140px;
	padding-bottom: 0;
}
.section-products .custom-products .col-inner .box-text-products .title-wrapper,.section-products .custom-products .col-inner .box-text-products .price-wrapper,
.product .col-inner .box-text-products .title-wrapper,.product .col-inner .box-text-products .price-wrapper{
	padding-left: 5px;
	padding-right: 5px;
}
.section-products .custom-products .col-inner .box-text-products .product-title  a ,
.product .col-inner .box-text-products .product-title  a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 1.5;
	height: 48px;
	transition: all 0.3s ease-in-out;
}
.product .col-inner:hover .box-text-products .product-title  a,
.section-products .custom-products .col-inner:hover .box-text-products .product-title  a{
	color: var(--fs-color-secondary);
	transition: all 0.3s ease-in-out;
}
.section-products .custom-products .col-inner .box-text-products .title-wrapper ,
.product .col-inner .box-text-products .title-wrapper {
	margin-bottom: 8px;
}

.badge-container {
	display: none;
}

.post-title a,
.from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.custom-blog-post-right .post-title a,
.custom-blog-post-right .from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.section-products .custom-products .col-inner .box-text-products .price-wrapper .price,
.product .col-inner .box-text-products .price-wrapper .price{
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-products .custom-products .col-inner .box-text-products .price-wrapper .price .regular-price .amount ,
.product .col-inner .box-text-products .price-wrapper .price .regular-price .amount {
	color: #666;
	font-size: 15px;
}

.section-products .custom-products .col-inner .box-text-products .price-wrapper .price .sale-price .amount,
.product  .col-inner .box-text-products .price-wrapper .price .sale-price .amount{
	font-weight: 600;
	color: var(--fs-color-primary);
	font-size: 17px;
}

.section-products .custom-products .col-inner .box-text-products .price-wrapper .price .regular-price,
.section-products .custom-products .col-inner .box-text-products .price-wrapper .price .sale-price ,
.product .col-inner .box-text-products .price-wrapper .price .regular-price,
.product .col-inner .box-text-products .price-wrapper .price .sale-price {
	display: block;
}

.section-products .custom-products .col-inner .box-text-products .price-wrapper .price-wrapper-child,
.product  .col-inner .box-text-products .price-wrapper .price-wrapper-child{
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-products .custom-products .col-inner .box-text-products .price-wrapper .discount-label ,
.product .col-inner .box-text-products .price-wrapper .discount-label {
	border: 2px solid var(--fs-color-primary);
	padding: 4px 4px;
	background: #f7edce;
	border-radius: 4px;
	font-size: 14px;
	color: var(--fs-color-primary);
	position: absolute;
	top: 10px;
	left: 10px;
	font-weight: 700;
}

.section-products .custom-products .col-inner .box-text-products .price-wrapper .price .regular-price.not-discount,
.product .col-inner .box-text-products .price-wrapper .price .regular-price.not-discount{
	margin-bottom: 0;
}

.section-products .custom-products .col-inner .box-text-products .price-wrapper .price .regular-price.not-discount .amount,
.product .col-inner .box-text-products .price-wrapper .price .regular-price.not-discount .amount{
	font-weight: 600;
	color: var(--fs-color-primary);
	font-size: 17px;
}

.section-products .custom-products .contact-btn,
.product  .contact-btn{
	font-weight: 600;
	color: var(--fs-color-primary);
	font-size: 18px !important;
}

.product .box-text{
	padding-bottom: 0 !important;
}

.tab-custom ul li {
	margin-right: 15px;
}

.tab-custom ul li:last-child {
	margin-right: 0;
}

.nav-outline>li.active>a {
	background-color: var(--fs-color-primary);
}

.nav-outline>li.active>a span {
	color: #FFF;
}

.nav-outline > li > a span {
	color: #000;
	transition: all 0.4s ease-in-out;
}

.nav-outline > li > a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: var(--fs-color-primary);
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.nav-outline > li > a:hover::before {
	left: 0;
	transition: all 0.4s ease-in-out;
}

.nav-outline > li > a:hover span{
	color: #FFF;
	transition: all 0.4s ease-in-out;
}

.nav-outline > li > a {
	overflow: hidden;
	display: inline-block;
	position: relative;
	z-index: 1;
	border: 2px solid var(--fs-color-primary);
	border-radius: 32px;
	padding: 10px 30px;
	line-height: 1.5;
}

.nav-outline > li > a span {
	position: relative;
	z-index: 2;
}
.btn-bg{
	background-color: var(--fs-color-primary) !important;
	margin: 0 auto;
	display: block;
	width: max-content;
}

.line-bottom {
	position: relative;
}

.line-bottom:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 2px;
	width: 130px;
	height: 2px;
	background-image: linear-gradient(to right, #ff9800, #f7695d) !important;	
}

.add-to-cart-button {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.add-to-cart-button a {
    margin: 0 !important;
    background-color: var(--fs-color-primary) !important;
    border: unset !important;
    color: #FFF !important;
    width: 100%;
    font-size: .97em !important;
    font-weight: bolder;
    letter-spacing: .03em;
    line-height: 2.4em;
    padding: 8px;
	border-radius: 0 0 5px 5px !important;
	transition: all 0.3s ease-in-out;
}
.add-to-cart-button a:hover {
	box-shadow: unset !important;
	background-color: var(--fs-color-secondary) !important;
	transition: all 0.3s ease-in-out;
}
.section-about .custom-col .col-inner {
	position: relative;
	height: 100%;
}

.img-right-bottom  {
	width: 290px !important;
	height: auto !important;
	position: absolute;
	bottom: -40px;
	right: 0;
	margin-bottom: 0 !important;
	overflow: hidden;
}
.img-right-bottom  img,
.img-left-top img {
	width: 100%;
	height: 100%;
}
.img-right-bottom:before ,
.img-left-top:before {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, .3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}
.img-right-bottom:hover:before,
.img-left-top:hover:before {
	height: 250%;
	transition: all 600ms linear !important;
	background-color: transparent;
}


.img-left-top {
	width: 380px !important;
	height: auto !important;
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 0 !important;
	overflow: hidden;
}

.experience-circle {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #FFF;	
	border: 5px solid var(--fs-color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.experience-content {
	text-align: center;
	color: #000;
}

.experience-content h2 {
	font-size: 32px;
	margin: 0;
}

.experience-content p {
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
}

.section-contact .col-form .col-inner{
	padding: 0 0 0 50px !important;
}

.section-contact .col-form .col-inner form,
.section-contact-page .col-form .col-inner form{
	background-color: #FFF;
	padding: 30px;
	border-radius: 20px;
	border: 2px solid var(--fs-color-primary);
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.section-contact .col-form .col-inner form h2,
.section-contact-page .col-form .col-inner form h2{
	color: var(--fs-color-primary);
	text-transform:uppercase;
	font-size: 20px;
}

.section-contact .col-form .col-inner form p label,
.section-contact-page .col-form .col-inner form p label{
	color: #000;
}

.section-contact .col-form .col-inner form p input,.section-contact .col-form .col-inner form p textarea,
.section-contact-page .col-form .col-inner form p input,.section-contact-page .col-form .col-inner form p textarea{
	padding: 10px 20px;
	border-radius: 10px;
	color: #000;
}

.section-contact .col-form .col-inner form p input[type="submit"],
.section-contact-page .col-form .col-inner form p input[type="submit"]{
	margin: 0 auto;
	display: block;
	background-color: var(--fs-color-primary); !important;
	color: #FFF;
	padding: 0 40px;
}

.section-contact .col-form .col-inner form p input[type="submit"]:hover,
.section-contact-page .col-form .col-inner form p input[type="submit"]:hover{
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.section-contact {
	background-color: transparent !important;
}
.wpcf7-spinner {
	display: none;
}

.testimonial-single{
	background-color: #FFF;
	border-radius: 20px;
	padding: 25px 25px;
	position: relative;
	margin: 0 10px;
	z-index: 1;

}

.testimonial-single::before{
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	right: 10px;
	top: 10px;
	border: 3px solid var(--fs-color-secondary);
	border-left: none;
	border-bottom: none;
	border-radius: 0 20px 0 0;
	transition: all .5s ease-in-out;
	z-index: -1;
}
.testimonial-single.slick-current::before {
	width: 80%;
	height: 80%;
}

.testimonial-single:hover::before{
	width: 80%;
	height: 80%;
}

.testimonial-content{
	display: flex;
	align-items: center;
}

.testimonial-quote p {
	color:  #121212;
}

.testimonial-author-info{
	flex: 1;
	margin: 15px 0 10px 0;
}

.testimonial-author-img {
	margin-right: 10px;
	width: 70px;
	padding: 5px;
	border-radius: 50px;
	border: 3px solid var(--fs-color-secondary);
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.testimonial-author-img img {
	border-radius: 50%;
}

.testimonial-author-info h4 {
	font-size: 18px;
	color:  #121212;
}

.testimonial-author-info p {
	color: var(--fs-color-secondary);
	font-weight: 500;
}

.testimonial-quote-icon {
	position: absolute;
	right: 40px;
	bottom: -15px;
	font-size: 120px;
	color: var(--fs-color-secondary);
	opacity: .2;
}

br {
	display: none;
}

.testimonial-rate i {
	color: var(--fs-color-primary);
}

.slick-prev:before, .slick-next:before {
	font-size: 40px;
	color: var(--fs-color-primary);
}

.slick-prev {
	left: -35px;
}

.custom-blog-news .col-inner,
.custom-blog-news .col-inner .box,
.custom-blog-post-right .col-inner .box-image{
	border-radius: 10px;
}

.custom-blog-post-left .col-inner .box-image {
	border-radius: 10px 10px 0 0;
}

.custom-blog-news .col-inner .button {
	border-radius: 10px;
	transition: 0.3s ease-in;
}


.custom-blog-news .col-inner .button {
	background-color: var(--fs-color-primary) !important;
	transition: 0.3s ease-in;
}

.custom-blog-news .col-inner .button:hover {
	background-color: var(--fs-color-secondary) !important;
	background-image: unset !important;
	box-shadow: unset;
	transition: 0.3s ease-in;
}

.custom-blog-post-right .col-inner .post-title a:hover{
	color: var(--fs-color-primary);
}

.section-ft p,
.section-ft .social-icons a,
.section-ft .social-icons a i{
	color: #FFF !important;
}

.section-ft .social-icons a {
	margin-left: 5px;
}

.section-ft .social-icons a:first-child{
	margin-left: 0;
}

.section-ft .menu-custom .menu-link a span,
.section-ft .menu-custom .menu-link a i{
	color: #FFF;
	transition: all 0.3s ease-in;
}

.section-ft .menu-custom .menu-link a:hover span,
.section-ft .menu-custom .menu-link a:hover i{
	color: var(--fs-color-primary);
	transition: all 0.3s ease-in;
}


.section-ft .menu-custom .menu-link a {
	position: relative;
	left: 0;
	transition: all 0.3s ease-in-out;
}

.section-ft .menu-custom .menu-link a:hover {
	left: 5px;
	transition: all 0.3s ease-in-out;
}

.absolute-footer {
	display: none;
}

.bottom-0-col {
	padding-bottom: 0;
}
.bottom-0-col p {
	margin-bottom: 0;
	padding-top: 10px;
	border-top: 2px solid #FFF;
}
.bottom-0-col p a{
	color: #FFF !important;
}

.bottom-0-col p span  {
	color: #FFF !important;
}

.back-to-top {
	color: var(--fs-color-primary) !important
}

.back-to-top:hover{
	color: #FFF !important;
}

.menu-about a{
	position: relative;
	min-height: unset !important;
	overflow: hidden;
	padding: 5px 10px;
	border-bottom: 2px solid var(--fs-color-secondary);
}

.menu-about a span {
	position: relative;
	z-index: 1;
}

.menu-about a:before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, #ff9800, #f7695d);
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.menu-about a:hover:before {
	left: 0;
	transition: all 0.4s ease-in-out;
}

.menu-about a i,
.menu-about a span {
	transition: all 0.4s ease-in-out;
}
.menu-about a:hover i,
.menu-about a:hover span {
	color: #FFF;
	transition: all 0.4s ease-in-out;
}

.widget-area form label {
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
	font-size: 22px;
	font-weight: 700;
	color: #121212;
	display: block;
}

.widget-area form label:before {
	position: absolute;
	content: '';
	width: 15px;
	border-bottom: 3px solid var(--fs-color-secondary);
	bottom: 0;
	left: 0;
}

.widget-area form label:after {
	position: absolute;
	content: '';
	width: 30px;
	border-bottom: 3px solid var(--fs-color-secondary);
	bottom: 0;
	left: 22px;
}

.widget-area .wp-block-search__button{
	font-size: 0; /* Ẩn chữ */
	background: url('https://cdn-icons-png.flaticon.com/512/54/54481.png') no-repeat center center;
	background-size: 18px 18px;
	width: 40px;
	height: 40px;
	border: none;
	cursor: pointer;
}
.widget-area .wp-block-search__input {
	padding: 12px 15px 12px 15px;
	border-radius: 12px;
	box-shadow: none;
	display: block;
	width: 100%;
}

.widget .wp-block-search__inside-wrapper  {
	position: relative;
}

.widget .wp-block-search__button {
	position: absolute;
	right: 10px;
	top: 0;
	margin: 0 !important;
}


#block-3 h2{
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
	font-size: 22px;
	font-weight: 700;
	color: #121212;
	display: block;
}

#block-3 h2:before {
	position: absolute;
	content: '';
	width: 15px;
	border-bottom: 3px solid var(--fs-color-secondary);
	bottom: 0;
	left: 0;
}

#block-3 h2:after {
	position: absolute;
	content: '';
	width: 30px;
	border-bottom: 3px solid var(--fs-color-secondary);
	bottom: 0;
	left: 22px;
}

.shortcode-recent-posts li {
	margin-bottom: 20px !important;
	border-top: unset !important;
}

.shortcode-recent-posts li a{
	width: 100%;
	display: flex !important;
	justify-content: space-between;
	padding: 0 !important;
}

.shortcode-recent-posts li a img {
	width: 70px !important;
	height: 70px;
	margin-right: 0 !important;
	float: unset;
	border-radius: 8px;
	overflow: hidden;
	transition: 0.2s ease-out;

}
.shortcode-recent-posts li a div {
	width:calc(100% - 70px);
	padding-left: 20px;
}

.shortcode-recent-posts li a div small {
	font-size: 14px;
	color: var(--fs-color-secondary) !important;
}

.shortcode-recent-posts li a div small i {
	margin-right: 5px;
}
.shortcode-recent-posts li a div span {
	font-size: 13px;
	font-weight: 600;
	text-transform: capitalize;
	color: #121212 !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;       /* Giới hạn 2 dòng */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.2s ease-out;
}

.shortcode-recent-posts li a:hover img{
	transform: scale(1.1);
	transition: 0.2s ease-out;
}

.shortcode-recent-posts li a:hover div span{
	color: var(--primary-color) !important;
	transition: 0.2s ease-out;
}

.btn-detail-category {
	position: relative;
	overflow: hidden;
}

.btn-detail-category {
	padding: 5px 20px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--fs-color-primary);
	border: 1px solid var(--fs-color-primary);
	border-radius: 8px;
	margin-top: 10px !important;
	transition: all 0.4s ease-in-out;
}


.btn-detail-category span {
	position: relative;
	z-index: 1;
}


.btn-detail-category:before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, #ff9800, #f7695d);
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.btn-detail-category:hover:before {
	left: 0;
	transition: all 0.4s ease-in-out;
}

.btn-detail-category:hover {
	color: #FFF !important;
	transition: all 0.4s ease-in-out;
}

.blog-archive .col-inner .box,
.blog-archive .col-inner{
	border-radius: 8px;
}

.blog-archive .col-inner .box .box-image{
	border-radius: 8px 8px  0  0;
}

.blog-archive .col-inner .box,
.blog-archive .col-inner .box-image{
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}

.blog-archive .col-inner:hover .box-image{
	transform: scale(1.1);
	transition: all 0.4s ease-in-out;
}

.blog-archive .col-inner  .box-text-inner .post-title a,
.blog-archive .col-inner  .box-text-inner .from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 2;       /* Giới hạn 2 dòng */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product_meta>span {
	border-top: unset !important;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
}

.product_meta>span>span {
	color: var(--fs-color-secondary);
	font-weight: 700;
}

.product_meta>span>a {
	color: var(--fs-color-secondary);
	text-decoration: underline;
	font-weight: 700;
}

.text-color span:nth-child(1){
	color: #000;
	font-size: 16px;
	line-height: 1.5;
}

.text-color span:nth-child(2) {
	color: var(--fs-color-secondary);
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
}

.product_meta,.text-color {
	margin-bottom: 10px;
}

.reset_variations {
	display: none;
}

.product-main .price-wrapper>.price>.price{
	display: none;
}

.product-main .price-wrapper>.price>.price.simple:not(.not-background) {
	background: linear-gradient(to left, rgb(255 217 162), white);
	padding: 20px;
	border-radius: 8px;
	display: flex;
	align-items: center;
}
.product-main .price-wrapper>.price>.price.simple.not-background{
	display: block;
}
.product-main .price-wrapper>.price>.price.simple .contact-btn a{
    font-size: 20px !important;
    text-transform: uppercase;
    padding: 16px 20px;
    border-radius: 10px;
    font-weight: 700;
    display: block;
    text-align: center;
    width: 50%;
    background-color: var(--fs-color-secondary);
    outline: 1px solid var(--fs-color-secondary);
    color: #FFF;
	transition: all 0.3s ease-in-out;
}
.product-main .price-wrapper>.price>.price.simple .contact-btn a:hover {
	background-color: #FFF;
	color: var(--fs-color-secondary);
	transition: all 0.3s ease-in-out;
}
table.variations tbody th.label label{
	border-top: unset !important;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
}

table.variations tbody th.label span {
	font-weight: 600;
	color: var(--fs-color-primary);
	font-size: 17px;
}

.variable-items-wrapper li {
	height: unset !important;
	border: 1px solid #ddd;
	padding: 10px 15px !important;
	border-radius: 8px !important;
	outline: unset !important;
	background-color: #FFF !important;
	transition: all 0.4s ease-in-out;
}

.variable-items-wrapper li:hover {
	background-color: var(--fs-color-primary) !important;
	border: 1px solid var(--fs-color-primary);
	box-shadow: unset !important;
	color: #FFF !important;
	transition: all 0.4s ease-in-out;
}

.variable-items-wrapper li.selected {
	background-color: var(--fs-color-primary) !important;
	border: 1px solid var(--fs-color-primary);
	box-shadow: unset !important;
	color: #FFF !important;
}

.product-summary .ux-quantity,form.cart .ux-quantity {
	width: 70%;
}

.ux-quantity input{
	width: 50px !important;
	max-width: 50px !important;
}

.quantity .button.is-form:hover {
	background-color: var(--fs-color-primary);
	color: #FFF;
	text-shadow: unset;
	box-shadow: unset;
}

.product-summary button,
.sticky-add-to-cart button{
	width: 48%;
	padding: 8px 0;
	border-radius: 10px;
	background-color: #FFF !important;
	color: var(--fs-color-primary);
	border: 2px solid var(--fs-color-primary);
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.product-summary form.cart  button:before,
.sticky-add-to-cart form.cart  button:before{
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: linear-gradient(to right, #ff9800, #f7695d);
	transition: all 0.4s ease-in-out;
}

.product-summary form.cart  button:hover,
.sticky-add-to-cart form.cart  button:hover{
	box-shadow: unset;
	color: #FFF !important;
	transition: all 0.4s ease-in-out;
}

.product-summary form.cart  button:hover:before,
.sticky-add-to-cart form.cart  button:hover:before{
	left: 0;
	transition: all 0.4s ease-in-out;
} 

.is-form,.qty  {
	border: 1px solid var(--fs-color-primary) !important;
}
.btn-contact-single-sticky a {
	padding: 10px;
	border-radius: 10px;
	background-color: var(--fs-color-secondary);
	color: #FFF;
	font-size: 16px;
}
.woocommerce-variation-price {
	background: linear-gradient(to left, rgb(255 217 162), white);
	padding: 20px;
	border-radius: 8px;
	display: flex;
	align-items: center;
}

.woocommerce-variation-price del,
.product-summary .price.simple del{
	font-size: 18px;
	color: #000 !important;
}

.woocommerce-variation-price ins,
.product-summary .price.simple ins{
	font-size: 30px;
	color: var(--fs-color-primary);
}

.single_add_to_cart_button.button {
	background-color: #FFF !important;
}

.woocommerce-variation-price .custom-discount-label,
.product-summary .price.simple .discount-label{
	border: 2px solid var(--fs-color-primary);
	padding: 2px 4px;
	background: #f7edce;
	border-radius: 4px;
	font-size: 14px;
	color: var(--fs-color-primary);
	font-weight: 700;
	margin-left: 10px;
}
.or {
	font-size:20px;
	text-align: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	gap: 10px;
	color: var(--fs-color-primary);
}
.or:before {
	content: '';
	width: 10%;
	height: 1px;
	background-color: var(--fs-color-primary);
}
.or:after {
	content: '';
	width: 10%;
	height: 1px;
	background-color: var(--fs-color-primary);
}
.btn-contact-single a{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 20px !important;
    padding: 16px 20px;
    border-radius: 10px;
    font-weight: 700;
    text-align: center;
    background-color: var(--fs-color-secondary);
    outline: 1px solid var(--fs-color-secondary);
    color: #FFF;
    transition: all 0.3s ease-in-out;
}
.btn-contact-single {
	margin-top: 15px;
}
.btn-contact-single a strong {
	font-size: 25px;
}
.btn-contact-single a span {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
}

.widget.woocommerce .widget-title{
	color: var(--fs-color-primary);
}

.widget .current-cat>a {
	color: #FFF;
}

.widget .current-cat{
	background-color: var(--fs-color-primary);
}

.product-categories .cat-item {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.product-categories .cat-item a {
	position: relative;
	z-index: 1;
	padding: 10px 10px;
	font-size: 16px;
	transition: 0.3s ease-in-out;
}

.product-categories .cat-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: var(--fs-color-primary);
	transition: all 0.4s ease-in-out;
	z-index: 0;
	opacity: 1 !important;
}

.product-categories .cat-item:hover:before {
	left: 0;
	transition: all 0.4s ease-in-out;
}

.product-categories .cat-item:hover a {
	color: #FFF;
	transition: 0.3s ease-in-out;
}

.widget_price_filter .ui-slider .ui-slider-handle,
.widget_price_filter .ui-slider .ui-slider-range{
	background-color: var(--fs-color-primary);
}

.widget_price_filter .price_slider_amount .button {
	background-color: var(--fs-color-primary);
	margin: 0;
}

.woocommerce-widget-layered-nav-list__item a {
	display: flex !important;
	justify-content: flex-end;
	flex-direction: row-reverse;
}

.woocommerce-widget-layered-nav-list__item a:before {
	top: 4px !important;
	margin-right: 0 !important;
	margin-left: 5px;
}

.woocommerce-widget-layered-nav-list__item.chosen a {
	color: var(--fs-color-primary);
}

.widget li.chosen a:hover:before {
	color: var(--fs-color-secondary);
}

.price_slider_amount {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.widget>ul>li .count {
	color: #000;
	font-size: 12px;
	opacity: 1;
}

.cart-item .nav-dropdown {
	min-width: 500px !important;
	border-radius: 10px;
	border-color: var(--fs-color-primary);
}

.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
	border-bottom-color: var(--fs-color-primary) !important;
}

.wc-proceed-to-checkout a {
	border-radius: 10px;
	background-color: #FFF !important;
	color: var(--fs-color-primary);
	border: 1px solid var(--fs-color-primary);
	transition: all 0.4s ease-in-out;
}

.wc-proceed-to-checkout a:hover {
	box-shadow: unset !important;
	background-color: var(--fs-color-primary) !important;
	color: #FFF !important;
	transition: all 0.4s ease-in-out;
}

.coupon input, .coupon button {
	border-radius: 10px;
}

.button.is-outline{
	border-radius: 10px;
}

.coupon button {
	background-color: #FFF !important;
	color: var(--fs-color-primary) !important;
	transition: all 0.4s ease-in-out;
}

.coupon button:hover {
	box-shadow: unset !important;
	background-color: var(--fs-color-primary) !important;
	color: #FFF !important;
	transition: all 0.4s ease-in-out;
}

#billing_country_field {
	display: none;
}

#billing_phone_field,#billing_address_1_field {
	float: left;
	width: 100%;
}

.woocommerce-mini-cart__buttons.buttons a {
	border-radius: 10px;
}

button[name="woocommerce_checkout_place_order"] {
	border-radius: 10px;
}

.form-row input, .form-row textarea {
	border-radius: 5px;
}

.box-text {
	position: unset;
}
.header-top-custom {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-top-custom .btn-header {
    padding: 15px 30px;
    border-radius: 8px;
    background-color: var(--fs-color-primary);
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
	transition: all 0.3s ease-in-out;
}
.header-top-custom .btn-header:hover {
	background-color: var(--fs-color-secondary);
	transition: all 0.3s ease-in-out;
}
.woocommerce-breadcrumb a{
	font-weight: 700;
}
.woocommerce-breadcrumb a:last-child {
	font-weight: 400;
	color: var(--fs-color-secondary);
}
.woocommerce-breadcrumb a:hover {
	color: var(--fs-color-secondary);
}
.title-overlay {
	background-color: rgba(0, 0, 0, .55);
}
.product_title{
	color: var(--fs-color-secondary);
}
.sticky-add-to-cart__product .sticky-add-to-cart-img {
	width: 100px !important;
	height: 100px !important;
	margin-right: 0 !important;
	max-width: 100px !important;
    flex: 0 0 100px !important;
	display: block;
}
.sticky-add-to-cart--active {
	background-color: #FFF;
	box-shadow: 0 -3px 6px -4px rgba(0, 0, 0, .16),  0 -3px 6px rgba(0, 0, 0, .23);
}
.sticky-add-to-cart__product .product-title-small {
	font-size: 18px;
	max-width: max-content;
	margin-left: 10px;
}
.filter--style-premmerce .filter__title, .filter--style-custom .filter__title {
	font-size: 16px;
	text-transform: capitalize;
}
.filter__icon-minus:before, .filter__icon-plus:before{
	height: 1px;
}
.filter__icon-plus:after {
	width: 1px;
}
.woo-category-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 35px;
}
@media screen and (max-width: 992px) {
	#logo {
		width: 200px !important;
	}
	#masthead .flex-col.hide-for-medium.flex-grow>.header-nav {
		width: 350px;
	}
	.header:not(.transparent) .header-bottom-nav.nav > li > a {
		padding: 10px 15px;
	}
	.nav-spacing-xlarge>li {
		font-size: 12px;
	}
	.section-products .custom-products .col-inner .box-text-products, .product .col-inner .box-text-products {
		height: 150px;
	}
	.section-products .custom-products .col-inner .box-text-products .price-wrapper .price, .product .col-inner .box-text-products .price-wrapper .price {
		display: block;
		text-align: center;
	}
	ins {
		font-size: 16px;
	}
	.section-contact .col-form .col-inner {
		padding: 5% !important;
	}
}

@media screen and (max-width: 849px) {
	.off-canvas .nav-vertical>li>a {
		color: var(--fs-color-primary) !important;
	}
	.page-title-inner .flex-col:nth-child(1){
		display: flex !important;
		align-items: center;
		justify-content: space-between;
	}
	.page-title-inner .flex-col:nth-child(2) {
		display: none !important;
	}
	.box-text-products {
		height: 135px;
	}
	ins {
		font-size: 20px;
	}
	.small-nav-collapse>li {
		width: max-content;
	}
	.btn-contact-single {
		font-size: 15px;
	}
	.btn-contact-single span, .btn-contact-single span a {
		font-size: 15px;
	}
	.tab-custom ul {
        flex-flow: unset !important;
        overflow-x: scroll;
        max-width: 100%;
        justify-content: flex-start;
		white-space: nowrap;
	}
	.tab-custom ul li {
		width: max-content;
		flex: 0 0 auto;
	}
	.sticky-add-to-cart-wrapper {
		display: none !important;
	}
} 


@media screen and (max-width: 600px) {
	.btn-contact-single a {
		font-size: 12px !important;
	}
	#logo img {
		height: 65px;
	}
	.cart-img-icon {
		width: 30px !important;
	}
	.col-inner h2 {
		font-size: 20px !important;
	}
	.custom-col .col-inner .img-left, .custom-col .col-inner .img-right {
		width: 68px !important;
		height: 30px !important;
	}
	.nav-outline > li > a {
		padding: 10px;
	}
	.tab-custom ul li {
		margin-right: 8px;
	}
	ins {
		font-size: 18px;
		margin-top: 5px;
	}
	.add-to-cart-button {
		margin-top: 18px;
	}
	.experience-circle {
		top: 150px;
		right: 60px;
		width: 100px;
		height: 100px;
	}
	.experience-content h2 {
		font-size: 18px !important;
		margin: 0;
	}
	.experience-content p {
		font-size: 12px;
	}
	.experience-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.img-left-top {
		position: relative;
	}
	.img-right-bottom {
		position: relative;
	}
	.section-contact {
		background-color: #666 !important;
	}
	.section-contact .col-form .col-inner form, .section-contact-page .col-form .col-inner form {
		padding: 15px;
	}
	.section-contact .col-form .col-inner form h2, .section-contact-page .col-form .col-inner form h2 {
		font-size: 17px !important;
	}
	.slick-prev {
		left: -10px;
		z-index: 2;
	}
	
	.slick-next {
		right: 10px;
	}
	.section-news .col {
		padding-bottom: 20px;
	}
	.product-summary button {
		width: 100%;
	}
}