.autocomplete-suggestions {
    width: 180px;
    background-color: #F3F3F3;
}

.autocomplete-suggestion {
    border: #e8e8e8 solid 1px;
    overflow: hidden;
}

.autocomplete-suggestion:hover {
    background: #00BB76;
    color: #fff;
}

.autocomplete-no-suggestion {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.search-all-results-button {
    display: block;
    color: #fff;
    background-color: #00BB76;
    padding: 10px;
    text-align: center;
    margin: 5px;
}
.search-all-results-button:hover {
    color: #fff;
    text-underline: none;
    text-decoration: none;
}

.search-img {
    float: left;
}

.search-img img {
    width: 40px;
    height: 40px;
}

.search {
    float: left;
}

.search-horizontal-menu {
   position: absolute;
    right: 0;
    top: 0;
}

.search-info {
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}

.search-info-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 250px;
    overflow: hidden;
}
.search-info-author {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 250px;
    overflow: hidden;
}
.search-info-price {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 250px;
    overflow: hidden;
}
.search-info-play {
    float: right;
    margin: 5px;
    height: 30px;
    width: 210px;
}
.life-search {
    position: relative;
    width: 180px;
}

.life-search:before {
    position: absolute;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    content: "\e003";
    color: #00BB76;
    right: 2px;
    top: 15px;
    font-size: 18px;
    width: 26px;
    background: #ffffff;
}

.life-search__input {
    padding-left: 10px;
    height: 50px;
    width: 100%;
    border: none;
}


.life-search__input:focus {
!important;
    border-radius: 0;
    border: #F3F3F3 solid 2px;
    outline: none;
}

.life-search__clear {
    display: none;
}

.life-search__clear:before {
    position: absolute;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 100;
    content: "\e014";
    color: #000;
    font-size: 18px;
    right: 2px;
    top: 15px;
    width: 32px;
    background: #ffffff;
}