﻿.dropdown-toggle-circle {
  position: relative;
  padding-right: 20px;
}
.dropdown-toggle-circle:after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 16.67'%3E%3Cg id='b'%3E%3Cg id='c'%3E%3Cpath d='m7.5,0h0c4.14,0,7.5,3.36,7.5,7.5h0c0,4.14-3.36,7.5-7.5,7.5h0C3.36,15,0,11.64,0,7.5H0C0,3.36,3.36,0,7.5,0Z' style='fill:%23fff;'/%3E%3Cpath d='m7.5,15C3.36,15,0,11.64,0,7.5S3.36,0,7.5,0s7.5,3.36,7.5,7.5-3.36,7.5-7.5,7.5Zm0-14C3.92,1,1,3.92,1,7.5s2.92,6.5,6.5,6.5,6.5-2.92,6.5-6.5S11.08,1,7.5,1Z' style='fill:%23999;'/%3E%3C/g%3E%3C/g%3E%3Cpolygon points='5.01 6 5 6.02 7.5 9 10 6.02 9.99 6 5.01 6'/%3E%3Cpath d='m7.5,15C3.66,15,.5,12.11.06,8.39c-.03.26-.06.52-.06.78,0,4.14,3.36,7.5,7.5,7.5s7.5-3.36,7.5-7.5c0-.27-.03-.52-.06-.78-.44,3.72-3.6,6.61-7.44,6.61Z' style='fill:%23ebebeb;'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumb-nav {
  transition: all .3s ease-out; transform-origin: 50% 50%;
  border-bottom: 1px solid #DDD;
}
.breadcrumb-nav .breadcrumb-link {
  color: #222;
  display: inline-block;
  vertical-align: top;
  background-color: transparent;
  border: none;
  padding-top: 12px;
  padding-bottom: 12px;
}
.breadcrumb-nav .dropdown-menu {
  font-size: inherit;
}

.breadcrumb-item + .breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-weight: 300;
  transform: translateY(1px);
}
.breadcrumb-nav.fixed{position: fixed;position: fixed;top: 56px;width: 100%;z-index: 10;}