@media (max-width: 991.98px) {
  .detail ol.breadcrumbs {
    display: none; } }

ol.breadcrumbs {
  font-size: 1.2rem;
  margin: 5px 0 10px; }
  @media (min-width: 992px) {
    ol.breadcrumbs {
      display: inline-block; } }
  @media (max-width: 767.98px) {
    ol.breadcrumbs {
      border-width: 1px 0;
      border-color: #464646;
      border-style: solid;
      padding: 10px 0; } }
  ol.breadcrumbs li {
    padding-left: 0;
    display: inline-block;
    font-weight: 400;
    font-weight: bold; }
    ol.breadcrumbs li:after {
      content: ">";
      margin-left: 5px; }
    ol.breadcrumbs li > a {
      text-decoration: underline;
      color: #580f11; }
      ol.breadcrumbs li > a:hover, ol.breadcrumbs li > a:focus {
        color: #464646; }
    ol.breadcrumbs li:last-child:after {
      content: none; }
    ol.breadcrumbs li.active > a, ol.breadcrumbs li:active > a {
      text-decoration: none; }
  ol.breadcrumbs a {
    color: inherit;
    text-decoration: none;
    font-weight: 400; }
    ol.breadcrumbs a:hover, ol.breadcrumbs a:focus {
      text-decoration: underline;
      color: #580f11;
      font-weight: normal; }
