@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.eot') format("embedded-opentype"), url('../fonts/fa-solid-900.woff') format("woff"), url('../fonts/fa-solid-900.ttf') format("truetype"), url('../fonts/fa-solid-900.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.eot') format("embedded-opentype"), url('../fonts/fa-brands-400.woff') format("woff"), url('../fonts/fa-brands-400.ttf') format("truetype"), url('../fonts/fa-brands-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.eot') format("embedded-opentype"), url('../fonts/fa-regular-400.woff') format("woff"), url('../fonts/fa-regular-400.ttf') format("truetype"), url('../fonts/fa-regular-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --dark-goldenrod: #927234;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #313131;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #927234;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #725825;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  background-color: var(--dark-goldenrod);
  width: 100%;
  transition-property: all;
  display: block;
}

.button.full-width:hover {
  background-image: linear-gradient(#00000026, #00000026);
}

.brand-text {
  color: #cf404d;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 25px;
}

.section {
  background-color: #fff;
  padding: 63px 40px;
  position: relative;
}

.section.section-gray {
  background-color: #fafafa;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.section._1 {
  margin-top: 100vh;
}

.call-to-action-section {
  background-color: var(--dark-goldenrod);
  color: #fff;
  padding-top: 44px;
  padding-bottom: 44px;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

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

.hero-heading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 19px;
  font-size: 50px;
  line-height: 1.1;
}

.hero-subheading {
  color: #fff;
  text-align: center;
  letter-spacing: .2px;
  text-wrap: balance;
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 24px;
}

.hollow-button {
  color: #1db0fc;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 11px 20px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #000;
  border-color: #000;
}

.hollow-button.white {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #fff;
  text-transform: uppercase;
  background-color: #0003;
  border-color: #fff;
}

.hollow-button.white:hover {
  color: #fff;
  background-color: #2d3e4f;
  border-color: #2d3e4f;
}

.hollow-button.red {
  background-color: var(--dark-goldenrod);
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-color: #927334;
  position: relative;
}

.hollow-button.red:hover {
  background-color: #88692e;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #313131;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.section-subheading.center {
  color: #737373bd;
  text-align: center;
  font-family: Droid Sans, sans-serif;
  font-size: 19px;
  line-height: 30px;
}

.section-title-group {
  flex-direction: column;
  align-items: center;
  margin-bottom: 62px;
  display: flex;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  min-height: 45px;
  margin-bottom: 17px;
  margin-right: 1px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  margin-top: -35px;
  padding-left: 19%;
  padding-right: 19%;
}

.social-icon-link {
  opacity: .66;
  padding: 3px 7px;
  transition: opacity .3s;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.footer.center {
  text-align: center;
  background-color: #ecf0f1;
  padding-top: 21px;
  padding-bottom: 21px;
  position: relative;
}

.footer-text {
  color: #000000bf;
  margin: 5px 10px;
  font-size: 16px;
}

.link {
  color: var(--dark-goldenrod);
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  margin-bottom: 19px;
  margin-left: -25px;
  padding: 15px;
}

.grid-image.home {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
}

.grid-image.wine {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 15px;
}

.grid-image._2 {
  margin-left: -15px;
}

.grid-image._3 {
  margin-left: -14px;
}

.hero-title-wrapper {
  text-align: center;
  margin-bottom: 155px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  top: 40%;
}

.left-navigation {
  background-color: #2d3e4f;
  width: 300px;
  height: 100vh;
  position: sticky;
}

.nav-link {
  color: #8f7e5e;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 15px;
  display: block;
}

.nav-link:hover {
  color: #de9c4b;
}

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

.nav-menu {
  float: none;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
}

.social-footer {
  text-align: center;
  margin-bottom: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-fours {
  float: left;
  width: 25%;
  padding: 5px;
  position: relative;
}

.grid-fours.last {
  display: none;
}

.banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ef74544a-334f-4f70-89e4-900bf75c03ca.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.content {
  position: relative;
}

.success-message {
  border: 3px solid var(--dark-goldenrod);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}

.paragraph-form {
  margin-bottom: 0;
}

.nav-logo {
  border: 3px solid #fff;
  border-radius: 50%;
  width: 150px;
}

.fa {
  color: #cf404d;
  font-family: "Fa solid 900", sans-serif;
}

.footer-link {
  color: #000000bf;
}

.bullets-wraap {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.call-to-action-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section1 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section2 {
  background-color: var(--dark-goldenrod);
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section3 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.hero-section {
  background-image: radial-gradient(circle, #1a110157, #0f0a01cf), url('../images/ef74544a-334f-4f70-89e4-900bf75c03ca.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main {
  flex: 1;
  position: relative;
}

.mobile-logo {
  background-image: url('../images/logokashrut.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin-bottom: 60px;
  display: none;
  box-shadow: 0 2px 5px #0003;
}

.embed-wrap {
  width: 100%;
  min-height: 250px;
  padding-top: 40px;
}

.photo-wrap {
  width: 100%;
}

.html-embed {
  margin-top: 20px;
}

.pic-hover-cover {
  opacity: 0;
  color: #fff;
  background-image: radial-gradient(circle, #92723442, #3c2a07d1);
  justify-content: center;
  align-items: center;
  margin: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 26px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-section {
  inset: 0% 0% auto;
}

.top-page {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.mobile-call-button {
  color: #fff;
  background-color: #7eb625c7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  display: none;
  position: fixed;
  inset: auto 10px 10px auto;
}

.contact-link-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
}

.contact-link-separator {
  color: var(--dark-goldenrod);
  margin-left: 10px;
  margin-right: 10px;
}

.contact-link {
  color: var(--dark-goldenrod);
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}

.hero-buttons {
  display: block;
}

.menu-wrap {
  background-color: #f0eae0;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 20px;
  display: flex;
}

.meny-box {
  border-bottom: 10px solid var(--dark-goldenrod);
  background-color: #eee;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 40px;
  padding: 60px 60px 15px;
  display: flex;
  box-shadow: 1px 1px 20px #0000001a;
}

.menu-logo {
  width: 180px;
  margin-bottom: 30px;
}

.description {
  color: #333;
  margin-bottom: 20px;
  font-size: 18px;
}

.description.centered {
  text-align: center;
}

.menu-split {
  background-image: linear-gradient(#9272341a, #92723400);
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.menu-form-wrap {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-top: 20px;
  padding-right: 40px;
  display: flex;
}

.menu-form-wrap.details {
  flex-flow: wrap;
  align-content: flex-start;
}

.menu-item-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 250px;
  height: 250px;
}

.menu-item-img.fish1 {
  background-image: url('../images/Fryday-eve-fish.jpeg');
  background-position: 50%;
}

.menu-item-img.dips1 {
  background-image: url('../images/Friday-eve-dips.jpeg');
  background-position: 50%;
}

.menu-item-img.soup {
  background-image: url('../images/Friday-eve-soup.jpeg');
  background-position: 50%;
}

.menu-item-img.main1 {
  background-image: url('../images/IMG_9152-2.jpg');
}

.menu-item-img.side1 {
  background-image: url('../images/Friday-eve-potato-kugel.jpeg');
}

.menu-item-img.dessrt1 {
  background-image: url('../images/Friday-eve-dessert.jpeg');
  background-position: 50% 100%;
}

.menu-item-img.appetizers {
  background-image: url('../images/Shabbas-day-appetizers.jpeg');
  background-position: 50%;
}

.menu-item-img.extra {
  background-image: url('../images/extras.jpeg');
}

.menu-item-img.main2 {
  background-image: url('../images/Shabbas-day-main-course.jpeg');
  background-position: 50%;
}

.menu-item-img.dessert2 {
  background-image: url('../images/Shabbas-day-dessert.jpeg');
  background-position: 50%;
}

.menu-line-separator {
  border-bottom: 1px dotted #92723480;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.menu-header {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 500;
}

.menu-form {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
}

.form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.checkbox-field {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.checkbox-field.premium {
  border: 1px solid var(--dark-goldenrod);
  padding: 10px 30px;
}

.checkbox-label {
  flex: 1;
  font-family: Droid Sans, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.checkbox-label.other {
  white-space: nowrap;
  flex: 0 auto;
}

.checkbox {
  background-color: #fff;
  border-color: #959595;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
  padding: 0;
}

.heading {
  color: var(--dark-goldenrod);
}

.menu-other-wrap {
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.menu-other-wrap.details {
  width: auto;
  margin-bottom: 15px;
  margin-right: 20px;
}

.other-field {
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #92723480;
  border-radius: 0;
  max-width: 450px;
  height: 30px;
  margin-bottom: 0;
  margin-left: 6px;
  padding-bottom: 2px;
  padding-left: 2px;
  font-family: Droid Sans, sans-serif;
}

.other-field:hover {
  border-bottom-color: var(--dark-goldenrod);
}

.other-field:focus {
  border-color: transparent transparent var(--dark-goldenrod);
}

.other-field.long {
  width: 300px;
  max-width: 100%;
}

.other-field.medium {
  width: 200px;
  max-width: 100%;
}

.other-field.short {
  width: 150px;
  max-width: 100%;
}

.success-message-2 {
  background-color: #f0eae0;
  font-size: 20px;
  line-height: 1.5;
  position: fixed;
  inset: 0%;
}

.body {
  padding-left: 0;
}

.wrap {
  display: flex;
  position: relative;
}

.navbar {
  z-index: 10;
  padding-top: 10vh;
  position: fixed;
}

.nav-spacer {
  width: 300px;
}

.menu-trigger {
  z-index: 11;
  opacity: 1;
  cursor: pointer;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.success-txt {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block {
  margin-bottom: 70px;
}

.form-field-separator-for-email {
  background-color: #0000;
  border: 1px solid #0000;
  height: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph {
  font-size: 15px;
  line-height: 1.5;
}

.lottie-animation {
  margin-bottom: 40px;
}

.premium-checkbox-wrap {
  border: 1px solid var(--dark-goldenrod);
  background-color: #fff6;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.premium-text {
  margin-bottom: 10px;
}

.item-quantity-wrap {
  margin-bottom: 2px;
  display: flex;
}

.quantity-input {
  width: 25px;
  height: 30px;
  margin-right: 10px;
}

.quantity {
  border: 1px solid #959595;
  border-radius: 3px;
  width: 35px;
  height: 22px;
  margin-top: 0;
  margin-right: 10px;
  padding: 0 0 0 4px;
}

.qr-section {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.qr-container {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.qr-nav-logo {
  width: 500px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.qr-menu-categories {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  display: flex;
}

.qr-category-link {
  color: #333;
  background-color: #edeff2;
  padding: 10px;
  text-decoration: none;
}

.qr-menu-item-wrap {
  padding-top: 20px;
  padding-bottom: 100px;
}

.qr-menu-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.qr-menu-item.is-sold-out {
  background-color: #ddd;
}

.qr-item-lightbox {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.qr-lightbox-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.qr-item-details {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-top: 1px solid #0003;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5px;
  display: flex;
}

.qr-item-details.is-unavailable {
  opacity: .5;
}

.qr-item-title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2;
}

.qr-item-price {
  font-weight: 600;
}

.qr-item-subtitle.special {
  color: #fff;
  letter-spacing: .6px;
  text-transform: uppercase;
  background-color: #996c24;
  padding: 3px 8px 4px;
  font-size: 14px;
}

.qr-item-subtitle.tag-unavailable {
  color: #fff;
  letter-spacing: .6px;
  text-transform: uppercase;
  background-color: #7a7a7a;
  padding: 3px 8px 4px;
  font-size: 14px;
}

.qr-icon-magnifier {
  background-color: #00000040;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.spacer {
  height: 80px;
}

.spacer.i-s {
  height: 40px;
}

.menu-tag-info-wrap {
  z-index: 11;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-tag-modal-close {
  position: absolute;
  inset: 0%;
}

.menu-tag-info {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  padding: 25px 25px 10px;
  position: relative;
}

.tag-info-header {
  margin-bottom: 20px;
}

.food-tag-line {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.4;
  display: flex;
}

.alergy-tag {
  cursor: pointer;
  background-color: #fed09a;
  border-radius: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding-top: 3px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.close-modal {
  color: #f34d4d;
  text-align: center;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 1rem;
  text-decoration: underline;
}

.price-tags {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.alergy-tags-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.kashrut-logo {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 50px;
}

.loading-modal {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffffe6;
  font-size: 1.4rem;
  font-weight: 700;
  display: none;
  position: fixed;
  inset: 0%;
}

.fp-flex {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sending-lottie {
  opacity: .7;
  width: 40px;
}

.website-field {
  opacity: 0;
  cursor: none;
  position: absolute;
  left: -9999px;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  .hamburger-button {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #cf404d;
  }

  .hero-heading {
    font-size: 40px;
  }

  .form-wrapper.squeezed {
    padding-left: 8%;
    padding-right: 8%;
  }

  .hero-title-wrapper {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
    top: 40%;
  }

  .left-navigation {
    float: none;
    width: 100%;
    height: auto;
    display: none;
    position: relative;
    inset: 0 0 auto;
  }

  .nav-link {
    text-align: left;
    padding-left: 13px;
  }

  .nav-menu {
    background-color: #49647b;
  }

  .logo-link {
    float: left;
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .social-footer {
    display: inline-block;
    position: absolute;
  }

  .grid-fours.last {
    display: none;
  }

  .banner {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    display: flex;
  }

  .hero-section {
    padding-left: 0;
  }

  .hero-content {
    text-align: center;
  }

  .mobile-logo {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    display: block;
  }

  .top-page {
    height: auto;
    min-height: 100svh;
  }

  .meny-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .meny-box.header {
    padding-bottom: 25px;
    padding-left: 65px;
    padding-right: 65px;
  }

  .description {
    font-size: 16px;
    line-height: 1.4;
  }

  .nav-spacer, .menu-trigger {
    display: none;
  }

  .qr-item-lightbox {
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .qr-item-price {
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .call-to-action-heading {
    text-align: center;
    margin-bottom: 19px;
  }

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

  .hero-heading {
    font-size: 34px;
  }

  .footer.center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-title-wrapper {
    top: 35%;
  }

  .grid-fours {
    width: 33.333%;
  }

  .grid-fours.last {
    display: block;
  }

  .column-0-padding {
    text-align: center;
    margin-bottom: 15px;
  }

  .column-remove-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .bullets-wraap {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .call-to-action-wrap {
    flex-direction: column;
  }

  .hero-content {
    position: relative;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mobile-call-button {
    background-color: #05972ee6;
    text-decoration: none;
    display: flex;
    box-shadow: 1px 1px 7px #00000040;
  }

  .menu-item-img {
    width: 200px;
    height: 200px;
  }

  .menu-other-wrap.details {
    flex-wrap: wrap;
  }

  .success-txt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quantity {
    width: 28px;
  }

  .kashrut-logo {
    bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    margin-top: 90vh;
  }

  .section.section-gray {
    margin-top: 0;
  }

  .call-to-action-heading {
    margin-bottom: 44px;
    font-size: 26px;
    line-height: 31px;
  }

  .hero-heading {
    font-size: 26px;
  }

  .section-heading.centered {
    font-size: 24px;
    line-height: 1.4;
  }

  .section-subheading.center {
    font-size: 16px;
  }

  .section-title-group {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-wrapper.squeezed {
    padding-left: 2%;
    padding-right: 2%;
  }

  .footer {
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer.center {
    background-color: #e6ddcc;
    position: relative;
  }

  .footer-text {
    margin-bottom: 15px;
  }

  .grid-image {
    margin-bottom: -1px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .grid-image._2, .grid-image._3 {
    margin-left: 0;
  }

  .hero-title-wrapper {
    top: 28%;
  }

  .grid-fours {
    padding: 5px;
  }

  .banner {
    height: 90vh;
    position: fixed;
    inset: 0% 0% auto;
  }

  .content {
    position: relative;
  }

  .bullets-wraap {
    grid-row-gap: 16px;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    justify-items: center;
  }

  .bullet {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .call-to-action-wrap {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-section {
    position: fixed;
    inset: 0% 0% auto;
  }

  .hero-content {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main {
    overflow: hidden;
  }

  .image {
    box-shadow: -1px 0 5px #0000001a;
  }

  .top-page {
    height: 90vh;
    padding-bottom: 50px;
  }

  .contact-link-wrap {
    flex-direction: column;
  }

  .shavuot-buttons {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .menu-wrap {
    padding: 0;
  }

  .meny-box {
    box-shadow: none;
    border-bottom-width: 1px;
    border-radius: 0;
    margin-bottom: 0;
  }

  .meny-box.header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-split {
    flex-direction: column-reverse;
    padding-left: 0;
  }

  .menu-form-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-item-img {
    width: 100%;
    height: 70vw;
  }

  .menu-item-img.dessrt1 {
    background-position: 50% 80%;
  }

  .qr-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .qr-menu-item-wrap {
    padding-top: 10px;
  }

  .qr-menu-item {
    margin-bottom: 15px;
  }

  .kashrut-logo {
    width: 100px;
  }
}

#w-node-_32f9f129-0f7d-4bd6-28ab-733efe810b58-98922585 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d0eb120b-808e-e4eb-3b61-572136faf69a-98922585 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_4486d590-c529-6512-db76-6011baccda3a-98922585 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ce45c025-2e86-e3ec-4297-dcc3c7e27484-98922585 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-d0eb120b-808e-e4eb-3b61-572136faf69a-98922585 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4486d590-c529-6512-db76-6011baccda3a-98922585 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_32f9f129-0f7d-4bd6-28ab-733efe810b58-98922585 {
    justify-self: center;
  }

  #w-node-d0eb120b-808e-e4eb-3b61-572136faf69a-98922585 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_4486d590-c529-6512-db76-6011baccda3a-98922585 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ce45c025-2e86-e3ec-4297-dcc3c7e27484-98922585 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}