.woocommerce-cart .shop_table .product-quantity,
.woocommerce-cart .shop_table th.product-quantity {
    display: none !important;
}
.shop_table .order-total td, .shop_table .order-total th, .shop_table thead th {
    text-transform: unset;
    letter-spacing: 0px ! IMPORTANT;
    font-size: var(--p-size-sm);
}
.shop_table .button {
    text-transform: unset ! IMPORTANT;
    letter-spacing: 0px ! IMPORTANT;
    padding: 5px 20px;
    border-radius: var(--box-radius-lg);
}
button.button.primary.mt-0.pull-left.small {
    background: #eff9f0 !important;
    opacity: 1;
    border: 1px solid #d7dcd7 !important;
    color: #0a1e12 !important;
}
a.button-continue-shopping.button.primary.is-outline {
    border-width: 1px;
    padding: 7px 30px;
    border-color: #d7dcd7 ! IMPORTANT;
}
button.button.primary.mt-0.pull-left.small:hover {
    background: #0a1e12 !important;
    color: white !important;
}
.uppercase, h6, span.widget-title, th {
    text-transform: unset ! IMPORTANT;
    letter-spacing: 0px ! IMPORTANT;
}
h3.widget-title {
    font-size: 16px ! IMPORTANT;
    margin-top: var(--p-size-sm);
    border: none ! IMPORTANT;
    padding-bottom: 4px !important;
}
.cart_totals.calculated_shipping {
    background: #eff9f0;
    border-radius: 10px;
    padding: 35px ! IMPORTANT;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.06);
    border: 1px solid #d8ddd8;
}
.cart_totals th.product-name {
    letter-spacing: 0px ! IMPORTANT;
    font-size: 23px;
    font-weight: 800;
}
.cart_totals th.product-name {
    letter-spacing: 0px ! IMPORTANT;
    font-size: 23px;
    font-weight: 800;
    border-bottom: none;
}
.cart-collaterals.large-5.col.pb-0 {
    border: none !important;
    max-width: 35% ! IMPORTANT;
    margin-left: auto;
}
.cart_totals .wc-proceed-to-checkout {
    margin: 0px !important;
}
.cart_totals a.checkout-button.button.alt.wc-forward {
    margin-bottom: 0px !important;
}

.cart_totals .wc-proceed-to-checkout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.cart_totals td, th {
    border: none ! IMPORTANT;
}
.cart_totals .wc-proceed-to-checkout::after {
    content: "";
    display: block;
    width: min(300px, 100%);
    aspect-ratio: 300 / 32;
    background: url("/wp-content/uploads/2026/03/beige-betaalmethodes-510x54-1-300x32.png") center / contain no-repeat;
}
