/* ==========================================================================
   OvulaRing – Warenkorb (Cart) Design Overrides
   CSS-only. No template/PHP logic touched. Paste into:
   Appearance → Customize → Additional CSS   (or your child theme's style.css)
   ========================================================================== */

:root {
  --ovu-primary: #2D2378;
  --ovu-pink: #de2286;
  --ovu-orange: #ef6d46;
  --ovu-lightorange: #fcf4ed;
  --ovu-trust: #0E8F6F;
  --ovu-trust-dark: #0A6E56;
  --ovu-border: #e2e2ea;
}

/* ==========================================================================
   Cart table
   ========================================================================== */
.woocommerce table.shop_table.cart {
	background: white!important;
	box-shadow: none;
}

@media screen and (min-width: 768px) {
	.woocommerce table.shop_table.cart {
		box-shadow: none;2px 2px 8px rgba(0,0,0,.25);
	}
}
.woocommerce table.shop_table .orcartProductName {
	font-weight: 700;
}

.cart_totals .checkout-button.button.wc-forward {
	background-color: #0E8F6F!important
}