/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

table.products tbody tr td {
  padding-left: 1em;
  padding-right: 1em;
}

table.products tbody tr:nth-of-type(odd){
  background-color: #f5f6f8;
}