.easy-autocomplete.sheroes {
    font: {
        size: 16px;
    }

    input {
        height: 42px;
        padding: 8px 16px;
    }
}
.easy-autocomplete.sheroes input:focus {
    border-color: #ccc;
    box-shadow: none; 
}

.easy-autocomplete.sheroes ul li {
    border-bottom: 1px dotted #ccc; 
    min-height: 67px;
}

.easy-autocomplete.sheroes ul li:last-child {
    border-bottom: 1px solid #ccc; 
}
.easy-autocomplete.sheroes .eac-item {
    font-size: 14px;
    margin-top: 0;
    min-height: 0;
    line-height: 20px;
    padding: -1px 8px;
    position: relative;
}

.easy-autocomplete.sheroes .eac-item .eac-icon {
    color: #555 !important;
    max-height: none;
    right: -4px;
    height: 57px;
    top: 1px;
    border-radius: 4px;
    border: 1px solid #dedede;
}

#search_widget{
    overflow: visible !important;
}

#carousel .carousel-control span{
    z-index:auto;
}
