/* PRODUCTS LIST */

.products .product {
	border: none;
	border-radius: 20px;
	background: #FAFAFA;
}

.products .product:hover {
	box-shadow: 0 4px 29px rgba(0,0,0,0.09);
	transition: all 0.29s ease;
}

.woocommerce-loop-product__title {
    margin: -10px 0 0 0;
}

.woocommerce-loop-product__link {
	text-transform: initial;
	letter-spacing: .25px;
}
.ct-woo-card-actions {
	border: none !important;
	min-height: 50px !important;
	padding: 0 0 0 0 !important;
	margin-top: -10px !important;
}

.add_to_cart_button {
	font-size: 0;
	background-image: url("/img/cart_icon.webp");
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center;
	background-color: none;
}

.add_to_cart_button:hover {
	background: none !important;
	background-image: url("/img/cart_icon.webp") !important;
	background-size: 20px auto !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}