
#topsearchelastic_widget form {
    position: relative
}

#checkout #search_widget {
    display: none
}

#pagenotfound .page-content #search_widget {
    width: 100%
}

.page-not-found #topsearchelastic_widget form {
    display: inline-block
}

#topsearchelastic_result {
    overflow: hidden;
    background-color: #ffffff;
    margin-top: 1px;
    box-sizing: border-box;
    color: #344;
    position: absolute;
    z-index: 100;
    right: 0;
}

#topsearchelastic_result_left {
    box-sizing: border-box;
    margin-right: -0.5px;
}

#topsearchelastic_result_right {
    box-sizing: border-box;
    margin-left: -0.5px;
}

#topsearchelastic_result .col-xs-12 {
    overflow: hidden;
}


.topsearchelastic_item {
    cursor: pointer;
    display: block;
    width: 100%;
    box-sizing: border-box;
}



#category_results .topsearchelastic_item,
#suggestion_results .topsearchelastic_item {
    line-height: 27px;
    padding: 0 9px;
}


#category_results .topsearchelastic_item.active,
#suggestion_results .topsearchelastic_item.active {
    background: #ededed;
}



#product_results .topsearchelastic_item {
    height: 100px;
}

#product_results .topsearchelastic_item:last-child {
    border: 0
}


@media (max-width:1024px) {
    #topsearchelastic_result_left,
    #topsearchelastic_result_right {
        float: none;
        border: none;
        margin: 0;
        padding: 0;
    }

    #topsearchelastic_result {
        max-height: none;
        padding: 0;
    }
}
