
.filters-container {
    width: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
}

.filters-container-bg {
    width: 100%;
    height: 100vh;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.6;
    display: none;
}

.filters-container-bg-show {
    display: block !important;
}

.filters-container-content-zona {
    width: 90%;
    height: 100vh;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -90%;
    background-color: #fff;
    opacity: 1.0;
    transition: 0.2s ease-out;
    overflow-y: scroll;
}


.filters-container-content-zona-show {
    right: 0 !important;
}


@media only screen and (min-width: 767px) {
.index nav {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/static/main/images/slider3.png');

}

.toolbar {
    justify-content: flex-end !important;
}

.filters-btn {
    display: none !important;
}

}

.sort-by {
    float: auto;
}

.toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filters-btn {
    display: flex;
}

.filters-btn > p {
    margin-left: 5px;
}


.reset_btn {
    background-color: #327423;
    color: white;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    transition: 0.2s ease-out;
}

.reset_btn:hover {
    background-color: #333;
}