/* Start of add Sticky header EvoX */
@media only screen and (min-height: 768px) {
.menubarStick,
.menubarStick2 {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 16;
  background: #f9f1d9;
  
}

.menubarStick2 {
  top: 117px;
  z-index: 15;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.headersection-1.menubarStick > .row-1 {
    max-width: 1450px;
    margin: 0 auto;
}

/* change me to the height of the sticky row */
.menubarHeader {
    padding-top:170px;
}
}
/* end of add Sticky header EvoX */

@media (max-width: 768px) {
  header {
    position: sticky;
    top: 0;
    z-index: 11;
  }
  
  .header-mobile .header-logo img {
    height: 40px;
  }
}

.buttons.group .live-inventory-v2-wrapper {
  margin-top: 5px;
  font-size: 16px;
}

.live-inventory-v2-shipping.in-stock {
  color: green;
  margin-top: 5px;
}

.catalog-grid .tile .footer span.price-label-inc-vat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}