/* EDD - checkout styles */
.edd_cart_item_price {
    text-align: right !important;
}

.edd_cart_actions {
    display: none;
}

/* don't touch this without approval from Louis */
 
#edd_checkout_cart {
 color: #000 !important;
}

.eddr-notice.eddr-cart-item-notice em {
 font-size: 14px;
 font-style: normal !important;
 display: block;
 margin-top: 8px;
  color: #000 !important;
}

#edd_checkout_form_wrap label {
margin-bottom: 8px;
}

#edd_checkout_form_wrap label {
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  font-size: 14px;
}

#edd_final_total_wrap {
 background: #fff !important;
  font-weight: 600;
   color: #000;
}

#edd_final_total_wrap strong {
  font-weight: 600;
  color: #000;
}


#edd_drip p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0
}

#edd_drip p label {
 margin: 0;
  color: #000;
}

#edd_checkout_cart_wrap {
border-bottom: 1px solid #F5F5F5 !important;
 margin-bottom: 24px;
}

#edd_checkout_cart {
 margin-bottom: 0;
}


#edd_checkout_cart td, #edd_checkout_cart th {
  color: #000;
  border: 0;
  padding: 16px 24px;  
}

#edd_checkout_cart {
 margin-bottom: 0;
}

#edd_checkout_cart .edd-sl-upgrade-key {
 font-style: normal;
 padding-top: 8px;
 font-size: 14px;
}

#edd_checkout_cart .edd_cart_item_price em {
 display: none
}

#edd_checkout_cart .edd-sl-upgrade-details {
 padding-top: 8px;
}

#edd_checkout_cart td, #edd_checkout_cart th {
  color: #000;
}

.edd_cart_item td {
  background: #F5F5F5 !important;
  padding: 32px 32px !important;
}

.edd_cart_item td a {
  font-weight: 600;
  text-decoration: none;
  color: hsla(0, 0%, 45%, 1);
}

/*thead {
 display: none;
}*/

.edd_checkout_cart_item_title {
 font-weight: 500;
}

.edd_cart_footer_row {
  background-color: #fff;
}

#edd_checkout_cart {
  border-collapse: collapse;
}

/*#edd_discount_code {
  display: none;
}*/

#edd_purchase_form {
  display: flex;
  flex-direction: column;
}

#edd_purchase_form_wrap {
  order: 1;
}

#edd_payment_mode_select_wrap {
  order: 2;
}

#edd_purchase_form_wrap {
  order: 3;
}

#edd_checkout_form_wrap fieldset {
  border: none;
  padding: 0;
  color: #000;
}

fieldset#edd_checkout_user_info p {
  margin: 0;
}

fieldset#edd_cc_fields p {
  margin: 0;
}

#edd_checkout_user_info, #edd_register_account_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

#edd_register_account_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}

#edd_register_account_fields > * {
  width: 100%;
}

#edd_register_account_fields p {
  margin: 0;
}


#edd_cc_fields {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.edd-stripe-new-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

#edd-email-wrap {
  width: 100%;
}

#edd-first-name-wrap, #edd-last-name-wrap, #edd-church-name-wrap, #edd-tax-exempt-wrap,
#edd-card-city-wrap #edd-card-zip-wrap {
  width: calc(50% - 10px);
}

fieldset#edd_cc_address {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

#card_state, #billing_country {
  width: 100% !important;
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    width: 100%;
}

#edd_checkout_user_info legencd {
  display: none;
}

#edd_cc_address > div {
    margin-bottom: 0 !important;
}

label + .edd-description {
  display: none !important;
}

#edd_checkout_form_wrap input.edd-input, #edd_checkout_form_wrap textarea.edd-input {
  width: 100%;
}

#edd_checkout_form_wrap input[type=email], #edd_checkout_form_wrap input[type=password], #edd_checkout_form_wrap input[type=tel], #edd_checkout_form_wrap input[type=text], #edd_checkout_form_wrap textarea,
#edd_checkout_form_wrap select {
  padding: 12px;
  width: 100%;
  /* white */
  background: #FFFFFF;
  /* neutral/200 */
  border: 1px solid #E5E5E5;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
}



