.orderable-cart-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.orderable-cart-icon-wrapper i {
  font-size: 1.2em; /* Ajuste selon le design */
}

.orderable-qty-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

@media (max-width: 767px) {
    .elementor-kit-10 button, .elementor-kit-10 input[type="button"], .elementor-kit-10 input[type="submit"], .elementor-kit-10 .elementor-button {
        padding: 0px 0px 0px 0px;
    }
}

.woocommerce-checkout h3,
.woocommerce-checkout .elementor-kit-10 h3 {
    font-size: 20px !important; /* Ajuste la taille comme tu veux */
    line-height: 1.4em !important; /* Facultatif : améliore la lisibilité */
    font-weight: bolder; /* Facultatif : allège le gras si besoin */
}


/* Forcer les labels à s'afficher en inline au lieu de block */
.woocommerce-account form .form-row label,
.woocommerce-account.woocommerce-page form .form-row label {
    display: inline-block !important;
    margin-right: 8px; /* espace entre label et champ */
    margin-bottom: 0 !important;
    vertical-align: middle;
}






/* Changer couleur des liens au survol dans le menu latéral */
#menu-menu-lateral-1 li a:hover {
  color: #6FB545 !important;   /* couleur du texte au survol */
  background-color: transparent !important; /* enlève un éventuel fond si besoin */
}





/* Couleur texte au survol pour le menu 2 */
#menu-menu-lateral-2 li a:hover {
  color: #6FB545 !important; /* remplace par ta couleur */
  background-color: transparent !important;
}

/* Optionnel : transition fluide */
#menu-menu-lateral-2 li a {
  transition: all 0.3s ease;
}





.orderable-floating-cart__button svg {
  display: block;
  margin: auto;
}





.wc-block-components-checkout-place-order-button {
    background-color: #000000 !important; /* noir par défaut */
    color: #ffffff !important; /* texte blanc */
    transition: background-color 0.3s ease; /* effet fluide */
}

.wc-block-components-checkout-place-order-button:hover {
    background-color: #444444 !important; /* gris au survol */
}




@import url('/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/simple-menu.css');