.top-menu {
  white-space: nowrap;
}
html,
body,
.wrapper {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  position: relative;
}
.wrapper-checkout {
  background-image: url('../img/cashier-bg.jpg');
  background-size: 50% 50%;
}
.clickable:hover,
.cash-icon:hover,
.cash-icon-coin:hover,
.btn-cat-menu:hover {
  cursor: pointer;
}
.checkout-container {
  margin-top: 3rem;
}
.no-drop {
  display: none;
}
.menu-icon {
  width: auto;
  height: 50px;
  object-fit: contain;
}
.menu-pic {
  height: 200px;
  width: auto;
  object-fit: contain;
}
.nav-row {
  height: 80px;
}
.nav-categories {
  white-space: nowrap;
}
.row-content {
  max-height: 70vh;
  overflow: auto;
}
.reprint-div {
  max-height: 70vh;
  overflow: scroll;
}
.cashier-footer {
  bottom: 0px;
  position: fixed;
  height: 15vh;
}
#btn-pay {
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 16vw;
}
.small-box .icon i.ion.ion-bag {
  font-size: 50px;
}
.btn-payment {
  width: 150px;
  height: 90px;
}
.input-payment {
  width: 50%;
  text-align: center;
  margin: auto;
}
.payment-logo-header {
  width: 35%;
  margin: auto;
}
.cash-icon {
  width: 200px;
  height: 90px;
}
.cash-icon-coin {
  width: 90px;
  height: 90px;
}
#cashier-modal-catatan {
  resize: none;
}
.row-menu .card .card-title {
  font-size: 0.9rem;
}
.btn[disabled] {
  cursor: not-allowed;
}
/* -- quantity box -- */
.quantity {
  display: inline-block;
}
.quantity .input-text.qty {
  width: 100px;
  height: 41px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #efefef;
}
.quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
}
.quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
}
.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
  padding: 0px 25px 0px;
  height: 41px;
  background-color: #ffffff;
  border: 1px solid #efefef;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.quantity.buttons_added .minus {
  border-right: 0;
}
.quantity.buttons_added .plus {
  border-left: 0;
}
.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
  background: #eeeeee;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
  outline: none;
}
.btn-gratuity:hover {
  color: #007bff;
  border-color: #007bff;
  background-color: transparent;
}
