.order * {
  user-select: none;
}
.order input {
  user-select: auto !important;
}
.order * {
  user-drag: none;
}
.order .bold {
  font-family: brandon-grotesque-bold, sans-serif;
}
.order .btn {
  background-color: #fce432;
  color: black;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 20px;
  border-radius: 50px;
}
@media (max-width: 1443px) {
  .order .btn {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .order .btn {
    font-size: 12.8px;
  }
}
@media (max-width: 1024px) {
  .order .btn {
    font-size: 14.2px;
  }
}
@media (max-width: 1443px) {
  .order .btn {
    border-radius: 37.5px;
  }
}
@media (max-width: 1280px) {
  .order .btn {
    border-radius: 32px;
  }
}
@media (max-width: 1024px) {
  .order .btn {
    border-radius: 35.5px;
  }
}
.order .orderSummaryPaneContainer {
  position: fixed;
  height: 100%;
  z-index: 1;
  top: 0;
  right: 0;
}
.order .dividerBreak {
  width: 49px;
  height: 315px;
  top: 70%;
  right: 372px;
  background: url("/images/drip.png");
  z-index: 2;
  position: fixed;
}
@media (max-width: 1443px) {
  .order .dividerBreak {
    right: 272px;
  }
}
@media (max-width: 1280px) {
  .order .dividerBreak {
    top: 60%;
    right: 242px;
    width: 39px;
    height: 251px;
    background: url("/images/drip-sm.png");
  }
}
@media (max-width: 1024px) {
  .order .dividerBreak {
    right: 190px;
  }
}
.order .backButtonFlexContainer {
  display: flex;
  flex-direction: row-reverse;
}
.order .backButtonFlexContainer .backButtonPosition {
  flex-basis: 400px;
}
@media (max-width: 1443px) {
  .order .backButtonFlexContainer .backButtonPosition {
    flex-basis: 300px;
  }
}
@media (max-width: 1280px) {
  .order .backButtonFlexContainer .backButtonPosition {
    flex-basis: 264px;
  }
}
@media (max-width: 1024px) {
  .order .backButtonFlexContainer .backButtonPosition {
    flex-basis: 212px;
  }
}
.order .spinnerFlexContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80%;
}
.order .askForYesOrNoPane, .order .paymentMethodPane, .order .dineInCarryOutPane, .order .receiptOrNoPane, .order .confirmFinishAndPayPane {
  height: 100vh;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 1443px) {
  .order .askForYesOrNoPane, .order .paymentMethodPane, .order .dineInCarryOutPane, .order .receiptOrNoPane, .order .confirmFinishAndPayPane {
    padding: 15px 15px;
  }
}
@media (max-width: 1280px) {
  .order .askForYesOrNoPane, .order .paymentMethodPane, .order .dineInCarryOutPane, .order .receiptOrNoPane, .order .confirmFinishAndPayPane {
    padding: 12.8px 13.2px;
  }
}
@media (max-width: 1024px) {
  .order .askForYesOrNoPane, .order .paymentMethodPane, .order .dineInCarryOutPane, .order .receiptOrNoPane, .order .confirmFinishAndPayPane {
    padding: 14.2px 10.6px;
  }
}
.order .askForYesOrNoPane .layoutFlexContainer, .order .paymentMethodPane .layoutFlexContainer, .order .dineInCarryOutPane .layoutFlexContainer, .order .receiptOrNoPane .layoutFlexContainer, .order .confirmFinishAndPayPane .layoutFlexContainer {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.order .askForYesOrNoPane .layoutFlexContainer .topSection, .order .paymentMethodPane .layoutFlexContainer .topSection, .order .dineInCarryOutPane .layoutFlexContainer .topSection, .order .receiptOrNoPane .layoutFlexContainer .topSection, .order .confirmFinishAndPayPane .layoutFlexContainer .topSection {
  flex: 1 1 auto;
  font-family: brandon-grotesque-medium, sans-serif;
  font-size: 70px;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1443px) {
  .order .askForYesOrNoPane .layoutFlexContainer .topSection, .order .paymentMethodPane .layoutFlexContainer .topSection, .order .dineInCarryOutPane .layoutFlexContainer .topSection, .order .receiptOrNoPane .layoutFlexContainer .topSection, .order .confirmFinishAndPayPane .layoutFlexContainer .topSection {
    font-size: 52.5px;
  }
}
@media (max-width: 1280px) {
  .order .askForYesOrNoPane .layoutFlexContainer .topSection, .order .paymentMethodPane .layoutFlexContainer .topSection, .order .dineInCarryOutPane .layoutFlexContainer .topSection, .order .receiptOrNoPane .layoutFlexContainer .topSection, .order .confirmFinishAndPayPane .layoutFlexContainer .topSection {
    font-size: 44.8px;
  }
}
@media (max-width: 1024px) {
  .order .askForYesOrNoPane .layoutFlexContainer .topSection, .order .paymentMethodPane .layoutFlexContainer .topSection, .order .dineInCarryOutPane .layoutFlexContainer .topSection, .order .receiptOrNoPane .layoutFlexContainer .topSection, .order .confirmFinishAndPayPane .layoutFlexContainer .topSection {
    font-size: 49.7px;
  }
}
@media (max-width: 1024px) {
  .order .askForYesOrNoPane .layoutFlexContainer .topSection, .order .paymentMethodPane .layoutFlexContainer .topSection, .order .dineInCarryOutPane .layoutFlexContainer .topSection, .order .receiptOrNoPane .layoutFlexContainer .topSection, .order .confirmFinishAndPayPane .layoutFlexContainer .topSection {
    font-size: 44px;
  }
}
.order .askForYesOrNoPane .layoutFlexContainer .bottomSection, .order .paymentMethodPane .layoutFlexContainer .bottomSection, .order .dineInCarryOutPane .layoutFlexContainer .bottomSection, .order .receiptOrNoPane .layoutFlexContainer .bottomSection, .order .confirmFinishAndPayPane .layoutFlexContainer .bottomSection {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.order .askForYesOrNoPane .layoutFlexContainer .bottomSection .buttonFlexContainer, .order .paymentMethodPane .layoutFlexContainer .bottomSection .buttonFlexContainer, .order .dineInCarryOutPane .layoutFlexContainer .bottomSection .buttonFlexContainer, .order .receiptOrNoPane .layoutFlexContainer .bottomSection .buttonFlexContainer, .order .confirmFinishAndPayPane .layoutFlexContainer .bottomSection .buttonFlexContainer {
  display: flex;
}
.order .askForYesOrNoPane .layoutFlexContainer .bottomSection .buttonFlexContainer .buttonWrapper, .order .paymentMethodPane .layoutFlexContainer .bottomSection .buttonFlexContainer .buttonWrapper, .order .dineInCarryOutPane .layoutFlexContainer .bottomSection .buttonFlexContainer .buttonWrapper, .order .receiptOrNoPane .layoutFlexContainer .bottomSection .buttonFlexContainer .buttonWrapper, .order .confirmFinishAndPayPane .layoutFlexContainer .bottomSection .buttonFlexContainer .buttonWrapper {
  flex: 1 1 50%;
}
.order .dineInCarryOutPane, .order .paymentMethodPane {
  position: fixed;
  width: 100%;
}
.order .getOrderNamePane .layoutFlexContainer .topSection, .order .enterCouponPane .layoutFlexContainer .topSection, .order .getEmailForReceiptPane .layoutFlexContainer .topSection, .order .manualGiftCardEntryPane .openItemPane .layoutFlexContainer .topSection, .order .specialInstructionsPane .layoutFlexContainer .topSection {
  flex: 0 1 0;
}
.order .getOrderNamePane .layoutFlexContainer .bottomSection, .order .enterCouponPane .layoutFlexContainer .bottomSection, .order .getEmailForReceiptPane .layoutFlexContainer .bottomSection, .order .manualGiftCardEntryPane .openItemPane .layoutFlexContainer .bottomSection, .order .specialInstructionsPane .layoutFlexContainer .bottomSection {
  flex: 0 1 80%;
}
.order .addonPane {
  height: 100%;
  width: 100%;
  padding: 20px;
  font-family: brandon-grotesque-medium, sans-serif;
  font-size: 60px;
  color: #fce432;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1443px) {
  .order .addonPane {
    padding: 15px 15px;
  }
}
@media (max-width: 1280px) {
  .order .addonPane {
    padding: 12.8px 13.2px;
  }
}
@media (max-width: 1024px) {
  .order .addonPane {
    padding: 14.2px 10.6px;
  }
}
.order .addonPane .layoutFlexContainer {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.order .addonPane .layoutFlexContainer .topSection {
  flex: 0 1 auto;
}
.order .addonPane .layoutFlexContainer .middleSection {
  flex: 1;
  height: 100%;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  padding: 10px;
  display: flex;
  overflow: hidden;
}
@media (max-width: 1443px) {
  .order .addonPane .layoutFlexContainer .middleSection {
    padding: 7.5px 7.5px;
  }
}
@media (max-width: 1280px) {
  .order .addonPane .layoutFlexContainer .middleSection {
    padding: 6.4px 6.6px;
  }
}
@media (max-width: 1024px) {
  .order .addonPane .layoutFlexContainer .middleSection {
    padding: 7.1px 5.3px;
  }
}
.order .addonPane .layoutFlexContainer .bottomSection {
  flex: 0 0;
  flex-basis: 93px;
  padding: 20px 0;
}
@media (max-width: 1443px) {
  .order .addonPane .layoutFlexContainer .bottomSection {
    flex-basis: 69.75px;
  }
}
@media (max-width: 1280px) {
  .order .addonPane .layoutFlexContainer .bottomSection {
    flex-basis: 59.52px;
  }
}
@media (max-width: 1024px) {
  .order .addonPane .layoutFlexContainer .bottomSection {
    flex-basis: 66.03px;
  }
}
@media (max-width: 1443px) {
  .order .addonPane .layoutFlexContainer .bottomSection {
    padding: 15px 0;
  }
}
@media (max-width: 1280px) {
  .order .addonPane .layoutFlexContainer .bottomSection {
    padding: 12.8px 0;
  }
}
@media (max-width: 1024px) {
  .order .addonPane .layoutFlexContainer .bottomSection {
    padding: 14.2px 0;
  }
}
.order .addonPane .continue:disabled {
  background-color: darkgrey;
}
@media (max-width: 1443px) {
  .order .addonPane {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .order .addonPane {
    font-size: 38.4px;
  }
}
@media (max-width: 1024px) {
  .order .addonPane {
    font-size: 42.6px;
  }
}
.order .adminLoginPane, .order .repeatVisitorLoginPane {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: brandon-grotesque-medium, sans-serif;
  font-size: 60px;
  color: white;
}
@media (max-width: 1443px) {
  .order .adminLoginPane, .order .repeatVisitorLoginPane {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .order .adminLoginPane, .order .repeatVisitorLoginPane {
    font-size: 38.4px;
  }
}
@media (max-width: 1024px) {
  .order .adminLoginPane, .order .repeatVisitorLoginPane {
    font-size: 42.6px;
  }
}
.order .adminLoginPane .entries, .order .repeatVisitorLoginPane .entries {
  display: flex;
  width: 500px;
  justify-content: space-around;
}
@media (max-width: 1443px) {
  .order .adminLoginPane .entries, .order .repeatVisitorLoginPane .entries {
    width: 375px;
  }
}
@media (max-width: 1280px) {
  .order .adminLoginPane .entries, .order .repeatVisitorLoginPane .entries {
    width: 330px;
  }
}
@media (max-width: 1024px) {
  .order .adminLoginPane .entries, .order .repeatVisitorLoginPane .entries {
    width: 265px;
  }
}
.order .adminLoginPane .entry, .order .repeatVisitorLoginPane .entry {
  display: flex;
  background-color: white;
  width: 50px;
  height: 100px;
  justify-content: center;
  align-items: center;
  color: #5D4B4D;
  font-size: 30px;
  border: 1px solid darkgrey;
}
@media (max-width: 1443px) {
  .order .adminLoginPane .entry, .order .repeatVisitorLoginPane .entry {
    width: 37.5px;
  }
}
@media (max-width: 1280px) {
  .order .adminLoginPane .entry, .order .repeatVisitorLoginPane .entry {
    width: 33px;
  }
}
@media (max-width: 1024px) {
  .order .adminLoginPane .entry, .order .repeatVisitorLoginPane .entry {
    width: 26.5px;
  }
}
@media (max-width: 1443px) {
  .order .adminLoginPane .entry, .order .repeatVisitorLoginPane .entry {
    height: 75px;
  }
}
@media (max-width: 1280px) {
  .order .adminLoginPane .entry, .order .repeatVisitorLoginPane .entry {
    height: 64px;
  }
}
@media (max-width: 1024px) {
  .order .adminLoginPane .entry, .order .repeatVisitorLoginPane .entry {
    height: 71px;
  }
}
@media (max-width: 1443px) {
  .order .adminLoginPane .entry, .order .repeatVisitorLoginPane .entry {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .order .adminLoginPane .entry, .order .repeatVisitorLoginPane .entry {
    font-size: 19.2px;
  }
}
@media (max-width: 1024px) {
  .order .adminLoginPane .entry, .order .repeatVisitorLoginPane .entry {
    font-size: 21.3px;
  }
}
@keyframes simpleshake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  25%, 75% {
    transform: translate3d(-10px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.order .adminLoginPane .simpleshake, .order .repeatVisitorLoginPane .simpleshake {
  animation-name: simpleshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.3s;
}
.order .orderItemCustomizationPane .customizationSelector, .order .advancedOrderItemCustomizationPane .customizationSelector {
  display: flex;
  justify-content: space-around;
  font-family: brandon-grotesque-medium, sans-serif;
  color: #5D4B4D;
  font-size: 30px;
  width: 100%;
  height: 100%;
  max-height: 150px;
  flex: 1;
}
@media (max-width: 1443px) {
  .order .orderItemCustomizationPane .customizationSelector, .order .advancedOrderItemCustomizationPane .customizationSelector {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .order .orderItemCustomizationPane .customizationSelector, .order .advancedOrderItemCustomizationPane .customizationSelector {
    font-size: 19.2px;
  }
}
@media (max-width: 1024px) {
  .order .orderItemCustomizationPane .customizationSelector, .order .advancedOrderItemCustomizationPane .customizationSelector {
    font-size: 21.3px;
  }
}
@media (max-width: 1443px) {
  .order .orderItemCustomizationPane .customizationSelector, .order .advancedOrderItemCustomizationPane .customizationSelector {
    max-height: 112.5px;
  }
}
@media (max-width: 1280px) {
  .order .orderItemCustomizationPane .customizationSelector, .order .advancedOrderItemCustomizationPane .customizationSelector {
    max-height: 96px;
  }
}
@media (max-width: 1024px) {
  .order .orderItemCustomizationPane .customizationSelector, .order .advancedOrderItemCustomizationPane .customizationSelector {
    max-height: 106.5px;
  }
}
.order .orderItemCustomizationPane .customizationSelector .ingredientName, .order .orderItemCustomizationPane .customizationSelector .customizationName, .order .advancedOrderItemCustomizationPane .customizationSelector .ingredientName, .order .advancedOrderItemCustomizationPane .customizationSelector .customizationName {
  display: flex;
  align-items: center;
  flex: 0 0 20%;
}
.order .orderItemCustomizationPane .customizationSelector .buttonsFlexContainer, .order .advancedOrderItemCustomizationPane .customizationSelector .buttonsFlexContainer {
  flex: 1;
  display: flex;
}
.order .orderItemCustomizationPane .customizationSelector .buttonsFlexContainer .customizationButton, .order .advancedOrderItemCustomizationPane .customizationSelector .buttonsFlexContainer .customizationButton {
  flex: 1;
  text-align: center;
  background-color: white;
  margin: 5px;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1443px) {
  .order .orderItemCustomizationPane .customizationSelector .buttonsFlexContainer .customizationButton, .order .advancedOrderItemCustomizationPane .customizationSelector .buttonsFlexContainer .customizationButton {
    margin: 3.75px 3.75px;
  }
}
@media (max-width: 1280px) {
  .order .orderItemCustomizationPane .customizationSelector .buttonsFlexContainer .customizationButton, .order .advancedOrderItemCustomizationPane .customizationSelector .buttonsFlexContainer .customizationButton {
    margin: 3.2px 3.3px;
  }
}
@media (max-width: 1024px) {
  .order .orderItemCustomizationPane .customizationSelector .buttonsFlexContainer .customizationButton, .order .advancedOrderItemCustomizationPane .customizationSelector .buttonsFlexContainer .customizationButton {
    margin: 3.55px 2.65px;
  }
}
@media (max-width: 1443px) {
  .order .orderItemCustomizationPane .customizationSelector .buttonsFlexContainer .customizationButton, .order .advancedOrderItemCustomizationPane .customizationSelector .buttonsFlexContainer .customizationButton {
    border-radius: 150px;
  }
}
@media (max-width: 1280px) {
  .order .orderItemCustomizationPane .customizationSelector .buttonsFlexContainer .customizationButton, .order .advancedOrderItemCustomizationPane .customizationSelector .buttonsFlexContainer .customizationButton {
    border-radius: 128px;
  }
}
@media (max-width: 1024px) {
  .order .orderItemCustomizationPane .customizationSelector .buttonsFlexContainer .customizationButton, .order .advancedOrderItemCustomizationPane .customizationSelector .buttonsFlexContainer .customizationButton {
    border-radius: 142px;
  }
}
.order .orderItemCustomizationPane .customizationSelector .overlay, .order .advancedOrderItemCustomizationPane .customizationSelector .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 200px;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1443px) {
  .order .orderItemCustomizationPane .customizationSelector .overlay, .order .advancedOrderItemCustomizationPane .customizationSelector .overlay {
    border-radius: 150px;
  }
}
@media (max-width: 1280px) {
  .order .orderItemCustomizationPane .customizationSelector .overlay, .order .advancedOrderItemCustomizationPane .customizationSelector .overlay {
    border-radius: 128px;
  }
}
@media (max-width: 1024px) {
  .order .orderItemCustomizationPane .customizationSelector .overlay, .order .advancedOrderItemCustomizationPane .customizationSelector .overlay {
    border-radius: 142px;
  }
}
.order .orderItemCustomizationPane .customizationSelector .overlay i, .order .advancedOrderItemCustomizationPane .customizationSelector .overlay i {
  margin-bottom: 20px;
}
@media (max-width: 1443px) {
  .order .orderItemCustomizationPane .customizationSelector .overlay i, .order .advancedOrderItemCustomizationPane .customizationSelector .overlay i {
    margin-bottom: 15px;
  }
}
@media (max-width: 1280px) {
  .order .orderItemCustomizationPane .customizationSelector .overlay i, .order .advancedOrderItemCustomizationPane .customizationSelector .overlay i {
    margin-bottom: 12.8px;
  }
}
@media (max-width: 1024px) {
  .order .orderItemCustomizationPane .customizationSelector .overlay i, .order .advancedOrderItemCustomizationPane .customizationSelector .overlay i {
    margin-bottom: 14.2px;
  }
}
.order .connectionStatus {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 15;
}
.order .connectionStatus .message {
  background-color: #fce432;
  color: black;
  font-size: 40px;
  border-radius: 10px;
  padding: 20px;
}
@media (max-width: 1443px) {
  .order .connectionStatus .message {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .order .connectionStatus .message {
    font-size: 25.6px;
  }
}
@media (max-width: 1024px) {
  .order .connectionStatus .message {
    font-size: 28.4px;
  }
}
@media (max-width: 1443px) {
  .order .connectionStatus .message {
    border-radius: 7.5px;
  }
}
@media (max-width: 1280px) {
  .order .connectionStatus .message {
    border-radius: 6.4px;
  }
}
@media (max-width: 1024px) {
  .order .connectionStatus .message {
    border-radius: 7.1px;
  }
}
@media (max-width: 1443px) {
  .order .connectionStatus .message {
    padding: 15px 15px;
  }
}
@media (max-width: 1280px) {
  .order .connectionStatus .message {
    padding: 12.8px 13.2px;
  }
}
@media (max-width: 1024px) {
  .order .connectionStatus .message {
    padding: 14.2px 10.6px;
  }
}
.order .chooseDrinkPane, .order .chooseDecafPane, .order .chooseMilkPane, .order .chooseFlavorPane, .order .chooseBreadPane {
  height: 100%;
  width: 100%;
  padding: 20px;
  font-family: brandon-grotesque-medium, sans-serif;
  font-size: 60px;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1443px) {
  .order .chooseDrinkPane, .order .chooseDecafPane, .order .chooseMilkPane, .order .chooseFlavorPane, .order .chooseBreadPane {
    padding: 15px 15px;
  }
}
@media (max-width: 1280px) {
  .order .chooseDrinkPane, .order .chooseDecafPane, .order .chooseMilkPane, .order .chooseFlavorPane, .order .chooseBreadPane {
    padding: 12.8px 13.2px;
  }
}
@media (max-width: 1024px) {
  .order .chooseDrinkPane, .order .chooseDecafPane, .order .chooseMilkPane, .order .chooseFlavorPane, .order .chooseBreadPane {
    padding: 14.2px 10.6px;
  }
}
.order .chooseDrinkPane .layoutFlexContainer, .order .chooseDecafPane .layoutFlexContainer, .order .chooseMilkPane .layoutFlexContainer, .order .chooseFlavorPane .layoutFlexContainer, .order .chooseBreadPane .layoutFlexContainer {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.order .chooseDrinkPane .layoutFlexContainer .topSection, .order .chooseDecafPane .layoutFlexContainer .topSection, .order .chooseMilkPane .layoutFlexContainer .topSection, .order .chooseFlavorPane .layoutFlexContainer .topSection, .order .chooseBreadPane .layoutFlexContainer .topSection {
  flex: 0 1 auto;
}
.order .chooseDrinkPane .layoutFlexContainer .bottomSection, .order .chooseDecafPane .layoutFlexContainer .bottomSection, .order .chooseMilkPane .layoutFlexContainer .bottomSection, .order .chooseFlavorPane .layoutFlexContainer .bottomSection, .order .chooseBreadPane .layoutFlexContainer .bottomSection {
  flex: 1;
  height: 100%;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  padding: 10px;
  display: flex;
  overflow: hidden;
}
@media (max-width: 1443px) {
  .order .chooseDrinkPane .layoutFlexContainer .bottomSection, .order .chooseDecafPane .layoutFlexContainer .bottomSection, .order .chooseMilkPane .layoutFlexContainer .bottomSection, .order .chooseFlavorPane .layoutFlexContainer .bottomSection, .order .chooseBreadPane .layoutFlexContainer .bottomSection {
    padding: 7.5px 7.5px;
  }
}
@media (max-width: 1280px) {
  .order .chooseDrinkPane .layoutFlexContainer .bottomSection, .order .chooseDecafPane .layoutFlexContainer .bottomSection, .order .chooseMilkPane .layoutFlexContainer .bottomSection, .order .chooseFlavorPane .layoutFlexContainer .bottomSection, .order .chooseBreadPane .layoutFlexContainer .bottomSection {
    padding: 6.4px 6.6px;
  }
}
@media (max-width: 1024px) {
  .order .chooseDrinkPane .layoutFlexContainer .bottomSection, .order .chooseDecafPane .layoutFlexContainer .bottomSection, .order .chooseMilkPane .layoutFlexContainer .bottomSection, .order .chooseFlavorPane .layoutFlexContainer .bottomSection, .order .chooseBreadPane .layoutFlexContainer .bottomSection {
    padding: 7.1px 5.3px;
  }
}
.order .chooseDrinkPane .noOptionSideButton, .order .chooseDecafPane .noOptionSideButton, .order .chooseMilkPane .noOptionSideButton, .order .chooseFlavorPane .noOptionSideButton, .order .chooseBreadPane .noOptionSideButton {
  flex-grow: 0;
  flex-shrink: 0;
  font-family: sagona-medium, sans-serif;
  color: #fce432;
  border-radius: 20px;
  cursor: pointer;
  margin: 5px;
}
@media (max-width: 1443px) {
  .order .chooseDrinkPane .noOptionSideButton, .order .chooseDecafPane .noOptionSideButton, .order .chooseMilkPane .noOptionSideButton, .order .chooseFlavorPane .noOptionSideButton, .order .chooseBreadPane .noOptionSideButton {
    border-radius: 15px;
  }
}
@media (max-width: 1280px) {
  .order .chooseDrinkPane .noOptionSideButton, .order .chooseDecafPane .noOptionSideButton, .order .chooseMilkPane .noOptionSideButton, .order .chooseFlavorPane .noOptionSideButton, .order .chooseBreadPane .noOptionSideButton {
    border-radius: 12.8px;
  }
}
@media (max-width: 1024px) {
  .order .chooseDrinkPane .noOptionSideButton, .order .chooseDecafPane .noOptionSideButton, .order .chooseMilkPane .noOptionSideButton, .order .chooseFlavorPane .noOptionSideButton, .order .chooseBreadPane .noOptionSideButton {
    border-radius: 14.2px;
  }
}
@media (max-width: 1443px) {
  .order .chooseDrinkPane .noOptionSideButton, .order .chooseDecafPane .noOptionSideButton, .order .chooseMilkPane .noOptionSideButton, .order .chooseFlavorPane .noOptionSideButton, .order .chooseBreadPane .noOptionSideButton {
    margin: 3.75px 3.75px;
  }
}
@media (max-width: 1280px) {
  .order .chooseDrinkPane .noOptionSideButton, .order .chooseDecafPane .noOptionSideButton, .order .chooseMilkPane .noOptionSideButton, .order .chooseFlavorPane .noOptionSideButton, .order .chooseBreadPane .noOptionSideButton {
    margin: 3.2px 3.3px;
  }
}
@media (max-width: 1024px) {
  .order .chooseDrinkPane .noOptionSideButton, .order .chooseDecafPane .noOptionSideButton, .order .chooseMilkPane .noOptionSideButton, .order .chooseFlavorPane .noOptionSideButton, .order .chooseBreadPane .noOptionSideButton {
    margin: 3.55px 2.65px;
  }
}
.order .chooseDrinkPane .noOptionSideButton .imagePlacard, .order .chooseDecafPane .noOptionSideButton .imagePlacard, .order .chooseMilkPane .noOptionSideButton .imagePlacard, .order .chooseFlavorPane .noOptionSideButton .imagePlacard, .order .chooseBreadPane .noOptionSideButton .imagePlacard {
  height: calc(100% - 45px);
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 1443px) {
  .order .chooseDrinkPane .noOptionSideButton .imagePlacard, .order .chooseDecafPane .noOptionSideButton .imagePlacard, .order .chooseMilkPane .noOptionSideButton .imagePlacard, .order .chooseFlavorPane .noOptionSideButton .imagePlacard, .order .chooseBreadPane .noOptionSideButton .imagePlacard {
    height: calc(100% - 33.75px);
  }
}
@media (max-width: 1280px) {
  .order .chooseDrinkPane .noOptionSideButton .imagePlacard, .order .chooseDecafPane .noOptionSideButton .imagePlacard, .order .chooseMilkPane .noOptionSideButton .imagePlacard, .order .chooseFlavorPane .noOptionSideButton .imagePlacard, .order .chooseBreadPane .noOptionSideButton .imagePlacard {
    height: calc(100% - 28.8px);
  }
}
@media (max-width: 1024px) {
  .order .chooseDrinkPane .noOptionSideButton .imagePlacard, .order .chooseDecafPane .noOptionSideButton .imagePlacard, .order .chooseMilkPane .noOptionSideButton .imagePlacard, .order .chooseFlavorPane .noOptionSideButton .imagePlacard, .order .chooseBreadPane .noOptionSideButton .imagePlacard {
    height: calc(100% - 31.95px);
  }
}
.order .chooseDrinkPane .noOptionSideButton .imagePlacard.nonRoot, .order .chooseDecafPane .noOptionSideButton .imagePlacard.nonRoot, .order .chooseMilkPane .noOptionSideButton .imagePlacard.nonRoot, .order .chooseFlavorPane .noOptionSideButton .imagePlacard.nonRoot, .order .chooseBreadPane .noOptionSideButton .imagePlacard.nonRoot {
  background-color: white;
  border-radius: 50px;
}
@media (max-width: 1443px) {
  .order .chooseDrinkPane .noOptionSideButton .imagePlacard.nonRoot, .order .chooseDecafPane .noOptionSideButton .imagePlacard.nonRoot, .order .chooseMilkPane .noOptionSideButton .imagePlacard.nonRoot, .order .chooseFlavorPane .noOptionSideButton .imagePlacard.nonRoot, .order .chooseBreadPane .noOptionSideButton .imagePlacard.nonRoot {
    border-radius: 37.5px;
  }
}
@media (max-width: 1280px) {
  .order .chooseDrinkPane .noOptionSideButton .imagePlacard.nonRoot, .order .chooseDecafPane .noOptionSideButton .imagePlacard.nonRoot, .order .chooseMilkPane .noOptionSideButton .imagePlacard.nonRoot, .order .chooseFlavorPane .noOptionSideButton .imagePlacard.nonRoot, .order .chooseBreadPane .noOptionSideButton .imagePlacard.nonRoot {
    border-radius: 32px;
  }
}
@media (max-width: 1024px) {
  .order .chooseDrinkPane .noOptionSideButton .imagePlacard.nonRoot, .order .chooseDecafPane .noOptionSideButton .imagePlacard.nonRoot, .order .chooseMilkPane .noOptionSideButton .imagePlacard.nonRoot, .order .chooseFlavorPane .noOptionSideButton .imagePlacard.nonRoot, .order .chooseBreadPane .noOptionSideButton .imagePlacard.nonRoot {
    border-radius: 35.5px;
  }
}
.order .chooseDrinkPane .noOptionSideButton .image, .order .chooseDecafPane .noOptionSideButton .image, .order .chooseMilkPane .noOptionSideButton .image, .order .chooseFlavorPane .noOptionSideButton .image, .order .chooseBreadPane .noOptionSideButton .image {
  height: calc(100% - 40px);
  max-width: 100%;
  display: block;
  margin: auto;
}
@media (max-width: 1443px) {
  .order .chooseDrinkPane .noOptionSideButton .image, .order .chooseDecafPane .noOptionSideButton .image, .order .chooseMilkPane .noOptionSideButton .image, .order .chooseFlavorPane .noOptionSideButton .image, .order .chooseBreadPane .noOptionSideButton .image {
    height: calc(100% - 30px);
  }
}
@media (max-width: 1280px) {
  .order .chooseDrinkPane .noOptionSideButton .image, .order .chooseDecafPane .noOptionSideButton .image, .order .chooseMilkPane .noOptionSideButton .image, .order .chooseFlavorPane .noOptionSideButton .image, .order .chooseBreadPane .noOptionSideButton .image {
    height: calc(100% - 25.6px);
  }
}
@media (max-width: 1024px) {
  .order .chooseDrinkPane .noOptionSideButton .image, .order .chooseDecafPane .noOptionSideButton .image, .order .chooseMilkPane .noOptionSideButton .image, .order .chooseFlavorPane .noOptionSideButton .image, .order .chooseBreadPane .noOptionSideButton .image {
    height: calc(100% - 28.4px);
  }
}
.order .chooseDrinkPane .noOptionSideButton .loadingImageFlexWrapper, .order .chooseDecafPane .noOptionSideButton .loadingImageFlexWrapper, .order .chooseMilkPane .noOptionSideButton .loadingImageFlexWrapper, .order .chooseFlavorPane .noOptionSideButton .loadingImageFlexWrapper, .order .chooseBreadPane .noOptionSideButton .loadingImageFlexWrapper {
  height: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1443px) {
  .order .chooseDrinkPane .noOptionSideButton .loadingImageFlexWrapper, .order .chooseDecafPane .noOptionSideButton .loadingImageFlexWrapper, .order .chooseMilkPane .noOptionSideButton .loadingImageFlexWrapper, .order .chooseFlavorPane .noOptionSideButton .loadingImageFlexWrapper, .order .chooseBreadPane .noOptionSideButton .loadingImageFlexWrapper {
    height: calc(100% - 30px);
  }
}
@media (max-width: 1280px) {
  .order .chooseDrinkPane .noOptionSideButton .loadingImageFlexWrapper, .order .chooseDecafPane .noOptionSideButton .loadingImageFlexWrapper, .order .chooseMilkPane .noOptionSideButton .loadingImageFlexWrapper, .order .chooseFlavorPane .noOptionSideButton .loadingImageFlexWrapper, .order .chooseBreadPane .noOptionSideButton .loadingImageFlexWrapper {
    height: calc(100% - 25.6px);
  }
}
@media (max-width: 1024px) {
  .order .chooseDrinkPane .noOptionSideButton .loadingImageFlexWrapper, .order .chooseDecafPane .noOptionSideButton .loadingImageFlexWrapper, .order .chooseMilkPane .noOptionSideButton .loadingImageFlexWrapper, .order .chooseFlavorPane .noOptionSideButton .loadingImageFlexWrapper, .order .chooseBreadPane .noOptionSideButton .loadingImageFlexWrapper {
    height: calc(100% - 28.4px);
  }
}
.order .chooseDrinkPane .noOptionSideButton .title, .order .chooseDecafPane .noOptionSideButton .title, .order .chooseMilkPane .noOptionSideButton .title, .order .chooseFlavorPane .noOptionSideButton .title, .order .chooseBreadPane .noOptionSideButton .title {
  text-align: center;
  font-size: 30px;
}
@media (max-width: 1443px) {
  .order .chooseDrinkPane .noOptionSideButton .title, .order .chooseDecafPane .noOptionSideButton .title, .order .chooseMilkPane .noOptionSideButton .title, .order .chooseFlavorPane .noOptionSideButton .title, .order .chooseBreadPane .noOptionSideButton .title {
    font-size: 22.5px;
  }
}
@media (max-width: 1280px) {
  .order .chooseDrinkPane .noOptionSideButton .title, .order .chooseDecafPane .noOptionSideButton .title, .order .chooseMilkPane .noOptionSideButton .title, .order .chooseFlavorPane .noOptionSideButton .title, .order .chooseBreadPane .noOptionSideButton .title {
    font-size: 19.2px;
  }
}
@media (max-width: 1024px) {
  .order .chooseDrinkPane .noOptionSideButton .title, .order .chooseDecafPane .noOptionSideButton .title, .order .chooseMilkPane .noOptionSideButton .title, .order .chooseFlavorPane .noOptionSideButton .title, .order .chooseBreadPane .noOptionSideButton .title {
    font-size: 21.3px;
  }
}
.order .chooseDrinkPane .noOptionSideButton:active, .order .chooseDecafPane .noOptionSideButton:active, .order .chooseMilkPane .noOptionSideButton:active, .order .chooseFlavorPane .noOptionSideButton:active, .order .chooseBreadPane .noOptionSideButton:active {
  box-shadow: none;
  transform: translate(2px, 2px);
}
@media (max-width: 1443px) {
  .order .chooseDrinkPane, .order .chooseDecafPane, .order .chooseMilkPane, .order .chooseFlavorPane, .order .chooseBreadPane {
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .order .chooseDrinkPane, .order .chooseDecafPane, .order .chooseMilkPane, .order .chooseFlavorPane, .order .chooseBreadPane {
    font-size: 38.4px;
  }
}
@media (max-width: 1024px) {
  .order .chooseDrinkPane, .order .chooseDecafPane, .order .chooseMilkPane, .order .chooseFlavorPane, .order .chooseBreadPane {
    font-size: 42.6px;
  }
}
.order .cashierView {
  position: fixed;
  width: 60px;
  left: 225px;
  z-index: 6;
  top: 15px;
}
.order .modalTitle {
  color: white;
}