.header-main-bar .logo img{
max-height:100% !important;
}
.categories-ul > li:first-child > a{
display: none;
}
.categories-ul > li:last-child > a{
display: none;
}
.testimonials-carousel .testimonial-item.is-selected img{
-webkit-transform: scale(.75) !important;
    transform: scale(.75) !important;
}
.product-info{
background: #54c97f !important; 
padding: 3px 5px; 
border-radius: 7px; 
color: #fff; 
}
@media only screen and (max-width: 768px) {
	.prod-info-parent{flex-direction: column;}
	.prod-info-parent .h6{line-height: 1.9;}
}