#wrap_product_category {
    display: flex;
}

#filter {
    flex: 0 0 300px;
    width: 300px;
}

.filter_box {
    margin-top: 15px;
    border: 1px solid #ddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.filter_head {
    color: #fff;
    background-color: #71b03e;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.filter_head .filter_title {
    display: block;
    width: 100%;
    padding: 10px 0 10px 15px;
    cursor: pointer;
}

.filter_head .filter_title i {
    display: block;
    width: 30px;
    line-height: 22px;
    float: right;
}

.filter_body {
    padding: 0 15px;
}

#box_price .radio label {
    color: black;
}
#box_price .radio label:hover {
    color: #fc5b02;
    cursor: pointer;
}
#box_price .radio {
    line-height: 32px;
    cursor: pointer;
}
.filter_title {
    font-weight: bold;
}

#box_price .radio label input {
    margin-right: 10px;
    cursor: pointer;
}

.filter_title i {
    color: #fff;
}


/**/
.form_search_category{
    margin: 15px 0;
}
.box_category .filter_head .filter_title i {
    display: unset;
    width: auto;
    line-height: unset;
    float: none;
}

.filter_category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter_category ul li a {
    color: #333;
}

.filter_category ul li a:hover {
    color: #ffba00;
    text-decoration: unset;
}

.filter_category .li1 {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.filter_category .li1:last-child {
    border-bottom: unset;
}

.filter_category .li1>a {
    display: inline-block;
    width: calc(100% - 35px);
    padding: 8px 0 5px 0;
}

.filter_category .li1>a.active {
    font-weight: bold;
    color: #fc5b02;
}

.filter_category .li1>i {
    display: inline-block;
    width: 30px;
    text-align: center;
    padding: 8px 0 5px 0;
    line-height: 20px;
    cursor: pointer;
    color: #71b03e;
}

.filter_category .ul2 {
    border-top: 1px solid #ddd;
}

.filter_category .li2>a {
    display: block;
    margin-left: 10px;
    padding: 8px 0 5px 0;
    border-bottom: 1px solid #ddd;
}

.filter_category .li2:last-child>a {
    border-bottom: unset;
}

.filter_category .li2>a.active {
    color: #fc5b02;
}

#box_brand .checkbox label input {
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}
#box_brand .checkbox label:hover {
    color: #fc5b02;
    cursor: pointer;
}
/**/

.filter_all_title {
    display: block;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
}

.filter_all_title i {
    color: white;
}

.filter_reset {
    display: inline-block;
    float: right;
}


/* #product_category */

#product_category {
    flex: 0 0 calc(100% - 300px);
    width: calc(100% - 300px);
    margin-top: 15px;
    padding-left: 15px;
}


/**/


/* #box_brand */

#box_brand .item {
    display: block;
    margin: 0.5rem 0;
    color: #333;
    text-decoration: unset;
}

#box_brand .item:hover {
    color: #333;
}


/**/
.product_grid {
    padding: 30px 0;
}
.product_sort {
    position: relative;
    width: 100%;
    height: 34px;
    border-bottom: 1px solid #e8e8e8;
}

.view_sort {
    position: absolute;
    left: 0;
    height: 34px;
    line-height: 34px;
    bottom: 2px;
}
#filter_status, #filter_sort {
    border-radius: 0px;
    padding-left: 0 10px;
}
.select_sort .form-group {
    margin-left: 15px;
}
.view_sort a {
    display: inline-block;
    padding: 0px 10px;
    color: #333;
}

.view_sort a:hover {
    text-decoration: unset;
}

.view_sort a.active {
    color: #fa752c;
}

.select_sort {
    position: absolute;
    right: 0;
    display: flex;
    top: -4px;
}
#product_category .product_category_head h1{
    font-size: 1.42857em;
}

/**/

.sort_status {
    margin: 0 0 0 15px;
    padding: 0;
    list-style: none;
    display: inline;
}

.sort_status li {
    list-style: none;
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    outline: medium none;
    padding: 0 20px;
    position: relative;
    width: 200px;
    float: left;
    color: #333;
    border: 1px solid #ebebeb;
    font-size: 14px;
}

.sort_status>li {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
    text-indent: 0.01px;
    line-height: 36px;
    background-image: url(/assets/images/icon-select.png);
}

.sort_status>li>ul {
    position: absolute;
    width: 100%;
    left: -1px;
    top: 35px;
    margin-bottom: 0;
    padding-left: 0;
    background: none repeat scroll 0 0 #F8F8F8;
    z-index: 10000;
    border-top: none;
    border: 1px #F0F0F0 solid;
    box-sizing: content-box;
    display: none;
}

.sort_status>li:hover>ul {
    display: block;
}

.sort_status>li>ul>li {
    width: 100%;
    margin-top: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
}


/**/

.sort_product {
    margin: 0 0 0 15px;
    padding: 0;
    list-style: none;
    display: inline;
}

.sort_product li {
    list-style: none;
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    outline: medium none;
    padding: 0 20px;
    position: relative;
    width: 200px;
    float: left;
    color: #333;
    border: 1px solid #ebebeb;
    font-size: 14px;
}

.sort_product>li {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
    text-indent: 0.01px;
    line-height: 36px;
    background-image: url(/assets/images/icon-select.png);
}

.sort_product>li>ul {
    position: absolute;
    width: 100%;
    left: -1px;
    top: 35px;
    margin-bottom: 0;
    padding-left: 0;
    background: none repeat scroll 0 0 #F8F8F8;
    z-index: 10000;
    border-top: none;
    border: 1px #F0F0F0 solid;
    box-sizing: content-box;
    display: none;
}

.sort_product>li:hover>ul {
    display: block;
}

.sort_product>li>ul>li {
    width: 100%;
    margin-top: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
}

@media (min-width: 1920px) {}

@media (min-width: 1600px) and (max-width: 1919px) {}

@media (min-width: 1200px) and (max-width: 1599px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {
    .view_sort {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    #wrap_product_category {
        position: relative;
        display: block;
        z-index: 1;
    }
    #filter {
        flex: unset;
        width: 100%;
        /* position: absolute;
        left: -306px;
        z-index: 999;
        transition: all 0.4s ease-out 0s; */
    }
    .btn_filter {
        display: none !important;
    }
    #product_category {
        flex: unset;
        padding-left: 0 !important;
    }
    .view_sort {
        padding-left: 0;
    }
    .sort_status li {
        width: 160px;
    }
    .sort_product li {
        width: 170px;
    }
    .btn_filter {
        position: absolute;
        right: -40px;
        top: 27px;
        width: 40px;
        height: 36px;
        text-align: center;
        background: #fc5b02;
        color: white;
    }
    .btn_filter i {
        display: block;
        width: 40px;
        height: 36px;
        line-height: 36px;
    }
}