.hh-dropdown {
    position: relative;
    display: inline-block;
}

.hh-dropdown-toggle {
    padding: 0;
}


.hh-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    background: #fff;
    border: 1px solid #ccc;
    list-style: none;
    padding: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 999;
    min-width: 160px;
    border-radius: 4px;
    color: var(--theme--text-color);
}

.hh-dropdown-menu li {
    margin: 0;
}

.hh-dropdown-item {
    display: block;
    padding: 10px 16px;
    text-decoration: none;
    
}

.hh-dropdown-item:hover {
    background-color: #f0f0f0;
}

.hh-dropdown-divider {
    margin: 0;
    border: none;
    border-top: 1px solid #e0e0e0;
}

 #wpadminbar { 
     display: none; 
 }
body.logged-in.admin-bar #page-wrapper,
body.logged-in.admin-bar.has-transparent-banner .site-header {
    padding-top: 0 !important;
    top: 0 !important;
}
.hh-user-btn {
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: var(--theme--primary-color);
    border-radius: 50%;
    background: #fff;
    i{
        font-size: 14px;
        padding: 14px;
    }
}
.hh-user-btn:hover ,.hh-user-btn:focus{
    opacity: 0.8;
    color: var(--theme--primary-color);
}

body.has-transparent-banner .site-header.sticky,.site-header{
    .hh-user-btn{
        background: var(--theme--primary-color);
        color:#fff;
    }
}

body.has-transparent-banner .site-header:not(.sticky){
    .hh-user-btn{
        background: #fff;
        color:var(--theme--primary-color);
        i{
            color:var(--theme--primary-color);
        }
    }
}


.hh-username {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    padding:10px 10px;
    border-bottom: 1px solid #ccc;
    margin: 0;
}
a.hh-email {
    display: block;
    font-size: 0.7rem;
    font-weight: 100;
    color: var(--theme--primary-color);
}

@media screen and (max-width:991px){
.menu-icons{
 transform: scale(0.8);   
}
}