/*=========================================
Breadcrumb
=========================================*/

.th-breadcrumb{
    margin-bottom:20px;
}

.th-breadcrumb .breadcrumb{
    justify-content:center;
    background:none;
    padding:0;
}

.th-breadcrumb .breadcrumb-item{
    font-size:15px;
    color:#6c757d;
}

.th-breadcrumb .breadcrumb-item + .breadcrumb-item::before{
    content:"›";
    color:#adb5bd;
    padding:0 10px;
}

.th-breadcrumb a{
    color:var(--primary);
    text-decoration:none;
    transition:.3s;
}

.th-breadcrumb a:hover{
    color:var(--secondary);
}

.th-breadcrumb .active{
    color:#495057;
    font-weight:500;
}