/*Commun tous les sites de vente en ligne**/

/*LISTE / CATALOGUE*/

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
	display:none;
}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price{
	display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
/*DETAIL PRODUIT FICHE*/
.reset_variations{
	display:none;
}
.woocommerce-js div.product div.summary .woocommerce-product-details__short-description :last-child{
	font-size: 16px !important;
    font-weight: 400;
}


/*CATEGORIE*/
.category-image img{
	max-width:47rem;
	width:32rem;
}
.product-category-header{
	display:flex;
	gap:5%;
	align-items:center;
	margin-bottom:2rem;
}

/*LISTE / CATALOGUE*/




/*DETAIL PRODUIT FICHE*/




/*CHAMP SUR MESURE*/
.sur-mesure-wrapper p span input[type="number"]{
	height:25px !important;
	max-width:100%;
	min-height:25px;
}
.woocommerce-js div.product form.cart .single_variation_wrap p{
	margin-bottom:0
}