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

.out-stock {
    color: #d22f25;
}

.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: #3F4444;
box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
 }

.toolbar .cart-btn > .btn span.minicart_count {
    border: 2px solid white;
    border-radius: 50%;
    background: #e31f3c;
    color: #white;
}

.shop-filters .filter-title {
background: #3F4444;
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;
}

.shop-filters .filter-title {
    background-color: ;
}

.toolbar .cart-btn>.btn {
    background: 
#3F4444;
}

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

.toolbar .cart-btn .btn i,
.toolbar .cart-btn:hover > .btn i {
color: #white;
}

.menu ul.catalog > li:hover {
    background-color: #e10f2c;
}
@media only screen and (max-width: 768px) {
  .banner-row {
    width: 32% !important;
    display: inline-block;
    float: left;
    margin: 0.5% !important;
    box-sizing: border-box;
  }
}