/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* modif couleur bouton du panier 819A61*/
.wc-block-cart__submit-button {
    background-color: #819A61 !important; /* Vert */
    color: #ffffff !important; /* Texte blanc */
    border-radius: 5px; /* Coins arrondis */
    padding: 12px 20px; /* Ajuste l'espacement */
    font-weight: bold;
    text-transform: uppercase;
}
.wc-block-cart__submit-button:hover {
    background-color: #687B4E !important; /* Vert foncé au survol */
}
/* modif couleur bouton du checkout */
.wc-block-components-checkout-place-order-button {
    background-color: #819A61 !important; /* Vert */
    color: #ffffff !important; /* Texte blanc */
    font-weight: bold;
    text-transform: uppercase;
    padding: 1em;
    border-radius: 5px; /* Coins arrondis */
    transition: background-color 0.2s ease-in-out;
}

.wc-block-components-checkout-place-order-button:hover {
    background-color: #687B4E !important; /* Vert plus foncé au survol */
}
/* coins arrondis bouton acheter des fiches produit */
.single_add_to_cart_button {
    border-radius: 5px !important;
}
/* masque google captcha */

.grecaptcha-badge {
    display: none !important;
}

/* Changer la couleur du bouton "Ajouter au panier" dans les cross-sells */
.wp-block-cart-cross-sells-product__product-add-to-cart .wp-block-button__link {
    background-color: #869868 !important; /* Changer la couleur du fond */
    color: #ffffff !important; /* Changer la couleur du texte */
    border-radius: 5px; /* Arrondir les bords si nécessaire */
    padding: 10px 20px; /* Ajuster le padding */
    font-weight: bold; /* Rendre le texte plus visible */
}
/* Changer la couleur du bouton "Ajouter au panier" dans les cross-sells au survol */
.wp-block-cart-cross-sells-product__product-add-to-cart .wp-block-button__link:hover {
    background-color: #6B7A53 !important; /* Changer la couleur au survol */
    color: #fff !important;
}

/* retrait mention paypal paiement 4 fois */
@media only screen and (max-width: 48em) {
	

/*************** ADD MOBILE ONLY CSS HERE  ***************/

	
	