
/** ADD YOUR AWESOME CODES HERE **/

/* Reduce title area height on the Products page only */
.products-title-box {
    padding: 35px 0px;
}

/* Match reduced title area height for About and Contact pages */
.about-title-box,
.contact-title-box {
    padding: 35px 0px;
}

/* Style category sidebar text - bigger and bold */
.filter-sidebar-left .list-group-item {
    font-size: 16px;
    font-weight: 700;
    padding: 12px 15px;
}

.filter-sidebar-left .list-group-item:hover {
    font-weight: 700;
}
