.elementor-10 .elementor-element.elementor-element-58016250{--display:flex;}.elementor-10 .elementor-element.elementor-element-bdedb7b{--update-cart-automatically-display:none;--sections-border-color:#000000;--sections-title-color:#000000;--links-normal-color:#000000;--links-hover-color:var( --e-global-color-primary );}.elementor-10 .elementor-element.elementor-element-bdedb7b .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:var( --e-global-color-primary );}.elementor-10 .elementor-element.elementor-element-bdedb7b {--sections-descriptions-color:#000000;}.elementor-10 .elementor-element.elementor-element-bdedb7b .coupon{--sections-border-type:none;}/* Start custom CSS for woocommerce-cart, class: .elementor-element-bdedb7b */.coupon-col-end: coupon-col-end/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-58016250 */.ct-woocommerce-cart-form .cart_totals .checkout-button {
    width: 100%;
    background-color: #3ACB6F;
    height: 40px;
    padding-top: 0px;
    padding-bottom: 24px;
    color: white;
    display: flex;               /* zorgt voor centreren */
    align-items: center;         /* verticaal centreren */
    justify-content: center;     /* horizontaal centreren */
    transition: all 0.2s ease-in-out;
}

/* Hover effect */
.ct-woocommerce-cart-form .cart_totals .checkout-button:hover {
    background-color: #33b764; /* donkerder groen */
    color: #000000;            /* tekst zwart */
}/* End custom CSS */