body .items-grid .item .display-onhover {
    display: block;
}

.product-item .old-price, .product-items .item .old-price {
    display: none;
}

.items-grid .price-box {
    margin: 6px 0;
}

.items-grid .product-item-name {
    margin-bottom: 6px;
}

.product-item .product-item-inner {
    margin-top: 14px;
}
.items-grid .product-reviews-summary {
    margin: 6px 0;
}

.items-grid.equal-height .item {
    padding-bottom: 84px;
}

.items-grid .stock.available {
    padding-top: 6px;
}

@media only screen and (max-width: 769px) {
    body .items-grid.equal-height .item {
        padding-bottom: 84px;
    }
}