/*style du msg d'erreur pour produit lié dans le panier*/
.custom-error-class {
    color: #fff;
    text-align: center;
    font-weight: 600;
}

/*bouton valider la commande grisé si msg d'erreur */
.checkout-button.disabled, 
.wc-proceed-to-checkout a.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
    
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled{background-color:grey!important;}

