﻿img.storeImage {
    object-fit: contain;
}

.single_product {
    background: white;
    border: 1px solid #d4d4d4a3;
    height: 360px;
    margin-bottom: 15px !important;
}

.product_content h4 {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.price_box span {
    line-height: 10px;
}

div.product_content {
    padding: 0px 5px;
}
