.e-label {
  display: block;
  width: 6.25rem;
  height: 1.875rem;
  line-height: 1.875rem;
  padding-right: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  font-style: italic;
  text-align: right;
  position: relative;
}
.e-label:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.9375rem 0.75rem 0.9375rem 0;
  position: absolute;
  top: 0;
  right: 100%;
}
.e-label--stock {
  color: #fff;
  background: #51ae32;
}
.e-label--stock:before {
  border-color: transparent #51ae32 transparent transparent;
}
.e-label--action {
  color: #fff;
  background: #ff0000;
}
.e-label--action:before {
  border-color: transparent #ff0000 transparent transparent;
}
.e-label--new {
  color: #fff;
  background: #00b4ff;
}
.e-label--new:before {
  border-color: transparent #00b4ff transparent transparent;
}
.e-separator {
  border-bottom: 1px solid #bfbfbf;
}
.e-tag--paymentStatus {
  display: inline-block;
  padding: 0.125rem 0.25rem;
  border-radius: 0.125rem;
}
.e-tag--paid {
  color: #fff;
  background: #1f9d55;
}
.e-tag--pending,
.e-tag--created,
.e-tag--payment_method_chosen {
  color: #fff;
  background: #de751f;
}
.e-tag--cancelled,
.e-tag--canceled,
.e-tag--timeouted {
  color: #fff;
  background: #cc1f1a;
}
.e-mobile-hidden {
  display: none !important;
}
@media only screen and (min-width: 40rem) {
  .e-mobile-hidden {
    display: block !important;
  }
}
.e-order-registration-text {
  display: block;
  padding-top: 0.5rem;
}
@media only screen and (min-width: 40rem) {
  .e-order-registration-text {
    display: inline;
    padding-top: 0;
  }
}
.e-header-divider {
  width: calc(100% - 2 * 1.5rem);
  height: 8px;
  background-color: #C70606;
  margin: 4.125rem auto;
}
@media only screen and (min-width: 40rem) {
  .e-header-divider {
    margin: 1.875rem auto 0 auto;
  }
}
.e-status--unpaid {
  background: rgba(239, 128, 6, 0.2);
}
.e-status--paid {
  background: rgba(189, 204, 1, 0.2);
}

/*# sourceMappingURL=maps/elements.css.map */
