.breadcrumbs {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}

.breadcrumbs span {
    display: inline-block;
}

.breadcrumbs span a {
    color: #433f3e;
}

.breadcrumbs span a:hover {
    color: #71ba09;
}

.breadcrumbs span.last-item {
    color: #433f3e;
}

.breadcrumbs span.separator {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    vertical-align: top;
    margin: 8px 14px 0 14px;
    padding: 0 0 0 0;
    color: #c3c2c2;
}