/*
 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
*/
/* START ----------------------------- Legal Pages in Gutenberg css ------------------------------ */
.page-id-43600 p,
.page-id-43602 p,
.page-id-43597 p
{
    padding-bottom: 1em;
}
.page-id-43600 #brx-content, .page-id-43602  #brx-content, .page-id-43597  #brx-content {
    padding: 2em;
}
/* END ----------------------------- Legal Pages in Gutenberg css ------------------------------ */
/* START ----------------------------- Woocommerce css ------------------------------ */
/* START -------Mini Cart ------------------------------ */
.brxe-woocommerce-mini-cart .cart-detail .woocommerce-mini-cart__empty-message {
    color: red;
}
.brxe-woocommerce-mini-cart .cart-detail {
	border-color:red;
}
/* START -------Button on website to show a button to go to cart---------------- */
a.added_to_cart.wc-forward {
    background: var(--accent);
    padding: 0.5em !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
/* Cart page make section with shipping method wider  */
#shipping_method {
  width: 100%;
}
/*  Woocommerce site wided notice 
.woocommerce-store-notice.demo_store {
  margin: 0 auto;
  width: 100%;
  background: red;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 85px;
  left: 0;
  z-index: 999;
  border: 2px solid red;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
*/
/* END ----------------------------- Woocommerce css ------------------------------ */