#edd_checkout_form_wrap select {
  appearance: none;
  height: auto;
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px);
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
}

#edd_checkout_form_wrap .cfm-form .cfm-el {
  width: 100%;
  margin: 0;
  padding: 4px 0;
}

#edd_checkout_form_wrap .cfm-checkbox-checklist {
  margin: 0;
  padding: 0;
  display: grid;
  padding-top: 8px;
  gap: 8px;
  grid-template-columns: 1fr auto;
  max-width: 530px;
}


#edd_checkout_form_wrap .cfm-checkbox-checklist li {
	display: flex;
  	align-items: center;
    gap: 8px; 
}


#edd_checkout_form_wrap .cfm-checkbox-checklist li label {
  margin: 0;
  font-weight: 400;
}

#edd_checkout_form_wrap h2.cfm-section-title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0;
  padding: 0;
  letter-spacing: -0.02em;
}

#edd_checkout_form_wrap .cfm-section-details {
	color: var(--bd-palette-semi-dark-grey-2);
  font-size: 14px;
}


#edd_secure_site_wrapper {
  display: none;
}

#edd_checkout_form_wrap legend, #edd_register_account_fields legend {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  float: initial;
}

#edd_checkout_form_wrap fieldset#edd_register_account_fields legend {
  padding-top: none;
}

.ElementsApp, .ElementsApp .InputElement {
  background-color: yellow;
  font-family: var(--bd-body-font-family) !important;
}

#edd_checkout_form_wrap #edd_final_total_wrap {
  padding: 0 !important;
  border: 0 !important;
  color: var(--bd-body-text-color);
  margin-top: 24px;
  margin-bottom: 24px;
}

#edd-purchase-button, .edd-submit, [type=submit].edd-submit {
 text-align: center;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 4px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    transition-timing-function: ease-in-out;
    transition-property: all;
    overflow: hidden;
    color: var(--bde-background-color);
    font-weight: 600;
    background: var(--bde-links-color);
    border-color: var(--bde-links-color);
    font-size: 16px;
    transition: .3s ease;
}

#edd-purchase-button:hover, .edd-submit:hover, [type=submit].edd-submit:hover {
    background: var(--bde-background-color);
    border-color: var(--bde-links-color);
    color: var(--bde-links-color);  
}

#edd_purchase_submit {
 margin-bottom: 0 !important;
}

#edd-purchase-button {
  width: 100%;
}

#edd_checkout_form_wrap fieldset#edd_cc_fields legend {
  padding-top: 11px;
}

#edd_mailchimp p {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

#edd_mailchimp p label {
  margin: 0 !important;
}

#edd_checkout_form_wrap #edd-payment-mode-wrap label {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin-bottom: 12px;
}

#edd_checkout_form_wrap input[type=radio], #edd_checkout_form_wrap input[type=checkbox] {
  margin-right: 0;
  width: 20px;
  height: 20px;
}

span.edd-discount-code-field-wrap {
    display: flex;
    gap: 10px;
}

.edd-submit.button.blue {
    background: var(--bde-links-color);
    border-color: var(--bde-links-color);
    border-width: 1px;
}

.edd-submit.button.blue.active, .edd-submit.button.blue:focus, .edd-submit.button.blue:hover {
    background: var(--bde-background-color);
    border-color: var(--bde-links-color);
    color: var(--bde-links-color);
}

/* hide "Click here to use your All Access Pass" on the purchase confirmation page */
.edd_purchase_receipt_product_notes {
  display: none;
}

/* remove display name */
#edd_profile_display_name_wrap {
  display: none;
}

.subscription-policy {
  margin-bottom: 20px;
}

/* hide text "billed once per year */
.eddr-notice.eddr-cart-item-notice {
  display: none;
}