And if you subtract the number of Special Products from the Total Count:
Code:
if ($chk_flowers > 0) {
  $item_total_count = $item_total_count - $chk_flowers;
  $chk_flowers = 15.00;
} else {
  $chk_flowers = 0;
}