/*
Theme Name: Mon Stage Padel
Template: Divi
Description: Divi Child Theme
Author: Lycia Diaz - Astuces Divi
Author URI: https://astucesdivi.com/
*/

/* Alignement dans le menu */
.custom-cart-item {
}

.cart-icon {
	color: #c8a749;
	margin-left: 13px;
}

.custom-menu-cart a {
    display: flex;
    align-items: center;
    background: #f8f8f8; /* Fond léger */
    padding: 5px 12px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.custom-menu-cart a:hover {
    background: #eeeeee;
}

.custom-menu-cart .cart-details {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.custom-menu-cart .cart-count {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
}

.custom-menu-cart .cart-amount {
    font-size: 14px;
    font-weight: 800;
    color: #c8a749; /* Votre couleur d'accentuation */
}

/* Cacher le panier natif de Divi s'il est activé */
#et-info-cart, .et-cart-info { display: none !important; }