.breadcrumb {
  overflow-x: auto;
  direction: rtl;
  padding: 12px 20px;
  scrollbar-width: none;
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .breadcrumb {
    direction: ltr;
    overflow: visible;
  }
}

.breadcrumb-trail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  direction: ltr;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 1560px;
  padding: 15px 0 12px 0;
  margin: 0 auto;
}
@media (max-width: 1590px) {
  .breadcrumb-trail {
    padding: 15px 15px 12px 15px;
  }
}
@media (min-width: 691px) and (max-width: 991px) {
  .breadcrumb-trail {
    padding: 15px 15px 12px 15px;
  }
}
@media (max-width: 690px) {
  .breadcrumb-trail {
    padding: 15px 15px 12px 15px;
  }
}
.breadcrumb-trail a {
  color: #696969;
}
.breadcrumb-trail a:hover {
  color: #000000;
}

.breadcrumb-link {
  color: #696969;
  text-decoration: none;
  font-weight: inherit;
  text-shadow: none;
  white-space: nowrap;
}
.breadcrumb-link:hover {
  text-decoration: underline;
}

.breadcrumb-text {
  color: #696969;
  font-weight: inherit;
  margin: 0;
  text-shadow: none;
  white-space: nowrap;
  padding: 0;
}

.breadcrumb-separator {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
}

.breadcrumb-current {
  color: #000;
  font-weight: inherit;
  margin: 0;
  text-shadow: none;
  white-space: nowrap;
}
