.headersection-1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.shop-filters .filter-title {
background: #89c547;
padding: 18px 15px;
border-radius: 8px 8px 0 0;
font-size: 1.2rem;
color: white;
letter-spacing: 0;
font-weight: 900;
text-align: center;
position: relative;
bottom: 8px;
}

.header-full .logo img {
/* Change this for desktop */
    max-width: 200px !important;
    height: auto !important;
    max-height: none !important;
}

.fa-shopping-bag:before {
    content: "\f291";
    font-size: 1.0em;
    color: #000000;
    background-color: white;
    border-radius: 50px;
    padding: 4px;
}

.toolbar .cart-btn>.btn { background: #000000;
box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
 }

.toolbar .cart-btn > .btn span.minicart_count {
    border: 2px solid #fff;
    border-radius: 50%;
    background: #000000;
    color: #fff;
}
 
.toolbar .cart-btn>.btn {
    background: #89c547;
}
 
btn:hover>.button, .toolbar .cart-btn:hover>.btn {
    background-color: #000000;
}

.product-sku {
    font-size: 1rem;
    color: #89c547;
}

/* main menu - preventing the 8th and following items from getting hidden on smaller screens */
.header-full .menu .catalog>li:nth-child(n+6) { display: inline-block; }

.out-stock {
    color: #d22f25;
}

.in-stock {
    color: #37b048;
}

.product-stock .out-stock small {display: none;}

/* main menu - preventing the 8th and following items from getting hidden on smaller screens */
.header-full .menu .catalog>li:nth-child(n+6) { display: inline-block; }

/* Start of add Sticky header EvoX */
@media only screen and (min-height: 768px) {
  .menubarStick {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 15;
    background: #fff;
    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:40px;
  }
}
/* end of add Sticky header EvoX */