.elementor-5437 .elementor-element.elementor-element-c33b20e{--display:flex;--margin-top:0px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5437 .elementor-element.elementor-element-313f44fb{--display:flex;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:20px;--padding-right:20px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-5437 .elementor-element.elementor-element-313f44fb{--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-5437 .elementor-element.elementor-element-313f44fb{--content-width:1120px;}}/* Start custom CSS for shortcode, class: .elementor-element-3b5aef6a */.overlay-lopende-order.minty-active-popup {
        opacity: 10;
        pointer-events: all;
        cursor: pointer;
        z-index: 101;
    }

    .single-lijst-header {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: wrap;
    }

    #save-prepared-orders {
        font-size: 0.875rem;
        margin-top: 0px;
        color: var(--e-global-color-accent);
        width: 100%;
    }

    .product-list.vaste-order {
        margin-top: 30px;
    }

    .single-lijst-header h4 {
        margin: 0;
    }


    .dagen-wrapper {
        margin-top: 18px;
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 4px;
        line-height: 1rem;
    }

    .dag {
        padding: 2px 6px;
        background-color: var(--e-global-color-e9d1573);
        border-radius: 1000px;
        font-size: 0.875rem;
        color: #fff;
        font-weight: 500;
    }

    .product-list a.prod-title {
        width: auto;
    }
    a.prod-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-width: 170px;
    }
    .edit-name-icon {
        min-width: 26px;
        height: 26px;
        background-color: var(--e-global-color-e9d1573);
        mask-image: url(/wp-content/uploads/2024/03/edit-name.svg);
        mask-size: contain;
        mask-position: center;
        mask-repeat: no-repeat;

        -webkit-mask-image: url(/wp-content/uploads/2024/03/edit-name.svg);
        -webkit-mask-size: contain;
        -webkit-mask-position: center;
        -webkit-mask-repeat: no-repeat;

        margin-top: -9px;
        cursor: pointer;
    }

    .name-list {
        font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
        font-size: var(--e-global-typography-accent-font-size) !important;
        font-weight: var(--e-global-typography-accent-font-weight) !important;
        line-height: var(--e-global-typography-accent-line-height) !important;
        letter-spacing: var(--e-global-typography-accent-letter-spacing) !important;
        border: 0 !important;
        padding: 0 0 0 0px !important;
        border-radius: 0 !important;
        background-color: transparent !important;
        outline: 0 !important;
    }

    .title-van-lijst {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .product-list {
        display: grid;
        gap: 5px;
    }

    .single-product {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 21px;
    }

    .image-prod-wrapper,
    .image-prod-wrapper img {
        width: 40px;
        height: 40px;
        border-radius: 4px !important;
        object-fit: contain;
    }

    .image-prod-wrapper img {
        padding: 3px;
    }

    .elementor-5437 .elementor-element.elementor-element-3b5aef6a .prod-name-wrapper {
    display: inline-flex;
    gap: 6px 14px;
    align-items: baseline;
    flex-wrap: wrap;
    }
    .elementor-5437 .elementor-element.elementor-element-3b5aef6a .prod-eenheid {
    width: 100%;
}

    .qty-select-wrapper input {
        width: 37px !important;
        height: 37px !important;
        border: 0;
        background-color: var(--e-global-color-5e4a2c9) !important;
        outline: 0 !important;
        font-family: var(--e-global-typography-secondary-font-family), Sans-serif !important;
        letter-spacing: -0.04em;
        border: 0 !important;
        padding: 0 !important;
        text-align: center;
    }

    .qty-select-wrapper {
        display: flex;
        align-items: center;
        gap: 18px;
    }

    .qty-select-wrapper input::-webkit-inner-spin-button,
    .qty-select-wrapper input::-webkit-outer-spin-button {
        -webkit-appearance: none !important;
        appearance: none !important;
        background-color: transparent;
        display: none !important;
        margin: 0; /* Optioneel: kan helpen om eventuele ruimte rond de pijltjes te verwijderen */
    }

    button.min-trash.min-icon {
        padding: 0 !important;
        padding: 0;
        border: 0;
        border-radius: 0 !important;
        margin: 0 !important;
        width: 16px;
        height: 16px;
        background-color: var(--e-global-color-e9d1573) !important;
        outline: 0 !important;
        mask: url(/wp-content/uploads/2024/03/min.svg);
        mask-position: center;
        mask-size: contain;
        mask-repeat: no-repeat;

        -webkit-mask: url(/wp-content/uploads/2024/03/min.svg);
        -webkit-mask-position: center;
        -webkit-mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        touch-action: manipulation;
    }

    button.plus-icon {
        padding: 0 !important;
        padding: 0;
        border: 0;
        border-radius: 0 !important;
        margin: 0 !important;
        width: 16px;
        height: 16px;
        background-color: var(--e-global-color-e9d1573) !important;
        outline: 0 !important;
        mask: url(/wp-content/uploads/2024/03/plus.svg);
        mask-position: center;
        mask-repeat: no-repeat;
        mask-size: contain;
        -webkit-mask: url(/wp-content/uploads/2024/03/plus.svg);
        -webkit-mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        touch-action: manipulation;
    }


    button.min-trash.min-icon.last-one {
        width: 16px;
        height: 21px;
        mask: url(/wp-content/uploads/2024/03/delete.svg);
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: contain;
        -webkit-mask: url(/wp-content/uploads/2024/03/delete.svg);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: contain;
    }

    .prod-title {
        font-family: var(--e-global-typography-62ca9c7-font-family), Sans-serif;
        font-size: var(--e-global-typography-62ca9c7-font-size);
        font-weight: var(--e-global-typography-62ca9c7-font-weight);
        line-height: 1em;
        letter-spacing: var(--e-global-typography-62ca9c7-letter-spacing);
        word-spacing: var(--e-global-typography-62ca9c7-word-spacing);
    }


    .action-wrapper {
        display: flex;
        gap: 20px 60px;
        margin-top: 40px;
        align-items: center;
        flex-wrap: wrap;
    }

    span.prod-price {
        line-height: 1em;
        color: var(--e-global-color-accent);
    }

    .product-wrapper.vaste-lijst .prod-eenheid {
        line-height: 1em;
        color: var(--e-global-color-primary);
    }


    .subtotaal {
        padding-right: 10px;
        text-align: right;
        min-width: 160px;
    }

    .product-wrapper {
        display: grid;
        align-items: center;
        padding: 10px;
        border-radius: 8px;
        border: 1px solid var(--e-global-color-5e4a2c9);
        width: 100%;
        gap: 20px;
        grid-template-columns: 40px 1fr auto auto;
    }

    .container-width-website {
        max-width: 1120px;
        margin: auto;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: content-box;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
    }

    .col-aan-rechterkant {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 20px;
        justify-content: space-between;
        width: 100%;
        max-width: 360px;
        color: #fff;
    }

    button.add-tocart {
        width: 37px;
        height: 37px;
        padding: 0;
        background-image: url(/wp-content/uploads/2024/03/bestellen-icon.svg);
        background-repeat: no-repeat;
        background-size: 27px;
        background-position: center;
    }

    .price-total {
        opacity: 0.7;
        font-size: 0.875rem;
    }

    .left-col-data {
        display: flex;
        flex-direction: column;
        line-height: 1;
        gap: 8px;
    }

    .button-wrapper-add {
        display: flex;
    }

    button.save:before {
        content: "";
        height: 18px;
        width: 18px;
        display: inline-block;
        vertical-align: middle;
        background-color: var(--e-global-color-secondary);
        mask: url(/wp-content/uploads/2024/03/save.svg);
        mask-size: contain;
        mask-position: center;
        mask-repeat: no-repeat;
        -webkit-mask: url(/wp-content/uploads/2024/03/save.svg);
        -webkit-mask-size: contain;
        -webkit-mask-position: center;
        -webkit-mask-repeat: no-repeat;
        
        
        
        margin-right: 15px;
        margin-bottom: -5px;
        margin-top: -5px;
    }

    button.delete-entire-list {
        padding: 0 !important;
        background-color: transparent !important;
        font-family: var(--e-global-typography-066bdc9-font-size);
        line-height: 1em;
        font-weight: 500;
        color: var(--e-global-color-primary);
        display: flex;
        align-items: center;
        gap: 17px;
        border-radius: 0;
    }

    button.delete-entire-list:before {
        mask-image: url(/wp-content/uploads/2024/03/delete.svg);
        mask-size: contain;
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-image: url(/wp-content/uploads/2024/03/delete.svg);
        -webkit-mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;


        width: 18px;
        height: 21px;
        cursor: pointer;
        content: "";
        display: block;
        background-color: var(--e-global-color-primary);
    }

    @media only screen and (max-width: 1024px) {
        .product-wrapper {
            display: flex !important;
            gap: 40px;
            flex-wrap: wrap;
        }

        .product-wrapper {
            display: flex !important;
            justify-content: space-between;
        }

        .prod-name-wrapper {
            margin-right: auto;
            margin-left: -10px;
        }

    }

    @media only screen and (max-width: 920px) {
        .subtotaal {
            display: none;
        }

        .prod-name-wrapper {
            gap: 14px;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            width: calc(100% - 170px);
        }

        .product-wrapper.vaste-lijst .prod-eenheid {
            padding: 0;
        }

        a.prod-title {
            width: 100%;
        }

        .prod-name-wrapper {
            margin-right: auto;
            margin-left: -10px!important;
        }

        .product-wrapper {
            gap: 20px;
            padding: 13px 10px;
            align-items: flex-start;
            position: relative;
        }
        a.image-prod-wrapper {
            display: flex;
            align-self: center;
        }

        a.prod-title {
            margin-bottom: -4px;
        }

        .qty-select-wrapper {
            padding-right: 10px;
            margin: 0 !important;
        }

        .qty-select-wrapper input {
            width: 23px !important;
            height: 1rem !important;
            background-color: transparent !important;
        }

        .single-product {
            align-items: flex-start;
            gap: 11px;
        }

        .qty-select-wrapper {
            position: absolute;
            right: 0;
            top: 10;
        }

        button.delete-entire-list {
            width: 100%;
            border-top: 1px solid var(--e-global-color-5e4a2c9);
            padding-top: 20px !important;
        }
    }

    @media only screen and (max-width: 767px) {

        a.prod-title {
            width: 100% !important;
        }
        button.delete-entire-list {
            order: 10000;
        }
    }
    
    
    
    
    
    
    
    
    
    
      .modal.add-to-cart-agend .melding,
    .modal.add-to-cart-agend h3 {
        grid-column: 1 / -1;
    }
    .modal.add-to-cart-agend {
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 776px;
        gap: 0px 30px;
    }

    .modal {
        background: #fff;
        padding: 20px;
        border-radius: 16px;
        position: relative;
        overflow: hidden;
        z-index: 1000;
    }
    .close-btn {
        right: 7px;
        top: 7px;
        position: absolute;
        padding: 10px!important;
        background-color: transparent!important;
    }
    .icon-close {
        width: 14px;
        height: 14px;
        display: block;
        background-color: var(--e-global-color-primary);
        mask-image: url(/wp-content/uploads/2024/04/close_chef.svg);
        mask-position: center;
        mask-size: contain;
        mask-repeat: no-repeat;

        -webkit-mask-image: url(/wp-content/uploads/2024/04/close_chef.svg);
        -webkit-mask-position: center;
        -webkit-mask-size: contain;
        -webkit-mask-repeat: no-repeat;
    }
    button.nieuwe-lijst {
        padding: 0;
        background-color: transparent !important;
    }
    .button-footer {
        display: flex;
        gap: 20px;
        margin-top: 20px;
    }
    .bestellijst-aanmaken,
    .vaste-order-aanmaken,
    .toevoegen-aan-lijst {
        max-width: 360px!important;
        width: 100vw;
    }
    @media only screen and (max-width: 767px) {
        .bestellijst-aanmaken,
        .vaste-order-aanmaken,
        .toevoegen-aan-lijst {
            max-width: calc(100vw - 40px)!important;
            width: 100vw;
        }
    }
    .modal h3,
    .modal h5,
    .modal p {
        margin: 0!important;
    }
    .modal h3 {
        max-width: 200px;
        margin-bottom: 30px!important;
    }
    .eerste-section-grijs {
        padding: 20px;
        margin: -20px -20px 0px -20px;
        background-color: var(--e-global-color-5e4a2c9);
    }
    .velden-groep {
        display: flex;
        flex-direction: column;
    }
    .modal label {
        font-family: var(--e-global-typography-62ca9c7-font-family), Sans-serif !important;
        font-size: var(--e-global-typography-62ca9c7-font-size) !important;
        font-weight: var(--e-global-typography-62ca9c7-font-weight) !important;
        line-height: var(--e-global-typography-62ca9c7-line-height) !important;
        letter-spacing: var(--e-global-typography-62ca9c7-letter-spacing) !important;
        word-spacing: var(--e-global-typography-62ca9c7-word-spacing) !important;
        color: var(--e-global-color-secondary) !important;
        margin-bottom: 10px !important;
    }
    .modal input {
        border: 0 !important;
    }
    .modal.toevoegen-aan-lijst p {
        margin-bottom: 4px;
    }
    .tweede-section-wit ul {
        padding: 0;
    }
    .tweede-section-wit li.dag {
        list-style: none;
    }
    li.dag-select label {
        margin: 0 !important;
        line-height: 1em !important;
        font-family: var(--e-global-typography-066bdc9-font-family), Sans-serif !important;
        cursor: pointer;
    }
    li.dag-select {
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 15px;
    }
    li.dag-select input {
        -webkit-appearance: none;
        width: 25px;
        height: 25px;
        padding: 0 !important;
        border-radius: 6px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid var(--e-global-color-5e4a2c9) !important;
        cursor: pointer
    }
    li.dag-select input:before {
        width: 11px;
        height: 11px;
        background-color: var(--e-global-color-e9d1573);
        mask-image: url(/wp-content/uploads/2024/04/ceck-rememberme.svg);
        mask-size: contain;
        mask-position: center;
        mask-repeat: no-repeat;

        -webkit-mask-image: url(/wp-content/uploads/2024/04/ceck-rememberme.svg);
        -webkit-mask-size: contain;
        -webkit-mask-position: center;
        -webkit-mask-repeat: no-repeat;

        content: "";
        transform: scale(0);
        transition: 0.3s ease;
    }
    li.dag-select input:checked:before {
        transform: scale(1);
    }
    ul.dagen-select {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }
    .tweede-section-wit {
        margin-top: 20px;
        max-height: calc(100vh - 400px);
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .tweede-section-wit::-webkit-scrollbar {
        display: none;
    }
    .tweede-section-wit h5 {
        color: var(--e-global-color-text);
        margin-bottom: 20px;
    }
    .eerste-levering-op {
        line-height: 1;
        text-align: center;
        margin-top: 30px;
        color: var(--e-global-color-accent);
    }
    .modal.vaste-order-aanmaken .button-footer button {
        width: 100%;
    }
    .minty-active-container .modal,
    .minty-active-container.modal {
        position: fixed;
        z-index: 10000!important;
        top:50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }/* End custom CSS */