.primary-bg-color {
    background-color: #e1e1e1;
}
header.header {
    background-color: #e1e1e1;
}
header.header .logo-img {
    max-width: 400px;
    max-height: 60px;
    margin: 40px 0px;
}

header.header .search {
    width: 325px;
    border: 1px solid #e5e5e5;
    border-radius: .25rem;
    display: none !important;
}

.master-breadcrumb {
    background-color: #e1e1e1;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e1e1e1;
    border-radius: .25rem;
}

header.header .navbar-nav a {
    font-size: 16px;
    font-weight: bold;
}
#Primary_Navbar-Support-Knowledgebase, 
#Primary_Navbar-Support-Downloads,
#Primary_Navbar-Support-Network_Status
 {
	display: none !important;
}

footer.footer {
    margin: 0;
    padding: 30px 0 30px;
    background-color: #e1e1e1;
    color: #000;
    font-size: .9rem;
}
.bg-white {
    background-color: #e1e1e1!important;
}
footer.footer .btn {
    background-color: rgba(255,255,255,.1);
    color: #000;
    font-size: 14px;
    line-height: 1.75rem;
    padding: 0 10px;
}

.fa-shopping-cart:before {
    content: "\f07a";
    color: #000;
}