.breadcrubms a {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px dashed;
}
li.bread:after {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    content: '/';
}
.breadcrubms ul li {
    display: inline-block;
}
.breadcrubms a:hover {
    color: #0abab5;
}
.bradcrumbs_wrapper {
    background: #f2f2f2;
    padding: 10px 0;
}
.breadcrubms {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
.breadcrubms ul li:last-child:after {
    content: '';
}
