.breadcrumb.mmui-breadcrumb {
  background-color: transparent;
  padding: 0 0;
  margin-bottom: 20px;
  font-size: 12px;

  .breadcrumb-item:first-of-type {
    padding-left: 0px;
  }

  .breadcrumb-item {
    color: $black;
    text-transform: uppercase;
    letter-spacing: 2px;
    &.active {
      color: $mm-neutral-gray-40;
    }

    & + .breadcrumb-item::before {
      content: '\f105';
      font-family: FontAwesome, sans-serif;
      color: $mm-core-brand-blue-90;
      font-size: 12px;
      padding-right: 1.6em;
      padding-left: 1.6em;
    }

    a {
      color: $black;
    }
    a:hover {
      color: $mm-core-digital-blue-70;
      text-decoration: none;
    }
  }
}
