/*
Theme Name: Astra child theme
Template: astra
*/


form.checkout_coupon .button {
    min-width: 275px;
    padding: 14px;
}


/* Stripe Checkout credit card bloc */
#wc-stripe-new-payment-method {
    margin-right: 8px;
}

label[for="wc-stripe-new-payment-method"] {
    opacity: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 200px !important;
    white-space: unset !important;
}

#ast-checkout-coupon {
    color: var(--ast-global-color-0);
}

#ast-coupon-code:focus {
    outline-color: #a3a3a3;
}

a br {
    display: none;
}