nevermind I figured it out, but I tried adding another tab using the functions file in the childs theme, but I couldnt make it appear. Here is how the file looks like.
COPY CODE
add_action('after_setup_theme','kleo_my_actions');
function kleo_my_actions()
{
$bp_tabs['physical'] = array(
'type' => 'regular',
'name' => __('Physical', 'kleo_framework'),
'class' => 'regulartab'
);
}