*{
  margin: 0;
  padding: 0;
}
body{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  box-sizing: border-box;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  background: #F3F6F6;
}
header {
  background: #588D3C;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.hide{ display: none;}
.logo-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
p.optional-item {
    font-weight: bold;
    font-size: 24px;
    color: #feb81c;
}
.logo-whyq {
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbar-expand-lg .navbar-collapse {
  display: flex!important;
  flex-basis: auto;
  justify-content: end;
}
.navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.logo-whyq h3 {
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
  color: #FFF;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 118.023%; /* 33.047px */
}
.logo-whyq span {
  color: #FFF;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 118.023%;
}

.card-itme-box .btn-yellow {
  color: #15482C;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.315px;
  background: #FDBD25;
  border-color: #FDBD25;
  cursor: auto;
}
.card-itme-box .btn-yellow:hover {
  cursor: auto;
}

.gray_out_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(100, 100, 100, 0.5);
  z-index: 10;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 16px;
  border-radius: 0.5rem;
  font-family: Montserrat;
  }

.Profile_btn {
  background: transparent;
  border: none;
  letter-spacing: 0em;
  text-align: left;
  color: #FFF;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 118.023%; /* 18.884px */
}
.Profile_btn:hover, .btn-secondary:focus, .btn-secondary.active:focus {
  background: transparent;
  border-color:transparent;
  box-shadow: none;
  outline:none !important;
}
section.top-hero-section {
  background-image: url(../img/Food-bg-img.png);
  padding: 10px 0px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right top;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.10);
}
.wrapper {
    position: relative;
    overflow-x: hidden;
    min-width: auto;
    margin: 20px 0px;
}
.wrapper .icon {position: absolute;
  top: 35px; height: 100%; width: 50px ; display: flex;align-items: center;}
