/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/

/* Hide the Add to Cart button on the shop page */

.woocommerce .product a.button {
display: none;
}

/* Hide the Add to Cart button on the single product page */

.single-product .product .single_add_to_cart_button {
display: none;
}