/**
Skin details
*/

.irs--big .irs-bar--single {
    /* Remove */
    border-radius: 0px;


}

.irs--big .irs-single {
    /* Alter */
    color: rgba(16, 24, 32, 1.0); /* Bupl Sekundær Sort (Text) */
}

.irs--big .irs-line {
    /* Remove */
    background: none;
    border-radius: 0px;
    border: 0px;

    /* Add */
    background-color: rgba(139, 31, 66, 0.30); /* Bupl Bordeaux */

    /* Alter */
    top: 36px;
    height: 6px;
}

.irs--big .irs-bar {
    /* Remove */
    background: none;
    box-shadow: none;
    border: 0px;

    /* Add */
    background-color: rgba(139, 31, 66, 1.0); /* Bupl Bordeaux */

    /* Alter */
    top: 36px;
    height: 6px;
}

.irs--big .irs-handle {
    /* Remove */
    background: none;
    box-shadow: none;
    border: 0px;

    /* Add */
    background-color: rgba(139, 31, 66, 1.0); /* Bupl Bordeaux */
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
    /* Remove */
    background: none;
    box-shadow: none;
    border: 0px;

    /* Add */
    background-color: rgba(139, 31, 66, 1.0); /* Bupl Bordeaux */
    cursor: pointer;
}

.irs--big .irs-min, .irs--big .irs-max {
    /* Remove */
    background: none;
    border-radius: 0px;

    /* Alter */
    padding: 1px 0px;
    
    font-family: "quatro-slab", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
    /* Remove */
    background: none;

    /* Alter */
    padding: 1px 0px;
    
    font-family: "quatro-slab", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;    
}
