
@keyframes animatebottom {
    from {
        bottom: -600px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

body{
    background: #edf2ec;
}




/* ------------------ Toast Message Css Start ------------------ */

#snackbar,
#snackbar_cart {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #030303c4;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 12px 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 80px;
    font-size: 17px;
    border-radius: 5px;
}

#snackbar.show,
#snackbar_cart.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 80px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 80px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 80px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 80px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}

/* ------------------ Toast Message Css End ------------------ */


/* ------------------ Our Gallery Css Start ------------------ */
.galleryThumbnail {
    width: 100%;
    max-width: 100%;
    height: 250px;
    display: block;
    object-fit: cover; /* Maintain aspect ratio and crop as needed */
    cursor: pointer;

}
  
.galleryModal {
    margin: auto; /* Center the image */
    position: fixed;
    z-index: 1100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
    
}
.gallery-modal-content {
    display: flex;
    justify-content: center; /* Horizontally center the content */
    max-width: 90%; /* Adjust the maximum width of the modal content */
    max-height: 80%; /* Adjust the maximum height of the modal content */
    height: auto;
    display: block;
    margin: 0 auto; /* Center the image */
}

.gallery-modal-controls {
position: absolute;
top: 50%;
width: 100%;
display: flex;
justify-content: space-between;
color: #fff;
font-size: 30px;
}

.galleryClose {
color: #fff;
position: absolute;
top: 15px;
right: 35px;
font-size: 40px;
font-weight: bold;
cursor: pointer;
}

.galleryImgPrev{
cursor: pointer;
padding-left: 30px;
}

.galleryImgNext{
cursor: pointer;
padding-right: 30px;
}

@media only screen and (max-width: 1024px) {
    .galleryImgPrev, .galleryImgNext {
        padding-left: 0;
        padding-right: 0;
    }
}

/* ------------------ Our Gallery Css End ------------------ */

/* ------------------ Select 2 Css Start ------------------ */

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: transparent !important;
    border: 1px solid transparent !important;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid transparent !important;
}

.select2-dropdown-open .select2-choice {
    border: none !important;
}

.select2-container-active a {
    background: transparent !important;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid transparent !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
}

.select2-drop-active {
    border: 1px solid #E0E0E0 !important;
    border-top: none;
}

.select2-default {
    color: rgb(112, 112, 112) !important;
}

/* ------------------ Select 2 Css End ------------------ */






/* ------------------ Our Story Page Css Start ------------------ */

.os_store_img{
    width: 23px;
    margin-top: -3px;
    margin-right: 5.5px;
}

.os_store_img_of{
    width: 100px;
    margin-top: 2px;
}

.os_main {
    background: #f6f6f6
}

.os_hedding {
    font-size: 38px
}

.os_para {
    color: gray;
    line-height: 27px
}

.store_main_div {
    background: white;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.store_hedding {
    font-size: 19px;
    color: #326e36;
    font-weight: 600;
}

.store_img {
    height: 103px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.store_sub_hedding {
    font-size: 15px;
}

.os_main_img {
    height: 400px;
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.growth_hedding {
    font-size: 30px;
}

/* Fix for screens wider than 1800px */
@media (min-width: 1800px) {
    .os_main_img {
        height: 450px; /* Increase height to avoid cropping */
        object-position: center top; /* Keeps the head visible */
    }
}

/* ------------------ Our Story Page Css End ------------------ */







/* ------------------ Franchise Enquiry Page Css start ------------------ */

#franchise_enquiry_form .error {
    padding-left: 5px;
    color: red;
    font-size: 15px;
}

.fe_contact_div {
    border: 1px solid #326E36;
    border-radius: 10px;
    background: #edf2ec;
    overflow: auto;
    align-items: center;
}

.fe_contact_img_size {
    width: 60px;
}

.fe_contact_text_head {
    font-size: 23px;
    font-weight: 700;
}

.fe_contact_sub_text {
    font-size: 17px;
    font-weight: 600;
    margin-top: 5px;
}

.download_btn{
    background-color: #F17228;    
    text-align: center;
    margin: 12px 0;
    border-radius: 5px;
    padding: 0 15px;
}

.download_btn a{
    color: #fff;
}

.fe_form_div {
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    border-radius: 10px;
    border:1px solid #326E36;
    background-color: #edf2ec;
}

.fe_form_hedding {
    text-align: center;
    color: #F17228;
}

.fe_input {
    background-color: transparent;
    padding: 9px 10px !important;
    font-size: 17px;
    border-radius: 4px !important;
    border-color: #BDBDBD;
}

.fe_input:focus {
    background-color: transparent !important;
}

.fe_input::placeholder {
    color: rgb(112, 112, 112) !important;
    font-size: 16px;
}

.fe_input_sub_tetx {
    font-size: 15px;
    color: rgb(112, 112, 112);
    padding-left: 5px;
}

#send_msg {
    background: #326e36;
    border: 1px solid #326e36;
    padding: 10px 30px;
    color: white;
    font-size: 17px;
    font-weight: 600;
    border-radius: 5px;
}

.single-chart {    
    justify-content: space-around ;
    border: 1px solid #326e36;
    border-radius: 10px;
    padding: 5px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    background-color: #edf2ec;
}

.circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    max-height: 250px;
}

.circle-bg {
    fill: none;
    stroke: #f8f8f8;
    stroke-width: 3.8;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.orange .circle {
    stroke: #ff9f00;
}

.circular-chart.green .circle {
    stroke: #4CC790;
}

.percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

.pt_highlight_orange{
    font-weight: 700;
    color: #ff9f00;
}

.pt_highlight_green{
    font-weight: 700;
    color: #4CC790;
}

/* .step_no{
    position: absolute;
    font-size: 5rem;
    color: green;    
    top: -1%;
    right: -6%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    font-family: sans-serif;
    opacity: 0.3;    
}
.step_content_div_parent{
    position: relative;
    display: flex; 
    align-items: stretch;
}
.step_content_div{    
    flex: 1; 
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #f6f6f6;
    border-right: none;
    border-bottom: none;
    background-color: #fff;
    box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.10);
} */

.circle_step {
    padding: 11px 20px;
    border-radius: 50%;
    background-color: #4CC790;
    color: #fff;
    max-height: 50px;
    z-index: 2;
    font-size: 1.3rem;
    font-weight: 700;
  }
  
  .how-it-works.row .col-2 {
    align-self: stretch;
  }

  /* .how-it-works.row .col-2::after {
    content: "";
    position: absolute;
    border-left: 3px solid #4CC790;
    z-index: 1;
  }
  .how-it-works.row .col-2.bottom::after {
    height: 50%;
    left: 50%;
    top: 50%;
  }
  .how-it-works.row .col-2.full::after {
    height: 100%;
    left: calc(50% - 3px);
  }
  .how-it-works.row .col-2.top::after {
    height: 50%;
    left: 50%;
    top: 0;
  } */
  
  
  .timeline div {
    padding: 0;
    height: 40px;
  }
  .timeline hr {
    border-top: 3px solid #4CC790;
    margin: 0;
    top: 17px;
    position: relative;
  }
  .timeline .col-2 {
    display: flex;
    overflow: hidden;
  }
  .timeline .corner {
    border: 3px solid #4CC790;
    width: 100%;
    position: relative;
    border-radius: 15px;
  }
  .timeline .top-right {
    left: 50%;
    top: -50%;
  }
  .timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
  }
  .timeline .top-left {
    left: -50%;
    top: -50%;
  }
  .timeline .right-bottom {
    left: 50%;
    top: calc(50% - 3px);
  }

  .text-right{
    text-align: right;
  }

  .our_process{
    padding-top: 35px;
    padding-bottom: 35px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    border-radius: 10px;
    border: 1px solid #326E36;
    background-color: #edf2ec;
  }

/* ------------------ Franchise Enquiry Page Css End ------------------ */







/* -------------- Display Black layer Behind Modal Css Start -------------- */

.modal-backdrop {
    display: none;
}

.modal {
    background: rgba(0, 0, 0, 0.5);
}

/* -------------- Display Black layer Behind Modal Css End -------------- */







/* --------------- BOGO Modal CSS Start ------------------ */

.bogo_animation_text {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}

.bogo_animation_div {
    background: white;
    position: sticky;
    bottom: 23%;
    border-radius: 10px;
    width: 350px;
    height: 350px;
}

.bogo_animation_img {
    width: 290px;
    border-radius: 10px;
}

