.breadcrumbs-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: wrap;
}
.breadcrumbs-item {
    background-repeat: no-repeat;
    background-size: 10px 14px;
    padding-right: 22px;
    line-height: 20px;
    height: 17px;
}
.breadcrumbs-item.has-icon {
    background-image: url(/media/icons/arrow_forward_ios.svg);
    background-position: right 4px center;
}
.breadcrumbs-item a, .breadcrumbs-item span {
    color: #757575;
    display: block;
    height: 100%;
}
@media only screen and (max-width: 768px)
{
    .breadcrumbs ul:has(li:nth-child(3)) li:first-child {
        display: none;
    }
}
/* .breadcrumbs {
    padding: 14px 0 17px;
    font-family: var(--roboto_regular);
}

.breadcrumbs .items {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
}

.breadcrumbs .item {
    font-size: 13px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.1px;
}

/* .breadcrumbs .item:last-of-type {
    font-size: 13px;
} */

/* .breadcrumbs .item:not(:last-child):after {
    width: 8px;
    height: 9px;
    content: '';
    background-image: url(/media/icons/arrow-down.svg);
    border: 0;
    margin: 0 10px;
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(270deg);
    display: inline-block;
    margin-left: 4px;
} */

/* .breadcrumbs .item a {
    color: var(--gc-light-dark);
}
.breadcrumbs .item a:hover {
    color: var(--gc-blue);
} */

/* -- FOR MOBILE -- */
/* @media only screen and (max-width:767px) {

    .breadcrumbs .item:not(:last-child):after {
        margin:0 2px 0 -2px;
    }
    .breadcrumbs{
        padding: 15px 0 0 0;
    }


    .breadcrumbs ul:has(li:nth-child(3)) li:first-child {
        display: none;
    }
    .breadcrumbs  li:last-child {
        font-weight: 600;
    }



    .category-info .ci-title {
        font-size: 18px;
        margin: 15px 0;
    }


} */
