/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* fix alignment for columns on tablets */
@media (max-width: 999px) {
	.wp-block-columns.alignfull, .wp-block-columns.alignwide {
		margin-left: 0;
	}
}

/* enable add to cart button on mobile devices to fix double click issue */
/*@media (hover: none), (pointer: coarse) {
    a.add_to_cart_button {
        display: block!important;
        margin-bottom: 0!important;
    }
}*/

/* reset price color for b2b plugin */
.b2b-single-price {
	color: inherit;
}

.paypal-buttons-label-unknown {
	display: none !important;
}

.wcppec-checkout-buttons__separator {
	display: none !important;
}

body.page-id-10857 header, body.page-id-10941 header,
body.page-id-11565 header,
body.page-id-11534 header{
    display: none;
}

body.page-id-10857 footer, body.page-id-11565 footer,
body.page-id-10941 footer, body.page-id-11534 footer {
    display: none;
}

.woocommerce ul.products li.product .button {
    display: none !important;
}

.product_meta .posted_in, 
.product_meta span.sku_wrapper { 
    display: none !important;
}
