.e_breadcrumb-3 .p_breadcrumb{
  font-size:16px;
  padding:12px 0 10px;
  overflow:hidden;
  text-overflow:ellipsis;
}
.e_breadcrumb-3 .p_breadcrumbItem{
  white-space:nowrap;
}
.e_breadcrumb-3 .p_breadcrumbItem span{
  color:#fff;
}
.e_breadcrumb-3 .p_breadcrumbItem a{
  color:#fff;
}
.e_breadcrumb-3 .icon{
  width:16px!important;
  height:16px!important;
}
.e_breadcrumb-3 .p_breadcrumbItem:not(:first-child)::before{
  color:#fff!important;
}
@media(max-width:768px){
  .e_breadcrumb-3 .p_breadcrumb{
    font-size:14px;
    padding:2px 0 6px
  }
}