#topsearchelastic_widget {
    display: inline-block;
    float: right;
}

#topsearchelastic_widget form {
    position: relative
}

#topsearchelastic_widget form input[type=text] {
    padding: 10px;
    min-width: 255px;
    color: #7a7a7a;
    border: 1px solid rgba(0, 0, 0, .25)
}

#topsearchelastic_widget form input[type=text]:focus {
    outline: 3px solid #2fb5d2;
    color: #232323;
    background: #fff
}

#topsearchelastic_widget form input[type=text]:focus + button .search {
    color: #2fb5d2
}

#topsearchelastic_widget form button[type=submit] {
    position: absolute;
    background: none;
    border: none;
    bottom: .3125rem;
    right: .125rem;
    color: #7a7a7a
}

#topsearchelastic_widget form button[type=submit] .search:hover {
    color: #2fb5d2
}

.header-top #topsearchelastic_widget form input[type=text] {
    min-width: inherit;
    width: 100%
}

#checkout #search_widget {
    display: none
}

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

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

@media (max-width: 767px) {
    .header-top #topsearchelastic_widget {
        float: none
    }

    .header-top #topsearchelastic_widget form {
        margin: 0 auto
    }

    .header-top #topsearchelastic_widget form input[type=text] {
        min-width: inherit;
        background: #fff
    }
}

@media (min-width: 768px) {
    #topsearchelastic_widget {
        min-width: 15.63rem
    }
}


#topsearchelastic_result {
    max-height: 410px;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #bbb;
    margin-top: 1px;
    box-sizing: border-box;
    font: 400 13px Roboto;
    font-family: Noto Sans, sans-serif;
    color: #344;
    position: absolute;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(34, 51, 51, 0.75);
    -moz-box-shadow:    0px 0px 3px 0px rgba(34, 51, 51, 0.75);
    box-shadow:         0px 0px 3px 0px rgba(34, 51, 51, 0.75);
    display: none;
    z-index: 100;
    right: 0;
}

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

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

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


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

.topsearchelastic_item img {
    float: left;
    margin-right:10px;
    width:3em
}

.results_header {
    width: 100%;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    background: #2fb5d2;
    font-weight: 600;
}

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

#category_results .topsearchelastic_item b,
#suggestion_results .topsearchelastic_item b {
    color: #2fb5d2;
}

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

#product_results .topsearchelastic_item.active {
    color: #2fb5d2;
    font-weight: 600;
}

#product_results .topsearchelastic_item {
    border-bottom: 1px solid #ccc;
    padding:8px;
    line-height: 41px;
    height:57px
}

#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;
    }
}