@media only screen and (max-width: 767px) {
  /* Adjust viewport meta tag to disable zooming */
  meta[name=viewport] {
    user-scalable: no;
  }
}
.swal-content__input, .swal-content input[type=text], .swal-content input[type=number], .swal-content__textarea, #deliveryModal input {
  font-size: 16px;
}

.footer .privacy {
  font-size: smaller;
  float: right;
  text-align: right;
}

.woocommerce-store-notice.demo_store {
  border-radius: 13px;
}

.dl-open dt {
  float: left;
  width: 110px;
  font-weight: normal !important;
}

.dl-open dd {
  margin: 0 !important;
}

dt.today, dd.today {
  color: #e26143;
}

ul.shipping_zones {
  margin-left: 18px;
  margin-bottom: 0px;
}

ul.shipping_zones span.zone_postcodes {
  font-size: smaller;
}

table.shipping_zones {
  margin: 0;
}

table.shipping_zones th, table.shipping_zones td {
  padding: 6px;
}

table.shipping_zones .amount, table.shipping_zones .minimum {
  text-align: right;
}
table.shipping_zones td.postcodes {
  font-variant-numeric: tabular-nums;
  width: 120px;
}
table.shipping_zones .description {
  max-width: 158px;
}

.bezorginfo .selected {
  font-size: large;
  margin-bottom: 10px;
}

.ft-cancel-place-order-button {
  background-color: lightcoral;
}

.bezorginfo .selected strong {
  background: lightcoral;
  border-radius: 4px !important;
  padding: 5px;
}

.ft-cart-line.bites {
  color: #20522f;
}

.divider {
  border-right: 1px solid #c5c5c5;
  height: 35px;
}

.selected.location {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 7px;
}

.selected.location.vertical {
  flex-direction: column;
}

.table-label, .round-label, .time-label, .ft-open-info, .ft-info-after-open {
  display: flex;
  flex-direction: column;
  font-size: small;
  align-items: center;
}

.ft-info-after-open {
  margin-left: 10px;
  margin-top: 5px;
  width: 100%;
  align-self: baseline;
}

.ft-notices {
  display: flex;
  padding: 5px;
  gap: 10px;
}
.ft-notices .notice {
  flex: 1;
  width: 20px;
  border-radius: 10px;
  padding: 10px;
  white-space: nowrap; /* Prevents the text from wrapping to the next line */
  overflow: hidden; /* Hides the overflow text */
  text-overflow: ellipsis;
  cursor: pointer;
}
.ft-notices .notice .underline {
  text-decoration: underline dotted;
  text-decoration-thickness: from-font;
}
.ft-notices .notice svg {
  vertical-align: text-top;
}

.align-content-left .swal-content {
  text-align: left;
}

.table-nr, .round-nr, .time-left {
  padding: 0px;
  margin: -2px;
  font-size: medium;
  font-weight: bold;
}

.ft-error-message {
  font-size: medium;
  color: white;
  background: #dd0000;
  border-radius: 6px;
  padding: 8px;
  margin-bottom: 8px;
}

.round-message {
  display: none;
}

.afhaalselected .extra {
  font-size: smaller;
  padding-top: 5px;
}

.all-tooltip-text {
  display: none;
  position: absolute;
  background-color: #444;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  -webkit-transition: visibility 0.3s ease-in-out;
  -moz-transition: visibility 0.3s ease-in-out;
  -ms-transition: visibility 0.3s ease-in-out;
  -o-transition: visibility 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out;
}

.all-tooltip-box-show + .all-tooltip-text {
  display: block;
  z-index: 9;
}

.tooltip-box {
  display: inline-block;
  width: 24px;
  padding-right: 10px;
  margin-left: -2px;
}

.tooltip-box .tooltip-text {
  display: none;
  visibility: hidden;
  width: max-content;
  max-width: 500px;
  top: 100%;
  left: 0;
  border-radius: 6px;
  background-color: #444;
  color: #fff;
  text-align: left;
  padding: 6px;
  position: absolute;
  z-index: 55;
  -webkit-transition: visibility 0.3s ease-in-out;
  -moz-transition: visibility 0.3s ease-in-out;
  -ms-transition: visibility 0.3s ease-in-out;
  -o-transition: visibility 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out;
}

