/* Fixes for the NavBar */

.navigation-menu .show-all-panel,
.navigation-menu .category-panel,
.navigation-menu .scrollbar { 
 height: 400px;
 
}

.scrollbar{
  height:100% !important;
  max-height:400px !important;
}

.scrollbar > div {
height:100% !important;
max-height:400px !important;
 overflow-x: hidden !important;
}

.ustore_Login, .ustore_Login #bodyarea, .ustore_Login #bodyarea .mainareaFullWidth {background-color: rgba(141, 198, 65, 1)}