﻿.breadcrumb {
    padding: 18px 0;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    background: transparent;
    border-top:1px solid #ccc;
}

.crumb {
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.crumb > li {
    display: inline-block;
}

.crumb li {
    list-style-type: none;
    padding-left: 0 !important;
}

.crumb a {
    text-decoration: none;
}

.crumb > li + li::before {
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding: 0 !important;
    font-family: 'gcicons';
    content: "\f006";
    font-size:12px;
}
