#book-category-request{
    background-color: #f05662;
    color: white!important;
    border-radius: 5px;
}
#book-category-request:hover{
    background-color: #ec4f5b;

}
#book-category-request a{
    color: white!important;
}
#middle{
    z-index: 111;
}
#maincategory a {
    text-decoration: none;
    width: 100%;
}
#maincategory .header-menu a,
#subcategories .header-menu a {
    display: inline-block;
    line-height: 1.4;
    min-height: 44px;
    padding: 10px 8px;
    width: 100%;
}
#maincategory h5 {
    color: #565656;
    font-size: 0.8rem!important;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
    width: 100%;
    cursor: pointer;
}
#subcategory h6 {
    color: #565656;
    font-size: 0.8rem!important;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
    width: 100%;
    cursor: pointer;
}

#maincategory h5:hover , #subcategory h6:hover {
    color: #f05662;
    font-size: 0.8rem!important;
}
#maincategory i {
    margin: 0px 5px;
    float: left;
}
#subcategory i {
    margin: 0px 5px;

}
#subcategory h6 {
    display: inline-block!important;
}