.AVAILABLE_BTN {
    display: inline-block;
    padding: 10px 15px 10px 15px;
    border-radius: 20px;
    text-decoration: none;
}
.AVAILABLE_BTN span {
    border-bottom: 1px dashed;
    padding: 0 1px;
    font-weight: normal;
    color: #333f48;
    font-family: 'adihaus_b';
    font-size: 13px;
    text-transform: uppercase;
    white-space: nowrap;
}
.AVAILABLE_BTN:hover span {
    color: #c33049;
}
.AVAILABLE_BTN._active {
    background: #fff;
}
.AVAILABLE_BTN._active span {
    color: #c33049;
    border-bottom: 0;
    font-family: 'adihaus';
}
@media (max-width: 500px) {
    .i_catalog_sort .i_sort_item {
        padding: 10px 35px 10px 0;
    }
    .AVAILABLE_BTN {
        padding: 10px 35px 10px 0;
    }
}