/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.20.1
*/
.woocommerce-variation-add-to-cart.variations_button {
    display: none !important;
}
.shop-page-title.category-page-title{
	padding-top: 0 !important;
	height: 350px;
	display: flex;
	font-size: 35px;
}
.shop-page-title.featured-title .title-bg {
	height: 350px;
	background-size: 100% 100%;
}
.header-nav-main {
	justify-content: center;
	gap: 20px;
}

.stuck .header-main .nav > li > a {
	line-height: 50px;
	color: w !important;
}
.header-main .nav > li > a {
	line-height: 50px;
	color: black !important;
}
.transparent .header-main .nav > li > a {
	line-height: 50px;
	color: white !important;
	font-size: 19px;
}
.transparent input::placeholder {
	color: white;
}
.transparent #woocommerce-product-search-field-0 {
	border-color: white !important;
}
.transparent .icon-search:before {
	content: '';
	filter: invert(1);
}
.sub-menu.nav-dropdown li a {
	opacity: 1;
	font-weight: bold;
	font-size: 16px;
	background: white;
	color: black !important;
	margin-bottom: 10px;
}
.nav-dropdown.nav-dropdown-bold.dark > li > a:hover,
.nav-dropdown.nav-dropdown-bold > li > a:hover {
	background-color: var(--fs-color-primary);
	color: #fff !important;
	border-color: black !important;
	border: 2px solid !important;
}
.sec-icon-ft img {
	filter: invert();
}
.icon-box {
	align-items: center !important;
}
.icon-box .text p {
	margin: 0;
}
span.ux-menu-link__text {
	color: white;
	font-size: 18px;
}
span.ux-menu-link__text:hover {
	color: var(--fs-color-primary);
	font-weight: bold;
}
.row-3-khung .text h3,
.row-3-khung .text h2 {
	text-transform: uppercase;
}
.sec-mtop {
	margin-top: -12rem;
}
.row-3-khung .col-inner:hover {
	background-color: #fff !important;
	transition: width 0.4s, background-color 0.4s;

	transform: scale(1.05);
	border: 1px solid;
}
.row-3-khung .col-inner:hover .text h2 span {
	color: var(--fs-color-secondary) !important;
}
.section-title b {
	background-color: currentColor;
	display: block;
	flex: 1;
	height: 2px;
	opacity: 0 !important;
}
.stack-vct .icon-box-img {
	width: 100px !important;
	background: var(--fs-color-primary);
	padding: 5px;
	border-radius: 99px;
	padding: 25px;
}
.stack-vct .icon-box-img img {
	filter: invert();
}
.gallery-home .box-image img {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	height: 150px;
	border-radius: 12px;
	background: white;
	padding: 10px;
}
.gallery-home .box-image {
	border-radius: 12px;
}

/* PRODUCT */
.product-home .product-small {
	position: relative;
	margin: 0;
	overflow: hidden;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;

	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16),
		0 3px 6px rgba(0, 0, 0, 0.23);
}

.product-home .product-small .box-text:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #efefef;
	z-index: -2;
}
.product-home .product-small:hover .box-text a {
	color: #fff !important;
}
.product-home .product-small .box-text:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 100%;
	background: var(--fs-color-primary);
	z-index: -1;
	-moz-transition: 0.8s all ease;
	-o-transition: 0.8s all ease;
	-webkit-transition: 0.8s all ease;
	transition: 0.8s all ease;
}
.product-home .product-small:hover .box-text:after {
	right: 0;
}
.title-wrapper .name.product-title a {
	font-size: 19px;
	color: BLACK;
	font-weight: bold;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-transform: uppercase;
}
.product-small.box .box-image img {
	height: 285px;
	object-fit: contain;
}
/*  */
.product-hover-desc {
	position: absolute;
	background: white;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
	z-index: 9999;
	max-width: 300px;
	display: none;
	line-height: 1.6;
	font-size: 14px;
}

