/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* Bouton Valider la commande - Vert */
.wc-block-cart__submit-button {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    color: #ffffff !important;
}

.wc-block-cart__submit-button:hover {
    background-color: #218838 !important;
    border-color: #218838 !important;
    color: #ffffff !important;
}
/* Mettre l'option d'achat en évidence dans le récapitulatif */
.woocommerce-table--custom-fields tr:has(th) {
    background-color: #fff3cd !important;
}

.woocommerce-table--custom-fields tr th,
.woocommerce-table--custom-fields tr td {
    background-color: #fff3cd !important;
}

/* "Voir le panier" juste à côté de "Ajouter au panier" */
.woocommerce a.added_to_cart.wc-forward {
    display: inline-block !important;
    vertical-align: middle !important;
    margin-left: 10px !important;
    padding: 12px 20px !important;
    background-color: #28a745 !important;
    color: #fff !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    line-height: normal !important;
}

.woocommerce a.added_to_cart.wc-forward:hover {
    background-color: #218838 !important;
    color: #fff !important;
}