/*
Theme Name:   Bw Zenny Child
Theme URI:    https://zenny.bzotech.com/intro/
Author:       The BZOTech
Author URI:   https://bzotech.com/
Description: With Zenny Glasses WordPress template for WooCommerce you'll make a statement that it's not just about fashion accessories.
Template:     bw-zenny
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: clinic, eye glasses, glasses, glasses shop, glasses website, optical, optical clinic, optical shop, optical store, optics, optics shop, optometry, shop, store, sunglasses
Text Domain: bw-zenny-child
*/
/* Bouton "Commander" (Checkout Block) */
.wc-block-components-checkout-place-order-button.contained {
    background-color: #000000 !important; /* Noir par défaut - changez la couleur */
    opacity: 1 !important;
    transition: all 0.3s !important;
}

/* Effet au survol */
.wc-block-components-checkout-place-order-button.contained:hover {
    background-color: #333333 !important; /* Noir plus clair */
}

/* Texte du bouton */
.wc-block-components-checkout-place-order-button__text {
    color: #ffffff !important; /* Couleur du texte */
    font-weight: 600 !important;
}
/* Bouton "Valider la commande" */
.wc-block-components-button__text {
    background-color: #c58e46 !important;  /* Couleur dorée */
    color: #fff !important;               /* Texte en blanc pour contraste */
    padding: 12px 24px !important;       /* Ajustement de l'espacement */
    border-radius: 3px !important;       /* Bords légèrement arrondis */
    font-weight: 600 !important;         /* Texte en gras */
    display: inline-block !important;    /* Pour appliquer le padding correctement */
}

/* Effet au survol */
.wc-block-components-button__text:hover {
    background-color: #b07d3a !important; /* Version plus sombre au survol */
    transform: translateY(-1px) !important; /* Léger effet de relief */
}
/* Cacher le prix si nécessaire */
.price {
    display: none !important;
}

/* Style du bouton Réserver */
.button.reservation-btn {
    background: #007cba;
    color: white;
    padding: 12px 24px;
    font-size: 16px;
}

.button.reservation-btn:hover {
    background: #005a87;
}

/* Message de succès */
.reservation-success {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 15px;
    margin: 20px 0;
}