/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: MatBaoWS Team
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.product-small .box-image::before {
	z-index: 2 !important;
}
.product-small .box-text {
	position: static;
}
.product-small .category {
	font-size: 22px;
	text-align: center;
	color: #fff !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	position: absolute;
	top: 37%;
	left:0;
	right: 0; 
	margin: auto;
	opacity: 0;
	transition: all .3s;
	z-index: 3;
}

.product-small:hover .category {
	opacity: 1 !important;
}