#breadcrumbs {
    height: 42px;
}

#breadcrumbs .arrow {
    object-fit: contain;
}

#breadcrumbs ul {
    padding: 0;
    height: 100%;
    margin: 0 auto;
    width: 950px;
    max-width: 1170px;
    border-bottom: solid 1px #ededed;
    padding-left: 10px;
}

@media (min-width: 75em) {
    #breadcrumbs ul {
        width: auto;
    }
}

#breadcrumbs ul .item-without-link {
    color: #384850;
}

#breadcrumbs ul li {
    display: inline-block;
    font-family: Lato;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #90351f;
    margin-top: 0.5em;
}

#breadcrumbs ul li:first-child {
    margin-left: 0 !important;
}

#breadcrumbs ul li a {
    font-family: Lato;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #90351f;
}