

#headPage .page-width-2 .menu-top.fr .cq-auth-item > a:hover, #headPage .page-width-2 .menu-top.fr .cq-auth-item > a:focus {

            color: var(--cq-text);
            text-decoration: none;
            outline: none;
}

#headPage .page-width-2 .menu-top.fr .cq-auth-item > a:before {

            display: none;
}

#headPage .page-width-2 .menu-top.fr .auth-separator {

            display: inline-flex;
            align-items: center;
            min-height: 40px;
            padding: 0 14px;
            color: var(--cq-muted);
            font-family: 'LA3D Sans', 'Muli', sans-serif;
            font-size: 13px;
            font-weight: 500;
            line-height: 1;
}

