products-list .item {
    float:left;
}
.products-list :nth-child(1n).item {
    clear:both;
}