.breadcrumbs-section {
  border-bottom: 1px solid #d0d0d0; }
  .breadcrumbs-section .section__inner {
    padding: 14px 0; }

.breadcrumbs {
  font-size: 11px;
  margin: 0 5px 0 0;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  align-items: center; }
  .breadcrumbs span a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.69); }
    .breadcrumbs span a span {
      text-decoration: none;
      color: rgba(0, 0, 0, 0.69); }
  .breadcrumbs span span {
    color: rgba(0, 0, 0, 0.69); }

.breadcrumbs__sep {
  width: 28px;
  height: 2px;
  background-color: #e40c75;
  margin: 0 10px; }

/*# sourceMappingURL=style.css.map */
