.product-item-details .aw-advanced-reviews-summary-container, 
.aw-wvtav-container .product-item-name, 
.product-items .product-item-name {
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.product-item-details .old-price {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}