.breadcrumbs .d-flex {
  display: flex !important;
  flex-wrap: nowrap !important;
}
.breadcrumbs ol {
  display: flex !important;
  flex-wrap: nowrap !important;
	width: 100%;
}

.endli {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

@media (max-width: 992px) {
	.endli {
		max-width: 50%;
	}
}

