@media only screen and (max-device-width: 600px) {
    .order_simple {
        background: url(../img/order_simple.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 77px 0px 40px;
    }

    .order_simple_box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        padding-top: 40px;
    }

    .order_simpled_title {
        color: var(--neutral-near-black, #0E0E0E);
        text-align: center;
        font-family: "Bona Nova";
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 135%;
        text-transform: capitalize;
        margin-bottom: 0px;
    }

    .down_boxes {
        display: flex;
        width: 100%;
        padding: 24px;
        gap: 20px;
        flex-direction: column;
        align-items: center;
        border-radius: 0px;
        border: none;
        background: var(--neutral-white, #FFF);
    }

    .form_boxx {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .db_1 {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 20px;

    }

    .collector_1 {
        display: flex;
        width: 170px;
        height: 45px;
        padding: 8px;
        justify-content: center;
        align-items: center;
        flex: 1 0 0;
        border-radius: 4px;
        border: 1px solid var(--neutral-500, #D0D0D0);
        background: var(--neutral-400, #F4F4F4);
    }

    .qty_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 46px;
        width: 100%;
    }

    .wc_box {
        width: 100%;
    }

    .cart_collector_1 {
        color: var(--neutral-near-black, #0E0E0E);
        text-align: center;
        font-family: "Inter";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        background-color: transparent;
        border: none;
        box-shadow: none !important;
        background: var(--neutral-400, #F4F4F4) !important;
        padding: 0px;
    }

    .turn_box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 21px;
        margin-top: 8px;
    }

    .btm_group {
        width: 100%;
        height: 45px;
        flex-shrink: 0;
        border-radius: 83px;
        background: var(--neutral-400, #F4F4F4);
        margin-left: 0px;
    }

    .quality_box {
        display: flex;
        align-items: flex-start;
        width: 100%;
        flex-direction: column;
        gap: 21px;
        margin-top: 8px;


    }

    .btmm_group {
        width: 100%;
        height: 45px;
        flex-shrink: 0;
        border-radius: 83px;
        background: var(--neutral-400, #F4F4F4);
        margin-left: 0px;
    }


    .down_buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 16px;
        align-self: stretch;
        width: 100%;
        margin-top: 8px;
    }

    .totaal {
        margin-top: 8px;
    }

    .form_box_2 {
        display: flex;
        width: 100%;
        max-width: 327px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .form_box_1 {
        display: flex;
        width: 100%;
        max-width: 327px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

/* ORDER CONTENT SIMPLED */
.feild_boxx {
    padding: 16px;
    height: 123px;
    border-radius: 4px;
    border: 1px solid var(--neutral-600, #9B9B9B);
    background: var(--neutral-white, #FFF);
    color: var(--neutral-near-black, #0E0E0E);
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.welcomee {
    color: var(--neutral-near-black, #0E0E0E);
    text-align: center;
    font-family: "Bona Nova";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    text-transform: capitalize;
}


}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1348px) {}

@media only screen and (min-device-width: 1349px) and (max-device-width: 1439px) {}

@media only screen and (min-device-width: 1440px) and (max-device-width: 1499px) {}

@media only screen and (min-device-width: 1500px) and (max-device-width: 1699px) {}

@media only screen and (min-device-width: 1800px) and (max-device-width: 1919px) {}