@charset "utf-8";

.breadcrumb-content { border-bottom: 1px solid rgb(247, 248, 249); padding: 5px 0px; background: rgb(247, 248, 249); color: rgb(68, 68, 68); font-size: 0.9em; }

.mobile_nav-fixed--true .breadcrumb-content { margin-top: 40px; }

.breadcrumb-content .breadcrumb_text { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.breadcrumb-content .breadcrumb_link span, .breadcrumb-content .breadcrumb_text .breadcrumb-divider { color: rgb(179, 179, 179); }

.breadcrumb-content .breadcrumb_link:last-of-type span { color: rgb(68, 68, 68); }

@media (min-width: 799px) {
  .mobile_nav-fixed--true .breadcrumb-content { margin-top: 0px; }
  .breadcrumb-content .breadcrumb_text { white-space: unset; overflow: unset; text-overflow: unset; }
}