.bypostauthor {
display: block;
}
.label-neuf {
background-color: green;
color: white;
padding: 5px 10px;
border-radius: 5px;
}
.label-occasion {
background-color: orange;
color: white;
padding: 5px 10px;
border-radius: 5px;
}
.quantity-wrapper {
display: none;
}
.compare{
display:none;
}
body.woocommerce-order-details{
display	: none!important;
}
body.woocommerce-customer-details{
display:none!important;
}
.woocommerce-notices-wrapper{
display:none;
}
body.woocommerce-order-received .order_details {
display: none;
}
.order-option {
margin-bottom: 10px;
}