/* 
----------------------------------------------------------------------------------------------------------------------------------------
FILTERS --------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------
*/ 
#main-filters-secundary{
    visibility: hidden;
}
.search-filters #content-filters-primary .item{
    padding: 0;
}
.search-filters #content-filters-primary .item label{
    padding: 5px 50px;
    cursor: pointer;
}
.search-filters
{
    box-shadow: 2px 2px 14px 6px rgb(50,50,50,0.1);
    padding: 0;
    width: 100%;
    background: var(--color-dark);
    position: fixed;
    top: 86px;
    left: 0;
    z-index: 89;
}
.search-filters #content-filters
{
    flex-wrap: wrap;
}
.search-filters .item-first
{
    display: inline-block;
    list-style: none;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 0;
}
.search-filters .item
{
    position: relative;
    display: inline-block;
    list-style: none;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 0;
    transition-duration: 0.4s;
}
.search-filters .item:hover
{
    background: var(--color-dark-2);
    cursor: pointer;
}
.item-title
{
    font-weight: 700;
}
.item-title span
{
    display: block;
    padding: 5px 0;
    cursor: pointer;
    font-family: 'Roboto';
    color: white;
    font-size: 0.9em;
}
.item-first .item-title span
{
    cursor: default;
}
.item-title img
{
    width: 15px;
}
.item-title input
{
    display: none;
}
.item .item-content
{
    display: none;
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, 0%);
    background: var(--color-dark);
    border-radius: 6px;
    box-shadow: 4px 4px 16px 4px rgb(0, 0, 0, 0.3);
    min-width: 150%; 
    padding: 1em 1em 2em 1em;
}
.item .item-content .title-group
{
    border-bottom: 2px solid #114743;
    padding-bottom: 1em;
}
.item .item-content .option div
{
    position: relative;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.item .item-content .option .container-fluid, .item .item-content .option .container-fluid div, .item .item-content .option .container-fluid div div
{
    position: static;
    top: 0;
    left: 0;
    transform: translateY(0);
}
.item .item-content .option-title
{
    margin-top: 1em;
}
.item .item-content .title-box
{
    margin-left: 0 !important;
    color: white;
}
.item .item-content .option-title span
{
    margin-left: 10px;
    font-family: 'Roboto';
    color: white;
    font-weight: bold;
}
.item .item-content .option .container-fluid .center
{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
}
.item .item-content .option label
{
    display: block;
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Roboto';
    height: 40px;
    width: 100%;
    padding: 0 10px;
    background: var(--color-dark);
    transition-duration: 0.4s;
    cursor: pointer;
    border-bottom: 1px solid #114743;
    color: white;
}
.item .item-content .option label:hover
{
    background: var(--color-dark-2);
}
.item .item-content .option:last-child label
{
    border: none;
}
.item .item-content .option label input
{
    margin-right: 10px;
    color: white;
}
.item .item-content .option label input::placeholder
{
    color: #114743;
}
.item .item-content .option label span
{
    display:block;
}
.item .item-content .option .container-fluid label .inputNumber
{
    border: 1px solid #114743;
    width: 100%;
    background: white;
    color: var(--color-dark);
    margin: 0;
    font-size: 1.5em;
    height: 40px;
    padding: 0 10px;
}
.item .item-content .option .container-fluid label .inputNumber:focus
{
    outline: none;
    border: 1px solid var(--color-dark-2);
}
.item .item-content .option-currency label
{
    background: var(--color-dark);
    border-bottom: none;
    font-size: 0.9em;
    width: auto;
}
.item .item-content .option-currency label:hover
{
    background: var(--color-dark);
}
.item .item-content .option-currency .container-fluid .center
{
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.item .item-content .option-price label
{
    height: auto;
    border: 1px solid #114743;
    padding: 0;
}
.item .item-content .option-price label:hover
{
    background: var(--color-dark);
}
.item .item-content .option-empty label
{
    border-bottom: none;
    height: 60px;
    padding: 0 2em;
}
.bb-none
{
    border-bottom: none;
}
.item .item-content .apply button,
.item .item-content .delete button
{
    border-radius: 6px;
    border: none;
    background: var(--color-dark-2);
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 10px;
    display: block;
    margin: 10px 10px 0 auto;
    transition-duration: 0.4s;
}
.item .item-content .apply button:hover,
.item .item-content .delete button:hover
{
    background: #fff;
    color: var(--color-dark-2);
}
.item .item-content .delete button
{
    float: left;
}



#content_orderBy,
#content_price,
#content_cities,
#content_age,
#content_propertyTypes,
#content_bathroomAmount,
#content_floorsAmount,
#content_roomsAmount,
#content_garageAmount,
#content_surface
{
    width: 300px;
    z-index: 89;
}
#content_tags,
#content_features,
#content_others
{
    width: 600px;
    z-index: 89;
}

#content_operation
{
    transform: translateX(-10%);
}
#content_others
{
    transform: translateX(-85%);
}

#content_operation_type,
#content_type,
#content_services,
#content_ambiences,
#content_additional
{
    max-height: 400px;
    overflow-y: scroll;
}
