.cd-products-columns {
  /* products list wrapper */
  width: 805px;
  margin-left: 130px;
}
.cd-products-columns::after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 1170px) {
  .cd-products-columns {
    width: 1000px;
    margin-left: 140px;
  }
}