.breadcrumb-box {
    width: 100%;
}

.breadcrumb-box .breadcrumb-wrapper {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 20px 0px 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
}

.breadcrumb-box .breadcrumb-separator {
    margin: 0 8px;
    color: rgb(0, 0, 0);
}

.breadcrumb-box .breadcrumb-wrapper a {
    color: #999 !important;
    text-decoration: none;
    cursor: pointer;
}

.breadcrumb-box .breadcrumb-wrapper a:hover {
    color: #da251d !important;
}

.breadcrumb-box .breadcrumb-current {
    color: #333;
}