.header-content .logo-wrapper a img {
    max-height: 35px;
    width: auto;
}

.single-product-card .sale-price
{
	font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
}

.product-list-wrap .single-product-card .product-thumbnail img
{
	    max-height: 25rem;
}
.search-imgs
{
	height: 50px;
    border-radius: 10px;
    margin-right: 10px;
}
.single-w
{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}