/*
 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.1
 Text Domain:  bricks
*/

/* Hide all WooCommerce price elements */
.price,
.woocommerce-Price-amount,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.product-card__price-block{
    display: none !important;
}

.btn-success {
/* 	border: #00b0f4 5px solid; */
	color: white;
	font-weight: bold;
	background: #083dff;
}



.btn-success:hover {
/* 	border: black 3px solid; */
/* 	background: #083dff; */
	background: #244de4;
/* 	color: white; */
}