.custom-radio:hover {
    cursor: pointer;
}

.radiobtn {
    position: relative;
    display: inline-block;
    margin-right: 2px;
}

.radiobtn label {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    background: #fff;
    color: #6C757D;
    border-radius: 100%;
    font-size: 0.8575em;
    font-weight: bold;
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-bottom: 5px;
    cursor: pointer;
    border: 1px solid #6C757D;
    -webkit-transition: all 0.3s ease-out 0s !important;
    -o-transition: all 0.3s ease-out 0s !important;
    transition: all 0.3s ease-out 0s !important;
}

.radiobtn input[type="radio"] {
    display: none;
}

.radiobtn input[type="radio"]:checked + label {
    background: #007BFF;
    color: #fff !important;
    border-color: #007BFF;
    -webkit-transition: all 0.3s ease-out 0s !important;
    -o-transition: all 0.3s ease-out 0s !important;
    transition: all 0.3s ease-out 0s !important;
}

.radiobtn:hover label {
    background-color: #6C757D;
    color: #fff !important;
}

/*menu do filtro de busca*/
@media (max-width: 991px) {
    .advFilter_box {
        display: block;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 888880;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.56);
    }
    .advFilter_box .active {
        left: 0;
    }
    .advFilter_box .active .advFilter {
        left: 0;
    }
    .advFilter {
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 888887;
        width: 280px !important;
        max-width: 85%;
        height: 100%;
        -webkit-transition: all 0.5s ease-out 0s !important;
        -o-transition: all 0.5s ease-out 0s !important;
        transition: all 0.5s ease-out 0s !important;
        overflow-y: auto !important;
        box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.2);
    }
}
