/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com/demo/
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
body.woocommerce-checkout #ns-checkout-contact {
	display: none;	
}
form.checkout .woocommerce-shipping-fields #shipping_last_name_field,
form.checkout .woocommerce-billing-fields #billing_last_name_field {
	width: 100%;	
}
form.checkout .woocommerce-billing-fields #billing_state_field,
form.checkout .woocommerce-billing-fields #billing_city_field,
form.checkout .woocommerce-shipping-fields #shipping_state_field,
form.checkout .woocommerce-shipping-fields #shipping_city_field {
	width: 50%;	
}
.nasa-slide-left-info-wrap {
    padding: 45px 0;
    padding-right: 0; 
}
body.page-template-default main#main-content {
	margin-top: 30px;
    margin-bottom: 30px;
}
body.post-type-archive-product .back-img img {
	width: 280px;
	height: 280px;
    aspect-ratio: auto 350 / 350;
}
@media(min-width:768px) {
	#nasa-footer .footer-light-2 .nasa-link-image img {
		width: auto;
		height: 79px;
	}

	#nasa-footer .footer-light-2 .contact-information {
		margin-top: 0px;
	}	
}
@media(max-width:767px) {
	[class*=block-grid-] > li.item-product-widget {
		justify-content: center;	
	}
}
