/* Vilkas Group 2020 */

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

.MultipleStep-Container div#main-content {
  position: absolute;
}

.ProductListImageBox tbody > tr:has(th),
.BundledProductsTable tbody > tr:has(th),
.CrossellingCount tbody > tr:has(th),
.ListItemCategoryTable tbody > tr:has(th){
  display: none !important;
}