/*
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.   ***************/
/* TÁCH DANH MỤC CON THÀNH MỘT KHỐI RIÊNG */
.woocommerce .product-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
	padding: 15px;
	background: #f9f9f9;
	border: 1px solid #ddd;
}

.woocommerce .product-categories li {
	width: 160px;
	list-style: none;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 15px 10px;
	transition: 0.3s;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.woocommerce .product-categories li:hover {
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	border-color: #0056b3;
}

.woocommerce .product-categories li a {
	font-weight: 500;
	text-decoration: none;
	color: #1a1a1a;
}

/* KHOẢNG CÁCH PHÂN CÁCH VỚI SẢN PHẨM */
.archive .products {
	margin-top: 40px;
}
