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

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

.promotion_discount
{
display : none ;
}

.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;
}
.loggedin .loginprices {display:none}