@charset "utf-8";

/* ---- Product Sizes ---- */
#products_grid.col-md-12 .oe-height-2 {
  height: 150px;
}
#products_grid.col-md-9 .oe-height-2 {
  height: 140px;
}

@media (min-width: 992px) {
  #products_grid.col-md-12 .oe-height-2 {
    height: 250px !important;
  }
  #products_grid.col-md-9 .oe-height-2 {
    height: 144px;
  }
}
@media (min-width: 1200px) {
  #products_grid.col-md-12 .oe-height-2 {
    height: 400px !important ;
  }
  #products_grid.col-md-9 .oe-height-2 {
    height: 350px;
  }
}
