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

/*************** ADD CUSTOM CSS HERE.   ***************/
#shop-sidebar:before {
	content: 'Bộ lọc';
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 1rem;
	display: block;
	color: black;
}

#shop-sidebar .widget .is-divider {
	display: none;
}

#shop-sidebar .widget {
	border-top: 1px solid rgba(76, 76, 76, 0.1);
	padding: 1rem 0;
	margin: 0;
}
#shop-sidebar .widget .widget-title {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 1rem;
	display: block;
	color: var(--fs-color-primary);
}

#shop-sidebar .widget li {
	border-top: 0;
}

#shop-sidebar .widget a,#shop-sidebar .widget .haova__price-range a {
	font-size: 14px;
	color: var(--fs-color-secondary);
	line-height: 22px;
	padding: 6px 0;
	display: block;
}

#shop-sidebar .widget .active a,
#shop-sidebar .widget li.chosen a{
	color: var(--fs-color-primary);
	font-weight: bold;
}

#shop-sidebar .widget .haova__price-range li {
	margin: 0;
}

#shop-sidebar .widget li.chosen a:before {
	display: none;
}

.product-main .badge-container {
	font-size: 16px;
}

.product-small .badge-container {
	font-size: 12px;
}

.product-main .badge-container,
.product-small .badge-container {
	margin: 0.25em;
}

.product-main .badge-container .badge,
.product-small .badge-container .badge{
	height: 2em;
}

.product-main .badge-container .badge .badge-inner,
.product-small .badge-container .badge .badge-inner{
	padding: 0 0.5em;
}

.product-main .product-gallery .row {
	flex-direction:row-reverse;
}

.product-main .product-title {
	text-transform: uppercase;
}

.product-main .single_variation_wrap .woocommerce-variation-add-to-cart,
.product-main .product-info .cart{
	display: flex;
	flex-direction: column;
}

.product-main .single_variation_wrap .woocommerce-variation-add-to-cart button {
	background-color: var(--fs-color-primary);
}

.shop-page-title .woocommerce-ordering select {
	background-image: none !important;
	box-shadow: none;
	font-size: 12px;
	border: 1px solid var(--fs-color-primary);
}

.shop-page-title .shop-page-title {
	display: none;
}

.page-checkout .shop_table thead {
	background-color: rgba(76, 76, 76, 0.1);
}

.page-checkout .shop_table thead th {
	font-size: 12px;
	padding: 10px;
	border: none;
}

.page-checkout .shop_table td.product-thumbnail {
	height: 200px;
	width: 150px;
	max-width: 150px;
}

.page-checkout .shop_table .product-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-checkout .cart-collaterals {
	background-color: rgba(76, 76, 76, 0.1);
	padding: 1.5rem;
	padding-bottom: 0.5rem !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}