﻿.products-wrapper {
    margin: 5px;
}

.product {
    max-width: 600px;
    float: left;
    margin: 10px;
}
.product-short {
    max-height: 250px
}

.product-category-title {
    line-height: 0;
    color: #0077b6;
    font-size: 1em;
}
.btn-view-more {
    height: 20px;
    font-size: 10px;
    padding-top: 2px;
}
.no-border{
    border: 0 !important;
}
