.os-breadcrumb-wrap,
.woocommerce-store-notice,
footer.footer,
.header-inner,
.ft-product-row .ft-product-desc,
.ft-product-row .ft-product-allergens,
.orchid-backtotop,
.woocommerce-checkout #trp-floater-ls,
.woocommerce-order-received #trp-floater-ls,
.sidebar.toggled .btn-close,
#customer_details .col-1,
#order_review_heading, #order_review,
.woocommerce-shipping-totals.shipping,
.woocommerce-form-coupon-toggle {
  display: none !important;
}

#content .__os-container__,
#content .os-row {
  padding: 0;
  margin: 0;
}

#customer_details {
  justify-content: center;
}

.default-page-wrap .editor-entry {
  padding: 0 !important;
}

.ft-main {
  height: 100vh;
}

.ft-main,
.mobile-menu {
  display: none;
}

.ft-left, .ft-mid {
  position: relative;
  overflow: hidden;
}
.ft-left::before, .ft-left::after, .ft-mid::before, .ft-mid::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 80px;
  background-color: rgba(128, 128, 128, 0.5);
  pointer-events: none;
  display: none;
  clip-path: polygon(10% 0%, 50% 70%, 90% 0%, 100% 10%, 50% 100%, 0% 10%);
}
.ft-left.fade-top::before, .ft-mid.fade-top::before {
  display: block;
  z-index: 1;
  transform: translateX(-50%) rotate(180deg);
}
.ft-left.fade-bottom::after, .ft-mid.fade-bottom::after {
  display: block;
  z-index: 1;
}
.ft-left::before, .ft-mid::before {
  top: 0;
}
.ft-left::after, .ft-mid::after {
  bottom: 0;
}

.ft-menu a:focus {
  outline: none;
}

.ft-left h4, .sidebar h4 {
  font-size: xx-large;
}

.ft-info-header {
  padding-bottom: 0;
}
.ft-info-header.has-banner {
  position: fixed;
  z-index: 1;
  width: 100vw;
}
.ft-info-header.has-banner + .ft-menu {
  margin-top: 300px;
}
.ft-info-header.has-banner + .ft-menu .sidebar.toggled {
  margin-top: 300px;
}
.ft-info-header.has-banner.checkout {
  position: static;
}

.mobile-menu, .sidebar.toggled .ft-cart-submit-button {
  height: 150px;
}

.ft-cart-submit-wrapper .ft-cart-amount {
  font-size: xx-large;
}

.mobile-menu .mobile-menu-inner button,
.ft-cart-submit button div {
  font-size: xx-large;
}

#btn-cart .item-count-wrapper {
  left: -37px;
  margin-right: -24px;
}
#btn-cart .item-count-wrapper .item-count {
  font-size: 22px;
  height: 28px;
  min-width: 28px;
  width: auto;
}

.ft-menu {
  margin-top: 300px;
  margin-bottom: 150px;
}

