/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* Remove WooCommerce Breadcrumbs*/
.woocommerce-breadcrumb {
	display: none !important;
}
.posted_in{
	display: none !important;
}

/* Removed the ability to add quantities in the cart. This breaks APF for Wp */
.wc-block-cart-item__quantity .wc-block-components-quantity-selector, .quantity{display:none;}


 /* Hide .modal_btn on mobile (up to 767px wide) */
  @media (max-width: 767px) {
	.jj-fpd-btn {
	  display: none !important;
	}
  }
