.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.page-wrapper {
  overflow: hidden;
}

.container {
  position: relative;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

.nav-menu:active {
  color: #ee5c46;
}

.nav-menu__nav-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #000219;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}

.nav-menu__nav-link:hover {
  color: #ff6e58;
  font-weight: 700;
}

.nav-menu__nav-link:active {
  color: #ee5c46;
}

.nav-menu__nav-link:focus {
  color: #ee5c46;
}

.nav-menu__nav-link.w--current {
  color: #ff6e58;
}

.nav-menu__nav-link._4 {
  display: none;
}

.dot {
  padding: 20px;
}

.dot._3 {
  display: none;
}

.button {
  padding: 12px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-color: #ff6e58;
  box-shadow: 1px 1px 18px 12px rgba(255, 110, 88, 0.25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
}

.button:hover {
  background-color: #ee5c46;
  box-shadow: 1px 1px 55px 22px rgba(238, 92, 70, 0.3);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

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

.button.nav:hover {
  background-color: #ee5c46;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.logo {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.logo:hover {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.section {
  padding-top: 100px;
  padding-bottom: 40px;
}

.section.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/shawarma-parmo.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/shawarma-parmo.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section.hero._2 {
  min-height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.section.menu {
  position: relative;
  margin-top: 0px;
  background-color: #ff6e58;
}

.section.order {
  padding-top: 40px;
  padding-bottom: 0px;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading {
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #000219;
  font-size: 72px;
  line-height: 75px;
}

.heading.light {
  color: #fff;
}

.heading.light.menu {
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}

.heading.menu-item {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  font-size: 24px;
  line-height: 28px;
}

.heading.menu-item:hover {
  box-shadow: none;
}

.heading.menu-item.price {
  color: #ff6e58;
}

.heading.cta {
  color: #ff6e58;
  font-size: 36px;
  line-height: 40px;
}

.paragraph {
  margin-top: 20px;
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #5c5c5c;
  font-size: 24px;
  line-height: 32px;
}

.paragraph.light {
  color: #eaeaea;
}

.paragraph.light.hero {
  max-width: 80%;
  margin-top: 20px;
}

.paragraph.info {
  margin-top: 100px;
}

.paragraph.menu {
  margin-top: 10px;
  font-size: 22px;
  line-height: 25px;
}

.paragraph.credit {
  margin-top: 40px;
  opacity: 0.4;
  font-size: 12px;
  text-align: center;
}

.paragraph.footer {
  font-size: 29px;
  line-height: 31px;
  font-weight: 700;
}

.button-2 {
  padding: 12px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-color: #ff6e58;
  box-shadow: 1px 1px 20px 12px rgba(255, 110, 88, 0.25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
}

.button-2:hover {
  background-color: #ee5c46;
  box-shadow: 1px 1px 55px 22px rgba(255, 110, 88, 0.25);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.button-2.large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  min-width: 50%;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  text-decoration: none;
  cursor: pointer;
}

.cta-icon {
  margin-top: -5px;
}

.button-text {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 10px;
}

.info-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.decoration {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 16px;
  max-width: 700px;
  border-radius: 10px;
  background-color: #ff6e58;
}

.decoration.vertical {
  height: 467px;
  max-width: 16px;
}

.menu-grid {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  grid-auto-flow: row;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.shape-divider {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.divider-wrapper {
  position: absolute;
  left: 0%;
  top: -8.7em;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.divider-wrapper.bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -7.9em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 15px;
  background-color: #fafafa;
  box-shadow: 1px 1px 16px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.menu-item:hover {
  box-shadow: 1px 1px 16px 13px rgba(0, 0, 0, 0.25);
}

.menu-item.last {
  height: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.menu-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 15px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-image {
  display: none;
}

.grid-2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-2 {
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #000219;
  font-size: 72px;
  line-height: 75px;
  text-align: center;
}

.heading-2.light {
  color: #fff;
}

.heading-2.light.hero {
  font-size: 60px;
  text-align: left;
}

.button-3 {
  padding: 12px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-color: #ff6e58;
  box-shadow: 1px 1px 20px 12px rgba(255, 110, 88, 0.25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
}

.button-3:hover {
  background-color: #ee5c46;
  box-shadow: 1px 1px 55px 22px rgba(255, 110, 88, 0.25);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.button-3.large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  min-width: 50%;
  margin-top: 40px;
  margin-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ff6e58;
  font-size: 22px;
  text-decoration: none;
  cursor: pointer;
}

.button-3.large.secondary {
  border-style: solid;
  border-width: 2px;
  border-color: #ff6e58;
  background-color: rgba(255, 110, 88, 0.54);
}

.button-3.large.hero1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-3.large.hero1.footer._2 {
  display: none;
}

.button-3.large.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-text-2 {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 10px;
  font-size: 18px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paragraph-2 {
  margin-top: 20px;
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #5c5c5c;
  font-size: 24px;
  line-height: 32px;
}

.paragraph-2.light {
  color: #eaeaea;
}

.paragraph-2.light.hero {
  max-width: 80%;
  margin-top: 20px;
}

.image {
  border-style: solid;
  border-width: 5px;
  border-color: #ff6e58;
  border-radius: 15px;
}

.image._2 {
  border-style: solid;
  border-width: 5px;
  border-color: #ff6e58;
}

.extra-sides-header {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.sides-name-cost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block {
  width: 450px;
  padding-bottom: 5px;
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #f4f3ee;
  font-size: 15px;
  line-height: 1.25em;
}

.text-block-2 {
  padding-bottom: 5px;
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #f4f3ee;
  line-height: 1.25em;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link-burgers {
  margin-right: 20px;
  margin-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
}

.tab-link-burgers.w--current {
  background-color: #000219;
}

.text-block-3 {
  font-family: 'Plus Jakarta Display', sans-serif;
  font-weight: 700;
}

.text-block-4 {
  font-family: 'Plus Jakarta Display', sans-serif;
  font-weight: 700;
}

.text-block-5 {
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #fff;
  font-weight: 700;
}

.tab-link-loaded-fries {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: transparent;
}

.tab-link-loaded-fries.w--current {
  background-color: #000219;
}

.tab-link-parmos {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
}

.tab-link-parmos.w--current {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
}

.tabs-content {
  padding: 20px 20px 40px;
}

.text-span {
  color: #cecece;
  font-size: 12px;
  line-height: 0px;
  font-style: italic;
}

.bold-text-2 {
  color: #ff6e58;
}

.bold-text-3 {
  color: #ff6e58;
}

.bold-text-4 {
  color: #ff6e58;
}

.bold-text-5 {
  color: #ff6e58;
}

.bold-text-6 {
  color: #ff6e58;
}

.button-order {
  padding: 12px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-color: #ff6e58;
  box-shadow: 1px 1px 18px 12px rgba(255, 110, 88, 0.25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
}

.button-order:hover {
  background-color: #ee5c46;
  box-shadow: 1px 1px 55px 22px rgba(238, 92, 70, 0.3);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.button-order.nav {
  display: none;
}

.button-order.nav:hover {
  background-color: #ee5c46;
}

.heading-3 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  text-align: center;
}

.text-block-6 {
  margin-bottom: 20px;
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #ff6e58;
  font-weight: 700;
  text-align: center;
}

.venue-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.venue-wrapper.white {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.venue {
  width: 250px;
  color: #ff6e58;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 16px;
}

.location-button-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff6e58;
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.place-order-button-text {
  color: #000;
  text-align: center;
}

.location-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 35px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  background-color: #000;
  font-family: 'Plus Jakarta Display', sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.location-button-2.beverley {
  display: none;
}

.deliveroo-button-text {
  color: #fff;
  text-align: center;
}

.text-span-2 {
  color: #00cdbc;
}

.image-2 {
  margin-left: 30px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 20px;
}

.image-3 {
  display: none;
}

.hours {
  font-size: 14px;
}

.text-span-3 {
  color: #ee5c46;
}

.text-span-4 {
  color: #ee5c46;
}

@media screen and (max-width: 991px) {
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container.nav-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav-menu {
    padding-bottom: 10px;
    border: 1px none #000;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 1px 1px 20px 4px rgba(16, 43, 78, 0.18);
  }

  .nav-menu__nav-link._4 {
    display: block;
  }

  .dot {
    display: none;
  }

  .button.nav {
    display: none;
  }

  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-button {
    z-index: 22;
    max-width: 8vw;
    padding: 5px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .menu-button:active {
    position: relative;
    z-index: 22;
  }

  .menu-button.w--open {
    border-radius: 30px 30px 0px 0px;
    background-color: #fff;
  }

  .section.hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section.menu {
    padding-top: 20px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading.footer {
    text-align: center;
  }

  .paragraph {
    text-align: center;
  }

  .menu-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .divider-wrapper {
    top: -5.8em;
  }

  .divider-wrapper.bottom {
    bottom: -6.2em;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .heading-2.light.hero {
    text-align: center;
  }

  .button-3.large.footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-2 {
    text-align: center;
  }

  .paragraph-2.light.hero {
    max-width: 100%;
    text-align: center;
  }

  .sides-name-cost {
    margin-right: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .bold-text {
    font-size: 24px;
  }

  .button-order.nav {
    display: none;
  }

  .image-2 {
    display: none;
    max-width: none;
    margin-left: 0px;
  }

  .header-image-wrapper {
    width: 660px;
    margin-top: 30px;
  }

  .image-3 {
    display: block;
    max-width: 90%;
    margin-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: solid;
    border-width: 5px;
    border-color: #fff;
    border-radius: 20px;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu-button {
    max-width: 10vw;
  }

  .section {
    padding-bottom: 30px;
  }

  .paragraph.credit {
    margin-top: 40px;
    font-size: 12px;
  }

  .button-2.large {
    width: 100%;
    text-align: center;
  }

  .divider-wrapper {
    top: -4.8em;
  }

  .divider-wrapper.bottom {
    bottom: -3.9em;
  }

  .grid-2 {
    margin-right: 20px;
    margin-left: 20px;
    justify-items: center;
  }

  .button-3.large {
    width: 100%;
    min-width: 100%;
    text-align: center;
  }

  .button-3.large.secondary {
    margin-right: 0px;
  }

  .button-3.large.hero1 {
    margin-right: 0px;
  }

  .button-3.large.footer {
    margin-right: 0px;
  }

  .image {
    display: none;
  }

  .image._2 {
    display: block;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .text-block-4 {
    font-size: 12px;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .image-2 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 95%;
    margin-bottom: 0px;
  }

  .container.nav-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav-menu__nav-link {
    display: block;
  }

  .menu-button {
    max-width: 15vw;
  }

  .section {
    padding-top: 30px;
  }

  .section.hero._2 {
    min-height: 60vh;
  }

  .heading {
    margin-bottom: 40px;
    font-size: 50px;
    line-height: 66px;
  }

  .heading.light {
    font-size: 64px;
  }

  .heading.light.menu {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 50px;
  }

  .heading.menu-item {
    font-size: 20px;
    text-align: center;
  }

  .heading.cta {
    font-size: 32px;
  }

  .heading.footer {
    margin-bottom: 0px;
    font-size: 23px;
    line-height: 40px;
    text-align: center;
  }

  .paragraph {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .paragraph.info {
    margin-top: 40px;
  }

  .paragraph.menu {
    font-size: 18px;
    text-align: center;
  }

  .paragraph.credit {
    font-size: 10px;
    line-height: 20px;
  }

  .paragraph.footer {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
  }

  .button-2.large {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
  }

  .info-wrapper {
    padding-left: 40px;
  }

  .shape-divider.mobile-hide {
    display: none;
  }

  .divider-wrapper {
    top: -3.9em;
  }

  .divider-wrapper.bottom {
    padding-bottom: 20px;
  }

  .menu-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-info {
    margin-left: 15px;
  }

  .menu-image {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .grid-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .heading-2 {
    margin-right: 9px;
    margin-left: 9px;
    font-size: 60px;
    line-height: 66px;
  }

  .heading-2.light {
    font-size: 64px;
  }

  .heading-2.light.hero {
    font-size: 30px;
    line-height: 40px;
  }

  .button-3.large {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
  }

  .button-3.large.secondary {
    width: 80%;
    max-width: none;
    min-width: 60%;
    margin-top: 20px;
    margin-right: 0px;
    padding: 10px 5px;
  }

  .button-3.large.hero1 {
    width: 80%;
    max-width: none;
    min-width: auto;
    margin-top: 0px;
    margin-right: 0px;
    padding: 10px 5px;
  }

  .button-3.large.hero1.footer._2 {
    display: none;
  }

  .button-3.large.footer {
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-top: 0px;
    margin-right: 0px;
    padding: 10px 5px;
  }

  .paragraph-2 {
    text-align: center;
  }

  .paragraph-2.light.hero {
    margin-bottom: 30px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 16px;
    line-height: 19px;
  }

  .extra-sides-header {
    margin-bottom: 20px;
  }

  .sides-name-cost {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .text-block {
    width: 190px;
    font-size: 14px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .tabs-menu {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-link-burgers {
    margin: 10px 0px;
  }

  .text-span {
    font-size: 12px;
    text-align: center;
  }

  .heading-3 {
    margin-top: 0px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }

  .text-block-6 {
    margin-bottom: 20px;
  }

  .bold-text-7 {
    font-size: 18px;
  }

  .venue-wrapper {
    padding-top: 10px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: solid;
    border-width: 2px;
    border-color: #ff6e58;
    border-radius: 10px;
  }

  .venue-wrapper.white {
    border-style: solid;
    border-color: #fff;
  }

  .heading-4 {
    text-align: center;
  }

  .location-button-1 {
    width: 70%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .location-button-2 {
    width: 70%;
    margin-left: 0px;
  }

  .text-block-7 {
    text-align: center;
  }

  .image-2 {
    max-width: none;
  }

  .header-image-wrapper {
    width: auto;
    min-width: 230px;
  }

  .image-3 {
    display: block;
    max-width: 80%;
  }
}

#w-node-_95f3ccbf-6f6f-728c-a272-a308d732311b-ed36cb2b {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_95f3ccbf-6f6f-728c-a272-a308d732311b-192dac51 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_0542306d-572f-354e-2ec4-73d76de34c83-ed36cb2b {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_95f3ccbf-6f6f-728c-a272-a308d732311b-192dac51 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}