.tooltip-box:hover .tooltip-text {
  visibility: visible;
  display: inherit;
  -webkit-transition: visibility 0.3s ease-in-out;
  -moz-transition: visibility 0.3s ease-in-out;
  -ms-transition: visibility 0.3s ease-in-out;
  -o-transition: visibility 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out;
}

.wjecf-cols img {
  display: none;
}

input#openinghours_time_result {
  display: none;
}

.cart_totals .woocommerce-shipping-destination, .cart_totals .woocommerce-shipping-calculator {
  display: none;
}

body .orchid-backtotop {
  bottom: 60px;
  right: 6px;
  z-index: 799 !important;
}

.ft-details .quantity-button {
  border: 0px;
}

.mobile-nav-entry .sub-menu {
  display: block !important;
}

.mobile-nav-entry .sub-toggle {
  display: none !important;
}

.mobile-navigation .search-form {
  display: none;
}

.woocommerce a.added_to_cart.wc-forward {
  display: none;
}

.woocommerce-mini-cart__buttons.buttons a:first-of-type {
  display: none !important;
}

#content .widget_text .textwidget p, .footer .widget_text .textwidget p {
  margin: 0;
}

#content .widget .widget-title, .footer .widget .widget-title {
  margin-bottom: 15px;
}

.os-col.logo-col {
  max-width: 100% !important;
  flex: 0 0 90% !important;
}

.__os-page-wrap__ {
  position: inherit !important;
}

#content .__os-container__ {
  max-width: 1300px;
}

#content .os-breadcrumb-wrap {
  margin-top: 0px;
  padding: 40px 0;
}

.allergen-icon {
  width: 24px;
  height: 24px;
  margin: 5px 5px 5px 0;
}

.topbutton {
  height: 50px;
  position: relative;
  right: 0px;
  bottom: 0px;
  Z-index: 1;
  display: none;
  font-size: x-large;
}

.mini-cart {
  line-height: 24px !important;
}

button.trigger-mini-cart {
  margin-top: 5px !important;
}

.mini-cart-open.display-block {
  max-height: 80vh;
  overflow-y: scroll;
}

.woocommerce.widget_shopping_cart .cart_list li, .woocommerce ul.product_list_widget li {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  padding-left: 40px !important;
  margin-bottom: 0px !important;
}

.woocommerce.widget_shopping_cart .variation dt,
.woocommerce.widget_shopping_cart .variation dd {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.woocommerce.widget_shopping_cart ul.cart_list span.quantity {
  display: inline !important;
}

.footer .widget p {
  padding-top: 0 !important;
}

footer .widget strong {
  padding: 7px 0 0 0 !important;
}

table.ui-datepicker-calendar, div.ui-datepicker-header {
  display: none;
}

.woocommerce-billing-fields span.optional {
  display: none;
}

.mobile-navigation, .mobile-navigation-mask {
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}

.mobile-navigation, .canvas-container-entry {
  overflow-x: clip;
}

img.custom-logo {
  max-height: 100px;
  width: auto;
}

.woocommerce-thankyou-order-failed, .woocommerce-thankyou-order-failed-actions {
  display: none;
}

@media screen and (max-width: 1100px) {
  .content-col, .col-desktop-8,
  .col-lg-12 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  #page .mobile-navigation {
    width: 240px;
  }
  .masterheader {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 800;
    height: 110px;
    max-height: 110px;
  }
  .masterheader .site-branding {
    padding-left: 40px;
    height: 65px;
    display: flex;
    align-items: center;
  }
  .masterheader .menu-toggle {
    display: block;
    margin-top: -80px;
    z-index: 801;
  }
  .masterheader .menu-toggle .hamburger-bar {
    background-color: #363636;
  }
  img.custom-logo {
    max-height: 85px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .header-style-1 .header-inner .branding {
    max-width: 400px;
  }
}
.default-page-wrap .editor-entry {
  padding-top: 15px;
}

@media screen and (max-width: 575px) {
  .os-breadcrumb-wrap {
    margin-bottom: 0;
  }
  .round-message {
    font-size: small;
  }
  .woocommerce-page form .woocommerce-billing-fields,
  .woocommerce-page form .woocommerce-shipping-fields,
  .woocommerce-page form .woocommerce-additional-fields,
  .woocommerce-page form .woocommerce-checkout-review-order {
    padding: 15px;
    margin-bottom: 0;
  }
  .default-page-wrap .editor-entry {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 500px) {
  #trp-floater-ls.trp-top-right {
    left: 60%;
  }
}
.default-page-wrap .editor-entry {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bill .linetotal, .bill .date td {
  text-align: right;
}

.bill .subtotal td, .bill .total td, .bill .to_pay td {
  font-weight: bold;
}

.site-navigation a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: white;
}

.left-cat-block {
  width: 152px;
  border: 1px solid rgba(0, 0, 0, 0.1254901961);
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.left-cat-img {
  height: 150px;
  width: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}

.left-cat-block.has-image .left-cat-name {
  margin-top: -30px;
  margin-bottom: 0px;
  background: rgba(255, 255, 255, 0.6901960784);
  border-radius: 5px;
  padding: 2px;
}

.left-cat-block.no-image {
  min-height: 25px;
}

.left-cat-name {
  text-align: center;
  font-weight: bold;
}

.categorie {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1254901961);
  border-radius: 10px;
  background-color: #fff;
}

.categorie h4 {
  font-size: xx-large;
}

.categorie.no-description {
  border: none;
  margin-bottom: 0px;
  background-color: #f5f5f5;
}

.categorie.no-description .image {
  margin-bottom: 10px;
}

.categorie .image {
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
  border-radius: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}

.categorie .image h4 {
  background: rgba(255, 255, 255, 0.6901960784);
}

.categorie .no-image h4 {
  margin-top: 10px;
}

.categorie.no-description .no-image h4 {
  margin-bottom: 10px;
}

.product-cat-description {
  text-align: center;
  font-size: smaller;
  padding: 10px;
}

.ft-bill button {
  margin: 10px 5px;
}
.ft-bill h4 {
  margin: 5px;
}
.ft-bill table.bill {
  margin-top: 5px;
  margin-bottom: 5px;
}

button#bill {
  font-size: medium;
}

