/**
Theme Name: Automind Custom
Author: Techimo Transformation
Author URI: https://techimo.co/
Description: This is the child theme of Astra which is built to extend wordpress capabilities.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: automind-custom
Template: astra
*/

button.single_add_to_cart_button.button.alt {
    background-color: #216BDB !important;
}

/* Basket page buttons - unified orange style */
.woocommerce a.button {
    background-color: #f97316 !important;
    border-color: #f97316 !important;
    color: #fff !important;
}


/* Style for Apply Coupon, Update Basket, and Place Order buttons */
button[name="apply_coupon"],
button[name="update_cart"],
button[name="save_account_details"],
button[name="save_address"],
button#place_order {
    background-color: #f97316 !important;
    border-color: #f97316 !important;
    color: #ffffff !important;
}


button[name="save_account_details"] {
    background-color: #f97316 !important;
    border-color: #f97316 !important;
    color: #ffffff !important;
}