
.af-breadcrumbs__items {
   list-style-type: none;
   margin: 0;
   padding: 0;
   line-height: 1;
}

.af-breadcrumbs__items:after {
   content: "";
   display: table;
   clear: both;
}

.af-breadcrumbs__item {
   display: block;
   position: relative;
   float: left;
   padding: 0 1.375em 0 0;
}

.af-breadcrumbs__item:after {
   display: block;
   width: 1.375em;
   position: absolute;
   top: 0;
   right: 0;
   text-align: center;
   content: "\002F";
}

.af-breadcrumbs__item:last-child {
   padding: 0;
}

.af-breadcrumbs__item:last-child:after {
   display: none;
}

