/* Start custom CSS for page-settings */#header .cmstop{
    min-height:70px;
    
}
#header .cmstop .cmsdetails{
    display:none;
}

#header .cart-total{
 padding-top:8px;   
}

#header .header-top > .container{
    display:flex;
    justify-content:space-between;
}

#header .menu{
    display:flex;
    align-items:center;
}

#aeicmstop{
    width:20% !important;
}

.header-top.fixed{
    position:fixed !important;
    width:100%;
    top:70px;
    z-index:999;
    padding:0px !Important;
}

.header-nav.fixed{
    -webkit-animation-name: none;
}

.header-top .container{
    justify-content:center !Important;
}

.header-top.fixed .logo{
    display:none !important;
}

.header-top.fixed #aeicmstop{
    display:none !important;
}

#header .top-menu[data-depth=\"0\"] > li > a:hover::before{
    opacity:0 !important;
}/* End custom CSS */