/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 12 2023 | 14:34:41 */
body.single-product form.cart,
body.single-product .product_meta{
	max-width: 590px;
	margin: 0 auto;
	padding: 0 30px;
}

button.q-list-prod {
	font-size: 16px;
	font-family: "PT Sans", Sans-serif;
	font-weight: 700;
	background: rgb(121,176,75);
	background: linear-gradient(180deg, rgba(121,176,75,1) 0%, rgba(103,154,61,1) 50%, rgba(84,130,46,1) 100%);
	color: #fff;
	padding: 15px;	
}
p a {
	color:#54822E;
}

body.woocommerce-loop-product__title
{
    text-transform: capitalize;
}