#search-result{
    padding-top: 115px !important;
}


.Search_title{
    text-transform: none;
    font-size: 1.6rem;
    font-weight: bold;
    color: #212424;
    text-align: left;
    cursor: default;
}

.Search_filterOption{
    font-weight: bold;
    color: #212424;
    text-align: left;
    cursor: pointer;
    margin-bottom:5px;
}

.Search_inputLabel{
    color: gray;
}

.Search_inputField{
    height: 2em;
    border-style: hidden;
    border-bottom: solid 1px gray;
    width: 100%;
    appearance: auto;
}

.Search_filters {
    display: flex;
}

.Search_filtersField {
    margin-right: 20px;
    width: 45%;
    align-items: flex-end;
    display: flex;
}

.Search_priceRange{
    height: fit-content;
    color: white;
    background-color: #FF6700;
    padding: 0px 15px;
    text-align: center;
    border-radius: 30px;
    align-self: flex-end;
    cursor: pointer;
}

.Search_filter_chkbox{
    cursor: pointer;
    margin-left: 10px;
}