.checkout-box {
  position: relative;
  margin: 0px auto 50px auto;
  max-width: 900px;
}

.checkout-box h3 {
  border-bottom: 2px solid black;
  line-height: 40px;
  text-transform: uppercase;
}

.checkout-box .checkout-comment {
  margin: 20px 0;
  font-size: 0.9em;
  font-style: italic;
  color: #ff0069;
}

.checkout-box .checkout-comment i.fa {
  margin-right: 4px;
  font-size: 0.8em;
}

.checkout-box .checkout-form {
  border-bottom: 2px solid black;
  padding-bottom: 20px;
}

.checkout-box .checkout-form .checkout-field-label {
  float: left;
  width: 65px;
  color: #005a8c;
  line-height: 50px !important;
  text-transform: uppercase;
}

.checkout-box .checkout-form select.checkout-product {
  border: 0;
  line-height: 48px;
  height: 48px;
  min-width: 200px;
  outline: 1px solid #979797;
  background-color: white;
  font-size: 17px;
}

.checkout-box .checkout-row {
  padding: 3px;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
}

.checkout-box .checkout-row.hidden {
  display: none;
}

.checkout-box .checkout-row.right {
  text-align: right;
}

.checkout-box .checkout-row .checkout-input {
  width: 300px;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #979797;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}

.checkout-box .checkout-row .checkout-input.full-width {
  width: calc(100% - 66px);
}

.checkout-box .checkout-row .checkout-input[name='couponCode'] {
  text-transform: uppercase;
}

.checkout-box .checkout-row a {
  text-decoration: none;
  color: #005a8b;
}

.checkout-box .checkout-row a:hover {
  color: #0187c6;
  text-decoration: none;
}

.checkout-box .checkout-link {
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  display: table-cell;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-weight: normal;
}

.checkout-box abbr.required {
  color: red;
  font-weight: 700;
  border: 0;
  text-decoration: none;
  cursor: default;
}

.checkout-box .checkout-checkbox {
  font-size: x-large;
}

.checkout-box .submit-checkout,
.checkout-box .product-selection {
  width: 160px;
  height: 55px;
  display: inline-block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: center;
  background-color: #005a8c;
  font-size: 20px;
  color: #fff;
  line-height: 55px;
  text-decoration: none !important;
  cursor: pointer;
  border: 0;
  padding: 0;
}

.checkout-box product-selection.choose-plan {
  background-color: #005a8c;
}

.checkout-box product-selection.registered, .checkout-box product-selection.enlisted {
  background-color: #59b300;
}

.checkout-box product-selection.registered::before, .checkout-box product-selection.enlisted::before {
  content: '\f00c  ';
  font-family: 'FontAwesome';
}

.checkout-box product-selection.registered.stopped {
  background-color: #ea8b37;
}

.checkout-box product-selection.stopped:before, .checkout-box product-selection.registered.expired:before {
  content: '\f12a  ';
  font-family: 'FontAwesome';
}

.checkout-box product-selection.registered {
  cursor: default;
}

.checkout-box product-selection.enlisted, .checkout-box product-selection.registered.expired, .checkout-box product-selection.registered.stopped, .checkout-box product-selection.choose-plan {
  cursor: pointer;
}

#couponField label#couponDetails {
  position: relative;
  left: 65px;
  font-size: 0.7em;
  border: solid 1px gainsboro;
  padding: 0 4px;
  background-color: #ffeced;
  letter-spacing: 0.03em;
  display: block;
  width: 300px;
  margin-top: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
}

#couponField label#couponDetails.found {
  background-color: #5bd900;
}

#couponField label#couponDetails.found:after {
  font-family: FontAwesome;
  content: '\f00c';
  float: right;
}

#couponField label#couponDetails.loading:after {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  font-family: FontAwesome;
  content: '\f110';
  float: right;
}

.plan-selection table {
  width: calc(100% - 2px);
  border: solid 1px #ebebeb;
}

.plan-selection table tr:nth-child(2n + 1) {
  background-color: transparent;
}

.plan-selection table tr:hover {
  background: ghostwhite;
}

.plan-selection table td {
  border: solid 1px #ebebeb;
  text-align: left;
}

.plan-selection table td.fixed-width {
  width: 300px;
}

.plan-selection table td small {
  font-size: 0.85em;
}

.plan-selection table td:last-child {
  text-align: center;
}

.plan-selection table td,
.plan-selection table th {
  font-size: 1em;
}

.wpsc.payment-popup-backdrop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  top: 0;
  left: 0;
}

.wpsc.payment-popup-backdrop.wpsc-hidden {
  display: none;
}

.wpsc.payment-popup-backdrop .payment-popup {
  display: -ms-grid;
  display: grid;
  background: white;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  height: 575px;
  padding: 6px;
  border-radius: 4px;
  width: 370px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpsc.payment-popup-backdrop .payment-popup #wpsc-iframe-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  width: 370px;
  height: 530px;
  border: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.wpsc.payment-popup-backdrop .payment-popup #wpsc-iframe-container iframe {
  width: 370px;
  height: 520px;
  border: 0;
}

.wpsc.payment-popup-backdrop .payment-popup .payment-popup-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: solid 1px var(--border-color);
}

@media screen and (max-width: 800px) {
  .checkout-box .checkout-form .checkout-input,
  .checkout-box .checkout-form select.checkout-product,
  #couponField label#couponDetails {
    width: calc(100% - 66px);
  }
}
/*# sourceMappingURL=checkout.css.map */