Hi,
What you'll want to do is first add CSS in order to hide that title inside the filter area.
Then, you want to edit the file "filter" of the view "product" via the menu Display>Views and display the filter title, before the area of the filter.
So, before the line:
<div class="hikashop_filter_main hikashop_filter_main_<?php echo $filters[$count]->filter_namekey; ?>" style="<?php echo $height; ?> float:left; width:<?php echo $widthPercent*$filters[$count]->filter_options['column_width']?>%;" >
you'll want to add such code:
<?php echo $filters[$count]->filter_name; ?>