/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

div.coupon:not(.under-proceed) { 
display: none !important; 
}

/* 31/8/2025 */
/* Booster Upload buttons styled same as Place Order - full width */
#wcj_upload_checkout_file_1.button.alt,
#wcj_upload_checkout_file_2.button.alt {
    background-color: var(--wp--preset--color--primary, #7f54b3) !important; /* WooCommerce button color */
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 14px 28px !important;
    border-radius: 4px !important;
    border: none !important;
    cursor: pointer;
    width: 100% !important;  /* stretch full width */
    display: block !important; 
    text-align: center;
    box-sizing: border-box;
}

/* Hover effect same as Place Order */
#wcj_upload_checkout_file_1.button.alt:hover,
#wcj_upload_checkout_file_2.button.alt:hover {
    background-color: #6c3da3 !important;
    color: #fff !important;
}

