.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;
}

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

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.inner-page {
  background-color: #c42518;
  font-family: "Filson Pro Regular", sans-serif;
  color: #fff;
}

.section-sign-up-yellow {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
}

.homepage-top {
  height: auto;
}

.big-slider {
  height: auto;
  text-align: center;
}

.block-heading {
  position: relative;
  max-width: 860px;
  margin: 0px auto 36px;
  font-family: "Filson Pro Black", sans-serif;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.block-heading.yellow-text {
  display: inline-block;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: none none solid;
  border-width: 10px;
  border-color: #000 #000 #8f201d;
  font-family: "Filson Pro Black", sans-serif;
  color: #f5d433;
  font-size: 48px;
  line-height: 0.5;
  font-weight: 900;
}

.block-heading.yellow-text.dark-red-border {
  padding-top: 0px;
}

.block-heading.yellow-text.dark-red-border.skew-up {
  padding-top: 0px;
  line-height: 0.8;
}

.block-heading.yellow-text.red-border {
  border-bottom-color: #c42518;
}

.block-heading.yellow-text.red-border.skew-up {
  padding-top: 0px;
  line-height: 0.8;
}

.block-heading.red-text {
  display: inline-block;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: none none solid;
  border-width: 10px;
  border-color: #000 #000 #fff;
  font-family: "Filson Pro Black", sans-serif;
  color: #c42518;
  font-size: 48px;
  line-height: 0.5;
  font-weight: 900;
}

.block-heading.red-text.white-border.skew-up {
  padding-top: 0px;
  line-height: 0.8;
}

.block-heading.red-text.yellow-border {
  border-bottom-color: #f5d433;
}

.block-heading.green-text {
  display: inline-block;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: none none solid;
  border-width: 10px;
  border-color: #000 #000 #fff;
  font-family: "Filson Pro Black", sans-serif;
  color: #649d41;
  font-size: 48px;
  line-height: 0.5;
  font-weight: 900;
}

.block-heading.green-text.white-border {
  max-width: 100%;
}

.block-heading.green-text.white-border.skew-up {
  padding-top: 0px;
  line-height: 0.8;
}

.block-heading.darkred-text {
  display: inline-block;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: none none solid;
  border-width: 10px;
  border-color: #000 #000 #fff;
  font-family: "Filson Pro Black", sans-serif;
  color: #8f201d;
  font-size: 48px;
  line-height: 0.5;
  font-weight: 900;
}

.block-heading.darkred-text.white-border.skew-up {
  padding-top: 0px;
  line-height: 0.8;
}

.block-heading.darkred-text.yellow-border {
  border-bottom-color: #f5d433;
}

.block-heading.big-slider-heading {
  line-height: 0.9;
}

.button {
  padding: 17px 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #e9cd58;
  font-family: "Filson Pro Medium", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: black;
}

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

.button.button-darkred:hover {
  background-color: #ffffff;
  color: #000000;
}

.button.big-slider-button {
  margin-top: 50px;
}

.slide-1 {
  margin-right: auto;
  margin-left: auto;
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
}

.superscript {
  font-size: 20px;
}

.superscript-2 {
  font-size: 20px;
  font-weight: 900;
}

.superscript-3 {
  top: -30px;
  font-size: 20px;
}

.header {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 140px;
  border-style: solid;
  border-width: 1px;
  border-color: red;
  border-radius: 1px;
}

.footer {
  position: relative;
  /*z-index: 10;*/
  padding-top: 25px;
  padding-bottom: 35px;
  background-color: #000;
}

.mask {
  margin-right: auto;
  margin-left: auto;
}

.big-sllider-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  -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-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.container {
  max-width: 1200px;
  padding-right: 30px;
  padding-left: 30px;
}

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

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

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  position: absolute;
  /*z-index: 4;*/
  width: 100%;
  height: 140px;
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#391a1b),
    to(rgba(57, 26, 27, 0))
  );
  background-image: linear-gradient(180deg, #391a1b, rgba(57, 26, 27, 0));
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.navbar.relative {
  position: relative;
}

.navbar.navbar-homepage {
  position: relative;
}

.navbar.theme-grilled {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#8f201d),
    to(rgba(57, 26, 27, 0))
  );
  background-image: linear-gradient(180deg, #8f201d, rgba(57, 26, 27, 0));
}

.navbar.theme-green {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#649d41),
    to(rgba(57, 26, 27, 0))
  );
  background-image: linear-gradient(180deg, #649d41, rgba(57, 26, 27, 0));
}

.navbar.theme-kids {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#c42518),
    to(rgba(57, 26, 27, 0))
  );
  background-image: linear-gradient(180deg, #c42518, rgba(57, 26, 27, 0));
}

.navbar.theme-sides {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#8f201d),
    to(rgba(57, 26, 27, 0))
  );
  background-image: linear-gradient(180deg, #8f201d, rgba(57, 26, 27, 0));
}

.navbar.theme-fried {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#8f201d),
    to(rgba(57, 26, 27, 0))
  );
  background-image: linear-gradient(180deg, #8f201d, rgba(57, 26, 27, 0));
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  background-color: transparent;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1260px;
  margin-bottom: 0px;
  padding: 0px 30px;
  background-color: #00000085;
}

.mw-1260 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.mw-1260.d-block {
  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;
  text-align: center;
}

.mw-1260.direction-vertical {
  -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;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navbar-brand {
  margin-top: 30px;
  margin-bottom: 10px;
}

.nav-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-menu-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
}

.nav-link {
  display: block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: "Filson Pro Bold", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
}

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

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link.w--current {
  border-bottom: 2px solid #fff;
}

.nav-link.active {
  border-bottom: 2px solid #f5d433;
  text-decoration: none;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #e4ebf3;
}

.nav-link-accent {
  margin-right: 20px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, 0.75);
}

.mobile-margin-top-10 {
  margin-left: 40px;
}

.button-primary {
  padding: 10px 25px;
  border: 2px solid #4b4947;
  border-radius: 0px;
  background-color: #e9cd58;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "Filson Pro Bold", sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
  cursor: pointer;
}

.button-primary:hover {
  border-width: 2px;
  border-radius: 0px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}

.button-primary:active {
  border-radius: 0px;
}

.button-primary.button-big {
  margin-top: 60px;
  padding: 18px 34px;
}

.button-primary.button-big.mt-30 {
  margin-top: 30px;
  padding-right: 38px;
  padding-left: 38px;
}

.button-primary.btn-big {
  padding: 17px 35px;
}

.button-primary.btn-big.mt-30 {
  margin-top: 15px;
}

.button-primary.btn-big.mt-lg-0.mt-30 {
  margin-top: 0px;
}

.button-primary._w-100 {
  text-align: center;
}

