/*
 Theme Name: Woostify Child
 Theme URI: https://woostify.com/
 Description: Woostify WordPress theme example child theme.
 Author: Woostify
 Author URI: https://woostify.com/
 Template: woostify
 Version: 1.0.0
*/
.products .product:hover .product-loop-meta:not(.no-transform) .animated-meta{
	transform:none;
}
.products .product-loop-content{
	background:#f9f9f9;
	padding:15px;
}
.products .product .product-loop-action, .products .product-loop-content .product-loop-meta .button .woostify-svg-icon{
	display:none;
}
.products .product-loop-content .product-loop-meta{
	height:auto;
	margin-top:15px;
}
.products .product-loop-content .product-loop-meta .button{
	background-color: #34623a;
    width: fit-content;
    display: block;
    margin: 0 auto;
    padding: 5px 15px;
    color: #fff;
	text-transform:capitalize;
}
.products .product-loop-content .product-loop-meta .button:hover{
	background-color:#6C9C5C;
	color:#fff;
}