.s-breadcrumb-del {
    margin-left: 3px;
}

.s-breadcrumb a {
    color: #8F8F8F;
    transition: .3s all;
}

.s-breadcrumb .bx-breadcrumb-item {
    padding-right: 3px;
    font-family: Merriweather;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #8F8F8F;
}

.s-breadcrumb a:hover {
    color: #000000;
}