.elementor-487 .elementor-element.elementor-element-11e0cc2d > .elementor-container{max-width:1210px;}:root{--page-title-display:none;}/* Start custom CSS for section, class: .elementor-element-11e0cc2d *//* WooCommerce winkelmand pagina */

.woocommerce-cart .elementor-element-11e0cc2d {
    padding-top: 90px;
    padding-bottom: 100px;
}

.woocommerce-cart .elementor-element-11e0cc2d .elementor-container {
    max-width: 1140px;
}

.woocommerce-cart h1.elementor-heading-title {
    margin-bottom: 36px;
    color: #555b63;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
}

/* Algemene WooCommerce cart layout */

.woocommerce-cart .woocommerce {
    color: #555b63;
}

.woocommerce-cart .woocommerce a {
    color: #ed1c24;
    text-decoration: none;
}

.woocommerce-cart .woocommerce a:hover {
    color: #d71920;
}

/* Cart tabel */

.woocommerce-cart .woocommerce-cart-form {
    width: 100%;
    margin-bottom: 38px;
}

.woocommerce-cart table.shop_table.cart {
    width: 100%;
    margin: 0;
    border: 1px solid #eeeeee;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0;
    background: #ffffff;
    overflow: hidden;
}

.woocommerce-cart table.shop_table.cart thead {
    background: #f6f6f6;
}

.woocommerce-cart table.shop_table.cart th {
    padding: 18px 20px;
    border: 0;
    border-bottom: 1px solid #eeeeee;
    color: #555b63;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
}

.woocommerce-cart table.shop_table.cart td {
    padding: 22px 20px;
    border: 0;
    border-bottom: 1px solid #eeeeee;
    color: #555b63;
    font-size: 15px;
    line-height: 1.5;
    vertical-align: middle;
}

.woocommerce-cart table.shop_table.cart tr:last-child td {
    border-bottom: 0;
}

/* Kolombreedtes */

.woocommerce-cart table.shop_table.cart .product-remove {
    width: 54px;
    text-align: center;
}

.woocommerce-cart table.shop_table.cart .product-thumbnail {
    width: 110px;
}

.woocommerce-cart table.shop_table.cart .product-name {
    width: auto;
}

.woocommerce-cart table.shop_table.cart .product-price,
.woocommerce-cart table.shop_table.cart .product-quantity,
.woocommerce-cart table.shop_table.cart .product-subtotal {
    width: 150px;
}

/* Verwijderknop */

.woocommerce-cart table.shop_table.cart .product-remove a.remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 16px auto;
    border-radius: 50%;
    background: #fff5f5;
    color: #ed1c24 !important;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.woocommerce-cart table.shop_table.cart .product-remove a.remove:hover {
    background: #ed1c24;
    color: #ffffff !important;
}

/* Productafbeelding */

.woocommerce-cart table.shop_table.cart .product-thumbnail a {
    display: block;
    width: 78px;
    height: 78px;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #eeeeee;
}

.woocommerce-cart table.shop_table.cart .product-thumbnail img,
.woocommerce-cart table.shop_table.cart .product-thumbnail picture {
    display: block;
    width: 100%;
    height: 100%;
}

.woocommerce-cart table.shop_table.cart .product-thumbnail img {
    object-fit: contain;
}

/* Productnaam */

.woocommerce-cart table.shop_table.cart .product-name a {
    color: #555b63;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.woocommerce-cart table.shop_table.cart .product-name a:hover {
    color: #ed1c24;
}

/* Prijzen */

.woocommerce-cart table.shop_table.cart .woocommerce-Price-amount {
    color: #555b63;
    font-weight: 600;
}

.woocommerce-cart table.shop_table.cart .product-subtotal .woocommerce-Price-amount {
    color: #ed1c24;
    font-weight: 700;
}

/* Quantity */

.woocommerce-cart table.shop_table.cart .quantity {
    display: inline-flex;
    align-items: center;
}

.woocommerce-cart table.shop_table.cart .quantity br {
    display: none;
}

.woocommerce-cart table.shop_table.cart .quantity .qty {
    width: 74px;
    height: 46px;
    padding: 0 10px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    background: #ffffff;
    color: #555b63;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    outline: none;
}

.woocommerce-cart table.shop_table.cart .quantity .qty:focus {
    border-color: #ed1c24;
}

/* Actions rij */

.woocommerce-cart table.shop_table.cart td.actions {
    padding: 20px;
    background: #fafafa;
}

.woocommerce-cart table.shop_table.cart td.actions p {
    margin: 0;
}

.woocommerce-cart table.shop_table.cart .coupon {
    display: flex;
    align-items: center;
    gap: 10px;
    float: left;
}

.woocommerce-cart table.shop_table.cart .coupon .input-text {
    width: 220px;
    height: 46px;
    padding: 0 16px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    background: #ffffff;
    color: #555b63;
    font-size: 14px;
    outline: none;
}

.woocommerce-cart table.shop_table.cart .coupon .input-text:focus {
    border-color: #ed1c24;
}

