.filter-comp {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #eee;
    width: 100%;
    box-sizing: border-box
}

.filter-widgets {
    max-width: 310px;
    width: 100%;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    box-sizing: border-box
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #333
}

.filter-content {
    padding-top: 20px
}

.filter-arrow {
    width: 10px;
    height: 10px;
    transition: transform .3s ease-in-out;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23%23333' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10px' height='10px' viewBox='0 0 30.727 30.727' xml:space='preserve'%3e%3cg%3e%3cpath d='M29.994,10.183L15.363,24.812L0.733,10.184c-0.977-0.978-0.977-2.561,0-3.536c0.977-0.977,2.559-0.976,3.536,0 l11.095,11.093L26.461,6.647c0.977-0.976,2.559-0.976,3.535,0C30.971,7.624,30.971,9.206,29.994,10.183z'/%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.filter-comp.open .filter-arrow {
    transform: rotate(180deg)
}

.input-group {
    display: flex;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    background: #f9f9f9
}

.input-group input {
    width: 50%;
    border: none;
    background: #fff !important;
    padding: 12px 15px;
    font-size: 16px;
    color: #333;
    outline: none;
    border-color: #e0e0e0 !important;
    border: none !important
}

.input-group input:first-child {
    border-right: 1px solid #e0e0e0 !important
}

.input-group input::-moz-placeholder {
    color: #bbb
}

.input-group input::placeholder {
    color: #bbb
}

.slider-container {
    padding: 0 10px;
    padding-top: 30px
}

.noUi-target {
    background: #e0e0e0;
    border: none;
    box-shadow: none;
    height: 2px
}

.noUi-tooltip {
    display: none
}

.noUi-handle.noUi-active .noUi-tooltip {
    display: block
}

.noUi-connect {
    background: #365edc
}

.noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    right: -12px;
    top: -11px;
    border-radius: 50%;
    background: #fff;
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    cursor: pointer
}

.noUi-handle::after,
.noUi-handle::before {
    display: none
}

.noUi-handle::after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #365edc;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 12px;
    color: #999
}

.checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.checkbox-item {
    display: flex;
    align-items: center;
    cursor: pointer
}

.checkbox-item input {
    display: none
}

.custom-checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
    background-color: #fff;
    transition: all .2s;
    flex-shrink: 0
}

.checkbox-item input:checked~.custom-checkbox {
    background-color: #365edc;
    border-color: #365edc
}

.custom-checkbox::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.checkbox-item input:checked~.custom-checkbox::after {
    display: block
}

.label-text {
    font-size: 14px;
    color: #333;
    line-height: 1.2
}

.filter-widget-radio .checkbox-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

.filter-widget-radio .checkbox-list .checkbox-item {
    width: -moz-fit-content;
    width: fit-content
}

.filter-widget-radio .custom-checkbox {
    margin-right: 5px;
    border-radius: 50%
}

.show-res-btn__wrapper {
    position: sticky;
    bottom: 0px;
    padding: 20px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

.show-res-btn__wrapper.show {
    opacity: 1;
    visibility: visible;
}

.show-on-map {
    padding: 14px;
    text-align: center;
    width: 100%;
    background-color: #365edc;
    display: block;
    color: #fff !important;
    cursor: pointer;
}

.custom-wrapper {
    display: flex;
    gap: 20px;
}

.custom-sidebar {
    will-change: min-height;
    max-width: 312px;
    width: 100%;
    flex-shrink: 0;
}


.custom-sidebar__content {
    padding-top: 30px;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}



.filter-panel.sort_header.view_block {
    display: none;
}

.show-on-map__wrapper {
    padding: 30px;
    background-image: url(./map-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    border: 1px solid #eee;
}