/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.elementor-widget-woocommerce-checkout-page .woocommerce h3 {
    color: var(--sections-title-color, #000);
    font-size: 21px;
    font-family: arial;
    font-weight: 900;
    margin-bottom: var(--sections-title-spacing, 30px);
    margin-top: 0;
}

.woocommerce-checkout .shop_table {
background-color: #F8F7FC;}

.stripe-card-brand {
    display: none !important;
}
.elementor-widget-woocommerce-checkout-page .woocommerce h3 {
    color: var(--sections-title-color, #000);
    font-size: 21px;
    font-family: arial;
    font-weight: 900;
    margin-bottom: var(--sections-title-spacing, 30px);
    margin-top: 0;
}

.woocommerce-checkout .shop_table {
background-color: #F8F7FC;}

.woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
}

/* Produktname und Gesamtpreis */
.woocommerce-checkout-review-order-table thead th.product-name,
.woocommerce-checkout-review-order-table tbody td.product-name {
    width: 70%;
}

.woocommerce-checkout-review-order-table thead th.product-total,
.woocommerce-checkout-review-order-table tbody td.product-total {
    width: 30%;
    text-align: right;
}

/* Zwischensumme */
.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
    width: 70%;
}
.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
    width: 30%;
    text-align: right;
}

/* Steuer (Tax) */
.woocommerce-checkout-review-order-table tfoot tr.tax-rate th,
.woocommerce-checkout-review-order-table tfoot tr.tax-rate td,
.woocommerce-checkout-review-order-table tfoot tr.tax-total th,
.woocommerce-checkout-review-order-table tfoot tr.tax-total td {
    width: 70%;
}

.woocommerce-checkout-review-order-table tfoot tr.tax-rate td,
.woocommerce-checkout-review-order-table tfoot tr.tax-total td {
    width: 30%;
    text-align: right;
}

/* Gesamtsumme */
.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce-checkout-review-order-table tfoot tr.order-total td {
    width: 70%;
}
.woocommerce-checkout-review-order-table tfoot tr.order-total td {
    width: 30%;
    text-align: right;
}
.woocommerce-checkout .col-1 {
    margin: 0 !important;
}
