.elementor-kit-66{--e-global-color-primary:#1A1F0C;--e-global-color-secondary:#687529;--e-global-color-text:#000000;--e-global-typography-primary-font-family:"Arial";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#E4E9D5;color:var( --e-global-color-primary );}.elementor-kit-66 button,.elementor-kit-66 input[type="button"],.elementor-kit-66 input[type="submit"],.elementor-kit-66 .elementor-button{background-color:transparent;color:#687529;background-image:linear-gradient(180deg, #1A1F0C 0%, #1A1F0C 100%);}.elementor-kit-66 e-page-transition{background-color:#FFBC7D;}.elementor-kit-66 a{color:#687529;}.elementor-kit-66 a:hover{color:#687529;}.elementor-kit-66 label{color:#EAECDD;}.elementor-kit-66 input:not([type="button"]):not([type="submit"]),.elementor-kit-66 textarea,.elementor-kit-66 .elementor-field-textual{background-color:#EAECDD;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Spalte 'Anzahl' (Quantity) im Warenkorb ausblenden */
.woocommerce-cart-form .product-quantity {
    display: none !important;
}

/* Optional: Kopfzeile der Spalte "Anzahl" auch entfernen */
.woocommerce-cart-form table th.product-quantity {
    display: none !important;
}

/* Spalte 'Preis' (Price) im Warenkorb ausblenden */
.woocommerce-cart-form .product-price {
    display: none !important;
}

/* Optional: Kopfzeile der Spalte "Preis" auch entfernen */
.woocommerce-cart-form table th.product-price {
    display: none !important;
}
.terms-and-conditions label {
  white-space: normal !important;
  word-spacing: normal !important;
  letter-spacing: normal !important;
}/* End custom CSS */