/**
Theme Name: Mindful Being
Author: Mindful Being
Author URI: https://www.mindfulbeinghouston.com/
Description: A custom build WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mindful-being
Template: astra
*/

/* woocommerce change font color and family for custom price */
.woocommerce-product-details__short-description h2 {
	font-family: 'El Messiri';
	color: #3A3A3A;
}

.woocommerce div.product .product_title {
	margin: 0;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
	padding-bottom: 0px;
}