header.header .logo {
  z-index: 9;
  padding-bottom: 0;
}
.feature-panel .fp-itemlist .fp-item .fp-img img {
  width: 100%;
}
.mobile-menu-panel .ctnr > ul ul {
  padding-left: 0;
}
.mobile-menu-panel .ctnr > ul > li li a {
  position: relative;
  padding-left: 15px;
  font-weight: normal;
}
.mobile-menu-panel .ctnr > ul > li li a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #2e4396;
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

.word-line {
  overflow: hidden;
}
.skew-up {
  opacity: 0;
}

.bg-image-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(images/store-top-bg.html) center center no-repeat;
  z-index: 2;
}
.visibility-both {
  display: block !important;
  visibility: visible !important;
}
.visibility-none {
  display: none !important;
  visibility: hidden !important;
}
.visibility-mobile {
  display: none !important;
  visibility: hidden !important;
}
.visibility-desktop {
  display: block !important;
  visibility: visible !important;
}
@media (max-width: 768px) {
  .visibility-both {
    display: block !important;
    visibility: visible !important;
  }
  .visibility-none {
    display: none !important;
    visibility: hidden !important;
  }
  .visibility-mobile {
    display: block !important;
    visibility: visible !important;
  }
  .visibility-desktop {
    display: none !important;
    visibility: hidden !important;
  }
}

.w-form-done {
  margin-top: 10px;
  padding: 0;
  background: none;
  font-size: 16px;
}

.w-form-fail {
  margin-top: 10px;
  padding: 10px;
  background-color: #c42518;
  font-size: 16px;
}
.si-logo-img {
  max-height: 30px;
}

.pac-item-query {
  font-size: 15px !important;
  color: #791f1a !important;
}
.pac-item {
  color: #791f1a !important;
  padding: 5px 4px 3px 10px !important;
}
.pac-container {
  font-family: "Filson Pro Regular", sans-serif !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border-top: none !important;
}
.default-input.w-input.pac-target-input {
  margin-right: -2px;
}

.cd-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: inline-block;
  height: 60px;
  width: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background: url(../images/cd-top-arrow.svg) no-repeat center 50%;
  background-color: #791f1a;
  z-index: 12;
}

.js-cd-top.cd-top {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
}

.js-cd-top.cd-top--is-visible {
  visibility: visible;
  opacity: 1;
}

.js-cd-top.cd-top--fade-out {
  opacity: 0.5;
}

.js-cd-top.cd-top:hover {
  background-color: #f5d433;
  opacity: 1;
}

.bs-text,
.ss-text,
.ft-text {
  color: inherit;
}
.h-100.px-30 {
  z-index: 4;
}

.bg-rays-menu-inner {
  mix-blend-mode: multiply;
}

