/*==================================================
  Franklin Category Page
==================================================*/

.fr-category-page{
    background:#f7faf7;
    padding-bottom:60px;
}

/*==================================================
  Breadcrumb
==================================================*/

.fr-breadcrumb{
    background:#ffffff;
    border-bottom:1px solid #ececec;
    border-top:1px solid #ececec;
}

.fr-breadcrumb .breadcrumb{
    margin:0;
    padding:2px 0;
    background:none;
}

.fr-breadcrumb .breadcrumb-item{
    font-size:14px;
}

.fr-breadcrumb .breadcrumb-item a{
    color:#2e7d32;
    text-decoration:none;
}

.fr-breadcrumb .breadcrumb-item.active{
    color:#777;
}


/*==================================================
  Hero
==================================================*/

.fr-category-hero{
    background:#2E7D32;
    padding:50px 0;
    margin-bottom:40px;
}

.fr-category-hero img{
    width:220px;
    max-width:100%;
    border-radius:20px;
    background:#fff;
    padding:10px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.fr-category-hero h1{
    font-size:2.3rem;
    font-weight:700;
    margin-bottom:15px;
    color:#fff;
}

.fr-description{
    color:#666;
    line-height:1.9;
}


/*==================================================
 Sidebar
==================================================*/

.fr-sidebar{

    background:#fff;

    border-radius:20px;

    padding:25px;

    box-shadow:0 8px 25px rgba(0,0,0,.05);

    position:sticky;

    top:100px;

}


/*==================================================
 Toolbar
==================================================*/

.fr-toolbar{

    background:#fff;

    border-radius:18px;

    padding:20px;

    margin-bottom:35px;

    box-shadow:0 8px 25px rgba(0,0,0,.05);

}

.fr-results{

    font-weight:600;

    color:#444;

}

.fr-toolbar .form-select{

    border-radius:12px;

    height:46px;

}


/*==================================================
 Product Grid
==================================================*/

.fr-category-page .row.g-4{

    margin-bottom:35px;

}


/*==================================================
 Pagination
==================================================*/

.fr-pagination{

    margin-top:40px;

    background:#fff;

    border-radius:18px;

    padding:20px;

    box-shadow:0 8px 20px rgba(0,0,0,.05);

}

.fr-pagination .pagination{

    margin:0;

}

.fr-pagination .page-link{

    border-radius:10px;

    margin:0 2px;

}


/*==================================================
 Empty State
==================================================*/

.fr-empty{

    background:#fff;

    border-radius:20px;

    padding:70px 40px;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.fr-empty .icon{

    font-size:70px;

    margin-bottom:20px;

}

.fr-empty h3{

    font-weight:700;

    margin-bottom:15px;

}

.fr-empty p{

    color:#777;

    margin-bottom:25px;

}


/*==================================================
 Buttons
==================================================*/

.fr-category-page .btn-success{

    background:#2e7d32;

    border:none;

    border-radius:30px;

    padding:12px 30px;

}

.fr-category-page .btn-success:hover{

    background:#256628;

}


/*==================================================
 Responsive
==================================================*/

@media (max-width:991px){

.fr-category-hero{

    text-align:center;

}

.fr-category-hero img{

    margin-bottom:25px;

}

.fr-sidebar{

    position:relative;

    top:auto;

    margin-bottom:30px;

}

.fr-toolbar{

    text-align:center;

}

.fr-results{

    margin-bottom:15px;

}

.fr-pagination{

    text-align:center;

}

}

@media (max-width:576px){

.fr-category-hero{

    padding:35px 0;

}

.fr-category-hero h1{

    font-size:1.8rem;

}

.fr-empty{

    padding:45px 20px;

}

}

#column-left .list-group {
    width: 100%;
}

#column-left .list-group-item {
    display: block;
    width: 100%;
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 6px;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
}

#column-left .list-group-item.active {
    background: #2E7D32;
    border-color: #2E7D32;
    color: #fff;
}