/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#header {
    background: #041b44;
    color: #fff;
}
#header .header-top a[data-depth="0"] {
    color: #fff;
    text-transform: uppercase;
}
#header a {
    color: #fff;
}
#header .header-nav .blockcart {
    background: #041b44;
    height: 3rem;
    padding: .75rem;
    margin-left: .9375rem;
    text-align: center;
    white-space: nowrap;
}
.popover {
    background-color: #005d9f;
}
#header .header-top .menu {
    padding-left: 15px;
    margin-bottom: .375rem;
    padding-top: 30px;
}
#header .header-nav .cart-preview .shopping-cart {
    vertical-align: middle;
    color: #0099db;
}
.material-icons {
    color: #0099db;
    
}
#header .header-nav {
    border-bottom: 1px solid #c6c5c0;
    max-height: 50px;
    margin-bottom: 10px;
}
.search-widget form input[type=text] {
    border: none;
    padding: 5px;
    min-width: 255px;
    color: #7a7a7a;
    /* border: 1px solid rgba(0,0,0,.25); */
}
.material-icons.search {
    font-size: 20px;
}
#header .header-top {
    padding-bottom:0;
}