.overlay {
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.cartOverlay {
    display: flex;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: 161px;
    background-color: rgb(255 255 255 / 50%);
}

.overlayMain {
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1030;
}

.bogoContent {
    border-radius: 3px;
}

.bogoTitle {
    font-size: 22px;
}

.specialOfferSubTitle {
    font-weight: normal;
    font-size: 15px;
    margin-top: -4px;
    display: block;
}

.bogoItemsContainer {
    background: #e3f1e0;
    position: sticky;
    bottom: 1rem;
    border-radius: 7px;
}

.bogoItem {
    border: 1px solid lightgrey;
    background: #ffffff;
    border-radius: 5px;
    min-height: 85px;
    box-shadow: 0 0.2rem 0.5rem rgb(0 0 0 / 10%);
    border-color: transparent;
}

.bogoItemName {
    font-size: 17px;
    font-weight: 600;
    padding-left: 6px;
}

.bogoItemPrice {
    font-size: 18px;
    font-weight: 600;
}

.bogoCustText {
    font-size: 14px;
    color: gray;
}

.emptyBogoContainer {
    display: grid;
    place-items: center;
    font-size: 18px;
    font-weight: 600;
    color: gray;
    border-color: none;
    text-transform: uppercase;
}

.add-buttonBOGO {
    background-color: #edf2ec;
    font-size: 16px;
    border-radius: 5px;
    padding: 2px 22px;
    color: #326E36;
    font-weight: 700;
    border: 1px solid #326E36;
    margin: 10px auto 8px auto;
    display: block;
}

.BOGOItem-image {
    width: 90px;
    border-radius: 4px;
    margin: 20px auto 0px auto;
    display: block;
}

.bogoItemTitle {
    font-size: 19px;
    font-weight: 600;
}

.bContent {
    height: 70vh;
    border-radius: 0px;
    bottom: 0;
    position: absolute;
}

.pop-sub-catBOGO {
    font-size: 19px;
    color: #6d6d6d;
    margin-top: 13px;
}

.bogoBottomBtnSection {
    background: #326E36;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bogoCartBtn {
    background-color: #edf2ec;
    font-size: 16px;
    width: 100%;
    border-radius: 5px;
    padding: 6px 30px;
    color: gray;
    font-weight: 600;
    margin: 8px 10px 0px 0px;
    border: 1px solid #edf2ec;
}

.bogoCleartBtn {
    border: 0px;
    background: transparent;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 15px;
    font-weight: 600;
}

.BOGOModalHeader {
    position: sticky;
    background: #ffffff;
    top: 0;
    border-radius: 0px;
}

#BOGOModal-dialog-scrollable {
    height: calc(100% - 3.5rem);
}

#BOGOModal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: auto;
}

#BOGOModal-dialog-scrollable .modal-content::-webkit-scrollbar {
    width: 6px;
    height: 50px;
    background-color: #ffffff;
}

#BOGOModal-dialog-scrollable .modal-content::-webkit-scrollbar-thumb {
    background-color: rgb(180, 180, 180);
}

.bogoItemOver {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.FreeTextAll {
    font-size: 17px;
    text-transform: uppercase;
    color: #326E36;
    font-weight: 600;
    padding-left: 5px;
}

.firstItemTextDiv {
    border: 1.5px solid #326E36;
}

.is_it_free_item_span {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    display: block;
}

.bogo_main_div {
    border-left: 6px solid #326E36;
    margin: 0px -5px;
}

/* --------------- BOGO Modal CSS End ------------------ */







/* -------------- Promo Code Css Start -------------- */

.lotty_promo_code {
    font-weight: 600;
    font-size: 17px;
}

.lotty_promo_dis {
    font-weight: 700;
    font-size: 21px;
}

.lotty_promo_text {
    font-size: 15px;
}

.coupon_right_img {
    width: 85px;
}

.apply_coupon_input_error {
    font-size: 15px;
    font-weight: normal;
    margin-top: -27px;
    color: red;
    margin-bottom: -10px;
}

.promo_div {
    box-shadow: rgb(0 0 0 / 25%) 0px 3px 10px;
    border-radius: 10px;
}

.promo_title {
    font-weight: 600;
    border-left: 5px solid #326E36;
    font-size: 19px !important;
    padding-left: 12px;
}

.promo_desc {
    padding-left: 17px;
    font-size: 14px;
    padding-right: 17px;
}

a.morelink {
    text-decoration: none;
    outline: none;
    font-size: 14px;
    color: #337ab7;
}

.morecontent span {
    display: none;
}

.promo_code {
    font-size: 17px;
    font-weight: 700;
    border: 2px dashed #326E36;
    border-radius: 5px;
    text-align: center;
    padding: 4px 8px;
    background: #edf2ec;
}

.promo_apply_btn {
    background: #edf2ec;
    color: #326E36;
    border: 1px solid #326E36;
    border-radius: 6px;
    padding: 3px 20px;
    font-weight: 600;
    margin-top: -4px;
    font-size: 15px;
}

.promo_apply_dis_btn {
    background: #e5e5e5;
    color: gray;
    border: 1px solid gray;
    border-radius: 6px;
    padding: 3px 20px;
    font-weight: 600;
    margin-top: -4px;
    font-size: 15px;
    cursor: not-allowed;
}

.promo_message {
    font-size: 14px;
}

.danger {
    color: red;
}

.success {
    color: #326E36;
}

.remove_promo_btn {
    float: right;
    font-size: 32px;
    margin-top: -24px;
    margin-right: 5px;
    cursor: pointer;
}

/* -------------- Promo Code Css End -------------- */







/* ----------- Login Page Css Start ----------- */

#otpSentMob {
    width: 100%;
    margin: 18px auto;
    text-align: center;
    font-size: 16px;
    color: gray;
}

.sentOtpMob {
    font-size: 17px;
    font-weight: 600;
}

#numberChange {
    color: red;
    font-size: 17px;
    font-weight: 600;
    padding-left: 12px;
    cursor: pointer;
}

.login-text {
    font-size: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
}

.login-content {
    border-radius: 6px;
    border: none;
}

.login-header {
    background-color: #f3f3f3;
    padding: 10px 15px;
    border-radius: 6px;
}

.phone-textbox {
    background: transparent;
    border-color: #e1e6eb;
    box-shadow: none;
    font-size: 19px;
    line-height: 20px;
    border-width: 0 0 2px;
    background-color: transparent;
    padding: 10px 0;
    border-radius: 0px;
    height: 50px;
    width: 85%;
    margin: 0px auto;
}

.phone-textbox:focus {
    background: transparent !important;
    border-color: #326E36 !important;
}

.phone-textbox::placeholder {
    font-size: 18px;
}

/* ----------- Login Page Css End ----------- */







/* ------------  Terms And Conditions Css Start ------------ */

.T-C-Heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.T-C-Div p{
    font-size: 18px;
}

.T-C-Para {
    font-size: 18px;
    margin-bottom: -3px;
}

/* ------------  Terms And Conditions Css End ------------ */







/* ------------ Refund Policy Css Start ------------ */

.R-P-Heading {
    font-size: 20px;
    font-weight: 600;
}

.R-P-Para {
    font-size: 18px;
    padding-left: 20px;
}

/* ------------ Refund Policy Css End ------------ */

/* ------------ universe Css Start ------------ */

.universe img {
    width:100%;
    border-radius: 10px;
}

.R-P-Para {
    font-size: 18px;
    padding-left: 20px;
}

/* ------------ universe Css End ------------ */







/* ------------ For All Modals Start ------------ */

.mdlContant {
    border: none;
    border-radius: 5px;
}

.commonTitle {
    font-size: 21px !important;
}

/* ------------ For All Modals End ------------ */







/* -------------- Help And Support Css Start -------------- */

.H-S-Heading {
    font-size: 30px;
    /* padding: 15px 0px; */
    /* background: #dcdcdc38; */
    border-bottom: 6px solid #326E36;
    /* padding-left: 15px; */
    width: fit-content;
    margin: auto;
    margin-bottom: 40px;
}

.ribbon {
    --r: 18px; /* Ribbon shape */
    --b: 2px; /* Border size */

    width: fit-content;
    margin: auto;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 650;
    border-radius: 12px;
    position: relative;
    color: #FBC02D;
    background-color: #e1e6eb;
    padding: 10px 40px;
    clip-path:
      polygon(
        0 0, 100% 0,
        calc(100% - (var(--r) - (var(--b) / 2))) 50%, 100% 100%,
        0 100%, calc(var(--r) - (var(--b) / 2)) 50%
      );
  }
  .ribbon::after {
    content: '';
    position: absolute;
    border-radius: 12px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #326E36;
    z-index: -1;
    clip-path:
      polygon(
        calc(var(--b) * 0) var(--b), calc(100% - (var(--b) * 0)) var(--b),
        calc(calc(100% - var(--b)) - var(--r)) 50%, calc(100% - (var(--b) * 0)) calc(100% - var(--b)),
        calc(var(--b) * 0) calc(100% - var(--b)), calc(var(--r) + var(--b)) 50%
      );
  }

.H-S-Para {
    font-size: 18px;
}
.H-S-Para a{
    text-decoration: underline;
    color: #326E36;
}
.H-S-Para-Heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.H-S-Para-Main-Heading{
    font-size: 22px;
    font-weight: 700;
    color: #E42011;
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: #326E36;
}

.H-S-Box {
    border: 1px solid #ffffff;
    border-radius: 5px;
    background: #ffffff;
    height: 305px;
    box-shadow: 0 0.2rem 1.5rem rgb(0 0 0 / 15%);
}

