.wh_breadcrumb{
    top: 40px;
    margin-left: -24px;
    padding: 15px 24px 15px 24px;
    position: fixed;
    background: #fff;
    z-index: 2;
    width: calc(100% - 122px);
}
@media (max-width: 767.99px) {
    .wh_breadcrumb{
        width: calc(100% - 24px);
    }
}

.wh_breadcrumb:empty {
    display: none;
}

.wh_breadcrumb a{
    display: inline-flex;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 17px;
    letter-spacing: 0.3px;
    color: #6f6f6f;
}
.wh_breadcrumb li:not(:first-child) a{
    display: inline;
}
.wh_breadcrumb .active a{
    color: #1e89e7;
}
.wh_breadcrumb .home span{
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(../images/breadcrumb/Icon_Home_Breadcrumb_First.svg);
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    color: rgba(0,0,0,0);
}
#wh_topic_body .wh_breadcrumb li:not(:last-of-type):after {
    content: url(../images/breadcrumb/arrow.svg);
    padding: 0 5px 0 5px;
    position: relative;
    bottom: 1px;
    color: #6f6f6f;
    cursor: auto;
}