/* Enter Your Custom CSS Here */
[class*='col-'] {
  float: left;
  padding-right: 20px;
}
.col-9-12 {
  width: 75%;
}
.col-1-4, .col-3-12 {
  width: 25%;
}
.home .woocommerce ul.products li.product {
  width: 25%;
}