.breadcrumb {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 22px 0 20px;
  color: #6e757e; }
  @media screen and (max-width: 991px) {
    .breadcrumb {
      display: none; } }
  .breadcrumb li {
    margin-right: 6px;
    display: flex;
    align-items: center; }
    .breadcrumb li:last-child {
      margin-right: 0; }
  .breadcrumb-separator {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("/local/templates/motosurf/img/icon/separator.svg");
    margin-right: 6px; }
  .breadcrumb a {
    color: #6e757e; }
    .breadcrumb a:hover {
      color: #111; }