.H-S-Location {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.H-S-Sub-Location {
    font-size: 18px;
    text-align: center;
}

/* -------------- Help And Support Css End -------------- */







/* ----------- My Addresses Page CSS Start ----------- */

.yesNoBtn {
    border: none;
    background: transparent;
    font-weight: 600;
    font-size: 16px;
}

.yesNoBtnTwo {
    border: none;
    background: #326E36;
    font-weight: 600;
    font-size: 16px;
    padding: 7px 10px;
    color: #ffffff;
    border-radius: 5px;
}

.myAddressDelete {
    border: 0;
    background: transparent;
    float: right;
    color: #326E36;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.myAddType {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.myAddIcon {
    margin-top: -6px;
}

.myAddressBox {
    width: 100%;
    height: 95px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



/* ----------- My Addresses Page CSS End ----------- */







/* ----------- Address List CSS Start ----------- */

#selectAnAddressModal .modal-content{
    height: 80%;
}

#selectAnAddressModal .modal-body::-webkit-scrollbar {
    width: 5px;
    height: 50px;
}

#selectAnAddressModal .modal-body::-webkit-scrollbar-thumb {
    background-color: rgb(180, 180, 180);
}

.address_list_icons{
    height: 100%;
    vertical-align: middle;
    width: 40px;
}

.address_list_title{
    font-size: 19px;
    color: #000000;
}

.address_type_title{
    font-weight: 600; 
    text-transform: capitalize; 
    font-size: 17px;
}

.full_address{
    font-size: 16px;
}

.addressListOverlay{
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgb(255 255 255 / 50%);
}

/* ----------- Address List CSS End ----------- */







/* ------------- Profile Page Css Start ------------- */

.otp-number-text {
    padding: 13px 0px 0px 42px;
    font-size: 17px;
    color: gray;
}

.profile-text {
    font-size: 30px;
    font-weight: 600;
    padding: 15px 20px 0px 5px;
}

.form-control {
    padding: 0.5rem 0.5rem;
}

input:focus {
    border-color: #326E36 !important;
}

textarea:focus {
    border-color: #326E36 !important;
}

.logout-button {
    background-color: transparent !important;
    border: 1px solid #326E36 !important;
    padding: 0.5rem 2.6rem;
    font-size: 16px;
    border-radius: 5px;
    color: #326E36 !important;
}

.logout-button:hover {
    background-color: #edf2ec !important;
    color: #326E36 !important;
}

.profile-label-text {
    font-size: 18px;
}

/* ------------- Profile Page Css End ------------- */







/* ------------- Order Details Page Css Start ------------- */

.orderDetailsToppings {
    font-size: 15px;
    color: gray;
}

.nav-normal {
    transform: translateY(0%);
}

#order_details_div {
    background: white;
}

.total_savings_div {
    border: 1px solid #326E36;
    background: #edf2ec;
    margin-bottom: 10px;
    color: #326E36;
    padding: 4px 0px;
    border-radius: 5px;
    font-size: 17px;
}

.orderNumber {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}

.orderPlaceTime {
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.oederH1 {
    font-size: 21px;
    font-weight: 600;
    margin: 10px 0px 0px 0px;
    padding-left: 5px;
}

.orderItems {
    font-size: 18px;
}

.resName {
    font-size: 20px;
    font-weight: 600;
}

.resAddress {
    font-size: 15px;
    color: gray;
}

.orderItemName {
    margin: 0px;
}

.ordDetailH {
    font-size: 16px;
    color: gray;
    margin: 0;
}

.oty-badge {
    background: #e8fbe5;
    border: 1px solid #326E36;
    color: #000000;
    font-weight: normal;
}

.ordDetails_bogo_div {
    border-left: 6px solid green;
    margin-top: -17px;
    padding-left: 15px;
    padding-top: 3px;
}

.PUD_Lable {
    background: #337ab7;
    font-size: 14px;
    padding: 3px 6px;
    color: white;
    margin-left: 6px;
    border-radius: 2px;
}

.ordDtlTableNo {
    border: none;
    font-size: 14px;
    background: #337ab7;
    color: white;
    margin-left: 6px;
    padding: 2px 6px 1px 6px;
    border-radius: 2px;
    font-weight: 600;
    pointer-events: none;
}

/* ------------- Order Details Page Css End ------------- */







/* ---------------- My Orders Page CSS Start ---------------- */

.ordMessage {
    background: #f1ffe4b0;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    display: block;
    margin-top: 15px;
}

.ordRejectMessage {
    background: #fff0e6b3;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 17px;
    display: block;
    margin-top: 15px;
}

.emptyAddText {
    color: gray;
    font-size: 24px;
    margin-top: -30px;
    letter-spacing: 1px;
    font-weight: 600;
}

.orderStatus {
    color: #ffffff;
    border-radius: 5px;
    font-weight: 600;
    padding: 2px 5px;
    float: right;
    text-transform: uppercase;
    margin: 3px 2px;
    font-size: 14px;
}

.ordPending {
    background-color: #fbb940;
}

.myOrdNum {
    font-size: 20px;
    font-weight: 600;
}

.myOrdAddress {
    font-size: 16px;
}

.myOrdHead {
    background: #f7f7f7;
}

.myOrdItemName {
    font-size: 17px;
    padding-left: 15px;
}

.myOrdDate {
    font-size: 17px;
    color: gray;
}

.myOrdTotal {
    font-size: 20px;
    font-weight: 600;
    float: right;
    margin-top: -3px;
}

.myOrdMain {
    border-radius: 8px;
}

.myOrdItemDetails {
    width: 100%;
    height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.myOrdImg {
    float: left;
    margin-top: 4px;
}

.emptyOrdText {
    font-size: 24px;
    margin-top: 20px;
    color: gray;
}

/* ---------------- My Orders Page CSS End ---------------- */







/* ------------- Proceed To Pay Options Css Start ------------- */

.payOptTitle {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.payOptButton {
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
    padding: 0px;
}

.payOptImgDiv {
    border: 1px solid;
    padding: 6px 15px 8px 15px;
    border-radius: 5px;
    border-color: #9c9c9c;
    margin-right: 15px;
}

.modal_close_btn_class {
    font-size: 14px;
    top: 17px;
    position: absolute;
    right: 17px;
}

.modal_divider {
    color: #dedede;
    height: 7px !important;
}

.payOptImg {
    width: 30px;
    margin-top: -3px;
}

.right_arrow {
    float: right;
    font-size: 22px;
}

.orderPlacedSuccessGif {
    width: 250px;
}

.orderPlacedSuccessText {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.onlinePayment {
    border: 1px dashed #1f88ab;
    padding: 21px;
    border-radius: 5px;
    background: #cfecf6;
    color: #1f88ab
}

.ProceedToPayTitle {
    font-size: 21px;
    font-weight: 600;
}

.cancelBtn {
    border: none;
    background: transparent;
    color: red;
    font-size: 17px;
    margin-top: 3px;
}

/* ------------- Proceed To Pay Options Css End ------------- */







/* ------------- Autocomplete Css Start ------------- */

#autocomplete:focus {
    outline: none;
}
  
.autocomplete-results {
    display: none;
    background-color: white;
    padding: 0;
    list-style-type: none;
    margin: 0 auto;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
}
  
.autocomplete-item {
    padding: 5px 5px 32px 35px;
    height: 26px;
    line-height: 26px;
    border-top: 1px solid #d9d9d9;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
  
.autocomplete-icon {
    display: block;
    position: absolute;
    top: 7px;
    bottom: 0;
    left: 8px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
  
.autocomplete-icon.icon-localities {
    background-image: url('/assets/img/icons/locality.svg');
    background-size: 13px;
    margin-top: 3px;
}
  
.autocomplete-item:hover .autocomplete-icon.icon-localities {
    background-image: url('/assets/img/icons/locality-selected.svg');
}
  
.autocomplete-item:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

.autocomplete-results::after {
    content: "";
    padding: 1px 1px 27px 0;
    height: 18px;
    box-sizing: border-box;
    text-align: right;
    display: block;
    background-image: url('/assets/img/icons/powered-by-google.png');
    background-position: right 8px top 5px;
    background-repeat: no-repeat;
    background-size: 120px 14px
}

#autocomplete_spinner{
    position: absolute;
    top: 32px;
    right: 18px;
    color: #326E36;
    width: 14px;
    height: 14px;
    border-width: 2.9px;
}

/* ------------- Autocomplete Css End ------------- */







/* -------------------- Cart Css Start -------------------- */

.enterTableNoError{
    color: red;
    margin-bottom: -6px;
    font-size: 15px;
}

.cart_city_nm{
    font-size: 15px;
    color: gray;
}

.cart_res_nm{
    font-weight: 600;
     font-size: 17px;
}

.cart_header{
    border-bottom: 8px solid #EEEEEE;
}

.cart_hedding{
    font-weight: 600;
}

.cart_logo{
    margin-top: -5px;
    width: 55px;
}

.cart_item_nm{
    font-size: 18px;
    font-weight: 600;
}

.special-request {
    background-color: rgb(248, 248, 248);
    padding: 8px 5px !important;
    font-size: 16px;
    border-color: transparent;
}

.special-request::placeholder {
    color: rgb(116, 116, 116) !important;
    font-size: 15px;
}

.display_table_text {
    font-size: 16px;
}

.special-request:focus {
    background: transparent !important;
    border-color: #326E36 !important;
}

.coupon-div {
    border-radius: 5px;
    background-color: #edf2ec;
    box-shadow: 0 .2rem 1.5rem rgba(0, 0, 0, .15);
    font-weight: 600;
}

.coupon-heading {
    font-weight: 600;
    color: #326E36;
    display: table-cell;
    vertical-align: middle;
    padding-left: 22px;
    font-size: 20px;
}

.coupon-sub-heading {
    line-height: 30px;
    font-weight: 600;
    color: #1c9d24;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
}

.coupon-image {
    width: 55px;
    margin: 15px auto 15px auto;
    display: block;
}

.bold-price {
    font-size: 18px;
}

.price-font {
    font-size: 18px;
}

.grand-total {
    font-size: 19px;
    font-weight: 600;
}

#DeliveryAddress {
    bottom: 0;
    position: absolute;
    width: 100%;
    background: white;
}

.your-order-text {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    padding: 3px 0px 0px 15px;
    color: #000000;
}

.orderType-box {
    box-shadow: rgb(100 100 111 / 30%) 0px 3px 9px 0px;
    border-radius: 4px;
    cursor: pointer;
}

.delivery {
    cursor: pointer;
}

.pick-up {
    cursor: pointer;
}

.delivery-image {
    width: 30px;
    margin-right: 5px;
    margin-top: -3px;
}

.delivery-text {
    font-size: 16px;
    line-height: 2.7;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.box-image {
    text-align: center;
}

.active-box {
    background-color: #326E36;
    color: #fff;
    border-radius: 6px;
}

#applyPromoSuccessModal {
    background-image: url("/assets/img/cart/coupon.gif") !important;
}

.remove_offer_button {
    font-size: 15px;
    width: 100%;
    font-weight: 600;
    color: white;
    background: #f24d4e;
}

.cancel_remove_offer_button {
    font-size: 15px;
    width: 100%;
    background: transparent;
    color: #326E36;
    font-weight: 600;
    border: 1px solid #326E36;
}

.remove_offer_button:hover {
    font-size: 15px;
    width: 100%;
    font-weight: 600;
    color: white;
    background: #f24d4e;
}

.cancel_remove_offer_button:hover {
    font-size: 15px;
    width: 100%;
    background: transparent;
    color: #326E36;
    font-weight: 600;
    border: 1px solid #326E36;
}

.desc_input {
    width: 100%;
    border: none;
    background-image: url("/assets/img/icons/contract.svg");
    background-repeat: no-repeat;
    background-position: left 0px top 0px;
    background-size: 25px;
    padding-left: 33px;
    caret-color: #326E36;
    margin-top: -12px;
}

.desc_input:focus {
    outline: none !important;
    border: none;
}

.show_all_promo {
    width: 100%;
    background: transparent;
    border: none;
    background-image: url("/assets/img/icons/discount_icon.svg");
    background-repeat: no-repeat;
    background-position: left 10px top 9px;
    background-size: 33px;
    padding-left: 60px;
    color: #326E36;
    font-weight: 700;
    font-size: 17px;
    text-align: left;
}

.apply_coupon_sub_text {
    font-weight: normal;
    font-size: 15px;
}

.apply_coupon_icon {
    float: right;
    font-size: 25px;
    margin-top: -19px;
    margin-right: 5px;
}

.desc_input::placeholder {
    color: rgb(158, 158, 158) !important;
    font-size: 15px;
}

#promoModal h4 {
    font-size: 21px;
    margin-top: -15px;
    position: relative;
    width: 100%;
}

.coupon_apply_input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 80px 10px 10px;
    line-height: 1;
    box-sizing: border-box;
    outline: none;
    margin-left: 5px;
    font-size: 15px;
    text-transform: uppercase;
}

.coupon_apply_input::placeholder {
    text-transform: none;
    color: rgb(134, 134, 134) !important;
}

.coupon_apply_btn {
    position: absolute;
    border: 0;
    background: transparent;
    outline: none;
    margin: 0;
    padding: 0 10px;
    color: gray;
    z-index: 2;
    right: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    top: 56px;
    padding-right: 0px;
}

#promoModal .modal-dialog {
    height: 90%;
}