.widget {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid var(--primary-color);
	border-top-width: 8px;
	border-left-width: 3px;
	padding: 10px;
}
.widget-title {
	display: flex;
	margin: auto;
	font-size: 18px !important;
	padding: 10px;
}
.widget-title span {
	text-align: center;
	display: flex;
	margin: auto;
}
.is-divider.small {
	display: none;
}
.widget > ul > li ul {
	border-left: 3px solid var(--fs-color-secondary);
	display: none;
	margin: 0 0 10px 3px;
	padding-left: 15px;
	width: 100%;
}
.widget > ul > li > a {
	font-weight: bold;
	text-transform: uppercase;
}
.widget > ul > li > a:hover {
	color: var(--fs-color-primary);
}
.archive-page-header {
	background: #efefef;
	height: 80px;
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}
.archive-page-header .text-center.col,
.archive-page-header .text-center.col .page-title {
	margin: 0;
	padding: 0;
}
.archive-page-header .text-center.col span {
	font-size: 30px;
}
.post-title.is-large a {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--fs-color-primary);
}
.col.post-item .is-divider {
	display: none;
}
.comment-respond {
	display: none;
}
.blog-wrapper article {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid var(--primary-color);
	border-top-width: 8px;
	border-left-width: 3px;
}
@media screen and (max-width: 768px) {
	.sec-mtop {
		margin-top: 0rem !important;
	}
	.gtranslate_wrapper {
		display: flex !important;
		gap: 1px !important;
	}
}
.header-main .header-inner {
	max-width: 95% !important;
}
.header-bottom {
	border-top: 3px solid var(--fs-color-primary);
	border-bottom: 3px solid var(--fs-color-primary);
}
.row-icon-home .col-inner:hover {
	background-color: var(--fs-color-primary);
	border-radius: 8px;
}
.row-icon-home-2 .col-inner.box-shadow-2:hover {
	background-color: var(--fs-color-primary) !important;
	border-radius: 8px;
}
.row-icon-home-2 .col-inner.box-shadow-2 img{
	filter:invert();
}
.row-h-100 .col-inner{
	height:100%;
}
.row-icon-home .icon-box:hover img {
	filter: drop-shadow(2px 4px 6px black);
	background: white;
	border-radius: 99px;
	padding: 10px;
	margin: 10px;
}
.row-icon-home .icon-box:hover .text h3 span {
	color: white;
}
.box-excerpt.is-small {
	display: none;
}
.wpcf7 label {
	display: inline-block;
	width: 100%;
	color: white;
}
.col.post-item .box.box-vertical {
	display: flex !important;
}
.lien-he-gia {
	color: #d30000;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}

.product-short-description {
	background: white;
	padding: 10px;
	border-radius: 8px;
	color: black;
	margin-top: 10px;
	box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12),
		0 1px 2px rgba(0, 0, 0, 0.24);
}
td {
	color: black;
	font-weight: bold;
}
.woocommerce-product-gallery__image img {
	height: 500px;
	object-fit: cover;
}
.woocommerce-Tabs-panel img {
	height: 500px;
	object-fit: contain;
	margin: 0 !important;
}
.woocommerce-Tabs-panel p {
	margin: 0 !important;
}
.tabs.wc-tabs.product-tabs {
	display: none;
}
.product-small.box .box-text.text-center table {
	display: none;
}
.product-info .product-short-description {
	background: white;
	padding: 10px;
	border-radius: 8px;
	color: black;
	margin-top: 10px;
	box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12),
		0 1px 2px rgba(0, 0, 0, 0.24);
	margin-bottom: 1rem;
}
.woocommerce-Price-amount.amount {
	color: red;
	font-size: 22px;
}
.price {
	margin-top: 10px;
}
.row .col-inner {
	border-radius: 10px;
}
.product-small.box {
	padding: 10px;
	border-radius: 8px;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid var(--primary-color);
	border-bottom-width: 8px;
}
.shop-container .title-wrapper .name.product-title a {
	font-size: 19px;
	color: BLACK;
	font-weight: bold;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-transform: uppercase;
	text-align: center;
}
.shop-container .price {
	text-align: center;
}