.onsale.customtext::before{
	content: "Offer";
}

/* Footer - 13gramm - Bekannt aus */
div#reference-image-slider:after{
	content: "known from:";
}

/* Checkout - Bezahlen mit Amazon Pay */
div#pay_with_amazon:after{
	content:'Use your Amazon account';
}
/* Checkout - Bezahlen mit Google Pay */
p#wcpay-payment-request-button-separator:before{
	content: "Use your Google Pay account" !important;
}
/* Checkout - Bezahlen mit ODER */
p#wcpay-payment-request-button-separator:after,
.wc-amazon-checkout-message.wc-amazon-payments-advanced-populated:after{
	content: "———— or ————";
}


/* Checkout - Adresseingabe */
/* Hausnummer und Straße */
p#billing_address_1_field label::before, p#shipping_address_1_field label::before{
	content: "Street and house number";
}
/* Checkout - Adresszusatz */
p#billing_address_2_field label::before, p#shipping_address_2_field label::before{
	content: "Address supplement: Apartment, suite, unit, etc.";
}
/* Checkout - Stadt */
p#billing_city_field label::before, p#shipping_city_field label::before{
	content: "Town / City";
}
/* Checkout - Postleitzahl */
p#billing_postcode_field label::before, p#shipping_postcode_field label::before{
	content: "Postcode / ZIP";
}


/* Checkout - Bezahlmöglichkeitne */
/* Checkout - Überschrift Bezahlmöglichkeiten */
h3#order_payment_heading::before{
	content: "Choose a Payment Gateway";
}
/* Checkout - Bezahlmöglichkeit Kreditkarte (WooPay) */
ul.wc_payment_methods li.wc_payment_method.payment_method_woocommerce_payments label::after{
	content: "Credit card / debit card";
}
/* Checkout - Direktüberweisung (WooPay) */
ul.wc_payment_methods li.payment_method_bacs label::after{
	content: "Direct bank transfer";
}
/* Checkout - Direktüberweisung Text */
ul.wc_payment_methods li.payment_method_bacs p::before{
	content: "Transfer directly to our bank account. Please use the order number as the reason for payment. Your order will be shipped after the money has been credited to our account.";
}
/* Checkout - Bezahlen mit Amazon Text */
ul.wc_payment_methods li.payment_method_amazon_payments_advanced p::before{
	 content: "Use Amazon Pay to pay for your order.";
 }

/* Checkout - Navigation */
/* Checkout - Übersicht Bearbeiten Button */
a.edit.step-trigger::before{
	content: "Edit";
}
/* Checkout - Schritt 1 - Persönliche Daten */
a.step-address span.step-title::before {
  content: "Personal Data";
}
/* Checkout - Schritt 2 - Bezahlmethoden */
a.step-payment span.step-title::before {
	content: "Payment";
}
/* Checkout - Schritt 3 - Bestellen */
a.step-order span.step-title::before {
	content: "Order";
}
 /* Checkout - Nächster Schritt Button */
 .woocommerce-multistep-checkout .step-buttons .next-step-button::before{
	content: "Continue with next step";
}
/* Checkout - Vorheriger Schritt Button */
a.prev-step-button::before{
	content: "Back to last step";
}


/* Checkout - Bestellübersicht *//
/* Checkout - Bestellübersicht - Persönliche Daten */
/* Checkout - Überschrift */
h3.order_review_heading::before{
	content: "Your Order";
}
/* Checkout - Rechnungsadresse */
div.addresses div.col-1::before {
	content: "Billing Adress";
}
/* Checkout - Rechnungsadresse */
div.addresses div.col-2::before {
	content: "Delivery Adress";
}
/* Checkout - Bezahlmethode */
.wc-gzdp-payment-gateway::before {
	content: "Payment method: ";
}
/* Checkout - Bestell-Übersicht Produkte */
/* Checkout - Produkt-Übersicht */
.woocommerce-checkout-review-order-table th.product-name::before {
	content: "Products";
}
/* Checkout - Produkt-Übersicht */
.woocommerce-checkout-review-order-table th.product-total::before {
	content: "Price";
}
/* Checkout - Zwischensumme */
.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal th::before{
	content: "Subtotal";
}
/* Checkout - Versandkosten */
.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th::before{
	content: "Shipping (free from 25€)"
}
/* Checkout - Gesamtkosten */
.shop_table.woocommerce-checkout-review-order-table tr.order-total th::before {
  content: "Total";
}
/* Checkout - Kaufen Button */
#place_order::before {
	content: "Submit order";
}

/* ABG Zustimmungstext zusammensetzen aus: Vortext + AGBS + Zwischentext + Widerrufsvereinbarung + Schlusstext
/* Checkout - Zustimmungstext - Vortext */
span.zustimmung-vortext-checkout::before{
	content: "I accept the  ";
}
/* Checkout - Zustimmungstext - Datenschutzvereinbarung */
span.zustimmung-agbs-checkout::before{
	content: "terms and conditions";
}
/* Checkout - Zustimmungstext - Zwischentext */
span.zustimmung-zwischentext-checkout::before{
	content: "  and the ";
}
/* Checkout - Zustimmungstext - Widerrufsvereinbarung */
span.zustimmung-widerrufsvereinbarung-checkout::before{
	content: " withdrawal agreement";
}
/* Checkout - Zustimmungstext - Schlusstext */
span.zustimmung-schlusstext-checkout::before{
	content: ".";
}
/* Checkout - Zustimmungstext - Error */
span.zustimmung-error-checkout::before{
	content: "Please accept our terms and conditions and our withdrawal agreement.";
}