#promoModal .modal-content {
    height: 90%;
}

#promoModal .modal-body {
    overflow-y: scroll;
}

#promoModal .modal-body::-webkit-scrollbar {
    width: 5px;
    height: 50px;
}

#promoModal .modal-body::-webkit-scrollbar-thumb {
    background-color: rgb(180, 180, 180);
}

.cartDivider {
    border-bottom: 6px solid #EEEEEE;
}

.cancellation_policy_title {
    font-size: 17px;
    font-weight: 600;
}

.cancellation_policy_text {
    color: gray;
    font-size: 14px;
}

.min_order_amt_warning {
    background-color: #454545;
    color: white;
    font-size: 14px;
}

.min_order_amt_warning_img {
    float: left;
    width: 35px;
    margin: 4px 8px 0px 0px;
}

.savingsDiv {
    font-size: 18px;
    font-weight: 600;
}

.addAddressButton {
    border: none;
    background: transparent;
    font-size: 19px;
    color: #326E36;
    width: 100%;
    text-align: start;
    padding: 0px 15px 15px 20px;
}

.address_list_scroll{
    height: 55vh;
    overflow-y: scroll;   
    margin-bottom: -16px;
}

.selectedAddress{
    cursor: pointer;
}

/* .selectAddressScroll {
    height: 55vh;
    overflow-y: scroll;
} */

.address_list_scroll::-webkit-scrollbar {
    width: 3px;
    height: 50px;
}

.address_list_scroll::-webkit-scrollbar-thumb {
    background-color: rgb(180, 180, 180);
}

.cartInput:focus {
    outline: none !important;
    border: none;
}

.qty_input:focus {
    border: none;
    outline: none !important;
}

.cartInput {
    border: none;
    width: 62px;
}

.empty-cart-img {
    width: 150px;
    margin: 0px auto 0px auto;
    display: block;
}

.add-something-text {
    font-size: 24px;
    font-weight: 600;
}

.cart-empty-text {
    font-size: 18px;
    padding: 0px 20px 0px 20px;
}

.variation-id {
    display: none;
}

.cart-scroll::-webkit-scrollbar {
    width: 3px;
    height: 50px;
}

.cart-scroll::-webkit-scrollbar-thumb {
    background-color: rgb(180, 180, 180);
}

.cart-scroll {
    position: absolute;
    top: 170px;
    bottom: 0px;
    left: 0;
    right: 0;
    overflow: auto;
}

.edit_table_number_div {
    font-size: 18px;
    cursor: pointer;
    background: rgb(240 240 240);
    border-color: rgb(240 240 240);
    color: #353535;
}

.table_no_text {
    background: #d1ddd0;
    padding: 8px 15px 8px 40px;
    font-size: 17px;
    font-weight: 600;
    color: #326e36;
    border-color: #d1ddd0;
    background-image: url("/assets/img/icons/spoon.svg");
    background-repeat: no-repeat;
    background-size: 21px;
    background-position:left 10px center;
    height: 42px;
}

.table_no_input {
    border-color: #d1ddd0;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    padding-left: 15px;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    background-image: url("/assets/img/icons/edit.svg");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 28px;
    height: 42px;
}

.table_no_input::placeholder {
    font-size: 15px;
    font-weight: 500;
}

#verify_table_number {
    padding: 8px 15px 8px 20px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
}

#table_number_modal_input {
    background-image: url("/assets/img/icons/spoon_black.png");
    background-repeat: no-repeat;
    background-position: left 8px center;
    background-size: 22px;
    padding-left: 38px;
}

.cartItems {
    padding: 0px 20px 0px 20px;
}

.minus,
.minusOther,
.minusBtnVariation,
.minusCatList {
    width: 30px;
    height: 33px;
    background: #fff;
    font-weight: 300;
    font-size: 38px;
    color: #326E36;
    border: 1px solid gray;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 7px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
    line-height: 1px;
    
}

.plus, 
.plusOther {
    width: 30px;
    height: 33px;
    background: #fff;
    font-weight: 400;
    font-size: 23px;
    color: #326E36;
    border: 1px solid gray;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 0px;
    border-left: none;
    line-height: 1px;
    
}

/* .,
. {
    width: 26px;
    height: 20px;
    background: #326E36;
    border-radius: 4px;
    font-weight: 900;
    font-size: 18px;
    color: white;
    border: 1px solid #326E36;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 29px;
} */

/* -------------------- Cart Css End -------------------- */







/* ----------- Index Page Nav Css Start ----------- */

