@charset "UTF-8";
.custom-thumbnails-master-class .custom-circular-swatch .tc-input-wrap {
  display: none !important;
}
.custom-thumbnails-master-class .custom-circular-swatch .tc-label-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  cursor: pointer;
  border: 2px solid #eaeaea;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease-in-out;
  padding-bottom: 12px;
  background: #fff !important;
  font-size: 12px;
  color: #333;
  box-sizing: border-box;
  font-weight: 500 !important;
}
@media (max-width: 768px) {
  .custom-thumbnails-master-class .custom-circular-swatch .tc-label-text {
    padding-bottom: 4px;
    font-size: 10px;
  }
}
.custom-thumbnails-master-class .custom-circular-swatch .tc-label-text::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  background-image: var(--swatch-bg);
  background-size: cover;
  background-position: center;
  margin-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 768px) {
  .custom-thumbnails-master-class .custom-circular-swatch .tc-label-text::before {
    aspect-ratio: 2/1;
    margin-bottom: 4px;
  }
}
.custom-thumbnails-master-class .custom-circular-swatch:hover .tc-label-text {
  border-color: #ccc;
}
.custom-thumbnails-master-class .custom-circular-swatch:has(input[type=radio]:checked) .tc-label-text {
  border-color: #000;
}
.custom-thumbnails-master-class .custom-circular-swatch:has(input[type=radio]:checked) .tc-label-text::after {
  content: "✓";
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #000;
  color: #fff;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .custom-thumbnails-master-class .custom-circular-swatch:has(input[type=radio]:checked) .tc-label-text::after {
    top: 4px;
    right: 4px;
    width: 18px;
    height: 18px;
    font-size: 10px;
    border-radius: 3px;
  }
}
.custom-thumbnails-master-class .tmcp-ul-wrap {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 15px !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
@media (max-width: 1200px) and (min-width: 769px) {
  .custom-thumbnails-master-class .tmcp-ul-wrap {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .custom-thumbnails-master-class .tmcp-ul-wrap {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 2px !important;
    padding-bottom: 10px !important;
    -webkit-overflow-scrolling: touch;
  }
}
.custom-thumbnails-master-class .tmcp-field-wrap {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  float: none !important;
}
@media (max-width: 768px) {
  .custom-thumbnails-master-class .tmcp-field-wrap {
    max-width: 85px !important;
    flex: 0 0 auto !important;
  }
}
.custom-thumbnails-master-class .tc-label-inner {
  display: flex !important;
  width: 100% !important;
}
.custom-thumbnails-master-class .tc-label-inner .tc-label-text {
  width: 100% !important;
}
.custom-thumbnails-master-class .tm-extra-product-options .tc-active .tc-label-text {
  background-color: white !important;
}

/* WooCommerce General Styles */
.woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
  display: block;
}

div#cus-upsell-popup {
  visibility: hidden;
  height: 0;
}

.hieer-kli.elementor-widget.elementor-widget-button {
  visibility: hidden;
  opacity: 0;
  height: 0;
}

/* Checkout Specific Styles */
.wc-gzd-cart-item-thumbnail img {
  display: none;
}

.woocommerce-thank-you-page-order_confirmation-header:after {
  content: "Bestellbestätigung";
}

.woocommerce-thank-you-page-customer_information-header:after {
  content: "Kunden Information";
}

.woocommerce-thank-you-page-order_confirmation-header div,
.woocommerce-thank-you-page-customer_information-header div {
  font-size: 0px !important;
}

.woocommerce-thank-you-page-thank_you_message-message:after {
  content: "Deine Bestellung ist eingegangen";
}

.woocommerce-thank-you-page-thank_you_message-message div {
  font-size: 0px;
}

.woocommerce-thank-you-page-order_details__product-title.woocommerce-thank-you-page-order_details-title a {
  color: black !important;
}

#cfw-cart .cart-item-row .cfw-cart-item-image img {
  border-radius: 5px;
}

div#cfw-shipping-method {
  display: inherit !important;
}

div#cfw-payment-method {
  display: inherit !important;
}

.previous-button {
  display: none;
}

a.cfw-primary-btn {
  display: none !important;
}

.cfw-place-order-wrap {
  width: 100% !important;
}

button#place_order {
  width: 100% !important;
}

ul#cfw-breadcrumb {
  display: none;
}

#cfw-coupons .cfw-promo-code-button-wrap > :first-child,
#cfw-coupons .cfw-text-input > :first-child {
  margin-top: 2px;
}

input#cfw-promo-code-btn {
  background: #ececec;
  color: #707070;
  border: 1px #707070;
  font-weight: 600;
}

.checkoutwc .form-row label.cfw-floatable-label {
  padding: 0;
  margin-top: -1.75em;
}

[dir=ltr] #cfw-cart-summary {
  border-left: 1px solid #dedede;
}

#cfw-cart-summary {
  background: #f5f5f5;
  box-sizing: border-box;
  color: var(--cfw-cart-summary-text-color);
  order: 1;
  position: sticky !important;
  top: 0;
  height: 100vh;
  padding-top: 30px;
  padding-left: 10px;
}

#billing_address_2_field,
#billing_address_1_field,
#billing_first_name_field {
  margin-bottom: 30px;
}

#billing_company,
#billing_city {
  margin-bottom: 15px;
}

body.checkout-wc h3,
main.checkoutwc h3 {
  margin-bottom: 30px;
}

.checkoutwc .form-row select {
  margin-bottom: 18px !important;
}

