Hi,
You should find the desired part in the div:
<div class="hikashop_tabs_content" id="hikashop_show_tabular_specification">
<!-- here -->
</div>
You view seems to be customized as we don't have this display by default. By default the brand is in the description part.
Please check if you don't have code like:
<span id="hikashop_product_url_main" class="hikashop_product_url_main">
<?php
if (!empty ($this->element->product_url)) {
//DISPLAY the manufacturer
echo JText :: sprintf('MANUFACTURER_URL', '<a href="' . $this->element->product_url . '" target="_blank">' . $this->element->product_url . '</a>');
}
?>
</span>
If you have that code, so it is this code which needs to be moved.