/*
 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
*/

.wc-block-cart__submit {
	background-color: #1c1c1c;
	color: #fff;
	font-weight: bold;
	font-family: "Montserrat";
    font-weight: 700;
    font-size: 20px;
	border-radius: 5px;
}

.wc-block-components-button {
	background-color: #1c1c1c;
	color: #fff;
	font-weight: bold;
	font-family: "Montserrat";
    font-weight: 700;
    font-size: 20px;
	border-radius: 5px;
}

.wc-block-components-checkout-return-to-cart-button {
	color: #1c1c1c!important;
	font-weight: bold;
	font-family: "Montserrat";
    font-weight: 700;
    font-size: 20px;
}