#id_price_0 {
    width: 40%;
    margin-right: 20px;
    float: left;
}

#id_price_1 {
    width: 40%;
    float: right;
}

#id_query {
    border-radius: 2px;
    width: 100%;
}

#id_category {
    width: 100%;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pagination a.active {
    background: linear-gradient(271.79deg, #003a70 -0.26%, #003a70 229.39%);
    color: #fff !important;
    border: 1px solid #003a70;
}

.pagination a.disabled {
    pointer-events: none;
    cursor: default;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

#searchForm {
    padding: 0px;
    margin: 2em;
}

#searchButton {
    left: 0%;
    border-radius: 2px;
    margin-top: 10px;
}

#searchButton span i {
    color: #fff;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}