/* Styles généraux WooCommerce pour tout le site */


/* Override des styles WooCommerce par défaut */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    margin-bottom: 2.617924em !important;
    background-color: hotpink !important;
    margin-left: 0 !important;
    border-radius:0!important;
    color: #fff !important;
    clear: both !important;
    border-left: none!important;
    padding: 1em 2em 1em 3.5em !important;
    position: relative !important;
    list-style: none outside !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-message::before,
.woocommerce-info::before {
    content: "ℹ️";
    margin-right: 8px;
}

.woocommerce-error::before {
    content: "❌";
    margin-right: 8px;
}



.woocommerce-MyAccount-content{
    margin-bottom:100px;
}





.select2-container .select2-selection--single{height:40px;display:flex;align-items:center}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:38px;}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected]{
    background-color:#000!important;
    color:#FFF!important;
}
