/**
 Theme Name:   Storefront des CoopPains
 Theme URI:    https://www.coop-pains.fr
 Author:       Coop-Pains
 Description:  Personnalisation du theme storefront de base pour les besoins des coopains.
 Author URI:   https://www.coop-pains.fr
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


.coopains_distri {
 color:#96588a;
}

/** aligner à gauche sur la fiche produit */
.entry-summary .centerCoopains {
 text-align: left ;
}

.entry-summary .coopains_distri {
 font-weight: bold;
}

.centerCoopains {
 text-align: center;
}

/** remove the no checked hint when weak strength */
.woocommerce-password-hint {
 display:none;
}
