.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 23px;
  list-style: none;
  background-color: transparent !important;
  border-radius: 3px;
  display: inline-block;
}

.btn-breadcrumb .btn.btn-default-breadcrumb:not(:last-child)::after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default-breadcrumb:not(:last-child)::before {
  border-left: 10px solid #ccc;
}

.btn-breadcrumb .btn.btn-default-breadcrumb:hover:not(:last-child)::before {
  border-left: 10px solid #adadad;
}

.btn-breadcrumb .btn.btn-default-breadcrumb:hover:not(:last-child)::after {
  border-left: 10px solid #ebebeb;
}

.btn-breadcrumb .btn:not(:last-child)::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child)::before,
btn-default-breadcrumb .btn:not(:last-child)::before{
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}



.btn-breadcrumb .btn-default-breadcrumb {
  color: #444444;
  background-color: #ffffff;
  border-color: transparent;
}
.btn-breadcrumb .btn-default-breadcrumb:focus,
.btn-breadcrumb .btn-default-breadcrumb.focus {
  color: #444444;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.btn-breadcrumb .btn-default-breadcrumb:hover {
  color: #444444;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.btn-breadcrumb .btn-default-breadcrumb:active,
.btn-breadcrumb .btn-default-breadcrumb.active,
.btn-breadcrumb .open > .dropdown-toggle.btn-default-breadcrumb {
  color: #444444;
  background-color: #e6e6e6;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}