.bg-image-top {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
h2.block-heading.skew-up::before {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  background: #8f201d;
  left: 0;
  bottom: -3px;
  z-index: 0;
}
h2.block-heading.skew-up {
  border: none;
}
h2.block-heading.white-border.skew-up::before {
  background: #fff;
}
h2.block-heading.red-border.skew-up::before {
  background: #c42518;
}
h2.block-heading.dark-red-border.skew-up::before {
  background: #8f201d;
}
.big-sllider-container {
  z-index: 3;
}
.slider-video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.slider-video-container > video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.slick-slide {
  color: inherit;
}
.button.big-slider-button {
  margin-top: 0px;
}
.block-heading.big-slider-heading {
  margin-bottom: 30px;
}
.big-slider-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .block-heading.big-slider-heading {
    margin-bottom: 15px;
  }
  .big-slider-text {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) {
  .chicken-fire {
    margin-top: -40px;
  }
}
@media (max-width: 768px) {
  .chicken-fire {
    margin-top: 20px;
  }
}

.news-pagination.w-list-unstyled {
  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;
}
.news-pagination.w-list-unstyled li {
  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;
  margin: 3px;
}
.news-pagination.w-list-unstyled li a {
  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;
}
.news-pagination.w-list-unstyled li.active a {
  background-color: #ffde30;
  color: #c42518;
}
.news-pagination.w-list-unstyled li.prev,
.news-pagination.w-list-unstyled li.next {
  display: none;
}
.nbi-img {
  width: 100%;
}
@media (max-width: 479px) {
  .news-blog-list {
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.back-to-all-news {
  color: #f5d433;
  text-decoration: none;
  font-size: 18px;
}
.news-date {
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.promotion-banner {
  position: relative;
  overflow: auto;
}
.pg-item-more-info {
  display: inline-flex;
  text-decoration: none;
  padding: 8px 11px;
  border: 2px solid #f5d433;
  border-radius: 0px;
  background-color: #f5d433;
  transition: all 200ms ease;
  color: #c42518;
  letter-spacing: 0px;
  text-transform: none;
  cursor: pointer;
  font-size: 16px;
}
.navbar {
  z-index: 99;
}
@media (max-width: 768px) {
  .pg-item-desc {
    opacity: 0 !important;
    transform-style: preserve-3d;
    left: 0px;
    bottom: 0px;
    height: 100% !important;
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg)
      rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
    top: 0px !important;
  }
  .chicken-fire {
    top: 0;
  }
  .our-food-item {
    margin-bottom: 0;
  }
}

.ttx-grid._w-100 {
  -ms-grid-columns: repeat(auto-fit, minmax(160px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
@media (max-width: 768px) {
  .ttx-grid._w-100 {
    -ms-grid-columns: repeat(auto-fit, minmax(70px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  }
}
@media screen and (max-width: 479px) {
  .pg-item._w-33,
  .pg-item._w-25.type-2.red-theme,
  .pg-item._w-25.type-2.green-theme,
  .pg-item._w-25.type-3.green-theme {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .two-items {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .ti-item img {
    width: 100%;
    display: block;
  }
  .ti-item.ti-item-1 {
    width: 80%;
    max-width: 80%;
    min-width: 80%;
    border: none;
    margin-bottom: 15px;
  }
  .ti-item.ti-item-2 {
    width: 80%;
    max-width: 80%;
    min-width: 80%;
    border: none;
  }
  .ioat-bg-rays {
    display: none;
  }
}

@media screen and (max-width: 360px) {
  .pg-item._w-33,
  .pg-item._w-25.type-2.red-theme,
  .pg-item._w-25.type-2.green-theme,
  .pg-item._w-25.type-3.green-theme {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 991px) {
  .whats-your-flavour {
    overflow: hidden;
  }
}

.section-slider {
  overflow: hidden;
}

.video-subtext {
  display: none;
}

@media ((min-width: 1301px) and (max-width: 1450px)) {
  .section-video {
    padding-top: 90%;
  }
}

@media ((min-width: 769px) and (max-width: 1300px)) {
  .section-video {
    padding-top: 100%;
  }
}
@media (max-width: 768px) {
  .section-video.wf-section {
    margin-bottom: 0px;
  }
  .video-text {
    display: none !important;
  }
  .vid-container {
    padding-bottom: 80px;
  }
  .video-subtext {
    display: block;
    padding: 25px;
    text-align: center;
    font-size: 15px;
    line-height: 1.4em;
    position: relative;
    z-index: 1;
    background: #c42518;
  }
}
.info-panel-text-readmore-link {
  display: none;
}
@media (max-width: 768px) {
  .info-panel-text p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
  }
  .info-panel-text-readmore-link {
    display: flex;
    width: 100%;
    height: 30px;
    font-family: "Font Awesome 400";
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    color: #8f201d;
  }
  .info-panel-text.opened p {
    -webkit-line-clamp: unset;
  }
  .info-panel-text.opened .info-panel-text-readmore-link {
    transform: rotate(180deg);
  }
}

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

.w-slider {
  background: #c42518;
}
@media (max-width: 768px) {
  .pg-item-name.type-2 {
    padding-bottom: 0;
  }
  .pg-item {
    margin-top: -1px;
    margin-left: -1px;
  }
}
.text-span-3 {
  font-weight: normal;
}
@media (min-width: 769px) {
  .tmi-text {
    margin-bottom: 0;
  }
  .tmi-pl > img {
    margin-top: 50px;
  }
  .navbar-logo-left-container {
    max-width: 100% !important;
  }
  .footer .mw-1260 {
    max-width: 100% !important;
  }
}
@media (min-width: 1500px) {
  .navbar-logo-left-container {
    max-width: 100% !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .footer .mw-1260 {
    max-width: 100% !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
.tmi-pr {
  display: flex;
  align-items: center;
}
.table-list-item {
  padding-left: 13px;
}
#top,
#top .navbar-brand,
#top .navbar-brand img,
#top.sticky .nav-controls,
#top.sticky .navbar-wrapper,
#top.sticky .nav-menu-wrapper,
#top.sticky .navbar-wrapper .menu-button {
  transition: all 200ms ease;
}
#top.sticky {
  position: fixed;
  top: 0;
  background: #00000012;
  box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.15);
  height: 76px;
}
#top.sticky .navbar-brand {
  margin-top: 6px;
}
#top.sticky .nav-menu-wrapper {
  margin-top: 0;
}

@media (min-width: 768px) {
  #top .navbar-brand img {
    width: 234px;
  }
}
#top.sticky .navbar-brand img {
  width: 140px;
}
#top .nav-controls {
  height: 45px;
}
#top.sticky .nav-controls {
  height: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  #top.sticky .navbar-wrapper {
    padding-top: 0;
  }
  #top.sticky .navbar-wrapper .menu-button {
    margin-top: 10px;
  }
}
@media (max-width: 1150px) and (min-width: 992px) {
  .mobile-margin-top-10 {
    margin-left: 20px;
  }
  .nav-link {
    margin-right: 0;
    margin-left: 0;
    padding: 5px 7px;
    font-size: 14px;
  }
}

.ft-text ul {
  padding-left: 20px;
}

@media (max-width: 1250px) and (min-width: 769px) {
  .ioat-flex {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .ioat-flex {
    margin-bottom: -20px;
  }
}

@media (max-width: 768px) {
  .tmi-heading,
  .tmi-text {
    text-align: center;
  }
}

.dropdown-list::before {
  content: "";
  display: block;
  position: absolute;
  right: 23px;
  top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #c42618 transparent;
}
@media (max-width: 991px) {
  .nav-controls {
    display: none;
  }
}
.si-logo-item {
  height: 40px;
}
.si-logos-order-from-store .si-logo-item {
  height: 60px;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-family: "Filson Pro Bold", sans-serif;
  font-weight: bold;
}
