﻿body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Montserrat";
    background-color: #FFFFFF;
    margin-bottom: 80px;
}

.cls_main {
    padding: 12px;
    display: block;
}

.cls_nav {
    display: flex;
    column-gap: 2px;
    padding: 12px 12px 0px 12px;
}

.cls_nav2 {
    display: flex;
    justify-content: space-between;
    padding: 12px 12px 0px 12px;
}

.cls_nav2_left {
    display: flex;
    column-gap: 16px;
}

.cls_nav2_right {
    display: flex;
    column-gap: 12px;
    justify-content: flex-end;
}

.cls_nav1 {
    display: flex;
    column-gap: 25px;
    padding: 12px 12px 0px 12px;
}

.cls_nav_label {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}

.cls_nav_left {
    width: 18%;
    display: flex;
}

.cls_nav_center {
    width: 100%;
    justify-content: center;
    display: flex;
}

.cls_nav_right {
    width: 20%;
    display: flex;
    column-gap: 9px;
    justify-content: flex-end;
}

.cls_nav_img {
    width: 24px;
}

.cls_location_outline {
    display: flex;
    column-gap: 4px;
    align-items: center;
}

.cls_select_outline {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}

.cls_select_label {
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
}

.cls_select {
    border: 0px;
    background-color: inherit;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    outline: none;
    color: #3F4043;
}

.cls_search_outline {
    display: flex;
    column-gap: 4px;
    background-color: #F2F2F2;
    border-radius: 15px;
    margin: 8px 0px;
    padding: 0px 10px;
    overflow: hidden;
}

.cls_search_outline_input {
    border: 0px;
    background-color: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
    width: 100%;
    padding: 10px 0px;
    outline: none;
    color: #828282;
}

.cls_search_img {
    width: 24px;
}

.cls_home_container {
    background-color: #D8ECC6;
    height: 208px;
    display: block;
}

.cls_categories_cont_out {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 18px 0px 0px 0px;
}

.cls_categories_cont {
    display: flex;
    column-gap: 6px;
    flex-wrap: wrap;
    row-gap: 11px;
    justify-content: space-between;
}

.cls_categories_div {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 23%;
    text-align: center;
}

.cls_fruits_logo_img {
    width: 100%;
}

