.lux-breadcrumb {
    padding: 10px 12px;
    list-style: none;
    list-style-type: none;
}

.lux-breadcrumb li {
    display: inline;
    font-size: .8em;
}
.lux-breadcrumb li a.first {
  font-weight: bold;
}
.lux-breadcrumb li+li:before {
    padding: 8px;
    color: black;
}
.lux-breadcrumb li a {
    text-decoration: underline;
}
ol.lux-breadcrumb li a:hover {
    text-decoration: underline;
}

.lux-breadcrumb a {
  cursor: hand;
}
.lux-breadcrumb-separator {
  color: #f00;
  position: relative;
  top: 5px;
  height: 16px;
  padding: 0px 8px;
  background-image: url('../assets/img/arrow-forward.svg');
  background-repeat: no-repeat;
  display: inline-block;
}
