.bx-breadcrumb {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Comfortaa', cursive;
  display: flex;
  padding-top: 27px;
  width: 100%;
}
.bx-breadcrumb a {
  color: var(--root-text);
  text-decoration: none;
  display: block;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.bx-breadcrumb a:after {
  content: '>';
  position: absolute;
  top: 0px;
  right: -5px;
  transform: scaleX(0.6);
}
.bx-breadcrumb > *:last-child{
  opacity: 0.47;
}