/* ===========================================
   CHECKOUT TYPOGRAPHY
   Font sizes, weights, colors
   Easy to customize per font family later
   =========================================== */

/* Shipping method label */
ul#shipping_method.woocommerce-shipping-methods label {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}

/* Shipping delivery note */
ul#shipping_method.woocommerce-shipping-methods .shipping-note {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #666666 !important;
}
ul#shipping_method.woocommerce-shipping-methods .shipping-note strong {
    font-weight: 500 !important;
    color: #333333 !important;
}

/* Payment method label */
.woocommerce-checkout-payment ul.wc_payment_methods label {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #333333 !important;
    cursor: pointer;
}

/* Save Card checkbox label */
.woocommerce-checkout-payment .payment_box label.save-source-label {
    font-size: 15px !important;
    font-weight: 400 !important;
}
