/* Panier WooCommerce — migré depuis solution-park-frontend-css (sans code mort YITH/wcppec). */

.woocommerce-info {
  background-color: #f4f8fe !important;
  color: #000 !important;
  font-weight: bold !important;
  font-size: 14px !important;
  padding: 10px !important;
}

#payment ul.wc_payment_methods li.wc_payment_method input[type="radio"]:first-child:checked + label {
  background: #f4f8fe !important;
}

.cart-subtotal,
.product-subtotal {
  display: none !important;
}

.woocommerce table.cart td:nth-of-type(5),
.woocommerce table.cart th:nth-of-type(5),
.woocommerce table.cart td:nth-of-type(4),
.woocommerce table.cart th:nth-of-type(4) {
  display: none !important;
}

.cart-summary {
  display: none !important;
}

.woocommerce-additional-fields {
  border-radius: 3px !important;
  background: #ebebeb !important;
  padding: 10px !important;
}

button[name="update_cart"] {
  display: none !important;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name .wc-item-meta dd {
  margin: 15px !important;
}

.order-again {
  display: none !important;
}

.woocommerce-cart table.cart th.product-name,
.woocommerce-checkout table.cart th.product-name,
#add_payment_method table.cart th.product-name {
  display: none !important;
}
