You need to edit the file "show_default" via the menu Display->Views.
There, move the code
if(!empty($this->fields)){
//LAYOUT show_block_custom_main
$this->setLayout('show_block_custom_main');
echo $this->loadTemplate();
}
before the code
$this->setLayout('show_block_charasteristic');
echo $this->loadTemplate();
For the price, you will have to remove the code
if ($this->params->get('show_price')) {
$this->row = & $this->element;
$this->setLayout('listing_price');
echo $this->loadTemplate();
}
from that same file and instead add it in the file "show_block_custom_item" by adding it around HTML tags <tr><td rowspan="2"> and </td></tr> just before the tag </table>