/**
 * Styles personnalisés WooCommerce + Plugins
 * Fonctionnalités : Messages, panier, stock, boutons quantity, plugins (Klaviyo, Caddy)
 * Localisation : Chargé sur toutes les pages du site
 * Code original du Custom Code Elementor - sans modifications
 */

    /* Woocommerce Message*/
    .woocommerce-message {
     margin: 0;
     background-color: #f0f0f0;
     border-top-color: #3f4c5c;
    }
    .woocommerce-message::before {
     color: #3f4c5c;
    background-color: #f0f0f0;
    }
    .woocommerce-error, .woocommerce-info, .woocommerce-message {
      margin: 0;
        background-color: #f0f0f0;
    }
      
    .woocommerce table.shop_table td, .woocommerce table.shop_table th{
        border: none !important;
    }
    .woocommerce-cart-form__cart-item .product-name a{
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
    }
    #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
        padding: 3px 6px 3px;
    }
    
    .variation-Prix p {text-decoration: line-through;}
        
    /* Woocommerce Stock info */
    .stock{
        font-weight: bold;
        padding: 10px;
        text-transform: uppercase;
    }
    .in-stock, .out-of-stock{
        background-color: #fdf7f0;
        display: inline-block;
    }
    
    /* Cancel red border on buttons */
    [type=button], [type=submit], button{
        border: none;
    }