.rs-breadcrumbs {
  position: relative;
  margin-top: 30px;
  margin-bottom: 36px;
}
.rs-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rs-breadcrumbs__item {
  color: #212121;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .rs-breadcrumbs__item {
    font-size: 12px;
  }
}
.rs-breadcrumbs__link {
  color: #a5a5a5;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.rs-breadcrumbs__link:after {
  content: "\e918";
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px 17px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 7px;
  font-weight: bold;
  display: inline-block;
  color: #a5a5a5;
}
@media (any-hover: hover) {
  .rs-breadcrumbs__link:hover {
    color: #212121;
  }
}