/* ORDER DETAILED SIMPLE */
.order_simple {
    background: url(../img/order_simple.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0px;
}

.order_simple_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding-top: 85px;
}

.order_simpled_title {
    color: var(--neutral-near-black, #0E0E0E);
    text-align: center;
    font-family: "Bona Nova";
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.switch_boxx {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding-left: 0px;
}

.switch_name {
    color: var(--neutral-near-black, #0E0E0E);
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    opacity: 0.2;

}

.switch_name.active {
    color: var(--neutral-near-black, #0E0E0E);
    text-align: right;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    opacity: 1;

}

.real_toggle {
    width: 38px;
    height: 24px;

}

.form-check-input.real_toggle:checked {
    background-color: #3C3C3C;
    border: none;
    margin-left: 0px;

}

.form-switch .form-check-input {
    margin-left: 0px;
    background-image: url(../img/toggle_box.svg);
    background-color: #3C3C3C;
    border: none;
}

.form_boxx {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.form_box_1 {
    display: flex;
    width: 363px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.form_box_2 {
    display: flex;
    width: 363px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.feild_box1 {
    display: flex;
    height: 58px;
    width: 100%;
    padding: 16px;
    align-items: center;
    align-self: stretch;
    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;
}

.form_group {
    width: 100%;
}

.drop_ddon {
    display: flex;
    height: 58px;
    width: 100%;
    padding: 16px;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid var(--neutral-600, #9B9B9B);
    background-color: var(--neutral-white, #FFF);
    background-image: url(../img/dropp_down_icon.png);
    background-size: 24px;
    color: var(--neutral-800, #3C3C3C);
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.down_boxes {
    display: flex;
    width: 746px;
    padding: 40px;
    gap: 24px;
    flex-direction: column;
    align-items: center;
    border-radius: 24px;
    border: 1px solid var(--neutral-600, #9B9B9B);
    background: var(--neutral-white, #FFF);
}

.common_text {
    color: var(--neutral-near-black, #0E0E0E);
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.collector_1 {
    display: flex;
    width: 228.372px;
    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);
}

.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;

}

.btn_add_sub_1 {
    width: 34px;
    height: 37px;
    padding: 0px;
}

.btn_add_sub {
    width: 34px;
    height: 37px;
    padding: 0px;
}

.db_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.wc_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.qty_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.img_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 55px;
}

.turn_box {
    display: flex;
    align-items: center;
    width: 100%;
}

.quality_box {
    display: flex;
    align-items: center;
    width: 100%;
}

.btm_group {
    width: 560px;
    height: 45px;
    flex-shrink: 0;
    border-radius: 83px;
    background: var(--neutral-400, #F4F4F4);
    margin-left: 24px;
}

.btmm_group {
    width: 560px;
    height: 45px;
    flex-shrink: 0;
    border-radius: 83px;
    background: var(--neutral-400, #F4F4F4);
    margin-left: 58px;
}

.btn_turn.active {
    height: 45px;
    flex-shrink: 0;
    border-radius: 83px 0px 0px 83px;
    background: var(--core-primary, #0F5548);
    color: var(--neutral-white, #FFF);
    text-align: center;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.totaal {
    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_buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    width: 100%;
}

.btn_clear {
    display: flex;
    padding: 20px 32px;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 9px;
    align-self: stretch;
    border-radius: 60px;
    background: var(--core-tertiary, #EDEAE3);
    color: var(--neutral-near-black, #0E0E0E);
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.btn_continue {
    display: flex;
    padding: 20px 32px;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 9px;
    align-self: stretch;
    border-radius: 60px;
    background: var(--core-primary, #0F5548);
    color: var(--neutral-white, #FFF);
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

/* ORDER CONTENT SIMPLE */
.feild_boxx {
    padding: 16px;
    height: 221px;
    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;
}


/* modal */
.welcomee {
    color: var(--neutral-near-black, #0E0E0E);
    text-align: center;
    font-family: "Bona Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    text-transform: capitalize;
}
.modall_boxx{
    display: flex;
    justify-content:center;
    align-items: center;
}