/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
	* Hide the quantity field in the mini_cart
	till extensions for WC blocks are available
	*/
.wc-block-cart-item__quantity {
	display: none !important;
}