﻿div.catalog-filter-block-content{
    max-height: 370px;
    overflow-y: auto!important;
}

    div.catalog-filter-block-content::-webkit-scrollbar-button {
        background-image: url('');
        background-repeat: no-repeat;
        width: 5px;
        height: 0px
    }

    div.catalog-filter-block-content::-webkit-scrollbar-track {
        /*background-color: #32312e;*/
        background-color: #d0cfcf;
        box-shadow: 0px 0px 3px #000 inset;
    }

    div.catalog-filter-block-content::-webkit-scrollbar-thumb {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        /*background-color: #ffcb17;*/
        background-color: #797474;
        box-shadow: 0px 1px 1px #fff inset;
        background-image: url('images/scroll_traveler_icon.png');
        background-position: center;
        background-repeat: no-repeat;
    }

    div.catalog-filter-block-content::-webkit-resizer {
        background-image: url('');
        background-repeat: no-repeat;
        width: 6px;
        height: 0px
    }

    div.catalog-filter-block-content::-webkit-scrollbar {
        width: 7px;
    }
