﻿.breadcrumb-custom .breadcrumb-item:after {
    display: inline-block;
    border-radius: 6px;
    width: 5px !important;
    height: 2px !important;
    flex-shrink: 0;
    background-color: #b5b5c3;
    content: "" !important;
    margin-left: 0.5rem;
}

.breadcrumb-arrow .breadcrumb-item:after {
    content: "\eab3";
    font-family: keenicons-outline;
    font-size: 1rem;
    background: none;
    color: var(--bs-text-gray-500)
}

.breadcrumb-arrow .breadcrumb-item:last-child {
    color: var(--bs-text-gray-900) !important;
    font-weight: 500;
}

@media (max-width: 574px) {

    /* Display only the last and the previous of the last */
    .breadcrumb-arrow .breadcrumb-item:not(:nth-last-child(-n + 2)) {
        display: none;
    }
}