.elementor-1592 .elementor-element.elementor-element-f01e614{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-43f0ef30 *//* === TABELKOPPEN EN CART-TABEL === */
.woocommerce-cart table.shop_table th {
    background-color: #3472b4 !important;
    color: white !important;
}

/* === KLEUR VAN PRODUCTPRIJS, SUBTOTAAL EN TOTAAL IN DE CART === */
.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal,
.woocommerce-cart .cart-subtotal .woocommerce-Price-amount,
.woocommerce-cart .order-total .woocommerce-Price-amount,
.woocommerce-cart .woocommerce-Price-amount,
.woocommerce-cart .amount,
.woocommerce-cart .order-total td {
    color: white !important;
}

/* === SAMENVATTING RECHTS (TOTAALBOX) === */
.cart_totals {
    background-color: #3472b4 !important;
    color: white !important;
    border-radius: 10px;
    padding: 20px;
}

/* === TEKSTEN EN LABELS IN SAMENVATTING === */
.cart_totals h2,
.cart_totals table th,
.cart_totals table td,
.shipping .woocommerce-shipping-methods label,
.woocommerce-cart .cart_totals .shop_table td,
.woocommerce-cart .cart_totals .shop_table th {
    color: white !important;
}

/* === BUTTONS (TOEPASSING COUPON, VERDER NAAR AFREKENEN) === */
button.button,
.button,
input.button,
.woocommerce a.button {
    background-color: #3472b4 !important;
    border-color: #3472b4 !important;
    color: white !important;
    border-radius: 8px;
    padding: 10px 20px;
}

/* === TOEPASSING COUPON KNOP ORANJE MAKEN === */
.woocommerce-cart .coupon button.button {
    background-color: orange !important;
    border-color: orange !important;
}

/* === HOEVEELHEID-SELECTOR ORANJE HOUDEN === */
.woocommerce-cart .quantity input {
    background-color: orange !important;
    color: white !important;
    border: none !important;
    border-radius: 4px;
}
.woocommerce-cart .quantity .minus,
.woocommerce-cart .quantity .plus {
    color: #3472b4;
}

/* === COUPONVELD RONDOM STIJLEN (NU BLAUW IN PLAATS VAN ORANJE) === */
.woocommerce-cart .coupon input.input-text {
    background-color: #3472b4 !important;
    color: white !important;
    border: none;
    border-radius: 8px;
}

/* === COUPONVELD LABEL WIT MAKEN === */
.woocommerce-cart .coupon label {
    color: white !important;
}

/* === COUPONVELD PLACEHOLDER TEKST WIT MAKEN === */
.woocommerce-cart .coupon input::placeholder {
    color: white !important;
    opacity: 1;
}/* End custom CSS */