.breadcrumbs {
    overflow: hidden;
    white-space: nowrap;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    height: 16px;
    padding-bottom: 36px;
}

.breadcrumbs > a,
.breadcrumbs > a:hover {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    color: #525252;
}

.breadcrumbs > a:after {
    content: ' > ';
    margin: 0 6px;
}

.breadcrumbs > a:last-child:after {
    content: '';
    margin: 0;
}