@media screen and (max-width: 767px) {
    .breadcrumb-container {
        padding: 0 10px !important;
        height: 55px !important;
        position: relative;
    }

    .breadcrumb-container .navbar-toggler {
        background-color: #FFF;
    }

    .breadcrumb-container .wrapper {
        width: 100%;
        background-color: #FFF;
        box-shadow: 0 5px 10px -5px #AAA;
        position: absolute;
        top: 55px;
        left: 0;
        height: auto !important;
        z-index: 999999;
    }

    .breadcrumb-m-title {
        height: 100%;
        display: flex !important;
        align-items: center;
        font-size: 17px;
        font-weight: bold;
    }

    .breadcrumb-content {
        display: none !important;
    }

    .breadcrumb-list {
        padding: 0 10px !important;
        background-color: #F6F6F6;
    }

    .breadcrumb-item {
        width: 100% !important;
        height: auto !important;
        font-size: 16px;
        line-height: 2.3 !important;
        padding-left: 0 !important;
        border-bottom: 1px dashed #AAA;
    }

    .breadcrumb-item:last-child {
        border-bottom: none;
    }

    .breadcrumb-item .breadcrumb-link {
        color: #666 !important;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .breadcrumb-link-icon {
        display: block !important;
    }

    .breadcrumb-item-highlighted .breadcrumb-link {
        color: #222 !important;
        font-weight: bold !important;
    }
}

.breadcrumb-link-icon {
    display: none;
}

.breadcrumb-m-title {
    display: none;
}

.breadcrumb-container {
    width: 100%;
    height: 70px;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #DDD;
    background-color: #167BAF;
    box-shadow: 0 0 5px #666;
    color: #FFF;
}

.breadcrumb-container a {
    color: #FFF;
}

.breadcrumb-container .wrapper {
    height: 100%;
}

.breadcrumb-link:hover {
    color: #DE241B;
    font-weight: bold;
}

.breadcrumb-list {
    width: 100%;
    height: 100%;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.breadcrumb-item {
    height: 100%;
    width: 150px;
    text-align: center;
    line-height: 44px;
}

.breadcrumb-item::after,
.breadcrumb-item::before {
    display: none !important;
}

.breadcrumb-item-highlighted,
.breadcrumb-item-highlighted a {
    color: #DE241B;
    font-weight: bold;
}

.breadcrumb-container .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.breadcrumb-title {
    font-size: 20px;
    font-weight: bold;
}

.breadcrumb-content {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
}

.breadcrumb-content a {
    width: auto !important;
}