/*
 Theme Name:   Astra Child
 Description:  Astra Child Theme
 Theme URI: 	 https://wpastra.com/
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra
*/
/** Fix for checkout page **/
.woocommerce-page .checkout .col2-set .col-1 {
	max-width: 100%;
}
/** Fix for checkout/order-received page **/
.woocommerce-page .woocommerce-customer-details .col-1 {
	max-width: 100%;
}
.woocommerce-page .woocommerce-customer-details .col-2 {
	max-width: 100%;
}