/* Vilkas Group 2020 */

/* Single column back to table */
@media screen and (min-width: 600px) {
  .CategoryProducts .HotDealList table.HorizontalDisplay.FullSize tbody {
    display: table;
  }
}
