.breadcrumbs {
    color: #999;
    font-size: 11px;
    line-height: 11px;
    padding: 15px 20px;
}
.breadcrumbs > a {
    color: #999;
    text-decoration: none;
    padding: 5px 15px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}
.breadcrumbs > a::before {
    content: '/';
    margin: 0 15px 0 -15px;
    color: #ddd;
}
.breadcrumbs > a.home {
    padding: 0 0 0 0;
}
.breadcrumbs > a.home:before {
    content: '';
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23999999' d='M488 312.7V456c0 13.3-10.7 24-24 24H348c-6.6 0-12-5.4-12-12V356c0-6.6-5.4-12-12-12h-72c-6.6 0-12 5.4-12 12v112c0 6.6-5.4 12-12 12H112c-13.3 0-24-10.7-24-24V312.7c0-3.6 1.6-7 4.4-9.3l188-154.8c4.4-3.6 10.8-3.6 15.3 0l188 154.8c2.7 2.3 4.3 5.7 4.3 9.3zm83.6-60.9L488 182.9V44.4c0-6.6-5.4-12-12-12h-56c-6.6 0-12 5.4-12 12V117l-89.5-73.7c-17.7-14.6-43.3-14.6-61 0L4.4 251.8c-5.1 4.2-5.8 11.8-1.6 16.9l25.5 31c4.2 5.1 11.8 5.8 16.9 1.6l235.2-193.7c4.4-3.6 10.8-3.6 15.3 0l235.2 193.7c5.1 4.2 12.7 3.5 16.9-1.6l25.5-31c4.2-5.2 3.4-12.7-1.7-16.9z'/%3E%3C/svg%3E") center center/70% no-repeat;
    display: inline-block;
    width: 17px;
    height: 18px;
    margin: 0 15px 0 0;
    vertical-align: middle;
}
.breadcrumbs > a:hover {
    color: #0077A7;
}
