.ss-search {
    padding: .75em !important;
}
.easy-autocomplete {
    width: 100% !important;
}
.sss-search-wrapper {
    position: relative;
}

.easy-autocomplete-container {
    z-index: 9999 !important;
}

.easy-autocomplete-container ul {
    margin-left: 0px !important;
}

ul .eac-category {
    display: none !important;
}

ul .eac-category:first-child {
    display: block !important;
}

.ss-search-filters .form-check-input {
    width: auto;
    margin-right: 10px;
}

.disabled-filter {
    font-weight: normal;
    color: #ddd;
}

.easy-autocomplete {
    display: inline-block;
}

.search-box {
    position: relative;
}

header .search-field form .close-search {
    display: block;
    left: 110%;
    right: auto;
}
.ss-loader {
    display: none;
    width: 20px;
    position: absolute;
    right: 70px;
}

.ss-h-loader {
    display: none;
    margin: 20px 10px;
}
.pagination-ss {
    clear:both;
    padding:20px 0;
    position:relative;
    font-size:11px;
    line-height:13px;
    margin-left: 0px;
}

.pagination-ss li {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;

    text-decoration:none;
    width:auto;
    color:#ddd;
    border:1px solid  #ddd;
    height: 45px;
    width: 40px;
}

.pagination-ss li a {
    display: block;
    /* padding: 11px 14px 11px 14px; */
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}
.pagination-ss  li a:hover{
    color:#fff;
    background: #ddd;
}



.pagination-ss  li.active{
    background: #ddd;
    color:#fff;
}

.grayed * {
    color: #ddd !important;
}

.featured-result {
    background: #EAEAEA;
    padding: 20px;
    margin-bottom: 20px;
}

.ss-highlight {
    background: #FCF981;

}

.ss-control {
    margin-bottom: 20px;
}

.ss-toggl-filter {
    position: absolute;
    left: -10px;
}

.ss-wide {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100%;
}

.search-result-page .search-field {
    display: block;
}

.ss-wrap-item {
    padding: 25px;
    border-bottom: 1px solid #ddd;
}

.ss-filter-col h3 {
    margin-top: 30px;
    margin-bottom: 5px;
}
.search-result-page .content .row {
    padding-top: 40px;
}

.total-result {
    padding-left: 25px;
    margin-bottom: 20px;
}



.pagination-ss li.disabled {
    font-size: 14px;
    width: 40px;
    height: 45px;
}



.pagination-ss li.disabled span {
    font-size: 20px;
    font-weight: bold;
    color: #bbb;
    line-height: 25px;
    text-align: center;
    display: block;
}

.pagination-ss li.disabled a {
    font-size: 20px;
    line-height: 35px;
}