/*
 * File: cpip-breadcrumb.css
 * File Created: Friday, 11th September 2020 11:37:21 am
 * Author: Oscar Lin (oscar@des13.com)
 * Copyright (c) 2020 esangtek
 */

.cpip-breadcrumb {
    background: #F7F8F8;
}

.cpip-breadcrumb .breadcrumb {
    background: transparent;
}

.cpip-breadcrumb .breadcrumb a,
.cpip-breadcrumb .breadcrumb span {
    color: #3E3A39;
    font-size: 1rem;
}

.cpip-breadcrumb .breadcrumb .breadcrumb-item.active{
    font-weight: bold;
}
