/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/


.bx_filter_vertical .bx_filter_parameters {
    max-height: 1000px;
    overflow-y: auto;
}
.bx_filter_vertical .bx_filter_parameters::-webkit-scrollbar-button {
    background-image: none;
    background-repeat: no-repeat;
    width: 5px;
    height: 0px;

}

.bx_filter_vertical .bx_filter_parameters::-webkit-scrollbar-track {
    background-color: #ecedee;
}

.bx_filter_vertical .bx_filter_parameters::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #aaa;
}

.bx_filter_vertical .bx_filter_parameters::-webkit-scrollbar-thumb:hover {
    background-color: #4a4a4a;
}

.bx_filter_vertical .bx_filter_parameters::-webkit-scrollbar {
    width: 4px;
}