/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* hide product short description from cart and checkout page*/
.wc-block-cart-items .wc-block-components-product-metadata__description, .wc-block-components-order-summary .wc-block-components-product-metadata__description, .widget_shopping_cart .cart-product-short-description{
	display:none;
}

.woocommerce-form-row, .woocommerce .form-row {
	display:block;
}
