ul.productClusterSearchableIds + a {
    display: none;
}

h4.even {
    margin-top: 18px;
}

.search-single-navigator ul a {
    font-size: 12px;
}

.ver_mais {
    margin: 0 31px;
    background: #dea100;
    padding: 1px 25px 1px 25px;
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
}

.search-single-navigator ul  {
    height: auto;
    overflow: hidden;
    max-height: 112px;
}


.search-single-navigator ul a:before {
    border: 1px solid #999999;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    content: '';
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 5px;
    height: 14px;
    width: 14px;
    vertical-align: middle;
}


.search-single-navigator ul a:hover:before {
    border-color: #eb6a9b;
    background: #e0a600;
}



