.bx-breadcrumb {
  padding: 0;
  margin: 0 0 7px;
  list-style: none;
  background: none;
}
.bx-breadcrumb > li {
  position: relative;
  display: inline-block;
  font-size: 13px;
}
.bx-breadcrumb > li::after {
  content: "\2014";
  margin: 0;
  padding: 0 11px;
  vertical-align: middle;
  color: #dddddd;
  display: inline-block;
  position: static;
  background: none;
  width: auto;
  height: auto;
  margin-top: -3px;
}
.bx-breadcrumb > li:last-child:after {
  display: none;
}
.bx-breadcrumb > li a,
.bx-breadcrumb > li span {
  color: #bbbbbb;
}
.bx-breadcrumb > li a:hover {
  color: var(--color-accent);
}
