.webshop {
  background: #F3F3F3;
  padding-bottom: 90px;
}

.webshop .shop--wrapper {
  background: #FFFFFF;
  padding: 1.25rem;
  border-radius: 0.375rem;
}

@media screen and (min-width: 1024px) {
  .webshop .shop--wrapper {
    padding: 3.125rem;
  }
}

.webshop .hero-breadcrumbs {
  padding-top: 2rem;
}

.webshop .breadcrumbs .separator {
  font-size: 1rem;
  padding: 0 5px;
}

.content table td,
.content table th {
  border: none;
}

.order-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 769px) {
  .order-success {
    padding: 3.125rem 0;
  }
}

.act-all-container {
  width: 100%;
}

.act-all-container.table th,
.act-all-container.table td {
  padding: 0.9375rem 0.625rem;
}

.act-all-row .button {
  padding: 5px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: normal;
}

