/*
 * CSS Danh mục sản phẩm
*/

.shop-page-title .page-title-inner { padding: 0px; display: block; }
.archive .shop-page-title >.flex-row >.flex-grow { margin-bottom: 20px;}
.shop-page-title .page-title-right { display: inline-block; width: 100%; margin-bottom: 20px;}
.shop-page-title .page-title-right p.woocommerce-result-count { width: 50%; margin: 0; height: 39px; line-height: 39px; float: left;}
.shop-page-title .page-title-right form.woocommerce-ordering { float: right; height: 39px; z-index: 9 !important; position: relative;}
h1.shop-page-title { font-size: 35px;}
	
.products .product .col-inner { position: relative; background-color: #FFF; padding: 10px 10px 20px; border: 1px solid #e5e5e5; border-radius: 10px;}
.products .product .box-image { border-radius: 10px;}
.products .product .box-text { padding: 15px 0px 0px;}
.products .product .product-title a { color: #000; font-size: 16px; display: block; width: 100%;}
.products .product:hover .product-title a { color: #3e6807; }	
