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

.toolbar .cart-btn>.btn { background: #0f7949;
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: #ec028a;
    color: #fff;
}

.shop-filters .filter-title {
background: #014896;
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: #01aef0;
}

.toolbar .cart-btn>.btn {
    background: #01aef0;
}

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

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

.product-sku {
    font-size: 1rem;
    color: #01aef0;
}

.menu ul.catalog > li:hover {
    background-color: #01aef0;
}