/*   color of label in products add ons  -  card msg, delivery date, add more flowers , cake */
 .wcpa_wrap .wcpa_field_label { font-weight: bold;    } 

/* text color  - delivery date  */ 
.wcpa_wrap .wcpa_field_wrap input[type=text] { color: #004cff; background: #feffc9; }

/* Add more flower - background color change */ 
.wcpa_wrap .wcpa_field_wrap select { background-color: #f78aff;   color: #000000; font-size: 14px; }

/* WCPA- option price total, product price, Total price */ 
.wcpa_price_summary .wcpa_options_total {    font-size: 18px; }
.wcpa_price_summary .wcpa_product_total { color: #000000;     font-size: 18px; }
.wcpa_price_summary .wcpa_fee_total, .wcpa_price_summary .wcpa_total { color: #004cff;    font-size: 23px; }