.edrea-breadcrumbs {
    display: flex;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    padding-left: 0 !important;
    li {
        list-style: none;
        font-size: 12px;
        a {
            color: $orange;
            text-decoration: none;
            font-size: 12px;
            font-weight: 600;
        }
        span {
            margin: 0 10px;
        }
    }
}

// Responsiveness

@include landscapeScreen {
    .edrea-breadcrumbs li span {
        margin: 0 5px;
    }
}