.armani-std-nav{
    top: 2.5rem;
}

.header-topBar{
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 2.5rem;
    padding: 0 1.5rem;
    background: #f6f6f6;
    z-index: 1049;
}

.ham-btn{
    background: none;
    border: none;
}

.ham--image{
    display: block;
    width: 1.25rem;
    height: 1.25rem;
}

.armani-main--link{
    display: block;
    text-decoration: none;
    font-size: .6875rem;
    letter-spacing: .09375rem;
    line-height: 1.4;
    text-transform: uppercase;
}

.armani-main--link:hover{
    text-decoration: none;
    color: inherit;
}

/* Sidebar CSS */

.header-stop-sidebar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 30rem;
    height: 100%;
    background: #fff;
    padding: 0.625rem 0;
    overflow-y: auto;
    transform: translateX(0);
    transition: all 400ms ease;
    z-index: 1;
}

.header-stop-sidebar.hidden{
    transform: translateX(-100%);  
}

.no-scroll{
    overflow-y: hidden;
}

.header-stop-sidebar .armani-main--link{
    padding-left: 4.25rem;
}

.header-stop-sidebar{
    scrollbar-color: #e5e6ea;         /* Firefox Scrollbar */
    scrollbar-width: thin;
}

.header-stop-sidebar::-webkit-scrollbar{
    width: 5px;
    height: 12px;
}

.header-stop-sidebar::-webkit-scrollbar-thumb {
    background-color: #e5e6ea;                 
    border-radius: 2.5px;
}

.header-stop-sidebar::-webkit-scrollbar-track{
    background-color: transparent;                 
    border-radius: 2.5px;
}

.cross--icon{
    position: absolute;
    right: 24px;
    top: 10px;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
}

.sidebar_link_header a{
    font-weight: 600;
    font-size: 0.75rem;
    color: #959595;
    letter-spacing: .09375rem;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    margin-top: 2.81rem;
    margin-bottom: 1rem;
    cursor: auto;
}

.sidebar_link_header{
    padding-left: 4.25rem;
}

.sidebar_link{
    position: relative;
    padding-left: 4.25rem;
}

.sidebar_link_header a:first-of-type{
    margin-top: 2.31rem;
}

.sidebar_link a{
    font-weight: 500;
    font-size: 1.125rem;
    margin: 1rem 0;
    padding: 0;
}

.sidebar_link a:hover{
    color: inherit;
}

.redirect a::after{
    display: inline-block;
    content: url(/wp-content/themes/emaar-projects/img/redirect-armani.svg);
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 6px;
}

.current_tab::before{
    position: absolute;
    top: calc(50% - .125rem);
    left: 0;
    content: '';
    display: inline-block;
    width: 2.75rem;
    height: 0.25rem;
    background: #000;
}

.sidebar-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.4);
}

.over-show{
    display: block;
}



