/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.payment_method_stripe fieldset {
    border: 0;
    padding: 0;
    margin: 20px 0;
}

.wc_payment_methods {
    br {
        display: none;
    }
}

.wc-saved-payment-methods {
    padding: 0;
    list-style-type: none;
}

.woocommerce-table__product-name.product-name a {
    pointer-events: none;
}