.bx-breadcrumb-item:not(:last-child):after {
    content: '';
    width: 14px;
    height: 1px;
    margin: 0 5px;
    position: absolute;
    right: 2px;
    top: 12px;
    background-color: #404040;
}