/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for the Hello Elementor theme.
Author: WebOrigo
Author URI: https://weborigo.eu
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* .entry-title {
	display:none !important;
} */

.woocommerce-loop-product__link .attachment-woocommerce_thumbnail {
	max-height: 240px;
    object-fit: cover;
}
.woocommerce-loop-product__buttons .button {
	width:100%;
}
.woocommerce-loop-product__buttons {
	margin-left: 20px !important;
	margin-right: 20px !important;
	text-align:center !important;
}
.woocommerce-loop-product__link .woocommerce-loop-product__title, .woocommerce-loop-product__link .price {
	margin-right:20px !important;
	margin-left: 20px !important;
	margin-top:8px !important;
}
.woocommerce ul.products li.product .price ins  {
	font-size:18px !important;
	font-weight:700 !important;
}
.woocommerce ul.products li.product .price bdi {
	font-weight:700 !important;
}
.woocommerce-loop-product__title {
	font-size: 20px !important;
	font-weight:600 !important;
	border-bottom: 1px solid #d0a38d42;
}
.add_to_cart_button {
	margin-top:5px !important;
}