.cf-nav-2-button {
  padding: 16px 36px;
  border-radius: 12px;
  background-color: #000;
  -webkit-transition: background-color 230ms ease;
  transition: background-color 230ms ease;
  font-family: Montserrat, sans-serif;
  color: #f0f9f5;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.cf-nav-2-button:hover {
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(18%, #b16cea),
    color-stop(60%, #ff5e69),
    color-stop(82%, #ff8a56),
    to(#ffa84b)
  );
  background-image: linear-gradient(
    90deg,
    #b16cea 18%,
    #ff5e69 60%,
    #ff8a56 82%,
    #ffa84b
  );
}

.cf-navigation-right-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.cf-navigation-2-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  -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;
  -webkit-transition: color 260ms ease;
  transition: color 260ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.cf-navigation-2-link:hover {
  color: #b16cea;
}

.cf-navigation-2-link.w--current {
  color: #007e60;
}

.cf-nav-underline {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 2px;
  background-color: #0b141f;
}

.cf-nav-arrow-icon {
  width: 24px;
  height: 24px;
}

.cf-resource-block-text {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.cf-nav-visual-text-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cf-resource-visual {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cf-resource-visual-block {
  max-width: 80px;
  margin-bottom: 32px;
}

.cf-resource-visual-item {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  text-decoration: none;
}

.cf-resources-visual-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cf-nav-dropdown-title-para {
  font-family: Montserrat, sans-serif;
  color: #0b141f;
  font-size: 18px;
  line-height: 28px;
}

.cf-nav-dropdown-title {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #0b141f;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
}

.cf-nav-dropdown-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 45px;
  -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;
  border-bottom: 1px solid rgba(11, 20, 31, 0.3);
}

.cf-navigation-drop-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background-color: #fff;
}

.cf-dropdown-list-contain {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-color: #fff;
  box-shadow: 0 30px 100px 0 rgba(64, 69, 79, 0.1);
}

.cf-dropdown-list-nav {
  left: 0px;
  top: 80px;
  right: 0px;
  overflow: hidden;
  border-radius: 8px;
  background-color: transparent;
  box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.08);
}

.cf-dropdown-list-nav.w--open {
  top: 55px;
  overflow: visible;
  width: 100%;
  padding-top: 25px;
  box-shadow: none;
}

.cf-dropdown-arrow---nav-3 {
  position: static;
  margin-right: 0px;
  font-size: 14px;
}

.cf-dropdown-toggle-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  grid-column-gap: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #04121f;
}

.cf-dropdown-toggle-div:hover {
  color: #b16cea;
  font-weight: 500;
}

.cf-dropdown-wrapper {
  position: static;
}

.cf-visual-features-item-heading {
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
}

.cf-nav-visual-image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.cf-visual-features-item-image {
  overflow: hidden;
  width: 100%;
  height: 150px;
  margin-bottom: 28px;
}

.cf-visual-features-item {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cf-visual-features-item.navbar {
  padding: 40px;
  border-radius: 0px;
  background-color: #fff;
  color: #0d0e10;
  text-decoration: none;
}

.cf-visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.cf-visual-features-item.navbar {
  padding: 40px;
  border-radius: 0px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #0d0e10;
  font-size: 18px;
  line-height: 125%;
}

.cf-visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.cf-visual-features-items-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cf-visual-features-items-container.price-nav {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cf-visual-features-items-container.nav {
  grid-column-gap: 0px;
}

.cf-visual-features-items-container.nav {
  grid-column-gap: 0px;
}

.cf-nav-2-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 32px;
  color: #283338;
  font-size: 15px;
}

.cf-navigation-logo {
  -o-object-fit: contain;
  object-fit: contain;
}

.cf-brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 40px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -o-object-fit: contain;
  object-fit: contain;
}

.cf-navigation-2-left-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cf-navigation-2-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 100%;
  max-width: 1340px;
  min-height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.cf-navigation-2-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.div-block-4 {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#391a1b),
    to(rgba(57, 26, 27, 0))
  );
  background-image: linear-gradient(180deg, #391a1b, rgba(57, 26, 27, 0));
}

.section-video {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.section-slider {
  background-image: url("../images/red-pattern.svg");
  background-position: 50% 100%;
  background-size: 250px;
}

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

.section-two-blocks {
  position: relative;
  top: 0px;
  z-index: 2;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #c42518;
}

.section-connect {
  position: relative;
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #c42518;
}

.div-block-5 {
  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;
}

.div-block-6 {
  width: 100%;
  max-width: 370px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-2 {
  margin-bottom: 20px;
  font-family: "Filson Pro Black", sans-serif;
  font-size: 83px;
  font-weight: 900;
}

.heading-3 {
  font-family: "Sign Painter Normal", sans-serif;
  color: #f5d433;
  font-size: 137px;
  font-weight: 400;
}

.connect-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  padding-left: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.soc-icon {
  font-family: "Font Awesome 400", sans-serif;
}

.connect-link-text {
  display: block;
  -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;
  font-size: 18px;
  cursor: pointer;
}

.connect-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-bottom: 5px;
  -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;
  border-bottom: 2px dotted #fff;
  font-family: "Filson Pro Medium", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.connect-link-arrow {
  font-family: "Font Awesome 900", sans-serif;
  font-weight: 900;
}

.connect-list {
  width: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.facebook-soc-icon {
  font-family: "Font Awesome 400", sans-serif;
}

.facebook-soc-icon.facebook-icon {
  font-family: "Font Awesome brands 400", sans-serif;
}

.instagram-soc-icon {
  font-family: "Font Awesome brands 400", sans-serif;
}

.tiktok-soc-icon {
  font-family: "Font Awesome brands 400", sans-serif;
}

.connect-link-last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-bottom: 5px;
  -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;
  border-bottom: 2px none #fff;
  font-family: "Filson Pro Medium", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.slider-2 {
  overflow: visible;
  width: 33.34%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.mask-2 {
  overflow: visible;
}

.image {
  display: block;
}

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

.slide-item {
  position: relative;
}

.slide-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.div-block-7 {
  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;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  font-family: "Filson Pro Bold", sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.41px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-2 {
  font-family: "Filson Pro Medium", sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.26px;
}

.text-block-3 {
  margin-right: 10px;
  font-size: 43px;
  line-height: 1em;
}

.input-default {
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
  font-family: "Filson Pro Medium", sans-serif;
  color: #c42518;
  font-size: 15px;
  line-height: 40px;
  font-weight: 500;
}

.subscribe-input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.submit-button {
  height: 40px;
  padding: 0px 30px;
  background-color: #f7e17d;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: "Filson Pro Medium", sans-serif;
  color: #000000;
  font-size: 15px;
  line-height: 40px;
  font-weight: 500;
}

.submit-button:hover {
  background-color: #ebd267;
}

.submit-button.bg-darkred {
  background-color: #791f1a;
}

.submit-button.bg-darkred:hover {
  background-color: #f5d433;
  color: #791f1a;
}

.container-3 {
  max-width: 1060px;
}

.div-block-10 {
  display: block;
  width: 100%;
  max-width: 400px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe-form {
  width: 100%;
  margin-bottom: 0px;
}

.section-ffg {
  padding-top: 56px;
  padding-bottom: 100px;
  background-image: url(../images/SVG.svg);
  background-position: 50px 0px;
  background-size: 125px;
  background-color: #837035;
}

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

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Filson Pro Black", sans-serif;
  color: #f5d433;
  font-size: 60px;
  line-height: 0.75em;
  font-weight: 900;
}

.text-span {
  display: inline-block;
  margin-bottom: -20px;
  font-family: "Sign Painter Normal", sans-serif;
  color: #fff;
  font-size: 75px;
  line-height: 1em;
  font-weight: 400;
}

.text-span-2 {
  color: #e9cd58;
}

.text-block-4 {
  max-width: 840px;
}

.video-text {
  max-width: 900px;
  margin: 0px auto 30px;
  font-size: 24px;
  line-height: 1.3em;
  color: #fff;
}

.promotion-text {
  background-color: #391a1b;
  text-align: center;
}

.promotion-banner {
  position: relative;
  top: 0px;
  z-index: 1;
  overflow: hidden;
}

.grilled-collection {
  position: relative;
  top: 0px;
  z-index: 2;
  padding-top: 70px;
  background-color: #bf1e2e;
  text-align: center;
  padding-top: 197px;
}

.platters-collection {
  position: relative;
  top: 0px;
  z-index: 3;
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #f5d433;
  background-image: radial-gradient(
    circle farthest-corner at 50% 60%,
    hsla(0, 0%, 100%, 0.55),
    hsla(0, 0%, 100%, 0)
  );
  text-align: center;
}

.sides-collection {
  position: relative;
  top: 0px;
  z-index: 4;
  padding-top: 80px;
  padding-bottom: 70px;
  background-color: #c42518;
  text-align: center;
}

.vegetarian-collection {
  position: relative;
  top: 0px;
  z-index: 5;
  padding-top: 80px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f5d433),
    to(#89aa3d)
  );
  background-image: linear-gradient(180deg, #f5d433, #89aa3d);
  text-align: center;
}

.kids-collection {
  position: relative;
  top: 0px;
  z-index: 6;
  padding-top: 70px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fff),
      to(#f5d433)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #f5d433),
    linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.desserts-collection {
  position: relative;
  top: 0px;
  z-index: 7;
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #8f201d;
  text-align: center;
}

.order-online {
  position: relative;
  z-index: 9;
  padding-top: 70px;
  padding-bottom: 150px;
  background-color: #c42518;
  text-align: center;
}

.order-online-image {
  display: inline-block;
  margin-bottom: 40px;
}

.container-4 {
  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-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;
}

.lep-img-desktop {
  display: block;
  width: 100%;
}

.text-block-6 {
  height: 60px;
  font-family: "Filson Pro Bold", sans-serif;
  font-size: 21px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 10.5px;
  text-transform: uppercase;
}

.container-5 {
  text-align: center;
}

.category-description {
  display: inline-block;
  max-width: 820px;
  font-family: "Filson Pro Medium", sans-serif;
  font-size: 24px;
  line-height: 1.25em;
  font-weight: 500;
}

.category-description.text-white {
  margin-bottom: 80px;
  color: #fff;
}

.category-description.text-white.text-white-2 {
  color: #fff;
}

.category-description.text-dark-red {
  margin-bottom: 80px;
  color: #8f201d;
}

.category-description.text-white {
  margin-bottom: 80px;
  color: #8f201d;
}

.grid.grid-type-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid.grid-type-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid.grid-type-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pg-item {
  position: relative;
  overflow: hidden;
  width: 33.33%;
  max-width: 33.33%;
  min-width: 33.33%;
}

.pg-item._w-25 {
  width: 25%;
  max-width: 25%;
  min-width: 25%;
  border: 1px dashed #8f201d;
}

.pg-item._w-25.type-2.red-theme {
  overflow: hidden;
  width: 360px;
  max-width: 360px;
}

.pg-item._w-25.type-2.green-theme {
  overflow: hidden;
  width: 360px;
  max-width: 360px;
  border-color: #fff;
}

.pg-item._w-25.type-3.red-theme {
  overflow: hidden;
}

.pg-item._w-25.type-3.green-theme {
  overflow: hidden;
  width: 360px;
  max-width: 360px;
  border-color: #fff;
}

.pg-item._w-33 {
  overflow: hidden;
}

.pg-item-img {
  display: block;
  width: 100%;
}

.pg-item-img.pg-item-type-2 {
  width: auto;
  max-height: 100%;
}

.pg-item-desc {
  position: absolute;
  left: 0%;
  top: 100%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  padding: 40px;
  background-color: rgba(143, 32, 29, 0.85);
  opacity: 0;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.pg-item-desc:hover {
  background-color: rgba(143, 32, 29, 0.92);
}

.pg-item-desc.green-theme {
  background-color: rgba(100, 157, 65, 0.85);
}

.pg-item-desc.green-theme:hover {
  background-color: rgba(100, 157, 65, 0.92);
}

.pg-item-desc.red-theme {
  opacity: 1;
}

.pg-item-buttons {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pg-item-text {
  margin-bottom: 30px;
  font-family: "Filson Pro Medium", sans-serif;
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 500;
  letter-spacing: -0.1px;
}

.pg-item-heading {
  margin-top: 0px;
  font-family: "Filson Pro Black", sans-serif;
  color: #f5d433;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -0.2px;
}

.small-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 34px;
  min-width: 45px;
  margin-right: 10px;
  -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: 1px solid #fff;
  border-radius: 5px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  line-height: 1em;
  font-weight: 300;
  text-align: center;
}

.bold-text {
  font-weight: 500;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
}

.white-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 34px;
  min-width: 45px;
  margin-right: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -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: 1px solid #fff;
  border-radius: 5px;
  font-family: "Filson Pro Regular", sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.text-block-7 {
  text-decoration: none;
}

.mw-1440 {
  position: relative;
  z-index: 1;
  max-width: 1440px;
}

.bg-red-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#c42518),
    to(#9a2119)
  );
  background-image: linear-gradient(180deg, #c42518, #9a2119);
}

.pg-item-name {
  position: relative;
  height: 30%;
  max-height: 30%;
  min-height: 30%;
  padding-top: 30px;
}

.pg-item-name.type-2 {
  height: auto;
  max-height: none;
  min-height: auto;
  padding-bottom: 30px;
}

.pg-item-info {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  height: 100%;
  padding-top: 0%;
}

.pg-item-info.type-2 {
  position: relative;
}

.text-block-8 {
  font-size: 30px;
}

.pg-item-name-text {
  font-family: "Filson Pro Black", sans-serif;
  color: #f5d433;
  font-size: 30px;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: -0.17px;
}

.pg-item-name-text.text-green {
  color: #649d41;
}

.pg-item-name-text.text-red {
  color: #c42518;
}

.pg-item-sizer {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  padding-top: 100%;
}

.pg-item-img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  max-height: 70%;
  min-height: 70%;
  padding: 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;
}

.pg-item-img-wrapper.type-2 {
  height: auto;
  max-height: none;
  min-height: auto;
}

.container-920 {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.fried-collection {
  position: relative;
  top: 0px;
  z-index: 8;
  padding-top: 80px;
  padding-bottom: 70px;
  background-color: #c42518;
  text-align: center;
}

.two-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ti-item.ti-item-2 {
  background-image: radial-gradient(
    circle closest-side at 50% 50%,
    #c42518,
    rgba(196, 37, 24, 0)
  );
}

.ti-item.ti-item-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px dashed #c42518;
  background-image: radial-gradient(
    circle closest-side at 50% 50%,
    #c42518,
    rgba(196, 37, 24, 0)
  );
}

.d-block {
  display: block;
}

.d-block.img-fluid {
  display: block;
  max-width: 100%;
}

.d-block.mw-1200 {
  max-width: 1140px;
}

.d-block.mw-1200.px-30 {
  max-width: 1200px;
}

.text-span-3 {
  font-family: "Sign Painter Normal", sans-serif;
  color: #8f201d;
  font-size: 50px;
  line-height: 1.2em;
  text-transform: none;
}

.text-block-9 {
  font-family: "Filson Pro Bold", sans-serif;
  color: #c42518;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-30.mt-40 {
  margin-top: 40px;
}

.px-30.mw-1120 {
  max-width: 1120px;
}

.px-30.mw-1440 {
  text-align: center;
}

.px-30.mw-1260.d-block {
  display: block;
}

.px-30.store-inner {
  padding-right: 0px;
  padding-left: 0px;
}

.image-4 {
  margin-bottom: 30px;
}

.inner-our-app-top {
  position: relative;
  overflow: visible;
  margin-bottom: 0px;
  padding-top: 180px;
  padding-bottom: 0px;
  background-color: #e1cc6d;
}

.inner-our-app-top.inner-top-store {
  background-color: #8f201d;
  background-image: none;
}

.section-stores {
  padding-top: 56px;
  padding-bottom: 233px;
  background-image: url(../images/SVG.svg);
  background-position: 50px 0px;
  background-size: 125px;
  background-repeat: repeat;
  background-color: #837035;
}

.h-100 {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.h-100.px-30 {
  position: relative;
  z-index: 3;
}

.search-panel {
  margin-top: 40px;
  padding: 30px 35px 35px;
  background-color: #000000ba;
}

.d-flex {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-flex.justify-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.d-flex.justify-content-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.red-button {
  height: 40px;
  min-width: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7e47f;
  font-family: "Filson Pro Medium", sans-serif;
  color: #000000;
  font-size: 15px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}

.text-field-2 {
  margin-bottom: 0px;
}

.default-input {
  height: 40px;
  margin-bottom: 0px;
}

.default-input._w-300 {
  width: 300px;
  border: 1px solid #fff;
  font-family: "Filson Pro Medium", sans-serif;
  color: #791f1a;
  font-size: 15px;
  font-weight: 500;
}

.label-default {
  margin-bottom: 20px;
  font-family: "Filson Pro Bold", sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.search-panel-form {
  margin-bottom: 0px;
}

.top-inner-heading {
  margin-top: 0px;
  font-family: "Filson Pro Black", sans-serif;
  font-size: 60px;
  line-height: 0.9em;
  font-weight: 900;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.country-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  list-style-type: none;
}

.country-list-item {
  display: inline-block;
  margin-right: 60px;
  margin-bottom: 10px;
}

.country-list-item-link {
  display: block;
  padding-bottom: 4px;
  font-family: "Filson Pro Bold", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.country-list-item-link.active {
  border-bottom: 4px solid #fff;
}

.store-item {
  padding-top: 35px;
  padding-bottom: 35px;
  border-style: dashed none none;
  border-width: 1px;
  border-color: #791f1a;
}

.store-item.first {
  border-style: none;
}

.si-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
}

.si-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.si-link {
  color: #f5d433;
  font-size: 13px;
  letter-spacing: -0.07px;
}

.si-heading {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 15px;
  font-family: "Filson Pro Bold", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.12px;
}

.si-heading-2 {
  margin-bottom: 0px;
  font-family: "Filson Pro Medium", sans-serif;
  color: #f5d433;
  font-size: 16px;
  line-height: 1.4em;
}

.si-text {
  font-family: "Filson Pro Medium", sans-serif;
  font-size: 18px;
  line-height: 1.3em;
  color: white;
  font-weight: 500;
}

.si-logo-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 10px 15px;
  -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;
  box-shadow: 0 1px 1px 1px rgba(121, 31, 26, 0.51);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.si-logo-item:hover {
  background-color: #ede9e9;
}

.si-logo-item.bg-yellow {
  margin-bottom: 5px;
  background-color: #ffffff;
}

.si-logo-item.bg-yellow.order-from-store {
  text-decoration: none;
}

.si-logo-item.bg-yellow.order-from-store:hover {
  background-color: #fff;
}

.si-text-smaller {
  font-family: "Filson Pro Medium", sans-serif;
  font-size: 18px;
  line-height: 2.3em;
  color: white;
  font-weight: 500;
}

.si-heading-3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 14px;
  color: white;
  line-height: 1.4em;
}

.error-message {
  background-color: #797979;
}

.si-bottom {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.text-span-4 {
  font-family: "Filson Pro Bold", sans-serif;
  font-size: 44px;
  line-height: 0.8em;
  font-weight: 700;
  text-align: right;
  letter-spacing: -0.24px;
}

.text-block-10 {
  font-size: 22px;
  line-height: 0.8em;
}

.si-distance-text {
  font-size: 22px;
  line-height: 0.9em;
  white-space: nowrap;
}

.si-distance-value {
  font-family: "Filson Pro Bold", sans-serif;
  font-size: 44px;
  line-height: 0.8em;
  font-weight: 700;
  text-align: right;
  letter-spacing: -0.24px;
}

.si-distance-icon {
  position: relative;
  top: -3px;
  margin-right: 5px;
  font-family: "Font Awesome 900", sans-serif;
  color: #f5d433;
  font-size: 32px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sticky-wrapper {
  position: static;
}

.sticky-item {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
}

.image-5 {
  position: -webkit-sticky;
  position: sticky;
}

.image-6 {
  position: -webkit-sticky;
  position: sticky;
}

.image-7 {
  position: -webkit-sticky;
  position: sticky;
}

.store-inner-conent {
  margin-top: 50px;
  margin-bottom: 70px;
}

.h4-heading {
  display: block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 0px;
  font-family: "Filson Pro Bold", sans-serif;
  color: #f5d433;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.1px;
}

.h4-heading.mt-40 {
  margin-top: 40px;
}

.h4-heading.mt-30 {
  margin-top: 30px;
}

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

.store-inner-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 700px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sit-pl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  max-width: 50%;
  min-width: 50%;
  padding-top: 185px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sit-pr {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url("../images/bitmap2x.png");
  background-position: 50% 50%;
  background-size: cover;
}

.sit-pl-container {
  position: relative;
  max-width: 590px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-span-5 {
  margin-right: 8px;
  font-family: "Font Awesome 400", sans-serif;
  color: #fff;
}

.link {
  color: #f6dc96;
  font-size: 16px;
  text-decoration: none;
}

.div-block-12 {
  display: block;
  width: 100%;
  max-width: 590px;
  margin-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.heading-5 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: "Filson Pro Black", sans-serif;
  color: #f5d433;
  font-size: 53px;
  font-weight: 900;
}

.paragraph {
  margin-bottom: 40px;
  font-family: "Filson Pro Medium", sans-serif;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 500;
}

.opening-times {
  font-family: "Filson Pro Medium", sans-serif;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 500;
}

.text-span-6 {
  color: #f6dc96;
  font-size: 18px;
}

.open-closed-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.ocb-open {
  height: 40px;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #f5d433;
  font-family: "Filson Pro Bold", sans-serif;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
}

.ocb-closes {
  padding-right: 16px;
  padding-left: 16px;
  background-color: #791f1a;
}

.ocbo-text {
  color: #c42518;
}

.ocbc-text {
  height: 40px;
  font-family: "Filson Pro Medium", sans-serif;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
}

.text-span-7 {
  margin-right: 8px;
  font-family: "Font Awesome 900", sans-serif;
}

.pattern-bg.px-30 {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #8f201d;
}

.our-food-item {
  margin-bottom: 0px;
  padding-top: 20px;
}

.our-food-item.last {
  margin-top: -80px;
}

.mw-1360 {
  position: relative;
  z-index: 1;
  max-width: 1360px;
}

.of-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Filson Pro Bold", sans-serif;
  color: #f5d433;
  font-size: 36px;
  letter-spacing: -0.6px;
}

.of-text {
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
  font-size: 24px;
  line-height: 1.33em;
  text-align: justify;
  letter-spacing: -0.4px;
}

.column {
  display: block;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.chicken-img {
  position: relative;
  z-index: 2;
  width: 560px;
  margin-top: 0px;
  opacity: 1;
}

.column-5 {
  padding-right: 15px;
  padding-left: 15px;
}

.column-6 {
  padding-right: 15px;
  padding-left: 15px;
}

.top-inner-subheading {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  letter-spacing: -0.4px;
}

.paragraph-3 {
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 28px;
  line-height: 1.14em;
  text-align: center;
}

.counts-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f5d433;
}

.cs-item {
  margin-right: 25px;
  margin-left: 25px;
  text-align: center;
}

.cs-value {
  font-family: "Filson Pro Black", sans-serif;
  color: #c42518;
  font-size: 60px;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: -1px;
}

.cs-text {
  font-family: "Filson Pro Black", sans-serif;
  color: #c42518;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.3px;
}

.cs-itemlist {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.franchising-texts {
  margin-top: 30px;
  margin-bottom: 30px;
}

.ft-item {
  margin-top: 30px;
  margin-bottom: 30px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-7.text-end {
  height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-image: url("../images/3._halalfooddiaries.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col-5 {
  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-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;
}

.col-5.text-start {
  text-align: left;
}

.ft-text {
  max-width: 100%;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.28em;
}

.text-span-8 {
  color: #f5d433;
}

.text-span-9 {
  font-size: 24px;
}

.ft-text-over {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Filson Pro Black", sans-serif;
  font-size: 34px;
  line-height: 1em;
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.6px;
}

.fade-in {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.our-flavours-top {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 210px;
  padding-bottom: 60px;
}

.pepes-dips {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 3;
  padding-top: 60px;
  padding-bottom: 360px;
  background-image: radial-gradient(
    circle farthest-corner at 50% 50%,
    rgba(196, 37, 24, 0),
    #8f201d
  );
}

.bottled-sauces {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 4;
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #f5d433;
  background-image: url("../images/Pattern-Yellow.svg");
  background-position: 50% 0%;
  background-size: 250px;
}

.seasoning {
  position: relative;
  top: 0px;
  z-index: 5;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c42518;
}

.heading-default {
  position: relative;
  max-width: 860px;
  margin: 0px auto 36px;
  font-family: "Filson Pro Black", sans-serif;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.heading-default.yellow-text {
  display: inline-block;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: none none solid;
  border-width: 10px;
  border-color: #000 #000 #8f201d;
  font-family: "Filson Pro Black", sans-serif;
  color: #f5d433;
  font-size: 48px;
  line-height: 0.5;
  font-weight: 900;
}

.heading-default.yellow-text.red-border {
  border-bottom-color: #c42518;
}

.heading-default.red-text {
  display: inline-block;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: none none solid;
  border-width: 10px;
  border-color: #000 #000 #fff;
  font-family: "Filson Pro Black", sans-serif;
  color: #c42518;
  font-size: 48px;
  line-height: 0.5;
  font-weight: 900;
}

.heading-default.green-text {
  display: inline-block;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: none none solid;
  border-width: 10px;
  border-color: #000 #000 #fff;
  font-family: "Filson Pro Black", sans-serif;
  color: #649d41;
  font-size: 48px;
  line-height: 0.5;
  font-weight: 900;
}

.heading-default.green-text.white-border {
  max-width: 100%;
}

.heading-default.text-yellow {
  color: #f5d433;
}

.heading-default.text-dakred {
  color: #f5d433;
}

.heading-default.text-dakred.slide-in-bottom {
  color: #8f201d;
}

.heading-default.text-white {
  color: #f5d433;
}

.heading-default.text-white.slide-in-bottom {
  position: relative;
  z-index: 1;
  color: #fff;
}

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

.paragraph-5 {
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
}

.text-span-10 {
  display: block;
  font-family: "Filson Pro Bold", sans-serif;
  font-size: 24px;
  line-height: 1.1em;
  font-weight: 700;
}

.text-span-10.slide-in-bottom {
  display: block;
  margin-bottom: 15px;
}

.dips-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}

.dips-list.mw-1120 {
  width: 100%;
  max-width: 1120px;
}

.dips-item {
  width: 25%;
  max-width: 25%;
}

.bs-col-left {
  max-width: 405px;
  text-align: left;
}

.bs-col-left.bs-col-left-seasoning {
  max-width: 480px;
}

.bs-container {
  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;
}

.bs-heading {
  font-family: "Filson Pro Bold", sans-serif;
  color: #c42518;
  font-size: 24px;
  font-weight: 700;
}

.bs-heading.slide-in-bottom {
  line-height: 1.3em;
}

.bs-text {
  margin-bottom: 40px;
  color: #c42518;
  font-size: 18px;
}

.bs-text.slide-in-bottom-200ms {
  margin-bottom: 3em;
  line-height: 1.3em;
}

.bs-text-small {
  color: #8f201d;
  font-size: 12px;
}

.bs-col-right {
  max-width: 680px;
  padding-right: 60px;
}

.ss-heading {
  font-family: "Filson Pro Bold", sans-serif;
  color: #f5d433;
  font-size: 24px;
  font-weight: 700;
}

.ss-heading.slide-in-bottom {
  line-height: 1.3em;
}

.ss-text {
  margin-bottom: 40px;
  color: #f5d433;
  font-size: 18px;
}

.ss-text.slide-in-bottom-200ms {
  margin-bottom: 3em;
  line-height: 1.3em;
}

.ss-text-small {
  font-size: 12px;
}

.image-9 {
  max-width: 100%;
}

.sauce-animation {
  margin-top: 30px;
}

.oft-text {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
  font-size: 24px;
  line-height: 1.33em;
  letter-spacing: -0.4px;
}

.oft-text.slide-in-bottom {
  margin-bottom: 0em;
}

.oft-bg {
  position: absolute;
  left: 0%;
  top: -5%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 110%;
  height: 110%;
  background-image: url("../images/OurFlavoursPage_RaysBackground_new.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0.35;
}

.oft-heading {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.oft-heading.slide-in-bottom {
  margin-top: 30px;
  margin-bottom: 20px;
}

.nav-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.nav-soc-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
}

.nsi-item {
  margin: 5px 6px;
  font-family: "Font Awesome brands 400", sans-serif;
  font-size: 18px;
}

.menu-navbar-holder {
  height: 156px;
  background-color: #8f201d;
}

.dark-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}

.lottie-animation {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.footer-pl {
  padding-right: 40px;
}

.footer-pr {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.f-pr-top {
  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;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-menu-item {
  margin-right: 28px;
}

.footer-menu-link {
  color: #fff;
  font-size: 15px;
  letter-spacing: -0.1px;
  text-decoration: none;
}

.footer-soc-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
}

.footer-soc-item {
  margin-left: 10px;
}

.footer-soc-link {
  font-family: "Font Awesome brands 400", sans-serif;
  color: #f7e17d;
  font-size: 33px;
  line-height: 1em;
  text-decoration: none;
}

.f-pr-bottom {
  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;
}

.mw-400 {
  max-width: 400px;
}

.footer-subscribe-heading {
  margin-top: 10px;
  font-family: "Filson Pro Bold", sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.41px;
  text-transform: uppercase;
}

.fz-11 {
  font-size: 11px;
}

.fw-500 {
  font-family: "Filson Pro Medium", sans-serif;
  font-weight: 500;
}

.text-white {
  color: #fff;
}

.mt-10 {
  margin-top: 10px;
  margin-bottom: 0px;
}

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

.text-yellow {
  color: #ffffff;
}

.app-link {
  margin-bottom: 5px;
  margin-left: 5px;
}

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

.copyrights {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.copyrights.d-flex {
  margin-top: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-0 {
  padding: 0px;
}

.m-0 {
  margin: 0px 0px 0px 10px;
}

.m-0.ml-10 {
  margin-left: 10px;
}

.fz-12 {
  font-size: 12px;
}

.footer-soc-list-mobile {
  display: none;
  margin-bottom: 0px;
  padding-left: 0px;
}

.section-sign-up-redd {
  margin-top: 40px;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #c42518;
}

.section-sign-up-redd.panel-homepage {
  position: relative;
  z-index: 6;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.whats-your-flavour {
  position: relative;
  z-index: 7;
  margin-top: -30px;
  margin-bottom: -90px;
}

.wyf-text {
  text-align: left;
}

.wyf-bg {
  position: absolute;
  left: 0%;
  top: 60px;
  right: 0%;
  bottom: 60px;
  z-index: 0;
  overflow: visible;
  width: 70%;
  background-color: #791f1a;
  -o-object-fit: fill;
  object-fit: fill;
}

.wyf-container.container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wyf-heading {
  margin-top: 0px;
  font-family: "Filson Pro Black", sans-serif;
  font-size: 42px;
  line-height: 1em;
  font-weight: 900;
}

.wyf-paragraph {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.28em;
}

.image-13 {
  position: relative;
  top: -20px;
  width: 350px;
  min-width: 350px;
}

.ssur-text {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 11px;
}

.text-underline {
  text-decoration: underline;
}

.tb-one {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 700px;
  max-width: 50%;
  min-width: 50%;
  padding: 30px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f5d433;
  background-image: url("../images/Pattern-Yellow_Gift-Card-Home-Page.svg");
  background-position: 50% 50%;
  background-size: 250px;
  background-repeat: repeat;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  text-align: right;
}

.tb-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 700px;
  max-width: 50%;
  min-width: 50%;
  padding: 30px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #000;
  background-image: url("../images/store-transparent.png");
  background-position: 50% 50%;
  background-size: cover;
}

.tb-container {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tb-text {
  margin-bottom: 0px;
  font-family: "Filson Pro Bold", sans-serif;
  font-size: 24px;
  line-height: 1.2em;
}

.tb-text.tb-one-text {
  margin-right: 25px;
  font-family: "Filson Pro Medium", sans-serif;
  color: #791f1a;
  font-weight: 500;
  text-align: left;
}

.tb-text.tb-two-text {
  margin-bottom: 15px;
  font-family: "Filson Pro Medium", sans-serif;
  font-weight: 500;
}

.tb-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Filson Pro Black", sans-serif;
  font-size: 64px;
  line-height: 0.9em;
  font-weight: 900;
}

.tb-button {
  padding: 20px 35px;
  background-color: #8f201d;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: "Filson Pro Medium", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  white-space: nowrap;
}

.tb-button:hover {
  background-color: #791f1a;
}

.tb-button:focus {
  background-color: #791f1a;
}

.tb-one-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.card-anim {
  position: relative;
  overflow: hidden;
  width: 490px;
  height: 289px;
  margin-right: 0px;
  margin-left: auto;
  border-radius: 20px;
  background-color: transparent;
  background-image: url("../images/PepesGiftCard.png");
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.53);
  -webkit-perspective: 451px;
  perspective: 451px;
  -webkit-transform: rotateX(-6deg) rotateY(-26deg) rotateZ(0deg);
  transform: rotateX(-6deg) rotateY(-26deg) rotateZ(0deg);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-highlight {
  width: 400px;
  height: 400px;
  border-radius: 200px;
  background-color: #fff;
  opacity: 0.1;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.tb-h-span {
  font-family: "Sign Painter Inverted", sans-serif;
  font-size: 80px;
}

.tb-h-span.color-red {
  display: inline-block;
  margin-bottom: -20px;
  padding-right: 10px;
  padding-bottom: 0px;
  font-family: "Sign Painter Normal", sans-serif;
  font-size: 90px;
  line-height: 1em;
  font-weight: 400;
}

.tb-h-span.color-yellow {
  display: inline-block;
  margin-bottom: -20px;
  padding-left: 5px;
  font-family: "Sign Painter Normal", sans-serif;
  font-size: 90px;
  line-height: 1em;
  font-weight: 400;
}

.color-red {
  color: #c42518;
}

.color-darkred {
  color: #791f1a;
}

.color-yellow {
  color: #f5d433;
}

.color-white {
  color: #fff;
}

.font-sign-painter {
  font-family: "Sign Painter Inverted", sans-serif;
}

.font-sign-painter.text-white.text-transform-normal {
  font-family: "Sign Painter Normal", sans-serif;
  font-size: 65px;
  line-height: 0.88em;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.fw-700 {
  font-family: "Filson Pro Bold", sans-serif;
  font-weight: 700;
}

.fw-900 {
  font-family: "Filson Pro Black", sans-serif;
  font-weight: 900;
}

.sauce-bottles {
  position: relative;
  width: 680px;
  height: 484px;
}

.sauce-bottle {
  position: absolute;
  width: 100%;
}

.sauce-bottle.sb-1 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.sauce-bottle.sb-2 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.sauce-bottle.sb-3 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.sauce-bottle.sb-4 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.sauce-bottle.sb-5 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.sauce-bottle.sb-6 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.inner-gift-card-top {
  position: relative;
  padding-top: 230px;
  background-color: #f5d433;
  background-image: url("../images/Bottom_Ribbon.png"),
    radial-gradient(
      circle farthest-corner at 50% 50%,
      hsla(0, 0%, 100%, 0.5),
      hsla(0, 0%, 100%, 0) 84%
    ),
    url("../images/top-ribbon.png"), url("../images/Pattern-Yellow.svg");
  background-position: -120px 130%, 0px 0px, 100% -50px, 50% 0%;
  background-size: 400px, auto, 300px, 250px;
  background-repeat: no-repeat, repeat, no-repeat, repeat;
  text-align: center;
}

.inner-gift-card-top.inner-top-store {
  background-color: #8f201d;
  background-image: none;
}

.gc-img {
  display: block;
  margin-right: auto;
  margin-bottom: -45px;
  margin-left: auto;
}

.gc-heading-1 {
  margin-top: 0px;
  font-family: "Sign Painter Normal", sans-serif;
  color: #c42518;
  font-size: 120px;
  line-height: 0.75em;
  font-weight: 400;
  text-align: center;
}

.gc-heading-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: "Filson Pro Black", sans-serif;
  color: #791f1a;
  font-size: 90px;
  line-height: 0.7em;
  font-weight: 900;
  text-align: center;
  letter-spacing: -1.6px;
}

.gc-heading-3 {
  margin-top: 40px;
  margin-bottom: 35px;
  font-family: "Filson Pro Bold", sans-serif;
  color: #c42518;
  font-size: 28px;
  text-align: center;
  letter-spacing: -0.5px;
}

.gc-button {
  position: relative;
  overflow: hidden;
  width: 200px;
  margin: 0px auto -100px;
  padding: 22px 40px;
  background-color: #c42518;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: "Filson Pro Medium", sans-serif;
  color: #f5d433;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
}

.gc-button:hover {
  background-color: #791f1a;
}

.bg-button-blink {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 60px;
  height: 100%;
  background-color: #fff;
  opacity: 0.2;
}

.seasoning-bottles {
  position: relative;
  z-index: 1;
}

.seas-bottle.seas-b-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
}

.seas-bottle.seas-b-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
}

.seas-bottle.seas-b-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
}

.seas-bottle.seas-l {
  position: relative;
  z-index: 0;
}

.seasoning-rays {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 800px;
  height: 110%;
  margin-left: 25px;
  background-image: radial-gradient(
      circle farthest-corner at 50% 50%,
      hsla(0, 0%, 100%, 0),
      #c42518
    ),
    url("../images/OurFlavoursPage_RaysBackground_new.png");
  background-position: 0px 0px, 0% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.pepes-peck {
  width: 100%;
}

.pepes-peck-animation {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.lottie-animation-2 {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.card-three {
  padding-top: 70px;
  padding-bottom: 90px;
  background-image: url("../images/red-pattern.svg");
  background-position: 50% 0%;
  background-size: 250px;
}

.ct-list {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ct-item {
  width: 33%;
  max-width: 33%;
  min-width: 33%;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.ct-item.ct-item-border {
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px dashed #fff;
}

.ct-img {
  display: block;
  margin: auto;
}

.ct-text {
  margin-bottom: 0px;
  font-family: "Filson Pro Bold", sans-serif;
  font-size: 24px;
  line-height: 1.1em;
  font-weight: 700;
}

.ct-text.slide-in-bottom {
  line-height: 1.33em;
  color: white;
  margin-top: 25px;
}

.ct-text.slide-in-bottom-200ms {
  line-height: 1.33em;
  color: white;
}

.ct-text.slide-in-bottom-400ms {
  line-height: 1.33em;
  color: white;
}

.ct-img-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flaming-chicken-vid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.video-gradient {
  position: relative;
  z-index: 1;
  padding-top: 0px;
}

.vid-container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.vid-responsive {
  position: relative;
  width: 100%;
  height: 83vh;
  overflow: hidden;
}

.paragraph-6 {
  margin-bottom: auto;
}

.vid-heading-2 {
  margin-bottom: 20px;
  font-family: "Filson Pro Black", sans-serif;
  font-size: 40px;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
}

.text-span-11 {
  font-family: "Filson Pro Regular", sans-serif;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: 400;
}

.superscript-4 {
  font-size: 11px;
  line-height: 1.2em;
}

.text-span-12 {
  font-family: "Filson Pro Regular", sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.text-span-12.superscript {
  position: relative;
  display: inline-block;
  -webkit-transform: translate(0px, -19px);
  -ms-transform: translate(0px, -19px);
  transform: translate(0px, -19px);
  line-height: 11px;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.homepage-lottie {
  position: relative;
  overflow: visible;
  padding-top: 80px;
  padding-bottom: 30px;
  background-image: url("../images/red-pattern.svg");
  background-position: 50% 0%;
  background-size: 250px;
  text-align: center;
}

.homepage-lottie-container {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.homepage-lottie-container.px-30 {
  position: relative;
  z-index: 3;
}

.hl-bg-1 {
  position: absolute;
  left: 0%;
  top: 120px;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: #791f1a;
  opacity: 0.44;
  -webkit-transform: skew(0deg, -9deg);
  -ms-transform: skew(0deg, -9deg);
  transform: skew(0deg, -9deg);
}

.hl-bg-2 {
  position: absolute;
  left: 0%;
  top: 100px;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 120%;
  background-color: #791f1a;
  background-image: url("../images/OurFlavoursPage_RaysBackground_new.png");
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
  -webkit-transform: skew(0deg, 4deg);
  -ms-transform: skew(0deg, 4deg);
  transform: skew(0deg, 4deg);
}

.view-menu-button {
  margin-top: 40px;
  text-align: center;
}

.homepage {
  background-color: #c42518;
  font-family: "Filson Pro Regular", sans-serif;
  color: #fff;
}

.ffg-lottie {
  max-width: 620px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.tb-one-ribbon {
  position: absolute;
  left: 0%;
  top: -20px;
  right: auto;
  bottom: auto;
}

.chicken-animation {
  position: relative;
  background-image: radial-gradient(
    circle closest-side at 50% 50%,
    rgba(196, 37, 24, 0.4),
    rgba(196, 37, 24, 0)
  );
}

.chicken-fire {
  position: absolute;
  left: 107px;
  top: 50px;
  right: auto;
  bottom: auto;
  z-index: 1;
  max-width: 44%;
  margin-top: -40px;
}

.chicken-fire.chicken-fire-2 {
  margin-top: -50px;
  mix-blend-mode: color-burn;
}

.psp-img {
  display: inline-block;
}

.psp-drop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  mix-blend-mode: normal;
}

.psp-img-animation {
  position: relative;
}

.fruits-img {
  position: relative;
  z-index: 2;
}

.fruits-heart {
  position: absolute;
  left: 5%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  max-width: 40%;
}

.gift-card-red {
  overflow: hidden;
  padding-top: 115px;
  padding-bottom: 140px;
  background-image: linear-gradient(172deg, #791f1a, #c42518);
}

.d-md-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.d-md-flex._w-100 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.d-md-flex.mw-1440 {
  z-index: 4;
  margin-right: auto;
  margin-left: auto;
}

._w-50 {
  display: block;
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}

._w-50.order-first.text-end {
  position: relative;
  z-index: 4;
}

._w-100 {
  width: 100%;
  max-width: 100%;
}

._w-100.d-lg-flex {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._w-100.d-lg-flex.mt-50 {
  margin-top: 50px;
  margin-right: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gcr-pl {
  max-width: 620px;
  margin-right: 0px;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 30px;
}

.gcr-pr {
  max-width: 850px;
  margin-right: auto;
  margin-left: 0px;
  padding-left: 30px;
}

.gcr-img {
  display: block;
  max-width: 100%;
}

.fz-24 {
  font-size: 24px;
  line-height: 1.33em;
  letter-spacing: -0.1px;
}

.fz-24.mb-30 {
  margin-bottom: 30px;
}

.gcr-heading {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: "Filson Pro Black", sans-serif;
  color: #f5d433;
  font-size: 60px;
  line-height: 0.55em;
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.gcr-heading.slide-in-bottom {
  line-height: 0.8em;
}

.big-slider-image {
  display: block;
  width: 100%;
}

.our-app-three {
  position: relative;
  padding-top: 140px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#b4aa77),
    to(#000000)
  );
}

.ioat-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-bottom: -40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ioat-pl {
  width: 100%;
  max-width: 570px;
}

.ioat-pr {
  position: relative;
  margin-bottom: 82px;
  padding-right: 0px;
}

.ioat-heading {
  margin-top: 0px;
  margin-bottom: 44px;
  font-family: "Filson Pro Black", sans-serif;
  color: #000000;
  font-size: 60px;
  line-height: 0.8em;
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.text-span-13 {
  font-family: "Sign Painter Normal", sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: 0.8em;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.paragraph-default {
  font-size: 24px;
  line-height: 1.33em;
  letter-spacing: -0.13px;
}

.paragraph-default.ioat-text {
  margin-bottom: 40px;
  color: #000000;
}

.me-10 {
  margin-right: 10px;
}

.inner-top {
  position: relative;
  height: 700px;
  padding-top: 140px;
  padding-bottom: 56px;
  background-image: url("../images/store-top-bg.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-top.inner-top-store {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #8f201d;
  background-image: none;
}

.inner-top.inner-top-store.inner-top-store-inner {
  height: auto;
  min-height: 700px;
}

.inner-our-app-top-copy {
  position: relative;
  padding-top: 140px;
  padding-bottom: 60px;
}

.inner-our-app-top-copy.inner-top-store {
  background-color: #8f201d;
  background-image: none;
}

/*.ioat-bg-rays {
  position: absolute;
  left: 50%;
  top: -200px;
  z-index: 0;
  width: 1200px;
  height: 1200px;
  margin-left: -300px;
  border: 5px none #000;
  background-image: radial-gradient(
      circle farthest-corner at 50% 50%,
      hsla(0, 0%, 100%, 0),
      #c42518
    ),
    url("../images/OurFlavoursPage_RaysBackground_new.png");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  opacity: 0.6;
}*/

.slide-text {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  max-width: 350px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  font-family: "Filson Pro Bold", sans-serif;
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 700;
  text-align: center;
}

.privacy-statement-link {
  display: inline-block;
  margin-top: 30px;
}

.ofs-text {
  margin-left: 8px;
  font-family: "Filson Pro Bold", sans-serif;
  color: #791f1a;
  font-size: 14px;
  line-height: 0.9em;
  font-weight: 700;
  letter-spacing: -0.1px;
  text-transform: uppercase;
}

.si-logo-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fr-t-img {
  display: inline-block;
  max-width: 830px;
}

.fr-t-img.fade-in.d-none {
  opacity: 0;
}

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

.ft-b-img {
  position: relative;
  width: 60%;
  max-width: 60%;
  min-width: 60%;
  background-image: url("../images/pepes-gift-card-hero-sharp.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ft-b-img.ft-b-img-1 {
  background-image: url("../images/3._halalfooddiaries.png");
}

.ft-b-img.ft-b-img-2 {
  background-image: url("../images/3._halalfooddiaries-1.png");
}

.ft-b-img.ft-b-img-3 {
  background-image: url("../images/girl_franchisee.png");
}

.ft-b-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  max-width: 40%;
  min-height: 450px;
  min-width: 40%;
  padding: 30px 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.interested-in-joining {
  padding-top: 80px;
  padding-right: 0px;
  padding-bottom: 90px;
  background-color: #fff;
  text-align: center;
}

.iij-text {
  font-family: "Filson Pro Medium", sans-serif;
  color: #c42518;
  font-size: 26px;
  line-height: 1.35em;
  font-weight: 500;
  letter-spacing: -0.46px;
}

.iij-link {
  display: inline-block;
  margin-top: 0px;
  font-family: "Filson Pro Bold", sans-serif;
  color: #791f1a;
  font-size: 32px;
  line-height: 1.35em;
  font-weight: 700;
  letter-spacing: -0.56px;
  text-decoration: none;
}

.pattern-bg-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: url("../images/Pattern_DarkRed.svg");
  background-position: 50% 0%;
  background-size: 250px;
  opacity: 0.5;
}

.highlight {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  overflow: visible;
  width: 160%;
  height: 160%;
  margin-top: -25%;
  margin-left: -30%;
  background-image: radial-gradient(
    circle farthest-corner at 50% 50%,
    rgba(196, 37, 24, 0.9),
    rgba(196, 37, 24, 0) 49%
  );
}

.platter-image {
  width: 900px;
  max-width: 100%;
}

.pg-item-more-info {
  position: static;
  display: block;
  margin-bottom: 20px;
  font-family: "Filson Pro Medium", sans-serif;
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 500;
  text-decoration: none;
}

.lottie-animation-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: 100%;
  max-width: 380px;
  opacity: 1;
}

.spin-to-win-block {
  overflow: hidden;
  margin-top: -40px;
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: radial-gradient(
    circle farthest-corner at 25% 40%,
    #c42518,
    #791f1a
  );
}

.spin-to-win-block.px-30 {
  position: relative;
  z-index: 3;
  overflow: visible;
  margin-top: 0px;
}

.stw-pl {
  position: relative;
  max-width: 600px;
  margin-top: -40px;
  margin-right: 0px;
  margin-left: auto;
  padding-right: 40px;
  text-align: right;
}

.stw-pr {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-top: 40px;
  padding-left: 40px;
}

.stw-spinner {
  position: relative;
  margin-right: 0px;
  margin-left: auto;
}

.stw-holder {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}

.stw-wheel {
  position: absolute;
  left: 0%;
  top: 12px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  opacity: 0.8;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

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

.mr-10 {
  margin-right: 10px;
}

.inner-top-menu-inner {
  position: relative;
  padding-top: 200px;
  padding-bottom: 70px;
  background-color: #fdd161;
}

.inner-top-menu-inner.theme-grilled {
  overflow: hidden;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#fdd161)
  );
  background-image: linear-gradient(180deg, #fff, #fdd161);
}

.inner-top-menu-inner.theme-green {
  overflow: hidden;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#fdd161)
  );
  background-image: linear-gradient(180deg, #fff, #fdd161);
}

.inner-top-menu-inner.theme-kids {
  overflow: hidden;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#fdd161)
  );
  background-image: linear-gradient(180deg, #fff, #fdd161);
}

.inner-top-menu-inner.theme-sides {
  overflow: hidden;
  background-color: #c42518;
}

.inner-top-menu-inner.theme-fried {
  overflow: hidden;
  background-color: #c42518;
}

.font-awesome-900 {
  display: inline-block;
  margin-right: 8px;
  font-family: "Font Awesome 900", sans-serif;
}

.tmi-link {
  display: inline-block;
  font-family: "Filson Pro Black", sans-serif;
  color: #8f201d;
  font-size: 23px;
  line-height: 1em;
  font-weight: 900;
  text-decoration: none;
}

.tmi-pl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.tmi-pr {
  padding-left: 60px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.tmi-heading {
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: "Filson Pro Black", sans-serif;
  color: #8f201d;
  font-size: 60px;
  line-height: 0.9em;
  font-weight: 900;
  letter-spacing: -1px;
}

.tmi-text {
  margin-bottom: 50px;
  font-family: "Filson Pro Medium", sans-serif;
  color: #8f201d;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 500;
}

.tmi-img {
  display: block;
  width: 100%;
  min-width: 100%;
  opacity: 1;
}

.item-ttx {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #8f201d;
}

.item-ttx.theme-green {
  background-color: #649d41;
}

.item-ttx.theme-kids {
  background-color: #c42518;
}

.ttx-grid {
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.ttx-item {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.ttx-item-value {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: "Filson Pro Medium", sans-serif;
  font-size: 55px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: -1px;
}

.ttx-item-desc {
  font-family: "Filson Pro Black", sans-serif;
  color: #f5d433;
  font-size: 18px;
  line-height: 1em;
  font-weight: 900;
}

.info-panel {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff5d9;
}

.info-panel-text {
  margin-bottom: 0px;
  padding-left: 65px;
  background-image: url("../images/circle-info-solid.svg");
  background-position: 0px 0px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  color: #8f201d;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: -0.2px;
}

.info-panel-text.fz-12 {
  background-size: 35px;
  font-size: 12px;
}

.item-tables {
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #fff;
}

.small-heading {
  margin-top: 0px;
  border-bottom: 2px dotted #f5d433;
  font-family: "Sign Painter Normal", sans-serif;
  color: #791f1a;
  font-size: 36px;
  line-height: 1.3em;
  font-weight: 400;
}

.small-heading.slide-in-bottom {
  margin-right: 25px;
}

.table-list {
  padding-left: 0px;
}

.table-list.slide-in-bottom-200ms {
  padding-right: 25px;
}

.table-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
}

.table-list-item.even {
  background-color: hsla(0, 0%, 92.2%, 0.5);
}

.nutrition-name {
  color: #c42518;
  font-size: 19px;
  line-height: 1.3em;
}

.nutrition-value {
  width: 60px;
  max-width: 60px;
  min-width: 60px;
  font-family: "Filson Pro Bold", sans-serif;
  color: #c42518;
  font-size: 19px;
  line-height: 1.3em;
  font-weight: 700;
}

.allergens-list {
  padding-left: 0px;
}

.allergen-item {
  padding-top: 7px;
  padding-bottom: 7px;
}

.allergen-item-text {
  padding-left: 34px;
  background-image: url("../images/circle-check-solid.svg");
  background-position: 0px 2px;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: "Filson Pro Bold", sans-serif;
  color: #c42518;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 700;
}

.inner-top-nutrition {
  padding-top: 220px;
}

.nutrition-panel {
  padding-top: 45px;
  padding-bottom: 100px;
  background-color: #fff;
}

.nutrition-search {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 460px;
  margin-right: auto;
  margin-bottom: -10px;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 35px;
  background-color: #f5d433;
  text-align: center;
}

.nutrition-heading-h1 {
  margin-top: 0px;
  margin-bottom: 45px;
  font-family: "Filson Pro Black", sans-serif;
  font-size: 60px;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
}

.nutrition-filters {
  width: 100%;
  max-width: 265px;
  min-width: 200px;
  margin-right: 30px;
  padding: 24px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #ebebeb;
}

.nutrition-itemlist {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nutrition-filters-heading {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #391a1b;
  font-size: 14px;
}

.filter-item {
  margin-bottom: 9px;
}

.filter-item-checkbox {
  width: 18px;
  height: 18px;
  margin-top: 0px;
  margin-right: 0px;
  float: left;
  clear: none;
  border-width: 2px;
  border-color: #391a1b;
  border-radius: 2px;
  background-color: #ebebeb;
  cursor: pointer;
}

.filter-item-checkbox.w--redirected-checked {
  border-color: #c42518;
  background-color: #c42518;
}

.filter-item-checkbox.w--redirected-focus {
  box-shadow: 0 0 0 0 #3898ec;
}

.filter-item-label {
  margin-bottom: 0px;
  padding-left: 8px;
  color: #391a1b;
  font-weight: 400;
}

.nutrition-table-item {
  margin-bottom: 35px;
}

.bg-rays-menu-inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 300px;
  background-image: url("../images/BackgroundRays_Yella.svg");
  background-position: 50% 40%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.link-2 {
  color: #8f201d;
}

.info-panel-link {
  color: #8f201d;
}

.nutrition-table-heading {
  padding: 11px 15px 10px;
  background-color: #c42518;
  line-height: 1em;
}

.nutrition-table-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.nutrition-table-footer {
  padding: 9px 15px 11px;
  background-color: #ebebeb;
  font-family: "Roboto Condensed", sans-serif;
  color: #391a1b;
  line-height: 1em;
}

.nutrition-panel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ntc-item {
  padding: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #ebebeb;
  font-family: "Roboto Condensed", sans-serif;
  color: #391a1b;
  text-align: center;
}

.ntc-item.first {
  border-left-style: none;
}

.bold-text-2 {
  white-space: nowrap;
}

.ntc-name {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}

.bold-text-3 {
  font-family: "Roboto Condensed", sans-serif;
}

.fz-18 {
  font-size: 24px;
  line-height: 1.33em;
  letter-spacing: -0.1px;
}

.fz-18.mb-30 {
  margin-bottom: 30px;
}

.fz-18.mb-30.slide-in-bottom-200ms {
  font-size: 18px;
}

.text-span-14 {
  font-family: "Sign Painter Normal", sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: 0.8em;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.chicken-fire-copy {
  position: absolute;
  left: 107px;
  top: 50px;
  right: auto;
  bottom: auto;
  z-index: 1;
  max-width: 44%;
  margin-top: -30px;
}

.chicken-fire-copy.chicken-fire-2 {
  margin-top: -50px;
  mix-blend-mode: color-burn;
}

.video-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.si-logos-order-from-store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._w-form-done {
  padding: 10px;
  background-color: #f5d433;
  font-size: 16px;
}

.text-block-11 {
  font-size: 16px;
}

._w-form-fail {
  background-color: #c42518;
}

.nsi-item-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #f4f3a9;
  text-decoration: none;
}

.nsi-item-link:hover {
  color: #af332c;
}

.content.no-header {
  position: relative;
  padding-top: 280px;
  padding-bottom: 100px;
}

.mw-640 {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.mw-640.d-block {
  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;
  text-align: center;
}

.mw-640.direction-vertical {
  -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;
}

.heading-h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: "Filson Pro Black", sans-serif;
  font-size: 60px;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: -1px;
}

.heading-h1.custom-mb-5 {
  margin-bottom: 100px;
}

.link-default {
  color: #f5d433;
  text-decoration: none;
}

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

.heading-h3 {
  margin-top: 0px;
  margin-bottom: 1.33em;
  color: #f5d433;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: -0.4px;
}

.p-default {
  margin-bottom: 1.33em;
  font-size: 16px;
  line-height: 1.44em;
  letter-spacing: -0.3px;
}

.p-default.fz-22 {
  font-size: 22px;
}

.p-default.fz-22.font-weight-bold {
  font-family: "Filson Pro Bold", sans-serif;
  font-weight: 700;
}

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

.no-header-bg-rays {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url("../images/OurFlavoursPage_RaysBackground_new.png");
  background-position: 50% -280px;
  background-size: 1200px;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.news-blog-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 50px auto;
  grid-template-rows: auto auto;
}

.div-block-15 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.news-blog-item {
  text-align: left;
}

.nbi-img {
  position: relative;
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nbi-date {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 400;
}

.nbi-heading {
  display: block;
  margin-bottom: 10px;
  font-family: "Filson Pro Black", sans-serif;
  color: #f5d433;
  font-size: 26px;
  line-height: 1.3em;
  letter-spacing: -0.1px;
  text-decoration: none;
}

.nbi-text {
  font-size: 16px;
  line-height: 1.56em;
  letter-spacing: -0.1px;
}

.nbi-img-container {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  border-style: none none solid;
  border-width: 1px 1px 5px;
  border-color: #f5d433;
  background-color: #f5d433;
}

.nbi-img-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  font-family: "Font Awesome 300", sans-serif;
  color: #fff;
  font-size: 80px;
}

.mw-960 {
  max-width: 960px;
}

.mw-960.text-center {
  position: relative;
}

.mw-960.text-center.px-30 {
  max-width: 1040px;
}

.back-to-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 30px;
  bottom: 30px;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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;
  line-height: 60px;
  text-decoration: none;
}

.back-to-top-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #791f1a;
  background-color: #791f1a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "Font Awesome 400", sans-serif;
  color: #f5d433;
  font-size: 32px;
  text-decoration: none;
}

.back-to-top-link:hover {
  background-color: #f5d433;
  color: #791f1a;
}

.lep-img-mobile {
  display: none;
  width: 100%;
}

.big-slider-text {
  font-size: 24px;
}

.news-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 0px;
  padding-left: 0px;
  -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;
  text-align: center;
}

.pagination-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -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;
  line-height: 30px;
}

.pagination-item.dots {
  color: #fff;
}

.pgi-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding-top: 2px;
  -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;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #791f1a;
  text-decoration: none;
}

.pgi-value:hover {
  background-color: #ffde30;
  color: #c42518;
}

.pgi-value.dots {
  background-color: transparent;
  color: #fff;
}

.pgi-value.active {
  background-color: #ffde30;
  color: #c42518;
}

.platters-grid {
  margin-top: -250px;
  padding-top: 300px;
  background-color: #c42518;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#c42518),
    to(#8f201d)
  );
  background-image: linear-gradient(180deg, #c42518, #8f201d);
}

.platter-section-item {
  padding: 25px;
  background-color: #8f201d;
}

.platter-section-item.second {
  background-color: #791f1a;
}

.platter-section-item.fourth {
  background-color: #791f1a;
}

.psi-img {
  padding-right: 15px;
  padding-left: 15px;
}

.psi-text {
  padding-top: 25px;
  padding-bottom: 30px;
  font-family: "Filson Pro Medium", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.11px;
}

.psi-icon {
  padding-bottom: 15px;
}

.platters-grid-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: "Sign Painter Normal", sans-serif;
  color: #f5d433;
  font-size: 50px;
  line-height: 1em;
  font-weight: 400;
}

.text-block-12 {
  margin-top: 60px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.ioat-img {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: block;
}

.ioat-bg-rays-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  max-height: 100%;
  max-width: 100%;
}

.flag {
  width: 22px;
}

.dropdown-toggle {
  margin-left: 10px;
  padding: 0px 20px 0px 15px;
  border-left: 1px dashed #979797;
}

.dropdown-icon {
  margin-right: 0px;
  color: #000;
}

.dropdown-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 6px 0px;
  -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-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  line-height: 1em;
  text-align: right;
  text-decoration: none;
}

.dropdown-link:hover {
  color: #fff;
}

.dropdown-list {
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#391a1b),
    to(#c42518)
  );
  background-image: linear-gradient(180deg, #391a1b, #c42518);
}

.dropdown-list.w--open {
  right: 0px;
  display: block;
  width: 186px;
  margin-top: 13px;
  padding: 6px 14px;
  border-radius: 8px;
  background-color: #c42518;
  background-image: none;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}

.flag-text {
  margin-right: 10px;
  margin-left: 0px;
  font-family: "Filson Pro Medium", sans-serif;
  font-size: 11px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.33px;
  text-decoration: none;
  white-space: nowrap;
}

.country-flags {
  display: none;
}

.country-flags-heading {
  display: none;
}

@media screen and (max-width: 991px) {
  .block-heading {
    font-size: 60px;
  }

  .block-heading.yellow-text.dark-red-border {
    font-size: 40px;
  }

  .block-heading.yellow-text.red-border {
    font-size: 40px;
  }

  .block-heading.red-text.white-border {
    font-size: 40px;
  }

  .block-heading.green-text.white-border {
    font-size: 40px;
  }

  .block-heading.darkred-text.white-border {
    font-size: 40px;
  }

  .block-heading.darkred-text.yellow-border.skew-up {
    margin-bottom: 25px;
    font-size: 38px;
  }

  .block-heading.big-slider-heading {
    margin-bottom: 25px;
    font-size: 46px;
  }

  .button.big-slider-button {
    margin-top: 30px;
  }

  .navbar.relative {
    height: 130px;
  }

  .mw-1260 {
    max-width: 100%;
  }

  .navbar-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-brand {
    z-index: 10;
    margin-top: 0px;
  }

  .nav-menu-wrapper {
    z-index: 9;
    width: 100%;
    margin-top: 0px;
    background-color: transparent;
  }

  .nav-menu-two {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: 100vh;
    margin-top: 0px;
    padding: 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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #d5d5d5;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-link {
    padding: 1px 5px;
    font-size: 18px;
  }

  .nav-link.active {
    font-size: 18px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
    margin-left: 0px;
  }

  .button-primary.btn-big.mt-lg-0.mt-30 {
    margin-top: 30px;
  }

  .menu-button {
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 12px 10px;
    -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;
  }

  .menu-button.w--open {
    background-color: #959476;
    color: #fff;
  }

  .cf-navigation-2-link {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cf-resource-visual-block {
    max-width: 60px;
    margin-bottom: 20px;
  }

  .cf-resource-visual-item {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cf-resources-visual-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .cf-nav-dropdown-title-para {
    font-size: 15px;
  }

  .cf-nav-dropdown-title {
    font-size: 40px;
  }

  .cf-nav-dropdown-title-container {
    max-width: 280px;
  }

  .cf-navigation-drop-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cf-dropdown-list-contain {
    padding: 0px;
    box-shadow: none;
  }

  .cf-dropdown-list-nav.w--open {
    position: relative;
    top: 0px;
    width: 90%;
    min-width: auto;
    margin-right: 5%;
    margin-left: 5%;
    padding-top: 0px;
  }

  .cf-dropdown-arrow---nav-3 {
    position: relative;
    margin-right: 0px;
    margin-left: 7px;
  }

  .cf-dropdown-toggle-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cf-visual-features-item.navbar {
    padding: 25px;
  }

  .cf-visual-features-items-container {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cf-visual-features-items-container.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    margin-left: 0px;
    -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;
  }

  .cf-visual-features-items-container.nav {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .cf-nav-2-menu {
    position: absolute;
    display: none;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  }

  .cf-navigation-2-left-contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .cf-navigation-2-wrapper {
    width: 90%;
  }

  .section-video {
    height: 600px;
    padding-top: 0%;
  }

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

  .section-two-blocks {
    position: relative;
  }

  .div-block-5 {
    width: 100%;
  }

  .heading-2 {
    font-size: 68px;
  }

  .heading-3 {
    font-size: 110px;
  }

  .connect-image {
    margin-right: 60px;
  }

  .div-block-7 {
    -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;
  }

  .div-block-8 {
    padding-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

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

  .text-block-3 {
    display: none;
  }

  .input-default {
    font-size: 14px;
  }

  .heading-4 {
    font-size: 46px;
  }

  .text-span {
    font-size: 65px;
  }

  .video-text {
    font-size: 20px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  }

  .grilled-collection {
    padding-top: 160px;
  }

  .platters-collection {
    position: relative;
    padding-top: 50px;
  }

  .sides-collection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .vegetarian-collection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .desserts-collection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .order-online {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .text-block-6 {
    height: 50px;
    font-size: 18px;
    line-height: 50px;
  }

  .category-description.text-white.text-white-2 {
    margin-bottom: 50px;
    font-size: 20px;
  }

  .category-description.text-dark-red {
    font-size: 20px;
  }

  .pg-item._w-25.type-2.red-theme {
    width: 33.33%;
    max-width: 33.33%;
    min-width: 33.33%;
  }

  .pg-item._w-25.type-2.green-theme {
    width: 33.33%;
    max-width: 33.33%;
    min-width: 33.33%;
  }

  .pg-item._w-25.type-3.green-theme {
    width: 33.33%;
    max-width: 33.33%;
    min-width: 33.33%;
  }

  .pg-item-desc {
    padding: 20px;
  }

  .pg-item-text {
    font-size: 16px;
  }

  .pg-item-heading {
    font-size: 24px;
  }

  .pg-item-name {
    padding-top: 15px;
  }

  .pg-item-name-text.text-yellow {
    font-size: 24px;
  }

  .pg-item-name-text.text-green {
    font-size: 24px;
  }

  .fried-collection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .search-panel {
    margin-top: 30px;
    padding: 20px 25px 25px;
  }

  .d-flex.justify-content-end {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .top-inner-heading {
    margin-bottom: 0px;
    font-size: 46px;
  }

  .top-inner-heading.shrink-in {
    font-size: 36px;
  }

  .store-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .store-item.first {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .store-inner-conent {
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .mt-40 {
    margin-top: 20px;
  }

  .sit-pl {
    padding-top: 150px;
    padding-bottom: 40px;
  }

  .heading-5 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
  }

  .paragraph {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .opening-times {
    font-size: 14px;
  }

  .text-span-6 {
    font-size: 14px;
  }

  .open-closed-block {
    margin-bottom: 20px;
  }

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

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

  .pattern-bg.px-30 {
    padding-top: 0px;
  }

  .our-food-item {
    margin-bottom: -20px;
    padding-top: 30px;
  }

  .our-food-item.last {
    margin-top: 0px;
  }

  .mw-1360.py30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .of-heading {
    font-size: 28px;
  }

  .of-text {
    font-size: 18px;
  }

  .chicken-img {
    margin-top: 0px;
  }

  .top-inner-subheading.slide-in-bottom {
    font-size: 22px;
  }

  .cs-item {
    margin-right: 15px;
    margin-left: 15px;
  }

  .cs-text {
    font-size: 16px;
  }

  .cs-itemlist {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .counterup {
    font-size: 54px;
  }

  .row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ft-text-over {
    font-size: 28px;
  }

  .our-flavours-top {
    padding-top: 160px;
    padding-bottom: 40px;
  }

  .pepes-dips {
    padding-top: 30px;
    padding-bottom: 200px;
  }

  .bottled-sauces {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .seasoning {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-default.yellow-text.dark-red-border {
    font-size: 40px;
  }

  .heading-default.yellow-text.red-border {
    font-size: 40px;
  }

  .heading-default.red-text.white-border {
    font-size: 40px;
  }

  .heading-default.green-text.white-border {
    font-size: 40px;
  }

  .heading-default.text-yellow.slide-in-bottom {
    font-size: 36px;
  }

  .heading-default.text-dakred.slide-in-bottom {
    font-size: 36px;
  }

  .heading-default.text-white.slide-in-bottom {
    color: #fff;
    font-size: 36px;
  }

  .paragraph-5.fade-in {
    font-size: 17px;
  }

  .text-span-10 {
    font-size: 22px;
  }

  .text-span-10.slide-in-bottom {
    font-size: 20px;
  }

  .bs-col-left {
    max-width: 100%;
    text-align: center;
  }

  .bs-container {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bs-heading.slide-in-bottom {
    font-size: 22px;
  }

  .bs-text.slide-in-bottom-200ms {
    font-size: 17px;
  }

  .bs-col-right {
    max-width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .ss-heading.slide-in-bottom {
    font-size: 22px;
  }

  .ss-text.slide-in-bottom-200ms {
    font-size: 17px;
  }

  .oft-text {
    font-size: 18px;
  }

  .left-arrow {
    z-index: 3;
  }

  .right-arrow {
    z-index: 3;
  }

  .icon {
    font-size: 36px;
    font-weight: 400;
  }

  .list-item {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .list-item-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-controls {
    display: none;
  }

  .menu-navbar-holder {
    height: 140px;
  }

  .footer-pl {
    padding-right: 30px;
  }

  .footer-menu-item {
    margin-right: 12px;
  }

  .footer-menu-link {
    font-size: 14px;
  }

  .footer-soc-list {
    display: none;
  }

  .footer-soc-item {
    margin-right: 10px;
    margin-left: 0px;
  }

  .f-pr-bottom {
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mw-400 {
    width: 100%;
    max-width: 100%;
  }

  .footer-subscribe-heading {
    font-size: 18px;
  }

  .fz-16.text-yellow.text-end {
    text-align: left;
  }

  .app-link {
    margin-right: 5px;
    margin-left: 0px;
  }

  .copyrights.d-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .m-0.p-0.fz-12 {
    margin-left: 10px;
  }

  .m-0.ml-10.fz-12 {
    margin-left: 0px;
  }

  .m-0.fz-12 {
    margin-left: 0px;
  }

  .div-block-13 {
    width: 100%;
  }

  .list-item-3 {
    margin-right: 10px;
  }

  .list-item-4 {
    margin-right: 10px;
  }

  .footer-soc-list-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
  }

  .section-sign-up-redd.panel-homepage {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .whats-your-flavour {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wyf-bg {
    top: 0px;
    bottom: 0px;
    width: 100%;
  }

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

  .image-13 {
    top: 0px;
    width: 200px;
    min-width: 200px;
  }

  .div-block-14 {
    text-align: center;
  }

  .tb-one {
    width: 100%;
    height: 600px;
    max-width: 100%;
    min-width: 100%;
  }

  .tb-two {
    width: 100%;
    height: 600px;
    max-width: 100%;
    min-width: 100%;
  }

  .tb-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tb-text.tb-one-text.slide-in-bottom {
    font-size: 22px;
  }

  .tb-text.tb-two-text.slide-in-bottom {
    font-size: 22px;
  }

  .tb-heading.color-darkred.skew-up {
    font-size: 56px;
  }

  .tb-heading.skew-up {
    font-size: 56px;
  }

  .tb-h-span.color-red {
    font-size: 70px;
  }

  .tb-h-span.color-yellow {
    font-size: 70px;
  }

  .font-sign-painter.text-white.text-transform-normal {
    font-size: 54px;
  }

  .sauce-bottles {
    width: 500px;
    height: 380px;
  }

  .inner-gift-card-top {
    padding-top: 160px;
    background-position: -50px 108%, 0px 0px, 100% -50px;
    background-size: 200px, auto, 200px;
  }

  .gc-heading-1 {
    font-size: 60px;
  }

  .gc-heading-2 {
    font-size: 50px;
  }

  .gc-heading-3 {
    max-width: 500px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 20px;
  }

  .gc-button {
    margin-top: 10px;
    margin-bottom: -80px;
  }

  .seasoning-rays {
    left: 0%;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    background-position: 0px 0px, 50% 50%;
  }

  .ct-text.slide-in-bottom {
    font-size: 20px;
  }

  .ct-text.slide-in-bottom-200ms {
    font-size: 20px;
  }

  .ct-text.slide-in-bottom-400ms {
    font-size: 20px;
  }

  .vid-container {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .vid-heading-2 {
    font-size: 32px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  }

  .text-span-12.superscript {
    -webkit-transform: translate(0px, -15px);
    -ms-transform: translate(0px, -15px);
    transform: translate(0px, -15px);
  }

  .homepage-lottie {
    padding-bottom: 0px;
  }

  .image-14 {
    width: 250px;
  }

  .chicken-fire {
    left: 23%;
    top: 10%;
    margin-top: 0px;
  }

  .fruits-animation {
    position: relative;
  }

  .fruits-heart {
    position: absolute;
  }

  .gift-card-red {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._w-100.d-lg-flex.mt-50 {
    margin-top: 30px;
  }

  .gcr-pl {
    padding-right: 20px;
  }

  .gcr-pr {
    padding-left: 20px;
  }

  .fz-24.mb-30.slide-in-bottom-200ms {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .gcr-heading.slide-in-bottom {
    font-size: 52px;
  }

  .our-app-three {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ioat-flex {
    margin-bottom: 0px;
    padding-bottom: 30px;
  }

  .ioat-pl {
    padding-right: 10px;
  }

  .ioat-pr {
    max-width: 380px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .ioat-heading {
    margin-bottom: 20px;
    font-size: 52px;
  }

  .text-span-13 {
    font-size: 56px;
  }

  .paragraph-default.ioat-text {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .inner-top {
    height: 400px !important;
  }

  .inner-top.inner-top-store.inner-top-store-inner {
    min-height: 0px;
  }

  .inner-our-app-top-copy {
    height: 500px;
  }

  .ioat-bg-rays {
    left: auto;
    top: -100px;
    right: -200px;
    width: 900px;
    height: 900px;
    margin-left: 0px;
  }

  .fr-t-img {
    width: 830px;
    max-width: 100%;
  }

  .ft-b-img.ft-b-img-1 {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .ft-b-img.ft-b-img-2 {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .ft-b-img.ft-b-img-3 {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .ft-b-text {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .interested-in-joining {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .iij-link {
    font-size: 28px;
  }

  .lottie-animation-3 {
    position: absolute;
  }

  .spin-to-win-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .spin-to-win-block.px-30 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .stw-pl {
    margin-top: 0px;
    padding-right: 20px;
  }

  .stw-pr {
    padding-top: 0px;
    padding-left: 20px;
  }

  .stw-lottie {
    width: 350px;
    max-width: 100%;
  }

  .inner-top-menu-inner.theme-grilled {
    padding-top: 180px;
  }

  .inner-top-menu-inner.theme-green {
    padding-top: 180px;
  }

  .inner-top-menu-inner.theme-kids {
    padding-top: 180px;
  }

  .inner-top-menu-inner.theme-sides {
    padding-top: 180px;
  }

  .inner-top-menu-inner.theme-fried {
    padding-top: 180px;
  }

  .tmi-pr {
    max-width: 40%;
    padding-left: 20px;
  }

  .tmi-heading {
    margin-bottom: 30px;
    font-size: 52px;
  }

  .tmi-text {
    font-size: 22px;
  }

  .item-ttx {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ttx-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .ttx-item-value {
    font-size: 45px;
  }

  .item-tables {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .small-heading.slide-in-bottom {
    margin-right: 0px;
  }

  .table-list.slide-in-bottom-200ms {
    padding-right: 0px;
  }

  .nutrition-search {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nutrition-heading-h1 {
    font-size: 52px;
  }

  .nutrition-filters {
    max-width: 240px;
    margin-right: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .filter-item-label {
    font-size: 13px;
  }

  .bg-rays-menu-inner {
    margin-left: 30%;
  }

  .nutrition-table-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ntc-item {
    padding-right: 7px;
    padding-left: 7px;
    border-top: 1px solid #fff;
    font-size: 13px;
  }

  .fz-18.mb-30.slide-in-bottom-200ms {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .text-span-14 {
    font-size: 56px;
  }

  .chicken-fire-copy {
    left: 23%;
    top: 10%;
    margin-top: 0px;
  }

  .content.no-header {
    padding-top: 220px;
    padding-bottom: 80px;
  }

  .mw-640 {
    max-width: 100%;
  }

  .heading-h1 {
    font-size: 52px;
  }

  .heading-h1.custom-mb-5 {
    margin-bottom: 60px;
  }

  .heading-h3 {
    font-size: 22px;
  }

  .p-default {
    font-size: 16px;
  }

  .no-header-bg-rays {
    background-position: 50% -150px;
    background-size: 800px;
  }

  .nbi-date {
    margin-bottom: 10px;
  }

  .nbi-heading {
    font-size: 22px;
  }

  .nbi-img-container {
    margin-bottom: 15px;
  }

  .burger-icon {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Font Awesome 300", sans-serif;
    font-size: 36px;
    line-height: 30px;
    color: white;
  }

  .big-slider-text {
    font-size: 22px;
  }

  .platters-grid {
    margin-top: -200px;
    padding-top: 250px;
  }

  .platter-section-item.third {
    background-color: #791f1a;
  }

  .platter-section-item.fourth {
    background-color: #8f201d;
  }

  .psi-icon {
    padding-bottom: 5px;
  }

  .ioat-img {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .flag {
    display: block;
  }

  .flag.mobile {
    width: 28px;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #8f201d;
  }

  .flag.mobile.active {
    border-color: #f5d433;
  }

  .country-flags {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mobile-country-flag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 65px;
    height: 50px;
    margin: 0px 2px 5px;
    -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: 0px none #bf1e2e;
    background-color: #bf1e2e;
    text-align: center;
    text-decoration: none;
  }

  .mobile-country-flag.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 65px;
    height: 50px;
    margin-top: 0px;
    margin-right: 2px;
    margin-left: 2px;
    border-style: none;
    border-color: #bf1e2e;
    background-color: #bf1e2e;
    text-decoration: none;
  }

  .mcf-text {
    padding-top: 5px;
    font-family: "Filson Pro Medium", sans-serif;
    color: #fff;
    font-size: 9px;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: -0.19px;
    text-decoration: none;
  }

  .country-flags-heading {
    display: block;
    margin-top: 50px;
    padding-bottom: 13px;
  }

  .text-block-13 {
    font-family: "Filson Pro Medium", sans-serif;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    color: black;
  }
}

@media screen and (max-width: 767px) {
  .block-heading.yellow-text.dark-red-border {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .block-heading.yellow-text.red-border {
    font-size: 28px;
  }

  .block-heading.red-text.white-border {
    font-size: 28px;
  }

  .block-heading.green-text.white-border {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .block-heading.darkred-text.white-border {
    font-size: 28px;
  }

  .block-heading.darkred-text.yellow-border.skew-up {
    font-size: 26px;
  }

  .block-heading.big-slider-heading {
    margin-bottom: 15px;
    font-size: 32px;
  }

  .button.big-slider-button {
    margin-top: 20px;
    padding: 15px 20px;
    font-size: 18px;
  }

  .navbar {
    height: 120px;
  }

  .navbar.relative {
    height: 130px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .mw-1260 {
    -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;
  }

  .mw-1260.d-block.px-0-mob {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar-wrapper {
    padding-top: 20px;
  }

  .navbar-brand {
    padding-left: 0px;
  }

  .nav-menu-two {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0px;
    background-color: #000000;
  }

  .nav-link {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-dropdown {
    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;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    display: inline-block;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary.button-big {
    margin-top: 40px;
  }

  .button-primary.btn-big.mt-30 {
    margin-top: 20px;
  }

  .cf-resource-block-text {
    font-size: 20px;
  }

  .cf-resource-visual-block {
    width: 30%;
  }

  .cf-resource-visual-item {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cf-resources-visual-grid {
    grid-column-gap: 30px;
  }

  .cf-nav-dropdown-title-container {
    margin-bottom: 20px;
  }

  .cf-nav-dropdown-top {
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cf-dropdown-list-nav.w--open {
    width: 90%;
  }

  .cf-visual-features-item-heading {
    font-size: 23px;
  }

  .cf-visual-features-item-image {
    margin-bottom: 20px;
  }

  .cf-visual-features-item.navbar.w--current {
    padding: 14px;
  }

  .cf-visual-features-items-container {
    width: 100%;
    grid-row-gap: 70px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cf-visual-features-items-container.nav {
    max-width: 400px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-video {
    height: 700px;
  }

  .section-connect {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-5 {
    -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;
  }

  .heading-2 {
    margin-bottom: 0px;
    font-size: 48px;
  }

  .heading-3 {
    font-size: 80px;
  }

  .connect-image {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-ffg {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-4 {
    font-size: 32px;
    line-height: 0.8em;
  }

  .text-span {
    font-size: 55px;
  }

  .video-text {
    font-size: 18px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  }

  .grilled-collection {
    padding-top: 150px;
  }

  .platters-collection {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .sides-collection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .vegetarian-collection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .kids-collection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .lep-img-desktop {
    display: none;
  }

  .text-block-6 {
    letter-spacing: 5px;
  }

  .category-description.text-white.text-white-2 {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .category-description.text-dark-red {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .pg-item._w-25.type-2.red-theme {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .pg-item._w-25.type-2.green-theme {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .pg-item._w-25.type-3.green-theme {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .pg-item._w-33 {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .pg-item-name-text.text-yellow {
    font-size: 20px;
  }

  .pg-item-name-text.text-green {
    font-size: 20px;
  }

  .pg-item-name-text.text-red {
    font-size: 20px;
  }

  .fried-collection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .d-block.img-fluid {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .text-span-3 {
    font-size: 40px;
  }

  .text-block-9 {
    font-size: 24px;
  }

  .image-4 {
    width: 70%;
  }

  .inner-our-app-top {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section-stores {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .d-flex.justify-content-end {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .d-flex.justify-content-start {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .country-list-item {
    margin-right: 20px;
  }

  .store-item.first {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .si-heading {
    font-size: 20px;
  }

  .si-text {
    font-size: 17px;
  }

  .si-distance-text {
    font-size: 18px;
  }

  .si-distance-value {
    font-size: 34px;
  }

  .si-distance-icon {
    font-size: 24px;
  }

  .store-inner-conent {
    margin-right: 0px;
    padding-left: 30px;
  }

  .store-inner-top {
    min-height: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sit-pl {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    max-width: 100%;
    min-width: 100%;
    padding: 120px 0px 30px;
  }

  .sit-pr {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    margin-bottom: 0px;
    opacity: 0.3;
  }

  .div-block-12 {
    max-width: 100%;
  }

  .our-food-item {
    margin-bottom: 0px;
  }

  .mw-1360.py30 {
    padding-top: 0px;
  }

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

  .of-text {
    text-align: justify;
  }

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

  .columns {
    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;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-3 {
    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;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .counterup {
    font-size: 54px;
  }

  .ft-item {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

  .col-7 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .col-5 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .ft-text-over {
    font-size: 26px;
  }

  .our-flavours-top {
    min-height: auto;
  }

  .pepes-dips {
    position: relative;
    padding-bottom: 30px;
  }

  .bottled-sauces {
    position: relative;
  }

  .seasoning {
    position: relative;
  }

  .heading-default.yellow-text.dark-red-border {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .heading-default.yellow-text.red-border {
    font-size: 28px;
  }

  .heading-default.red-text.white-border {
    font-size: 28px;
  }

  .heading-default.green-text.white-border {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .dips-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dips-item {
    width: 50%;
    max-width: 50%;
  }

  .bs-col-left {
    max-width: 100%;
    text-align: center;
  }

  .bs-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bs-col-right {
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

  .image-11 {
    max-width: 160px;
  }

  .menu-navbar-holder {
    height: 120px;
  }

  .footer-pl {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .f-pr-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .footer-menu-item {
    margin: 3px 8px;
  }

  .footer-soc-list {
    display: none;
  }

  .footer-soc-item {
    margin-right: 5px;
    margin-left: 5px;
  }

  .footer-subscribe-heading {
    margin-top: 15px;
    text-align: center;
  }

  .mt-10.text-white.fz-11 {
    text-align: center;
  }

  .fz-16.text-yellow.text-end {
    text-align: center;
  }

  .app-link {
    margin-left: 5px;
  }

  .copyrights.d-flex {
    margin-top: 10px;
    -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;
  }

  .footer-soc-list-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-sign-up-redd.panel-homepage {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tb-one {
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
    -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;
    text-align: center;
  }

  .tb-two {
    height: 500px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .tb-text.tb-one-text.slide-in-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
  }

  .tb-text.tb-two-text.slide-in-bottom {
    font-size: 20px;
  }

  .tb-heading.color-darkred.skew-up {
    margin-bottom: 30px;
    font-size: 42px;
  }

  .tb-heading.skew-up {
    font-size: 42px;
  }

  .tb-one-flex {
    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-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;
    text-align: center;
  }

  .card-anim {
    width: 400px;
    height: 240px;
    margin-right: auto;
  }

  .tb-h-span.color-red {
    font-size: 56px;
  }

  .tb-h-span.color-yellow {
    font-size: 56px;
  }

  .sauce-bottles {
    width: 360px;
    height: 300px;
  }

  .inner-gift-card-top {
    background-position: -20px 108%, 0px 0px, 100% -50px;
    background-size: 100px, auto, 120px;
  }

  .gc-heading-1 {
    font-size: 56px;
  }

  .gc-heading-2 {
    margin-bottom: 0px;
    font-size: 46px;
  }

  .gc-heading-3 {
    margin-top: 20px;
    line-height: 1.2em;
  }

  .gc-button {
    margin-bottom: -30px;
    padding: 20px 30px;
  }

  .ct-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ct-item {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .ct-item.ct-item-border {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    border-bottom: 1px dashed #fff;
    border-right-style: none;
  }

  .ct-text.slide-in-bottom {
    font-size: 18px;
  }

  .ct-text.slide-in-bottom-200ms {
    font-size: 18px;
  }

  .ct-text.slide-in-bottom-400ms {
    font-size: 18px;
  }

  .ct-img-container {
    height: auto;
    padding: 0px 0px 20px;
  }

  .vid-container {
    padding-top: 185px;
  }

  .vid-heading-2 {
    font-size: 24px;
  }

  .text-span-12.superscript {
    -webkit-transform: translate(0px, -11px);
    -ms-transform: translate(0px, -11px);
    transform: translate(0px, -11px);
    font-size: 8px;
    line-height: 1em;
  }

  .image-14 {
    display: none;
    width: 200px;
  }

  .d-md-flex._w-100 {
    -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;
  }

  .d-md-flex.mw-1440 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._w-50 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  ._w-50.order-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  ._w-50.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  ._w-100.d-lg-flex.mt-50 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gcr-pl {
    max-width: 100%;
    margin-left: 0px;
    padding-right: 30px;
    text-align: center;
  }

  .gcr-pr {
    margin-bottom: 40px;
  }

  .gcr-img {
    margin-left: 18%;
  }

  .our-app-three {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ioat-flex {
    -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;
  }

  .ioat-pl {
    margin-bottom: 30px;
    padding-right: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
  }

  .ioat-pr {
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .ioat-heading {
    font-size: 42px;
  }

  .text-span-13 {
    font-size: 46px;
  }

  .paragraph-default.ioat-text {
    font-size: 20px;
  }

  .ioat-bg-rays {
    left: 0%;
    top: -100px;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
  }

  .fr-t-img {
    margin-bottom: 30px;
  }

  .ft-row {
    -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;
  }

  .ft-b-img.ft-b-img-1 {
    width: 100%;
    max-width: 100%;
    min-height: 250px;
    min-width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .ft-b-img.ft-b-img-2 {
    width: 100%;
    height: 250px;
    max-width: 100%;
    min-width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .ft-b-img.ft-b-img-3 {
    width: 100%;
    max-width: 100%;
    min-height: 250px;
    min-width: 100%;
  }

  .ft-b-text {
    width: 100%;
    max-width: 100%;
    min-height: 0px;
    min-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .interested-in-joining {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .iij-text {
    font-size: 22px;
  }

  .iij-link {
    font-size: 24px;
  }

  .stw-pl {
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    text-align: center;
  }

  .stw-pr {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    text-align: center;
  }

  .stw-spinner {
    width: 500px;
    max-width: 100%;
    margin-right: auto;
  }

  .stw-holder {
    width: 500%;
  }

  .stw-lottie {
    margin-right: auto;
    margin-left: auto;
  }

  .inner-top-menu-inner.theme-grilled {
    padding-top: 160px;
  }

  .inner-top-menu-inner.theme-green {
    padding-top: 160px;
  }

  .inner-top-menu-inner.theme-kids {
    padding-top: 160px;
  }

  .inner-top-menu-inner.theme-sides {
    padding-top: 160px;
  }

  .inner-top-menu-inner.theme-fried {
    padding-top: 160px;
  }

  .tmi-link {
    font-size: 18px;
  }

  .tmi-pl {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .tmi-pr {
    max-width: 100%;
    margin-bottom: 30px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .tmi-heading {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .tmi-text {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .tmi-graph {
    margin-right: auto;
    margin-left: auto;
  }

  .item-ttx {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ttx-grid._w-100 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .ttx-item-value {
    font-size: 30px;
  }

  .ttx-item-desc {
    font-family: "Filson Pro Heavy", sans-serif;
    font-size: 16px;
    font-weight: 800;
  }

  .info-panel-text.fz-12 {
    padding-top: 45px;
    padding-left: 0px;
    background-position: 50% 0%;
    text-align: center;
  }

  .item-tables {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .col-9 {
    margin-bottom: 20px;
  }

  .inner-top-nutrition {
    padding-top: 180px;
  }

  .nutrition-heading-h1 {
    font-size: 42px;
  }

  .nutrition-filters {
    max-width: 200px;
  }

  .bg-rays-menu-inner {
    margin-left: 0%;
    background-size: cover;
  }

  .text-span-14 {
    font-size: 46px;
  }

  .content.no-header {
    padding-top: 200px;
  }

  .mw-640 {
    -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;
  }

  .heading-h1 {
    font-size: 46px;
  }

  .heading-h1.custom-mb-5 {
    font-size: 42px;
  }

  .heading-h3 {
    font-size: 22px;
  }

  .p-default {
    font-size: 16px;
  }

  .no-header-bg-rays {
    background-position: 50% -170px;
  }

  .nbi-heading {
    font-size: 18px;
  }

  .nbi-img-container {
    margin-bottom: 10px;
  }

  .lep-img-mobile {
    display: block;
  }

  .big-slider-text {
    font-size: 18px;
  }

  .platters-grid {
    margin-top: -100px;
    padding-top: 130px;
  }

  .psi-img {
    padding-right: 0px;
    padding-left: 0px;
  }

  .psi-text {
    font-size: 18px;
  }

  .psi-icon {
    padding-bottom: 0px;
  }

  .platters-grid-heading {
    font-size: 42px;
  }
}

@media screen and (max-width: 479px) {
  .block-heading.yellow-text.dark-red-border {
    display: inline-block;
    border-bottom-width: 8px;
    font-size: 24px;
    line-height: 0.8;
  }

  .block-heading.yellow-text.red-border {
    font-size: 24px;
    line-height: 0.8;
  }

  .block-heading.red-text.white-border {
    border-bottom-width: 8px;
    font-size: 24px;
    line-height: 0.8;
  }

  .block-heading.green-text.white-border {
    line-height: 0.8;
  }

  .block-heading.darkred-text.white-border {
    border-bottom-width: 8px;
    font-size: 24px;
    line-height: 0.8;
  }

  .block-heading.darkred-text.yellow-border.skew-up {
    line-height: 0.8;
  }

  .block-heading.big-slider-heading {
    font-size: 28px;
    line-height: 1;
  }

  .button.button-darkred {
    padding-right: 22px;
    padding-left: 22px;
  }

  .button.big-slider-button {
    font-size: 16px;
  }

  .slide-1 {
    background-image: none;
  }

  .navbar {
    height: 120px;
  }

  .navbar.relative {
    height: 90px;
  }

  .mw-1260 {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar-wrapper {
    padding-top: 20px;
  }

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

  .button-primary.button-big.mt-30 {
    margin-top: 25px;
  }

  .cf-nav-2-button {
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 18px;
  }

  .cf-nav-arrow-icon {
    width: 20px;
    height: 20px;
  }

  .cf-resource-block-text {
    font-size: 18px;
  }

  .cf-resource-visual-block {
    width: 20%;
    margin-bottom: 10px;
  }

  .cf-resources-visual-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .cf-nav-dropdown-title-para {
    line-height: 22px;
  }

  .cf-nav-dropdown-title {
    font-size: 28px;
    line-height: 32px;
  }

  .cf-nav-dropdown-top {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .cf-dropdown-toggle-div {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .cf-visual-features-item-heading {
    font-size: 20px;
  }

  .cf-visual-features-item-image {
    margin-bottom: 10px;
  }

  .cf-visual-features-item.navbar {
    padding: 10px;
    font-size: 14px;
  }

  .cf-visual-features-item.navbar {
    padding: 20px;
    font-size: 16px;
  }

  .cf-visual-features-items-container.nav {
    max-width: 230px;
  }

  .cf-visual-features-items-container.nav {
    max-width: none;
  }

  .cf-brand-2 {
    max-width: 140px;
  }

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

  .connect-image {
    margin-bottom: 20px;
  }

  .text-block-6 {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .pg-item._w-25.type-2.red-theme {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .pg-item._w-25.type-2.green-theme {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .pg-item._w-25.type-3.green-theme {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .pg-item._w-33 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .bg-red-gradient {
    height: 25%;
  }

  .px-30.store-inner {
    padding-right: 0px;
    padding-left: 0px;
  }

  .search-panel {
    padding: 20px 30px;
  }

  .d-flex.justify-content-end {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .red-button {
    margin-top: 15px;
  }

  .default-input._w-300 {
    width: 100%;
  }

  .label-default {
    margin-bottom: 10px;
    text-align: center;
  }

  .top-inner-heading {
    font-size: 36px;
    text-align: center;
  }

  .top-inner-heading.shrink-in {
    font-size: 32px;
  }

  .si-logos {
    padding-right: 0px;
    padding-left: 0px;
  }

  .si-heading {
    font-size: 18px;
  }

  .si-text {
    font-size: 16px;
  }

  .si-bottom {
    display: block;
  }

  .si-distance {
    margin-top: 20px;
    text-align: left;
  }

  .store-inner-conent {
    padding-right: 0px;
    padding-left: 0px;
  }

  .h4-heading {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .opening-times {
    font-size: 16px;
    line-height: 1.4em;
  }

  .ocb-open {
    padding-right: 10px;
    padding-left: 10px;
  }

  .ocb-closes {
    padding-right: 10px;
    padding-left: 10px;
  }

  .ocbo-text {
    white-space: nowrap;
  }

  .ocbc-text {
    white-space: nowrap;
  }

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

  .top-inner-subheading.slide-in-bottom {
    font-size: 20px;
  }

  .ft-text-over {
    font-size: 24px;
  }

  .our-flavours-top {
    padding-top: 140px;
  }

  .heading-default.yellow-text.dark-red-border {
    display: inline-block;
    border-bottom-width: 8px;
    font-size: 24px;
    line-height: 0.8;
  }

  .heading-default.yellow-text.red-border {
    font-size: 24px;
    line-height: 0.8;
  }

  .heading-default.red-text.white-border {
    border-bottom-width: 8px;
    font-size: 24px;
    line-height: 0.8;
  }

  .heading-default.green-text.white-border {
    line-height: 0.8;
  }

  .heading-default.text-yellow.slide-in-bottom {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .heading-default.text-dakred.slide-in-bottom {
    font-size: 28px;
  }

  .heading-default.text-white.slide-in-bottom {
    font-size: 28px;
  }

  .paragraph-5.fade-in {
    font-size: 16px;
  }

  .text-span-10.slide-in-bottom {
    font-size: 18px;
  }

  .dips-list {
    margin-top: 30px;
  }

  .dips-item {
    width: 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }

  .bs-heading.slide-in-bottom {
    font-size: 20px;
  }

  .bs-text.slide-in-bottom-200ms {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .bs-text-small.slide-in-bottom-400ms {
    margin-bottom: 0px;
  }

  .ss-heading.slide-in-bottom {
    font-size: 20px;
  }

  .ss-text.slide-in-bottom-200ms {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .ss-text-small.slide-in-bottom-400ms {
    margin-bottom: 0px;
  }

  .oft-text.slide-in-bottom {
    font-size: 16px;
  }

  .image-11 {
    max-width: 160px;
  }

  .footer-pl {
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .footer-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .footer-menu-item {
    margin-right: 5px;
    margin-left: 5px;
  }

  .footer-menu-link {
    font-size: 13px;
  }

  .footer-soc-item {
    margin-right: 5px;
    margin-left: 5px;
  }

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

  .mt-10.text-white.fz-11 {
    text-align: center;
  }

  .fz-16.text-yellow.text-end {
    text-align: center;
  }

  .copyrights.d-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;
  }

  .footer-soc-list-mobile {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-12 {
    margin-bottom: 20px;
  }

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

  .wyf-img {
    padding-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .wyf-container.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-13 {
    width: 250px;
    min-width: 250px;
  }

  .card-anim {
    width: 300px;
    height: 180px;
  }

  .sauce-bottles {
    width: 340px;
    height: 220px;
    max-width: 100%;
  }

  .inner-gift-card-top {
    padding-top: 120px;
  }

  .gc-img {
    max-width: 110%;
    margin-bottom: -30px;
    margin-left: -5%;
  }

  .gc-heading-1 {
    font-size: 50px;
  }

  .gc-heading-2 {
    font-size: 38px;
  }

  .gc-button {
    margin-bottom: 0px;
  }

  .seasoning-rays {
    height: 400px;
  }

  .card-three {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .ct-img-container {
    height: 230px;
    padding-bottom: 10px;
  }

  .vid-heading-2 {
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  }

  .gcr-img {
    max-width: 110%;
    margin-left: 15%;
  }

  .fz-24.mb-30.slide-in-bottom-200ms {
    font-size: 18px;
  }

  .big-slider-image {
    position: relative;
  }

  .our-app-three {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .iij-text {
    font-size: 18px;
  }

  .iij-link {
    font-size: 22px;
  }

  .inner-top-menu-inner.theme-grilled {
    padding-top: 140px;
  }

  .inner-top-menu-inner.theme-green {
    padding-top: 140px;
  }

  .inner-top-menu-inner.theme-kids {
    padding-top: 140px;
  }

  .inner-top-menu-inner.theme-sides {
    padding-top: 140px;
  }

  .inner-top-menu-inner.theme-fried {
    padding-top: 140px;
  }

  .tmi-text {
    font-size: 18px;
  }

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

  .inner-top-nutrition {
    padding-top: 160px;
  }

  .nutrition-search {
    padding-bottom: 25px;
  }

  .nutrition-heading-h1 {
    font-size: 36px;
  }

  .nutrition-filters {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nutrition-panel-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .si-logos-order-from-store {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mw-640 {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-h1.custom-mb-5 {
    font-size: 32px;
  }

  .news-blog-list {
    grid-auto-flow: row;
    grid-template-areas: "Area Area-2";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .nbi-heading {
    font-size: 18px;
  }

  .platters-grid {
    margin-top: -80px;
    padding-top: 110px;
  }

  .platter-section-item {
    padding: 15px;
  }

  .psi-text {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .ioat-img {
    width: 140%;
    max-width: 140%;
    margin-left: -20%;
  }

  .app-img {
    margin: 5px;
  }
}

@font-face {
  font-family: "Filson Pro Medium";
  src: url("../fonts/FilsonProMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Filson Pro Heavy";
  src: url("../fonts/FilsonProHeavy.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Filson Pro Regular";
  src: url("../fonts/FilsonProRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Filson Pro Black";
  src: url("../fonts/FilsonProBlack.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Filson Pro Bold";
  src: url("../fonts/FilsonProBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome brands 400";
  src: url("../fonts/fa-brands-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 300";
  src: url("../fonts/fa-light-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 400";
  src: url("../fonts/fa-regular-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 100";
  src: url("../fonts/fa-thin-100.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 900";
  src: url("../fonts/fa-solid-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sign Painter Inverted";
  src: url("../fonts/SignPainter-inverted.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sign Painter Normal";
  src: url("../fonts/SignPainter-normal.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@media screen and (max-width: 768px) {
  .section-sign-up-yellow {
    /*padding-top: 149px !important;
    padding-bottom: 20px !important;
    background-color: #000;*/
    display: none;
  }
}

@media (min-width: 768px) {
  .copyrights.d-flex.w-list-unstyled {
    align-items: flex-start;
  }
}
.list-item-3 {
  text-align: end;
}
@media (max-width: 767px) {
  .list-item-3 {
    text-align: center;
    margin-right: 0;
  }
  .m-0.p-0.fz-12 {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .ioat-img {
    width: 140%;
    max-width: 100%;
    min-width: 88% !important;
    position: relative;
    left: 84px !important;
  }
}

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
  color: black !important;
}

.f-color {
  color: rgb(255, 255, 255);
}

@media (max-width: 575px) {
  .ioat-pr {
    margin-left: 0;
    overflow: hidden;
    min-width: 100vw;
  }
  .ioat-img {
    width: 140%;
    max-width: 100%;
    min-width: 140%;
    position: relative;
    left: -20px;
  }
}
.inner-our-app-top {
  z-index: 4;
  position: relative;
}
@media (min-width: 992px) {
  .ioat-bg-rays {
    top: 0px;
    left: 60%;
    width: 800px;
    height: 800px;
  }
  .stw-pr {
    padding-top: 100px;
  }
}
