﻿.custom-breadcrumb.breadcrumb {
    text-transform: none;
}

    .custom-breadcrumb.breadcrumb a {
        padding: 0px;
        border: 0px;
        color: #004bff
    }

        .custom-breadcrumb.breadcrumb a:after {
            top: 1px;
            right: -10px;
            color: #3F4254;
        }

    .custom-breadcrumb.breadcrumb > .active {
        color: #3F4254;
    }

    .custom-breadcrumb.breadcrumb > li:first-child {
        padding-left: 15px;
    }

        .custom-breadcrumb.breadcrumb > li + li:before {
            padding: 0px;
            content: "";
        }
