.shop-filters .filter-title {
background: #0298fc;
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: #5a595f;
    background-color: white;
    border-radius: 50px;
    padding: 4px;
}

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

 
.toolbar .cart-btn>.btn {
    background: #0298fc;
}

 
btn:hover>.button, .toolbar .cart-btn:hover>.btn {
    background-color: #5a595f;
}

.loginprices a{
    padding:15px 25px;
    color:#fff;
    background:#b9379c;
    transition:0.25s all;
    border-radius:5px;
}

.loginprices a:hover{
    background:#b5dd46;
}

.ex-loggedin .loginprices { display: none; }