/**
 * WDM Customization Styles
 *
 * @package Wdm_Customization
 */

/* Force color for price column (override WooCommerce styles) */
.csp-qty-price-table tbody td.csp-price-cell,
.csp-qty-price-table tbody td.csp-price-cell .woocommerce-Price-amount,
.csp-qty-price-table tbody td.csp-price-cell .amount {
	color: #2a72b8 !important;
}

