/*Desing des éléments sélectionnés */
.wooco_component_product_selection_grid_item.wooco_item_selected {
  background-color: rgba(231, 201, 143, 0.4) !important;
}

/* Supprimer totalement la coche WooCo */
.wooco_component_product_selection_item::before,
.wooco_component_product_selection_item::after,
.wooco_item_selected::before,
.wooco_item_selected::after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: none !important;
}

.wooco_component_product_selection_grid_item {
  position: relative;
}

.injenius-discount-badge {
  position: absolute;
  top: 20px;
  left: 0px;
  background: #103745;
  color: #e7c98f;
  padding: 6px 10px;
  min-width: 20%;
  border-radius: 0 20px 20px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  z-index: 10;
  pointer-events: none;
  box-shadow: 5px 3px 6px rgba(16, 55, 69, 0.25);
}

#customer_details {
  display: flex;
  flex-wrap: wrap;
}

#customer_details .col-1 {
  order: 2; /* passe à droite */
}

#customer_details .col-2 {
  order: 1; /* passe à gauche */
}

/* Masquer les actions dans la page "Commande reçue" */
.woocommerce-order-received
  table.woocommerce-table.order_details
  .order-actions--heading,
.woocommerce-order-received
  table.woocommerce-table.order_details
  .order-actions--heading
  + td {
  display: none !important;
}

/* Masquer aussi l'ancien conteneur des boutons */
.woocommerce-order-received .order-actions-button {
  display: none !important;
}

.woocommerce-order-received .woocommerce-customer-details {
  display: none !important;
}

/* Masque la ligne parent WPC Composite dans le checkout */
.woocommerce-checkout-review-order-table .wooco-cart-parent {
  display: none !important;
}
