/*
 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
*/
.woocommerce-notices-wrapper:not(:empty){
  margin-bottom: 1em !important;
}
.brxe-container .woocommerce{
  padding-bottom: 1em;
}
#brx-header{
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
#brx-content{
  background: #fbfaf7;
}
#brx-content .brxe-container .brxe-shortcode > .woocommerce,
#brx-content.woocommerce{
  padding: 1em 0;
} 