.compare_theme_realty {

    .compare__count {
        display: none;
        padding: .25em .4em;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: super;
        color: #fff;
        background-color: #dc3545;
        border-radius: 50%;
        margin-left: 0.25rem;
    }

    .compare__count_visible {
        display: inline-block;
    }

    .compare__not-found {
        margin: 40px auto 80px;
        width: 460px;
        text-align: center;
        font-size: 14px;
    }

    .compare__items {
        margin-bottom: -10px;
    }
}
