/* Osnovni stil za drsnike */
/********************************* 1 *********************************/
#filterForm {
    width: 80%;
    margin: 0 auto;
}

label {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    font-weight: normal;
    width: auto;
    margin-left:30px;
}

#slider_cena, #slider_hlajenje, #slider_gretje, #slider_povrsina {
    width: 90%;
    margin-bottom: 20px;
}

/********************************* 1 *********************************/
/********************************* 2 *********************************/
#filterForm2 {
    width: 80%;
    margin: 0 auto;
}

#slider_cena2, #slider_hlajenje2, #slider_gretje2, #slider_povrsina2 {
    width: 90%;
    margin-bottom: 20px;
}

/********************************* 2 *********************************/


/* Stil za drsnike, ki so prikazani z noUiSlider */
.noUi-horizontal {
    height: 8px;
    background: #ddd;
    border-radius: 4px;
}

.noUi-connect {
    background: #54B1DC;
}

.noUi-handle {
    background: #299ED3;
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

button {
    background-color: #54B1DC;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #299ED3;
}

input[type="hidden"] {
    display: none;
}
