.scroll_bar_y {
    overflow-y: scroll;
    margin-right: 5px;
}

.scroll_bar_y::-webkit-scrollbar {
    height: auto;
    width: 3px;
    background: #E5E5E5;
    border-radius: 38px;
}

.scroll_bar_y::-webkit-scrollbar-track {
    background-color: transparent;
}

.scroll_bar_y::-webkit-scrollbar-thumb {
    background: rgba(204, 204, 204, 1);
    border-radius: 4px;
}

.scroll_bar_y::-moz-scrollbar {
    height: auto;
    width: 1px;
}

.scroll_bar_y::-moz-scrollbar-track {
    background-color: transparent;
}

.scroll_bar_y::-moz-scrollbar-thumb {
    background: rgba(204, 204, 204, 1);
    border-radius: 4px;
}

.c-column .box-filter-cate {
    width: 100%;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(19, 28, 25, 0.1);
    border-radius: 10px;
    margin-bottom: 33px;
    padding: 20px 15px;
}

.c-column .box-filter-cate .title {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #2E3A59;
    background: url(../images/category/chevron_down.png) no-repeat right center;
    margin-bottom: 12px;
}

.c-column .box-filter-cate .list {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
}

.box-filter-cate .list li {
    width: 100%;
    float: left;
    list-style: none;
    margin: 3px 0;
}

.box-filter-cate .list-check li:last-child {
    margin-bottom: 0;
}

.box-filter-cate .checkbox {
    float: left;
    margin: 0;
}

.box-filter-cate .checkbox input[type="checkbox"] {
    display: none;
}

.box-filter-cate .checkbox input[type="checkbox"] + label {

    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #4D555D;
    padding: 0;
}

.box-filter-cate .checkbox input[type="checkbox"] + label span {
    display: inline-block;
    height: 11px;
    width: 11px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #dedede;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    margin-right: 11px;
    float: left;
    margin-top: 6px;
}

.box-filter-cate .checkbox input[type="checkbox"] + label span {

}

.box-filter-cate .checkbox input[type="checkbox"]:checked + label span {
    background: #128AC4;
    border: 1px solid #128AC4;
}

.box-filter-cate .checkbox input[type="checkbox"]:checked + label span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 9px;
    width: 9px;
    background: url(../images/category/icon-check.png) no-repeat center center;

}

.h260 {
    height: 260px;
}

.box-filter-cate .input-search {
    width: 100%;
    display: inline-block;
    background: url(../images/category/icon-search.png) no-repeat 218px center #F5F6F7;
    border-radius: 10px;
    height: 37px;
    padding: 5px 15px;
    padding-right: 30px;
    line-height: 17px;
    font-size: 14px;
    color: #333;
    border: 0;
    margin-bottom: 14px;
}

.box-filter-cate .radio {
    float: left;
    margin: 0;
}

.box-filter-cate .radio input[type="radio"] {
    display: none;
}

.box-filter-cate .radio input[type="radio"] + label {

    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #4D555D;
    padding: 0;
}

.box-filter-cate .radio input[type="radio"] + label span {
    display: inline-block;
    height: 13px;
    width: 13px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #dedede;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    margin-right: 11px;
    float: left;
    margin-top: 5px;
}

.box-filter-cate .radio input[type="radio"] + label span {

}

.box-filter-cate .radio input[type="radio"]:checked + label span {
    border: 1px solid #16BCDC;
}

.box-filter-cate .radio input[type="radio"]:checked + label span:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    height: 5px;
    width: 5px;
    background: #16BCDC;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;

}

@media screen and (min-width: 960px) {

}



	
	
								