 /* NAV */
 
a.ilc-clear-all.ilc-login-button,
a.ilc-clear-all.ilc-create-account {
    display: none;
}

 
 /* FILTERS */
 
 .ilc-header__bin {
     width: 100%;
 }
 
 .ilc-header__bin-header {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0;
    border-bottom: none;
    color: #fff;
    background-color: #646464;
}

.ilc-header__bin-header:after {
    content: "INFRASTRUCTURE";
    font-size: .9rem;
    padding-left: 8px;
}

.ilc-header .ilc-tags-list {
    height: auto;
    display: none;
}

.ilc-header .ilc-tags-list label {
    font-size: .8rem;
}

.ilc-header .ilc-tags-list label:hover {
    color: #fa3c02;
    transition: all 120ms ease-in-out;
}

.ilc-modal-top strong {
    text-transform: uppercase;
}


/* MANUFACTURERS TILES */

#ilc-manufacturers .ilc-manufacturer-container .manufacturers-list .ilc-manufacturer .manufacturer-description, 
#other-manufacturers .ilc-manufacturer-container .manufacturers-list .ilc-manufacturer .manufacturer-description {
    background-color: #010101;
}

#ilc-manufacturers .ilc-manufacturer-container .manufacturers-list .ilc-manufacturer .ilc-manufacturer-updated-inner, 
#other-manufacturers .ilc-manufacturer-container .manufacturers-list .ilc-manufacturer .ilc-manufacturer-updated-inner {
    background-color: #fa3c02;
    left: -15px;
}