.checkout-page {
  background-image: url(../images/bimct-waves-grey.svg);
  background-size: cover;
  background-position: 0;
  background-repeat: no-repeat;
  padding: 4rem 1rem 1rem;
}
.checkout-page .checkout-content {
  padding: 2rem 1rem;
  border-radius: 6px;
  border: solid 1px #eaeaea;
  background-color: #fff;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
}
.checkout-page .checkout-back-to-store {
  text-decoration: none;
  position: unset;
  top: unset;
  left: unset;
  display: block;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-top: -20px;
}
.checkout-page .checkout-choose-form .form-field-group label {
  color: #292929;
}
.checkout-page .checkout-choose-form .form-field-group {
  margin-bottom: 2rem;
}
.checkout-page .checkout-choose-form .form-field-group label select {
  margin-top: 0.5rem;
  max-width: 550px;
}
.checkout-page .checkout-content h3 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.checkout-page .form-license #options {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout-page .form-license h3 {
  width: 100%;
}
.checkout-page .form-license label {
  width: 50%;
  font-weight: normal;
  margin-bottom: 1rem;
  display: block;
  text-align: center;
  font-size: 0.9rem;
}
.checkout-page .form-license label strong {
  color: #007541;
  font-weight: bold;
  display: block;
  /* margin-bottom: 0.5rem; */
}
.checkout-page .form-license label input {
  margin-bottom: 0.5rem;
}
.checkout-page .form-field-group.amount, .checkout-page .form-field-group.coupon {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.checkout-page .form-field-group.coupon-notes {
  color: red;
}
.checkout-page .form-field-group.amount .total {
  width: 50%;
  margin-left: 0.5rem;
}
.checkout-page .form-field-group.amount input {
  max-width: 100px;
}
.checkout-page .form-field-group.amount strong {
  font-weight: bold;
  font-size: 1.3rem;
  text-align: right;
  display: block;
}
.checkout-page .form-field-group.amount span {
  font-size: 0.8rem;
  display: block;
  text-align: right;
  color: #808080;
  line-height: 1.2;
}
.checkout-page .form-field-group.update-cart-group {
  text-align: right;
}
.checkout-page .checkout-content-choose {
  border-bottom: 1px solid #e6e6e6;
}
.checkout-page .shopping-cart-pay {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.checkout-page .shopping-cart-pay .button {
  margin-bottom: 1rem;
}
.checkout-page .shopping-cart-pay p {
  max-width: 316px;
  text-align: right;
  font-size: 0.8rem;
  display: block;
  color: #808080;
  line-height: 1.2;
}
.checkout-page .shopping-cart-messages li {
  list-style: none;
  font-size: 0.8rem;
  display: block;
  color: #808080;
  line-height: 1.2;
  margin-bottom: 1em;
}
.checkout-page .checkout-list {
  width: 100%;
}
.checkout-page .checkout-list .cart-content-list {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  padding-bottom: 1rem;
}
.checkout-page .checkout-list .cart-content-list li {
  width: 100%;
  padding-top: 0.5rem;
  justify-content: flex-start;
  display: flex;
}
.checkout-page .checkout-list .cart-content-list li button {
  width: 22px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.checkout-page .checkout-list .cart-content-list li button svg {
  filter: invert(10%) sepia(94%) saturate(6876%) hue-rotate(3deg) brightness(101%) contrast(108%);
  display: inline-block;
}
.checkout-page .checkout-list .cart-content-list li .item-amount {
  padding-left: 1ex;
}
.checkout-page .checkout-list .cart-content-list li .item-times-sign {
  padding-left: 1ex;
  padding-right: 1ex;
  color: #808080;
}
.checkout-page .checkout-list .cart-content-list li.note {
  padding-left: 22px;
}
.checkout-page .checkout-list .cart-content-list .price {
  text-align: right;
  flex-grow: 1;
  display: block;
}
.checkout-page .checkout-list .shopping-cart-total, .checkout-page .checkout-list .shopping-cart-discount, .checkout-page .checkout-list .shopping-cart-grand-total {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-page .checkout-list .shopping-cart-grand-total {
  font-size: 1.3rem;
  color: #007541;
}
.checkout-page .checkout-list .shopping-cart-grand-total span {
  color: #007541;
  font-weight: bold;
}
.checkout-page .checkout-content {
  position: relative;
}
.checkout-page .checkout-back-to-store svg {
  stroke: #007541;
  transform: scaleX(-1) translateY(-1px);
  margin-right: 1rem;
}
@media (min-width: 650px) {
  .checkout-page .form-license label {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .checkout-page .checkout-content {
    margin: 4rem auto 6rem;
  }
  .checkout-page .form-field-group.amount strong {
    margin-bottom: 0.5rem;
  }
  .checkout-page .checkout-content {
    display: flex;
    padding: 3rem 2rem;
  }
  .checkout-page .checkout-content-choose {
    width: 50%;
    border-bottom: 0;
    border-left: 1px solid #e6e6e6;
    padding-left: 2rem;
  }
  .checkout-page .checkout-content-confirm {
    width: 50%;
    padding-right: 2rem;
    align-items: center;
  }
  .checkout-page .checkout-back-to-store {
    text-decoration: none;
    position: absolute;
    top: -2.5rem;
    left: -0.5rem;
    margin-bottom: unset;
    margin-left: unset;
    margin-top: unset;
  }
}

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