.filter_categories {
    border-right: 1px solid #efefef;
    border-radius: 2px;
    clear: both;
    padding: 10px;
    background: #fff;
}
.genal-categories {
    border-bottom: 1px solid #efefef;
    clear: both;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 10px;
}
.genal-categories:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.genal-categories .title {
    padding-bottom: 6px;
    padding-top: 6px;
    font-weight: bold;
    font-size: 14px;
}
.genal-categories .filter .item {
    clear: both;
    padding-top: 3px;
}
.genal-categories .filter .icon {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    float: left;
    height: 10px;
    margin-right: 7px;
    margin-top: 4px;
    width: 10px;
}
.genal-categories .filter .item.active .icon{
    background: #ef4679 !important;
    border-color: #ef4679 !important;
}
.genal-categories .functionkg {
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
}
.genal-categories .functionkg span {
    width: 30px;
    display: block;
    float: left;
    text-align: right;
    padding-right: 5px;
}
.genal-categories .functionkg select {
    border: 1px solid #e2e2e2;
    width: 140px;
    color: #777;
}

/*<!------------- block filter mobile ----------------->*/
.box_sort_ca {
    clear: both;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
}
.box_sort_ca .bsc_icon {
    float: left;
    text-align: center;
    width: 25%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.box_sort_ca .filter, .filter_thuong_h {
    background: #fff;
    position: absolute;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding-top: 10px;
    text-align: left;
    border-top: 1px solid #f3f3f3;
    margin-top: 5px;
    padding-bottom: 10px;
    display: none;
    z-index: 99999;
    width: 100%;
}
.icon_sort_r {
    position: absolute;
    right: 6px;
    top: 4px;
}
.box_sort_ca .filter .age {
    clear: both;
    margin-bottom: 2px;
}

.box_sort_ca .filter .age:before, .filter_thuong_h .manufac:before {
    content: "\f096";
    font-family: FontAwesome;
    font-size: 14px;
    padding-right: 2px;
    display: inline-block;
    color: #929599;
}
.box_sort_ca .bsc_icon span:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 14px;
    padding-left: 5px;
}
/*<!------------- end block filter mobile ----------------->*/



@media (min-width: 1366px) {
    .mous-title{
        margin-top: -53px;
    }
}
@media (max-width: 991px) {
    .genal-categories{
        position: absolute;
        z-index: 11;
        background: #fff;
        left: 0;
        top: 50px;
        width: 100%;
        padding: 15px;
        display: none;
    }
    .genal-categories .title {
        display: none;
    }
    .bsc_icon[rel="price"] {
        width: 20%;
    }
    .bsc_icon[rel="brand"] {
        width: 30%;
    }
}