.header_activated_link {
    color: #326e36 !important;
    font-weight: 600;
}

.activated_user_menu_link {
    background-color: #326E36;
    color: #ffffff;
    font-weight: 600;
}

.dropdown-item:active {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}

.nav_login {
    margin-right: 275px;
}

.brand-logo {
    margin-left: 60px;
}

.userDetails {
    margin-left: 435px;
}

.profile_ul {
    left: -35px !important;
    min-width: 12rem;
    margin-top: 5px;
    border-radius: 5px;
}

/* ----------- Index Page Nav Css End ----------- */







/* ------------ Minus Quantity Variation Modal Css Start ------------ */

.minusModalContent_scroll {
    min-height: 100px;
    max-height: 550px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.minusModalContent_scroll::-webkit-scrollbar {
    width: 6px;
    height: 50px;
}

.minusModalContent_scroll::-webkit-scrollbar-thumb {
    background-color: rgb(180, 180, 180);
}

.minusModalItemName {
    padding: 0px 48px;
}

.minusModalContent {
    animation: animatebottom 0.6s;
    border-radius: 5px;
}

/* ------------ Minus Quantity Variation Modal Css End ------------ */







/* ------------- Cat-List Sidebar Css Start ------------- */

.sidebar-scroll {
    top: 5rem;
    height: 80vh;
    scroll-behavior: smooth;
    overflow-y: auto;
}

.sidebar-scroll::-webkit-scrollbar {
    width: 5px;
    height: 50px;
}

.sidebar-scroll::-webkit-scrollbar-thumb {
    background-color: rgb(180, 180, 180);
}

#col-lg-3 {
    width: 15%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

#col-lg-7 {
    width: 57%;
}

#col-lg-2 {
    width: 28%;
    padding: 0px;
}

.categories-text {
    padding: 15px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 19px;
}

.sidebar-nav {
    list-style: none;
    padding-left: 0px;
}

.sidebar-nav li {
    list-style: none;
    width: 100%;
}

.sidebar-nav .nav-item {
    width: 100%;
}

.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 10px 15px;
}

.sidebar-nav .nav-link i {
    font-size: 14px;
    padding-right: 10px;
}

.nav-link.active {
    background-color: #326E36;
    color: #fff!important;
    font-size: 17px;
    font-weight: 600;
}

/* ------------- Cat-List Sidebar Css End ------------- */










/* ------------- Shimmer Css Start ------------- */

.wrapper {
    width: 0px;
    animation: fullView 0.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.comment {
    height: 10px;
    background: #777;
    margin-top: 20px;
}
  
@keyframes fullView {
    100% {
      width: 100%;
    }
}
  
.animate {
    animation : shimmer 1s infinite linear;
    background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
    background-size: 1000px 100%;
}
  
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

/* ------------- Shimmer Css End ------------- */










/* --------- Cat-list Page Middle Section Css Start --------- */

.cat_center_div{
    margin-top: 43px;
}

/* .minusCatList {
    width: 27px;
    height: 20px;
    background: #326E36;
    border-radius: 4px;
    font-weight: 900;
    font-size: 18px;
    color: white;
    border: 1px solid #326E36;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 29px;
} */

.outOfStock {
    background-color: #b3b3b340;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 8px;
    color: gray;
    font-weight: 700;
    border: 1px solid gray;
    margin: 10px auto 8px auto;
    display: block;
}

.item-total {
    float: left;
    font-size: 18px;
    font-weight: 700;
    margin: 0px 7px;
}

.explore-menu {
    font-size: 20px;
    background-color: #326E36;
    color: white;
    padding: 6px 15px;
    font-weight: 500;
    border-radius: 4px;
}

.middle-cat-heading {
    width: max-content;
    font-size: 22px;
    border-bottom: 2px solid #326E36;
    font-weight: 600;
    color: #326E36;
    padding: 0px 15px;
    padding-top: 10px;
}

.middle-subcat-heading {
    width: max-content;
    font-size: 18px;
    font-weight: 600;
    padding: 25px 0px 0px 25px;
    color: #326E36;
    text-transform: uppercase;
}

.back {
    background-color: rgb(243, 243, 243);
}

.veg-image {
    width: 21px;
    margin-left: 9px;
}

.jain-spicy-image {
    width: 16px;
    margin-top: -2px;
    display: inline;
    border-radius: 10px;
    margin-left: 10px;
}

.jain-spicy-index-image {
    width: 17px !important;
    margin-top: -5px;
    display: inline !important;
    border-radius: 10px;
}

.badge-bestseller {
    color: white;
    background-color: #FF5252;
    margin-left: 2px;
    font-size: 11px;
}

.badge-must-try {
    color: white;
    background-color: #FFAB40;
    margin-left: 2px;
    font-size: 11px;
}

.middle-categories {
    background-color: white;
    border-radius: 10px;
}

.product-description {
    border-radius: 9px;
    background-color: transparent;
    /* box-shadow: 0 .2rem 1.5rem rgba(0, 0, 0, .15); */
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; */
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.product-image {
    width: 115px;
    border-radius: 10px;
    margin: 20px auto 0px auto;
    display: block;
}

.product-canada-image {
    width: 120px;
    border-radius: 10px;
    margin: 20px auto 20px auto;
    display: block;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;

}

.product-canada{
    border-radius: 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;

}

.product-canada-title{
    display: flex;
}
.product-name {
    font-size: 19px;
    padding: 14px 0px 0px 10px;
    font-weight: 600;
}

.product-desc {
    font-size: 14px;
    padding-left: 10px;
    color: gray;
    margin-top: 8px;
}

.jain-spicy-img-div {
    color: gray;
    font-size: 14px;
}

.product-price {
    font-size: 21px;
    padding-left: 10px;
    margin-bottom: 4px;
}

.add-button {
    background-color: #edf2ec;
    font-size: 16px;
    border-radius: 5px;
    padding: 3px 34px;
    color: #326E36;
    font-weight: 700;
    border: 1px solid #326E36;
    margin: 10px auto 8px auto;
    display: block;
}

.customizable-text {
    font-size: 14px;
    margin: 0px auto 5px auto;
    display: table;
    color: gray;
}

/* --------- Cat-list Page Middle Section Css End --------- */







/* ------------ Mobile Menu Button And Cart Design Css Start ------------ */

.active-boxM {
    background-color: #326E36;
    color: #fff;
    border-radius: 5px;
}

.mobileCart {
    background: #326E36;
    margin: 10px 0px;
    border-radius: 5px;
    color: white;
    display: none;
}

.totalItemtext {
    font-size: 16px;
    padding: 10px 0px 2px 0px;
}

.subTotalM {
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 600;
}

.viewCartText {
    display: grid;
    place-items: center;
    font-size: 18px;
    font-weight: 600;
    padding-left: 0px;
}

.menu-button {
    background-color: #000000;
    font-size: 18px;
    border-radius: 10px;
    padding: 5px 11px;
    font-weight: 600;
    color: white;
    border: 1px solid #000000;
    margin: 10px auto 18px auto;
    display: none;
}

.menu-dialog {
    max-width: 78%;
    top: auto;
    right: auto;
    left: auto;
    margin: 0px auto 0px auto;
}

.modal-main {
    position: fixed;
    top: auto;
    left: 0;
    bottom: 2rem;
    z-index: 1060;
    display: none;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.menu-content {
    max-height: 405px;
    bottom: 20px;
    position: fixed;
    left: 0;
    right: 0;
    border-radius: 0px;
    margin: 0px auto;
    width: 78%;
}

.menu-header {
    border-bottom: 0px;
    padding: 15px 15px 0px 0px;
}

.menu-ul {
    list-style: none;
    padding: 15px 10px;
}

.menu-body {
    overflow-y: scroll;
    padding: 0;
}

.menu-li {
    padding: 9px;
    font-size: 17px;
}

.menu-li-mob {
    font-weight: 600;
    padding: 7px 12px;
    font-size: 18px;
}

.varieties {
    font-size: 13px;
    font-weight: normal;
}

.mob-menu-div {
    background: hsl(0deg 0% 93% / 70%);
    border-radius: 5px;
    margin-bottom: 11px;
}

.menu-active.active {
    border: 2px solid #326E36;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
}

.nav-item.active {
    background: #326E36;
    font-size: 17px;
    font-weight: 600;
}

.mobCartBackBtn {
    padding-bottom: 7px;
    border: none;
    background: transparent;
    font-size: 20px;
}

.mobileCartBtnDiv {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
}

.mobileEmptyCart {
    top: 52%;
    left: 50%;
    width: 30em;
    height: 18em;
    margin-top: -9em;
    margin-left: -15em;
    padding: 0px 40px;
    position: fixed;
}

.addressContainer {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.fadelg {
    animation: animatebottom 0.6s;
}

.currentAddress {
    font-size: 18px;
    padding: 10px 8px 5px 8px;
}

.mobileCartCount {
    font-size: 18px;
    font-weight: 600;
}

/* ------------ Mobile Menu Button And Cart Design Css End ------------ */







/* ------------ Add Button Modal Css Start ------------ */

.modal-body-cat {
    height: 600px;
    overflow-y: scroll;
}

.modal-body-cat::-webkit-scrollbar {
    width: 5px;
    height: 50px;
}

.modal-body-cat::-webkit-scrollbar-thumb {
    background-color: rgb(180, 180, 180);
}

.modal-title {
    font-size: 24px;
    font-weight: 600;
}

.popUp-heading-text {
    font-size: 18px;
    font-weight: 600;
}

.popUp-small-text {
    font-size: 19px;
    margin: 10px 15px;
    padding: 0px 0px 0px 5px;
}

.menu-popup-image {
    width: 60px;
    margin: 14px auto 0px auto;
}

.boog_small_text {
    font-size: 17px;
    margin: 10px 0px;
}

.bogo_popup_image {
    width: 48px;
    margin: 30px auto 0px auto
}

.popUp-description {
    border-radius: 7px;
    margin-bottom: 7px;
    background-color: transparent;
    box-shadow: rgb(100 100 111 / 20%) 0px 2px 9px 0px;
    cursor: pointer;
}

.pop-sub-cat {
    font-size: 17px;
    color: #6d6d6d;
    margin-top: 13px;
    cursor: pointer;
}

.price-checkbox {
    float: right;
}

.form-check-input:checked {
    background-color: #326E36;
    border-color: #326E36;
}

.add-item-button {
    float: right;
    background-color: #326E36;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px 30px;
    color: white;
    font-weight: 700;
    margin: 8px 10px 0px 0px;
    border: 1px solid #326E36;
}

.footer-modal {
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    padding: 0.75rem;
    border-top: 1px solid #d3cece;
    border-bottom-right-radius: calc(1rem - 1px);
    border-bottom-left-radius: calc(1rem - 1px);
}

.active-pizza-size {
    color: #326E36;
    font-weight: 600;
    background-color: #edf2ec;
    background-image: url("/assets/img/icons/checked.svg");
    background-position: top 4px right 4px;
    background-size: 21px 22px;
    background-repeat: no-repeat;
}

/* ------------ Add Button Modal Css End ------------ */







/* ------------- Index Page Css Start ------------- */

.popularItemNm {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 19px;
    font-weight: 700;
    text-align: start;
}

.custom-select {
    background-image: url("/assets/img/icons/down_arrow.svg");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: auto 18%;
    cursor: pointer;
}

.storeStatusMessageDiv {
    background: #dededeb8;
    border-color: #dededeb8;
    border-radius: 5px;
}

.SSMessage {
    color: red;
    font-size: 16px;
    margin: 10px 0px 5px 0px;
    text-align: start;
    padding: 0;
    font-weight: 600;
}

.SSMessageTwo {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
}

.storewarningIcon {
    color: #ff2b2b;
    font-size: 23px;
}

/* ------------- Index Page Css End ------------- */







/* ------------- Other Css Start ------------- */

.bg-light {
    background-color: #ffffff !important;
}

.navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    justify-content: end;
}

.bg-primary {
    background-color: #326E36 !important;
}

.btn-primary {
    color: #fff;
    background-color: #326E36;
    border-color: #326E36;
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #326E36;
    border-color: #326E36;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #326E36;
    border-color: #326E36;
    -webkit-box-shadow: 0 0 3rem 0 rgb(50 110 54 / 30%) !important;
    box-shadow: 0 0 3rem 0 rgb(50 110 54 / 30%) !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #326E36;
    border-color: #326E36;
}

.text-primary {
    color: #326E36 !important;
}

.text-theme-yellow {
    color: #F7AD1B;
}

.text-theme-with-background{
    background-color: #F7AD1B;
    border-radius: 6px;
    color: black;
    padding: 4px 0px;
}

.text-theme-green {
    color: #326E36;
}

.text-white {
    color: #fff;
}

.text-theme-green-dark {
    color: #1C3E1E !important;
}

.bg-primary-gradient {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-42.47%, rgba(50, 80, -154, 0.22)), to(rgba(50, 110, 54, 0)));
    background: -o-linear-gradient(top, rgba(50, 80, -154, 0.22) -42.47%, rgba(50, 110, 54, 0) 100%);
    background: linear-gradient(180deg, rgba(50, 80, -154, 0.22) -42.47%, rgba(50, 110, 54, 0) 100%);
}

.shadow-success {
    -webkit-box-shadow: 0 0 3rem 0 rgba(50, 110, 54, 0.3) !important;
    box-shadow: 0 0 3rem 0 rgba(50, 110, 54, 0.3) !important;
}

.shadow-icon {
    -webkit-filter: drop-shadow(5px 5px 5px rgba(50, 110, 54, 0.3));
    filter: drop-shadow(5px 5px 5px rgba(50, 110, 54, 0.3));
}

.logo,
.logo_face {
    height: 49px;
}

.img-landing-banner .img-fluid {
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.5));
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #326E36;
    background-color: #326E36;
    border-color: transparent;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table> :not(caption)>*>* {
    padding: 2px;
}

