@charset "UTF-8";
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
@import url(e:\www\orderq-latest\public\frontend\css\normalize.css);
@import 'welcome-screen';

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --primary: #625bff;
}

.container {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.overflow-hidden {
  overflow: hidden !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

main.container {
  padding-bottom: 86px !important;
}

small,
.small {
  font-size: 14px !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.text-capitalize {
  text-transform: capitalize;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-0 {
  margin: 0 !important;
}

.column,
.columns {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* For devices larger than 576px */
@media (min-width: 576px) {
  .container {
    width: 85%;
    padding: 0;
  }
}

/* For devices larger than 550px */
@media (min-width: 10px) {
  .container {
    width: 100%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #222;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}

h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #625bff;
}

a:hover {
  color: #716aff;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #fff;
  background-color: #625bff;
  border-color: #625bff;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #716aff;
  border-color: #716aff;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #716aff;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol,
ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

header {
  position: relative;
  height: 225px;
}

@media screen and (max-width: 350px) {
  header {
    height: 250px;
  }
}

@media screen and (min-width: 481px) {
  header {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin-top: 0.5rem !important;
  }
}

header:after {
  content: "";
  position: absolute;
  display: block !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 481px) {
  header:after {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}

header .header-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header .absolute-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

header nav {
  padding-top: 18px;
  padding-bottom: 20px;
  position: relative;
  z-index: 3;
}

header nav .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header nav .row .columns.for-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

header nav .row .columns.for-lang .custom-select {
  position: relative;
  display: inline-block;
}

header nav .row .columns.for-lang .custom-select .selected-option {
  border: 1px solid #bbb;
  border-radius: 50%;
  background: white;
  height: 36px;
  width: 36px;
  cursor: pointer;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header nav .row .columns.for-lang .custom-select .items {
  margin-top: 4px;
  display: none;
  position: absolute;
  border-radius: 6px;
  background-color: #f9f9f9;
  border: 1px solid #bbb;
  font-size: 14px;
  width: 100%;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

header nav .row .columns.for-lang .custom-select .items span {
  display: block;
  padding: 2px 5px;
  cursor: pointer;
}

header nav .row .columns.for-lang .custom-select .items span:hover {
  background-color: #ddd;
}

header nav .row .columns.for-lang .arrow {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

header nav .row .columns.for-lang .arrow.rotate {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

header nav .row .cart-icon.has-items {
  position: relative;
}

header nav .row .cart-icon.has-items:after {
  content: " ";
  display: block;
  position: absolute;
  height: 8px;
  width: 8px;
  background: deeppink;
  border-radius: 50%;
  top: calc(50% - 10px);
  right: calc(50% - 10px);
}

header nav .row .cart-icon a {
  height: 36px;
  width: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #bbb;
  border-radius: 50px;
  min-width: 30px;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

header .social-icons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding-top: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .social-icons-container .social-btn {
  background: white !important;
  border-radius: 50%;
  padding: 0 !important;
  margin: 0 !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
}

header .social-icons-container .social-btn svg {
  width: 24px;
  height: 24px;
}

.item_config_container {
  max-height: none;
  overflow: visible;
}

.search-form {
  width: 100%;
  margin: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}

.search-form .search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
}

.search-form .search-container .search-input {
  padding: 10px;
  border: none !important;
  outline: none !important;
  font-size: 16px;
  margin: 0;
}

.search-form .search-container .search-btn {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  margin: 0;
}

.search-form .search-container .search-btn .search-icon {
  width: 24px;
  height: 24px;
}

.restaurant-intro {
  margin: 22px 0;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 576px) {
  .restaurant-intro {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 480px) {
  .restaurant-intro {
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
  }
}

.restaurant-intro .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.restaurant-intro .restaurant-logo {
  height: 60px;
  width: 60px;
  min-width: 60px;
  border-radius: 12px;
  overflow: hidden;
}

.restaurant-intro .restaurant-logo img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: inherit;
}

.restaurant-intro .restaurant-title {
  padding-top: 4px;
  width: 100%;
  color: white;
}

.restaurant-intro .restaurant-title * {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  padding-right: 20px;
}

.table-info {
  font-size: 12px;
  color: #ffffff;
  background: #625bff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 4px 6px;
}

.bg-primary {
  background-color: #625bff !important;
}

.main-category {
  padding: 8px 16px;
  display: inline-block;
  color: white;
  border-radius: 4px;
  word-break: break-all;
}

.menu-heading {
  padding-left: 4px;
  margin: 12px 0;
  scroll-margin-top: 80px;
  position: relative;
}

.menu-heading .image {
  position: relative;
}

.menu-heading .image img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.menu-heading h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  word-break: break-word;
}

@media screen and (max-width: 480px) {
  .menu-heading h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

.menu-heading * {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}

.order-heading {
  padding-left: 4px;
  margin-bottom: 12px;
  padding-top: 30px;
  scroll-margin-top: 80px;
}

.order-heading * {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}

.food-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 60px;
}

.meal-card-link {
  text-decoration: none;
  color: #222222;
  display: block;
}

.meal-card-link:hover {
  color: #222222;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.meal-card {
  border-radius: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  padding: 12px;
  -webkit-box-shadow: 0 0 10px 10px rgba(136, 136, 136, 0.05);
          box-shadow: 0 0 10px 10px rgba(136, 136, 136, 0.05);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.meal-card .img-container {
  min-height: 120px;
  min-width: 120px;
  max-height: 120px;
  max-width: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
}

.meal-card.opened {
  padding: 0;
  display: block;
}

.meal-card.opened .img-container {
  min-height: 180px;
  min-width: 100%;
}

.meal-card .meal-footer {
  padding-left: 12px;
  padding-top: 6px;
}

.meal-card .meal-footer .meal-title h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  word-break: break-word;
}

.meal-card .meal-footer .meal-desc {
  color: #888888;
  font-size: 13px;
  word-break: break-word;
}

.meal-card .meal-footer .meal-add-button {
  background: #625bff;
  color: white;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  padding: 6px;
}

.meal-card .meal-details {
  padding: 10px 0;
}

.meal-card .meal-details .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.meal-card .meal-details .flex .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.meal-card .meal-details .flex .price {
  text-align: end;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  min-width: 80px;
}

.meal-card .meal-details .selection-box {
  border: 1px solid #e1e1e1;
  padding: 16px;
  border-radius: 12px;
  margin: 28px 0;
}

.meal-card .meal-details .selection-box .header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}

.meal-card .meal-details .selection-box .header .title {
  margin: 0;
}

.meal-card .meal-details .selection-box .header .title h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.meal-card .meal-details .selection-box .header .title span {
  font-size: 13px;
  color: #888888;
}

.meal-card .meal-details .selection-box .header .required {
  color: #fff;
  border-radius: 20px;
  background: indianred;
  height: 100%;
  font-size: 11px;
  padding: 3px 8px;
  font-weight: 500;
}

.meal-card .meal-details .selection-box .selection-list {
  padding-top: 12px;
}

.meal-card .meal-details .selection-box .selection-list ul,
.meal-card .meal-details .selection-box .selection-list li {
  list-style: none;
  font-size: 16px;
  margin: 0;
}

.meal-card .meal-details .selection-box .selection-list ul label input,
.meal-card .meal-details .selection-box .selection-list li label input {
  margin-right: 8px;
}

.meal-card .meal-details .selection-box .selection-list ul label span,
.meal-card .meal-details .selection-box .selection-list li label span {
  font-weight: 400;
}

.add-to-cart {
  padding-bottom: 1.5rem;
}

.add-to-cart .footer-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}

.add-to-cart .cart-button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.add-to-cart .cart-button .button-primary {
  width: 100%;
}

.add-to-cart .quantity-selector {
  width: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.add-to-cart .quantity-selector .button-rounded {
  border-radius: 50px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  margin: 0;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.add-to-cart .quantity-selector .current-qty {
  min-width: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 600;
}

.add-to-cart .cart-button.full button {
  width: 100%;
}

.add-to-cart .cart-button * {
  margin: 0;
}

.cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  background-color: white;
  -webkit-box-shadow: 0 0 10px 15px rgba(136, 136, 136, 0.05);
          box-shadow: 0 0 10px 15px rgba(136, 136, 136, 0.05);
  border-radius: 12px;
  padding: 12px;
}

.cart-item .img-container {
  height: 60px;
  min-width: 60px;
  border-radius: 8px;
  overflow: hidden;
}

.cart-item .text-container {
  width: 100%;
  padding-left: 12px;
}

.cart-item .text-container h5 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}

.cart-item .text-container p {
  font-size: 13px;
  color: #888888;
  font-weight: normal;
  margin: 0;
}

.cart-item .text-container .cart-item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6px;
}

.cart-item .text-container .cart-item-footer button {
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 30px;
  min-width: 30px;
  height: 30px;
  width: 30px;
  border-radius: 6px;
  margin: 0;
}

.cart-item .text-container .cart-item-footer button svg {
  opacity: 0.6;
}

.cart-item .text-container .cart-item-footer .price {
  font-weight: 600;
}

.cart-item .text-container .small-qty-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-item .text-container .small-qty-selector > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-item .text-container .small-qty-selector > div button {
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 30px;
  min-width: 30px;
  height: 30px;
  width: 30px;
  border-radius: 6px;
  margin: 0;
}

.cart-item .text-container .small-qty-selector > div button svg {
  opacity: 0.6;
}

.cart-item .text-container .small-qty-selector > div .current-qty {
  width: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}

.mt-24 {
  margin-top: 24px;
}

.p-0 {
  padding: 0 !important;
}

.card {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 15px rgba(136, 136, 136, 0.05);
          box-shadow: 0 0 10px 15px rgba(136, 136, 136, 0.05);
  margin-bottom: 50px;
}

.card .card-body {
  padding: 12px;
}

.card .card-body .card-title {
  font-size: 26px;
  font-weight: 600;
  background: #000;
  color: white;
  padding: 8px 14px;
  border-radius: 10px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px rgba(136, 136, 136, 0.15);
          box-shadow: 0 0 10px rgba(136, 136, 136, 0.15);
}

.card .card-body .card-cart-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 6px 18px 10px 18px;
  margin-bottom: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
}

.card .card-body .card-cart-item:first-of-type {
  padding-top: 10px;
}

.card .card-body .card-cart-item:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
}

.card .card-body .card-cart-item .avatar {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8%;
}

.card .card-body .card-cart-item .titleDesc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  color: #363636;
}

.card .card-body .card-cart-item .titleDesc .item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.card .card-body .card-cart-item .titleDesc .item_title svg {
  cursor: pointer;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.card .card-body .card-cart-item .titleDesc .item_title svg:hover {
  color: #625bff;
}

.card .card-body .card-cart-item .titleDesc .item_title b {
  word-break: break-word;
}

.card .card-body .card-cart-item .titleDesc b {
  font-size: 18px;
  font-weight: 500;
}

.card .card-body .card-cart-item .titleDesc .desc {
  font-size: 12px;
  font-weight: 400;
}

.card .card-body .card-cart-item .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card .card-body .card-cart-item .right span {
  font-size: 14px;
}

.card .card-body .card-cart-item .cart-adder {
  background: #625bff;
  color: white;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  padding: 6px;
  margin-left: 12px;
  cursor: pointer;
}

.card .card-body .card-cart-item .cart-adder-2 {
  background: #625bff;
  color: white;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  padding: 6px;
  margin-left: 12px;
  cursor: pointer;
}

.card .card-banner {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.menu-list {
  position: -webkit-sticky;
  position: sticky;
  top: 56px;
  background: white;
  overflow: hidden;
  z-index: 1;
}

.menu-list ul {
  max-width: 100%;
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-bottom: 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 8px 16px;
  position: relative;
}

.menu-list ul::-webkit-scrollbar {
  display: none;
}

.menu-list ul li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-bottom: 0;
}

.menu-list ul li a {
  text-decoration: none;
  color: #222;
  padding: 6px 16px;
  border-radius: 3px;
  display: block;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.menu-list ul li a:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

.menu-list ul li a.active {
  color: #fafafa;
  background: #625bff;
}

.language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 5px;
}

.language input {
  display: none;
  cursor: pointer;
}

.language input ~ label {
  padding: 2px;
  width: 30px;
  display: inline-block;
  height: 15px;
  border-radius: 10px;
  background: #333;
  cursor: pointer;
}

.language input ~ label::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  position: relative;
  top: 2px;
  left: 2px;
}

.language input span {
  font-weight: 600;
  color: #0fa0ce;
}

.language input:checked ~ label {
  background: #333;
}

.language input:checked ~ label::after {
  left: 18px;
}

.language input:checked ~ label ~ span {
  position: relative;
  color: #0fa0ce;
}

.language span {
  color: #0fa0ce;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
.floating_menu_strip {
  position: fixed;
  bottom: 0;
  right: 10px;
  left: 10px;
  text-align: right;
  border-radius: 8px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: white;
  max-width: 480px;
  margin: 0 auto;
}

.floating_menu_strip a.floating_menu {
  padding: 1rem;
  border-radius: 8px;
  background-color: #2d2d2d;
  cursor: pointer;
}

.floating_menu_strip a.text-decoration-none {
  text-decoration: none;
  color: white;
  height: 42px;
}

.floating_menu_strip .flex {
  color: #ffffff;
  grid-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.floating_menu_strip .flex .text {
  font-size: 20px;
}

.floating_menu_strip .flex .flex {
  padding: 1rem 1.5rem;
  background-color: #2d2d2d;
  width: 100%;
  border-radius: 8px;
}

.floating_menu_strip .flex .flex.anchor_link_flex {
  height: 100%;
}

.floating_menu_strip .flex .flex .inside-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.floating_menu {
  z-index: 999;
}

.floating_menu.back {
  color: white;
}

.floating_menu.back:hover {
  color: #625bff;
}

.option.style {
  text-align: center;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 576px) {
  .modal {
    padding: 1rem;
  }
}

@media (max-width: 576px) {
  .modal.modal-1 {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
  }
  .modal.modal-1 .modal-inner .modal-content {
    max-width: unset !important;
    width: 100% !important;
    height: calc(100% - 2em) !important;
    min-width: unset !important;
  }
  .modal.modal-1 .modal-inner .modal-content form {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal.modal-1 .modal-inner .modal-content form .modal-content-inner {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.modal.modal-1 .modal-buttons {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.modal.modal-1 .modal-buttons .detail_meal {
  padding-bottom: 0 !important;
}

.modal.modal-1 .modal-buttons .button {
  margin-bottom: 0 !important;
  font-size: 16px;
  margin-left: 0 !important;
}

@media (max-width: 576px) {
  .modal.modal-1 .modal-buttons .button {
    font-size: 12px;
    padding: 0 12px;
  }
}

.modal.modal-1 .modal-buttons .button .itemFormBtnAdd {
  margin-right: 8px;
}

.modal.modal-1 .counter {
  grid-gap: 0;
  padding: 0 16px;
}

.modal.modal-1 .counter button {
  line-height: 24px;
}

.modal.modal-1 .counter input {
  line-height: 24px;
  font-size: 16px;
  height: auto;
}

.modal.modal-open {
  visibility: visible;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  opacity: 1;
  z-index: 3;
}

.modal .modal-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal .modal-inner .modal-content {
  position: relative;
  background-color: white;
  max-width: 35em;
  min-width: 25em;
  padding: 1em 1.5em;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 90vh;
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  .modal .modal-inner .modal-content {
    max-width: 70vw;
    min-width: unset;
    width: 100%;
    max-height: 85vh;
  }
}

.modal .modal-inner .modal-content .modal-close-icon {
  position: absolute;
  right: 1.5em;
}

.modal .modal-inner .modal-content .modal-content-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 8px;
  margin-bottom: 12px;
  min-height: 0;
}

.modal .modal-inner .modal-content .modal-content-inner::-webkit-scrollbar {
  width: 6px;
}

.modal .modal-inner .modal-content .modal-content-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.modal .modal-inner .modal-content .modal-content-inner::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.modal .modal-inner .modal-content .modal-content-inner::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}

.modal .modal-inner .modal-content .modal-content-inner h1,
.modal .modal-inner .modal-content .modal-content-inner h2,
.modal .modal-inner .modal-content .modal-content-inner h3,
.modal .modal-inner .modal-content .modal-content-inner h4,
.modal .modal-inner .modal-content .modal-content-inner h5,
.modal .modal-inner .modal-content .modal-content-inner h6 {
  font-weight: 600;
  margin-bottom: 0.25em;
}

.modal .modal-inner .modal-content .modal-content-inner p {
  margin-bottom: 0.4em;
}

.modal .modal-inner .modal-content .modal-content-inner #item_description {
  max-height: 75px;
  overflow: auto;
}

.modal .modal-inner .modal-content form {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}

.modal .modal-inner .modal-content .modal-buttons-seperator {
  display: none;
}

.modal .modal-inner .modal-content .modal-buttons {
  margin-top: 0;
  padding-top: 12px;
  border-top: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal .modal-inner .modal-content .modal-buttons button {
  margin-left: 2em;
}

.modal .modal-inner .modal-content .modal-buttons button:first-child {
  margin-left: 0;
}

.modal .modal-inner .meal-add-button {
  background: black;
  color: white;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  padding: 6px;
}

.modal .modal-inner .action_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 1rem;
}

.modal .modal-inner .action_btn input,
.modal .modal-inner .action_btn label {
  margin-bottom: 0 !important;
}

.modal .modal-inner .action_btn:last-child {
  margin-bottom: 2rem !important;
}

.modal .modal-inner .action_btn:first-child {
  margin-top: 2rem !important;
}

.detail_meal {
  padding-bottom: 0.5rem;
}

.detail_meal .header-container {
  text-align: center;
}

.detail_meal .bell-icon {
  width: 50px;
  height: 50px;
  color: #625bff;
}

.detail_meal h6 {
  font-weight: 600;
}

.detail_meal .price {
  color: #808080;
  font-weight: 600;
  font-size: 20px;
}

.detail_meal .pill_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 6px;
  margin-bottom: 1rem;
}

.detail_meal .pill_wrapper span {
  font-weight: 400;
  background-color: #d9d9d9;
  padding: 0px 9px;
  border-radius: 4px;
  font-size: 14px;
}

.detail_meal .pill_wrapper span.success {
  background-color: #138145;
  color: #ffffff;
}

.detail_meal .u-full-width {
  resize: none;
  border-color: #d9d9d9;
  background-color: #d9d9d9;
  margin-bottom: 0.3rem;
}

.detail_meal p {
  color: #808080;
}

.detail_meal .counter {
  max-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 0.5rem;
  padding: 4px 20px;
  border-radius: 200px;
  background-color: #d9d9d9;
}

.detail_meal .counter input {
  text-align: center;
  max-width: 50px;
  border: unset !important;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  background-color: #d9d9d9;
}

.detail_meal .counter button {
  margin-bottom: 0;
  max-width: 20px;
  padding: 0;
  font-size: 20px;
  border: unset !important;
}

.detail_meal .list_wrapper {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.detail_meal .list_wrapper .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.detail_meal .list_wrapper .list_item h6 {
  font-weight: 600;
  margin-bottom: 0 !important;
}

.detail_meal .list_wrapper .list_item p {
  color: #000;
  margin-bottom: 0 !important;
}

.detail_meal .list_wrapper .list_item .add {
  text-decoration: none;
  font-size: 20px;
  color: #000000;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  border-radius: 50%;
}

.detail_meal .space {
  padding-top: 0.5rem;
}

.logo img.logo {
  max-width: 120px;
}

.button-primary {
  background-color: #625bff !important;
  border-color: #625bff !important;
}

.pattern {
  background: url("../images/pattern.png"), #625bff20;
  background-repeat: repeat;
  background-size: contain;
}

.bg-white {
  background-color: #ffffff;
}

.modal_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}

.modal_wrap button {
  font-weight: 400 !important;
  border: none;
  border-radius: 0.6rem;
  background-color: rgba(98, 91, 255, 0.4);
  -webkit-box-shadow: 0 0.6rem 1.2rem 0 rgba(60, 26, 27, 0.05);
          box-shadow: 0 0.6rem 1.2rem 0 rgba(60, 26, 27, 0.05);
  color: #000000;
  text-align: left;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 576px) {
  .modal_wrap button {
    padding: 0 16px;
  }
}

.modal_wrap button:hover {
  background-color: rgba(98, 91, 255, 0.6);
  color: #ffffff;
}

.success-modal .modal-content-inner .success-icon {
  width: 50px;
  height: 50px;
  color: #00b752;
}

.success-modal .modal-content-inner .success-desc {
  text-align: center;
}

.success-modal .modal-buttons {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-container.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-container .small {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}

.powered_by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.powered_by .text {
  font-weight: 700;
}

.powered_by .logo {
  height: 24px;
}

.cart_textarea_container {
  width: 100%;
  padding-top: 12px;
}

.cart_textarea_container textarea {
  width: 100%;
}

.accordion .accordion_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 16px;
  cursor: pointer;
  margin-bottom: 0 !important;
}

.accordion .accordion_toggle.toggled {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .accordion_toggle.toggled svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.accordion .accordion_toggle svg {
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.accordion .accordion_body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  will-change: max-height;
}

.accordion .accordion_body.toggled {
  padding: 12px;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  max-height: 500px;
  /* Adjust based on the maximum content height */
}

.text-muted {
  color: #6c757d !important;
}

#item_configurations {
  background: #fff;
  padding-bottom: 16px;
}

#item_configurations hr {
  margin: 0 !important;
}

#item_configurations .form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 12px;
  cursor: pointer;
  font-weight: 400 !important;
}

#item_configurations .form-label.extras_option {
  padding: 8px 16px;
  margin: 0 !important;
}

#item_configurations .form-label .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#item_configurations .form-label input[type="checkbox"], #item_configurations .form-label input[type="radio"] {
  cursor: pointer;
  margin: 0;
  accent-color: #625bff;
  width: 18px;
  height: 18px;
}

.back_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  text-decoration: none;
  color: black;
  margin-top: 16px;
  margin-bottom: 16px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.back_btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

input.disabled {
  background-color: #e9ecef;
  color: #6c757d;
  border-color: #ced4da;
  opacity: 0.6;
  pointer-events: none !important;
}

.form-label.disabled {
  color: #6c757d;
  opacity: 0.6;
  pointer-events: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.blink svg g {
  fill: yellow;
}

.waiterCallBtn {
  position: relative;
}

.waiterCallBtn svg {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #9e9e9e;
  -webkit-transform-origin: 50% 4px;
          transform-origin: 50% 4px;
}

.ring-animation svg {
  -webkit-animation: ring 4s ease-in-out;
          animation: ring 4s ease-in-out;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  1% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  3% {
    -webkit-transform: rotate(-28deg);
            transform: rotate(-28deg);
  }
  5% {
    -webkit-transform: rotate(34deg);
            transform: rotate(34deg);
  }
  7% {
    -webkit-transform: rotate(-32deg);
            transform: rotate(-32deg);
  }
  9% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  11% {
    -webkit-transform: rotate(-28deg);
            transform: rotate(-28deg);
  }
  13% {
    -webkit-transform: rotate(26deg);
            transform: rotate(26deg);
  }
  15% {
    -webkit-transform: rotate(-24deg);
            transform: rotate(-24deg);
  }
  17% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  19% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  21% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  23% {
    -webkit-transform: rotate(-16deg);
            transform: rotate(-16deg);
  }
  25% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg);
  }
  27% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  29% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  31% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  33% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  35% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  37% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  39% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  41% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  43% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes ring {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  1% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  3% {
    -webkit-transform: rotate(-28deg);
            transform: rotate(-28deg);
  }
  5% {
    -webkit-transform: rotate(34deg);
            transform: rotate(34deg);
  }
  7% {
    -webkit-transform: rotate(-32deg);
            transform: rotate(-32deg);
  }
  9% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  11% {
    -webkit-transform: rotate(-28deg);
            transform: rotate(-28deg);
  }
  13% {
    -webkit-transform: rotate(26deg);
            transform: rotate(26deg);
  }
  15% {
    -webkit-transform: rotate(-24deg);
            transform: rotate(-24deg);
  }
  17% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  19% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  21% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  23% {
    -webkit-transform: rotate(-16deg);
            transform: rotate(-16deg);
  }
  25% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg);
  }
  27% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  29% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  31% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  33% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  35% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  37% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  39% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  41% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  43% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.floating_menu_tool_tip {
  top: -4rem;
  position: absolute;
  padding: 6px 1rem;
  border-radius: 6px;
  background-color: #000000;
  left: 0rem !important;
  color: #ffffff;
  width: 200px !important;
  font-size: 12px !important;
  text-align: left !important;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  color: #fff !important;
}

div:where(.swal2-container) button:where(.swal2-styled) {
  padding: 0.045em 1.1em !important;
}

.pointer {
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown__button.nav_menu {
  border-radius: 50%;
  color: white !important;
  padding: 0 !important;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
}

.dropdown button {
  margin: 0;
}

.dropdown__menu {
  position: absolute;
  top: 100%;
  margin-top: 5px;
  left: 0;
  background-color: white;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  min-width: 80px;
  display: none;
}

.dropdown__menu.nav_menu {
  right: 0;
  left: auto;
  white-space: nowrap;
}

.dropdown__menu--open {
  display: block;
}

.dropdown__menu__item {
  padding: 6px 12px;
  display: block;
  color: #222222;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown__menu__item:hover {
  background-color: #f6f6f6;
  color: var(--primary);
}

.w-full {
  width: 100%;
}

.nav_link {
  text-decoration: none;
}

* {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.item-cart-image {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.cart-page .floating_menu {
  padding: 1rem;
  border-radius: 8px;
  background-color: #2d2d2d;
  margin-bottom: 8px;
  color: white;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  position: fixed;
  bottom: 0;
}

.cart-page .floating_menu:hover {
  color: #625bff;
}

.lazy.header-img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

#item_name {
  word-break: break-word;
  margin-top: 2.3rem;
}

// Clean Welcome Screen Styles - Centered & Beautiful
.welcome-screen {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
    max-width: 420px;
    margin: 0 auto;
    
    &.loaded {
        opacity: 1;
        transform: translateY(0);
    }
}

// Main Heading - schöner und prominenter
.main-heading {
    text-align: center;
    margin-bottom: 32px;
    
    h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 28px;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0;
        line-height: 1.2;
        background: linear-gradient(135deg, #7c3aed, #a855f7);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
}

// Info Box - alles in einer schönen Box
.info-box {
    background: white;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    width: 100%;
}

// Subtitle in der Box
.subtitle {
    margin-bottom: 24px;
    text-align: center;
    
    p {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: #64748b;
        margin: 0;
        line-height: 1.6;
    }
}

// Features List - kompakter und schöner
.features-list {
    display: grid;
    gap: 12px;
    
    .feature-item {
        display: flex;
        align-items: center;
        padding: 8px 0;
        
        .feature-icon {
            font-size: 18px;
            margin-right: 12px;
            width: 24px;
            text-align: center;
        }
        
        .feature-text {
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            font-weight: 500;
            color: #374151;
        }
    }
}

// Call to Action Link - dezenter
.cta-section {
    text-align: center;
    margin-bottom: 24px;
    
    .cta-link {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: #7c3aed;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: all 0.3s ease;
        
        &:hover {
            color: #6d28d9;
            border-bottom-color: #6d28d9;
        }
    }
}

// Main Action Button - richtig schön
.action-button {
    width: 100%;
    
    .order-button {
        width: 100%;
        background: linear-gradient(135deg, #7c3aed, #a855f7);
        color: white;
        border: none;
        padding: 16px 24px;
        border-radius: 12px;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 4px 14px rgba(124, 58, 237, 0.3);
        position: relative;
        overflow: hidden;
        
        &::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s;
        }
        
        &:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(124, 58, 237, 0.4);
            
            &::before {
                left: 100%;
            }
        }
        
        &:active {
            transform: translateY(0);
        }
    }
}

// Mobile Anpassungen
@media (max-width: 480px) {
    .welcome-screen {
        padding: 16px;
        max-width: 100%;
    }
    
    .main-heading h1 {
        font-size: 24px;
    }
    
    .info-box {
        padding: 20px;
        margin-bottom: 24px;
    }
    
    .subtitle p {
        font-size: 14px;
    }
    
    .features-list .feature-item .feature-text {
        font-size: 13px;
    }
    
    .action-button .order-button {
        font-size: 15px;
        padding: 14px 20px;
    }
}

// Smooth entrance animations
.main-heading {
    animation: fadeInUp 0.6s ease-out 0.2s both;
}

.info-box {
    animation: fadeInScale 0.6s ease-out 0.4s both;
}

.cta-section {
    animation: fadeInUp 0.6s ease-out 0.6s both;
}

.action-button {
    animation: fadeInUp 0.6s ease-out 0.8s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }


    
}
/*# sourceMappingURL=styles.css.map */