.products-index .products-wrapper .thumbnail {
    min-height: 230px;
}

.products-index .products-wrapper .image-wrapper img {
    height: 165px;
    width: 100%;                    
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.products-index .products-wrapper .image-wrapper {
    height: 165px
}

.products-index .products-wrapper .caption {
    min-height: 65px;
}

.products-index .products-wrapper .caption .heading {
    margin-top: 0;    
}

.products-index .products-wrapper .category {
    margin: 10px 10px 0px 10px;
}
.thumbnail {
    padding: 0;    
}
.products-summary {
    text-align: justify;
    line-height: 1.3;
    padding: 0 25px 0 25px;
    font-size: 13px;    
}

.products-summary > a {
    color: #ffffff !important;
}

.all-product {
    border-radius: 0;
    background: transparent;
    border: 1px solid #ccc;
    color: #ccc;
}