.table>tbody {
    font-size: 14px;
}

.owl-nav {
    text-align: center;
}

button.owl-prev {
    background: #326e36 !important;
    font-size: 50px !important;
    line-height: 35px !important;
    padding: 2px 10px 10px 10px !important;
    color: white !important;
    font-weight: 600 !important;
    border-radius: 20px !important;
    margin-right: 7px;
}

button.owl-next {
    background: #326e36 !important;
    font-size: 50px !important;
    line-height: 35px !important;
    padding: 2px 10px 10px 10px !important;
    color: white !important;
    font-weight: 600 !important;
    border-radius: 20px !important;
}



.btn-primary:disabled,
.btn-primary.disabled {
    color: #ffffff;
    background-color: #326E36;
    border-color: #326E36;
}
/* ------------- Other Css End ------------- */







/* -------------- Cat-List Page Css Start -------------- */

.BOGOBtn {
    cursor: pointer;
}

.location {
    font-size: 18px;
    letter-spacing: normal;
    font-weight: 600;
}

.cart {
    background-color: white;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    margin-right: 15px;
}

.cartCountText {
    font-size: 19px;
    font-weight: 600;
}

.billDetails {
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 10px;
}

/* .minusBtnVariation {
    width: 27px;
    height: 20px;
    background: #326E36;
    border-radius: 4px;
    font-weight: 900;
    font-size: 18px;
    color: white;
    border: 1px solid #326E36;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 29px;
} */

.price-product {
    font-size: 18px;
    font-weight: 600;
}

.input-value {
    height: 33px;
    width: 43px;
    background: #e2ebe0;
    font-weight: 500;
    text-align: center;
    font-size: 17px;
    border: 1px solid gray;
    display: inline-block;
    vertical-align: middle;
    margin: 0px -4px;
    border-left: none;
    border-right: none;
}

.input-value:focus {
    border: 1px solid gray;
    border-left: none;
    border-right: none;
}

.checkout-button {
    background-color: #326E36;
    width: 95%;
    margin: 0px auto 5px auto;
    font-size: 17px;
    padding: 7px 25px;
    color: white;
    display: block;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #326E36;
}

.checkout-button:hover,
.addItemButton:hover{
    color: white;
}

.storeCloseBtn {
    background-color: #ff4545;
    width: 95%;
    margin: 0px auto 5px auto;
    font-size: 18px;
    padding: 8px 25px;
    color: white;
    display: block;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #FF7F7F;
}

.address-button {
    background-color: #F6AB1B;
    width: 95%;
    margin: 0px auto 5px auto;
    font-size: 17px;
    padding: 8px 25px;
    color: white;
    display: block;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #F6AB1B;
}

.address-button:hover{
    color: white;
}

.comAddType {
    border: 1px solid #326E36;
    border-radius: 10px;
    padding: 6px 0px;
    text-align: center;
    cursor: pointer;
}

.active-type {
    background-color: #edf2ec;
}

.checkoutWeb {
    bottom: 0;
    position: absolute;
    width: 99%;
    background: white;
    padding: 7px 0px 6px 0px;
}

.gray-text {
    color: gray;
    font-weight: 500;
}

div.active-check {
    font-weight: 600;
}

/* -------------- Cat-List Page Css End -------------- */







/* ---------- Search Location Css Start ------------ */

.pac-container {
    background-color: #FFF;
    z-index: 2001;
    position: fixed;
    display: inline-block;
}

#map_canvas {
    height: 400px;
}

#map_canvas .centerMarker {
    position: absolute;
    background: url('/assets/img/icons/marker.png') no-repeat;
    top: 50%;
    left: 48%;
    z-index: 1;
    margin-left: -15px;
    margin-top: -34px;
    height: 100px;
    width: 100px;
    cursor: pointer;
    background-size: 55px;
}

.changeAddressButton {
    float: right;
    border: 1px solid #326E36;
    border-radius: 5px;
    background: #edf2ec;
    font-size: 13px;
    padding: 0px;
    color: #326E36;
    font-weight: 600;
}