* {
  touch-action: manipulation;
  user-select: none;
}

.video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

#background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div#content, .site-content .content-area .editor-entry {
  background-color: #f5f5f5;
}

.site-content .content-area .editor-entry {
  border: none;
}

#page .header-style-1 {
  margin-bottom: 0px;
}

div#saved {
  margin-bottom: 20px;
}

.ft-notification-container {
  margin-bottom: 20px;
}

.ft-main {
  display: flex;
  flex-direction: column;
}

.ft-main.ft-restaurant {
  display: none;
}

.ft-main.ft-readonly {
  display: flex;
}

.ft-menu {
  display: flex;
  flex-direction: row;
}

.ft-info-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 25px;
  flex-wrap: wrap;
}

.delivery-areas-title {
  font-weight: bold;
}

.infotext-after-delivery {
  font-size: medium;
  white-space: normal;
}

.ft-open-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
  min-width: 200px;
  align-self: start;
  width: 100%;
}
.ft-open-info .ft-site-name {
  font-weight: bold;
}
.ft-open-info .takeaway-delivery-choice {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ft-open-info .takeaway-or-delivery {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.ft-open-info span {
  padding-left: 4px;
  padding-right: 4px;
}
.ft-open-info .selector {
  width: 50%;
  text-align: center;
  white-space: nowrap;
  padding: 10px;
  margin-left: 5px;
  border-radius: 10px;
  border: 1px solid #c5c5c5;
  background-color: #f5f5f5;
}
.ft-open-info .selector span {
  font-size: medium;
}
.ft-open-info .selected-yes {
  background-color: white;
  border-color: gray;
}

.qrscanner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qrscanner button {
  border-radius: 10px;
}

.ft-left {
  width: 200px;
  flex-direction: column;
  max-height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.ft-left .ft-cats {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-right: 17px;
  box-sizing: content-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ft-left .ft-cats::-webkit-scrollbar {
  display: none;
}
.ft-left .ft-cats dl {
  margin-bottom: 102px;
}

.ft-left h4, .sidebar h4, #swappable-navigation h4 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.inner-page-wrap {
  padding-bottom: 0 !important;
}

#swappable-navigation h4 {
  margin-top: 20px;
}

.ft-left dd {
  font-size: small;
  margin-bottom: 15px;
}

.ft-menu .ft-left a {
  text-decoration: none;
}

.ft-sliders {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0px;
  background-color: #f5f5f5;
  z-index: 5;
  margin: -10px 0 0 -10px;
  box-shadow: 0 10px 20px -20px gray;
}

.ft-slider {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: auto;
  white-space: nowrap;
  font-size: small;
  height: 42px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ft-slider::-webkit-scrollbar {
  display: none;
}
.ft-slider.tag-slider {
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .ft-sliders {
    top: 110px;
  }
}
.ft-slider.cat-slider .cat-button:first-child {
  padding-left: 10px;
}

.ft-slider .cat-button {
  display: flex;
}
.ft-slider .cat-button a {
  text-decoration: none;
  color: #444;
  border-radius: 15px;
  padding: 8px;
}
.ft-slider .cat-button a:active, .ft-slider .cat-button .ft-slider .cat-button a:hover, .ft-slider .cat-button .ft-slider .cat-button a:focus {
  color: #444;
  outline: none;
}

.ft-sideprice {
  color: #787878;
  font-size: smaller;
  white-space: nowrap;
}

.wcpa_radio .ft-sideprice {
  position: absolute;
  right: 5px;
  bottom: 0;
}

.ft-price {
  color: #787878;
  margin-top: auto;
}

.ft-mid {
  flex-direction: column;
  width: 570px;
  position: relative;
}
.ft-mid a {
  scroll-margin-top: 160px;
}

a.button.ft-loading {
  opacity: 0.25;
}

.pinform .error {
  color: red;
}

p.zip-status.error {
  color: red;
}

p.zip-status.success {
  color: green;
}

.ft-plusminbuttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ft-right {
  float: right;
}

.ft-round {
  text-align: center;
  min-width: 30px;
  background: rgb(28, 181, 60);
  border-radius: 15px !important;
  font-size: 14px;
  padding: 9px 9px !important;
  white-space: nowrap;
  display: block;
  color: white;
  text-transform: uppercase;
}

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

.ft-cellright {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.ft-cellright a.added_to_cart {
  display: none !important;
}

.ft-leftmargin {
  margin-left: 10px;
}

.ft-del.button.ft-round {
  background-color: #ec9885;
}

.ft-qty.button.ft-round {
  background-color: white;
  border-color: #e26143;
  color: #e26143;
  border-style: solid;
  font-weight: 600;
  border-width: 1px;
}

.woocommerce a.button.added::after {
  content: "";
  margin-left: 0;
}

.ft-product-name {
  font-weight: bold;
}
.ft-product-name .ft-sku {
  font-weight: normal;
  color: #787878;
}

.ft-products-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ft-upsellproducts {
  margin-top: 10px;
  margin-bottom: -10px;
}

.ft-product-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  min-height: 50px;
  align-items: stretch;
  border-radius: 10px;
  padding: 15px;
  border: solid 1px rgba(0, 0, 0, 0.1254901961);
  background-color: #fff;
}
.ft-product-row.hide-allergen {
  display: none;
}
.ft-product-row:hover {
  background-color: #f5f5f5;
}

.ft-readonly .ft-products .ft-plusminbuttons a:hover {
  cursor: not-allowed;
}

.ft-details {
  display: flex;
  flex-direction: column;
}
.ft-details.no-image {
  margin-right: 30px;
}
.ft-details .ft-product-desc {
  font-size: small;
}

.editor-entry p {
  margin-bottom: 0 !important;
}

.ft-photowrapper {
  padding: 0;
  margin: 0;
}
.ft-photowrapper img {
  min-height: 16px;
  min-width: 16px;
  max-width: 140px;
  max-height: 160px;
  float: none;
  padding: 0;
  margin-left: 5px;
  border-radius: 10px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
}
.modal .modal-content {
  background-color: #fff;
  border-radius: 13px;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 800px;
  overflow-y: auto;
}
.modal .close {
  color: #888;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -18px;
}
.modal .close:hover, .modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#deliveryModal {
  background-color: rgba(0, 0, 0, 0.4);
}
#deliveryModal .modal-content {
  border-radius: 5px;
  max-width: 478px;
}

#infoModal .modal-content {
  max-height: 85vh;
  display: flex;
  flex-direction: column;
}
#infoModal .modal-content .top-panel {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  justify-content: space-between;
}
#infoModal .modal-content .top-panel .top-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
#infoModal .modal-content .desc-panel {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#infoModal .modal-content .desc-panel .desc-left {
  display: flex;
  flex-direction: column;
}
#infoModal .modal-content .desc-panel .desc-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 50%;
}
#infoModal .modal-content .desc-panel .desc-right .ft-photowrapper img {
  height: auto;
  width: 100%;
  max-width: none;
  max-height: none;
  float: right;
}
#infoModal .modal-content .middle-panel {
  flex: 1 1 auto; /* Allow this div to grow and shrink */
  overflow-y: auto; /* Enable vertical scrolling if needed */
  display: flex;
  flex-direction: column;
}
#infoModal .modal-content .middle-panel .sides-panel {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 0;
  background: #f5f5f5;
  border-radius: 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#infoModal .modal-content .middle-panel .sides-panel::-webkit-scrollbar {
  display: none;
}
#infoModal .modal-content .middle-panel .sides-panel input[type=checkbox] + label,
#infoModal .modal-content .middle-panel .sides-panel input[type=radio] + label {
  font-weight: 400;
}
#infoModal .modal-content .middle-panel .sides-panel .wcpa_form_item select:disabled {
  border-radius: 10px;
}
#infoModal .modal-content .middle-panel .sides-panel .radio-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
}
#infoModal .modal-content .middle-panel .sides-panel .radio-group .wcpa_check {
  display: none !important;
}
#infoModal .modal-content .middle-panel .sides-panel .radio-group .wcpa_radio {
  width: 24%;
  min-width: 99px;
  height: auto;
  min-height: 50px;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
