/*
Theme Name: Burst Child
Theme URI: https://gfxdesign.co.uk/
Description: Child theme for the Burst WordPress theme.
Author: GFX Design
Template: burst
Version: 1.0.0
Text Domain: burst-child
*/

/* Hide the cart icon outside WooCommerce shop pages */
body:not(.post-type-archive-product):not(.single-product):not(.tax-product_cat):not(.tax-product_tag):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .shopping_cart_outer {
    display: none !important;
}
