.product-container .product-badges span.badge-orange {
    background-color: #ff0000;
}

.testimonials-carousel .testimonial-item img {
    -webkit-filter: none;
    filter: none;
}

.testimonial-item.is-selected {
    transform: scale(1.13);
}

.header-main-bar .logo img {
    transform: scale(1.85);
    position: relative;
    right: 30px;
}
@media (max-width:430px) {
    .header-main-bar .logo img {
            right: 12px;

    }
}
@media (min-width:476px) and (max-width:1025px) {
    .header-main-bar .logo img {
        transform: scale(1);
        position: static;
    }
}

#shop-page #brand-filter .brands-container .brand-item label img{
    -webkit-filter: none;
    filter: none;
}

.procurable,
#product-details .procurable {
	display:none ;
}