#infoModal .modal-content .middle-panel .sides-panel .radio-group .wcpa_radio.force3columns {
  width: 32%;
}
#infoModal .modal-content .middle-panel .sides-panel .radio-group .wcpa_radio img {
  position: absolute;
  width: auto;
  height: auto;
  max-height: 100px;
  z-index: 10;
  padding: 2px;
  cursor: pointer;
}
#infoModal .modal-content .middle-panel .sides-panel .radio-group .wcpa_radio.has-image {
  height: 150px;
  display: flex;
  flex-direction: column;
}
#infoModal .modal-content .middle-panel .sides-panel .radio-group .wcpa_radio.has-image input[type=radio] + label {
  padding-top: 100px;
}
#infoModal .modal-content .middle-panel .sides-panel .radio-group .wcpa_radio input[type=radio] + label {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #CCC;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#infoModal .modal-content .middle-panel .sides-panel .radio-group .wcpa_radio input[type=radio] + label.has-price {
  align-items: flex-start;
}
#infoModal .modal-content .middle-panel .sides-panel .radio-group .wcpa_radio input[type=radio] + label:hover {
  background: rgba(221, 221, 221, 0.5019607843);
}
#infoModal .modal-content .middle-panel .sides-panel .radio-group .wcpa_radio input[type=radio]:checked + label {
  background: white;
}
#infoModal .modal-content .bottom-panel {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}
#infoModal .modal-content .bottom-panel .ft_round_button {
  height: 52px;
  width: 52px;
}
#infoModal .modal-content .bottom-panel .ft-plusminbuttons {
  width: 200px;
  margin-right: 20px;
}
#infoModal .modal-content .bottom-panel .ft-plusminbuttons input[name=quantity] {
  padding: 0;
  border: 0;
  background: transparent;
}
#infoModal .modal-content .bottom-panel .otherbuttons {
  flex-grow: 1;
}
#infoModal .modal-content .bottom-panel .otherbuttons .btn-add {
  width: 100%;
}

