Hi, it is pretty easy
Jus go to inc.search.php, look for this code:
<?php if ( osc_count_categories() ) { ?>
<?php mb_categories_select('sCategory',/* Params::getParam('sCategory'),*/ __('Categorias', 'zara')); ?>
<?php } ?>
And removed, or comment like this:
<?php
/*
<?php if ( osc_count_categories() ) { ?>
<?php mb_categories_select('sCategory',/* Params::getParam('sCategory'),*/ __('Categorias', 'zara')); ?>
<?php } ?>
*/
?>