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

.icon-box-banner {
	display: flex;
	align-items: center;
}
.flex-right .header-block {
	width: max-content;
}
.header-vertical-menu {
	list-style: none;
	margin: 0;
}
.header-bottom .flex-row.container .flex-col.flex-left {
	flex: 0 !important;
	margin: 0;
}
.header-bottom .flex-row.container .flex-col.flex-center {
	margin-left: 1rem;
}
/* Tắt hover + click vào header vertical menu */
.home .flex-row.container .header-vertical-menu {
	pointer-events: none; /* không cho click */
}
.sec1 .col.medium-3.small-12.large-3 {
	flex-basis: 20% !important;
	max-width: 19% !important;
}
.sec1 .col.medium-9.small-12.large-9 {
	flex-basis: 80% !important;
	max-width: 81% !important;
}
.header-bottom-nav > li > a {
	line-height: 16px;
	font-size: 15px;
	color: black;
}
.header-bottom-nav > li > a.active {
	line-height: 16px;
	font-size: 15px;
	color: var(--fs-color-secondary) !important;
}
.flex-center {
	margin-left: 1rem;
}
.menu-menu-san-pham-container {
	box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.2);
	height: 594px;
}
.header-vertical-menu__fly-out .nav-top-link {
	/* white-space: nowrap; */
}
.button {
	margin: 0;
	padding: 0;
}
.row-bg-white {
	background: white;
	padding: 10px 20px;
	display: flex;
	align-items: center;
}
.product-category-home .box-text-inner h5 {
	color: black !important;
	height: 40px;
}
.product-category .col-inner:hover {
	box-shadow: 0 3px 6px -4px rgb(0 0 0 / 0.16), 0 3px 6px rgb(0 0 0 / 0.23);
	border-radius: 3px;
	transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
	transform: scale(1.03);
}
.flex-col.logo img {
	display: flex;
	justify-content: center;
	margin: auto;
}
.ux-menu {
	color: white !important;
}
.ux-menu-link__link {
	border-bottom-color: #dddddd6b !important;
	color: white !important;
}
.ux-menu-title {
	align-items: center;
	color: #000;
	font-size: 0.8em;
	font-weight: bolder;
	margin-top: 5px;
	min-height: unset;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	text-transform: uppercase;
	color: white;
	font-size: 18px;
	padding: 0px !important;
	margin: 0px !important;
	border-bottom: 1px solid;
	padding-bottom: 1rem !important;
}
.ux-menu-link__link.flex:hover {
	color: var(--fs-color-secondary) !important;
}
.has-dropdown.header-language-dropdown a {
	font-size: 0px;
}
.header-language-dropdown .nav-dropdown {
	min-width: 40px !important;
	padding: 0;
	margin: 0;
}
.badge-container {
	margin: 0 !important;
}
.badge {
	height: 30px !important;
}
.badge-inner {
	background: #db2828 !important;
	border-top-left-radius: 12px;

	padding: 5px 10px;
	border-radius: 5px;
	border-top-left-radius: 12px !important;
}
.product.col .col-inner {
	background: #fff;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 12px;
	box-shadow: 0 1px 2px 0 rgb(60 64 67 / 0.1),
		0 2px 6px 2px rgb(60 64 67 / 0.15);
}
.product .box-text {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.product-small.box:hover {
	box-shadow: 0 2px 0 rgb(60 64 67 / 0.1), 0 2px 6px 2px rgb(60 64 67 / 0.15);
	cursor: pointer;
}
.product-small.box:hover img {
	transform: scale(1.05);
	transition: all 0.3s ease;
}
.woocommerce-Price-amount.amount {
	font-weight: 600;
}
.pd-offer-group {
	border-radius: 10px;
	-webkit-box-shadow: 0 0 0 1px red;
	box-shadow: 0 0 0 1px red;
	margin: 12px 0;
	padding: 6px 0;
	margin-bottom: 20px;
}
.pd-offer-group .title {
	background: red;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 40px;
	position: relative;
	margin: 0 0 11px -8px;
	max-width: 170px;
	width: 100%;
	padding-left: 40px;
}
.pd-offer-group .title::before {
	content: '';
	border-top: 8px solid #ac0000;
	border-left: 8px solid #fff0;
	position: absolute;
	left: 0;
	top: 100%;
}
.pd-offer-group .title::after {
	content: '';
	width: 28px;
	height: 28px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 6px;
	right: -14px;
}
.pd-offer-group ul {
	margin: 10px;
}
.pd-offer-group ul li {
	list-style: circle !important;
	font-size: 14px;
}
.chinh-sach-ban-hang {
	border-radius: 3px;
	background-color: #fff;
	padding: 5px;
	color: #555;
	margin-bottom: 10px;
	border: 1px solid #eee;
}
.chinh-sach-ban-hang h5 {
	font-weight: bold !important;
	font-size: 18px;
}
.chinh-sach-ban-hang ul {
	border-bottom: none;
}
.chinh-sach-ban-hang ul li {
	margin-bottom: 10px;
	list-style: none;
	font-size: 14px;
	color: #000;
}
.chinh-sach-ban-hang ul li i:before {
	color: #fff;
	background-color: #41b948;
	padding: 3px;
	font-size: 10px;
	border-radius: 20px;
	margin-right: 7px;
}
.additional {
	padding: 15px;
	border-radius: 4px;
	border: 1px solid #ececec;
	margin: 12px 0;
	background: #fff;
}

.header-wrapper {
	box-shadow: 1px 1px 10px rgb(0 0 0 / 0.15);
}
.breadcrumbs {
	color: black;
	font-weight: 700;
	letter-spacing: 0;
	padding: 0;
	margin-bottom: 1rem;
}
.breadcrumbs a {
	color: hsla(0, 0%, 40%, 0.7);
	font-weight: 400;
	color: black;
	font-size: 16px;
	text-transform: none;
}
h1.product-title.product_title.entry-title {
	color: black;
	font-weight: bold;
	font-size: 25px;
	padding: 5px 0;
	text-transform: capitalize;
}
.product-short-description {
	border-radius: 10px;
	-webkit-box-shadow: 0 0 0 1px red;
	box-shadow: 0 0 0 1px red;
	margin: 10px 0;
	padding: 10px;
	background-color: #f9f9f9;
	font-size: 13px;
}
.product-short-description ul li {
	list-style: circle !important;
	font-size: 14px;
	color: #000;
}
.show-info {
	display: flex;
	font-size: 13px;
	gap: 5px;
}
.show-info strong {
	color: rgb(153, 153, 153);
}
.color-green {
	color: var(--fs-color-secondary);
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.color-black {
	color: black;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.product_meta .posted_in {
	display: none;
}
.product_meta .sku_wrapper {
	border-top: unset !important;
	display: block;
	padding: 0 !important;
	color: black;
	font-size: 15px;
	font-weight: bold;
}
.single_add_to_cart_button {
	padding: 0 75px !important;
}
.ux-buy-now-button {
	width: 100% !important;
}
.product-gallery-slider img {
	width: 100%;
	height: 400px !important;
}
.product-thong_so_ky_thuat h3 {
	color: #fff;
	background: #111;
	padding: 5px 10px;
	border-radius: 5px;
	text-transform: capitalize;
}
.woocommerce-tabs .wc-tabs {
	display: none;
}
.woocommerce-Tabs-panel h1,
.woocommerce-Tabs-panel h2,
.woocommerce-Tabs-panel h3,
.woocommerce-Tabs-panel h4,
.woocommerce-Tabs-panel h5,
.woocommerce-Tabs-panel h6 {
	color: black !important;
	font-weight: bold !important;
	text-transform: capitalize !important;
}
.thong-so-ky-thuat tr th:first-child {
	width: 40%;
}
.thong-so-ky-thuat tbody tr:nth-child(odd) {
	background-color: #f2f2f2;
}
.widget .is-divider.small {
	display: none;
}
.widget-title.shop-sidebar {
	color: #fff;
	background: #111;
	padding: 5px 10px;
	border-radius: 5px;
	text-transform: capitalize;
	width: 100%;
	max-width: 100%;
	display: block;
	padding: 10px;
	text-align: CENTER;
	text-transform: UPPERCASE;
}
.category-page-row {
	padding-top: 0px !important;
}
.widget.woocommerce.widget_product_categories {
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	border: 2px solid var(--primary-color);
	/* border-top-width: 8px; */
	padding: 10px;
}
.thong-so-ky-thuat table {
	width: 100% !important;
}
.price del .woocommerce-Price-amount.amount {
	color: black !important;
}
.price .woocommerce-Price-amount.amount {
	color: #dd3333 !important;
}
.text-up h1,
.text-up h2,
.text-up h3,
.text-up h4,
.text-up h5,
.text-up h6 {
	text-transform: uppercase !important;
}

/* MEDIA */
@media screen and (max-width: 768px) {
	.menu-menu-san-pham-container {
		box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.2);
		height: 594px;
		display: NONE;
	}
	.sec1 .col.medium-3.small-12.large-3 {
		flex-basis: 20% !important;
		max-width: 19% !important;
		display: none;
	}
	.sec1 .col.medium-9.small-12.large-9 {
		flex-basis: 100% !important;
		max-width: 100% !important;
	}
}