.ft-toast {
  margin-bottom: 57px;
}

#swappable-navigation .close-menu-wrapper {
  display: flex;
}

.nav.history-orders {
  padding-right: 12px;
}
.nav.history-orders .history-order {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.nav.history-orders .history-order .history-order-line {
  display: flex;
  flex-direction: column;
  padding: 8px;
  border: 1px solid #e0e0e0;
  border-bottom: 0px;
}
.nav.history-orders .history-order .history-order-line:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #e0e0e0;
}
.nav.history-orders .history-order .history-order-line:last-of-type {
  border: 1px solid #e0e0e0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nav.history-orders .history-order .history-order-line .history-line-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.nav.history-orders .history-order .history-order-line .history-line-main .ft-price {
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.nav.history-orders .history-order .history-order-line .history-order-sides {
  display: flex;
  flex-direction: column;
}
.nav.history-orders .history-order .history-order-line .history-order-sides .history-order-side {
  padding-left: 20px;
}

.history-order-guests, .item-guests {
  gap: 3px;
  display: flex;
  flex-wrap: wrap;
}
.history-order-guests .guest-badge, .item-guests .guest-badge {
  display: flex;
  font-size: 0.75rem;
  background-color: #e0e0e0;
  border-radius: 5px;
  padding-left: 3px;
  padding-right: 3px;
}
.history-order-guests .guest-badge .description, .item-guests .guest-badge .description {
  max-width: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.history-order-guests .guest-badge .qty, .item-guests .guest-badge .qty {
  font-weight: bold;
  padding-left: 3px;
}

.mobile-menu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9997;
  width: 100%;
  height: 55px;
}
.mobile-menu .mobile-menu-inner {
  width: 100%;
  display: inherit;
}
.mobile-menu .mobile-menu-inner button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  border: none;
  width: 50%;
}
.mobile-menu .mobile-menu-inner button svg {
  margin-right: 10px;
}

