/* ============================================= */
/* Media Queries */
/* ============================================= */



.custom-price-filter {
    width: 100%;
    margin: 0 auto;
}

.slider-controls .slider-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

#price-slider {
    height: 6px;
    background-color: #000;
    border-radius: 10px;
    position: relative;
}

.ui-slider-range {
    height: 6px;
    background-color: #444;
    border-radius: 10px;
    position: absolute;
    left: 0;
    width: 100%;
}

.ui-slider-handle {
    width: 24px;
    height: 24px;
    background-color: white;
    border: 2px solid black;
    border-radius: 50%;
    position: absolute;
    top: -9px;
    cursor: pointer;
}


#apply-filters {
    display: block;
    margin: 6px auto 0;
    padding: 3px 22px;
    border-radius: 24px;
    background-color: #f5f5f5;
    border: 1px solid #060606;
    font-size: 13px;
    cursor: pointer;
}
#remove-filter {
    display: block;
    margin: 6px auto 0;
    padding: 3px 22px;
    border-radius: 24px;
    background-color: #f5f5f5;
    border: 1px solid #060606;
    font-size: 13px;
    cursor: pointer;
}

/* Para pantallas > 1200px */
@media (min-width: 1201px) {
    .remove-filter-btn_tab {
        display: none !important;
    }   
    .remove-filter-btn {
    display: block; 
    margin: 6px auto 0;
    padding: 3px 22px;
    border-radius: 24px;
    background-color: #f5f5f5;
    border: 1px solid #060606;
    font-size: 13px;
    cursor: pointer;
}
}

/* Para pantallas ≤ 1200px */
@media (max-width: 1200px) {
    .remove-filter-btn {
        display: none !important;
    }
   
}
.remove-filter-btn_tab {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    }   

.apply_filter_btn_tab  {
    background-color: black;
    color: white;
    padding: 10px;
    border-radius: 10px;
}
.remove_filter_btn_tab{
background-color: #00000000;
    border: none;
    border-bottom: solid 0.5px black;
}

/* --------------------------------------------------------------------- */

.line_filtro .irs-line {
    height: 5px;
    top: 25px;
    background-color: black;
}

.line_filtro .irs-slider.from {
    background-color: white;
    border: solid 1px black;
    border-radius: 10px;
    height: 16px;
    top: 19px;
}

.line_filtro .irs-slider.to {
    background-color: white;
    border: solid 1px black;
    border-radius: 10px;
    height: 16px;
    top: 19px;
}
.line_filtro .irs-from, .irs-to, .irs-single {
    display:none;
}
.line_filtro .irs-with-grid .irs-grid {
     display:none;
}

.line_filtro .irs-max{
    display:none;
}

.line_filtro .irs-with-grid {
    height: 20px;
    bottom: 20px;
}