table#products {
  td {
    vertical-align: middle;
  }
}

.product img {
  max-width: 100%;
}

table#offers {
  td.price {
    white-space: nowrap;
    .old_price {
      text-decoration: line-through;
    }
  }
}
