@font-face {
  font-family: Checkout;
  src: url('../fonts/Checkout.eot') format("embedded-opentype"), url('../fonts/Checkout.woff') format("woff"), url('../fonts/Checkout.ttf') format("truetype"), url('../fonts/Checkout.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Sidebar;
  src: url('../fonts/Sidebar.eot') format("embedded-opentype"), url('../fonts/Sidebar.woff') format("woff"), url('../fonts/Sidebar.ttf') format("truetype"), url('../fonts/Sidebar.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Topbar;
  src: url('../fonts/Topbar.eot') format("embedded-opentype"), url('../fonts/Topbar.woff') format("woff"), url('../fonts/Topbar.ttf') format("truetype"), url('../fonts/Topbar.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Alert;
  src: url('../fonts/Alert.eot') format("embedded-opentype"), url('../fonts/Alert.woff') format("woff"), url('../fonts/Alert.ttf') format("truetype"), url('../fonts/Alert.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Buttons;
  src: url('../fonts/buttons.eot') format("embedded-opentype"), url('../fonts/buttons.woff') format("woff"), url('../fonts/buttons.ttf') format("truetype"), url('../fonts/buttons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Content;
  src: url('../fonts/Content.eot') format("embedded-opentype"), url('../fonts/Content.woff') format("woff"), url('../fonts/Content.ttf') format("truetype"), url('../fonts/Content.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Quantity;
  src: url('../fonts/Quantiry.eot') format("embedded-opentype"), url('../fonts/Quantiry.woff') format("woff"), url('../fonts/Quantiry.ttf') format("truetype"), url('../fonts/Quantiry.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Config;
  src: url('../fonts/Config.eot') format("embedded-opentype"), url('../fonts/Config.woff') format("woff"), url('../fonts/Config.ttf') format("truetype"), url('../fonts/Config.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

:root {
  --dark: #0e0d35;
  --border: #dbdcdd;
  --white: white;
  --buttons-bg: #f1f1f1;
  --main: #5855ff;
  --shadow: #e3e9fa;
  --overlay: #00000073;
  --placeholder: #999;
  --red: #ff5655;
  --background-2: #f3f6fc;
  --green: #25a244;
  --lime: #dcf0e1cc;
  --background-1: #f9fafc;
  --linx: #c9d7f0;
  --glow-icon-bg: #eaefff;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

body {
  color: var(--dark);
  letter-spacing: .3px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.main-wrapper {
  height: 100svh;
  min-height: 100svh;
  max-height: 100svh;
  display: flex;
}

.main-wrapper.no-flex {
  display: block;
}

.sidebar {
  z-index: 15;
  border-right: 1px solid var(--border);
  background-color: var(--white);
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.content {
  border-right: 1px solid var(--border);
  flex: 1;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-top: 68px;
  position: relative;
}

.checkout {
  z-index: 1;
  background-color: var(--white);
  flex: none;
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
}

.checkout._5000 {
  width: 65%;
  min-width: 65%;
  max-width: 65%;
}

.logo {
  height: 68px;
  padding-top: 8px;
  padding-left: 4px;
}

.menu {
  background-color: var(--white);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 5vh;
  position: relative;
  overflow: hidden;
}

.topbar {
  z-index: 2;
  border-bottom: 1px solid var(--border);
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  height: 68px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.topbar.in-page-mobilie {
  margin-bottom: 24px;
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 23px;
  position: relative;
}

.topbar.no-border {
  border-bottom-style: none;
}

.topbar.no-border._0 {
  background-color: #fff0;
}

.categorias {
  height: 100%;
}

.categoria-menu {
  z-index: 1;
  border-bottom: 1px solid var(--border);
  flex-wrap: nowrap;
  align-items: center;
  height: 68px;
  padding-left: 16px;
  padding-right: 8px;
  display: flex;
  position: absolute;
  inset: 0 0% auto;
  overflow: auto;
}

.categorias-content {
  height: 100%;
  padding-top: 68px;
}

.categoria-link {
  border: 1px solid var(--border);
  background-color: var(--buttons-bg);
  border-radius: 200px;
  flex: none;
  align-items: center;
  height: 40px;
  margin-right: 8px;
  padding: 0 24px;
  font-size: 14px;
  display: flex;
}

.categoria-link:hover {
  background-color: var(--border);
}

.categoria-link.w--current {
  background-color: var(--main);
  color: var(--white);
  border-color: #0000;
}

.checkout-form {
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
}

.resumo-cta {
  background-color: var(--white);
  border-top: 1px solid #0000;
  padding-top: 24px;
}

.resumo-cta.fixo {
  border-top-style: none;
  border-top-color: var(--shadow);
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 2px 5px 6px #00000012;
}

.checkout-cta, .form-field-wrap {
  display: none;
}

.checkout-wrapper {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 100%;
  padding-top: 60px;
  display: flex;
}

.checkout-topbar {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-left: 16px;
  padding-right: 8px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.checkout-topbar.smaller {
  padding-top: 8px;
  padding-bottom: 12px;
}

.overlay {
  z-index: 10;
  background-image: linear-gradient(to bottom, var(--overlay), var(--overlay));
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.go-home {
  background-color: var(--white);
  width: 40px;
  height: 40px;
  color: var(--dark);
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  font-family: Topbar, sans-serif;
  text-decoration: none;
  transition: all .1s;
  display: flex;
}

.go-home:hover {
  border-color: var(--border);
}

.open-checkout {
  display: none;
}

.close-checkout {
  cursor: pointer;
  border: 1px solid #0000;
  width: 40px;
  height: 40px;
  display: none;
}

.close-checkout:hover {
  border-color: var(--border);
}

.font-icon {
  text-align: center;
  width: 24px;
  height: 20px;
  font-size: 19px;
  position: relative;
  top: 3px;
  left: -1px;
}

.font-icon.smaller {
  height: 17px;
  font-size: 23px;
}

.font-icon.smaller.smallerr {
  font-size: 21px;
}

.font-icon._2 {
  font-family: Buttons, sans-serif;
}

.page-h1 {
  height: 26px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  overflow: hidden;
}

.dropdown-toggle {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 40px;
  height: 100%;
  min-height: 40px;
  padding: 0;
  font-family: Alert, sans-serif;
  display: flex;
}

.dropdown-toggle:hover {
  border-color: var(--border);
}

.dropdown-toggle.w--open {
  border-color: var(--border);
  background-color: var(--buttons-bg);
}

.dropdown-toggle._3-dots {
  font-family: Topbar, sans-serif;
}

.dropdown-toggle._3-dots.w--open {
  border-color: var(--border);
  background-color: var(--buttons-bg);
}

.dropdown-toggle.delete {
  font-family: Checkout, sans-serif;
}

.dropdown-toggle.delete.w--open {
  border-color: var(--border);
  background-color: var(--buttons-bg);
}

.dropdown {
  min-width: 40px;
  min-height: 40px;
  margin-left: 0;
  margin-right: 0;
}

.topbar-header-wrap {
  flex: 1;
  align-items: center;
  margin-left: 16px;
  display: flex;
}

.topbar-header-wrap._0 {
  margin-left: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  z-index: 1;
  background-color: var(--white);
  border-radius: 4px;
  width: 400px;
  height: 40px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.search:hover {
  border-color: var(--border);
}

.search-input {
  z-index: 1;
  border: 1px solid var(--border);
  background-color: #0000;
  border-radius: 4px;
  height: 100%;
  margin-bottom: 0;
  padding-left: 44px;
  font-size: 14px;
  position: relative;
}

.search-input:focus {
  border-color: var(--main);
}

.search-input::placeholder {
  color: var(--placeholder);
  background-color: #0000;
  font-size: 14px;
}

.search-button {
  width: 40px;
  height: 100%;
  color: var(--placeholder);
  background-color: #0000;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Topbar, sans-serif;
  font-size: 23px;
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
}

.items-wrap {
  overflow: hidden;
}

.items-tab-menu {
  background-color: var(--white);
  text-align: right;
  justify-content: flex-end;
  width: 100%;
  height: 62px;
  padding: 16px 16px 15px;
  display: flex;
}

.grid-list-link {
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  padding: 0;
  font-family: Content, sans-serif;
  display: flex;
}

.grid-list-link.w--current {
  color: var(--main);
  background-color: #0000;
}

.header-h2 {
  z-index: 1;
  align-items: center;
  width: 120px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 16px auto auto 16px;
}

.header-h2.free {
  width: auto;
  position: static;
}

.header-h2.current-table {
  background-color: var(--white);
  border: 1px solid #0000;
  border-radius: 4px;
  width: auto;
  height: auto;
  font-size: 20px;
  font-weight: 600;
  position: static;
}

.items-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding: 1px 16px 16px;
  display: grid;
}

.item {
  cursor: pointer;
}

.item.in-grid {
  border: 1px solid var(--border);
  box-shadow: none;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.item.in-grid:active {
  border-color: var(--main);
  transform: scale(.975);
}

.thumbanail-wrap {
  border-bottom: 1px solid var(--border);
  height: 12vw;
  overflow: hidden;
}

.text-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 55px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: relative;
}

.img.is-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img.logotipo {
  height: 50px;
}

.img.is--contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.item-dscrption {
  width: 100%;
  height: 14px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.1;
  overflow: hidden;
}

.add-to-cart {
  background-color: var(--main);
  width: 35px;
  height: 35px;
  color: var(--white);
  text-align: center;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  padding-left: 1px;
  font-family: Buttons, sans-serif;
  display: none;
  position: absolute;
  inset: 8px 8px auto auto;
}

.add-to-cart.inside-list {
  position: static;
}

.add-to-cart.placeholder-add {
  background-color: var(--dark);
  position: static;
}

.button {
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 125px;
  height: 44px;
  padding: 0 25px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button.blue {
  background-color: var(--main);
  height: 56px;
  color: var(--white);
}

.button.blue.biggest {
  border-radius: 0;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  height: 9svh;
  margin-left: auto;
  margin-right: auto;
}

.button.blue.biggest.p-absolute {
  position: absolute;
  inset: auto 0% 0%;
}

.button.blue.biggest._5 {
  color: var(--dark);
  background-color: #3461ff24;
  margin-top: 25px;
}

.button.blue.biggest.ear {
  border-radius: 4px;
  width: 40%;
}

.button.ghost-button {
  border: 1px solid var(--border);
  color: var(--dark);
}

.button.ghost-button.cancel {
  margin-right: 8px;
}

.button.blue {
  color: #fff;
  background-color: #3461ff;
}

.button.tender-button {
  border-left: 1px solid var(--border);
  border-radius: 0;
  height: 50px;
  font-size: 15px;
}

.button.red {
  background-color: var(--red);
  color: var(--white);
}

.button.fauchy {
  border: 1px solid var(--main);
}

.button.fauchy:hover {
  background-color: var(--main);
  color: var(--white);
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  inset: 44px 0% auto auto;
}

.list-content {
  background-color: var(--white);
  border-radius: 4px;
  padding: 0;
  box-shadow: 0 1px 7px #0003;
}

.list-content.with-links {
  padding-top: 4px;
  padding-bottom: 4px;
}

.list-link {
  background-color: var(--white);
  cursor: pointer;
  align-items: center;
  min-width: 148px;
  height: 40px;
  padding-left: 46px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 500;
  transition: all .1s;
  display: flex;
  position: relative;
}

.list-link:hover {
  background-color: var(--buttons-bg);
}

.absolute-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Checkout, sans-serif;
  display: flex;
  position: absolute;
  inset: 0% auto auto 8px;
}

.checkout-button-wrap {
  height: 80px;
  padding-top: 18px;
  padding-left: 16px;
  padding-right: 16px;
}

.payment-method {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -8px;
  padding-top: 10px;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
}

.checkbox {
  border-width: 1px;
  border-color: var(--border);
  border-radius: 4px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox.w--redirected-checked {
  border-width: 2px;
  border-color: var(--main);
  color: var(--main);
  background-color: #0000;
  background-image: none;
  border-radius: 4px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-field {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 44px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  display: flex;
  position: relative;
}

.checkbox-field.hidden {
  display: none;
}

.payment-icon {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 40px;
  margin-right: 2px;
  font-family: Checkout, sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
}

.payment-icon.cash {
  margin-right: 2px;
  font-family: Sidebar, sans-serif;
  top: 0;
}

.payment-icon.express {
  filter: grayscale();
  background-image: url('../images/multicaixa.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-right: 0;
}

.ckeckbox-text {
  font-size: 12px;
  font-weight: 500;
}

.sec-title-wrap {
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
}

.sec-title-wrap.tender-title {
  margin-bottom: 16px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.sec-title-wrap.tender-title.troco {
  font-size: 32px;
}

.sec-title-wrap.tender-title.total-a-pagar {
  margin-bottom: 44px;
  font-size: 32px;
}

.total-tax-wrap {
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
}

.total-tax-wrap.in-checkout {
  padding-bottom: 0;
  padding-left: 0;
}

.resumo {
  justify-content: space-between;
  padding-bottom: 5px;
  font-size: 13px;
  display: flex;
}

.resumo.in-checkout {
  padding-bottom: 20px;
  font-size: 16px;
}

.total {
  border-top: 1px none var(--border);
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.cart-items-wrap {
  height: 100%;
  padding: 24px 16px;
  overflow: auto;
}

.cart-items-wrap.rest-items {
  padding-top: 0;
}

.tab-pane {
  height: 100%;
  overflow: auto;
}

.items-tab-pane.top-border {
  border-top: 1px solid var(--border);
}

.cart-client-wrap {
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.form-field {
  border: 1px solid var(--border);
  background-color: var(--white);
  height: 44px;
  color: var(--dark);
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 400;
}

.form-field:focus {
  border-color: var(--main);
}

.form-field.cart-client {
  color: var(--dark);
  background-color: #0000;
  padding-left: 38px;
}

.form-field.discount {
  z-index: 1;
  color: var(--dark);
  background-color: #0000;
  border-style: solid;
  padding-left: 38px;
  padding-right: 0;
  position: relative;
}

.form-field._50 {
  height: 50px;
}

.cart-item {
  border-bottom: 1px none var(--border);
  justify-content: space-between;
  align-items: center;
  min-height: 42px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  display: block;
  position: relative;
}

.quantiity-wrap {
  flex: none;
  align-items: center;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0 auto auto;
}

.item-price {
  height: 18px;
  color: var(--placeholder);
  flex: none;
  font-size: 14px;
  overflow: hidden;
}

.item-name {
  height: 18px;
  color: var(--main);
  flex: 1;
  margin-bottom: 6px;
  padding-right: 120px;
  font-size: 14px;
  overflow: hidden;
}

.quantity-icon {
  border: 1px none var(--border);
  background-color: var(--buttons-bg);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-top: 0;
  padding-left: 2px;
  font-family: Quantity, sans-serif;
  display: flex;
}

.quantity {
  text-align: center;
  min-width: 30px;
  max-width: 45px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 15px;
  font-weight: 500;
}

.wrap {
  border-bottom: 1px solid var(--border);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  height: 78px;
  padding: 16px;
  display: flex;
}

.list-img-thumbnail {
  width: 54px;
  height: 54px;
}

.list-item-title {
  flex: 1;
  height: 18px;
  padding-left: 16px;
  padding-right: 24px;
  line-height: 18px;
  overflow: hidden;
}

.list-item-title.price {
  color: var(--main);
}

.close-sidebar {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Buttons, sans-serif;
  display: flex;
}

.close-sidebar:hover {
  border-color: var(--border);
}

.sidebar-menu-link {
  height: 50px;
  color: var(--dark);
  border-top: 1px solid #0000;
  border-bottom: 1px solid #0000;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Sidebar, sans-serif;
  text-decoration: none;
  display: flex;
}

.sidebar-menu-link.w--current {
  background-color: var(--background-2);
  color: var(--main);
}

.menu-link-text {
  margin-left: 8px;
  font-family: Inter Tight, sans-serif;
  font-weight: 500;
}

.add-discount {
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.form-field-icon {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 100%;
  font-family: Sidebar, sans-serif;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 29px;
}

.form-field-icon.client-icon {
  font-family: Checkout, sans-serif;
}

.config-form {
  z-index: 17;
  background-color: var(--white);
  border-radius: 4px;
  max-width: 500px;
  max-height: 70vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px 78px;
  display: none;
  position: relative;
  overflow: auto;
}

.config-cta-wrap {
  z-index: 2;
  border-top: 1px solid var(--border);
  background-color: var(--white);
  justify-content: flex-end;
  padding: 16px 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.config-tab-title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}

.config-check {
  border-width: 1px;
  border-color: var(--border);
  border-radius: 4px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 12px auto auto 12px;
}

.config-check.w--redirected-checked {
  border-color: var(--main);
  background-color: var(--main);
  background-size: 14px;
  border-radius: 4px;
  margin-left: 0;
}

.config-check.w--redirected-focus {
  box-shadow: none;
}

.config-check-wrap {
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 4px;
  margin-bottom: 0;
  padding: 16px 16px 16px 46px;
  position: relative;
}

.config-check-wrap.top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.config-check-wrap.bottom {
  border-top-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.config-check-text {
  margin-bottom: 0;
  line-height: 1.2;
}

.paragraph {
  color: var(--placeholder);
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.4;
}

.open-config {
  background-color: var(--white);
  width: auto;
  height: 68px;
  color: var(--dark);
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  font-family: Sidebar, sans-serif;
  text-decoration: none;
  transition: all .1s;
  display: none;
}

.open-config:hover {
  border-color: var(--border);
}

.open-search {
  background-color: var(--white);
  width: 40px;
  height: 40px;
  color: var(--dark);
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  font-family: Topbar, sans-serif;
  text-decoration: none;
  transition: all .1s;
  display: none;
}

.open-search:hover {
  border-color: var(--border);
}

.close-config {
  z-index: 16;
  background-color: #0006;
  display: none;
  position: fixed;
  inset: 0%;
}

.configuracoes {
  z-index: 17;
  margin-bottom: 0;
  padding-top: 15vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-config-icon {
  background-color: var(--white);
  width: 40px;
  height: 40px;
  color: var(--dark);
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  font-family: Buttons, sans-serif;
  text-decoration: none;
  transition: all .1s;
  display: flex;
}

.close-config-icon:hover {
  border-color: var(--border);
}

.popup-header {
  height: 26px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  top: 1px;
  overflow: hidden;
}

.config-section {
  margin-bottom: 48px;
}

.config-section._24 {
  margin-bottom: 24px;
}

.open-checkout-2 {
  display: none;
}

.delete-all {
  background-color: var(--white);
  width: 40px;
  height: 40px;
  color: var(--dark);
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  font-family: Checkout, sans-serif;
  text-decoration: none;
  transition: all .1s;
  display: flex;
}

.delete-all:hover {
  border-color: var(--border);
}

.icon-text {
  margin-left: 8px;
  font-family: Inter Tight, sans-serif;
  font-weight: 500;
}

.operador-wrap {
  border: 1px solid var(--border);
  border-radius: 4px;
  margin-left: 16px;
  margin-right: 16px;
  display: none;
}

.operador-profile {
  text-align: center;
  padding: 42px 24px;
}

.operador-logout {
  border-top: 1px solid var(--border);
  height: 55px;
  color: var(--main);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-family: Sidebar, sans-serif;
  display: flex;
}

.operador-name {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.operador-id {
  color: var(--placeholder);
}

.operador-thumbnail {
  border: 1px solid var(--border);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.cart-placeholder {
  opacity: .45;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.checkout-placeholder {
  text-align: center;
  max-width: 200px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.3;
}

.restaurant-checkout-tabs {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rest-tab-content {
  height: 100%;
  padding-top: 68px;
}

.rest-tab-pane {
  height: 100%;
}

.rest-checkout {
  background-color: var(--white);
  flex: none;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
}

.table-selector-menu {
  z-index: 4;
  background-color: var(--white);
  width: 30%;
  padding: 14px 8px 14px 16px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
  overflow: auto;
}

.table-selector {
  border: 1px solid var(--main);
  background-color: var(--white);
  height: 40px;
  color: var(--main);
  border-radius: 200px;
  flex: none;
  margin-right: 8px;
  padding: 0 24px;
  font-weight: 500;
  line-height: 38px;
}

.table-selector.w--current {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--white);
}

.table-selector.mesa-activa {
  border-color: var(--green);
  background-color: var(--lime);
  color: var(--green);
}

.text-block {
  margin-bottom: 0;
}

.div-block {
  margin-bottom: -8px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.print-receipt {
  border: 1px solid var(--border);
  background-color: var(--buttons-bg);
  cursor: pointer;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 44px;
  font-family: Checkout, sans-serif;
  display: flex;
}

.overlay-sidebar {
  z-index: 14;
  background-image: linear-gradient(to bottom, var(--overlay), var(--overlay));
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.full-screen-sale {
  flex: none;
  width: 100%;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: grid;
  position: relative;
}

.container.sucesso-page {
  grid-column-gap: 10svh;
  grid-row-gap: 10svh;
}

.left-side {
  max-width: 400px;
  height: 100%;
  display: none;
  position: relative;
}

.right-side {
  padding-right: 5vw;
  display: inline-block;
}

.tender-display {
  align-items: center;
  height: 21svh;
  display: flex;
}

.keypad-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  max-width: 560px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.keypad {
  background-color: var(--buttons-bg);
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 10svh;
  font-size: 24px;
  display: flex;
}

.keypad:active {
  background-color: var(--shadow);
}

.svg-icon {
  width: 100%;
  height: 100%;
}

.svg-icon._25 {
  width: 25px;
  height: 25px;
}

.svg-icon._22 {
  flex: none;
  width: 22px;
  height: 22px;
}

.tender-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.tender-item.right {
  padding-left: 9px;
}

.tender-value {
  display: inline-block;
}

.tender-value-wrap {
  font-size: 32px;
  font-weight: 600;
}

.tender-value-wrap.green {
  color: var(--green);
}

.tender-value-wrap.blue {
  color: var(--main);
}

.tender-value-wrap.red {
  color: var(--red);
}

.tender-value-wrap.troco {
  font-size: 80px;
}

.tender-value-copy {
  display: inline-block;
}

.tender-currency {
  padding-right: 4px;
  font-weight: 300;
  display: inline-block;
}

.possible-tender-strip {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: var(--border);
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4vh;
  display: grid;
  overflow: hidden;
}

.icon.backspace {
  width: 36px;
  height: 36px;
}

.concluir-button-wrap {
  position: fixed;
  inset: auto 0% 0%;
}

.back {
  background-color: var(--white);
  width: 40px;
  height: 40px;
  color: var(--dark);
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .1s;
  display: flex;
}

.back:hover {
  border-color: var(--border);
}

.calncel {
  background-color: var(--white);
  height: 40px;
  color: var(--dark);
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .1s;
  display: flex;
}

.calncel:hover {
  border-color: var(--border);
}

.seperator {
  background-color: var(--border);
  width: 1px;
  height: 20px;
}

.center-info-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sucesso {
  width: 190px;
  margin-top: -10svh;
  margin-bottom: 4svh;
}

.troco-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.troco-item.right {
  padding-left: 9px;
}

.content-wrapper {
  flex: 1;
  min-width: 70px;
  max-width: 70%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
}

.content-submit {
  display: none;
}

.settings {
  height: 100svh;
  min-height: 100svh;
  max-height: 100svh;
  position: fixed;
  inset: 0%;
}

.settings-tab {
  background-color: var(--background-1);
  height: 100%;
  padding-top: 68px;
  display: flex;
}

.settings-tab-menu {
  border-right: 1px solid var(--border);
  background-color: var(--white);
  width: 20%;
  min-width: 250px;
  max-width: 300px;
  height: 100%;
  overflow: auto;
}

.settings-tabs-content {
  background-color: var(--white);
  flex: 1;
}

.settings-tab-link {
  border-bottom: 1px solid var(--border);
  background-color: var(--white);
  align-items: center;
  height: 68px;
  font-size: 14px;
  display: flex;
}

.settings-tab-link.w--current {
  background-color: #f4f6f9;
  padding-top: 0;
  padding-bottom: 0;
}

.settings-tab-link-text {
  margin-left: 8px;
}

.logout-link {
  z-index: 1;
  width: 20%;
  min-width: 250px;
  max-width: 300px;
  height: 68px;
  color: var(--red);
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.settings-container {
  height: 100%;
  padding: 24px;
}

.settings-tab-title-wrap {
  margin-bottom: 16px;
}

.sub-title {
  color: var(--placeholder);
  font-size: 14px;
  line-height: 1.2;
}

.form-item-wrap {
  margin-bottom: 24px;
}

.form-item-wrap.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 2.5fr minmax(200px, 250px);
  grid-auto-columns: 1fr;
  display: grid;
}

.field-label {
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 400;
}

.text-filed-wrap {
  position: relative;
}

.text-field {
  border: 1.5px solid var(--border);
  color: #0e0d35;
  background-color: #fff;
  border-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
  transition: all .1s;
}

.text-field:hover, .text-field:focus {
  border-color: #5855ff;
}

.text-field::placeholder {
  color: #999ea8;
}

.text-field.select {
  border-color: var(--border);
}

.text-field.select.side-by-side-right {
  border-left-style: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.text-field.side-by-side-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.text-field.side-by-side-left.with-icon {
  border-radius: 4px;
  padding-left: 40px;
}

.text-field-icon-wrap {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 1px 0% auto;
}

.text-field-icon-wrap.far-left {
  inset: 0% auto 0% 0%;
}

.text-field-icon-wrap.far-left.search-icon {
  color: #999ea8;
}

.icon-2 {
  z-index: 1;
  cursor: pointer;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.svg--ic1 {
  z-index: 1;
  width: 24px;
  height: 24px;
  position: relative;
}

.text-block-2 {
  color: var(--main);
  font-size: 11px;
}

.checkbox-2 {
  margin-left: 0;
  display: none;
}

.checkbox-label {
  display: none;
}

.stock-major {
  width: auto;
  color: var(--white);
  background-color: #0e0d35ab;
  border-radius: 8px;
  margin-top: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  font-size: 11px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-2 {
  flex: 1;
  margin-left: 20px;
}

.stock-major-copy {
  width: auto;
  color: var(--white);
  background-color: #0e0d35ab;
  border-radius: 8px;
  margin-top: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  font-size: 11px;
}

.contain {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 110px 50px 80px;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.body-1 {
  background-color: #c9d7f030;
}

.link-block-4 {
  border: 1px solid var(--linx);
  background-color: #fff;
  border-radius: 5px;
  padding: 25px;
  text-decoration: none;
}

.link-block-4:hover {
  border-color: #091426;
}

.text-block-127 {
  color: #012f7e;
  margin-bottom: 15px;
  font-size: 25px;
}

.text-block-128 {
  color: #091426;
  font-size: 15px;
}

.text-block-129 {
  color: #012f7e;
  margin-bottom: 15px;
  font-family: Sidebar, sans-serif;
  font-size: 25px;
}

.status-wrapper {
  text-transform: uppercase;
  border-radius: 2px;
  padding: 5px 6px 4px;
  font-size: 10px;
  font-weight: 600;
}

.status-wrapper.cancelado {
  color: #dd4040;
  letter-spacing: .3px;
  background-color: #dd404033;
}

.status-wrapper.pago {
  color: #0bb261;
  letter-spacing: .3px;
  background-color: #40bf6033;
}

.status-wrapper.pago.hidden {
  display: none;
}

.status-wrapper.reembolso {
  color: #5d6f8c;
  letter-spacing: .3px;
  background-color: #012f7e1f;
}

.status-wrapper.reembolso.hidden {
  display: none;
}

.status-wrapper.nao-pago {
  color: #c28823;
  letter-spacing: .3px;
  background-color: #f7b84b33;
}

.status-wrapper.nao-pago.hidden {
  display: none;
}

.status-wrapper.factura {
  color: #091426;
  background-color: #3461ff82;
}

.div-block-3 {
  margin-bottom: 15px;
}

.div-block-4 {
  width: 30%;
}

.form-field-wrapper-2 {
  margin-bottom: 25px;
  position: relative;
}

.form-field-wrapper-2._456 {
  margin-bottom: 35px;
}

.restore-password-cta-wrapper {
  margin-top: 1.3em;
}

.auth-form-wrapper {
  z-index: 10;
  width: 55%;
  height: 70%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-logo-wrapper {
  width: 8em;
}

.pages-h2 {
  max-width: 25.8em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3em;
}

.form-header {
  margin-bottom: 3em;
}

.form-header.flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.text-field-2 {
  z-index: 1;
  height: 50px;
  color: var(--dark);
  background-color: #0000;
  border: .1em solid #c9c9cc;
  border-radius: .2em;
  margin-bottom: 10px;
  padding: 0 1em;
  font-size: 17px;
  line-height: 100%;
  transition: all .1s;
  position: relative;
}

.text-field-2:focus {
  border-width: .12em;
  border-color: #2d7dd2;
}

.text-field-2::placeholder {
  color: #7d7e8080;
  font-size: .9em;
}

.field-lable {
  color: #7d7d7f;
  margin-bottom: .7em;
  font-size: 16px;
  font-weight: 400;
}

.auth-form {
  flex: 0 auto;
  min-width: 500px;
  height: 100%;
  display: flex;
}

.restore-password-cta-text {
  color: #7d7d7f;
  text-align: left;
  font-size: 16px;
}

.submit-button {
  color: #fff;
  text-align: center;
  background-color: #3461ff;
  border-radius: .2em;
  width: 100%;
  height: 3.3em;
  margin-top: 2.7em;
  padding: 0;
  font-size: 17px;
  line-height: 3.3em;
  text-decoration: none;
  display: block;
}

.submit-button._5 {
  border: 1px solid var(--border);
  color: var(--placeholder);
  background-color: #fff;
  margin-top: 1em;
}

.form-cta {
  color: #2d7dd2;
  border-bottom: 1px solid #0000;
  margin-left: .1em;
  padding-bottom: .04em;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.form-cta:hover {
  border-bottom-color: #2d7dd2;
}

.form-content {
  background-color: #fff;
  border-radius: .4em;
  width: 100%;
  padding: 50px 60px;
  box-shadow: 0 15px 3em #00000026;
}

.text-block-130 {
  font-weight: 700;
}

.menu-wrapper {
  z-index: 100;
  background-color: #0a092547;
  display: none;
  position: absolute;
  inset: 0%;
}

.themenu {
  background-color: #fff;
  width: 35%;
  height: 100vh;
  padding: 40px;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: auto;
}

.div-block-6 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.link {
  border: 1px solid var(--border);
  color: var(--overlay);
  border-radius: 5px;
  padding: 12px;
  font-family: Buttons, sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: block;
}

.link:hover {
  border-color: var(--main);
}

.div-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.div-block-8 {
  background-image: url('../images/Profile_avatar_placeholder_large.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
}

.text-block-131 {
  font-size: 19px;
  font-weight: 500;
}

.text-block-132 {
  margin-bottom: 8px;
  font-weight: 400;
}

.text-block-133 {
  color: var(--overlay);
  font-size: 14px;
}

.last-things {
  padding: 40px 0;
}

.link-block-5 {
  border: 1px solid var(--border);
  color: var(--dark);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding: 14px 25px;
  text-decoration: none;
  display: flex;
}

.link-block-5:hover {
  border-color: var(--main);
}

.link-block-5.fechar {
  border-color: var(--main);
  background-color: var(--main);
  color: var(--white);
}

.link-block-5.fechar:hover {
  background-color: #4441e2;
}

.text-block-134 {
  margin-right: 15px;
  padding-top: 5px;
  font-family: Sidebar, sans-serif;
  font-size: 26px;
  line-height: 100%;
}

.text-block-134._4 {
  font-family: Checkout, sans-serif;
}

.text-block-134._5 {
  font-family: Content, sans-serif;
}

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

.when-clicked-close {
  width: 65%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.form-block {
  padding-top: 0;
}

.text-field-3 {
  height: 50px;
  color: var(--green);
  text-align: center;
  border: 1px #000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 32px;
  line-height: 150%;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.grid-3._5 {
  grid-template-columns: 1fr 1fr;
}

.grid-3._9 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-3._7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-3._90 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.text-block-126 {
  float: right;
  max-width: 50%;
  font-size: 11px;
}

.n1 {
  float: left;
  text-align: left;
  width: 25%;
  font-size: 10px;
  line-height: 100%;
}

.div-block-105 {
  padding-bottom: 3px;
}

.text-block-120 {
  padding-top: 2px;
  font-size: 10px;
  line-height: 140%;
}

.text-block-123 {
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 125%;
}

.artigo-div {
  margin-bottom: 10px;
}

.resumo-thing {
  padding-top: 15px;
  padding-bottom: 10px;
}

.text-block-119 {
  float: right;
  max-width: 50%;
  font-size: 10px;
  line-height: 140%;
}

.div-block-101 {
  border-top: 1px solid #000;
  border-bottom: 1px #000;
  padding-top: 3px;
  padding-bottom: 3px;
}

.logo-2 {
  background-image: url('../images/DEXA-LOGO.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 70px;
  margin-bottom: 5px;
}

.main-div-fatura-termica {
  max-width: 272px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 150px;
}

.div-block-104 {
  padding-top: 15px;
}

.info-do-cliente {
  margin-bottom: 15px;
  padding-top: 10px;
}

.text-block-136 {
  font-size: 11px;
  line-height: 120%;
}

.text-block-121 {
  float: left;
  width: 25%;
  font-size: 10px;
  font-weight: 500;
}

.observacoes {
  border-bottom: 1px dashed #000;
  padding-top: 15px;
  padding-bottom: 5px;
}

.div-block-99 {
  border: 1px solid #000;
  padding: 3px 5px 2px;
}

.text-block-118 {
  float: left;
  max-width: 50%;
  font-size: 10px;
  font-weight: 700;
  line-height: 140%;
}

.text-block-122 {
  font-size: 11px;
  font-weight: 700;
}

.text-block-137 {
  font-size: 11px;
  line-height: 120%;
}

.t18 {
  font-size: 10px;
  line-height: 150%;
}

.div-block-103 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.artigos-wrapper {
  border-top: 1px dashed #000;
  border-bottom: 1px #000;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 0;
}

.div-block-100 {
  padding-top: 3px;
  padding-left: 0;
}

.text-block-138 {
  text-align: center;
  font-size: 11px;
  line-height: 120%;
}

.text-block-120-copy {
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
}

.text-block-125 {
  float: left;
  width: 50%;
  font-size: 10px;
  font-weight: 700;
}

.info-da-empresa {
  margin-bottom: 15px;
}

.div-block-101-copy {
  border-top: 1px dashed #000;
  border-bottom: 1px #000;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-117 {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 130%;
}

.div-block-106 {
  padding-top: 15px;
}

.text-block-139 {
  color: var(--overlay);
  font-size: 15px;
}

.form-text-field {
  height: 44px;
  color: var(--dark);
  letter-spacing: -.3px;
  background-color: #fff;
  border: 1px solid #c9d7f0b3;
  border-radius: 4px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  transition: all .1s;
}

.form-text-field:hover {
  border-color: #667999;
}

.form-text-field:focus {
  border-color: #3461ff;
}

.form-text-field::placeholder {
  color: #667999;
  font-size: 14px;
  font-weight: 400;
}

.form-text-field.whitex {
  color: #091426;
  background-color: #fff;
  font-size: 15px;
}

.filter-date-status-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filter-date-status-wrapper.centered {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.filter-date-status-wrapper.centered._5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 500px;
}

.table-main-button-wrapper {
  display: none;
}

.table-checkbox-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.search-field-wrapper {
  background-color: #fff;
  position: relative;
}

.menu-icon-wrapper {
  z-index: 2;
  height: 100%;
  margin-right: 8px;
  display: none;
  position: absolute;
  inset: 0% auto 0% 8px;
}

.form-field-wrapper {
  margin-bottom: 24px;
  position: relative;
}

.form-field-wrapper.wrap-search {
  flex: 0 auto;
  margin-bottom: 0;
}

.form-field-wrapper.wrap-search._10 {
  max-width: 250px;
}

.form-field-wrapper.short {
  margin-bottom: 12px;
}

.flyout-menu-content {
  background-color: #fff;
  padding: 0 16px 8px;
}

.flyout-menu-content.in-table {
  padding-top: 8px;
  padding-left: 12px;
  padding-right: 12px;
}

.table-image-wrapper {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  overflow: hidden;
}

.cell-label {
  color: #091426;
  text-transform: none;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.cell-label._25 {
  width: 25%;
}

.cell-label._20 {
  width: 20%;
}

.cell-label._10 {
  flex-wrap: wrap;
  width: 10%;
}

.cell-label._15 {
  width: 15%;
}

.button-link {
  z-index: 1;
  transition: all .1s;
  display: block;
  position: absolute;
  inset: 0% 44px 0% 0%;
}

.table-checkbox {
  float: none;
  cursor: pointer;
  background-color: #fff;
  border-color: #c9d7f0;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  position: static;
  inset: 0% auto auto 0%;
}

.table-checkbox.w--redirected-checked {
  background-color: #3461ff;
  background-image: url('../images/done_white_48dp.svg');
  background-size: 20px;
  border-color: #3461ff;
  border-radius: 4px;
}

.table-checkbox.w--redirected-focus {
  box-shadow: none;
}

.button-2 {
  letter-spacing: -.3px;
  border-radius: 4px;
  flex: none;
  height: 44px;
  padding-top: 14px;
  padding-left: 24px;
  padding-right: 28px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2.main {
  color: #fff;
  background-color: #3461ff;
}

.button-2.main.mobile {
  text-align: center;
  flex: 1;
  display: block;
}

.left-icon-wrapper {
  z-index: 2;
  height: 100%;
  position: relative;
  top: -14px;
}

.table {
  background-color: #fff;
  border: 1px #c9d7f0;
  border-radius: 4px;
}

.table-action-button {
  color: #667999;
  text-align: center;
  letter-spacing: -.3px;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 4px;
  flex: none;
  font-size: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.table-row-action-button-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  display: flex;
  position: relative;
}

.flyout-menu-wrapper {
  background-color: #fff;
  border: 1px #c9d7f0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 20px #142b523d;
}

.flyout-menu-wrapper.table-actions-flyout {
  width: 174px;
  display: none;
  inset: 52px 15% auto auto;
}

.search-icon {
  color: #667999;
  font-family: Topbar, sans-serif;
  font-size: 24px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.checkbox-lable {
  min-width: 100%;
  min-height: 20px;
  margin-bottom: 0;
  padding-top: 4px;
  font-size: 14px;
  position: relative;
  top: 0;
}

.checkbox-lable.hidden {
  display: none;
}

.button-text-2 {
  z-index: 0;
  height: 19px;
  padding-right: 1px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.form-search-field {
  z-index: 1;
  letter-spacing: -.3px;
  background-color: #0000;
  border: 1px solid #c9d7f03d;
  border-radius: 4px;
  height: 44px;
  margin-bottom: 0;
  padding-left: 39px;
  font-size: 14px;
  font-weight: 500;
  transition: border-color .2s;
  position: relative;
}

.form-search-field::placeholder {
  color: #667999;
  font-weight: 400;
}

.menu-item {
  color: #091426;
  letter-spacing: -.3px;
  border-radius: 4px;
  align-items: center;
  height: 40px;
  padding-top: 3px;
  padding-left: 40px;
  font-weight: 500;
  transition: background-color .1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-item:hover {
  background-color: #f6f8fb;
}

.main-font-icon {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 24px;
  font-size: 24px;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.main-font-icon.smaller-icon {
  transform: scale(.93);
}

.table-row {
  border: 1px #c9d7f0;
  border-bottom: 1px solid #c9d7f03d;
  height: 64px;
  display: flex;
  position: relative;
}

.table-row.cell-label-wrapper {
  background-color: #eef1f79e;
  height: 44px;
  padding-right: 60px;
}

.table-utility-row {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 84px;
  padding: 20px 0 20px 20px;
  display: flex;
}

.icon-3 {
  cursor: pointer;
  width: 43px;
  height: 43px;
  padding-top: 10px;
  padding-left: 10px;
  transition: background-color .2s;
  overflow: hidden;
}

.icon-3:hover {
  background-color: #0000;
}

.icon-3._3-dots {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.icon-3.left-icon {
  width: auto;
  margin-right: 8px;
  padding-left: 0;
}

.icon-3.menu-left-icon {
  align-items: center;
  width: auto;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

._3dots {
  width: 24px;
  height: 24px;
  font-size: 28px;
  line-height: 28px;
  position: relative;
  overflow: hidden;
}

.table-cell {
  align-items: center;
  height: 100%;
  padding-left: 12px;
  font-size: 16px;
  display: flex;
}

.table-cell._15 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 15%;
}

.table-cell._25 {
  width: 25%;
}

.table-cell._25.client-cell {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.table-cell._10 {
  flex-wrap: wrap;
  width: 10%;
}

.table-cell._15 {
  width: 15%;
}

.table-cell._20 {
  width: 20%;
}

.table-row-content {
  color: #091426;
  flex: 1;
  height: 100%;
  display: flex;
}

.table-row-content.item-link {
  color: #091426;
  text-decoration: none;
}

.table-cell-text {
  flex: 1;
  height: 19px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 15px;
  position: relative;
  top: 1px;
  overflow: hidden;
}

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

.tabs-menu {
  margin-bottom: 25px;
  display: flex;
}

.search-icon-2 {
  color: #667999;
  font-size: 24px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-text-3 {
  z-index: 0;
  height: 19px;
  padding-right: 1px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.tabs-content {
  overflow: visible;
}

.table-tab-link {
  color: #667999;
  letter-spacing: -.5px;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  height: 100%;
  margin-bottom: -1px;
  margin-right: 24px;
  padding: 2px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  display: flex;
}

.table-tab-link.w--current {
  color: #3461ff;
  background-color: #0000;
  border-bottom-color: #3461ff;
  font-weight: 600;
}

.icon-4 {
  cursor: pointer;
  width: 43px;
  height: 43px;
  padding-top: 10px;
  padding-left: 10px;
  transition: background-color .2s;
  overflow: hidden;
}

.icon-4:hover {
  background-color: #0000;
}

.icon-4._3-dots {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.icon-4.left-icon {
  width: auto;
  margin-right: 8px;
  padding-left: 0;
}

.icon-4.menu-left-icon {
  align-items: center;
  width: auto;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.table-cell-text-2 {
  flex: 1;
  height: 19px;
  padding-top: 1px;
  padding-bottom: 1px;
  position: relative;
  top: 1px;
  overflow: hidden;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-119 {
  padding-left: 50px;
}

.text-block-141 {
  color: #667999;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
}

.checkbox-field-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.checkbox-3 {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox-label-2 {
  margin-bottom: 0;
  margin-right: 25px;
}

.div-block-120 {
  width: 200px;
  height: 70px;
}

.image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.link-block-6 {
  border: 1px solid var(--linx);
  background-color: var(--white);
  color: var(--dark);
  border-radius: 5px;
  padding: 20px;
  text-decoration: none;
}

.image-2 {
  object-fit: contain;
  width: 100%;
  height: 100px;
}

.div-block-121 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.text-block-142 {
  margin-bottom: 10px;
}

.text-block-143 {
  color: var(--overlay);
  margin-top: 5px;
  font-size: 10px;
}

.div-block-122 {
  width: 50px;
}

.section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 34px;
  display: flex;
}

.div-block-123 {
  border: 1px none var(--border);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 500px;
  padding: 50px;
  display: flex;
}

.div-block-124 {
  background-image: url('../images/DEXA-LOGO.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 60px;
  margin-bottom: 25px;
}

.link-2 {
  border: 1px solid var(--border);
  width: 250px;
  color: var(--dark);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 20px 30px;
  font-size: 15px;
  text-decoration: none;
}

.text-block-144 {
  font-size: 15px;
}

.div-block-125 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-126 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block-2 {
  margin-bottom: 0;
}

.nova-reserva {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 50px 50px auto;
}

.div-block-127 {
  background-color: var(--main);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.div-block-128 {
  margin-right: 5px;
}

.text-block-145 {
  background-color: var(--main);
  color: var(--white);
  border: 1px #dadada;
  border-radius: 8px;
  padding: 7px 15px;
}

.text-block-146 {
  color: var(--white);
  font-family: Buttons, sans-serif;
  font-size: 27px;
}

.abrir-mesa-wrapper {
  z-index: 100;
  background-color: #000000c9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
  position: fixed;
  inset: 0%;
}

.form {
  background-color: #fff;
  border-radius: 5px;
  padding: 50px;
}

.div-block-130 {
  border-left: 1px solid #c9d7f03d;
  position: absolute;
  inset: auto 0% 0% auto;
}

.create-div {
  display: flex;
}

.criar-content-wrapper {
  flex: 1;
  max-width: 600px;
}

.select-field {
  color: #000;
  background-color: #fff;
  border: 1px solid #c9d7f0b3;
  border-radius: 4px;
  height: 44px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.form-field-lable {
  color: #091426;
  height: 20px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  overflow: hidden;
}

.grid-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 35px;
}

.div-block-131 {
  margin-bottom: 25px;
}

.text-block-147 {
  cursor: pointer;
  background-color: #ffffff8c;
  border-radius: 8px;
  padding: 7px 15px;
}

.blue-body {
  background-image: url('../images/63262895b8a0d831df5930d5_818691.jpeg');
  background-position: 50%;
  background-size: cover;
}

.quantity-form {
  min-width: 20px;
  max-width: 60px;
  height: 20px;
  min-height: 20px;
  color: var(--dark);
  text-align: center;
  border: 1px solid #0000;
  margin-bottom: 0;
  padding: 0 2px;
  font-size: 12px;
  font-weight: 500;
}

html.w-mod-js [data-ix="themenu-initial"] {
  transform: translate(-100%);
}

@media screen and (min-width: 1280px) {
  .items-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .thumbanail-wrap {
    height: 9.5vw;
  }

  .auth-form-wrapper {
    width: 45%;
    height: 60%;
  }

  .text-field-2 {
    color: var(--dark);
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-wrapper {
    display: none;
  }

  .grid-3._90 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .categoria-menu {
    background-color: var(--white);
  }

  .items-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 1px;
  }

  .thumbanail-wrap {
    height: 9.5vw;
  }

  .text-wrap {
    background-color: var(--white);
  }

  .right-side {
    padding-right: 2vw;
  }
}

@media screen and (min-width: 1920px) {
  .main-wrapper {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    display: flex;
  }

  .sidebar {
    flex-direction: column;
    justify-content: space-between;
  }

  .logo {
    flex: none;
  }

  .menu {
    flex: 1;
    align-items: center;
  }

  .sidebar-user-wrap {
    flex: none;
  }

  .categoria-link {
    background-color: var(--border);
    border-radius: 200px;
    align-items: center;
    height: 40px;
    margin-right: 8px;
    padding: 0 24px;
    display: flex;
  }

  .items-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .thumbanail-wrap {
    height: 9vw;
  }
}

@media screen and (max-width: 991px) {
  .checkout {
    width: 35%;
    min-width: 35%;
    max-width: 35%;
  }

  .resumo-cta {
    border-top-color: var(--border);
  }

  .checkout-topbar {
    border-bottom: 1px solid var(--border);
  }

  .search {
    z-index: 5;
    border-color: #0000;
    width: auto;
    height: auto;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .search-input {
    padding-left: 47px;
  }

  .search-button {
    width: auto;
    padding-top: 12px;
    padding-left: 15px;
    font-size: 25px;
  }

  .items-tab-menu {
    margin-right: 0;
  }

  .items-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .thumbanail-wrap {
    height: 13vw;
  }

  .img.is--contain {
    display: inline-block;
  }

  .payment-method {
    grid-column-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .cart-client-wrap {
    border-bottom: 1px solid var(--border);
    padding-right: 19px;
  }

  .form-field.cart-client, .form-field.discount {
    border-style: none;
    border-radius: 0;
    padding-left: 27px;
  }

  .add-discount {
    border-top: 1px solid var(--border);
  }

  .form-field-icon {
    left: 16px;
  }

  .open-search {
    display: flex;
  }

  .close-config-icon:hover {
    border-color: #0000;
  }

  .icon-2 {
    cursor: auto;
  }

  .contain {
    padding-left: 15px;
    padding-right: 15px;
  }

  .auth-form-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .field-lable {
    margin-bottom: .5em;
  }

  .auth-form {
    justify-content: center;
  }

  .form-content {
    border-radius: 0;
  }

  .themenu {
    width: 50%;
  }

  .when-clicked-close {
    width: 50%;
  }

  .text-field-3 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-3._7 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .main-div-fatura-termica {
    max-width: 100%;
  }

  .form-text-field {
    border-color: #c9d7f0b3;
    height: 50px;
  }

  .filter-date-status-wrapper.centered._5 {
    width: 60%;
  }

  .table-checkbox-wrapper {
    width: 40px;
  }

  .table-image-wrapper {
    display: block;
  }

  .button-link {
    right: 50px;
  }

  .table-checkbox {
    border-color: #9ca8bd;
  }

  .button-2 {
    height: 50px;
    padding-top: 17px;
  }

  .button-2.main.mobile {
    justify-content: center;
    display: flex;
  }

  .left-icon-wrapper {
    top: 0;
  }

  .table {
    border-color: #9ca8bd;
  }

  .table-row-action-button-wrapper {
    width: auto;
    padding-right: 8px;
  }

  .form-search-field {
    border-color: #c9d7f03d;
  }

  .table-row, .table-row.cell-label-wrapper {
    border-top-color: #9ca8bd;
  }

  .table-utility-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .icon-3 {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 13px;
  }

  .table-cell-text {
    font-size: 15px;
  }

  .tabs-menu {
    margin-bottom: 25px;
  }

  .table-tab-link {
    line-height: 60px;
  }

  .table-tab-link.w--current {
    font-weight: 600;
  }

  .icon-4 {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 13px;
  }

  .div-block-119 {
    margin-bottom: 25px;
    padding-top: 25px;
    padding-left: 0;
  }

  .create-div {
    display: block;
  }

  .criar-content-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main-wrapper {
    height: auto;
    min-height: 90vh;
    max-height: none;
    display: block;
  }

  .sidebar {
    z-index: 31;
  }

  .content {
    min-width: auto;
    max-width: none;
  }

  .checkout {
    z-index: 20;
    width: auto;
    min-width: auto;
    max-width: none;
    margin-bottom: 0;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .topbar {
    z-index: 3;
    background-color: var(--white);
    border-bottom-style: none;
    position: fixed;
  }

  .topbar.in-page-mobilie {
    border-bottom-style: solid;
  }

  .categoria-menu {
    z-index: 3;
    background-color: var(--white);
    height: auto;
    padding-bottom: 16px;
    position: fixed;
    top: 68px;
  }

  .categorias-content {
    padding-top: 56px;
  }

  .resumo-cta.rest-resumo {
    padding-bottom: 68px;
  }

  .checkout-topbar {
    flex-direction: row-reverse;
    padding-left: 8px;
  }

  .open-checkout {
    z-index: 3;
    border-top: 1px solid var(--border);
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    height: 78px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: sticky;
    inset: auto 0% 0;
  }

  .open-checkout.rest-cta {
    bottom: 68px;
  }

  .close-checkout {
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    font-family: Buttons, sans-serif;
    display: flex;
  }

  .search {
    border-bottom-color: var(--border);
  }

  .grid-list-link {
    margin-left: 10px;
  }

  .thumbanail-wrap {
    height: 20vw;
  }

  .button {
    cursor: pointer;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 50px;
    max-height: 50px;
    font-weight: 500;
    display: flex;
  }

  .button.blue {
    background-color: var(--main);
    color: #fff;
    background-color: #3461ff;
  }

  .button.red {
    max-width: 20%;
  }

  .checkout-button-wrap {
    align-items: center;
    height: 78px;
    padding-top: 0;
    display: flex;
  }

  .payment-method {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .checkbox-field {
    height: 50px;
  }

  .cart-items-wrap.rest-items {
    padding-top: 24px;
  }

  .tab-pane.rest-pane {
    padding-bottom: 68px;
  }

  .form-field.cart-client, .form-field.discount {
    height: 50px;
  }

  .cart-item {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .config-form {
    z-index: 33;
    max-width: none;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    position: fixed;
    inset: 0%;
  }

  .config-cta-wrap {
    background-color: var(--white);
    border-top-style: none;
  }

  .close-config {
    z-index: 32;
  }

  .configuracoes {
    z-index: 33;
  }

  .open-checkout-2 {
    z-index: 5;
    background-color: #fff;
    border-top: 1px solid #dfe0e5;
    justify-content: center;
    align-items: center;
    height: 78px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: sticky;
    inset: auto 0% 0;
  }

  .nmbr {
    margin-left: 4px;
  }

  .operador-name {
    margin-bottom: 7px;
    font-size: 20px;
  }

  .operador-thumbnail {
    width: 17vw;
    height: 17vw;
  }

  .cart-placeholder {
    display: none;
  }

  .restaurant-checkout-tabs {
    z-index: 15;
    width: auto;
    min-width: auto;
    max-width: none;
    height: 0%;
    position: fixed;
    inset: 0%;
  }

  .rest-tab-content {
    padding-top: 0;
  }

  .rest-tab-pane {
    height: 0%;
  }

  .rest-checkout {
    z-index: 20;
    width: auto;
    min-width: auto;
    max-width: none;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    margin-bottom: 0;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .table-selector-menu {
    z-index: 25;
    border-top: 1px solid var(--border);
    width: auto;
    position: fixed;
    inset: auto 0% 0%;
  }

  .print-receipt {
    height: 50px;
  }

  .overlay-sidebar {
    z-index: 30;
  }

  .content-wrapper {
    min-width: auto;
    max-width: none;
  }

  .svg--ic1 {
    width: 24px;
    height: 24px;
  }

  .contain {
    padding: 100px 15px 80px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .auth-form-wrapper {
    padding-left: 0;
  }

  .pages-h2 {
    letter-spacing: -.015em;
    font-size: 1.5em;
  }

  .form-header {
    margin-bottom: 2em;
  }

  .auth-form {
    justify-content: center;
  }

  .form-content {
    box-shadow: none;
  }

  .themenu {
    width: 100%;
  }

  .when-clicked-close {
    display: none;
  }

  .table-checkbox-wrapper {
    width: 60px;
    height: 60px;
  }

  .menu-icon-wrapper {
    position: static;
  }

  .form-field-wrapper.wrap-search {
    flex: none;
  }

  .flyout-menu-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .table-image-wrapper {
    border-radius: 0%;
    width: 60px;
    height: auto;
  }

  .cell-label {
    height: 24px;
  }

  .cell-label._25, .cell-label._20, .cell-label._10, .cell-label._15 {
    width: 100%;
  }

  .table {
    border-top-style: solid;
    border-bottom-style: none;
    border-right-style: none;
    flex-wrap: wrap;
    display: flex;
  }

  .table-row-action-button-wrapper {
    height: 60px;
  }

  .flyout-menu-wrapper {
    z-index: 150;
    border-radius: 24px 24px 0 0;
    min-height: auto;
    max-height: 70vh;
    position: fixed;
    inset: auto 0% 0%;
  }

  .table-row {
    border-top-style: none;
    border-bottom-style: solid;
    border-right-style: solid;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }

  .table-row.cell-label-wrapper {
    display: none;
  }

  .table-utility-row {
    height: auto;
  }

  .icon-3 {
    display: none;
  }

  .table-cell {
    height: 24px;
  }

  .table-cell._10, .table-cell._15 {
    width: 100%;
  }

  .table-cell._20, .table-cell._25 {
    width: 100%;
  }

  .table-cell._25.client-cell {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-bottom: 8px;
  }

  .table-cell._10, .table-cell._15 {
    width: 100%;
  }

  .table-cell._15.i {
    display: none;
  }

  .table-cell._20 {
    width: 100%;
  }

  .table-row-content {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .table-cell-text {
    overflow: visible;
  }

  .icon-4 {
    display: none;
  }

  .table-cell-text-2 {
    overflow: visible;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .form {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper.no-flex {
    padding-top: 80px;
  }

  .sidebar {
    width: 100%;
  }

  .checkout {
    display: none;
  }

  .topbar.in-page-mobilie {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 15px;
    padding-right: 8px;
  }

  .page-h1 {
    height: 22px;
    font-size: 18px;
  }

  .topbar-header-wrap._0 {
    margin-left: 0;
  }

  .items-grid {
    grid-template-columns: 1fr 1fr;
  }

  .thumbanail-wrap {
    height: 40vw;
  }

  .button.blue.biggest._5 {
    margin-top: 20px;
  }

  .button.blue.biggest.ear {
    width: 80%;
  }

  .button.red, .button.fauchy {
    min-width: 30%;
    max-width: 30%;
  }

  .payment-method {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sec-title-wrap.tender-title {
    text-align: center;
    margin-bottom: 12px;
    font-size: 14px;
  }

  .sec-title-wrap.tender-title.troco {
    font-size: 22px;
  }

  .cart-item {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }

  .wrap {
    cursor: pointer;
  }

  .list-item-title {
    height: auto;
    min-height: 18px;
    max-height: 40px;
    padding-left: 7px;
    padding-right: 5px;
    font-size: 13px;
  }

  .list-item-title.price {
    font-size: 12px;
  }

  .config-form, .config-cta-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .config-tab-title {
    font-size: 16px;
  }

  .close-config-icon {
    width: auto;
    height: 75%;
    padding-left: 13px;
    padding-right: 13px;
  }

  .popup-header {
    height: 22px;
    font-size: 20px;
  }

  .operador-name {
    margin-bottom: 8px;
  }

  .operador-thumbnail {
    width: 35vw;
    height: 35vw;
  }

  .cart-placeholder {
    display: none;
  }

  .container.sucesso-page {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .keypad {
    height: 6svh;
    font-size: 15px;
  }

  .tender-item {
    margin-top: 15px;
  }

  .tender-value-wrap {
    font-size: 22px;
  }

  .tender-value-wrap.troco {
    font-size: 40px;
  }

  .center-info-wrap {
    width: 100%;
  }

  .sucesso {
    width: 120px;
    margin-top: 10svh;
  }

  .text-field.side-by-side-left.with-icon {
    padding-left: 35px;
  }

  .icon-2 {
    width: 44px;
    height: 44px;
  }

  .contain {
    padding-top: 30px;
  }

  .pages-h2 {
    max-width: none;
    font-size: 18px;
  }

  .field-lable {
    font-size: 16px;
  }

  .auth-form {
    min-width: 0;
  }

  .restore-password-cta-text {
    font-size: 14px;
  }

  .submit-button {
    font-size: 15px;
  }

  .form-content {
    border-radius: 12px;
    padding-left: 2em;
    padding-right: 2em;
  }

  .menu-wrapper {
    display: none;
  }

  .text-field-3 {
    height: auto;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .grid-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .text-block-139 {
    font-size: 13px;
  }

  .form-text-field.whitex {
    margin-bottom: 5px;
  }

  .filter-date-status-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .filter-date-status-wrapper.centered._5 {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .table-checkbox-wrapper {
    width: 50px;
  }

  .form-field-wrapper.wrap-search._10 {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }

  .form-field-wrapper.short {
    margin-bottom: 0;
  }

  .flyout-menu-content {
    padding-left: 8px;
    padding-right: 8px;
  }

  .table {
    background-color: #0000;
    border-style: none;
    flex-direction: column;
  }

  .table-row-action-button-wrapper {
    padding-right: 0;
  }

  .flyout-menu-wrapper {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .main-font-icon.smaller-icon {
    z-index: 200;
  }

  .table-row {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #fff;
    border-style: none;
    border-color: #000;
    border-radius: 4px;
    flex-direction: row;
    margin-bottom: 15px;
  }

  .table-utility-row {
    background-color: #fff;
    border-radius: 4px;
    flex-direction: row;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 14px;
  }

  .icon-3 {
    display: block;
  }

  .table-cell._15 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-left: 0;
  }

  .table-cell._20 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-bottom: 5px;
    padding-left: 0;
  }

  .table-cell._25, .table-cell._25.client-cell {
    padding-left: 0;
  }

  .table-cell._10 {
    margin-bottom: 5px;
    padding-left: 0;
    display: none;
  }

  .table-cell._15 {
    height: auto;
    padding-left: 0;
  }

  .table-cell._15.i {
    display: none;
  }

  .table-cell._20 {
    margin-bottom: 5px;
    padding-left: 0;
  }

  .table-row-content {
    padding-bottom: 8px;
    padding-left: 8px;
  }

  .table-row-content.item-link {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .table-cell-text {
    font-weight: 400;
    line-height: 100%;
    overflow: hidden;
  }

  .table-cell-text.bold {
    font-weight: 600;
  }

  .text-block-140 {
    color: var(--overlay);
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 12px;
    display: block;
  }

  .table-tab-link {
    width: auto;
    margin-right: 15px;
    padding-bottom: 20px;
    line-height: 1;
    overflow: hidden;
  }

  .icon-4 {
    display: block;
  }

  .table-cell-text-2 {
    font-weight: 400;
    line-height: 100%;
    overflow: hidden;
  }

  .table-cell-text-2.bold {
    font-weight: 600;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .checkbox-3 {
    width: 40px;
    height: 40px;
  }

  .image-2 {
    height: 70px;
  }

  .div-block-121 {
    padding-top: 15px;
  }

  .text-block-142 {
    font-size: 14px;
  }

  .div-block-123 {
    min-width: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .nova-reserva {
    bottom: 25px;
    right: 25px;
  }

  .div-block-127 {
    width: 50px;
    height: 50px;
  }

  .div-block-128 {
    margin-right: 3px;
  }

  .text-block-145 {
    font-size: 15px;
  }

  .abrir-mesa-wrapper {
    display: none;
  }

  .form {
    padding: 35px;
  }

  .form-field-lable {
    margin-bottom: 0;
    font-size: 14px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .div-block-132 {
    width: 90%;
  }
}

#w-node-_02d38611-51c6-54f0-2a60-b8ff37800fff-dc961cce {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_05c31181-248d-2d24-4a5f-b020296ebc00-dc961cce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3529e5f-4ef7-79bf-c17a-fafb5f5ab5cb-dc961cce, #w-node-_430c6b7d-875a-70bf-2ae0-6d13fc130e23-dc961cce, #w-node-_9ddefcc1-2980-5d42-17cb-6a38543cf84e-dc961cce, #w-node-dcd4fcd4-67e6-1880-e299-1f3f382b525e-dc961cce, #w-node-eaa8259b-7678-5fd8-25b3-5d67276c78a4-dc961cce, #w-node-e83d5f8f-7f9d-4dd4-f30b-9a5c13c2d352-dc961cce, #w-node-_3dd8a753-208b-43d5-8d95-aefb2e6a3f98-dc961cce, #w-node-_8c01fbaa-9e31-48c9-be94-a3d01e215b02-dc961cce, #w-node-_15130495-1062-a865-571d-8a065d79bca6-dc961cce, #w-node-_86881cb4-2359-f862-c4f0-2206ab36d959-dc961cce, #w-node-_568e384f-4260-f1c1-710c-4aed780885d3-dc961cce, #w-node-b38bb1d8-691f-912e-bcbb-efa3b255d22a-dc961cce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29e408cf-c8d8-eeb7-ca06-eed866309dbe-dc961cce, #w-node-_75f3672a-6993-47f8-85c0-bd16004e950c-3ab1d183 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_57f18233-a28d-748e-5727-00f3f07c7a5b-3ab1d183 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29e408cf-c8d8-eeb7-ca06-eed866309dbe-3ab1d183 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_715ce470-e6fd-0162-0a0e-5623e3edb99c-d8c34f9d, #w-node-_880f3ac3-35b5-61e7-ff64-11ebdcb4091d-d8c34f9d, #w-node-_4de72785-0f47-29b7-d080-d2c05111524b-d8c34f9d, #w-node-f8472d84-3b01-9a81-c1c3-813852e7bd9f-d8c34f9d, #w-node-_9d87503f-500f-cf7a-28cf-40b98d3535a1-d8c34f9d, #w-node-d9014fdc-22d7-5adb-6930-8e804b50ab47-d8c34f9d, #w-node-_5296edd0-a9f0-07a9-dcb6-ad6906f53b6d-d8c34f9d, #w-node-b71ec675-97ec-7f85-520b-1760a25ed3f6-d8c34f9d, #w-node-_48ceeb46-a9dc-2449-4871-a9061aea2344-d8c34f9d, #w-node-_7ed02ecc-c5c4-865e-d04e-c4c5f1a948b2-d8c34f9d, #w-node-bad335ad-31c9-c45d-f255-f13b78da47ba-d8c34f9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02d38611-51c6-54f0-2a60-b8ff37800fff-63e32032 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_05c31181-248d-2d24-4a5f-b020296ebc00-63e32032 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3529e5f-4ef7-79bf-c17a-fafb5f5ab5cb-63e32032, #w-node-_430c6b7d-875a-70bf-2ae0-6d13fc130e23-63e32032, #w-node-_9ddefcc1-2980-5d42-17cb-6a38543cf84e-63e32032, #w-node-dcd4fcd4-67e6-1880-e299-1f3f382b525e-63e32032, #w-node-eaa8259b-7678-5fd8-25b3-5d67276c78a4-63e32032, #w-node-e83d5f8f-7f9d-4dd4-f30b-9a5c13c2d352-63e32032, #w-node-_3dd8a753-208b-43d5-8d95-aefb2e6a3f98-63e32032, #w-node-_8c01fbaa-9e31-48c9-be94-a3d01e215b02-63e32032, #w-node-_15130495-1062-a865-571d-8a065d79bca6-63e32032, #w-node-_86881cb4-2359-f862-c4f0-2206ab36d959-63e32032, #w-node-_568e384f-4260-f1c1-710c-4aed780885d3-63e32032, #w-node-b38bb1d8-691f-912e-bcbb-efa3b255d22a-63e32032 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29e408cf-c8d8-eeb7-ca06-eed866309dbe-63e32032, #w-node-_75f3672a-6993-47f8-85c0-bd16004e950c-597610d5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_57f18233-a28d-748e-5727-00f3f07c7a5b-597610d5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29e408cf-c8d8-eeb7-ca06-eed866309dbe-597610d5, #w-node-_02d38611-51c6-54f0-2a60-b8ff37800fff-0d785978 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_05c31181-248d-2d24-4a5f-b020296ebc00-0d785978 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3529e5f-4ef7-79bf-c17a-fafb5f5ab5cb-0d785978, #w-node-_430c6b7d-875a-70bf-2ae0-6d13fc130e23-0d785978, #w-node-_9ddefcc1-2980-5d42-17cb-6a38543cf84e-0d785978, #w-node-dcd4fcd4-67e6-1880-e299-1f3f382b525e-0d785978, #w-node-eaa8259b-7678-5fd8-25b3-5d67276c78a4-0d785978, #w-node-e83d5f8f-7f9d-4dd4-f30b-9a5c13c2d352-0d785978, #w-node-_3dd8a753-208b-43d5-8d95-aefb2e6a3f98-0d785978, #w-node-_8c01fbaa-9e31-48c9-be94-a3d01e215b02-0d785978, #w-node-_15130495-1062-a865-571d-8a065d79bca6-0d785978, #w-node-_86881cb4-2359-f862-c4f0-2206ab36d959-0d785978, #w-node-_568e384f-4260-f1c1-710c-4aed780885d3-0d785978, #w-node-b38bb1d8-691f-912e-bcbb-efa3b255d22a-0d785978 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29e408cf-c8d8-eeb7-ca06-eed866309dbe-0d785978, #w-node-_75f3672a-6993-47f8-85c0-bd16004e950c-0ccbb9a6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_57f18233-a28d-748e-5727-00f3f07c7a5b-0ccbb9a6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29e408cf-c8d8-eeb7-ca06-eed866309dbe-0ccbb9a6, #w-node-_29e408cf-c8d8-eeb7-ca06-eed866309dbe-1fe507be {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#field.w-node-_6d87a5ab-511c-a5de-885a-aa55300885e1-59797558, #field-2.w-node-_6d87a5ab-511c-a5de-885a-aa55300885e2-59797558, #field.w-node-_6d87a5ab-511c-a5de-885a-aa55300885e1-23af317f, #field-2.w-node-_6d87a5ab-511c-a5de-885a-aa55300885e2-23af317f, #field-2.w-node-a0cb5a6c-a47b-a764-db28-b47aa1d6311f-23af317f, #w-node-_715ce470-e6fd-0162-0a0e-5623e3edb99c-a4e8b447, #w-node-_880f3ac3-35b5-61e7-ff64-11ebdcb4091d-a4e8b447, #w-node-_4de72785-0f47-29b7-d080-d2c05111524b-a4e8b447, #w-node-f8472d84-3b01-9a81-c1c3-813852e7bd9f-a4e8b447, #w-node-_9d87503f-500f-cf7a-28cf-40b98d3535a1-a4e8b447, #w-node-d9014fdc-22d7-5adb-6930-8e804b50ab47-a4e8b447, #w-node-_5296edd0-a9f0-07a9-dcb6-ad6906f53b6d-a4e8b447, #w-node-b71ec675-97ec-7f85-520b-1760a25ed3f6-a4e8b447, #w-node-_48ceeb46-a9dc-2449-4871-a9061aea2344-a4e8b447, #w-node-_7ed02ecc-c5c4-865e-d04e-c4c5f1a948b2-a4e8b447, #w-node-bad335ad-31c9-c45d-f255-f13b78da47ba-a4e8b447 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29e408cf-c8d8-eeb7-ca06-eed866309dbe-f17d5845 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (min-width: 1920px) {
  #w-node-b38bb1d8-691f-912e-bcbb-efa3b255d22a-dc961cce, #w-node-b38bb1d8-691f-912e-bcbb-efa3b255d22a-63e32032, #w-node-b38bb1d8-691f-912e-bcbb-efa3b255d22a-0d785978 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_549170d1-a07d-1635-3c75-d4791c75a75b-dc961cce, #w-node-_81aa9867-495c-25a3-c4f1-8163281368d1-0d785978, #w-node-_549170d1-a07d-1635-3c75-d4791c75a75b-0d785978, #w-node-_53494bd4-dee7-72f0-fa4e-446f2d60201e-0d785978, #w-node-_549170d1-a07d-1635-3c75-d4791c75a75b-1fe507be, #w-node-_549170d1-a07d-1635-3c75-d4791c75a75b-f17d5845 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Checkout';
  src: url('../fonts/Checkout.eot') format('embedded-opentype'), url('../fonts/Checkout.woff') format('woff'), url('../fonts/Checkout.ttf') format('truetype'), url('../fonts/Checkout.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Sidebar';
  src: url('../fonts/Sidebar.eot') format('embedded-opentype'), url('../fonts/Sidebar.woff') format('woff'), url('../fonts/Sidebar.ttf') format('truetype'), url('../fonts/Sidebar.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Topbar';
  src: url('../fonts/Topbar.eot') format('embedded-opentype'), url('../fonts/Topbar.woff') format('woff'), url('../fonts/Topbar.ttf') format('truetype'), url('../fonts/Topbar.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Alert';
  src: url('../fonts/Alert.eot') format('embedded-opentype'), url('../fonts/Alert.woff') format('woff'), url('../fonts/Alert.ttf') format('truetype'), url('../fonts/Alert.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Buttons';
  src: url('../fonts/buttons.eot') format('embedded-opentype'), url('../fonts/buttons.woff') format('woff'), url('../fonts/buttons.ttf') format('truetype'), url('../fonts/buttons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Content';
  src: url('../fonts/Content.eot') format('embedded-opentype'), url('../fonts/Content.woff') format('woff'), url('../fonts/Content.ttf') format('truetype'), url('../fonts/Content.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Quantity';
  src: url('../fonts/Quantiry.eot') format('embedded-opentype'), url('../fonts/Quantiry.woff') format('woff'), url('../fonts/Quantiry.ttf') format('truetype'), url('../fonts/Quantiry.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Config';
  src: url('../fonts/Config.eot') format('embedded-opentype'), url('../fonts/Config.woff') format('woff'), url('../fonts/Config.ttf') format('truetype'), url('../fonts/Config.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}