@font-face {
  font-family: mwaiter;
  src: url(CenturyGothicRegular.ttf);
}

@font-face {
  font-family: impact;
  src: url(impact.ttf);
}

body {
  font-family: mwaiter, Helvetica;
  font-size: 1.5em;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  height: 100%;
}

.top-header {
  background-color: #3cb963;
  height: 60px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.top-header-menu {
  background-color: #3cb963;
  height: 60px;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.top-header-cart {
  background-color: #eee;
  color: #3cb963;
  height: 46px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  z-index: 20000;
}

.search-image {
  height: 25px;
  padding-top: 18px;
}

.center {
  text-align: center;
}

.bottom-header {
  background-color: #3cb963;
  height: 66px;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.bottom-header-text {
  padding-top: 16px;
}

.a2-container {
  width: 100%;
}

.a2-item {
  width: 50%;
  text-align: center;
  vertical-align: top;
}

.a-text {
  overflow: hidden;
  font-weight: normal;
}

.menu-top-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}

.search-container {
  flex: 1 1 10%;
  display: flex;
  align-items: flex-end;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 1;
  background-color: #3cb963;
  top: -42px;
  transition: top 0.5s;
}

.s-img {
  /*flex: 0 0 40px;*/
  text-align: left;
}

.c-icon {
  flex: 0 0 15px;
  text-align: left;
}

.s-input-input {
  background-color: #ffffff;
  color: #000;
  font-size: 1.5rem;
  border: none;
  outline: none;
  text-align: center;
  width: 90%;
  /*padding-top: 9px;*/
  border-radius: 5px;
}

.s-input-input::-webkit-input-placeholder {
  color: rgba(128, 128, 128, 0.5);
}

.s-input-input:-moz-placeholder {
  /* FF 4-18 */
  color: rgba(128, 128, 128, 0.5);
}

.s-input-input::-moz-placeholder {
  /* FF 19+ */
  color: rgba(128, 128, 128, 0.5);
}

.s-input-input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(128, 128, 128, 0.5);
}

.s-input {
  flex: 1 1 1%;
}

.c-info {
  flex: 1 1 1%;
  padding-top: 10px;
  padding-left: 14px;
  text-align: left;
}

.s-x, .c-right {
  flex: 0 0 50px;
  text-align: right;
  color: #888;
  padding-top: 4px;
}

.s-x-img {
  width: 15px;
  color: #fff;
  text-align: left;
}

.s-x-img-mic {
  padding-left: 5px;
  width: 20px;
  color: #fff;
  text-align: left;
}

.vis-none {
  /*visibility: hidden;*/
  display: none
}

/* top header start */

.cart-icon-container-placeholder {
  flex: 0 0 60px;
}

.cart-icon-container {
  cursor: pointer;
  position: fixed;
  right: 6px;
  top: 2px;
  z-index: 20000;
}

.menu-icon-2 {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 5px;
}

.cart-img {
  height: 50px;
}

.badge {
  color: red;
  font-size: 0.75rem;
  font-family: impact;
  width: 34px;
  height: 25px;
  padding-top: 10px;
  padding-bottom: 8px;
  margin-top: 10px;
  text-align: center;
  font-weight: normal;
  position: absolute;
  right: 9px;
  top: 2px;
}

.badge-tray {
  right: 11px;
  top: 7px;
  
}

/* top header end */

.img-button {
  width: 20px;
  height: 20px;
  padding-bottom: 9px;
  margin-right: -2px;
  vertical-align: middle;
  font-weight: bold;
}

.cimg-button {
  width: 20px;
  height: 20px;
  margin-right: -2px;
  vertical-align: middle;
  font-weight: bold;
  margin-bottom: 7px;
}

.arrow-icon {
  /*width: 60px;*/
  max-height: 60px;
}

.arrow-icon-item {
  width: 12px;
  padding-right: 2px;
}

.item-count-cart {
  font-size: 1.5rem;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  min-width: 40px;
}

.item-all-box {
  display: flex;
}

.item-all {
  flex: 1 1 85%;
}

.item-arrow {
  flex: 1 1 15%;
  text-align: right;
}

.inner-container {
  padding-top: 60px;
}

.top-left {
  float: left;
}

.top-right {
  float: right;
}

.top-right-end {
  clear: both;
}

.category {
  cursor: pointer;
  color: #3cb963;
}

.category-adv {
  cursor: pointer;
  color: #ff0000;
}

.category-title {
  padding-left: 20px;
  /*padding-right: 20px;*/
  border-top: 1px solid #3cb963;
  background-color: #eee;
  display: flex;
}

.cat-text {
  flex: 1 1 80%;
  font-weight: bold;
  font-size: 1.2rem;
  padding-top: 18px;
  padding-bottom: 18px;
}

.cat-arrow {
  height: 60px;
  /*flex: 1 1 60px;
  text-align: right;
  padding-top: 15px;*/
}

.cart-item {
  border-bottom: 1px solid #eee;
  font-size: 1rem;
  font-weight: bold;
  padding-top: 13px;
  padding-bottom: 7px;
}

.cart-item-info {
  padding-left: 20px;
}

.cart-buttons {
  flex: 1 1 60%;
  text-align: right;
  padding-right: 20px;
}

.cart-item-note {
  color: #888;
  font-size: smaller;
  font-weight: normal;
}

.payment-header {
  font-size: 1rem;
  padding-top: 25px;
  text-align: center;
}

.back-payment-img {
  vertical-align: middle;
  padding-top: 0 !important;
}

.wallet-info {
  text-align: center;
  font-size: 1rem;
  padding-top: 20px;
}

.item {
  cursor: pointer;
  border-bottom: 1px solid #eee;
  padding-top: 13px;
  padding-bottom: 4px;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  background-color: #fff;
}

.item-small-cat {
  border-top: 1px solid #3cb963;
  border-bottom: 1px solid #eee;
  padding-top: 13px;
  padding-bottom: 4px;
  color: #3cb963;
  font-size: 1rem;
  font-weight: bold;
}

.item>div, .item-small-cat>div {
  padding-left: 20px;
  padding-right: 20px;
}

.item-name {
  padding-bottom: 0px;
}

.item-description {
  color: #777;
  font-size: 0.75rem;
  padding-bottom: 0px;
  font-weight: normal;
}

.item-price {
  color: #3cb963;
  font-weight: bold;
  padding-bottom: 5px;
}

.item-price-up {
  color: #3cb963;
  font-weight: bold;
}

.citem-price {
  display: flex;
  color: #3cb963;
  font-weight: bold;
}

.citem-price-value {
  flex: 1 1 40%;
  padding-top: 2px;
}

.item-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.note-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.padding-inner {
  padding-top: 48px;
}

.padding-inner-bottom {
  padding-bottom: 96px;
}

.item-note {
  flex: 1 0 10%;
  width: 100%;
  font-size: 1rem;
  padding: 4px;
  border-radius: 5px;
  border: 1px solid #eee;
  margin-top: -10px;
}

.item-count {
  flex: 0 0 65px;
  text-align: center;
  padding-left: 5px;
  font-weight: bold;
  font-size: 1.5rem;
  padding-bottom: 10px;
  color: #3cb963;
}

.item-plus {
  flex: 0 0 26px;
  text-align: center;
}

.left-arrow {
  height: 15px;
  padding-top: 15px;
}

@keyframes front-anim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.repeated-payment-info {
  font-size: smaller;
  margin: auto;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 66px;
  right: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #fff;
  border-top: 1px solid #eee;
}

.repeated-payment-info input[type=checkbox] {
  -ms-transform: scale(2);
  /* IE */
  -moz-transform: scale(2);
  /* FF */
  -webkit-transform: scale(2);
  /* Safari and Chrome */
  -o-transform: scale(2);
  /* Opera */
  transform: scale(2);
  padding: 10px;
  margin-right: 10px;
}

.cat-selection {
  background-color: #3cb963;
  height: 50px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  display: flex;
  text-align: center;
  padding-top: 10px
}

.payment-card {
  font-size: 0.7em;
  margin-top: 20px;
}

.payment-card img {
  width: 30px;
}

.card-element-mw-card {
  margin-bottom: 5px;
  width: 260px;
}

.card-element-mw-expiry {
  margin-bottom: 5px;
  width: 115px;
}

.card-element-mw-cvc {
  margin-bottom: 5px;
  width: 55px;
}



.upscroll {
  height: 33px;
}

.upscroll::-webkit-scrollbar {
  display:none
}

.upscroll div {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1rem;
}

.upscroll div input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.gpmap {
  position: fixed;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 50px;
}

input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.StripeElement {
  border: 1px solid #eee;
  border-radius: 5px;
}

.StripeElement--invalid {
  border: 1px solid red;
}