/**
 * Theme Name: Astra Child
 * Theme URI: 
 * Description: Astra child theme with custom WooCommerce product category template.
 * Author: RHW
 * Author URI: 
 * Template: astra
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: astra-child
 */
	body .last_container{
		    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
}
	body .entry-header h1{
	    display: none;
	}