/*!
 * Start Bootstrap - Shop Item HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

.products-grid table tr td:first-child a {
    height: 25px;
    width: 60px;
    display: block;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.product.card {
    padding: 10px;
    margin-bottom:20px;
    
}

.product.card .img-fluid {
    max-height: 210px;
}
    .card .caption-full {
    padding: 9px;
    color: #333;
}

.card .image-container {
    width:100%;
    height:210px;
}

.caption {
    height: 140px;
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
    font-size:1.3em;
}

.card img {
    padding-top: 10px;
}
    footer {
        margin: 50px 0;
    }