/** ocultamos elementos del header y footer cuando no esta logueado el franquiciado */
body.customer_logged_out .block-search,
body.customer_logged_out .header.content .minicart-wrapper,
body.customer_logged_out .header.content .nav-toggle,
body.customer_logged_out .nav-sections,
body.customer_logged_out .page-footer
{
    display:none !important;
}