.changeMapButton {
    float: right;
    border: 1px solid #326E36;
    border-radius: 5px;
    background: #edf2ec;
    font-size: 14px;
    padding: 0px;
    color: #326E36;
    font-weight: 600;
}

#compAddress_error {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* ---------- Search Location Css End ------------ */







/* Checkout Page Css */

.checkout-order-details {
    height: 400px;
    overflow-y: hidden;
    margin-bottom: 20px;
}

.checkout-order-details:hover {
    overflow-y: scroll;
}

.checkout-heading {
    font-size: 19px;
    font-weight: 600;
}







/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */







/* ----------- Media Query Section Start ----------- */


@media (max-height: 800px) {

    .modal-body-cat {
        height: 420px;
    }
}




@media (max-width: 1600px) {

    .sidebar-nav li {
       font-size: 15px;
    }

    .delivery-text {
        font-size: 14px;
    }

    .delivery-image {
        display: none;
    }
}




@media (max-width: 1495px) {

    .empty-cart-img {
        width: 150px;
    }

    .add-something-text {
        font-size: 22px;
    }

    .cart-empty-text {
        font-size: 16px;
    }

    .product-image{
        width: 95px;
    }

    .add-button {
        padding: 3px 26px;
        font-size: 15px;
    }
}




@media (max-width: 1450px) {

    .var_main_div{
        width: 191px;
    }

    .minus, 
    .minusOther, 
    .minusBtnVariation, 
    .minusCatList {
        width: 28px;
        height: 32px;
    }

    .plus,
    .plusOther {
        width: 28px;
        height: 32px;
    }

    .input-value {
        width: 35px;
        height: 32px;
    }

    .popUp-small-text {
        font-size: 17px;
        margin: 7px 15px;
    }

    .menu-popup-image{
        width: 47px;
        margin-top: 16px;
    }

    .fe_contact_img_size {
        width: 55px;
    }

    .growth_hedding {
        font-size: 28px;
    }

    .os_hedding {
        font-size: 35px;
    }

    .os_main_img{
        height: 375px;
    }

    .os_para{
        font-size: 15px;
    }

    .os_store_img_of {
        width: 80px;
        margin-top: 8px;
    }

    .store_sub_hedding {
        font-size: 14px;
    }

    .store_hedding {
        font-size: 17px;
    }

    .enterTableNoError{
        font-size: 14px;
    }

    .price-product {
        font-size: 17px;
    }
    
    .cart_city_nm{
        font-size: 14px;
    }
    
    .cart_res_nm{
        font-size: 16px;
    }

    .table_no_text {
        padding: 8px 10px 8px 35px;
        font-size: 15px; 
        background-size: 18px;
        height: 37px;
    }
    
    .table_no_input {
        height: 37px;
        background-size: 23px;
    }
    
    .table_no_input::placeholder {
        font-size: 14px;
    }

    .billDetails {
        font-size: 18px;
    }

    .apply_coupon_icon {
        font-size: 22px;
        margin-top: -16px;
        margin-right: 5px;
    }

    .remove_promo_btn {
        margin-right: 0px;
    }

    .apply_coupon_sub_text {
        font-size: 14px;
    }
    
    .show_all_promo {
        background-size: 28px;
        padding-left: 50px;
        font-size: 15px;
    }
    
    .cart_item_nm{
        font-size: 16.5px;
    }

    .ordtype-icon{
        display: none;
    }

    .cart-scroll{
        top: 168px;
    }

    .product-name {
        padding: 10px 0px 0px 0px;
        margin-bottom: 5px;
        font-size: 17px;
    }

    .product-price {
        padding-left: 0px;
        font-size: 20px;
    }

    .product-desc {
        padding-left: 0px;
    }

    .jain-spicy-image {
        margin-left: 0px;
    }

    .step_no{
        top: -2%;        
    }
}




@media (max-width: 1401px) {

    .checkout-button {
        font-size: 16px;
        padding: 8px 8px;
    }
   
}



@media (max-width: 1399px) {

    .empty-cart-img {
        width: 130px;
    }

    .add-something-text {
        font-size: 20px;
    }

    .cart-empty-text {
        font-size: 15px;
        padding: 0px 11px 0px 11px;
    }
    .step_no{
        top:-19%;
    }
}




@media (max-width: 1340px) {

    .veg-image {
        margin-left: 0px;
    }

    .active-box {
        background-position: top 1px right 1px !important;
        background-size: 17px 17px !important;
    }
}




@media (max-width: 1200px) {

    #col-lg-3 {
        width: 18%;
    }
    
    #col-lg-7 {
        width: 50%;
    }

    #col-lg-2 {
        width: 32%;
    }

    .coupon-image {
        width: 50px;
    }

    .coupon-heading {
        font-size: 17px;
        padding-left: 28px;
    }

    .coupon-sub-heading {
        font-size: 16px;
    }

    .nav_login {
        margin-right: 50px;
    }
}




@media (max-width: 1150px) {

    .cartCountText {
        font-size: 18px;
        padding: 0px 10px 0px 0px!important;
    }
}




@media (max-width: 1100px) {

    .minus,
    .plus {
        width: 27px;
    }

    .step_no{
        font-size: 4rem;    
        top: -1%;
        right: -7%;
    }
}




@media (max-width: 991px) {

    .var_main_div{
        width: 239px;
    }

    .growth_hedding {
        font-size: 25px;
    }

    .os_hedding {
        font-size: 32px;
    }

    .cat_center_div{
        margin-top: 23px;
    }

    #col-lg-3 {
        display: none;
    }

    #col-lg-7 {
        width: 100%;
    }

    #col-lg-2 {
        display: none;
    }
    
    .bogo_animation_text {
        font-size: 22px;
    }

    .bogo_animation_img {
        width: 250px;
        height: 250px;
    }

    .bogo_animation_div {
        width: 300px;
        height: 310px;
    }

    .modal_dialog_mobile {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal_content_mobile {
        position: fixed;
        bottom: 0;
    }

    .selecAnAddressDialog {
        width: 100% !important;
        margin: 0 !important;
    }

    .selecAnAddressMain {
        padding: 0 !important;
    }

    .selecAnAddressContent {
        bottom: 0;
        position: fixed;
        left: 0;
        padding: 0px 3px;
    }

    .addAnAddressModal {
        max-width: 100%;
        margin: 0 !important;
        height: 100%;
    }

    .addAnAddressContent {
        height: 100%;
        border-radius: 0;
    }

    .addAnAddressMain {
        padding: 0 !important;
    }

    #map_canvas {
        height: calc(98% - 150px) !important;
    }

    .enterComAddressBtn {
        bottom: 3px;
        left: 0;
        right: 0;
        position: fixed;
    }

    .addAnAddressBody {
        padding: 0;
    }

    .addAnAddressFooter {
        padding: 10px 8px;
    }

    .currentAddress {
        font-size: 16px !important;
        padding: 0px;
    }

    .addAnAddressTitle {
        font-size: 21px !important;
    }

    .enterCompleteAddressDialog {
        max-width: 100%;
    }

    .enterCompleteAddressContent {
        bottom: 0;
        position: fixed;
        left: 0;
        animation: animatebottom 0.6s;
    }

    .ProceedToPayDialog {
        max-width: 100%;
        margin: 0px;
    }

    .ProceedToPayContent {
        bottom: 0;
        position: fixed;
        animation: animatebottom 0.6s;
    }

    .proToPayMain {
        padding: 0;
    }

    .bogoModalMain {
        padding: 0;
    }

    .BOGOModalDialog {
        margin: 0;
        height: 100% !important;
    }

    .bogoVariationModalDiv {
        padding: 0;
    }

    .bogoVariationModalDialog {
        margin: 0;
    }

    .bogoVariationContent {
        position: fixed !important;
    }

    .animate-bottom {
        animation: animatebottom 0.4s ease-out;
    }

    .dropdown-toggle::after {
        margin-left: 0em;
    }

    .brand-logo {
        margin-left: 0px;
    }

    .userDetails {
        margin-left: 0px;
    }

    .os_main_img {
        margin-top: 20px;
    }

    .profile_ul {
        left: -90px !important;
    }

    .menu-button {
        display: block !important;
    }

    .mobileCart {
        display: block !important;
    }

    .small-popUp {
        padding: 0px;
        margin-top: 3px;
    }

    .menu-popup-image {
        margin-top: 19px;
        width: 53px;
    }

    #bogoVarDiv .menu-popup-image {
        width: 44px !important;
        margin-top: 27px !important;
    }

    .bogoVarModalTitle {
        font-size: 21px !important;
    }

    .popUp-small-text {
        font-size: 19px;
        padding: 0px 0px 0px 0px;
    }

    .add-item-button {
        margin: 8px 5px 0px 0px !important;
        font-size: 17px !important;
        padding: 6px 22px !important;
    }

    .addButtonModalFooter {
        padding: 3px 10px !important;
    }

    .subTotalWeb {
        display: none;
    }

    .checkoutWeb {
        display: none;
    }

    .mobileCartPlusMinus {
        padding-right: 15px;
    }

    .itemPriceWithQty {
        padding-right: 25px;
    }

    .mobileCartDetails {
        display: block !important;
    }

    /* .variationsModalTitle {
        font-size: 21px !important;
    } */

    .minusModalDialog {
        max-width: 100%;
        top: auto;
        right: auto;
        left: auto;
        margin: 0px auto 0px auto;
    }

    .minusModalContent {
        bottom: 0;
        position: fixed;
        padding-bottom: 15px;
        animation: animatebottom 0.6s;
    }

    .minusModalItemName {
        padding-left: 30px;
    }

    .addButtonModalDialog {
        width: 100%;
        margin: 0;
    }

    .addButtonModalMain {
        padding: 0;
    }

    .addButtonModalContent {
        bottom: 0;
        position: fixed;
        max-height: 80%;
    }

    .step_no{
        font-size: 4rem;    
        top: -1%;
        right: -7%;
    }
}




