.ff-ehbo-suite-bestellijst-form {
    max-width: 100%;
}

.ff-ehbo-suite-bestellijst-title {
    margin-bottom: 0.5rem;
}

.ff-ehbo-suite-bestellijst-description {
    margin-bottom: 1.5rem;
    color: #545454;
}

.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table {
    width: 100%;
    border-radius: 25px;
    border-collapse: collapse !important;
    background: #fff;
    table-layout: fixed;
}

.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table thead th,
.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table tbody td,
.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table tfoot th {
    vertical-align: middle;
    padding: 14px 12px;
    border-top: 1px solid #e3e3e3;
    border-left: 0;
    border-right: 0;
    line-height: 1.35;
}

.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table thead th {
    background: transparent !important;
    color: #1f2a44;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
}
a.ff-ehbo-suite-bestellijsten-nav-link b {
    font-weight: unset;
}
li.ff-ehbo-suite-bestellijsten-nav-item {
    margin: 0;
}
.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table th {
    border: unset !important;
}
.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table thead th:first-child,
.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table tbody td:first-child {
    width: 175px;
}

.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table thead th:nth-child(2),
.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table tbody td:nth-child(2) {
    text-align: center;
    width: 75px;
    font-size: 13px;
    font-weight: 800;
}
.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table thead th:last-child,
.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table tbody td:last-child {
    width: 170px;
}
.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table a {
    color: var(--cmsmasters-colors-text);
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
}

.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table a:hover {
    text-decoration: underline;
}

.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table .amount,
.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table .woocommerce-Price-currencySymbol {
color: var(--cmsmasters-colors-text);
    font-weight: 500;
    font-size: 14px;
}

.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table .woocommerce-price-suffix,
.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table small {
    color: var(--cmsmasters-colors-tertiary);
    font-weight: 300;
    display: inline-block;
    margin: 0;
}

.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-total-row th {
    font-weight: 500;
    text-align: right;
}

.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-total-row th:last-child {
    text-align: left;
}

.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-total-amount {
    font-weight: 500;
    font-size: 15px;
    margin-right: 0.3rem;
}

.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-actions-row th {
    text-align: left;
    padding-top: 24px;
}

.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-add-to-cart-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-cart-button-loader {
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    display: none;
    animation: ff-ehbo-suite-spin 0.7s linear infinite;
}

.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-add-to-cart-button.is-loading .ff-ehbo-suite-cart-button-loader {
    display: inline-block;
}

.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-add-to-cart-feedback {
    margin: 10px 0 0;
    font-size: 14px;
}

.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-add-to-cart-feedback.is-success {
    color: #157347;
}

.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-add-to-cart-feedback.is-error {
    color: #b42318;
}

@keyframes ff-ehbo-suite-spin {
    to {
        transform: rotate(360deg);
    }
}

.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-qty-picker {
    display: inline-flex;
    align-items: center;
    border: 1px solid #cccccc;
    border-radius: 6px;
    overflow: hidden;
    background: #f6f6f6;
}

.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-qty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 36px;
    background: #f6f6f6;
    border: 0;
    border-radius: 0;
    padding: 0;
    min-height: 0;
    font-size: 20px;
    font-weight: 600;
    color: #9a9a9a;
    cursor: pointer;
    line-height: 1;
    box-shadow: none;
}
.ff-ehbo-suite-bestellijst-form button.ff-ehbo-suite-qty-btn:before {
    background: white;
}

.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-qty-btn:hover {
    background: #efefef;
    color: #5f5f5f;
}

.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-qty-input {
    width: 50px;
    height: 36px;
    text-align: center;
    border: 0;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius:unset;
    color: #202020;
    padding: 0;
    min-height: 0;
    appearance: textfield;
    -moz-appearance: textfield;
}

.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-qty-input::-webkit-outer-spin-button,
.ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media (max-width: 768px) {
    .ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table {
        table-layout: auto;
    }

    .ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table thead th {
        display: none;
    }

    .ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table tbody tr {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        padding: 14px 10px;
        border-top: 1px solid #e3e3e3;
    }

    .ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table tbody td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        padding: 0;
        border: 0;
        text-align: left !important;
    }

    .ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table tbody td:nth-child(n+3) {
        grid-column: 1 / -1;
    }

    .ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table tbody td::before {
        content: attr(data-title);
        flex: 0 0 auto;
        font-size: 13px;
        font-weight: 700;
        color: #1f2a44;
        text-transform: none;
    }

    .ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table tbody td:nth-child(3),
    .ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table tbody td:nth-child(4) {
        align-items: flex-start;
    }

    .ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table tbody td:nth-child(3) a,
    .ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table tbody td:nth-child(4) .amount {
        text-align: left;
    }

    .ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table tbody td:nth-child(3) a {
        word-break: break-word;
    }

    .ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-qty-picker {
        margin-left: auto;
    }

    .ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table tfoot tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
        padding: 14px 10px;
        border-top: 1px solid #e3e3e3;
    }

    .ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-table tfoot .ff-ehbo-suite-bestellijst-total-row {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

    .ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-total-row th {
        width: 100%;
        padding: 0;
        border: 0;
        text-align: left;
    }


    .ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-total-amount {
        display: inline-block;
        font-size: 24px;
        line-height: 1.15;
        word-break: break-word;
    }

    .ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-total-row th:last-child {
        text-align: right;
    }

    .ff-ehbo-suite-bestellijst-form .ff-ehbo-suite-bestellijst-actions-row .button.alt {
        width: 100%;
    }
}


.ff-ehbo-suite-bestellijsten-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ff-ehbo-suite-bestellijsten-nav-link {
    display: inline-block;
    font-family: "Roboto", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    color: var(--e-global-color-text);
    fill: var(--e-global-color-text);
    border-color: var(--e-global-color-5c0662a);
    border-style: solid;
    border-width: 0 0 0 2px;
    text-decoration: none;
    padding: 0.5rem 0.75rem;
}

.ff-ehbo-suite-bestellijsten-nav-link.is-current-bestellijst {
    color: var(--e-global-color-secondary);
    fill: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
}
