/* Narrow compatibility fixes for the existing Woodmart/WooCommerce pages. */
body.woocommerce-shop .price .amount,
body.tax-product_cat .price .amount,
body.woocommerce-cart .shop_table .amount,
body.woocommerce-cart .cart_totals .amount,
body.woocommerce-checkout .woocommerce-checkout-review-order .amount,
body.woocommerce-checkout .order-total .amount {
  color: #171717 !important;
}

body.woocommerce-cart .product-name,
body.woocommerce-cart .product-name a,
body.woocommerce-cart .variation,
body.woocommerce-cart .variation p,
body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td {
  color: #171717 !important;
}

body .wd-header-cart .amount,
body .cart-widget-side .amount {
  color: inherit !important;
}