.tab-slider .wrapper .icon:first-child {
left:30px;
background: linear-gradient(90deg, #f3f6f6 50%, transparent);
}
.wrapper .icon.left{left:50px;}
.icon:last-child {
right: 0;
justify-content: flex-end;
background: linear-gradient(-90deg, #F3F6F6 50%, transparent);
}
.icon i {width: 24px;height: 24px;cursor: pointer;font-size: 14px;text-align: center;line-height: 24px;border-radius: 50%;color: #3b3737;}
.icon i:hover {
color: #ffffff;
background: #fdbd25;
}
.icon:first-child i {margin-left: 0;}

.wrapper .tabs-box {
    display: flex;
    gap: 20px;
    list-style: none;
    overflow-x: hidden;
    scroll-behavior: smooth;
    padding: 10px 0px;
    max-width: 340px;
    margin: 10px 35px;
    /* margin: 10px 50px; */
}
.tabs-box.dragging {
scroll-behavior: auto;
cursor: grab;
}
.tabs-box .tab {
    cursor: pointer;
    user-select: none;
    white-space: normal;
    /* max-width: 60px;
    border-radius: 12px;
    background: #DEFDEB;
    padding: 10px;
    box-shadow: 0px 4px 10px 0px rgba(197, 193, 215, 0.30), 0px -2px 15px 0px rgba(220, 208, 230, 0.25); */
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #15482C;
}
ul.tabs-box div {
    width: max-content;
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    z-index: 99;
}
li.tab.meal_date_change b {
  margin: 0px 2px;
}
.already_in_order{
  color: #fdbd25;
  background: transparent ;
}
.already_in_order li {
    color: #fff !important;
    background: #fdbd25;
    border-color: transparent;
}
.already_in_order .tab {
    background: #fdbd25;
}

/* .tabs-box .tab:hover {
  background: #DEFDEB;
  border-radius: 12px;
  background: #15482C;
  box-shadow: 0px 4px 11px 0px rgba(8, 69, 76, 0.20);
  color: #15482C;
} */

.tabs-box.dragging .tab {
user-select: none;
pointer-events: none;
}
/* .tabs-box .tab.active {
    color: #fff;
    background: linear-gradient(91deg, var(--Mojo-Primary---Dark, #15482C) 8.99%, var(--Mojo-Success, #2C7E53) 151.39%);
    border-color: transparent;
} */
.tab-slider {
  display: flex;
  align-items: center;
}
.sliderfilter .btn-secondary:hover {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}
.sliderfilter .btn-secondary {
  padding: 0px;
  color: #000;
}
.sliderfilter select option {
    color: #000;
}


.btn-check:active+.btn-secondary:focus, .btn-check:checked+.btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.dropdown.sliderfilter {
  background: #fff;
  border: 1px solid #D4D2E3;
  padding: 8px 8px 8px 16px;
  border-radius: 8px;
  color: #15482C;
  font-size: 16px;
  font-weight: 500;
}

.plus-minus-btn .quantity-btn {padding: .375rem .75rem;min-width: 112px;margin-top: 0px;display: block;}
.plus-minus-btn .quantity-btn button.plus,.plus-minus-btn .quantity-btn button.minus,.plus-minus-btn input.quntnumber{font-weight: 400;}
.quantity-btn input.quntnumber{background: #caebee;width: 47px;}
.has-search .form-control {
  padding-left: 2.375rem;

}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 52px;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.search-box input {height: 52px;padding: 20px;border-radius: 12px;background: #FFF;box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}

.search-img-box ul {
  padding: 0px;
}
.search-img-box ul li {
  display: inline-block;
  border-radius: 30px;
  border: 1px solid var(--Stroke-Grey, #D4D2E3);
  padding: 8px 12px;
  margin-bottom: 10px;
  margin-right:8px;
  cursor: pointer;
}
.search-img-box ul li label {
  cursor: pointer;
}

.search-img-box ul li a {
  text-decoration: none;
  color: #03191C;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 118.023%; /* 18.884px */
}
.card-itme-box-main {
    min-height: 100%;
    margin-bottom: 20px;
}
.card-itme-box {
    border-radius: 12px;
    border: 1px solid var(--Stroke-Grey, #D4D2E3);
    background: #FFF;
    padding: 18px 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-itme-header span.addrs {
    color:#D97706;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.315px;
}
section.main-content {
  padding: 40px 0px;
}
.card-itme-header {
  border-bottom: 1px solid var(--Stroke-Grey, #D4D2E3);
  display: flex;
  padding: 0px 12px 10px 12px;
  align-items: center;
  gap: 8px;
}

.card-itme-body .item-heading h2 {
  color: #15482C;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.315px;
}

.card-itme-body .item-heading .item-allergens img {
  margin-right: 3px;
}

.card-itme-body {
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
    align-items: flex-start;
    margin-top: 12px;
    gap: 15px;
}

.item-img img {
    width: 112px;
    height: 112px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}
.card-itme-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px;
  flex:0;
}
.card-itme-footer .item-price {
    display: flex;
    align-items: center;
    flex:1;
}

.order-item-list .item-price{
  margin-right: 8px;
}

.item-price span {
  color: var(--Brand-Primary, #FABD23);
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.6px;
}
span.item-img-tag {
    color: #03191C;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 11.429px;
    font-style: normal;
    font-weight: 400;
    line-height: 118.023%;
    display: inline-block;text-align: left;
    /* margin-left: 10px; */
}
span.item-img-tag img {
    width: 23px;
}
button.btn.AddItemBtn {
  border-radius: 7px;
  border: 0.583px solid var(--Brand-Secondary, #15482C);
  background: var(--Background-Blue, #E3FAFC);
  min-width: 112px;
}
.order-box {
  border-radius: 12px;
  border-bottom: 1px solid #D4D2E3;
  background: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 12px 12px 20px 12px;
  color: #15482C;
}

.heading h2 {
  color: #15482C;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.315px;
}
.heading {
    border-bottom: 1px solid #D4D2E3;
    text-align: center;
}

.order-item-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 0px;
    gap: 12px;
    padding-right: 0;
}
.order-item-list {
  position: relative;
  border-bottom: 1px solid var(--Stroke-Grey, #D4D2E3);
  padding: 0px 12px 15px;
}
.order-item-box h2 {
  font-size: 16px;
}

.AddNotBox .hidden-input textarea {
  border-radius: 4px;
  border: 1px solid #D4D2E3;
  width: 100%;
  height: 88px;
  padding: 10px;
  margin-top: 10px;
}
textarea:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.order-item-list img {
  width: 50px;
  border-radius: 8px;
}
a.show_addons_info {
    color: #000;
    font-size: 14px;
}

ul.addon_wrap li {
    list-style: none;
    padding: 0px;
    margin-top: 10px;
    font-size: small;
}
li.btnFilter.active {
    border-color: #15482C;
    background: #15482C;
    color: #fff;
}

ul.addon_wrap li h4 {
    font-size: 14px;
    font-weight: 400;
    color: var(--Text-Black, #021112);
    margin-bottom: 0px;
    line-height: 1;
}
ol, ul {
    padding-left: 0;
}
ul.addon_wrap li {
    list-style: none;
    padding: 0px;
    color:rgba(8, 69, 76, 0.70)
}
div#notify_msg {
    text-align: center;
    font-weight: bold;
    color: #15482C;
    font-family: Montserrat;
}
ul.no_item{
  background: #FFF;
  border-radius: 12px;
  padding: 18px 0px;
}
ul.no_item li {
    list-style: none;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #588D3C;
}
.order-item-notes textarea {
  border-radius: 4px;
  border: 1px solid #D4D2E3;
  height: 88px;
  padding: 8px;
  width: 100%;
}
.order-amount li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.order-amount {
  margin-top: 30px;
}
button.btn.PlaceOrder, a.btn.PlaceOrder {
  border-radius: 8px;
  background: #D4D2E3;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.btn-check:focus+.btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}
footer {
  background: #023D00;
  padding: 60px 0px;
  padding-bottom: 0px;
}
.footer-widget h2 span {
  color: #FFF;
  /* font-family: "Source Sans Pro"; */
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer-widget p {
  color: var(--Muted-Light, rgba(255, 255, 255, 0.80));
  /* font-family: "Source Sans Pro"; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}

.footer-wight h3 {
  color: rgba(255, 255, 255, 0.60);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-bottom: 20px;
}

.footer-widget ul li {
  list-style: none;
}

.footer-widget ul li a {
  color: var(--Muted-Light, rgba(255, 255, 255, 0.80));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  text-decoration: none;
}
.footer-widget h3 {
  color: rgba(255, 255, 255, 0.60);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}

.footer-widget ul {
  padding: 0;
}
.footer-bottom {
  text-align: center;
  color: rgba(255, 255, 255, 0.40);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  padding: 40px 0px;
  border-top: 1px solid #ffffff08;
  margin-top: 40px;
}
.order-time h3 {
  color: var(--Text-Secondary-Blue, #588D3C);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
  border-bottom: 1px dashed var(--Inner-Section-Stroke, #A4BDC1);
  display: inline-block;
  padding-bottom: 10px;
}

.order-time {
  padding-top: 20px;
}

.item-heading-order-box {
    position: relative;
    color: var(--Text-Black, #021112);
    font-family: Inter;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.4px;
}

.item-heading-order-box h3 {
  color: var(--Text-Black, #021112);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.4px;
  margin-bottom: 0px;
}
.item-price-quantity-box {
  text-align: center;
}
.quantity-btn {
  display: flex;
  border-radius: 7px;
  border: 0.583px solid #15482C;
  background: var(--Background-Blue, #E3FAFC);
  margin-top: 8px;
}
p.side_item_amt {
    margin: 0;
    position: absolute;
    right: 0px;
    top: 0px;
}
.item-heading-order-box p {
  color: rgba(8, 69, 76, 0.70);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 200% */
  letter-spacing: -0.315px;
  margin-bottom: 0px;
}
input:focus-visible, select:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.quantity-btn button.plus, .quantity-btn button.minus, input.quntnumber {
  border: none;
  background: transparent;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 0px 4px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.toggle-box {
  display: none; /* hides the little default checkbox square */
}

/*label {
  cursor: pointer; *//* makes it clear that the text is clickable */
/*}*/

.toggle-box + label + .hidden-input {
  display: none; /* sets the default style to be that the input box is hidden while the box is unchecked/text is unclicked. This changes when the user clicks the text. */
}

.toggle-box:checked + label + .hidden-input {
  display: block; /* shows the input box when the use clicks the text, which makes the box checked. */
}

.link {
  text-decoration: underline;
}
.order-item-notes {
  margin-top: 20px;
}
/* .sliderfilter {
    border-radius: 8px;
    border: 1px solid #D4D2E3;
    padding: 8px 16px;
    background: #15482C;
}

.sliderfilter select {
    border: none;
    background: transparent;
    color: #fff;
} */

.date-slider-box p {
  text-align: left;
  font-size: 16px;
  padding-top: 0;
  margin-bottom: 0px;
  font-weight: 600;
  color: #094c54;
}
button.btn.btn-primary.selectMealType {
  margin-top: 10px;
  color: #15482C;
  margin-right: 10px;
  min-width: 130px;
  background: #fff;
  border: 2px solid #15482C5e;
  border-radius: 6px;
  min-width: 158px;
  min-height: 44px;
}

button.btn.btn-primary.selectMealType:hover {
  background: #15482C;
  border-color: #588D3C;
  color: #fff;
}

button.btn.btn-primary.selectMealType:hover svg path {
  fill: #fff;
}

button.btn.btn-primary.selectMealType.active {
  background: #15482C;
  border-color: #588D3C;
  color: #fff;
}

button.btn.btn-primary.selectMealType.active svg path {
  fill: #fff;
}

.modal-content {
    border-radius: 10px;
    background: #FFFFFF;
    /* background: #E6ECED; */
}

#IngredientsText .modal-title{color:#15482C; font-size: 20px; line-height: 26px;font-weight: 700;}
#IngredientsText h6{color:#588D3C; font-size: 18px; line-height: 23px;font-weight: 700;}

.DateFiletModal:not(#popupAddon) .modal-dialog {
  max-width: 500px;
}

.DateFiletModal .modal-body {
    padding: 10px 45px;
}
#frmMenuAddon strong {
    margin-bottom: 10px;
    display: inline-block;
}
.dateselectedBox {
    display: flex;
    align-items: self-start;
    gap: 10px;
}

.dateselectedBox .mealerrowdata h2 {
    color: #15482C;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}



.dateselectedBox .mealerrowdata p {
  color: #15482C;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.btn-action .btncontinue, .btnclear {
    border-radius: 10px;
    border: 1px solid #15482C;
    color: #15482C;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    margin-right: 15px;
}
.iconmel img {
    width: 34px;
}
.btn-action .btnclear {
  border-radius: 12px;
  border: 1px solid #15482C;
  background: #15482C;
  color: #fff;
  margin-right: 0px;
}
a.btncontinue, button.btncontinue {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 7px;
    border: 0.583px solid var(--Brand-Secondary, #15482C);
    background: #15482C;
    min-width: 112px;
}


.addon-item-box p strong {
    text-align: center;
    width: auto !important;
    display: inline-block;
}
.optional_item_text a {
    color: #feb81c;
}
.optional_item_text {
    font-family: Inter;
    display: inline-block;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.2;
}
.order-box strong {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.AddNotBox {
    width: 100%;
    display: flex;
    border-radius: 12px;
    border: 1px dashed var(--Inner-Section-Stroke, #A4BDC1);
    background: #FFF;
    color: var(--Text-Secondary-Blue, #588D3C);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 4px 10px 4px 10px;
    margin-top: 12px;
    line-height: 1.4;
}

.AddNotBox a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: auto;
}
.AddNotBox span {
  border-radius: 14px;
  background: #E6ECED;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  margin-left: 5px;
}
.view-addon-cls {
    margin-top: 10px;
}
a.show_addons_info {
    font-size: 14px;
    color: var(--Text-Secondary-Blue, #588D3C);
    font-family: Inter;
}
.order-notification {
  border-radius: 12px;
  background: var(--Background-Blue, #E3FAFC);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  padding: 12px 24px;
  margin-bottom: 55px;
  color: var(--Brand-Secondary, #15482C);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 177.778% */
  letter-spacing: -0.315px;
}

.order-notification a {
  text-decoration: underline;
  color: #588D3C;
  font-weight: 700;
  display: inline-block;
  margin-left: 20px;
}
a#ingredients-link {
    font-size: 14px;
    color:var(--Mojo-Success, #2C7E53);
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 0px;
    line-height: 1;
}
#IngredientsText .modal-text p {
  color: #4B5253;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
 .modal-text.mealerrowdata p {
    margin: 0px;
}
.modal-text.mealerrowdata {
    padding: 15px 20px;
}
.modal-header {
    padding: 10px 15px;
}
.errorText {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
    font-weight: bold;
}

.errorText i {
    font-size: 32px;
    color: #fdbd25;
}
.special_partner_slot_modal .modal-dialog {
    max-width: 600px;
}
.special_partner_slot_modal .modal-body {
    padding: 20px 15px;
}
.modal-dialog form {
    width: 100%;
}
.special_partner_slot_modal .btn-action .btncontinue {
    background: transparent !important;
}
button.btn.PlaceOrder.active, a.btn.PlaceOrder.active {
    background: #fdbd25;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
    border: none;
    opacity: 1;
}
select {}

.order-success-box {
    text-align: center;
}

.order-text-success p {
    color: #15482C;
    text-align: center;
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.263px;
    margin-bottom: 50px;
}
.order-text-success p b{font-weight: 700;}
.order-success-box a {
    color: var(--Text-Secondary-Blue, #588D3C);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.315px;
    text-decoration-line: underline;
}
.checkcontainer input[type="checkbox"],.checkcontainer input[type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: green;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.checkcontainer input[type="radio"], .checkcontainer input[type="radio"]::before {
  border-radius: 50%;
}
label.checkcontainer {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
.checkcontainer input[type="checkbox"],.checkcontainer input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 0.1rem;
    border: 2px solid #15482C;
}
.checkcontainer input[type="checkbox"]::before,.checkcontainer input[type="radio"]::before {
    content: "";
    width: 12px;
    height: 12px;
    transform: scale(0);
    background: #15482C;
}
.checkcontainer input[type="checkbox"]:checked::before, .checkcontainer input[type="radio"]:checked::before {
  transform: scale(1);
}
.checkcontainer input[type="checkbox"]:hover,.checkcontainer input[type="radio"]:hover {
  color: black;
}
.btn-primary:hover {
    color: #000;
    background: #FDBD25;
    border-color: #FDBD25;
}
p.required_addon_note {
    font-weight: bold;
    margin-bottom: 10px;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 20px;
    font-weight: bold;
}
.addon-item-box h2 {
  font-family: Inter;
    border-bottom: 1px dashed var(--Inner-Section-Stroke, #A4BDC1);
    padding: 10px 0px;
    color: #fdbd25;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.addon-item-box {
    margin-top: 10px;
    color: var(--Text-Black, #021112);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.4px;
    margin-bottom: 0px;
}

section.main-cutoff-screen {
    background-color: #EDFCFD;
    background-image: url(../img/asian_food_pattern_3.png);
    background-size: cover;
    text-align: center;
    padding: 40px 0px;
    position: relative;

}
.cutoff-screen-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
}
.cutoff-text-screen h2 {
    color: var(--Brand-Secondary, #15482C);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.cutoff-text-screen a {
    color: var(--Brand-Secondary, #15482C);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.btn-action {
    width: 100%;
    text-align: right;
}

.mealerrowdata {
    flex-basis: 700%;
}
textarea#modal_item_note {
    border-radius: 20px;
    border: 1px solid #000;
    background: #E6ECED;
    padding: 20px;
    margin-bottom: 20px;
    min-height: 100px;
    color: var(--Text-Grey, #737373);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
a.dropdown-item {
    color: #03191C;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 118.023%;
    padding: 14px 8px;
    border-bottom: 1px solid #D4D2E3;
}
.dropdown-menu {
    display: none;
    min-width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    border-radius: 8px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffff;
    background:linear-gradient(91deg, var(--Mojo-Primary---Dark, #15482C) 8.99%, var(--Mojo-Success, #2C7E53) 151.39%);
    border-radius: 0px;
     transition: all 0.5s;
}
.dropdown-item:hover svg path {
    fill: #fff;
    transition: all 0.5s;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
div#apply_coupon_blockd {
    margin-top: 10px;
    align-items: center;
}
div#apply_coupon_blockd h4 {
    margin: 0px;
    font-size: 16px;
}
div#apply_coupon_blockd .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
}
small.help-block,.has-error-modal {
  color: red;
}
/* For Tablet View */
@media screen and (min-device-width: 530px)
	and (max-device-width: 800px) {
    span.item-img-tag{max-width: 180px;
      text-align: left;}
    .navbar-expand-lg {
      flex-wrap: wrap;
      justify-content: space-between;
  }
    .logo-left {
      gap: 0px;
      flex-wrap: wrap;
      justify-content: center;
  }
  .navbar-brand {
    margin-right: 0;
}
.logo-whyq h3 {
  font-size: 13px;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: center;
}
section.top-hero-section {

  background: #f3f6f6;
}
.tab-slider {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.dropdown.sliderfilter {
  width: 100%;
  text-align: center;
}
.wrapper .tabs-box {
  margin-top: 0;
  margin-bottom: 10px;
  max-width: 100%;
}
.wrapper .icon {
  width: auto;
}
.icon:last-child i {
  margin-right: 0;
}
.search-img-box ul {
  padding: 0px;
  margin-top: 10px;
}
.search-img-box ul li {
  margin-bottom: 10px;
}
.card-itme-body {
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
}
.item-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}
.dateselectedBox {
  flex-wrap: wrap;
}
.dateselectedBox .mealerrowdata h2 {

  font-size: 20px;
}
.dateselectedBox .mealerrowdata p {
  font-size: 14px;
}
.btn-action .btncontinue, .btnclear {
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
}
.DateFiletModal .modal-body {
    padding: 10px 15px;
}
.order-notification a {
    margin-left: 0;
}
.order-notification {
    padding: 10px 14px;
    margin-bottom: 25px;
    line-height: 28px;
}
}

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px)
	and (orientation: portrait) {
    .navbar-expand-lg {
      flex-wrap: wrap;
      justify-content: space-between;
  }
  span.item-img-tag{max-width: 180px;
    text-align: left;}
    .logo-left {
      gap: 0px;
      flex-wrap: wrap;
      justify-content: center;
  }
  .navbar-brand {
    margin-right: 0;
}
.logo-whyq h3 {
  font-size: 13px;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: center;
}
section.top-hero-section {

  background: #f3f6f6;
}
.tab-slider {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.dropdown.sliderfilter {
  width: 100%;
  text-align: center;
}
.wrapper .tabs-box {
  margin-top: 0;
  margin-bottom: 10px;
  max-width: 100%;
}
.wrapper .icon {
  width: auto;
}
.icon:last-child i {
  margin-right: 0;
}
.search-img-box ul {
  padding: 0px;
  margin-top: 10px;
}
.search-img-box ul li {
  margin-bottom: 10px;
}
.dateselectedBox {
  flex-wrap: wrap;
}
.dateselectedBox .mealerrowdata h2 {

  font-size: 20px;
}
.dateselectedBox .mealerrowdata p {
  font-size: 14px;
}
.btn-action .btncontinue, .btnclear {
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
}
.DateFiletModal .modal-body {
    padding: 10px 15px;
}
.order-notification a {
    margin-left: 0;
}
.order-notification {
    padding: 10px 14px;
    margin-bottom: 25px;
    line-height: 28px;
}
}

/* For Mobile Landscape View */
@media screen and (max-device-width: 640px)
	and (orientation: landscape) {

	  .navbar-expand-lg {
      flex-wrap: wrap;
      justify-content: space-between;
  }
    .logo-left {
      gap: 0px;
      flex-wrap: wrap;
      justify-content: center;
  }
  .navbar-brand {
    margin-right: 0;
}
.logo-whyq h3 {
  font-size: 13px;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: center;
}
section.top-hero-section {

  background: #f3f6f6;
}
.dateselectedBox {
  flex-wrap: wrap;
}
.dateselectedBox .mealerrowdata h2 {

  font-size: 20px;
}
.dateselectedBox .mealerrowdata p {
  font-size: 14px;
}
.btn-action .btncontinue, .btnclear {
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
}
.DateFiletModal .modal-body {
    padding: 10px 15px;
}
.order-notification a {
    margin-left: 0;
}
.order-notification {
    padding: 10px 14px;
    margin-bottom: 25px;
    line-height: 28px;
}
}

/* For Mobile Phones Portrait or Landscape View */
@media screen
	and (max-device-width: 640px) {
	  .navbar-expand-lg {
      flex-wrap: wrap;
      justify-content: space-between;
  }
  span.item-img-tag{max-width: 180px;
    text-align: left;}
    .logo-left {
      gap: 0px;
      flex-wrap: wrap;
      justify-content: center;
  }
  .navbar-brand {
    margin-right: 0;
}
.logo-whyq h3 {
  font-size: 13px;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: center;
}
section.top-hero-section {

  background: #f3f6f6;
}
.tab-slider {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.dropdown.sliderfilter {
  width: 100%;
  text-align: center;
}
.wrapper .tabs-box {
  margin-top: 0;
  margin-bottom: 10px;
  max-width: 100%;
  margin: 10px 30px;
}
.wrapper .icon {
  width: auto;
}
.wrapper {
    min-width: 320px;
}
.icon:first-child {
    left: 5px;
    background: linear-gradient(90deg, #f3f6f6 50%, transparent);
}
.icon:last-child i {
  margin-right: 8px;
}

.search-img-box ul {
  padding: 0px;
  margin-top: 10px;
}
.search-img-box ul li {
  margin-bottom: 10px;
}
.dateselectedBox {
  flex-wrap: wrap;
}
.dateselectedBox .mealerrowdata h2 {

  font-size: 20px;
}
.dateselectedBox .mealerrowdata p {
  font-size: 14px;
}
.btn-action .btncontinue, .btnclear {
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
}
.DateFiletModal .modal-body {
    padding: 10px 15px;
}
.order-notification a {
    margin-left: 0;
}
.order-notification {
    padding: 10px 14px;
    margin-bottom: 25px;
    line-height: 28px;
}
}

.order_for
  {
    display: inline-block;
    padding: 10px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    width: 100%;
    background: #004d5a;
    margin: 10px 0px;
    text-align: center;
  }

  .feedback-box {
    border-radius: 12px;
    border-bottom: 1px solid #D4D2E3;
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    color: #15482C;
    margin-top: 24px;
    text-align: center;
  }
  .feedback-box h3 {
    color: #15482C;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.315px;
    margin-top: 24px;
  }
   .give-feedback-btn {
    border-radius: 8px;
    background: var(--Text-Secondary-Blue, #588D3C);
    padding: 14px 0px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 111.111% */
    letter-spacing: 0.6px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    margin-top: 20px;
    transition: all ease 0.5s;
    border: 1px solid #588D3C;
  }
  .give-feedback-btn:hover, .submit_feedback:hover {
    background: transparent;
    color: #588D3C;
    border: 1px solid #588D3C;
  }
  .emoji {
    margin-top: 8px;
  }
     /* Custom Modal Styling */
     .feedback-modal .modal-content {
      border-radius: 20px;
      background: #FFF;
      padding:40px 70px;
  }
  /* .feedback-modal .modal-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    overflow-y: unset !important;
  } */
  .feedback-modal .image-section {
    flex: 1;
    text-align: center;
  }
  .feedback-modal .image-section h4 {
    color: #FDBD25;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .feedback-modal .image-section img {
      max-width: 100%;
      height: auto;
  }
  .feedback-modal .form-section {
    flex: 1;
    border-radius: 12px;
    border-top: 1px solid #E8EEEE;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(164, 189, 193, 0.50);
    padding: 40px;
  }
  .feedback-modal h2 {
    text-align: center;
    margin-bottom: 43px;
    color: #15482C;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
  .do-you-need {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .do-you-need label.form-label {
    margin-bottom: 0px;
  }
  .feedback-modal  .custom-file {
    position: relative;
    display: inline-block;

  }
  .feedback-modal .custom-file input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .feedback-modal .custom-file-label {
    display: block;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    background: var(--Background-Blue, #E3FAFC);
    padding: 8px 16px;
    color: var(--Text-Secondary, #58585A);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .feedback-modal .custom-radio label{cursor: pointer;}
  .feedback-modal label {
      color: var(--Text-Secondary, #58585A);
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 0;
  }

  .feedback-modal .modal-header {
    padding: 10px 15px;
    border: none;
    color: #15482C;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .feedback-modal .downarrowselect {
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    height: 66%;
    background: #fff;
    width: 14%;
    text-align: center;
}
  .feedback-modal .custom-select select:hover {
    border-color: #0056b3;
  }

  /* Custom Date Picker */
  .feedback-modal input[type="date"] {
    padding: 12px;
    border: 2px solid #007bff;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  }
  .feedback-modal input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(20%) sepia(100%) saturate(200%) hue-rotate(190deg);
    cursor: pointer;
  }


  .feedback-modal .custom-radio {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .feedback-modal .custom-radio input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(82, 110, 255, 0.24);
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    background: rgba(82, 110, 255, 0.12);
  }
  .feedback-modal .custom-radio input[type="radio"]:checked::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #526EFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .feedback-modal .custom-radio label {
    cursor: pointer;
    font-weight: 500;
  }
  .feedback-modal #calendar {
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    padding: 10px;
    left: 0;
    border-radius: 19.688px;
    background: #FFF;
    box-shadow: 0px 3.571px 7.143px 0px rgba(8, 69, 76, 0.15);
    z-index: 99;
    padding: 17.718px 18.376px 32.768px 17.812px;
  }
  .feedback-modal .calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
  }
  .feedback-modal .calendar-day {
    text-align: center;
    cursor: pointer;
    color: var(--Text-Primary, #021112);
    font-family: Inter;
    font-size: 14.766px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .feedback-modal .calendar-day:hover {
    border-radius: 3.75px;
    background: #588D3C;
    color: #fff;
  }
  .feedback-modal  .daticon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  .feedback-modal .custom-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .feedback-modal .dropdown-selected {
    cursor: pointer;
    text-align: left;
    border-radius: 8px;
    border: 1px solid var(--Text-Secondary-Blue, #588D3C);
    background: #FFF;
    height: 52px;
    color: var(--Brand-Secondary, #58585A);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 14px 29px 14px 16px;
    white-space: pre;
    overflow: hidden;
}
  .feedback-modal .dropdown-options {
    display: none;
    position: absolute;
    width: 100%;
    padding:4px 8px;
    color: var(--Brand-Secondary, #15482C);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 118.023%;
    z-index: 99;
    border-radius: 8px;
    border: 1px solid var(--Inner-Section-Stroke, #A4BDC1);
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
  }
  .feedback-modal .dropdown-option {
    cursor: pointer;
    color: #15482C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px; /* 140.625% */
    letter-spacing: -0.295px;
    margin-bottom: 12px;
  }
  .feedback-modal .dropdown-option:hover {
    background: #f0f0f0;
  }
  .feedback-modal .select-wrapper {
    display: inline-block;
    width: 100%;
  }
  .dateslect {
    position: relative;
  }
  .feedback-modal #dateInput {
    border-radius: 8px;
    border: 1px solid var(--Text-Secondary-Blue, #588D3C);
    background: #FFF;
    padding: 14px 12px 14px 16px;
    color: var(--Brand-Secondary, #15482C);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 118.023%;
    height: 52px;
    width: 100%;
  }
  .feedback-modal textarea.form-control.Tellus {
    border-radius: 12px;
    border: 1px solid #899FA0;
    padding: 14px 16px;
    min-height: 168px;
  }
  .feedback-modal #dateInput::placeholder {
    color: var(--Brand-Secondary, #15482C);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 118.023%; /* 18.884px */
  }
  .feedback-modal #dateInput::placeholder, textarea::placeholder {
    color: var(--Brand-Secondary, #15482C);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 118.023%; /* 18.884px */
  }
  .feedback-modal  .calendar-weekday {
    color: var(--Text-Primary, #021112);
    font-family: Inter;
    font-size: 11.812px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
  }
  .feedback-modal .calendar-header button {
    border-radius: 98.437px;
    background: var(--Inner-Section-Stroke, #A4BDC1);
    width: 23.625px;
    height: 23.625px;
    line-height: 17px;
    text-align: center;
    border: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .feedback-modal  .calendar-header {
    display: flex
  ;
    justify-content: space-between;
    align-items: center;
    color: var(--Brand-Secondary, #15482C);
    font-family: Inter;
    font-size: 13.781px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 31px;
  }
  .cusm-radio-feedback {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    gap: 20px;
  }
  .submit_feedback {
    border-radius: 8px;
    background: var(--Text-Secondary-Blue, #588D3C);
    padding: 14px 60px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: all ease 0.5s;
    border: 1px solid #588D3C;
    cursor: pointer;
  }
  .submit-suss-box {
    text-align: center;
  }

  .submit-suss-box h3 {
    color: #15482C;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 16px;
  }
  .submit-feedback-gif img {
    width: 150px;
    height: 150px;
  }
  @media (max-width: 768px) {
    .feedback-modal .modal-body {
      overflow-y: auto !important;
  }
  .feedback-modal .modal-content {
    border-radius: 20px;
    background: #FFF;
    padding: 20px;
  }
  .feedback-modal h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  .feedback-modal .image-section h4 {
    font-size: 28px;
  }
  .feedback-modal .form-section {
    padding: 20px;
  }
  .submit-suss-box h3 {
    font-size: 24px;
  }
  }
  .feedback-modal .form-section .dateslect input#meal_date {
    border: none;
    width: 100%;
    color: var(--Text-Secondary, #58585A);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.feedback-modal .form-section .dateslect {
  position: relative;
  border-radius: 12px;
  border: 1px solid var(--Text-Secondary-Blue, #588D3C);
  height: 52px;
  padding: 12px 16px;
}
.feedback-modal .form-section .form-control.Tellus {
  /* cursor: pointer; */
  text-align: left;
  border-radius: 8px;
  border: 1px solid var(--Text-Secondary-Blue, #588D3C);
  background: #FFF;
  height: 52px;
  color: var(--Brand-Secondary, #15482C);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 14px 12px 14px 16px;
}
.btn-closecm {
  background: transparent;
  border: none;
  padding: 0px;
  position: absolute;
  right: 20px;
  top: 20px;
}
div#ui-datepicker-div.meal_date_picker {
  border-radius: 19.688px;
  background: #FFF;
  box-shadow: 0px 3.571px 7.143px 0px rgba(8, 69, 76, 0.15);
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  background: transparent;
  border: none;
}
.meal_date_picker .ui-datepicker .ui-datepicker-title {
  margin: 4px 2.3em !important;
  line-height: 1.8em !important;
  text-align: center;
  color: var(--Brand-Secondary, #15482C) !important;
  font-family: Inter;
  font-size: 13.781px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.meal_date_picker .ui-state-default, .meal_date_picker .ui-widget-content .ui-state-default, .meal_date_picker .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(../img/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
  background: transparent !important;
  border: none !important;
  color: var(--Text-Primary, #021112)  !important;
  font-family: Inter;
  font-size: 14.766px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  text-align: center !important;
}
.meal_date_picker .ui-state-highlight, .meal_date_picker .ui-widget-content .ui-state-highlight, .meal_date_picker .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(../img/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
  border-radius: 3.75px !important;
  background: #588D3C !important;
  color: #fff !important;
  border: none !important;
  text-align: center !important;
}
.meal_date_picker .ui-state-hover, .meal_date_picker .ui-widget-content .ui-state-hover, .meal_date_picker .ui-widget-header .ui-state-hover, .meal_date_picker .ui-state-focus, .meal_date_picker .ui-widget-content .ui-state-focus, .meal_date_picker .ui-widget-header .ui-state-focus {
  border: 0;
  background: #dadada url(../img/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #fff !important;
  border-radius: 3.75px !important;
  background: #588D3C !important;
}

.gx-cus-cl.checkout-pt-60 .col-lg-4 {
  --bs-gutter-x: 1.5rem !important;
}
section.main-content-partner {
  padding: 40px 0px;
  background: #F4FAFB;
  box-shadow: -1.875px 0px 3.75px 0px rgba(0, 0, 0, 0.25), 1.875px 3.75px 3.75px 0px rgba(0, 0, 0, 0.25);
}

.step {
  display: none;
}

.step.active {
  display: block;
}

/* --- .form_box_left (outer card wrapper) --- */
.form_box_left {
  border-radius: 12px;
  background: #FFF;
  padding: 40px 44px 50px;
}

/* --- .form_heading (heading section inside form_box_left) --- */
.form_box_left .form_heading {
  text-align: center;
  margin-bottom: 26px;
}

.form_box_left .form_heading h2 {
  color: var(--Brand-Secondary, #15482C);
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.form_box_left .form_heading p {
  color: var(--Text-Primary-Grey, #4B5253);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* --- .info_deatils (customer contact info box) --- */
.info_deatils {
  border-radius: 12px;
  border-top: 0.808px solid #E8EEEE;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(164, 189, 193, 0.50);
  padding: 20px;
  margin-bottom: 36px;
}

.info_deatils h3 {
  color: var(--Text-Secondary-Blue, #588D3C);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}

/* --- .tadl (contact detail row items) --- */
.info_deatils .tadl {
  color: var(--Brand-Secondary, #15482C);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px 12px;
}

.info_deatils .tadl span {
  display: inline-block;
  margin-right: 4px;
}

/* --- .form_input_box (payment form wrapper) --- */
.form_input_box {
  border-radius: 8px;
  border-top: 0.808px solid #E8EEEE;
  background: #FFF;
  box-shadow: 0px 3.23px 6.46px 0px rgba(164, 189, 193, 0.50);
  padding: 32px 24px;
}

/* --- .form_heading_yel (amount to pay heading) --- */
.form_heading_yel h2 {
  color: #15482C;
  text-align: left;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px #A4BDC1 solid;
  padding-bottom: 17px;
}

.form_heading_yel {
  margin-bottom: 24px;
}

/* --- .PaymentDetails (payment method section) --- */
.PaymentDetails h3 {
  color: #FDB302;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

/* --- .custom-radio-group, .custom-radio-label, .custom-radio --- */
.custom-radio-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.custom-radio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--Text-Grey, #737373);
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}

.custom-radio-label input {
  display: none;
}

.custom-radio {
  width: 24px;
  height: 24px;
  border: 2px solid;
  border-color: rgba(82, 110, 255, 0.24);
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  transition: all 0.3s ease;
  background: rgba(82, 110, 255, 0.12);
}

.custom-radio:after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #588D3C;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease;
}

.custom-radio-label input:checked + .custom-radio:after {
  transform: translate(-50%, -50%) scale(1);
}

.custom-radio-label input:checked + .custom-radio {
  border-color: #588D3C;
}

.custom-radio:hover {
  border-color: #588D3C;
}

/* --- img.inner-card (payment method logos: PayLah, Mastercard, Visa) --- */
img.inner-card {
  border-radius: 8px;
  background: #FFF;
  width: 52px;
  box-shadow: 0px 0px 7.559px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid var(--Disabled-Grey, #BFCBCF);
  padding: 10px 4px;
  height: 35px;
  object-fit: contain;
}

.custom-radio-label img.inner-card {
  padding: 0;
  display: block !important;
  width: max-content;
  margin-left: 10px;
}

/* --- #method_other_card_checkout (credit/debit card panel) --- */
#method_other_card_checkout .radio {
  margin-bottom: 10px;
  display: flex;
}

#method_other_card_checkout .radio label {
  min-width: 160px;
}

#method_other_card_checkout .radio input[type="radio"] {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #C7C7C7;
  background: #FFF;
  margin-right: 10px;
}

/* --- .radio.addcard-new --- */
.radio.addcard-new label {
  display: flex;
}

/* --- .otherCardCheckoutForm (card number/expiry/cvv form) --- */
.otherCardCheckoutForm {
  margin-top: 24px;
}

.otherCardCheckoutForm label {
  margin-bottom: 10px;
  color: #15482C;
}

.otherCardCheckoutForm .input-container {
  color: #4B5253;
}

.otherCardCheckoutForm .input-container.card-number {
  margin-bottom: 15px !important;
}

/* --- .frame--activated (checkout.com iframe containers) --- */
.otherCardCheckoutForm .frame--activated {
  opacity: 1;
  border: solid 1px #13395E !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  width: 100%;
}

.otherCardCheckoutForm .card-number-frame,
.otherCardCheckoutForm .expiry-date-frame,
.otherCardCheckoutForm .cvv-frame {
  padding-left: 10px !important;
}

/* --- .stall_error / #checkoutError --- */
.stall_error,
.menu_error,
.cart_date_time_error {
  color: #ff0000;
  background: #ff000021;
  font-size: 13px;
  text-align: center;
  border-radius: 3px;
  margin-top: 8px;
  padding: 0px 10px;
}

/* --- .btnYello base styles --- */
.btnYello.btn-sm,
.btnYello {
  border: none;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-weight: 600;
  border-radius: 30px;
  font-size: 16px;
  min-width: 130px;
}

.btnYello:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btnYello:hover,
.btnYello:focus,
.btnYello:visited {
  background-color: #02638a;
  border-color: #02638a;
}

.btnYello:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -3.125rem;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 3.125rem;
  z-index: -10;
}

/* --- .form_box_left .btn.btnYello (the Pay & Place Order button) --- */
.form_box_left .btn.btnYello {
  border-radius: 20.188px;
  background: linear-gradient(275deg, #FCBD24 20.11%, #F6CD6A 109.22%), #FDB400;
  padding: 8px 48px;
  width: 100%;
  color: var(--Brand-Secondary, #15482C);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.84px;
  margin-bottom: 24px;
  margin-top: 20px;
}

/* --- Disabled btnYello --- */
button.btn.btnYello.disbl {
  border-radius: 20.188px;
  background: #B3C1C6;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.84px;
}
input.other_cvv {
  border-radius: 4px;
  border: 1px solid #7E8494;
  color: #53596D;
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.8px;
  padding: 7px 15px;
  width: 70px;
  line-height: 1;
  margin-left: 5px;
}
img.inner-card {
  border-radius: 8px;
  background: #FFF;
  width: 52px;
  box-shadow: 0px 0px 7.559px 0px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  border: 1px solid var(--Disabled-Grey, #BFCBCF);
  background: #FFF;
  padding: 10px 4px;
  height: 35px;
  object-fit: contain;
}

/* --- Button focus reset --- */
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  /*margin: 10px 0px;*/
  list-style: none;
  /*margin-bottom: 60px;*/
  margin: 10px 0px;
}


.breadcrumb ul {
  margin-bottom: 0px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.breadcrumb ul li::before:first-child {

  content: ">";

}

.breadcrumb li {
  list-style: none;
  color: #4B5253;
  font-size: 18px;
  font-weight: 600;
 font-family: "Inter", sans-serif;
 font-size: 13px;
}

.breadcrumb li a {
  font-size: 18px;
  text-decoration: none;
  color: #588D3C;
  font-weight: 600;
 font-family: "Inter", sans-serif;
  text-decoration: underline;
}

.avail_credit {
    display: flex;
    padding: 4px 12px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    background: #E1FFF7;
    margin-bottom: 8px;
}

span.credit-text {
    color: #099E79;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.887px;
}

span.credit-bal {
    color: #099E79;
    text-align: right;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.6px;
}

.order_grid {
  position: relative;
  border: 1px solid #C5D5D8;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  padding-bottom: 8px;
  margin-bottom: 20px;

}

.order_grid_cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 170px;
}

/* .order_grid .img_or_bx img {
  width: 100%;
  object-fit: cover;
  max-height: 120px;
} */

.order_grid_cont .img_or_bx span {
  position: absolute;
  left: 0;
  top: 20px;
  background: #FABD23;
  padding: 4px 20px 4px 20px;
  border-radius: 0px 8px 8px 0px;
  font-size: 14px;
  font-weight: 600;
  color: #FFF8F5;
}

.order_grid_cont .hed_or_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    padding-bottom: 0px;
}

.order_grid_cont .hed_or_bx h2 {
  font-size: 21px;
  font-weight: 700;
  color: #588D3C;
  margin-bottom: 0px;
  height: 49px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.order_grid p {
  font-size: 16px;
  font-weight: 400;
  color: #4B5253;
  padding: 10px;
  padding-top: 0;
  overflow: hidden;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
  margin-bottom: 0px;
}

.order_grid .ft_or_bx {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0px 10px;
  gap: 20px;
}

.order_grid .ft_or_bx h4 {
    font-size: 14px;
    font-weight: 500;
    color: #FABD23;
    margin-bottom: 000px;
    min-height: 33px;
}

.order_grid .ft_or_bx span {
  font-size: 15px;
  color: #588D3C;
  font-weight: 500;
  flex-basis: 15%;
  text-align: right;
  min-height: 33px;
}

.order_grid .dietarytags ul {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0px 10px;
  margin-bottom: 0px;
}

.order_grid .dietarytags ul li {
  list-style: none;
}

.order_grid .img_or_bx{
  height: 180px;
  overflow: hidden;
}

.img_or_bx img {
    width: 100%;
    object-fit: cover;
}


.pill-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px 8px 16px;
  border-radius: 12px;
  cursor: pointer;
  border: 1px solid #1D8A7A;
  background: #E3FAFC;
  transition: border-color 0.3s;
  user-select: none;

}
.pill-wrap.off { border-color: #bbb;
    background: white;
    border: 1px solid white; }

.pill-star { font-size: 20px; color: #15482C; transition: color 0.3s; }
.pill-wrap.off .pill-star { color: #aaa; }

.pill-text {
  font-size: 15px;
  font-weight: 500;
  color: #1D8A7A;
  transition: color 0.3s;
  white-space: nowrap;
}
.pill-wrap.off .pill-text { color: #aaa; }

.mini-switch {
  width: 38px; height: 22px;
  border-radius: 999px;
  background: #15482C;
  position: relative;
  transition: background 0.3s;
  flex-shrink: 0;margin-left: 8px;
}
.pill-wrap.off .mini-switch { background: #ccc; }

.mini-knob {
  width: 16px; height: 16px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 3px;
  left: calc(100% - 19px);
  transition: left 0.3s cubic-bezier(.4,0,.2,1);
  display: flex; align-items: center; justify-content: center;
}
.pill-wrap.off .mini-knob { left: 3px; }

.mini-check { width: 8px; height: 8px; transition: opacity 0.2s; }
.pill-wrap.off .mini-check { opacity: 0; }

.separator{height: 85px;
    border-right: 1px solid #A4BDC1;
    margin-right: 40px;}

/*----------- Deepak 03 Sep 2026 ---------------*/
.top-hero-section.new-vendor-date-section{background-image:inherit}
.top-hero-section.new-vendor-date-section .wrapper{
  margin: 0;}
.search-item {flex: 1 1 auto;min-width: 260px; }
.search-item .row {display: flex; align-items: center;
      flex-wrap: wrap; gap: 16px; margin: 0;}
.search-item .row > div {padding: 0; max-width: 100%; width: auto;}
.search-item .filter-col {order: 1; flex: 1 1 auto; min-width: 0;}
.search-item .search-col {order: 2; flex: 0 0 auto;margin-left: auto; }
.search-img-box ul {display: flex; flex-wrap: wrap; align-items: center;
gap: 2px;list-style: none; margin: 0; padding: 0;}

.search-img-box li.btnFilter {
border: 1px solid #D9E7DC;
border-radius: 999px; padding: 6px 16px;background: #fff; cursor: pointer; }
.search-img-box li.btnFilter label {
  display: flex;align-items: center; gap: 8px; margin: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500; font-size: 14px;color: #15482C; cursor: pointer;
  white-space: nowrap;
}

.search-img-box li.btnFilter img {
  width: 22px;
  height: 22px;
}

.search-box .form-group.has-search {
  position: relative;
  margin: 0;
}

.search-box .form-control-feedback {
  position: absolute;
  left:5px;
  top: 36%;
  transform: translateY(-50%);
  color: #9CA3AF;
  pointer-events: none;
}

.search-box #search_filter {
  border: 1px solid #ECE7DC;
  padding: 12px 20px 12px 44px;
}

.search-box #search_filter:focus {
  outline: none;
  box-shadow: none;
  border-color: #15482C;
}

@media screen and (min-width: 375px) and (max-width: 768px) and (orientation: portrait) {
  /* .order_grid .img_or_bx img {
    max-height: 203px;
  } */
   .separator{display: none;}
}

@media screen and (min-width: 375px) and (max-width: 768px) and (orientation: landscape) {
  /* .order_grid .img_or_bx img {
    max-height: 100px;
  } */
   .separator{display: none;}
}

/* --- Responsive --- */

@media screen and (max-width: 768px) {
  .form_input_box {
    padding: 32px 10px !important;
  }
  .order-box {
    margin-top: 20px;
  }

}

@media (min-width: 300px) and (max-width: 900px) {
  .order-box {
    margin-top: 20px;
  }
}
