@media only screen and (min-width: 769px) {
  header {
    z-index:20 !important;
  }
}

body:not(.ex-customer) .sideFilter {
 display: block !important; 
}

.prodCount > .minicart_count + .minicart_count {
 display: none; 
}

.plp-loggedout-buttons + div[style="margin-bottom: 20px;"] {
  margin-top: 10px;
}

/* Inventory v2 update */
.live-inventory-v2-add-to-cart-wrapper {
  width: 100%;
  max-width: none;
  grid-area: buttons;
}
 
.live-inventory-v2-wrapper {
  white-space: normal;
  width: auto !important;
  margin: 5px 0;
  order: -1;
  font-size: .632em;
  font-family: "Roboto Condensed",sans-serif;
  text-transform: uppercase;
}
 
.catalog-grid .tile .footer button.btn-primary {
  width: 100%;
}

.live-inventory-v2-shipping.in-stock {
  background-color: #dcf7e0;
  font-weight: 400 !important;
}

.live-inventory-v2-shipping.out-stock {
  background-color: #f7dcdc;
  font-weight: 700 !important;
  padding:  5px 10px;
  color: #181818 !important;
}

.live-inventory-v2-shipping.out-stock::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #914a4a;
}

.ex-product .live-inventory-v2-wrapper {
  grid-area: stock;
  text-align: right;
}

.ex-product .live-inventory-v2-add-to-cart-wrapper {
  width: calc(100% - 100px);
}

.ex-product .live-inventory-v2-add-to-cart-wrapper button {
  width: 100%;
}

.ex-product .softgraybackground .live-inventory-v2-wrapper {
	display: none;
}

.live-inventory-v2-shipping:empty {
  display: none;
}