@media (min-width: 1280px) {
  body.target-checkout #page-wrapper {
    width: 1200px;
  }
}

body.target-product div.description li div {
  display: inline;
}

body.target-page table td {
  border-width: 0;
}

div.sidebar div.veilig-betalen table tbody tr td {
  padding: 0;
}

div.sidebar div.veilig-betalen table td {
  border-width: 0;
}

div.sidebar div.veilig-betalen table.credit-card-types td img {
  width: 45px;
}

// hiding stock message (in stock, out of stock) for products
div.product-stock {
  display: none;
}

.products+.list-pager.list-pager-bottom {
  border-width: 0;
  padding-top: 0;
}