.breadcrumb-item.dropmenu {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.dropmenu-hide {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9000;
    top: 0;
    left: 28px;
}


ul.breadcrumb.inverted a {
    color: #cacaca;
}

ul.breadcrumb.inverted span {
    color: #cacaca;
}

.inner-header ul.breadcrumb.inverted a,
.inner-header ul.breadcrumb.inverted span,
.inner-header .breadcrumb-item+.breadcrumb-item::before {
    color: #797979;
}

ul.breadcrumb.inverted .dropdown-item {
    color: #cacaca;
}

ul.breadcrumb.inverted .dropmenu-hide {
    color: #cacaca;
    background-color: #3c3c3b;
}

ul.breadcrumb.inverted .dropmenu .dropdown-item:hover {
    background-color: black;
}

.breadcrumb-item.dropmenu:hover .dropmenu-hide {
    display: block;
}


.breadcrumb {
    padding: .75rem 0;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb-item, .breadcrumb-item .link {
    color: #858585;
    font-size: 12px;
    line-height: 2;
    /*z-index: 2 !important;*/
}

.breadcrumb-item.show .dropdown-item,
.breadcrumb-item.show .dropdown-item:hover {
    padding: 0 4px;
    font-size: 12px;
    line-height: 2;
}

.breadcrumb-item.show .link {
    padding: 2px 6px;
    margin: 0 -6px;
    /*border: 1px solid rgba(0,0,0,0.15);*/
}

.breadcrumb-item.show .link,
.breadcrumb-item.show .dropdown-item:hover {
    background-color: #ccc;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    width: 30px;
    height: 14px;
    background: url("../images/icons2.png") 100% 96.9% no-repeat;
    background-size: 34px;
}

.breadcrumb .dropdown-menu,
.dropdown-item {
    margin: 0;
    padding: 0 10px;
    border-radius: 0;
}

.dropmenu .dropdown-item:hover {
    background-color: #fff;
}