/*
 * product filter
 */

.filter-body
{
    overflow-y: auto;
    max-height: 128px;
}

.panel-heading .accordion-toggle:after
{
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after
{
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.hiddenStar
{
    display: none !important;
}

.favoriteHandler
{

    text-decoration: none !important;
}

.favoriteHandler i.icon-star-empty
{
    color: #fff;
}

.favoriteHandler i.icon-star
{
    color: #ffc100;
}

.favoriteHandler:hover .icon-star-empty:before
{
    content: "\f005";
    color: #ffc100;
}
