body{
        background-color: #ffffff;
}

.pagination{
    font-family: Helvetica,Arial,sans-serif;
    margin: 60px 0;
}

.pagination .pages{
    overflow: hidden;
    margin-bottom: 12px;
}

.pagination .pages .page{
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    border: solid 1px #415b76;
    float: left;
    margin-right: 6px;
    margin-bottom: 5px;
    padding-top: 6px;
    box-sizing: border-box;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #415b76;
}

.pagination .pages .selectedPage{
    background-color: #415b76;
    color: #ffffff;
}

.pagination .pages .page:not(.selectedPage):hover{
    background-color: #415b76;
    color: #ffffff;
}

.pagination .pages .dots{
    width: 35px;
    height: 25px;
    float: left;
    margin-left: -6px;
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #415b76;
    padding-top: 13px;
    box-sizing: border-box;
}

.pagination .button,.pagination .buttonMobile{
    width: 62px;
    height: 25px;
    background-color: #415b76;
    border: solid 1px #415b76;
    margin-right: 7px;
    float: left;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
    padding-top: 6px;
}

.pagination .controls .off{
    display: none;
}

.pagination .controls{
    display: none;
}

.pagination .button:hover,.pagination .buttonMobile:hover{
    background-color: #415b76;
    color: #ffffff;
}

.pagination .controls .off{
    opacity: 0.7;
}

.filter{
    width: 90px;
    height: 28px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: #ffffff;
    border: solid 1px #603813;
    border-radius: 0px;
    padding-left: 8px;
    margin-left: 10px;
    cursor: pointer;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #603813;
    background-image: url('/assets/img/icons/select-arrow.png');
    background-repeat: no-repeat;
    background-position: right 5px center;
}

/* .custom-drop::after{ 
    content: "\25BC";
    height: 1em;
    font-size: 8px;
    line-height: 1;
    right: 8px;
    top: 50%;
    margin-top: 2px;
    position: absolute;
    cursor: pointer;
} */

.custom-drop{
    position: relative;
    cursor: pointer;
}

.mostLabel{
    float: left;
    margin-top: 4px;
    position: relative;
}

@media (max-width:600px) {
    .pagination .button{
        display: none;
    }
    .pagination .controls{
        display: block;
    }
}
