
.bx-filter .bx-filter-popup-result {
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    z-index: 915;
    display: none;
    line-height: normal;
    margin-top: -7px;
    margin-left: 10px;
    padding: 0 10px;
    white-space: nowrap;
    color: #3f3f3f;
    min-height: 37px;
    line-height: 18px;
    border-style: solid;
    border: 1px solid #C6DCE7;
}
.bx-filter .bx-filter-popup-result.left {
    border-width: 2px 10px 2px 2px;
    -webkit-border-image: url(images/result_popup_left.png) 4 20 4 4 repeat;
    -moz-border-image: url(images/result_popup_left.png) 4 20 4 4 repeat;
    -o-border-image: url(images/result_popup_left.png) 4 20 4 4 repeat;
    border-image: url(images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
    border-width: 2px 2px 2px 10px;
    -webkit-border-image: url(images/result_popup_right.png) 4 4 4 20 repeat;
    -moz-border-image: url(images/result_popup_right.png) 4 4 4 20 repeat;
    -o-border-image: url(images/result_popup_right.png) 4 4 4 20 repeat;
    border-image: url(images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
    left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
    right:97%;
}
.bx-filter-horizontal .bx-filter-popup-result{
    display: inline-block;
    position: relative;
    left: auto;
    right: auto;
    bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
    color: #0073a3;
    line-height: 10px;
}
.bx-filter .bx-filter-popup-result a:hover {
    text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
    display: none;
}
.mobile-filter-button{
    display: none;
}
.filter-popup__close{
    display: none;
}
.mobile-fliter-show-button{
    display: none;
}
.showMorePropMobile{
    display: none;
}
@media (max-width: 767px) {
    aside.filter{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background: white;
        z-index: 999;
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: 100%;
    }

    /*close btn*/
    .filter-popup__close{
        display: flex;
        justify-content: flex-end;
        margin-top: 30px;
        width: 100%;
    }
    .filter-popup__close-button {
        width: 16px;
        height: 16px;
    }
    /*close btn*/

    .bx-touch .bx-filter .bx-filter-popup-result {
        display: none!important;
    }
    .bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
    .bx-filter .bx-filter-popup-result .arrow {
        display: none;
    }
    #featureColor > .feature__content,
    #featurePrice > .feature__content{
        height: auto!important;
    }
    .mobile-filter-button{
        display: block;
        text-align: center;
        width: 100%;
        height: 30px;
        padding: 5px;
        margin: 0 15px;
        border: solid 2px #f13a5f;
        border-radius: 5px;
        background-color: #FFE8E9;
    }
    .mobile-filter-button .filter-button-text{
        text-transform: uppercase;
        font-size: 14px;
    }
    .mobile-fliter-show-button{
        display: block;
        width: 100%;
        text-align: center;
        margin: 22px 0;
    }
    .mobile-fliter-show-button button{
        text-align: center;
        width: 80%;
        height: 30px;
        padding: 5px;
        margin: 0 15px;
        border: solid 2px #f13a5f;
        border-radius: 5px;
        background-color: #FFE8E9;
        text-transform: uppercase;
        font-size: 14px;
    }

    .hidePropsMobile{
        display: none;
    }
    .showMorePropMobile{
        display: inline-block;
        margin-top: 20px;
        color: #f13a5f;
        border-bottom: 1px dashed #f13a5f;
    }
    .bx-filter .filter__feature{
        margin-top: 20px;
    }
    .filter__feature .feature__name{
        display: flex;
        justify-content: unset;
        padding: 15px 0;
        font-size: 10pt;
        background-color: unset;
        border: none;
    }
    .filter__feature .feature__name .feature__name-icon{
        display: none;
    }
}

.disabled
{
    color: lightgray;
}

@media (min-width: 768px) {
    .topWindow {
        position: fixed !important;
        top: 20px;
        z-index:9999;
        height: 85%;
        overflow: auto;
        width: 200px !important;
        overflow-x: hidden;
    }
    .topWindow #modef{
        position: fixed;
        right: 79%;
    }
}
.nicescroll-rails{
    opacity: 0 !important;
}
.nicescroll-rails div{
    opacity: 0 !important;
}
.catalog_sort{
    display: inline;
    width: 100%;
    margin-left: -15px;
    margin-top: 5px;
    line-height: 20px;
}
.catalog_sort a{float: unset; display: block;}
#objToStick::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:5px;
    height:0px
}

#objToStick::-webkit-scrollbar-track {
    background-color:#fbc8d2
}

#objToStick::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color:#f13a5f;
}

#objToStick::-webkit-scrollbar-thumb:hover{
    background-color:#f13a5f;
}

#objToStick::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:4px;
    height:0px
}

#objToStick::-webkit-scrollbar{
    width: 4px;
}