/**
* Theme Name: Candlea Child
* Description: This is a child theme of Candlea, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: candlea
* Version: 2.0.8
*/
.product-block {
    background: #fffbf0;
    padding: 13px;
}
span.price {
    width: 100%;
    background: #a8763e;
    border-radius: 30px;
    padding: 7px 20px;
    margin-top: 20px;
}
.woocommerce-loop-product__title{
	text-align:left !important;
}
.woocommerce-loop-product__title a {
    font-family: 'DM Sans';
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    width: 100%;
}
.price ins{
	color:white;
}
.price del{
	color:#d9d9d9;
	margin-left:5px;
}
.woocommerce-loop-product__title{
	width:100%;
	text-align:left;
}
.product-image {
    border-radius: 10px;
    overflow: hidden;
    height: 355px;
    background: #F4EBE2;
    padding: 20px;
}
.product-image img{
	object-fit: contain;
    height: 100%;
}
