.orderStatus[data-v-f6464240] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.orderStatus label[data-v-f6464240] {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 15px;
  font-weight: bold;
  margin-left: 10px;
  text-transform: uppercase;
}
.orderStatus label.wait_payment[data-v-f6464240], .orderStatus label.draft[data-v-f6464240] {
  color: var(--v-primary-base);
}
.orderStatus label.wait_confirm[data-v-f6464240], .orderStatus label.delivering[data-v-f6464240], .orderStatus label.delivered[data-v-f6464240] {
  color: #4caf50;
}
.orderStatus label.cancelled[data-v-f6464240], .orderStatus label.expired[data-v-f6464240] {
  color: #cecece;
}
.orderStatus label.allow[data-v-f6464240] {
  color: #4caf50;
}
.titleBox[data-v-539b9438] {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.titleBox h1[data-v-539b9438] {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.groupInfo[data-v-539b9438] {
  font-size: 15px;
}
.groupInfo__title[data-v-539b9438] {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.theme--light .groupInfo__title[data-v-539b9438] {
  color: #1a1a1a;
}
.noBorder td[data-v-539b9438] {
  border-bottom: none !important;
}
.item-price[data-v-539b9438] {
  color: #cecece;
}
.sum[data-v-539b9438] {
  font-size: 28px !important;
  color: var(--v-primary-base) !important;
}
.customListItem[data-v-539b9438] {
  border-bottom: 1px solid #ccc;
}