.show-mobile-categories {
  display: none;
}

button.disabled {
  opacity: 0.5;
}

#btn-categories {
  border-right: solid 1px;
  display: none;
}

#btn-cart svg {
  min-width: 20px;
  margin-right: 5px;
}

#btn-cart .item-count {
  min-width: 16px;
}

#btn-cart .item-count-wrapper {
  position: relative;
  top: 8px;
  left: -25px;
  margin-right: -15px;
}

.bite-info {
  display: flex;
  flex-direction: column;
  height: 20px;
  padding: 5px;
  font-size: smaller;
  align-items: center;
}
.bite-info .bite-count-wrapper, .bite-info .max-bites-wrapper {
  display: flex;
}
.bite-info .bites-round-countdown {
  font-size: x-small;
  padding-top: 4px;
}
.bite-info .bite-count {
  padding-right: 3px;
}
.bite-info .max-bites {
  padding-left: 3px;
  padding-right: 3px;
}
.bite-info.error .bite-count-wrapper {
  background: red;
}

#btn-cart .item-count-wrapper .item-count {
  background: #fff;
  height: 15px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 99px;
  padding: 2px;
  transition: all 0.3s;
  transition-delay: 0.4s;
}

.close-menu-wrapper {
  height: 0px;
  width: 100%;
  left: 0px;
  top: 12px;
  position: relative;
  z-index: 9996;
  display: none;
  padding-right: 10px;
  justify-content: flex-end;
}

#swappable-navigation .close-menu-wrapper {
  padding-right: 0;
}

.btn-close {
  z-index: 13;
  padding: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  cursor: pointer;
  border-radius: 99px;
  transition: all 0.3s;
  background-color: white;
  opacity: 0.8;
}
.btn-close img {
  opacity: 0.5;
}
.btn-close img:hover {
  opacity: 1;
}

.ft-cart-list .ft-cart-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid #e0e0e0;
  scroll-margin-bottom: 65px;
  scroll-margin-top: 100px;
  padding: 20px;
}
.ft-cart-list .ft-cart-line.hidden {
  display: none;
}
.ft-cart-list .ft-cart-line:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.ft-cart-list .ft-cart-line:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media screen and (max-width: 575px) {
  .ft-cart-list .ft-cart-line {
    padding: 10px;
  }
  .woocommerce-product-gallery__image--placeholder {
    display: none;
  }
  button#bill {
    font-size: small;
  }
  .ft-mid {
    width: 100%;
  }
  .ft-photowrapper img {
    max-width: 100px;
    max-height: 100px;
    margin-right: -4px;
    border-bottom-right-radius: 20px;
  }
  .ft-details {
    padding-left: 5px;
    overflow-x: auto;
  }
  .ft-product-row {
    padding: 5px 10px 5px 5px;
  }
  .ft-cellright {
    right: 8px;
    bottom: 8px;
  }
  .secondary-widget-area .widget_shopping_cart {
    display: none;
  }
}
.ft-cart-list .cartitem-image {
  width: 150px;
  margin-right: 40px;
}
.ft-cart-list .cartitem-left {
  display: flex;
  flex-direction: row;
}
.ft-cart-list .cartitem-left .cartitem-descriptions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ft-cart-list .cartitem-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.ft-cart-list .item-title {
  display: flex;
}
.ft-cart-list .item-title .description {
  font-weight: 600;
}
.ft-cart-list .item-side {
  display: flex;
  font-size: smaller;
}
.ft-cart-list .item-controls {
  display: flex;
  justify-content: space-between;
}
.ft-cart-list .product-qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100px;
  padding-top: 6px;
}

