/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com/
Author:               UX-Themes
Author URI:           http://www.uxthemes.com/
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.15.3
Requires at least:    5.0.0
Requires PHP:         5.6.20
WC requires at least: 4.4.0
Text Domain:          flatsome
License:              http://themeforest.net/licenses
License URI:          http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

/** Danh mục sản phẩm **/
	.product-categories-wrap {
		    display: flex;
			flex-wrap: wrap;
			gap: 20px;
			justify-content: space-between;
	}

	.product-category-box {
		    width: 12% !important;
			text-align: center;
			border: 1px solid #eee;
			border-radius: 10px;
			padding: 10px;
			transition: 0.3s;
			background: #fff;
	}

	.product-category-box:hover {
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
	}

	.product-category-box img {
		width: 100%;
		height: auto;
		border-radius: 8px;
		object-fit: cover;
	}

	.product-category-box h3 {
		margin-top: 10px;
		font-size: 16px;
	}


.single-product .summary .price {
    display: none !important;
}
.wcpa_form_outer .wcpa_error_msg{
	position: unset;
}
.wcpa_form_outer .wcpa_form_item select{
	margin-bottom: 10px;
}
