/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* Category tile readability — subtle bottom gradient behind title/count */
ul.products li.product-category .thumb-info { position: relative !important; overflow: hidden !important; }
ul.products li.product-category .thumb-info::after {
	content: "" !important;
	display: block !important;
	position: absolute !important;
	left: 0 !important; right: 0 !important; bottom: 0 !important;
	height: 45% !important;
	background: linear-gradient(to top, rgba(0,0,0,.6) 0%, rgba(0,0,0,.2) 70%, transparent 100%) !important;
	pointer-events: none !important;
	z-index: 3 !important;
}
ul.products li.product-category .thumb-info-wrap,
ul.products li.product-category .thumb-info-title {
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	padding: 16px 18px 14px !important;
	background: transparent !important;
	max-width: 100% !important;
	width: 100% !important;
	z-index: 4 !important;
}
ul.products li.product-category .sub-title,
ul.products li.product-category .thumb-info-inner,
ul.products li.product-category .thumb-info-type,
ul.products li.product-category .thumb-info-type .count {
	color: #fff !important;
	text-shadow: 0 1px 2px rgba(0,0,0,.4) !important;
}