.woocommerce-cart table.shop_table.cart .coupon .input-text::placeholder {
    color: #8b8f95;
}

/* Buttons algemeen */

.woocommerce-cart .woocommerce button.button,
.woocommerce-cart .woocommerce a.button,
.woocommerce-cart .woocommerce input.button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 13px 24px;
    border: 0 !important;
    border-radius: 3px;
    background: #ed1c24 !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.woocommerce-cart .woocommerce button.button:hover,
.woocommerce-cart .woocommerce a.button:hover,
.woocommerce-cart .woocommerce input.button:hover {
    background: #d71920 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.woocommerce-cart .woocommerce button.button:disabled,
.woocommerce-cart .woocommerce button.button:disabled[disabled] {
    background: #eeeeee !important;
    color: #999999 !important;
    cursor: not-allowed;
    transform: none;
}

/* Update winkelwagen rechts */

.woocommerce-cart table.shop_table.cart td.actions > p {
    float: right;
}

/* Cart collaterals */

.woocommerce-cart .cart-collaterals {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 24px;
}

.woocommerce-cart .cart-collaterals::before,
.woocommerce-cart .cart-collaterals::after {
    display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
    max-width: 470px;
    float: none;
    padding: 30px;
    border: 1px solid #eeeeee;
    background: #f7f7f7;
}

.woocommerce-cart .cart_totals h2 {
    margin: 0 0 22px 0;
    color: #555b63;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.woocommerce-cart .cart_totals table.shop_table {
    width: 100%;
    margin: 0 0 24px 0;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    border-radius: 0;
    background: #ffffff;
}

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
    padding: 16px 18px;
    border: 0;
    border-bottom: 1px solid #eeeeee;
    color: #555b63;
    font-size: 15px;
    line-height: 1.4;
}

.woocommerce-cart .cart_totals table.shop_table tr:last-child th,
.woocommerce-cart .cart_totals table.shop_table tr:last-child td {
    border-bottom: 0;
}

.woocommerce-cart .cart_totals table.shop_table th {
    width: 45%;
    font-weight: 700;
    text-align: left;
}

.woocommerce-cart .cart_totals table.shop_table td {
    text-align: right;
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td,
.woocommerce-cart .cart_totals .order-total strong,
.woocommerce-cart .cart_totals .order-total .woocommerce-Price-amount {
    color: #ed1c24;
    font-size: 18px;
    font-weight: 800;
}

/* Checkout button */

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0;
}

