.ull-breadcrumbs li.current span {
    color: #5A5B5D;
    text-overflow: ellipsis;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
}
.ull-breadcrumbs a, .ull-breadcrumbs span {
    color: #c50000;
    font-weight: 300;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #c50000;
    content: ">";
    padding: 0 8px;
}
.breadcrumb-item+.breadcrumb-item{
    padding: 0;
}
.breadcrumb{
    background-color: white;
    margin-bottom: 0;
}
.container-breadcrumbs {
    border-bottom: solid 1px #c1c1c1;
    margin-bottom: 40px;
    background:#fff;
}