.bx-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: nowrap;
  paddgin: 12px 0;
  height: 40px !important;
  max-width: 100%;
  max-height: 40px !important;
  min-height: 40px !important;
}
.bx-breadcrumb a {
  color: #9e9e9e;
}
.bx-breadcrumb a:hover {
  color: var(--brand-color);
}
.bx-breadcrumb .bx-breadcrumb-item {
  font-size: 13px;
  line-height: 18px;
  color: #9e9e9e;
  padding-right: 4px;
  white-space: nowrap;
}
.bx-breadcrumb-item:last-child {
  //display: none;
}

@media (max-width: 991.98px) {
  #bx_breadcrumb_0,
  #bx_breadcrumb_1 {
    //display: none;
  }
  #bx_breadcrumb_2 span.separator {
    //display: none;
  }
}
