.main-menu-bkgnd {background:white!important;}

a.nav-main-menu {color:black;text-transform:uppercase;}
a.nav-main-menu:hover {background:lightgray;}

/* Top menu color*/
li.nav-item .nav-main-menu ,
li.nav-item a#navbarDropdown {color:black!important;}

.dropdown-menu {width:100%;} /*holder of container class*/
.dropdown-menu.show {background:white;border:1px solid gray;border-radius:5px;} /*holder of container class*/
.container {width:100%;margin:0px;font-size:14px;background:white;}
#categories {width:860px;} /*background for the dropdown*/
#manufacturers {width:690px;}

.nav-link.nav-main-menu.active {white-space:nowrap;text-transform:uppercase;}
a.nav-link.nav-main-menu.active:hover {background:red;}

.navbar .dropdown {position:static;} /* makes the dropdown full width  */

.dropdown:hover>#dropdown-main-menu {
 display: block;
 top:45px;
}

@media screen and (max-width: 400px) {
 div.mobile-search {width:240px;}
}
