#body .breadcrumbs {
  width: 100%;
  padding: 8px 0 0 0;
  list-style: none;
}
#body .breadcrumbs:before,
#body .breadcrumbs:after {
  content: " ";
  display: table;
}
#body .breadcrumbs:after {
  clear: both;
}
@media (max-width: 991px) {
  #body .breadcrumbs {
    display: none;
  }
}
#body .breadcrumbs > li {
  display: block;
  float: left;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
}
#body .breadcrumbs > li:before {
  content: "\2192";
  display: block;
  float: left;
  color: #424242;
  margin: 0 4px;
  font-weight: bold;
}
#body .breadcrumbs > li:first-child:before {
  display: none;
}
#body .breadcrumbs > li a {
  font-size: 12px;
  line-height: 20px;
  color: #424242;
}
#body .breadcrumbs > li a span {
  color: #424242;
}
#body .breadcrumbs > li span,
#body .breadcrumbs > li h1 {
  font-size: 12px;
  line-height: 20px;
  color: #cfcfcf;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
