.breadcrumb {
    padding: 40px 0 0px;
    margin: 0px;
    background: transparent;
    color:$breadcrumbColor;
    font-size: 14px;
    border-radius: 0;
    .fa{
        color:$breadcrumbSeporatorColor;
    }
    .sep{      
        margin: 0 11px 0;
    }
}