#search_filters {
    background-color: var(--transparent-primary-color);
}

#sf_ref:focus {
    box-shadow: none !important;
}

#s_ref {
    padding-top: 0px;
}

.btn-searcher,
#sf_ref {
    background-color: #fff;
    border: none;
}

#sf_ref {
    border: 1px solid var(--primary-color);
    border-radius: 32px;
}

#sf_rooms,
#sf_bathrooms,
#sf_price,
#sf_meters {
    border: 0;
    font-weight: bold;
    cursor: default;
    outline: none;
    background-color: transparent;
}

.btn-searcher {
    border-radius: 32px;
    border: 1px solid var(--primary-color);
}

.sf-title-label {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
}

#sf_rooms #sf_bathrooms {
    font-family: Metropolis-Bold;
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.btn-primary-color {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-secondary-color {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.top_block_gradiant {
    width: 100%;
    height: 80px;
    position: absolute;
    background: linear-gradient(#00000075, transparent);
    top: -2px;
}

.image_search_location {
    height: 520px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image_search_location::before {
    content: "";
    background-color: #0000000f;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#text-box-search-location {
    color: #fff;
    font-size: 3rem;
    position: relative;
    text-align: center;
}

#text-box-search-location span {
    -webkit-text-stroke: 0.3px black;
}

.styled-radio-box label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: .375em;
}

.styled-radio-box label input {
    visibility: hidden;
    position: absolute;
}

.styled-radio-box label span {
    display: flex;
    align-items: center;
    padding: .375em .75em .375em .375em;
    border-radius: 99em;
    transition: 0.25s ease;
}

.styled-radio-box label span::before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: .375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 .12em var(--primary-color);
}

.styled-radio-box label span:hover {
    background-color: #C4C26A36;
}

.styled-radio-box label input:checked+span {
    background-color: #C4C26A57;
}

.styled-radio-box label input:checked+span::before {
    box-shadow: inset 0 0 0 .4375em #C4C26A;
}

.features1-text {
    font-size: 1rem;
    margin-right: 3px;
    font-weight: bold;
}

.label.label-text {
    font-size: 13px;
    line-height: 11px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    padding: 3px 5px;
    color: #fff;
    border-radius: 2px;
}

.labels-box {
    position: absolute;
    z-index: 1;
    top: 17px;
}

.labels-left.labels-box {
    left: 20px;
}

.labels-right.labels-box {
    right: 20px;
}

.label-reference {
    font-size: 13px;
    line-height: 11px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    padding: 3px 5px;
    color: #fff;
    border-radius: 2px;
}
#property_favorite{
    border-radius: 20px 0 0 20px;
    line-height: 2.5em;
}