.postNormal__content ul, .postNormal__content ol {
    list-style-position: inside;
    margin-bottom: 8px;
}
.postNormal__content ul li, .postNormal__content ol li {
  margin-bottom: 8px;
}
.postNormal__title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: black;
}
@media screen and (max-width: 767px) {
  .woocommerce-order {
    overflow: hidden;
  }
}
.woocommerce-order h1 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.woocommerce-order .woocommerce-order-details__title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .woocommerce-order .woocommerce-order-details__title {
    margin-top: 20px;
  }
}
.woocommerce-order h3,
.woocommerce-order .title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #afaa6d;
}
.woocommerce-order .orderDetail__meta .list p {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}
.woocommerce-order .orderDetail__meta .list p span {
  color: red;
}
.woocommerce-order .orderDetail__meta .list p span:first-child {
  font-weight: bold;
  color: var(--red);
}
.woocommerce-order .nhm-custom {
  line-height: 1.5;
}
.woocommerce-order .nhm-custom #copyBtn,
.woocommerce-order .nhm-custom #copystk {
  margin-left: 10px;
  background-color: var(--red);
  color: #fff;
  padding: 5px 10px;
  border: 0;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}
.woocommerce-order .nhm-custom #copyBtn:focus,
.woocommerce-order .nhm-custom #copystk:focus {
  background-color: blue;
}
.woocommerce-order .woocommerce-bacs-qr-code h4 {
  padding: 20px 0px;
  color: var(--red);
}
.woocommerce-order .orderDetail__total {
  margin-bottom: 20px;
}
.woocommerce-order .orderDetail__total .text-danger {
  font-size: 25px;
}

.variation-Chngichn {
  padding-top: 10px;
  padding-bottom: 2px;
  float: none !important;
}
.variation-Chngichn:last-child {
  padding: 0 !important;
}

.title-nhm {
  color: var(--red);
  font-size: 20px;
}

#input_casso {
  background-color: var(--blue);
  color: #fff;
  padding: 12px 24px;
  border: 0;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}
.woocommerce-message {
    display: none !important;
}

/*# sourceMappingURL=style.css.map */