@import './../theme/reboot';
@import './../theme/breadcrumb';

.breadcrumb {
  margin: 0;
  padding: 1.03rem 0 0;
  background-color: transparent;
  list-style: none;

  @media (max-width: 576px) {
    font-size: 0.8rem;
    padding-top: 1rem;
  }

  .breadcrumb-item {
    line-height: 1.5rem;
    font-weight: 300;

    &:first-child::before {
      content: "/";
      display: inline-block;
      padding: 0 .5rem 0 0;
      color: #150117;
    }
  }
}
