/**
 * Theme Name: U.S. Grant (Astra Child)
 * Author: MIGHTYminnow
 * Author URI: https://mightyminnow.com
 * Description: Based on astra-child-mm version 1.0.0
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: usgrant
 * Template: astra
 */


/**
 * Stretched Sections
 *
 * Fix left/right padding alignment of stretched sections (on Astra no-sidebar layout only).
 */
.ast-no-sidebar .elementor-section-stretched{
	padding: 0 20px;
}

/**
 * WooCommerce Pages
 */
body.woocommerce *{
	font-family: "Sentinel", Sans-serif;
}

/**
 * Cart Page
 */

/** Hide empty cart message + suggested products. */
.woocommerce-cart.woocommerce-page .wp-block-woocommerce-empty-cart-block{
	display: none;
}