.ft-left {
  position: fixed;
  width: 172px;
  height: 1470px;
  margin-top: 300px;
  border-bottom: solid 1px white;
}
.ft-left dd {
  margin-bottom: 15px;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.ft-left .ft-cats dl {
  margin-bottom: 15px;
}

.scroll-content {
  height: 100%;
  overflow-y: auto;
}

.categorie {
  margin-top: 0;
}

.product-cat-description {
  font-size: x-large;
}

body {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 0.5em;
}

.ft-mid {
  position: fixed;
  right: 0;
  width: 906px;
  height: 1470px;
  overflow-x: hidden;
}

.ft-products .ft-products-body {
  flex-direction: row;
  flex-wrap: wrap;
}
.ft-products .ft-products-body.columns1 .ft-product-row {
  width: 100%;
}
.ft-products .ft-products-body.columns2 .ft-product-row {
  width: 48.95%;
}
.ft-products .ft-products-body.columns3 .ft-product-row {
  width: 32.25%;
}
.ft-products .ft-products-body.columns4 .ft-product-row {
  width: 23.9%;
}
.ft-products .ft-products-body.columns5 .ft-product-row {
  width: 18.95%;
}
.ft-products .ft-product-row {
  height: 187px;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ft-products .ft-product-row:hover {
  background-color: #fff;
}
.ft-products .ft-product-row .ft-details .ft-product-name {
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 3px;
  font-size: x-large;
  font-weight: bold;
  text-transform: uppercase;
}
.ft-products .ft-product-row .ft-details .ft-product-name .ft-sku {
  display: none;
}
.ft-products .ft-product-row .ft-details .ft-price {
  position: absolute;
  top: 2px;
  right: 8px;
  font-size: large;
}
.ft-products .ft-product-row .ft-details.no-image {
  margin-right: 0;
}
.ft-products .ft-product-row .ft-details.has-image {
  width: 100%;
  white-space: nowrap;
}
.ft-products .ft-product-row .ft-photowrapper img {
  margin-bottom: -3px;
  border-radius: 10px;
}
.ft-products .ft-product-row .ft-cellright {
  top: 8px;
  left: 8px;
  right: inherit;
  bottom: inherit;
}
.ft-products .ft-product-row .ft-cellright .ft-plusminbuttons .ft_round_button {
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.ft-products .ft-product-row .ft-cellright .ft-plusminbuttons .btn-plus {
  display: none;
}
.ft-products .ft-product-row .ft-cellright .ft-plusminbuttons.has-quantity .btn-plus {
  display: flex;
}

.ft-cart-list .ft-cart-line:nth-of-type(2) {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.ft-cart-list .item-title .description {
  font-size: xx-large;
  font-weight: bold;
  text-transform: uppercase;
}
.ft-cart-list .item-side {
  font-size: x-large;
}
.ft-cart-list .subtotal {
  font-size: x-large;
}
.ft-cart-list .qty.ft_round_button {
  font-size: x-large;
}
.ft-cart-list .product-qty {
  width: auto !important;
  font-size: large;
}
.ft-cart-list .product-qty .qty {
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-right: 10px;
}

.ft_round_button {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50px;
}

.ft-toast {
  font-size: xx-large !important;
  margin-bottom: 100px;
}

.swal-overlay .swal-modal {
  width: 75%;
}
.swal-overlay .swal-modal .swal-title {
  font-size: xxx-large;
}
.swal-overlay .swal-modal .swal-text {
  font-size: xx-large;
}
.swal-overlay .swal-modal .swal-button {
  height: 120px;
  font-size: xxx-large;
}

.left-cat-block {
  border: none;
}

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

.left-cat-block.has-image .left-cat-name {
  margin-top: -5px;
  background: inherit;
}

.left-cat-name {
  font-size: large;
  color: white;
  overflow-y: hidden;
}

.swal-overlay:has(.kiosk-welcome, .out-of-order, .terminal-error) {
  background-color: transparent;
}

.polyorder-not-open {
  text-align: left;
  font-size: xx-large;
  margin-left: 150px;
}
.polyorder-not-open .dl-open dt {
  width: 220px;
}

.swal-overlay #polyorder-text {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  color: white;
}
.swal-overlay .swal-modal.kiosk-welcome {
  transition: none;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin: 0;
}
.swal-overlay .swal-modal.kiosk-welcome button {
  margin: 20px;
  width: 465px;
  font-size: 60px;
  height: 400px;
  border: 20px solid;
  border-radius: 75px;
  background-color: rgba(255, 255, 255, 0);
  text-transform: uppercase;
}
.swal-overlay .swal-modal.kiosk-welcome button:focus {
  box-shadow: none;
}
.swal-overlay .swal-modal.kiosk-welcome button.single-button {
  width: 977px;
  font-size: 150px;
  font-weight: 1000;
  border-radius: 125px;
}
.swal-overlay .swal-modal.kiosk-welcome .swal-footer {
  display: flex;
  flex-direction: row;
  height: 98vh;
  align-items: center;
  justify-content: center;
}
.swal-overlay .swal-modal.kiosk-welcome .swal-footer .swal-button-container {
  align-self: flex-end;
}
.swal-overlay .swal-modal.token-keyboard .swal-button {
  display: none;
}
.swal-overlay .swal-modal.token-keyboard .keyboard {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swal-overlay .swal-modal.token-keyboard .keyboard .key {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  font-size: 100px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  border: none;
  margin-top: 10px;
}
.swal-overlay .swal-modal.token-keyboard .keyboard .key[disabled] {
  opacity: 0.5;
  cursor: default;
}
.swal-overlay .swal-modal.token-keyboard .keyboard .key_Stop {
  font-size: xxx-large;
}
.swal-overlay .swal-modal.token-keyboard .keyboard input.key {
  font-size: 100px;
  text-align: center;
  width: 410px;
  margin-left: 10px;
  border: 1px dotted black;
}

.modal .close {
  font-size: xxx-large;
}

#infoModal {
  font-size: xx-large;
}
#infoModal label, #infoModal .ft-product-desc {
  font-size: x-large;
}
#infoModal .modal-content .middle-panel .desc-panel .allergen-icon {
  width: 40px;
  height: 40px;
}
#infoModal .modal-content .middle-panel .desc-panel .ft-price {
  font-size: x-large;
}
#infoModal .modal-content .middle-panel .sides-panel select {
  font-size: x-large;
  height: 50px;
}
#infoModal .modal-content .middle-panel .sides-panel .wcpa_form_outer .wcpa_form_item .select_arrow {
  top: 25px;
}
#infoModal .modal-content .middle-panel .sides-panel .side-choice {
  margin-bottom: 10px;
}
#infoModal .modal-content .middle-panel .sides-panel .checkbox-group .wcpa_check {
  width: 20px;
  height: 20px;
}
#infoModal .modal-content .middle-panel .sides-panel .radio-group .wcpa_radio {
  height: 100px;
}
#infoModal .modal-content .middle-panel .sides-panel .radio-group .wcpa_radio input[type=radio] + label.has-price {
  align-items: center;
}
#infoModal .modal-content .middle-panel .sides-panel .radio-group .wcpa_radio img {
  max-height: 150px;
}
#infoModal .modal-content .middle-panel .sides-panel .radio-group .wcpa_radio.has-image {
  height: 220px;
}
#infoModal .modal-content .middle-panel .sides-panel .radio-group .wcpa_radio.has-image input[type=radio] + label {
  padding-top: 150px;
}
#infoModal .modal-content .bottom-panel .ft_round_button {
  height: 60px;
  width: 60px;
  border-radius: 30px;
  font-size: x-large;
}
#infoModal .modal-content .bottom-panel .qty input {
  font-size: x-large;
}

div#trp-floater-ls {
  font-size: x-large;
}

:root {
  touch-action: pan-x pan-y;
  height: 100%;
}

#btn-categories {
  display: flex;
}

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