﻿.homeproduct {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #f3f3f3;
    overflow: visible;
    margin:0;
    list-style:none;
    padding:0;
}

.homeproduct li {
    flex: 0 0 20%;
    padding: 10px;
    margin-bottom: -1px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.homeproduct li img {
    width: 100%;
}
h3.pr-name a {
    line-height: 1.5;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    padding-top: 5px;
    font-size:14px;
    font-weight:normal;
}
p.product-price {
    font-size: 16px;
    line-height: 20px;
    color: #d0021b;
    display: block;
    margin-top: 5px;
    font-weight:bold;
}