.pro-breadcrumbs {
    font-family: "IRANSans", sans-serif;
    margin: 10px 0;
    padding: 10px 0;
   
    
}

.pro-breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size:22px;
}

.pro-breadcrumbs.ltr ul {
    direction: ltr;
}

.pro-breadcrumbs.rtl ul {
    direction: rtl;
}

.pro-breadcrumbs .crumb a {
   color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: color .2s;
}


/*.pro-breadcrumbs .crumb a:hover {
    color: #084298;
}
*/
.pro-breadcrumbs .current {
    font-weight: bold;
    color: #00A651;
}

.separator {
    margin: 0 8px;
    display: flex;
    align-items: center;
}

.separator img {
    width: 14px;
    opacity: .6;
}

.fade-in {
    opacity: 0;
    animation: fadeIn .5s ease forwards;
}

@keyframes fadeIn {
    to { opacity: 1; }
}