.ft_round_button {
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 20px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ft_round_button.btn-plus {
  outline: white solid;
}

.ft-product-row .ft-cellright .ft-plusminbuttons {
  width: 30px;
  transition: visibility 0.2s;
}
.ft-product-row .ft-cellright .ft-plusminbuttons .btn-min, .ft-product-row .ft-cellright .ft-plusminbuttons .qty {
  display: none;
}
.ft-product-row .ft-cellright .ft-plusminbuttons .qty {
  cursor: inherit;
}
.ft-product-row .ft-cellright .ft-plusminbuttons.has-quantity {
  width: 105px;
}
.ft-product-row .ft-cellright .ft-plusminbuttons.has-quantity .qty, .ft-product-row .ft-cellright .ft-plusminbuttons.has-quantity .btn-min {
  display: flex;
}

.ft-cart-submit-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.ft-place-order-caption-amount {
  padding: 5px;
}

.ft-loader {
  height: 300px;
}

.sidebar-wrapper {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  margin-left: 15px;
}

.sidebar {
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 1100px) {
  .sidebar {
    max-width: none;
  }
}
.sidebar-inner {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0px;
  max-height: 100vh;
  overscroll-behavior-y: contain;
  padding: 20px 20px 80px;
  margin-bottom: 55px;
  -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.sidebar-inner::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}

.ft-cart-list {
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.ft-cart-list::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}

.ft-cart-submit-wrapper {
  position: sticky;
  bottom: 0px;
  background: #fff;
  padding: 10px;
  width: 100%;
}
.ft-cart-submit-wrapper .ft-cart-amount {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2px;
  margin-left: 10px;
  margin-right: 10px;
}
.ft-cart-submit-wrapper .total {
  font-weight: bold;
}

.ft-cart-submit {
  display: flex;
  align-items: stretch;
}

.sidebar .ft-back-to-order {
  width: 50%;
  height: auto;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  border-right: 1px solid white;
  display: none;
}

@media screen and (max-width: 1100px) {
  .sidebar.toggled .ft-back-to-order {
    display: flex;
  }
  .ft-mid {
    width: 100%;
  }
  .ft-slider {
    max-width: 611px;
  }
  .mobile-menu {
    display: flex;
  }
  .mobile-menu .mobile-menu-inner button, .ft-cart-submit-button,
  .ft-cart-submit button div {
    font-size: 12.5px;
  }
  .ft-cart-submit-button .ft-place-order-caption-amount {
    line-height: 1.3;
  }
  .ft-cart-submit-button .bite-info div {
    line-height: 0.7;
  }
  div.footer-bottom {
    padding-bottom: 80px;
  }
  .sidebar {
    display: none;
    margin-top: 0;
  }
  .sidebar.toggled {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .sidebar.toggled .close-menu-wrapper,
  .sidebar.toggled .ft-back-to-order {
    display: flex;
  }
  .sidebar.toggled .sidebar-inner {
    width: 100%;
    height: 100%;
    top: 0;
    padding: 20px;
    justify-content: space-between;
  }
  .sidebar.toggled .ft-cart-submit-wrapper {
    padding: 0;
    position: inherit;
  }
  .sidebar.toggled .ft-cart-submit-button {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .ft-left {
    display: none !important;
  }
  #btn-categories {
    display: flex;
  }
  .show-mobile-categories {
    width: 0px;
    height: 0px;
    display: inherit;
  }
  .backdrop {
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
    overflow: hidden;
    border-radius: 0;
    border-width: 0;
    border-style: none;
    border-color: transparent;
    box-shadow: none;
    display: flex;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    align-items: center;
    justify-content: center;
  }
  .show-mobile-categories .backdrop {
    display: none;
  }
  .show-mobile-categories.open .backdrop {
    display: flex;
  }
  .show-mobile-categories .product-categories {
    min-width: 300px;
    transition: all 0.3s;
    display: inline;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 0vh;
    background: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-left: 10px;
    padding-right: 5px;
    border: 4px;
    z-index: 9;
    box-shadow: 0px 4px 23px 7px rgba(0, 0, 0, 0.08);
  }
  .show-mobile-categories.open .product-categories {
    max-height: 75vh;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .show-mobile-categories .product-categories .main {
    height: 100%;
    padding-left: 5px;
    z-index: 9;
    position: sticky;
    top: 101px;
    margin: 0px;
    list-style: none;
  }
  .show-mobile-categories .product-categories .nav {
    max-height: 75vh;
    height: 100% !important;
    display: block;
    position: inherit;
    overflow: auto;
  }
  .show-mobile-categories.open .nav {
    padding-bottom: 65px;
  }
  .show-mobile-categories .product-categories ul li {
    text-align: left;
    font-weight: 400;
    padding-right: 5px;
    color: black;
    padding-left: 30px;
    position: relative;
    margin: 0;
    cursor: pointer;
    line-height: 40px;
  }
  .show-mobile-categories .product-categories ul li:before {
    background-color: #d9d9d9;
    width: 1px;
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 9px;
  }
  .show-mobile-categories .product-categories ul li:first-of-type:before {
    top: 15px;
  }
  .show-mobile-categories .product-categories ul li:last-of-type:before {
    bottom: 15px;
  }
  .show-mobile-categories .product-categories ul li a {
    color: #000000;
    text-decoration: none;
  }
  .show-mobile-categories .product-categories ul li:after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' fill='%23ccc' viewBox='0 0 32 32' focusable='false'%3E%3Ccircle stroke='none' cx='20' cy='20' r='10'%3E%3C/circle%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 9px;
    width: 15px;
    height: 15px;
  }
}
.ft-filter-centerer {
  justify-self: center;
  margin-top: 10px;
}
.ft-filter-centerer .ft-filter-container {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
.ft-filter-centerer .ft-filter-container .ft-allergenfilter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ft-filter-centerer .ft-filter-container .ft-allergenfilter input[type=checkbox] {
  margin: 8px;
}

.ft-dark-mode #content, .ft-dark-mode .masterheader, .ft-dark-mode .editor-entry, .ft-dark-mode .sidebar, .ft-dark-mode .sidebar, .ft-dark-mode .ft-mid, .ft-dark-mode .ft-sliders, .ft-dark-mode .ft-cart-submit-wrapper, .ft-dark-mode .ft-plusminbuttons .qty.ft_round_button,
.ft-dark-mode .woocommerce-customer-details address, .ft-dark-mode form.checkout_coupon, .ft-dark-mode form.login, .ft-dark-mode form.register, .ft-dark-mode .woocommerce-account .woocommerce-MyAccount-content, .ft-dark-mode .cart-collaterals .cart_totals, .ft-dark-mode .wishlist_table,
.ft-dark-mode .woocommerce ul.order_details, .ft-dark-mode .woocommerce-MyAccount-navigation, .ft-dark-mode .woocommerce-additional-fields, .ft-dark-mode .woocommerce-billing-fields, .ft-dark-mode .woocommerce-cart-form,
.ft-dark-mode .woocommerce-checkout-review-order, .ft-dark-mode .woocommerce-order-details, .ft-dark-mode .woocommerce-shipping-fields, .ft-dark-mode form .form-row.create-account {
  background-color: #3a3939 !important;
  color: white;
}
.ft-dark-mode .ft-price, .ft-dark-mode .ft-product-name .ft-sku {
  color: #878787;
}
.ft-dark-mode .ft-slider .cat-button a, .ft-dark-mode .ft-slider .cat-button a:active, .ft-dark-mode .ft-slider .cat-button .ft-slider .cat-button a:hover, .ft-dark-mode .ft-slider .cat-button .ft-slider .cat-button a:focus {
  color: #BBB;
}
.ft-dark-mode .ft-product-row:hover {
  background-color: #080808;
}
.ft-dark-mode .woocommerce table thead th {
  background-color: #030303;
}

/*# sourceMappingURL=foodtown.css.map */