.woocommerce-cart .wc-proceed-to-checkout p {
    margin: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: flex !important;
    width: 100%;
    min-height: 58px;
    margin: 0;
    padding: 18px 28px;
    border-radius: 3px;
    background: #ed1c24 !important;
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 800;
    text-align: center;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button br {
    display: none;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #d71920 !important;
    color: #ffffff !important;
}

/* Clearfix actions */

.woocommerce-cart table.shop_table.cart td.actions::after {
    content: "";
    display: table;
    clear: both;
}

/* Winkelmand tablet correctie */

@media (min-width: 768px) and (max-width: 1024px) {
    .woocommerce-cart body,
    body.woocommerce-cart {
        background: #ffffff;
    }

    .woocommerce-cart .elementor-element-11e0cc2d {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    .woocommerce-cart .elementor-element-11e0cc2d .elementor-container {
        max-width: 100%;
        padding-left: 32px;
        padding-right: 32px;
    }

    .woocommerce-cart h1.elementor-heading-title {
        margin-bottom: 34px;
        font-size: 36px;
    }

    /* Forceer tablet terug naar tabel, niet mobiele cards */
    .woocommerce-cart table.shop_table.cart {
        display: table;
        width: 100%;
        border: 1px solid #eeeeee;
        background: #ffffff;
        table-layout: auto;
    }

    .woocommerce-cart table.shop_table.cart thead {
        display: table-header-group;
    }

    .woocommerce-cart table.shop_table.cart tbody {
        display: table-row-group;
    }

    .woocommerce-cart table.shop_table.cart tr {
        display: table-row;
        width: auto;
        margin: 0;
        padding: 0;
        border: 0;
        background: transparent;
    }

    .woocommerce-cart table.shop_table.cart th,
    .woocommerce-cart table.shop_table.cart td {
        display: table-cell;
        width: auto !important;
        padding: 16px 12px;
        border-bottom: 1px solid #eeeeee;
        background: #ffffff;
        vertical-align: middle;
        text-align: left;
    }

    .woocommerce-cart table.shop_table.cart th {
        background: #f6f6f6;
        font-size: 13px;
    }

    .woocommerce-cart table.shop_table.cart td[data-title]::before {
        display: none;
    }

    .woocommerce-cart table.shop_table.cart .product-remove {
        position: static;
        width: 44px !important;
        padding: 16px 8px;
        text-align: center;
        background: #ffffff;
    }

    .woocommerce-cart table.shop_table.cart .product-thumbnail {
        display: table-cell;
        width: 74px !important;
    }

    .woocommerce-cart table.shop_table.cart .product-thumbnail a {
        width: 54px;
        height: 54px;
        padding: 6px;
    }

    .woocommerce-cart table.shop_table.cart .product-name {
        width: auto !important;
        padding-right: 12px;
    }

    .woocommerce-cart table.shop_table.cart .product-name a {
        font-size: 14px;
        text-align: left;
    }

    .woocommerce-cart table.shop_table.cart .product-price,
    .woocommerce-cart table.shop_table.cart .product-quantity,
    .woocommerce-cart table.shop_table.cart .product-subtotal {
        width: 105px !important;
        font-size: 14px;
    }

    .woocommerce-cart table.shop_table.cart .quantity .qty {
        width: 58px;
        height: 42px;
        font-size: 15px;
    }

    /* Acties onder tabel */
    .woocommerce-cart table.shop_table.cart td.actions {
        display: table-cell;
        padding: 18px;
        background: #fafafa;
        border-bottom: 0;
    }

    .woocommerce-cart table.shop_table.cart .coupon {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 12px;
        float: none;
        gap: 10px;
    }

    .woocommerce-cart table.shop_table.cart .coupon .input-text {
        flex: 1;
        width: auto;
        max-width: none;
    }

    .woocommerce-cart table.shop_table.cart .coupon .button {
        width: auto;
        min-width: 210px;
    }

    .woocommerce-cart table.shop_table.cart td.actions > p {
        width: 100%;
        margin: 0;
        float: none;
    }

    .woocommerce-cart table.shop_table.cart td.actions > p .button {
        width: 100%;
    }

    /* Totalen onder elkaar en full width op tablet */
    .woocommerce-cart .cart-collaterals {
        display: block;
        margin-top: 32px;
    }

    .woocommerce-cart .cart-collaterals .cart_totals {
        width: 100%;
        max-width: none;
        padding: 28px;
        background: #f7f7f7;
    }
}


/* Winkelmand mobiel fix */

@media (max-width: 767px) {
    body.woocommerce-cart {
        background: #f7f7f7;
    }

    .woocommerce-cart #content,
    .woocommerce-cart .site-main,
    .woocommerce-cart .page-content,
    .woocommerce-cart .elementor,
    .woocommerce-cart .elementor-section,
    .woocommerce-cart .elementor-container,
    .woocommerce-cart .elementor-column,
    .woocommerce-cart .elementor-widget-wrap,
    .woocommerce-cart .elementor-widget-container {
        background: #f7f7f7;
    }

    .woocommerce-cart .elementor-element-11e0cc2d {
        padding-top: 42px;
        padding-bottom: 60px;
        background: #f7f7f7;
    }

    .woocommerce-cart .elementor-element-11e0cc2d .elementor-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .woocommerce-cart h1.elementor-heading-title {
        margin-bottom: 28px;
        font-size: 30px;
        line-height: 1.15;
    }

    .woocommerce-cart .woocommerce-cart-form {
        margin-bottom: 24px;
    }

    .woocommerce-cart table.shop_table.cart tr.woocommerce-cart-form__cart-item {
        padding: 0;
        border: 1px solid #eeeeee;
        background: #ffffff;
    }

    .woocommerce-cart table.shop_table.cart td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 17px 18px;
        background: #ffffff;
        border-bottom: 1px solid #eeeeee;
    }

    .woocommerce-cart table.shop_table.cart td.product-remove {
        display: block;
        top: 12px;
        right: 12px;
        padding: 0;
        background: transparent;
        border: 0;
    }

    .woocommerce-cart table.shop_table.cart td.product-thumbnail {
        display: none;
    }

    .woocommerce-cart table.shop_table.cart td.product-name {
        padding-right: 52px;
    }

    .woocommerce-cart table.shop_table.cart td.product-name a {
        text-align: right;
    }

    .woocommerce-cart table.shop_table.cart td[data-title]::before {
        margin: 0;
        flex-shrink: 0;
    }

    .woocommerce-cart table.shop_table.cart .quantity {
        margin-top: 0;
    }

    .woocommerce-cart table.shop_table.cart .quantity .qty {
        width: 66px;
        height: 44px;
    }

    .woocommerce-cart table.shop_table.cart td.actions {
        display: block;
        margin-top: 18px;
        padding: 18px;
        border: 1px solid #eeeeee;
        background: #ffffff;
    }

    .woocommerce-cart table.shop_table.cart .coupon {
        width: 100%;
        margin: 0 0 14px 0;
    }

    .woocommerce-cart table.shop_table.cart .coupon .input-text,
    .woocommerce-cart table.shop_table.cart .coupon .button,
    .woocommerce-cart table.shop_table.cart td.actions > p .button {
        width: 100%;
    }

    .woocommerce-cart .cart-collaterals {
        margin-top: 28px;
    }

    .woocommerce-cart .cart-collaterals .cart_totals {
        padding: 24px 18px;
        border: 1px solid #eeeeee;
        background: #ffffff;
    }

    .woocommerce-cart .cart_totals h2 {
        font-size: 26px;
    }
}/* End custom CSS */