/* Don't show stock quantity for bundled products. Only for the complete bundle */

.bundled_product div.woocommerce-variation-availability, .bundled_product div.bundled_item_cart_details  {
	display:none;
}