﻿.OrderTypeContainer {
  position: absolute;
  border-radius: 40px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(50, 50, 50, 0.57);
  box-shadow: 0px 0px 10px 1px rgba(50, 50, 50, 0.57);
  top: 3px;
  left: calc(50vw + 490px);
  z-index: 9;
  transition: all 0.5s;
}
.OrderTypeContainer img {
  width: 25px;
}
.CallForServiceContainer {
  position: absolute;
  border-radius: 40px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(50, 50, 50, 0.57);
  box-shadow: 0px 0px 10px 1px rgba(50, 50, 50, 0.57);
  top: 3px;
  left: calc(50vw - 540px);
  z-index: 9;
  transition: all 0.5s;
}
.CallForServiceContainer img {
  width: 25px;
}
@media (max-width: 1100px) {
  .OrderTypeContainer {
    left: calc(100vw -1000px);
  }
  .CallForServiceContainer {
    left: 10px;
    right: auto;
    top: 10px;
  }
}
.functionButton {
  padding: 0px 8px;
  max-height: 35px;
  border-radius: 35px;
  font-size: 1em;
}
.round-button {
  max-width: 40px;
  min-width: 40px;
  width: 40px;
  height: 40px;
  max-height: 40px;
  min-height: 40px;
  vertical-align: middle;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
}
.addButton {
  padding: 0px 8px;
  max-height: 35px;
  border-radius: 35px;
  font-size: 1em;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.addButton:disabled {
  opacity: 0.2;
}
.functionIcon {
  font-size: 1em;
}
.functionText {
  font-size: 1em;
}
.pageButton {
  padding: 10px 40px;
  border-radius: 50px;
  border: 1px solid transparent;
}
.pageButton:disabled {
  opacity: 0.3;
}
.pageButton:not([disabled]):hover {
  border-width: 1px;
}
.SubGroupItems .md-card {
  border: 0.5px solid rgba(0, 0, 0, 0.14);
  outline: none;
  padding: 0px;
  border-radius: 10px;
  overflow: hidden;
  margin: 5px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.SubGroupItems .md-card .SubGroupItems-image {
  width: calc(100% + 10px);
  max-width: calc(100% + 10px);
  height: auto;
  grid-column: span 2;
  margin-left: -5px;
  margin-top: -1px;
}
.SubGroupItems .md-card .PosItemTextContainer {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr auto;
}
.SubGroupItems .md-card .PosItemTextContainer .ItemName {
  font-size: 1em;
  margin-left: 10px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: clip;
  grid-row: 1;
  grid-column: span 2;
  height: 37px;
}
.SubGroupItems .md-card .PosItemTextContainer .ItemValue {
  text-transform: lowercase;
  font-size: 1.2em;
  margin-left: 6px;
  margin-top: 10px;
  grid-row: 2;
  grid-column: 1;
  display: flex;
  align-content: end;
  align-items: end;
}
.SubGroupItems .md-card .PosItemTextContainer .addButton {
  grid-row: 2;
  grid-column: 2;
  margin-top: -5px;
}
.SubGroupItems .md-card .text-SoldOut {
  opacity: 0.5;
  font-family: 'SoldOut';
  text-rendering: auto;
  position: absolute;
  font-size: 65px;
  line-height: 35px;
  top: 30px;
  margin-bottom: -55px;
  text-align: center;
  color: #ff0000;
  width: 100%;
  grid-column: 1 span 2;
  grid-row: 1 span 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
.GroupContainer {
    width: ~'calc(100% - 8px)';
    margin: 4px;
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: min-content;
    grid-gap: 10px;
    grid-auto-flow: row;
    grid-column: span 2;
}


.SubGroupContainer {
    width: ~'calc(100% - 8px)';
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column: span 2;
    margin: 4px;
}
*/
.groupHeading {
  position: sticky;
  top: -2px;
  padding: 3px;
  width: 100%;
  text-align: center;
  z-index: 5;
  grid-column: span 3;
  align-content: end;
  min-height: 84px;
}
.buttonContainer:disabled {
  opacity: 0.2;
}
.PosCategory {
  /*width: ~'calc(50% - 20px)';*/
  margin: 5px;
  position: relative;
}
.PosCategory .buttonContainer {
  display: grid;
  width: calc(100% - 10px);
  grid-template-rows: auto 1fr;
  position: relative;
  overflow: hidden;
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 10px;
  margin: 5px;
  -webkit-box-shadow: 1px 2px 2px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 2px 2px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 2px 2px rgba(50, 50, 50, 0.75);
}
.PosCategory .buttonContainer .buttonContainer-buttonImage {
  margin-top: -10px;
  margin-left: -20px;
  width: calc(100% + 40px);
  height: auto;
}
.PosCategory .buttonContainer .buttonContainer-buttontext {
  margin: -10px;
  padding: 10px;
  padding-top: 20px;
  width: calc(100% + 20px);
  display: grid;
  grid-template-rows: auto auto auto;
  font-weight: bold;
  font-size: 1em;
}
.PosCategory .buttonContainer .buttonContainer-buttontext .description {
  /*padding-bottom: 25px;*/
}
.PosCategory .buttonContainer .buttonContainer-buttontext .icons {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.PosCategory .buttonContainer .buttonContainer-buttontext .icons .likedIcon {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  padding-left: 4px;
  padding-top: 8px;
  /*-webkit-box-shadow: 1px 1px 8px rgba(50, 50, 50, 0.75);
                    -moz-box-shadow: 1px 1px 8px rgba(50, 50, 50, 0.75);
                    box-shadow: 1px 1px 8px rgba(50, 50, 50, 0.75);*/
}
.PosCategory:disabled {
  opacity: 0.2;
}
.PosGroups {
  /*width: ~'calc(50% - 22px)';*/
  margin: 10px;
  position: relative;
}
.PosGroups .buttonContainer {
  width: calc(100% - 10px);
  display: grid;
  grid-template-rows: auto 1fr;
  position: relative;
  overflow: hidden;
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 10px;
  margin: 5px;
  -webkit-box-shadow: 1px 2px 2px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 2px 2px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 2px 2px rgba(50, 50, 50, 0.75);
}
.PosGroups .buttonContainer .buttonContainer-buttonImage {
  margin-top: -10px;
  margin-left: -20px;
  width: calc(100% + 40px);
  height: auto;
}
.PosGroups .buttonContainer .buttonContainer-buttontext {
  margin: -10px;
  padding: 10px;
  padding-top: 20px;
  width: calc(100% + 20px);
  display: grid;
  grid-template-rows: auto auto auto;
  font-weight: bold;
  font-size: 1em;
}
.PosGroups .buttonContainer .buttonContainer-buttontext .description {
  /*padding-bottom: 25px;*/
}
.PosGroups .buttonContainer .buttonContainer-buttontext .icons {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.PosGroups .buttonContainer .buttonContainer-buttontext .icons .likedIcon {
  /*background-color: rgba(255, 255, 255, 0.47);*/
  width: 30px;
  height: 30px;
  border-radius: 15px;
  padding-left: 4px;
  padding-top: 8px;
  /*-webkit-box-shadow: 1px 1px 8px rgba(50, 50, 50, 0.75);
                    -moz-box-shadow: 1px 1px 8px rgba(50, 50, 50, 0.75);
                    box-shadow: 1px 1px 8px rgba(50, 50, 50, 0.75);*/
}
.PosGroups:disabled {
  opacity: 0.2;
}
.PosItems {
  width: 100%;
}
.buttonText {
  font-size: 15px;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  margin: 0px;
  padding: 12px 3px;
  line-height: 1;
  text-transform: uppercase;
}
.colSpan3 {
  grid-column: span 3;
}
@media only screen and (max-width: 600px) {
  .PosCategory {
    width: calc(100% - 10px);
    position: relative;
    margin: 5px;
  }
  .PosCategory:disabled {
    opacity: 0.2;
  }
  .PosGroups {
    width: calc(100% - 10px);
    position: relative;
    margin: 5px;
  }
  .PosGroups > .buttonContainer {
    /*height: 170px;*/
  }
  .SubGroupContainer {
    width: calc(100% - 10px);
    margin: 5px;
    position: relative;
  }
  /* .GroupContainer {
        width: 100vw;
        grid-template-columns: 1fr;
    }



    .SubGroupContainer {
        width: ~'calc(100% - 16px)';
        margin: 8px;
    }*/
  .SubGroupItems {
    width: calc(100% - 10px);
  }
  .functionButton {
    padding: 0px 0px !important;
    width: 35px !important;
    max-width: 35px !important;
    min-width: 35px !important;
  }
  .functionIcon {
    margin-left: -1px;
    margin-top: -2px;
    font-size: 20px;
  }
  .functionText {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .SubGroupItems {
    width: calc(100vw - 20px);
    padding: 10px;
  }
}
.orderwrap {
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orderbutton {
  width: 300px;
  min-height: 300px;
  font-family: 'Nunito', sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.26);
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
  transition: all 0.3s ease-in-out 0s;
}
.orderbutton::after {
  content: '';
  min-width: calc(250px + 12px);
  min-height: calc(250px + 12px);
  border: 10px solid rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.26);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 1000px;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
  opacity: 0;
}
@keyframes ring {
  0% {
    width: 200px;
    height: 200px;
    opacity: 0.3;
  }
  100% {
    width: 500px;
    height: 500px;
    opacity: 0;
  }
}
@font-face {
  font-family: 'SoldOut';
  src: url('../fonts/top-secret.regular-webfont.woff2') format('woff2'), url('../fonts/top-secret.regular-webfont.woff') format('woff'), url('../fonts/top-secret.regular.ttf') format('truetype');
}
/*@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Regular.woff2') format('woff2'), url('../fonts/Nunito-Regular.woff') format('woff'),url('../fonts/Nunito-Regular.svg#svgFontName') format('svg'), url('../fonts/Nunito-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'NunitoLight';
    src: url('../fonts/Nunito-ExtraLight.woff2') format('woff2'), url('../fonts/Nunito-ExtraLight.woff') format('woff'),url('../fonts/Nunito-ExtraLight.svg#svgFontName') format('svg'), url('../fonts/Nunito-ExtraLight.ttf') format('truetype');
}*/
.text-NotAvailable {
  position: absolute;
  top: 40px;
  left: 0px;
  font-family: 'SoldOut';
  text-rendering: auto;
  font-size: 50px;
  text-align: center;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-Heading1 {
  font-size: 25px;
  text-align: center;
  width: 100%;
}
.text-Heading1-alt {
  font-family: "NunitoLight", "sans-serif";
  font-size: 45px;
  line-height: 40px;
  text-align: center;
  width: 100%;
}
.text-Heading2 {
  font-size: 18px;
  text-align: center;
  width: calc(100% - 40px);
  margin: 2px 20px 5px 20px;
}
.text-Decription {
  font-size: 20px;
  line-height: 19px;
}
.text-Option {
  font-size: 20px;
  margin-left: 20px;
  margin-right: 5px;
}
.text-Small {
  font-size: 10px;
}
.text-buttonLarge {
  font-size: 20px;
}
.text-ItemName {
  text-transform: initial;
}
.text-ItemValue {
  text-transform: lowercase;
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}
.text-ItemDecription {
  font-size: 12px;
}
.text-align-right {
  text-align: right ;
}
@media (max-width: 450px) {
  .text-Heading1 {
    font-size: 30px;
  }
  .text-Heading2 {
    font-size: 15px;
  }
  .text-Option {
    font-size: 14px;
  }
  .text-NotAvailable {
    font-size: 50px;
    line-height: 50px;
    top: calc(50% - 25px);
  }
}
.ItemDialog {
  min-width: 700px;
  max-width: 700px;
  overflow-y: hidden !important;
  overflow-x: hidden !important;
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  max-height: calc(100vh - 50px);
  min-height: 400px;
  z-index: 99;
}
.ItemDialog .ItemDialog-Heading {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 0px;
  margin-bottom: 0;
  width: calc(100% + 20px);
  z-index: 8;
  text-align: center;
}
.ItemDialog .ItemDialog-Heading .headerimage {
  margin-top: 0px;
  margin-left: -6px;
  margin-right: -6px;
  width: calc(100% + 12px);
  height: auto;
}
.ItemDialog .ItemDialog-Heading .headerimage img {
  width: 100%;
  height: auto;
}
.ItemDialog .ItemDialog-Heading .itemDialog-Image {
  margin-top: -2px;
  margin-left: -6px;
  margin-right: -6px;
  width: calc(100% + 12px);
  height: auto;
}
.ItemDialog .ItemDialog-Heading-Text {
  width: 100%;
  font-size: 45px;
  line-height: 40px;
  vertical-align: central;
  text-align: center;
  background-color: #fff;
}
.ItemDialog .ItemDialog-Footer {
  width: 100%;
  padding: 10px;
  margin-top: -30px;
  z-index: 5;
  position: absolute;
  bottom: 0px;
}
.ItemDialog .itemDialog-scroller {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto auto 1fr;
  overflow-y: auto;
  max-height: calc(100vh - 130px);
  min-height: 300px;
  width: calc(100% - 0px);
  padding: 10px;
  padding-bottom: 90px;
  overflow-x: hidden !important;
  z-index: 2;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
}
.ItemDialog .svgButton {
  border-radius: 10px;
  margin: 10px;
  width: calc(100% - 20px);
  max-width: 350px;
}
.ItemDialog .svgButton img {
  width: 100%;
}
.ItemDialog .loading {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 100px;
  margin-top: 50px;
}
.ItemDialog .loading-logo {
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  height: auto;
}
.ItemDialog .loading-logo img {
  width: 150px;
  height: auto;
}
.pageWebDescription {
  margin-top: -5px;
  padding-top: 10px;
  font-size: 16px;
}
.pageWebDescription-container {
  max-height: 200px;
}
.ItemDialog-allergens {
  text-align: center;
  padding: 5px;
  width: 100%;
}
.ItemDialog-Total {
  margin-top: 5px;
  font-size: 30px;
  text-align: center;
  width: 100%;
}
.itemDialog-grat-scroller {
  /*position: absolute;
    top: 50%;
    left: 5px;*/
  /*height:100%;*/
  overflow-y: scroll;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  /*height: ~'calc(30% - 60px)';*/
  min-height: calc(50px);
  max-height: calc(80vh);
  width: calc(100% - 1px);
  padding: 2px;
  /* overflow-y: auto !important;*/
  overflow-x: hidden !important;
  /* margin-bottom: 70px;
    margin-top:-80px;
    flex: 1;
    flex-grow: 1;*/
  margin-bottom: 30px;
  flex: none;
}
.itemDialog-itemOption-Container {
  position: relative;
  width: calc(100% - 20px);
  padding: 5px 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.pageOptionGroupContainer {
  position: relative;
  padding-top: 10px;
  padding-left: 5px;
  padding-bottom: 10px;
  width: calc(100% - 10px);
  text-align: left;
}
.pageOptionContainer {
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.pageItemHeading {
  position: sticky;
  top: -10px;
  z-index: 5;
  font-size: 23px;
  line-height: 25px;
  font-weight: bold;
  margin-top: -5px;
  padding: 5px;
  text-align: center;
  width: calc(100% + 10px);
  margin-left: -10px;
}
.pageOptionHeading {
  position: sticky;
  top: 0px;
  z-index: 2;
  padding: 0px 0px;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: center;
  width: calc(100%);
  background-color: #fff;
}
.pageOptionHeading-Container {
  position: sticky;
  top: -10px;
  padding: -10px;
  width: calc(100%);
  background-color: #fff;
  z-index: 999;
}
.pageLinkHeading {
  position: sticky;
  top: 0px;
  z-index: 99;
  padding: 5px;
  font-size: 23px;
  font-weight: bold;
  line-height: 25px;
  margin-top: 5px;
  text-align: center;
  width: calc(100%);
  background-color: #fff;
}
.pageLinkHeadingMinMax {
  width: 100%;
  font-size: 14px;
  position: absolute;
  bottom: 5px;
  text-align: center;
  opacity: 0.4;
}
.orderType-container {
  width: calc(100% - 80px);
  margin: 40px;
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-flow: row;
  grid-gap: 10px;
  justify-items: center;
}
@media (max-width: 1000px) {
  .orderType-container {
    width: calc(100% - 120px);
    margin: 60px;
    margin-top: 0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-auto-flow: row;
    grid-gap: 5px;
    justify-items: center;
  }
}
@media (max-width: 800px) {
  .ItemDialog-Total {
    font-size: 20px;
  }
  .ItemDialog {
    min-width: 100vw;
    max-width: 100vw;
    max-height: calc(100vh - 100px);
    min-height: calc(100vh - 100px);
  }
  .itemDialog-itemOption-Container {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
  }
  .pageOptionHeading {
    /*font-size: 18px;*/
  }
  .pageLinkHeading {
    font-size: 18px;
  }
  /* .itemDialog-scroller {
            max-height: calc(60vh);
        }*/
}
.page-sales {
  display: grid;
  grid-template-columns: 1fr minmax(250px, 1100px) 1fr;
  overflow: hidden;
}
.page-sales .pageContainer {
  display: grid;
  grid-column: 2;
  grid-template-rows: auto 1fr auto 40px;
  max-width: 1100px;
  position: relative;
  height: calc(100vh);
  min-height: -webkit-fill-available;
}
.page-sales .pageContainer .headerContainer {
  height: auto;
  position: sticky;
  top: 0px;
  z-index: 5;
  display: grid;
  grid-template-columns: 100px 1fr 100px;
  align-items: start;
  align-content: center;
}
.page-sales .pageContainer .headerContainer .headerimage {
  width: calc(100%);
  height: auto;
  grid-column: span 3;
}
.page-sales .pageContainer .headerContainer .headerimage img {
  width: 100%;
  height: auto;
}
.page-sales .pageContainer .headerContainer .storeName {
  width: calc(100% - 0px);
  font-size: 16px;
  font-weight: bold;
  height: 16px;
  text-align: center;
  margin-top: 9px;
  margin-bottom: -24px;
  /* max-width: 200px; */
  grid-column: 2;
  grid-row: 2;
}
.page-sales .pageContainer .headerContainer .TopToolBar {
  width: calc(100%);
  display: flex;
  flex-direction: row;
  z-index: 7;
  overflow: hidden;
  overflow-x: hidden;
  grid-column: span 3;
}
.page-sales .pageContainer .headerContainer .TopToolBar .pageCartTotalContainer {
  margin-right: -20px;
  margin-top: 4px;
  padding-top: 8px;
  padding-right: 30px;
  padding-left: 15px;
  font-size: 1em;
  font-weight: bold;
  border-radius: 20px 0 0 20px;
  height: 38px;
  z-index: 999;
}
.page-sales .pageContainer .headerContainer .TopToolBar .pageCartTotalContainer .pageCartTotal {
  display: flex;
  flex-direction: row;
  margin-top: 2px;
}
.page-sales .saleslistContainer {
  padding-bottom: 40px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 15px;
}
.page-sales .saleslistContainer .posItemContainer {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column: span 2;
  position: relative;
}
.page-sales .saleslistContainer .sideNav {
  margin-left: 0px;
  height: 350px;
}
.page-sales .saleslistContainer .sideNavMenu {
  margin-left: 0px;
  height: 340px;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.page-sales .activeMenu {
  position: sticky;
  bottom: 0px;
  border-radius: 0 0 20px 20px;
  display: flex;
  padding: 5px;
  flex-direction: row;
  justify-content: center;
  width: calc(100%);
  margin-bottom: 20px;
  margin-top: -1px;
  text-align: center;
  z-index: 12;
  min-height: 40px;
}
.groupHeading {
  grid-column: span 3;
  /* width: ~'calc(100vw - 15px)';*/
  text-align: center;
}
.CartTotalAnimate {
  transition: all;
  animation: cart-animation 3.5s infinite alternate-reverse;
  clip: rect(0px, 60px, 200px, 0px);
  -webkit-clip-path: circle(120px at center);
  clip-path: circle(120px at center);
}
@keyframes cart-animation {
  0% {
    transform: translateX(0) skewX(0deg);
  }
  80% {
    transform: translateX(0) skewX(0deg);
  }
  90% {
    transform: translateX(200px) skewX(-25deg);
  }
  100% {
    transform: translateX(0) skewX(0deg);
  }
}
.hidechevron {
  opacity: 0;
}
.showchevron {
  opacity: 1;
}
.bounceAnimate {
  transition: all;
  animation: bounce-animation 1s ease-in-out infinite alternate-reverse;
}
@keyframes bounce-animation {
  0% {
    -webkit-transform: translateY(0px);
  }
  20% {
    -webkit-transform: translateY(-10px);
  }
  40% {
    -webkit-transform: translateY(0px);
  }
  60% {
    -webkit-transform: translateY(-10px);
  }
  80% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@media only screen and (max-width: 800px) {
  .groupHeading {
    grid-column: span 2;
  }
  .page-sales .pageContainer {
    grid-template-rows: auto 1fr auto 40px;
    padding: 0px;
  }
  .page-sales .pageContainer .headerContainer .headerimage {
    left: 0;
  }
  .page-sales .pageContainer .saleslistContainer {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .page-sales .pageContainer .saleslistContainer .posItemContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row: span 0;
  }
  .page-sales .activeMenu {
    margin-bottom: 0px;
    border-radius: 0px;
  }
}
@media only screen and (max-width: 400px) {
  .page-sales .pageContainer .saleslistContainer .posItemContainer {
    display: block;
  }
}
.page-view {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 1100px) 1fr;
  overflow: hidden;
}
.view-container {
  display: grid;
  grid-template-rows: auto 1fr auto 40px;
  padding-bottom: 20px;
  max-width: 1100px;
  width: 100%;
  position: relative;
  height: calc(100vh);
  min-height: -webkit-fill-available;
}
.view-container .view-listContainer {
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 60px;
  margin-bottom: 30px;
}
.view-container .view-listContainer .ViewOrder-List {
  padding-bottom: 60px;
}
.view-container .headerContainer {
  position: sticky;
  top: 0px;
  z-index: 5;
  width: calc(100% + 5px);
  display: grid;
  grid-template-columns: 100px 1fr 100px;
  align-items: start;
  align-content: center;
}
.view-container .headerContainer .headerimage {
  width: calc(100%);
  height: auto;
  z-index: 8;
  grid-column: span 3;
}
.view-container .headerContainer .headerimage img {
  width: 100%;
  height: auto;
}
.view-container .headerContainer .storeName {
  width: calc(100% - 0px);
  font-size: 16px;
  font-weight: bold;
  height: 16px;
  text-align: center;
  margin-top: 9px;
  margin-bottom: -24px;
  /* max-width: 200px; */
  grid-column: 2;
  grid-row: 2;
}
.view-container .headerContainer .TopToolBar {
  width: calc(100% - 15px);
  padding-right: 10px;
  display: flex;
  flex-direction: row;
  grid-column: span 3;
}
.view-container .headerContainer .TopToolBar .pageCartTotalContainer {
  margin-right: 10px;
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
}
.view-container .pageCartTotalContainer {
  font-size: 20px;
  display: flex;
  justify-content: center;
  position: absolute;
  top: calc(100vh - 90px);
  font-size: 22px;
  text-align: center;
  display: none;
  flex-direction: row;
  z-index: 6;
}
.view-container .view-TopToolBar {
  width: 100%;
  padding-top: 30px;
  margin-top: -40px;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
}
.page-processing {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 1100px) 1fr;
  justify-content: center;
  align-items: start;
}
.page-processing .page-container {
  display: grid;
  grid-template-rows: auto 1fr 40px;
  max-width: 1100px;
  height: calc(100vh);
  max-height: -webkit-fill-available;
}
.page-processing .page-container .storeName {
  width: calc(100% - 40px);
  font-size: 25px;
  font-weight: bold;
  height: 25px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.page-processing .page-container .headerContainer {
  height: auto;
  position: sticky;
  top: 0px;
  z-index: 5;
}
.page-processing .page-container .headerContainer .headerimage {
  width: calc(100%);
  height: auto;
}
.page-processing .page-container .headerContainer .headerimage img {
  width: 100%;
  height: auto;
  object-fit: fill;
}
.page-processing .page-container .details-container {
  text-align: center;
  justify-content: center;
  border-radius: 0 0 20px 20px;
  height: 100%;
}
.page-processing .page-container .details-container .processing-logo {
  background-color: transparent;
  text-align: center;
  transition: all 0.5s;
  width: 100%;
  height: auto;
  z-index: 5;
}
.page-processing .page-container .details-container .processing-logo img {
  width: 150px;
  height: auto;
}
.page-processing .page-container .details-container .loading {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 800px) {
  .page-processing {
    height: auto;
  }
  .page-processing .page-container {
    padding: 0px;
    width: 100%;
  }
  .page-processing .page-container .pageCartTotalContainer {
    top: 25px;
    z-index: 999;
  }
  .page-processing .page-container .view-listContainer {
    width: 100vw;
    grid-template-columns: 1fr;
    border-radius: 0;
    margin-bottom: -10px;
    padding-bottom: 70px;
  }
}
.page-finalised {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 1100px) 1fr;
  justify-content: center;
  align-items: start;
}
.page-finalised .pageContainer {
  display: grid;
  position: relative;
  grid-template-rows: auto 1fr 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: calc(100vh);
  max-height: -webkit-fill-available;
}
.page-finalised .pageContainer .headerContainer {
  height: auto;
  position: sticky;
  top: 0px;
  z-index: 5;
}
.page-finalised .pageContainer .headerContainer .headerimage {
  width: calc(100%);
  height: auto;
}
.page-finalised .pageContainer .headerContainer .headerimage img {
  width: 100%;
  height: auto;
  object-fit: fill;
}
.page-finalised .pageContainer .storeName {
  width: calc(100% - 40px);
  font-size: 25px;
  font-weight: bold;
  height: 25px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.page-finalised .pageContainer .receiptContainer {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: flex-start;
  align-items: start;
  justify-content: center;
  margin-top: 0px;
  border-radius: 0 0 20px 20px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .page-finalised {
    grid-template-columns: 1fr;
    width: 100vw;
  }
  .page-finalised .pageContainer {
    padding: 0px;
    width: 100vw;
  }
  .page-finalised .pageContainer .headerContainer .headerimage {
    left: 0;
    width: calc(100% + 10px);
    margin: -5px;
  }
  .page-finalised .pageContainer .receiptContainer {
    padding: 20px;
    width: 100vw;
    max-width: 100vw;
    border-radius: 0;
    padding-bottom: 0;
  }
}
.page-worldpay {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 1100px) 1fr;
}
.page-worldpay .view-container {
  display: grid;
  grid-template-rows: auto 1fr auto 40px;
  padding-bottom: 40px;
  max-width: 1100px;
  width: 100%;
  position: relative;
  height: calc(100vh);
  min-height: -webkit-fill-available;
}
.page-worldpay .view-container .headerContainer {
  position: sticky;
  top: 0px;
  z-index: 5;
}
.page-worldpay .view-container .headerContainer .headerimage {
  width: calc(100%);
  height: auto;
  z-index: 8;
}
.page-worldpay .view-container .headerContainer .headerimage img {
  width: 100%;
  height: auto;
}
.page-worldpay .view-container .headerContainer .storeName {
  width: calc(100% - 40px);
  font-size: 1.3em;
  font-weight: bold;
  height: 25px;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 0px;
}
.page-worldpay .view-container .headerContainer .pageCartTotalContainer {
  display: flex;
  justify-content: center;
  position: absolute;
  top: calc(100vh - 90px);
  font-size: 1.3em;
  text-align: center;
  display: none;
  flex-direction: row;
  z-index: 6;
}
.page-worldpay .view-container .headerContainer .TopToolBar {
  width: calc(100% - 15px);
  padding-right: 10px;
  display: flex;
  flex-direction: row;
}
.page-worldpay .view-container .headerContainer .TopToolBar .pageCartTotalContainer {
  margin-right: 10px;
  margin-top: 15px;
  font-size: 1.3em;
  font-weight: bold;
}
.page-worldpay .view-container .formContainer {
  overflow-y: auto;
  overflow-x: hidden;
  display: grid;
  grid-template-rows: 1fr auto 1fr;
}
.page-worldpay .view-container .formContainer .container {
  display: flex;
  justify-content: center;
  align-items: start;
}
.page-worldpay .view-container .formContainer .container .card {
  position: relative;
  padding: 10px;
  padding-bottom: 70px;
  width: 100%;
  max-width: 600px;
  margin-bottom: 30px;
}
.page-worldpay .view-container .formContainer .card .checkout .col-2 {
  display: grid;
  grid-template-columns: auto 1fr 10px 1fr auto;
}
.page-worldpay .view-container .formContainer .card .checkout .label .type {
  color: green;
}
.page-worldpay .view-container .formContainer .card .checkout.visa .label .type:before {
  content: "(visa)";
}
.page-worldpay .view-container .formContainer .card .checkout.mastercard .label .type:before {
  content: "(master card)";
}
.page-worldpay .view-container .formContainer .card .checkout.amex .label .type:before {
  content: "(american express)";
}
.page-worldpay .view-container .formContainer .card .checkout .field {
  height: 50px;
  padding: 0.5em;
  margin-bottom: 0.8em;
  color: #606060;
  background: #fff;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #b6b4b4;
}
.page-worldpay .view-container .formContainer .card .checkout .field#card-pan {
  margin-bottom: 30px;
}
.page-worldpay .view-container .formContainer .card .checkout .field.is-onfocus {
  border-color: black;
}
.page-worldpay .view-container .formContainer .card .checkout .field.is-empty {
  border-color: orange;
}
.page-worldpay .view-container .formContainer .card .checkout .field.is-invalid {
  border-color: red;
}
.page-worldpay .view-container .formContainer .card .checkout .field.is-valid {
  border-color: green;
}
.page-worldpay .view-container .formContainer .card .checkout .submit {
  display: none;
}
.page-worldpay .view-container .formContainer .card .checkout.is-valid .submit {
  display: flex;
  width: 100%;
  justify-content: center;
}
.challengeWrapper {
  position: absolute;
  top: 120px;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  outline: none;
  z-index: 30;
  background: rgba(107, 107, 107, 0.25);
}
.challengeInner {
  margin-top: 40px;
  margin-left: calc(50% - 200px);
  width: 400px;
  padding: 5px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: hidden;
}
.mobileSplash {
  display: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
  padding-right: 5px;
  border-radius: 5px;
  border: solid 4px transparent;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
  border: solid 4px transparent;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(128, 128, 128, 0.46);
  border-radius: 5px;
  border: solid 4px transparent;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
}
::-webkit-scrollbar-button {
  margin: 10px;
}
:root {
  --form-control-color: #118dc6;
  --form-control-disabled: #959495;
}
/*input[type='checkbox'],
input[type='radio'] {
    height: 20px;
    width: 20px;
    background-color: @default-text-color
}*/
.iCheckbox {
  border: 0.5px solid black;
  width: 18px;
  height: 18px;
  border-radius: 3px;
}
input[type="checkbox"],
input[type='radio'] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.5px solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}
input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}
input[type="checkbox"]:checked::before {
  transform: scale(1);
}
input[type="radio"]:checked::before {
  transform: scale(1);
}
input[type="radio"]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}
input[type="checkbox"]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}
.Page {
  min-height: 100vh;
}
.ThemeColour {
  color: #118dc6;
}
.ThemeFill {
  fill: #118dc6;
  stroke: #118dc6;
}
.Theme {
  background-color: #0f7caf;
  background: #0f7caf;
  color: #fff;
}
.Theme i {
  color: #fff;
}
md-backdrop.md-opaque {
  opacity: 0.9;
  background-color: #1eabec;
}
.functionButtons {
  position: fixed;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 90px;
  padding: 5px;
  padding-bottom: 5px;
  border-radius: 0 0 20px 20px;
  z-index: 70;
  -webkit-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.loading-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loading-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: red;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loading-ellipsis div:nth-child(1) {
  left: 8px;
  animation: loading-ellipsis1 0.6s infinite;
}
.loading-ellipsis div:nth-child(2) {
  left: 8px;
  animation: loading-ellipsis2 0.6s infinite;
}
.loading-ellipsis div:nth-child(3) {
  left: 32px;
  animation: loading-ellipsis2 0.6s infinite;
}
.loading-ellipsis div:nth-child(4) {
  left: 56px;
  animation: loading-ellipsis3 0.6s infinite;
}
@keyframes loading-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loading-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes loading-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@media only screen and (max-width: 800px) {
  .functionButtons {
    position: fixed;
    bottom: 20px;
    padding-bottom: 90px;
    border-radius: 0 0 0 0;
  }
}