.filters-core {
    width: 30rem;
    float: right;
}

.borders-y {
    border-top: 1px solid rgba(106, 107, 107, 0.08);
    border-bottom: 1px solid rgba(106, 107, 107, 0.08);
}

.inline-filters {
    display: inline-flex;
}

.selected-filters .select-list {
    width: 25rem;
}

.selected-filter {
    color: var(--theme-body-color);
    padding: 8px 12px;
    background-color: rgba(243, 124, 109, 0.4);
    border-radius: 24px;
    min-height: 40px;
}

.selected-filter span img {
    cursor: pointer;
    margin-top: -2px;
}

.selected-filters .header {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    margin-right: 12px;
    padding: 1rem 0;
    display: inline-block;
}

.mobile-header {
    display: none;
}

.filters-button {
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    background: #FFFFFF;
    border: 1px solid var(--theme-header-color);
    box-sizing: border-box;
    border-radius: 40px;
    width: 100%;
    color: var(--theme-header-color);
    font-weight: bold;
}

.mobile-header {
    display: none;
}

.apply-filters-button {
    display: none;
}

@media only screen and (max-width: 375px) {
    .selected-filters .header {
        display: none;
    }

    .filters-block .selected-filters {
        text-align: center;
    }
}

@media only screen and (max-width: 960px) {
    .filters-button {
        display: block;
    }

    .close-filters {
        float: right;
        margin-top: 2.5rem;
    }

    .filters {
        display: none;
        position: fixed;
        bottom: 0;
        z-index: 999;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    .filters-core {
        position: fixed;
        bottom: 0;
        background: white;
        z-index: 999;
        padding: 1rem 0;
        width: 100%;
    }

    .mobile-header {
        display: block;
    }

    .mobile-price {
        display: block;
    }

    .apply-filters-button {
        display: block;
        height: 51px;
        width: 100%;
        line-height: 35px;
        text-align: center;
    }

    .apply-filters-button a {
        width: 100%;
    }

    .price-filter {
        display: block;
        padding: 0 2rem;
        margin-top: 0;
    }

    .price-filter input {
        display: inline;
        width: 10rem;
    }

    .price-filter .irs--round {
        top: -30px;
    }

    .irs--round {
        height: 35px;
    }

    .selected-filters {
        margin-top: 0;
    }
}
