body {
  background-color: #f2f2f2;
}

#toaster-wrapper {
  position: fixed;
  top: 10px;
  z-index: 999999;
  right: 10px;
}
#toaster-wrapper #toaster > :not(:last-child) {
  margin-bottom: 0.75rem;
}

#message {
  opacity: 0;
  transition: all 0.2s ease;
}

.delivery-pickup {
  background: #B4E1FA;
  color: #3E4E57;
}

.delivery-delivery {
  background: #F8F9B5;
  color: #57563F;
}

.vs-delivery {
  border-radius: 19px;
  padding: 5px 15px;
}

.vs-table tr td {
  vertical-align: middle;
}
.vs-table tr td:nth-last-child(1) {
  text-align: right;
}

.orders .variant-product {
  padding-left: 40px;
}
.orders .table td {
  padding: 0;
}
.orders .time-slot {
  font-size: 110%;
}
.orders .time-slot .main-product {
  padding: 10px 0;
}
.orders .order-head {
  line-height: 4rem;
}
.orders .order-head td {
  vertical-align: bottom;
}
.orders .line-product {
  font-weight: bold;
  padding-left: 15px !important;
}
.orders .line-variant {
  padding-left: 30px !important;
}

.order-group {
  font-weight: bold;
  padding-left: 20px;
}
.order-group a, .order-group span {
  padding-left: 15px;
}
@media (max-width: 480px) {
  .order-group a, .order-group span {
    padding-left: 0;
  }
}

.header-right {
  text-align: right;
}

.main-product {
  font-weight: bold;
}

.main-total {
  font-weight: bold;
  text-align: right;
}

.variant-total {
  font-weight: normal;
  text-align: right;
}

.loading {
  filter: blur(1px) opacity(0.5);
}

.orders, .total {
  margin-top: 20px;
}

.oa-links {
  list-style-type: none;
  font-size: 20px;
}

.oa-links i.fas {
  width: 1.5em;
  text-align: center;
}

.time-slot {
  background: #eeeeee;
  border-top: 3px solid #666;
  font-size: 150%;
}

.spacer-row > td {
  border-top: none;
}

@media (max-width: 480px) {
  .order-group-form .form-control {
    padding: 0;
  }
  .order-group-form .time-change {
    margin-left: 0 !important;
    width: 100%;
  }
}

.selections {
  padding-left: 20px;
}

@media only print {
  .orders, .table {
    width: 90% !important;
  }

  #order-print, sub {
    display: none;
  }

  tr.time-slot {
    background-color: #cccccc !important;
  }
}

/*# sourceMappingURL=style.css.map */