.cls_categories_cont_label {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

.cls_categories_div_label {
    font-size: 10px;
    font-weight: 600;
    line-height: 11.7px;
}

.cls_rec_order_out {
    display: flex;
    flex-direction: column;
    margin-top: 18px;
    gap: 4px;
}

.cls_rec_order_div {
    display: flex;
    justify-content: space-between;
}

.cls_rec_order_div_label {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

.cls_rec_order_div_label1 {
    color: #4D7A3B;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

.cls_rec_order_container {
    box-shadow: 0px 0px 17px 1px #3235451A;
    border-radius: 10px;
    border-bottom: 2px solid #7AC439;
    padding: 11px;
    display: flex;
    column-gap: 12px;
    justify-content: space-between;
}

.cls_rec_order_container_right {
    display: flex;
    align-items: center;
}

.cls_rec_order_cart {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    width: 100%;
}

.cls_rec_order_cart_top {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.cls_rec_order_cart_bottom {
    display: flex;
    gap: 4px;
    justify-content: space-between;
}

.cls_rec_order_cart_top_div {
    display: flex;
    column-gap: 4px;
    align-items: center;
}

.cls_rec_order_label {
    font-size: 13px;
    font-weight: 700;
    line-height: 19.5px;
    color: #464850;
}

.cls_rec_order_label1 {
    color: #EC8B32;
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
}

.cls_rec_order_label2 {
    font-size: 10px;
    font-weight: 500;
    line-height: 12.19px;
    color: #737F8F;
}

.cls_rec_order_label3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #464850;
}

.cls_rec_order_label4 {
    font-size: 10px;
    font-weight: 700;
    line-height: 12.19px;
    color: #529716;
}

.cls_rec_order_cart_bottom_div {
    display: flex;
    flex-direction: column;
}

.cls_rec_order_cart_bottom_label {
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
}

.cls_rec_order_cart_bottom_label1 {
    font-size: 13px;
    font-weight: 700;
    line-height: 19.5px;
    color: #4D7A3B;
}

.cls_footer {
    background-color: #4D7A3B;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 8px 0px;
    column-gap: 9px;
    margin-top: 14px;
    align-items: center;
}

.cls_footer_label {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #FFF;
}

.cls_rec_order_cart_bottom1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cls_btn_green {
    border: 1px solid #4D7A3B;
    width: 100%;
    border-radius: 5px;
    padding: 6px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    color: #4D7A3B;
    background-color: inherit;
}

.cls_delivery_outline {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 12px;
}

.cls_delivery_label {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #3F4043;
}

.cls_delivery_label1 {
    color: #4D7A3B;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: underline;
}

.cls_address_outline {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    gap: 10px;
}

.cls_address_div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cls_address_label {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #3F4043;
}

.cls_address_input {
    border: 1px solid #858585;
    border-radius: 8px;
    padding: 8px;
    color: #3F4043;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    outline: none;
}

.cls_items_outline {
    display: flex;
    column-gap: 6px;
    margin-top: 12px;
}

.cls_items_outline_left {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cls_items_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 84px;
    height: 70px;
    border-radius: 5px;
    border: 1px solid #CBCBCB;
    gap: 6px;
}

.cls_items_container_label {
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    color: #3F4043;
}

.cls_items_outline_right {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.cls_cabbage_icon {
    width: 51px;
    height: 41px;
}

.cls_items_cont {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.cls_item_cont_out {
    border-radius: 5px;
    border: 1px solid #C4C4C4;
    display: flex;
    flex-direction: column;
    padding: 6px 0px 0px 0px;
    gap: 2px;
}

.cls_item_cont_out1 {
    background-color: #E3EFDE;
    border-radius: 5px;
    padding: 5px 7px;
    margin-top: 4px;
}

.cls_item_cont_out1_label {
    font-size: 7px;
    font-weight: 500;
    line-height: 10.5px;
    color: #356681;
}

.cls_item_cont_out_top {
    display: flex;
    column-gap: 22px;
}

.cls_disc_tag {
    background-color: #E2582D;
    padding: 2px 4px;
}

.cls_disc_tag_label {
    color: #FFF;
    font-size: 8px;
    font-weight: 600;
    line-height: 12px;
}

.cls_item_cont_out_top_rgt {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cls_item_cont_label {
    font-size: 11px;
    font-weight: 700;
    line-height: 16.5px;
    color: #3F4043;
}

.cls_item_cont_label1 {
    font-size: 8px;
    font-weight: 500;
    line-height: 12px;
    color: #356681;
}

.cls_item_cont_div1 {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cls_item_cont_div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cls_item_cont_label2 {
    font-size: 11px;
    font-weight: 700;
    line-height: 16.5px;
    color: #EA4D3C;
}

.cls_item_cont_out_btm {
    display: flex;
    justify-content: space-between;
    padding: 0px 8px;
}

.cls_item_cont_out_btm_left {
    display: flex;
    gap: 6px;
}

.cls_items_select {
    border: 1px solid #D3D7E7;
    border-radius: 2px;
    font-size: 8px;
    font-weight: 500;
    line-height: 12px;
    color: #4F5054;
    padding: 2px;
}

.cls_items_selector {
    background-color: #4D7A3B;
    border: 1px solid #4D7A3B;
    border-radius: 5px;
    padding: 4px 5px;
    column-gap: 8px;
    display: flex;
}

.cls_items_selector_label {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: #FFF;
}

.cls_items_selector_label1 {
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    color: #FFF;
}

.cls_footer1 {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    z-index: 20;
    width: 100%;
    background-color: #FFF;
}

.cls_footer_text {
    display: flex;
    background-color: #FFE7E5;
    text-align: center;
    padding: 5px 0px;
    justify-content: center;
}

.cls_footer_text_green {
    display: flex;
    background-color: #DDF8C6;
    text-align: center;
    padding: 5px 0px;
    justify-content: center;
}

.cls_footer_text_label {
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    color: #A1534B;
}

.cls_footer_text_label_green {
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    color: #529716;
}

.cls_footer_text_span {
    font-weight: 700;
}

.cls_footer_container {
    display: flex;
    justify-content: space-between;
    padding: 7px 12px;
}

.cls_footer_div {
    display: flex;
    flex-direction: column;
}

.cls_footer_div_label {
    color: #3F4043;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.cls_footer_div_span {
    font-size: 17px;
    font-weight: 700;
    line-height: 25.5px;
}

.cls_footer_btn {
    border: 1px solid #4D7A3B;
    background-color: #4D7A3B;
    padding: 7px 25px;
    color: #FFF !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    border-radius: 6px;
    cursor:pointer;
}

.cls_cart_header {
    display: flex;
    justify-content: space-between;
    background-color: #FFE5E3;
    align-items: center;
    padding: 8px;
}

.cls_header_text {
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    color: #505050;
}

.cls_header_btn {
    border: 1px solid #EA4D3C;
    color: #EA4D3C;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    background-color: #FFF;
}

.cls_cnf_outline {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
}

.cls_cnf_outline_cont {
    display: flex;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 12px 0px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: -1px;
}

.cls_cnf_cont_left {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cls_cnf_cont_label {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: #3F4043;
}

.cls_cnf_cont_label1 {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #3F4043;
}

.cls_cnf_cont_label2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #4D7A3B;
}

.cls_cnf_outline1 {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
}

.cls_cnf_header_label {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #3F4043;
}

.cls_pricing_outline {
    display: flex;
    justify-content: space-between;
    padding: 12px 0px;
    border-bottom: 1px solid #2E314140;
}

.cls_pricing_outline1 {
    display: flex;
    justify-content: space-between;
    padding: 12px 0px;
}

.cls_pricing_div {
    display: flex;
    flex-direction: column;
}

.cls_pricing_div_label {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: #3F4043;
}

.cls_pricing_div_label1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #3F4043;
}

.cls_pricing_div_label2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #4D7A3B;
}

.cls_cnf_del_outline {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 18px;
}

.cls_cnf_del_label {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #3F4043;
}

.cls_cnf_del_div {
    display: flex;
    justify-content: space-between;
}

.cls_del_btn {
    width: 48%;
    border: 1px solid #B4B8C6;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.5px;
    color: #4F5054;
    display: flex;
    column-gap: 4px;
    background-color: #FFF;
    justify-content: center;
    align-items: center;
    padding: 6px;
}

.cls_del_btn_green {
    width: 48%;
    border: 1px solid #4D7A3B;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.5px;
    color: #FFF;
    display: flex;
    column-gap: 4px;
    background-color: #4D7A3B;
    justify-content: center;
    align-items: center;
    padding: 6px;
}

.cls_del_adress_outline {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 32px;
}

.cls_del_adress_div {
    display: flex;
    justify-content: space-between;
}

.cls_del_adress_div_label {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #3F4043;
}

.cls_del_adress_btn {
    border: 1px solid #B4B8C6;
    padding: 7px 20px;
    color: #4D7A3B;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
}

.cls_card_outline {
    display: flex;
    column-gap: 8px;
    overflow-x: auto;
    white-space: nowrap;
}

.cls_card_div {
    display: flex;
    flex-direction: column;
    background-color: #EBFBDD;
    border: 1px solid #7AC439;
    border-radius: 6px;
    padding: 12px 8px;
    min-width: 67%;
    white-space: normal;
    word-wrap: break-word;
}

.cls_card_div1 {
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    border: 1px solid #7AC439;
    border-radius: 6px;
    padding: 12px 8px;
    min-width: 67%;
    white-space: normal;
    word-wrap: break-word;
}

.cls_card_div_label {
    color: #4D7A3B;
    font-size: 15px;
    font-weight: 600;
    line-height: 22.5px;
}

.cls_card_div_label1 {
    color: #4F5054;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.cls_card_div_label2 {
    color: #4F5054;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
}

.cls_note {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 12px;
}

.cls_note_heading {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #3F4043;
}

.cls_note_ol {
    margin: 0px;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
}

    .cls_note_ol li {
        margin-bottom: 6px;
    }

.cls_cnf_cont_right {
    display: flex;
    flex-direction: column;
}

.cls_register {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 12px 0px 34px 0px;
}

.cls_otp {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 12px 0px 34px 0px;
    padding: 0px 16px;
}

.cls_register_div {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 4px 0px;
}

.cls_register_label {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #3F4043;
    margin:0px;
}

.cls_register_div_label {
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    color: #4F5054;
}

.cls_register_div1 {
    display: flex;
    justify-content: center;
    text-align: center;
}

.cls_register_btn {
    border: 1px solid #4D7A3B;
    background-color: #4D7A3B;
    padding: 7px 25px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    border-radius: 6px;
}

.cls_register_div_a {
    font-size: 13px;
    font-weight: 600;
    line-height: 19.5px;
    color: #4D7A3B;
}

.cls_register_div_a1 {
    font-size: 15px;
    font-weight: 600;
    line-height: 22.5px;
    color: #4D7A3B;
}

.cls_register_div_label2 {
    font-size: 13px;
    font-weight: 600;
    line-height: 19.5px;
    padding: 0px 4px;
}

.cls_register_div_label1 {
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    color: #4F5054;
    margin:0px;
}

.cls_otp_label {
    font-size: 13px;
    font-weight: 600;
    line-height: 19.5px;
    color: #4D7A3B;
}

.cls_otp_container {
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
    margin-top: 12px;
}

.cls_otp_input {
    border-radius: 8px;
    background-color: #F2F2F2;
    padding: 12px 5px;
    font-size: 15px;
    font-weight: 500;
    color: #828282;
    line-height: 22.5px;
    border: 0px;
    outline: none;
    width: 100%;
    text-align: center;
}

.cls_otp_label1 {
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    color: #4F5054;
    margin-top: 22px;
}

.cls_otp_label_a {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #4D7A3B;
}

.cls_splash_main {
    display: flex;
    margin-top: 80px;
    justify-content: center;
}

.cls_splash_div {
    display: flex;
    text-align: center;
    margin: 14px 0px;
}

.cls_splash_label {
    font-size: 15px;
    font-weight: 500;
    line-height: 17.78px;
    color: #515E44;
}

.cls_splash_outline {
    display: block;
    width: 100%;
}

.cls_splash_img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}

.cls_splash_div1 {
    display: flex;
    text-align: center;
    margin-top: 18px;
}

.cls_splash_div2 {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 28px;
}

.cls_splash_label1 {
    font-size: 21px;
    font-weight: 500;
    line-height: 31.5px;
    padding: 0px 32px;
}

.cls_splash_span {
    color: #4D7A3B;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.cls_splash_span1 {
    color: #EA4D3C;
    font-size: 21px;
    font-weight: 700;
    line-height: 31.5px;
}

.cls_toggle_outline {
    display: block;
    top: 0;
    left: 0;
    width: 70vw;
    height: 100vh;
    background: #0000007A;
    position: fixed;
}

.cls_toggle_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #FFF;
    height: 100vh;
}

.cls_toggle_top {
    background-color: #3F4043;
    display: flex;
    column-gap: 12px;
    padding: 48px 22px;
}

.cls_toggle_label {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: #FFF;
}

.cls_toggle_content {
    display: flex;
    flex-direction: column;
    padding: 40px 22px;
    gap: 16px;
}

.cls_toggle_div {
    display: flex;
    gap: 12px;
    align-items: center;
}

.cls_toggle_label1 {
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    color:#000;
}

.cls_toggle_footer {
    display: flex;
    bottom: 0;
    position: fixed;
    justify-content: center;
    width: 80%;
    padding: 5px 0px;
}

.cls_toggle_footer_label {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #3F4043;
}
.active_cat {
    border: 0px solid green !important;
}

/*Aligment issues*/
.cls_nav_padding {
    padding: 12px 12px 0px 12px;
}

.cls_block {
    display: block;
}
.cls_address_green {
    background-color: #7AC439 !important;
}