/* KINGTV CHECKOUT SPACING CLEANUP V3
   CSS only. Checkout page spacing and alignment only.
   Does not change gateway names, payment values, captcha, terms, or order logic. */

#order-standard_cart form#frmCheckout .sub-heading {
  margin-top: 42px !important;
  margin-bottom: 26px !important;
  position: relative !important;
  z-index: 2 !important;
}

#order-standard_cart form#frmCheckout .sub-heading span {
  position: relative !important;
  z-index: 3 !important;
}

#order-standard_cart form#frmCheckout .sub-heading + .row,
#order-standard_cart form#frmCheckout .sub-heading + .form-group,
#order-standard_cart form#frmCheckout .sub-heading + .field-container,
#order-standard_cart form#frmCheckout .sub-heading + div {
  margin-top: 10px !important;
}

#order-standard_cart form#frmCheckout .field-container {
  margin-bottom: 16px !important;
}

#order-standard_cart #paymentGatewaysContainer {
  margin-top: 24px !important;
}

#order-standard_cart .ktv-v488-gateway-grid {
  margin-top: 18px !important;
}

#order-standard_cart .ktv-v488-gateway-card {
  overflow: visible !important;
}

#order-standard_cart .ktv-v488-gateway-title,
#order-standard_cart .ktv-v488-gateway-desc,
#order-standard_cart .ktv-v488-gateway-pill {
  opacity: 1 !important;
  visibility: visible !important;
}

#order-standard_cart .prepend-icon {
  overflow: visible !important;
}

#order-standard_cart .checkout-security-msg {
  margin-top: 28px !important;
}

@media (max-width: 767px) {
  #order-standard_cart form#frmCheckout .sub-heading {
    margin-top: 46px !important;
    margin-bottom: 30px !important;
  }

  #order-standard_cart form#frmCheckout .sub-heading:first-of-type {
    margin-top: 38px !important;
  }

  #order-standard_cart form#frmCheckout .sub-heading span {
    max-width: calc(100% - 40px) !important;
    white-space: normal !important;
    line-height: 1.15 !important;
  }

  #order-standard_cart form#frmCheckout .sub-heading + .row,
  #order-standard_cart form#frmCheckout .sub-heading + .form-group,
  #order-standard_cart form#frmCheckout .sub-heading + .field-container,
  #order-standard_cart form#frmCheckout .sub-heading + div {
    margin-top: 14px !important;
  }

  #order-standard_cart form#frmCheckout .field-container {
    margin-bottom: 18px !important;
  }

  #order-standard_cart #paymentGatewaysContainer {
    margin-top: 26px !important;
  }

  #order-standard_cart #paymentGatewaysContainer > div:first-child:not(.ktv-v488-gateway-grid):not(#creditCardInputFields) {
    margin-bottom: 18px !important;
  }

  #order-standard_cart .ktv-v488-gateway-grid {
    margin-top: 18px !important;
  }

  #order-standard_cart .ktv-v488-gateway-card {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }

  #order-standard_cart .text-center,
  #order-standard_cart .textcenter {
    text-align: center !important;
  }

  #order-standard_cart .checkout-security-msg {
    margin-top: 30px !important;
  }
}
