.bdt-ep-breadcrumb {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.bdt-ep-breadcrumb > * {
  flex: none;
  list-style-type: none !important;
}
.bdt-ep-breadcrumb > * > * {
  display: inline-block;
  text-decoration: none;
  color: #999;
}
.bdt-ep-breadcrumb > :nth-child(n + 2):not(.bdt-first-column)::before {
  content: "/";
  display: inline-block;
  margin: 0 20px;
  color: #999;
}
.bdt-ep-breadcrumb.breadcrumb-align-left {
  justify-content: flex-start;
}
.bdt-ep-breadcrumb.breadcrumb-align-center {
  justify-content: center;
}
.bdt-ep-breadcrumb.breadcrumb-align-right {
  justify-content: flex-end;
}
.bdt-ep-breadcrumbs-home-icon {
  margin-right: 5px;
}
