@font-face {
  font-family: Gotham-Book;
  src: url(fonts/gotham-book.otf);
}
@font-face {
  font-family: Idlewild-Book;
  src: url(fonts/idlewild-Book.otf);
}
@font-face {
  font-family: Gotham-medium;
  src: url(fonts/Gotham-Medium.otf);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: Gotham-Book, Helvetica, sans-serif;
}
header {
  background-color: #000;
  padding: 10px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 10px 15px;
  background-color: #e5b126;
  color: #fff;
  font-family: Gotham-medium, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.logo img {
  max-width: 214px;
}
#ordering {
    padding: 20px 10px;
}
.z-menu-category-title {
  color: #e5b126 !important;
}
.z-menu-category-description {
  font-size: 18px !important;
  font-family: "Idlewild-Book" !important;
  letter-spacing: normal;
}
.z-menu-item-details {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.price-dp-holder {
  margin-top: auto !important;
}
.z-menu-item-title p,
.z-menu-item-price {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #333333 !important;
  font-family: Gotham-medium !important;
  letter-spacing: normal !important;
}
.z-menu-item-description p,
.item-title p {
  font-family: Gotham-Book !important;
  color: #6d6e71 !important;
}
.type-image-round {
  flex-direction: column !important;
  justify-content: flex-start !important;
}
.option-label {
  width: auto !important;
  margin-bottom: 0px !important;
}
.option-label span {
  font-size: 12px !important;
  letter-spacing: 0px !important;
  padding-left: 0px !important;
}
textarea.form-element {
  min-height: auto !important;
}
h2::after {
  content: none !important;
}
.z-cart-holder {
  max-width: 1060px !important;
}
.rmq-4d304241.z-striped-row.z-with-hover
  > div:first-child
  > div:first-child
  > span {
  font-size: 11px !important;
}

#zuppler-menu .menu-items,
.search-items-group {
  grid-template-columns: repeat(6, minmax(135px, 1fr)) !important;
}
.z-menu-item {
  grid-column: span 2;
}

/* 2 orphan items */

.z-menu-item:last-child:nth-child(3n - 1) {
  grid-column-end: -2;
}

.z-menu-item:nth-last-child(2):nth-child(3n + 1) {
  grid-column-end: 4;
}

/* 1 orphan */

.z-menu-item:last-child:nth-child(3n - 2) {
  grid-column-end: 5;
}

/* 
@media (max-width: 30em) {
  .with-modal header {
    display: none !important;
  }
}

.js.csstransforms.csstransitions .revealed {
  transform: initial !important;
}
.site-header-desktop-primary[data-header-sticky].site-header-desktop-primary--collapsed {
  position: absolute !important;
}
.site-header-desktop-primary[data-header-sticky] {
  position: static !important;
  z-index: 0 !important;
}
.site-footer-desktop-primary[data-footer-sticky],
.site-header-desktop,
.site-footer-desktop-primary .social-accounts,
.site-footer-desktop-primary .site-nav,
.site-footer-desktop-secondary {
  position: static !important;
}
.mobi-footer.mobi-footer--sticky,
.z-location-addr {
  display: none !important;
} 
.z-location-name {
  font-size: 18px !important;
}
.site-header-mobi--collapse .site-header-mobi {
  position: absolute !important;
}
header.site-header {
  height: 0 !important;
}
.site-header-spacer-desktop,
.site-header-spacer-mobile {
  display: none !important;
}
.site-content__main {
  margin-top: 150px;
}
body.basic-template {
  background-color: #fff !important;
}
.site-powered-by a {
  color: #000 !important;
}*/