@media (max-width: 767px) {
    .nav_login {
        margin-right: 0px;
    }
    .var_main_div{
        width: 33.33%;
    }
}




@media (max-width: 600px) {

    .menu-popup-image {
        margin-top: 26px;
        width: 40px;
    }

    .popUp-small-text {
        font-size: 17px;
        font-weight: 600;
        margin: 9px 6px;
    }

    .fe_contact_text_head {
        font-size: 19px;
    }

    .fe_contact_img_size {
        width: 45px;
    }

    .fe_contact_sub_text {
        margin-top: 0px;
        font-size: 15px;
    }

    .download_btn{        
        margin: 12px 5px;        
        padding: 0 8px;
        font-size: 14px;
    }

    .fe_form_hedding {
        font-size: 24px;
    }

    .os_main {
        background: transparent;
    }

    .product-name {
        font-size: 18px;
        padding: 8px 0px 0px 0px;
    }

    .product-price {
        font-size: 21px;
    }

    .jain-spicy-image {
        width: 14px;
        margin-top: -3px;
    }

    .product-desc {
        margin-top: 4px;
        font-size: 13px;
    }

    .veg-image {
        width: 18px;
    }

    .customizable-text {
        font-size: 13px !important;
    }
}








@media (max-width: 576px) {
 
    #searchLocation .modal-dialog{
        margin-left: 0px;
        margin-right: 0px;
    }

    .os_main_img{
        height: 340px;
    }

    .desc_input::placeholder {
        font-size: 14px;
    }

    .desc_input {
        background-position: left -3px top 2px;
        background-size: 23px;
        padding-left: 27px;
    }

    .add-item-button{
        font-size: 16px !important;
    }

    .item-total {
        font-size: 17px;
    }

    .commonTitle {
        font-size: 20px !important;
    }

    .pop-sub-cat {
        font-size: 16px;
    }

    .popUp-heading-text {
        font-size: 17px;
    }

    .address_list_title {
        font-size: 18px;
    }

    .address_list_icons {
        width: 35px;
    }

    .address_type_title {
        font-size: 16px;
    }

    .full_address {
        font-size: 15px;
    }

    .table_no_text {
        padding: 8px 10px 8px 35px;
        font-size: 15px; 
        background-size: 18px;
        height: 40px;
    }
    
    .table_no_input {
        height: 40px;
        background-size: 23px;
    }

    .SSMessage {
        font-size: 14px;
    }

    .SSMessageTwo {
        font-size: 13px;
    }

    .storewarningIcon {
        font-size: 19px;
    }
    
    #applyPromoSuccessModal .modal-dialog {
        margin-left: 30px;
        margin-right: 30px;
    }

    .ordDetailPromoCode {
        font-size: 15px;
    }

    .grand-total {
        font-size: 18px;
    }

    .ordDtlBillDiv {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ordDetailH {
        font-size: 15px;
    }

    .bold-price {
        font-size: 16px;
    }

    .price-font {
        font-size: 16px;
    }

    .total_savings_div {
        font-size: 15px;
    }

    .lotty_promo_code {
        font-size: 16px;
    }

    .lotty_promo_dis {
        font-size: 19px;
    }

    .lotty_promo_text {
        font-size: 14px;
    }

    .coupon_right_img {
        width: 80px;
    }

    .remove_promo_btn {
        margin-right: -13px;
    }

    .apply_coupon_input_error {
        font-size: 14px;
        margin-top: -26px;
    }

    #promoModal .modal-dialog {
        height: 100%;
    }

    #promoModal .modal-content {
        height: 100%;
    }

    #promoModal .modal-dialog {
        margin: 0px;
    }

    #promoModal h4 {
        font-size: 19px;
    }

    .promo_code {
        font-size: 14px;
    }

    .promo_apply_btn {
        padding: 2px 15px;
        font-size: 13px;
    }

    .promo_apply_dis_btn {
        padding: 2px 15px;
        font-size: 13px;
    }

    .promo_desc {
        font-size: 13px;
    }

    .promo_title {
        font-size: 17px !important;
    }

    .coupon_apply_input {
        font-size: 14px;
    }

    .coupon_apply_btn {
        font-size: 15px;
        top: 57px;
    }

    .show_all_promo {
        background-position: left 0px top 9px;
        background-size: 28px;
        padding-left: 40px;
        font-size: 15px;
    }

    .apply_coupon_icon {
        font-size: 21px;
        margin-top: -16px;
        margin-right: -10px;
    }

    #invalidOfferConfirmation .modal-dialog {
        margin-left: 20px;
        margin-right: 20px;
    }

    #verify_table_number {
        padding: 8px 5px 8px 5px;
    }

    .min_order_amt_warning_img {
        width: 34px;
        margin: 3px 5px 0px 6px;
    }

    .min_order_amt_warning_text {
        font-size: 13px;
    }

    .payOptImgDiv {
        padding: 2px 8px;
        margin-right: 8px;
    }

    .payOptImg {
        width: 19px;
    }

    .right_arrow {
        font-size: 18px;
    }

    .payOptTitle {
        font-size: 17px;
    }

    .ProceedToPayTitle {
        font-size: 20px;
    }

    .modal_divider {
        height: 5px !important;
    }

    .cancelBtn {
        margin-left: -13px;
    }

    .orderPlacedSuccessGif {
        width: 150px;
    }

    .orderPlacedSuccessText {
        font-size: 20px;
    }

    #snackbar,
    #snackbar_cart {
        top: 85%;
        padding: 10px 16px;
        font-size: 16px;
    }

    @-webkit-keyframes fadein {
        from {
            top: 100%;
            opacity: 0;
        }
        to {
            top: 85%;
            opacity: 1;
        }
    }

    @keyframes fadein {
        from {
            top: 100%;
            opacity: 0;
        }
        to {
            top: 85%;
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeout {
        from {
            top: 85%;
            opacity: 1;
        }
        to {
            top: 100%;
            opacity: 0;
        }
    }

    @keyframes fadeout {
        from {
            top: 85%;
            opacity: 1;
        }
        to {
            top: 100%;
            opacity: 0;
        }
    }
}



@media (max-width: 450px) {
    .menu-popup-image {
        margin-top: 29px;
        width: 34px;
    }
    .popUp-small-text {
        margin: 9px 6px;
    }
    #loginForm .error{
        margin-left: 29px !important;
        font-size: 14px;
    }
    .step_no{
        display: none;
    }
    .how-it-works p{
        text-align: justify;
    }
}



@media (max-width: 425px) {
    .nav_container_div {
        padding-left: 0px;
        padding-right: 0px;
    }
}


@media (max-width: 420px) {
    .popUp-small-text {
        font-size: 15px;
        margin: 9px 0px;
    }

    .menu-popup-image {
        margin-top: 31px;
        width: 27px;
    }
}




@media (max-width: 394px) {
    .add-button {
        padding: 3px 18px !important;
    }
  
    .nav-tab-icons {
        display: none;
    }
    .logo,
    .logo_face {
        height: 38px;
    }
}




@media (max-width: 350px) {
    .bogo_animation_div {
        width: 250px;
        height: 230px;
    }
    .bogo_animation_text {
        font-size: 20px;
    }    
}




@media (max-width: 281px) {
    .logo,
    .logo_face {
        height: 27px;
    }
}




@media (min-width: 576px) {
    #BOGOModal-dialog-scrollable {
        min-height: calc(100% - 3.5rem);
    }
}




@media (min-width: 991px) {
    #order_details_div {
        position: sticky;
        top: 54px;
    }
    .order_details_div_hide {
        transform: translateY(-65%);
        transition-duration: 1.5s;
    }
    .cartOverlay {
        display: flex;
        position: absolute;
        left: 0;
        width: 100%;
        height: 73%;
        top: 183px;
        background-color: rgb(255 255 255 / 50%);
    }
}




@media (min-width: 992px) {
    .section-sidebar-nav {
        padding-top: 3rem;
        padding-bottom: 0rem;
    }

}

/* ----------- Media Query Section End ----------- */  