#search-text-autocomplete-list {
    position: absolute;
    top: 50px;
    left: -1px;
    width: calc(100% + 2px);
    background: #ffffff;
    border: 1px solid #d9d9d9;
    padding: 20px 10px;
    z-index: 100000;
}

#search-text-autocomplete-list span {
    display: block;
    line-height: 25px;
    padding: 0 10px;
}

#search-text-autocomplete-list span:hover {
    cursor: pointer;
    background: #eeeeee;
}

#search-text-autocomplete-list .close-sugest-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

#search-text-autocomplete-list .close-sugest-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

#search-text-autocomplete-list .close-sugest-wrapper:hover {
    color: #3973b5;
}

.autocomplete-product-item .caption-product-list,
.autocomplete-heading-and-products-wrapper .caption-product-list{
    position: absolute;
    top: 10px;
    left: 10px;
}

.autocomplete-product-item .img-wrapper .caption-product-list img,
.autocomplete-heading-and-products-wrapper .img-wrapper .caption-product-list img{
    height: auto;
}

.autocomplete-product-item .caption-icons,
.autocomplete-heading-and-products-wrapper .caption-icons{
    position: absolute;
    bottom: 10px;
    right: 10px;
}