@import url("components/mega-menu.css");

.icon-green {
    color: #4BB543;
}

.featured-brands {
  background-color: #000;
  padding: .5rem 1rem;
  min-height: 150px;
  overflow-y: auto;
  max-height: 300px;  
}

.featured-brands .list-unstyled {
  margin: 0 !important;
  padding-bottom: 20px;
}

.featured-brands .list-unstyled li {
  margin: 0 !important;
  padding-bottom: 5px;
}

.featured-brand-header {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
  border-bottom: 1px solid #c8c8c8;
  color:#fff;
}

.featured-brands a {
  color: #fff;
}

.menu-image-wrapper {
  background: center center no-repeat;
  background-size: contain;
  height: 300px;
  margin: 0 15px;
}

.featured-brands .list-unstyled li:last-child{
  right:unset !important;
}