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

:root {
  --container-space: 25px; 
}


@media (max-width: 991px) {
  :root {
    --container-space: 15px;
  }
}

/* #brx-header {
    position: sticky;
    top: 0px;
    z-index: 9999;
} */
p.stock.in-stock {
    display: inline-block;
}