.order-status.status-preorder {
  background: orange;
}

.order-status.status-preorder span {
  color: #fff;
}

.status-wc-preorder {
  
}

.widefat.summary tbody tr:nth-child(even) {
  background-color: #e3e3e3;
}

.widefat.summary .first-of-cat td{
  border-top: 2px solid #000;
}


.wc-item-meta-label,
.unit .woocommerce-Price-amount,
.unit .wc-item-meta-label {
  display: none;
}
.table-view-list .type-product.status-draft {
  background: rgba(249, 191, 59, 0.8);
}

.table-view-list .type-product.status-draft:nth-child(odd) {
  background: rgba(249, 191, 59, 0.5);
}

/* à desactiver si plugin auto update cart ne fonctionne plus */ 
.woocommerce-cart-form button[name='update_cart'] {
  display: none !important;
}