/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 04 2026 | 09:33:48 */
/* CSS Code hier einfügen.

Zum Beispiel:
.example {
    color: red;
}

Um dein CSS-Wissen zu prüfen, teste es hier http://www.w3schools.com/css/css_syntax.asp

Kommentarende*/ 

.woocommerce .product img:not(.avatar),
.edgtf-woocommerce-page .product img:not(.avatar) {
    max-width: 35rem;
}

.woocommerce .products .woocommerce-price-suffix, 
.edgtf-woocommerce-page .products .woocommerce-price-suffix {
    display: none !important;
}

.product .edgtf-product-list-image-wrapper p.wc-gzd-additional-info {
    display: none;
}

p.total.total-cart-tax.wc-gzd-total-mini-cart {
    display: none;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
    color: #f9f9f9;
}

html[lang="de-DE"] .wc-block-components-totals-footer-item > .wc-block-components-totals-item__description:after {
    content: 'Kein Mehrwertsteuerausweis, da Kleinunternehmer nach §19 (1) UStG.';
    font-size: .85rem;
}


html[lang="en-US"] .wc-block-components-totals-footer-item > .wc-block-components-totals-item__description:after {
    content: 'No VAT invoice, as we are a small business according to §19 (1) UStG.';
    font-size: .85rem;
}

html[lang="de-DE"] .single .summary.entry-summary .price:after {
    content: 'Kein Mehrwertsteuerausweis, da Kleinunternehmer nach §19 (1) UStG.';
    font-size: .85rem;
}

html[lang="en-US"] .single .summary.entry-summary .price:after {
    content: 'No VAT invoice, as a small business according to §19 (1) UStG.';
    font-size: .85rem;
}


.product p.wc-gzd-additional-info {
    font-size: .8rem;
}