
.responsive-dropdown-wrapper {width: 65%;background: #FFF;height:30px;border-radius: 2px;border: solid 1px #b4b4b4;display: inline-block;color:#2d2d2d;position: relative;}
body .responsive-dropdown-wrapper *{color:#2d2d2d}
.responsive-dropdown-wrapper label {font-weight:bold;font-size:16px;padding: 2px 8px 0 0;display: inline-block}

.responsive-dropdown-wrapper:before {
    content: '';width: 0;height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #000;
    position: absolute;
    top: 10px;
    left: 10px;
    transition: all ease 0.25s;
}

.open.responsive-dropdown-wrapper:before{transform:rotate(180deg)}

.responsive-dropdown {background: #FFF;width:100%;top:100%;;position: absolute;z-index:10;height:0;overflow:hidden;transition-duration: .3s; transition-property: height;border:1px solid #DDD}
.responsive-dropdown-wrapper.open .responsive-dropdown{display:block;}
.responsive-dropdown li{list-style-type: none;padding: 5px;box-sizing: border-box;}
.responsive-dropdown li.selected{background: #00abff;color: #FFF;}
.responsive-dropdown li:hover, .responsive-dropdown li:active{background:#DDD;}



/*.filter-close-btn {*/
/*width: 16px;*/
/*margin: 9px;*/
/*}*/

.filters-wrapper {
    display: none;
    direction: rtl;
    text-align: right;
    /*position: relative;*/
    width: 100%;
    box-sizing: border-box;
    padding: 40px 38px 32px 50px;
    font-family: "Open Sans Hebrew","Helvetica Neue",Helvetica,Arial,sans-serif;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -3%;
    left: 50%;
    transform: translate(-50%,0);
}
@media screen and (max-width: 700px) {
    .arrow {
        display: none;
    }
    .filters-wrapper {
        height: auto;
    }
}
.simple-filter {
    /*direction: rtl;*/
    text-align: right;
    position: relative;
    /*width: 100%;*/
    /*max-width: 580px;*/
    /*height: 115px;*/
    box-sizing: border-box;
    /*padding: 40px 0 0 0;*/
    font-family: sans-serif;
    z-index: 999;
}



/*@media (max-width: 1330px) {*/
/*.simple-filter {*/
/*width: 90%;*/
/*margin-bottom: -75px;*/
/*}*/
/*}*/

/*@media (max-width: 530px) {*/
/*.simple-filter {*/
/*margin: 0 auto;*/
/*}*/
/*}*/

.filters-wrapper .title, .simple-filter .simple-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    display: inline-block;
}

.simple-title {
    /*height: 35px;*/
    line-height: 35px;
    font-family: "Open Sans Hebrew","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.filters-wrapper .buttons-wrapper, .simple-filter .buttons-wrapper, .simple-filter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.filters-wrapper .buttons-wrapper.top {
    margin-bottom: 12px;
}
.filters-wrapper .buttons-wrapper button, .simple-filter .buttons-wrapper button {
    background: white;
    border: solid 1px #bbbbbb;
    font-size: 16px;
    flex-basis: 31%;
    cursor: pointer;
}

.filters-wrapper .buttons-wrapper.top button, .simple-filter .buttons-wrapper.top button {
    height: 55px;
    /*margin-bottom: 21px;*/
    padding: 3px;
}

.filters-wrapper .buttons-wrapper.bottom  button, .simple-filter .buttons-wrapper.bottom  button {
    height: 35px;
    margin-bottom: 12px;
}

.filters-wrapper button.selected, .simple-filter button.selected {
    background: #f8e71c;
}

.filters-wrapper button.close, .simple-filter button.close {
    position: absolute;
    left: 8px;
    top: 8px;
    border: 0;
    font-size: 19px;
    cursor: pointer;
    /*background: white;*/
    width: 16px;
}

.filters-wrapper button.done, .simple-filter button.done {
    background-color: #2d2d2d;
    border: 0;
    color: white;
    width: 100%;
    height: 35px;
    font-size: 16px;
    font-weight: bold;
    display: none;
}

#select-box-simple {
    text-align: center;
    width: 296px;
    display: inline-block;
    margin-left: 16px;
}

.filters-wrapper #select-box {
    /* margin: 0 auto; */
    /* padding-right: 1em; */
    text-align: center;
    width: 100%;
    /* background: #fff; */
    display: inline-block;
    margin-bottom: 12px;
}

@media screen and (max-width: 700px) {
    #select-box-simple {
        margin-right: 0;
        width: 100%;
        /* margin-top: 6px; */
    }
}

.filters-wrapper .faux-select, .simple-filter .faux-select-simple {
    list-style-type: none;
    padding: 0.4em 0;
    background: #fff;
    /* color: #00a9d5; */
    text-align: right;
    border: 1px solid #555;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    position: relative;
    border-radius: 4px;
    /*margin: 0px 0px 30px 0px;*/
    font-weight: bold;
    font-family: "Open Sans Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.simple-filter .faux-select-simple {
    /*height: 35px;*/
    /*line-height: 18px;*/
    background-color: #ebebeb;
}

.filters-wrapper .faux-select li, .simple-filter .faux-select-simple li {
    padding: 0;
    text-indent: 1em;
    position: relative;
    text-align: left;
}

.filters-wrapper .faux-select li ul, .simple-filter .faux-select-simple li ul {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0.4em 0 0 0;
    background: transparent;
    position: absolute;
    width: 100% !important;
    max-height: 0px;
    overflow: hidden;
    top: 1.6em;
    left: 0;
    transition: all ease 0.25s;
    z-index: 3;
}

.filters-wrapper .faux-select li ul li, .simple-filter .faux-select-simple li ul li {
    padding: 0.4em 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.filters-wrapper .faux-select li ul li:hover, .simple-filter .faux-select-simple li ul li:hover {
    background: rgba(212, 212, 212, 0.6);
}

.filters-wrapper .faux-select li ul li:last-of-type, .simple-filter .faux-select-simple li ul li:last-of-type {
    border-bottom: 0;
}

.filters-wrapper .faux-select li ul.open, .simple-filter .faux-select-simple li ul.open {
    background: #fff;
    max-height: 1033%;
    border: 1px solid #b2b2b2;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.filters-wrapper .faux-select:before, .simple-filter .faux-select-simple:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-top: 0.6em solid #000;
    position: absolute;
    top: 0.8em;
    right: 0.8em;
    transition: all ease 0.25s;
}

.filters-wrapper .faux-select.open:before, .simple-filter .faux-select-simple.open:before {
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-bottom: 0.6em solid #00a9d5;
    border-top: 0;
}



@media (max-width: 700px) {

    .filters-wrapper, .simple-filter {
        padding: 15px 15px 30px;
        width: 100%;
        z-index: 999;
    }


    .filters-wrapper button.done .faux-select-simple.open:before button.done {
        display: block;
    }
    .filters-wrapper .title {
        margin-bottom: 12px;
    }

    .buttons-wrapper.bottom {
        margin-bottom: 12px;
    }
    .buttons-wrapper.top, #select-box {
        margin-bottom: 12px;
    }
    .buttons-wrapper.top button {
        margin-bottom: 0 !important;
    }

}
@media screen and (min-width: 1060px) and (max-width: 1280px) {
    .simple-title {

    }

}
@media screen and (min-width: 800px) and (max-width: 1059px) {
    .simple-title {
        font-size: 14px !important;
    }
    #select-box-simple {
        width: 250px;
    }
    #select-box-simple .faux-select-simple {
        font-size: 14px;
    }
}
@media screen and (min-width: 701px) and (max-width: 799px) {
    .simple-title {
        font-size: 14px !important;
    }
    #select-box-simple {
        width: 150px;
    }
    #select-box-simple .faux-select-simple {
        font-size: 14px;
    }
}