.cfw-logo {
  text-align: center;
}
.cfw-logo .logo {
  background-position: center center !important;
}

#cfw-logo-container {
  height: 120px;
}

#order_review {
  padding: 30px;
  padding-left: 23%;
}

body.checkout-wc,
main.checkoutwc {
  /* font-family: 'Wix', sans-serif !important; */
}
body.checkout-wc h3, body.checkout-wc h4, body.checkout-wc h5, body.checkout-wc h6,
main.checkoutwc h3,
main.checkoutwc h4,
main.checkoutwc h5,
main.checkoutwc h6 {
  /* font-family: 'Wix', sans-serif; */
}

main.checkoutwc h1, main.checkoutwc h2, main.checkoutwc h3, main.checkoutwc h4, main.checkoutwc h5, main.checkoutwc h6 {
  /* font-family: 'Wix', sans-serif; */
}

.elementor-kit-272 label {
  /* font-family: 'Wix', sans-serif; */
}

.checkoutwc .form-row label {
  margin-right: 10px;
}

.woocommerce-privacy-policy-text p {
  line-height: 24px;
}

.woocommerce-gzd-legal-checkbox-text {
  line-height: 22px;
}

div#cfw-cart-summary-content {
  width: 60%;
}

main#cfw {
  max-width: 100%;
  border-top: 1px solid #dedede;
}

.elementor-widget-woocommerce-cart .e-cart__container {
  display: grid;
  grid-template-columns: 65% auto !important;
  grid-column-gap: var(--sections-margin, 50px) !important;
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table td, .elementor-widget-woocommerce-cart .woocommerce table.shop_table th, .elementor-widget-woocommerce-cart .woocommerce table.shop_table tr {
  border-right: 0px !important;
  border-top: 0px !important;
  border-left: 0px !important;
}

h2.elementor-heading-title.elementor-size-default {
  /* font-family: 'Wix', sans-serif !important; */
}

.elementor-54 .elementor-element.elementor-element-8de1ca0 .cart_totals h2 {
  /* font-family: 'Wix', sans-serif !important; */
}

[dir=ltr] .checkoutwc .form-row.cfw-select-input:not(.cfw-multiselect-input, .cfw-wc_checkout_add_ons_multiselect-input):after {
  display: none !important;
}

.cfw-promo-wrap {
  display: none !important;
}

div#cfw-totals-list {
  margin-top: -32px !important;
}

ul.cfw-review-pane.cfw-module {
  display: none;
}

/* Thank You Page Details */
.woocommerce-thank-you-page-order_details__product-title.woocommerce-thank-you-page-order_details-title {
  display: grid !important;
}

ul.wc-item-meta {
  display: none;
}
ul.wc-item-meta li {
  display: inline-flex;
}

.woocommerce-thank-you-page-customer_information__container {
  background: #F7F7F7;
  padding: 30px 0px;
}
.woocommerce-thank-you-page-customer_information__container .woocommerce-thank-you-page-customer_information__address {
  display: block;
}

.woocommerce-thank-you-page-customer_information__billing_address {
  width: 100% !important;
}

div#woocommerce-thank-you-page-order_confirmation__container {
  padding: 30px 0px;
}

.woocommerce-cart-form,
.cart-collaterals {
  width: 100%;
}

/* Thank You Page Content Overrides */
.woocommerce-thank-you-page-order_confirmation-title {
  align-items: center;
  display: flex;
  justify-content: end;
}
.woocommerce-thank-you-page-order_confirmation-title div {
  display: none;
}

.woocommerce-thank-you-page-order_confirmation__order_number-title.woocommerce-thank-you-page-order_confirmation-title::before {
  content: "Bestellnummer";
}

.woocommerce-thank-you-page-order_confirmation__order_date-title.woocommerce-thank-you-page-order_confirmation-title::before {
  content: "Datum";
}

.woocommerce-thank-you-page-order_confirmation__order_payment-title.woocommerce-thank-you-page-order_confirmation-title::before {
  content: "Bezahlmethode";
}

.woocommerce-thank-you-page-order_details__header-title.woocommerce-thank-you-page-order_details-title::before {
  content: "Produkt";
}
.woocommerce-thank-you-page-order_details__header-title.woocommerce-thank-you-page-order_details-title div {
  display: none;
}

.elementor-element.elementor-element-26ed0af.elementor-widget.elementor-widget-heading {
  display: none;
}

.ee-gallery__media__thumbnail {
  max-height: 180px;
  max-width: 180px;
  min-height: 100px;
  min-width: 100px;
}

/* Responsive Overrides */
@media screen and (max-width: 500px) {
  div#cfw-cart-summary-content {
    width: unset;
  }
  div#order_review {
    padding-left: 30px;
  }
  main#cfw {
    max-width: unset;
    border-top: unset;
  }
  #cfw-cart-summary {
    position: inherit !important;
    top: inherit !important;
    height: inherit !important;
    order: 0;
  }
  input#billing_last_name,
  input#billing_state,
  input#billing_postcode {
    margin-bottom: 15px;
  }
  .elementor-widget-woocommerce-cart .e-cart__container {
    display: inherit !important;
    grid-template-columns: inherit !important;
    grid-column-gap: inherit !important;
  }
  .e-shop-table.e-cart-section {
    padding: 0px !important;
  }
  .coupon.e-cart-section.shop_table {
    margin-bottom: 20px !important;
  }
  td.product-remove {
    width: 10px;
    float: right;
  }
}
/*# sourceMappingURL=app.css.map */
