review-lab {
        font-family: 'Monrope', Arial, sans-serif !important;
        font-size:16px;
    }

ol.breadCrumbList {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 !important;
    padding-left: calc(50% - 600px + -57px) !important;
    /*padding-left: 10% !important;*/
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fbf9f9;
}

li.breadCrumbList--item {
    padding: 5px 0;
    padding-right: 10px;
}

li.breadCrumbList--item a {
    display: flex;
    flex-wrap: nowrap;

}

li.breadCrumbList--item a::after {
    content: "»";
    width: 6px;
    padding-left: 10px;
    padding-top:1px;
    color:#C4A037;
    font-weight: bold;
    font-size:16px;
}

li.breadCrumbList--item a span {
    font-family: 'TildaSans', Arial, sans-serif;
    color: #000;
    font-weight: 700;
    opacity:0.3;
}

li.breadCrumbList--item:hover a span {
    color: #4775ff !important;
    font-weight: 700;
    opacity:1;
}

li.breadCrumbList--item:hover a::after {
    color: #C4A037;
}

li.breadCrumbList--item:last-child span {
    color: #C4A037 !important;
    font-family: 'TildaSans', Arial, sans-serif;
    font-weight: bold;
}


@media screen and (max-width: 480px) {
    ol.breadCrumbList {
        padding-left: 0 !important;
        flex-direction: row;
        justify-content: center;
        line-height: 10px;
    }
    }
}

@media screen and (max-width: 680px) {
    ol.breadCrumbList {
        padding-left: 0 !important;
        flex-direction: row;
        justify-content: center;
        line-height: 10px;
    }
    }
}