.clr{clear:both;}


.eoshop-offers ul{
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
    grid-gap: 17px;
    grid-auto-rows: minmax(100px, auto);
    list-style: none;
    margin-left: 0;
}

.eoshop-offers ul li{
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 6px;
}

.eoshop-offers h3{
    font-size: 12px;
    color: #0088cc;
    margin: 0;
    line-height: 16px;
}

.eoshop-offers .manufacturer{
    margin: 6px 0;
}

.eoshop-offers .img-holder{
    float: left;
    width: 54%;
}
.eoshop-offers .desc{
    float: right;
    width: 44%;
}