/*Preisanzeige für Reseller*/
.role-reseller .wc-block-components-product-price {
  font-size: 0;
}
.role-reseller .wc-block-components-product-price > span:last-of-type {
  font-size: 1rem;
}
.role-reseller .wc-block-components-product-price ins span {
  font-size: 1rem;
}
.role-reseller.single-product .wc-block-components-product-price ins span {
  font-size: var(--wp--preset--font-size--large);
}
/*end*/
fieldset:is(#order-fields, #contact-fields, #billing-fields) label {
  color: #b8b8b8 !important;
}
.wc-block-cart-item__prices .wc-block-components-product-price__value::before {
  content: "Einzelpreis: ";
}
body.svk-no-seminar-in-cart #order-fields {
  display: none !important;
}
.wp-element-button {
  border-radius: 5px;
}
.button.wc-forward.wp-element-button {
  background: #269413 !important;
  color: white !important;
  padding: 5px 15px !important;
  border-radius: 5px;
  opacity: 1;
}
.button.wc-forward.wp-element-button:hover {
  background: #2fb618 !important;
}
/* Badge*/
.wc-block-components-sale-badge {
  display: none;
}
.order-again {
  display: none;
}
/* Checkout (Blocks): Länderfeld ausblenden */
.wp-block-woocommerce-checkout .wc-block-components-address-form__country,
.wp-block-woocommerce-checkout .wc-block-components-address-form__country + .wc-block-components-validation-error {
  display: none !important;
}
.sab-documents-download {
  display: none;
}
/* end Bestelldetails im Konto */

/* Buttons */
.woocommerce-button {
  border-radius: 5px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: normal;
}
.woocommerce-order-tickets li {
  list-style-type: none;
}
/* end Buttons */
#taxonomy\/product_cat-verlag {
  display: none;
}
.woocommerce-product-gallery__wrapper {
  margin-bottom: -32px !important;
}
.single-product-image {
  align-content: center;
}
.single-product h1 {
  font-size: 24px;
}
.wp-block-woocommerce-product-image-gallery {
  margin: auto;
  width: 60%;
}
.variations .label {
  display: flex;
  padding-top: 8px;
}
@media (min-width: 700px) {
  .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 60%;
  }
  .wc-block-components-sidebar {
    width: 40%;
  }
}
.post-type-archive.woocommerce .has-text-align-center {
  text-align: inherit;
}
.single-product .wp-block-group {
  margin-top: 0;
}
.wc-block-product-filter-chips__item {
  padding: 15px 25px;
}
.wc-block-product {
  list-style-type: none;
}
:where(.wc-block-product-filter-chips__items) {
  gap: 20px;
}
.tabs.wc-tabs {
  display: none;
}
.wc-block-cart,
.wc-block-checkout {
  --wp--preset--font-size--small: 16px;
  --wp--preset--font-size--medium: 16px;
  --wp--preset--font-size--large: 16px;
}
.onsale {
  display: none;
}
.wc-block-components-checkbox.has-error a {
  text-decoration: underline;
}