
.default-avt {

    width: 40px;

    float: left;

    height: 40px;

    border-radius: 100px;
}

.notification-menu ul {

    width: 300px;

    display: none;

    z-index: 101;
}

.notification-menu.open ul {

    display: block;
}

.notification-menu.open .over-menu {

    display: block;
}

.notification-menu ul li .item-notification:last-child {

    margin: 0px;
    border: 0px;
}

.notification-menu .view-more {

    text-align: center;

    display: block;

    background: var(--cq-border);
    margin: 0px;
    color: var(--cq-green);
    padding: 5px;
}

.box-home .create .default-avt {

    border: solid 1px var(--cq-border);
    position: absolute;

    top: 0px;

    left: 0px;
}

.cq-auth-item,
.auth-separator,
.auth-link {
    display: inline-flex;
    align-items: center;
}

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

            padding: 0;
            color: var(--cq-text);
            font-family: 'LA3D Sans', 'Muli', sans-serif;
            font-size: 16px;
            font-weight: 600;
            line-height: 1;
            text-decoration: none;
            text-transform: uppercase;
}

.notification-main {
    position: relative;
}

.notification-main > .cq-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    left: auto;
    min-width: 18px;
    height: 18px;
    padding: 0 var(--cq-1);
    box-sizing: border-box;
    background: #EF2F3C;
    border-radius: 100px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 18px;
    text-align: center;
}

.notification-main > .cq-badge:empty { display: none; }
