form.lv-search input {
    width: 200px;
}

.search-preload .preloader {
    width: 30px;
    height: 30px;
}

.live-search__item {
    display: block;
    margin: 5px 5px 15px 5px;
    border-bottom: 1px solid #8a8a8a36;
}

.live-search__item:hover {
    border-bottom: 1px solid #8a8a8aa3;
    transition: ease-in-out 0.1s;
}

.live-search {
    height: 400px;
    width: 400px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    display: none;
    z-index: 99;
    position: absolute;
    right: 5%;
    top: 15%;

    border-color: #59b351;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #4daf4536;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #4daf4536;
}

.lv-input {
    padding: 5px 30px 5px 10px;

    background-image: url(/local/templates/triton/styles/../images/s-icon.png);
    background-position: right center;
    background-size: 25px;
    background-repeat: no-repeat;
}

.lv-input:focus {
    border-color: #59b351;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #4daf4536;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #4daf4536;
}

@media screen and (max-width: 1900px) {

    .live-search {
        top: 18%;
    }

}

@media screen and (max-width: 1450px) {

    .live-search {
        top: 18%;
    }

}

@media screen and (max-width: 1199px) {

    .live-search {
        top: 18%;
    }

}

@media screen and (max-width: 1148px) {

    .live-search {
        top: 18%;
        z-index: 150;
    }

}

@media screen and (max-width: 1065px) {

    .live-search {
        top: 25%;
        left: 10px;
        z-index: 150;
    }

}

@media screen and (max-width: 990px) {

    .live-search {
        top: 26%;
        left: 10px;
        z-index: 150;
    }

}

@media screen and (max-width: 874px) {

    .live-search {
        top: 26%;
        left: 10px;
        z-index: 150;
    }

}

@media screen and (max-width: 767px) {

    .live-search {
        top: 39%;
        left: 10px;
        z-index: 150;
    }

}

@media screen and (max-width: 425px) {

    .live-search {

        width: 90%;

        top: 39%;
        left: 10px;
        z-index: 150;
    }

}

@media screen and (min-width: 1901px) {

    .live-search {
        top: 14%;
    }

}

#search_result {
    position: sticky;
    z-index: 155;
    top: 120px;
}

