.filter-body ul li {
    clear: both;
    min-height: 34px;
}
.filter_option_color_category {
    width: 30px;
    height: 20px;
    border: 1px #cccccc solid;
    float: left
}
.filter-option {
    cursor: pointer;
}
.filter-option-checkbox {
    float: left;
    margin-right: 10px !important;
}
.filter_option_image_category {
    height: 20px;
    width: 30px;
}
.price-range {
    max-width: 95px;
    float: left;
}
#price-range-between {
    width: 10px;
    border: 1px #cccccc solid;
    position: relative;
    top: 11px;
    margin: 0 6px;
}
#price-range-div {
    position: relative;
    left: 14px;
}
.filter-price {
    margin-top: 10px;
}
#filter-price-range {
    height: 100px;
}
.review-point, .remove-shop-by-item, #clear-all {
    cursor: pointer;
}
.filter-body ul {
    margin-left: -34px;
}
.slider-horizontal {
    width: 200px !important;
}
#filter-search {
    height: 52px;
}

/*accordion*/

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #F5F4F4;
    color: #444;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}


/* Style the accordion panel. Note: hidden by default */
.panel {
    padding-right: 12px;
    background-color: white;
    overflow: hidden;
    height: 80px;
    overflow-y: scroll;
    border-left: 1px #F5F4F4 solid;
    border-radius: 0;
}

/*style scroll y*/
.panel::-webkit-scrollbar {
    width: 6px;
}

.panel::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #cccccc;
    border-radius: 10px;
}

.panel::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #565252;
}

/*end accordion*/
