
div#main_content {
    padding-top: 0;
}
#filter-form{
    display: none;
}

.filter-checkbox{
    display: none;
}

.row{
    font-family: Assistant-Regular;
    display: flex;
    color: white;
}

.filter-checkbox + label{
    cursor: pointer;
    height: 20px;
    width: 20px;
    border: 1px solid #F7F7F7;
    margin-left: 10px;
}

.filter-checkbox.checked + label{
    background-image: url(/_media/images/green-checkmark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
}

#filter-form .filter-form-wrapper{
    width: 95%;
}

#filter-form .filter-form-wrapper .filter-title-wrapper{
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(181, 185, 188, 0.37);
}

#filter-form .filter-form-wrapper .filter-title-wrapper.mobile{
    font-family: Assistant-bold;
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    margin: 0 auto;
    margin-top: 45px;
    width: 90%;
    border: none;
}

.filter-title-wrapper.mobile .text{
    font-size: 16px;
}

.filter-title-wrapper.desktop{
    display: block;
}

#filter-form .filter-form-wrapper .filter-title-wrapper .filter-title{
    font-family: Assistant-Bold;
    font-size: 16px;
    color: #fff;
    margin-right: 5px;
}

#filter-form .filter-form-wrapper .filter-form-inner{
    padding: 20px 25px;
    border-bottom: 1px solid rgba(181, 185, 188, 0.37);
}

#filter-form .filter-form-wrapper .filter-form-inner .filter-title{
    font-family: Assistant-Bold;
    font-size: 16px;
    margin-bottom: 29px;
    color: #a8ff78;
    line-height: 2.19;
}

#filter-form .filter-form-wrapper .filter-form-inner .filter-box{
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    margin: 25px 0;
    color: #F7F7F7;
}

.filter-form-wrapper .filter-form-inner .filter-box .filter-checkbox{
    margin-left: 8px;
    cursor: pointer;
}

.filter-form-wrapper .filter-form-inner .filter-box .filter-title-box{
    font-family: Assistant-Regular;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}

.filter-form-wrapper .filter-form-inner .filter-box .count{
    font-family: Assistant-Regular;
    flex: 1;
    text-align: left;
    font-size: 16px;
    color: #fff;
}

#slider {
    margin: 40px 30px 50px 0;
    position: relative;
}

#slider .ui-slider-handle {
    position: absolute;
    width: 26px;
    height: 26px;
    top: -12.5px;
    border: solid 2.7px #f7f7f7;
    border-radius: 50px;
    background-image: linear-gradient(to right, #78ffd6, #a8ff78);
}

#slider.ui-slider-horizontal {
    width: 90% !important;
    height: 5px !important;
    border: none;
    background: #ccc;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.385em;
}

.price-wrapper{
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 15px;
}

.price-text{
    font-family: Assistant-Regular;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    top: 20px;
    margin-left: 3px;
}

.currency{
    font-size: 12px;
    position: relative;
    top: 22px;
}

.price-text.max{}

.price-text.min{}

.filter-button-mobile{
    display: block;
    height: 9.375vw;
    width: 44vw;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(to left, #79ffd3 107%, #a7ff79 0%);
    border-image-slice: 1;
    margin: 0 auto;
    margin-bottom: 5vw;
}

.filter-button-mobile .filter-button-text{
    font-family: Assistant-Regular;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    color: #a8ff78;
    font-size: 4.5vw;
}

#filter-form.open{
    display: block;
    position: fixed;
    top: 50px;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-image: linear-gradient(to left, rgb(66, 66, 66) 1%, rgb(4, 4, 4) 113%);
    z-index: 1000;
}

.item_htz_eilat_price {
    font-size: 18px;
    font-weight: bold;
    margin-top: -12px;
    font-family: 'Assistant';
}

.prices_wrapper:has(.item_htz_eilat_price) {
    justify-content: space-between;
}

.item_htz_eilat_price span {
    display: block;
    font-size: 13px;
}

.prices_wrapper:has(.item_htz_eilat_price) .item_price {
    font-size: 18px;
}

#filter-form .filter-form-wrapper .filter-form-inner div.filter-box {
    display : none;
}

#filter-form .filter-form-wrapper .filter-form-inner div.filter-box:nth-child(-n+4) {
    display: flex;
}

#filter-form .filter-form-wrapper .filter-form-inner.open div.filter-box {
    display : flex;
}

.filter_title_wrap {
    position: relative;
    width: 100%;
}

.filter-form-inner .filter-expand:before {
    content: 'הצג יותר';
}

.filter-form-inner .filter-expand, .unset_filtering {
    position: absolute;
    left: 0;
    cursor: pointer;
    color: #fff;
    line-height: 35px;
    font-size: 12px;
}

.unset_filtering {
    font-size: 13px;
    line-height: 20px;
    color: #a8ff78;
}

.filter-form-inner.open .filter-expand:before {
    content: 'הצג פחות';
    font-size: 12px;
}

.filter-title-wrapper.mobile .unset_filtering {
    bottom: 0;
}

.filter-title-wrapper.mobile {
    position: relative;
}

.category_filter_title {
    font-family: Assistant-Regular;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    margin-top: 8px;
    line-height: 2.1;
}

.category_filter_title:after {
    margin-right: 2px;
    font-family: 'FontAwesome';
    content: '\f107';
}

.category_filter_title.open:after {
    content: '\f106';
}

.category_filter_title:not(.open) + .category_filter_wrap {
    display: none;
}

.filter-title-wrapper.desktop {
    display: none;
}

.filter-title-wrapper.mobile img.js-close-filter {
    width: 18px;
}

span.top_filter_el {
    position: relative;
    display: inline-block;
    padding: 7px 25px 7px 40px;
    margin: 5px;
    color: #fff;
    font-size: 13px;
    border-radius: 15px;
    border: solid 1px #fff;
}

span.top_filter_el .close {
    position: absolute;
    display: inline-block;
    left: 15px;
    cursor: pointer;
}

span.top_filter_el .close:after {
    font-family: 'FontAwesome';
    content: '\f00d';
}

div#top_filters_wrap {
//min-height: 40px;
    margin-bottom: 15px;
}


@media(min-width: 768px){

    .filter-button-mobile{
        display: none;
    }
    .content_wrapper.body{
        display: flex;
    }
    #filter-form.open{
        position: unset;
        width: 445px;
        background: #1a1a1a55;
    }

    #filter-form{
        display: block;
        background-color: #1a1a1a55;
        height: 100%;
        width: 445px;
        padding: 30px 33px 30px 33px;
    }

    #filter-form .filter-form-wrapper .filter-form-inner {
        padding: 19px 0;
    }

    .filter-title-wrapper.mobile{
        display: none;
    }

    .filter-title-wrapper.desktop{
        display: flex;
    }
}


