.product_category .list_category {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -5px 0 -5px;
}
.product_category .list_category a {
    text-align: center;
    padding: 10px 10px 0 10px;
    width: 111px;
    height: 140px;
    color: #888888;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 8px;
    margin: 0px 5px 10px 5px;
    position: relative;
    display: block;
}
.product_category .list_category a:hover {
    color: #34a2d1;
    border: 1px solid #34a2d1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 0px 10px 0 rgba(0, 0, 0, 0.09);
}
.product_category .list_category a img {
    width: 59px;
    height: 80px;
    margin-bottom: 5px;
    object-fit: scale-down;
}
.product_category .list_category a p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_category .list_category a .check {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    background: #34a2d1;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
}
.product_category .list_category a.active .check {
    display: flex;
}
.product_category .list_category a .check i {
    color: #fff;
    font-size: 14px;
}
.product_category .list_product {
    background: #fff;
    border-radius: 8px;
}
.product_category .list_product .title_box {
    font-size: 16px;
    padding: 12px 10px 0px 20px;
    font-weight: 700;
}

.product_container {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.product_container .box-product {
    /*width: 20%;*/
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 0 10px 10px 10px;
}
.product_container .product-detail .pro-name {
    padding-top: 10px;
    height: 47px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 13px;
}
.product_container .box-product .product-detail .box-price .price {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
}
.product_container .box-product .product-detail .box-price .old-price {
    font-size: 11px;
    color: #888;
}
.product_container .box-product .product-detail .box-price .percent {
    padding: 2px 2px 2px 4px;
    font-size: 11px;
    color: #ffff;
    background: #fd8205;
    border-radius: 3px;
    margin-left: 10px;
    position: relative;
}
.product_container .box-product .product-detail .box-price .percent:after {
    content: "";
    position: absolute;
    border: 8px solid transparent;
    border-top: 8px solid #fd8205;
    left: -14px;
    top: 0;
    transform: rotate(90deg);
}
.product_container .box-product .image-product {
    text-align: center;
}
.product_container .box-product .image-product img {
    width: 220px;
    height: 220px;
    margin-top: 20px;
    object-fit: scale-down;
}
.product_container .box-product:hover {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 1;
    border-color: rgba(0,0,0,.12);
    box-shadow: 0 0 0.8125rem 0 rgb(0 0 0 / 5%);
}

.product_container .box-product:hover .pro-name {
    color: #34a2d1;
}
.product_category .bg-category img {
    width: 100%;
}

.filter {
    padding: 10px;
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 8px;
    margin-bottom: 15px;
}
.filter_cate, .filter_price, .filter_brand {
    border-top: 1px solid #ddd;
    min-height: 45px;
    padding-left: 125px;
    position: relative;
    overflow: hidden;
    height: 45px;
}
.filter_cate span, .filter_price span, .filter_brand span {
    line-height: 45px;
    background: #F5F6F8;
    color: #7292a7;
    height: 100%;
    width: 125px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.filter_cate a, .filter_brand a {
    display: inline-block;
    margin: 0 20px;
    line-height: 45px;
}
.wrap_range_price {
    width: 300px;
    margin-top: 10px;
}
#stop input, #start input {
    background: #e1e1e163;
    text-align: center;
    border: 1px #e1e1e1 solid;
    box-shadow: none;
    max-width: 100%;
}
#start {
    width: 100px;
    float: left;
}
#stop {
    width: 100px;
    float: right;
    text-align: center;
    position: relative;
}
#slider-range {
    border: none !important;
    margin-bottom: 5px;
    width: calc(100% - 14px);
    margin-left: 7px;
    height: 2px;
    background: #ebebeb;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    height: 14px !important;
    width: 14px !important;
    border-radius: 50% !important;
    top: -6px !important;
    border: none !important;
    background: #34a2d1 !important;
}
.ui-widget-header {
    background: #34a2d1 !important;
}
.ui-widget.ui-widget-content:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background: #b7b7b7;
    bottom: -16px;
    left: calc(50% - 5px);
}
.filter_brand a.active {
    color: #34a2d1;
}
.brand_intro {
    border: unset;
    font-size: 15px;
    line-height: 21px;
    padding: 15px 15px 0 15px;
    margin-bottom: 10px;
    overflow: auto;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
}
.brand_intro .logo_brand {
    width: 150px;
    margin-right: 10px;
}
.brand_intro .content_brand {
    flex: 1;
}
@media (min-width: 1200px) {
    .product_container .box-product {
        width: 20%;
    }
}

@media (max-width: 540px) {
    .product_category .list_category {
        display: -webkit-box;
        display: -moz-box;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
        flex-wrap: nowrap;
        margin: 0 0 10px;
    }
    .wrap_range_price {
        width: auto;
    }
    .filter_brand a {
        display: unset;
        white-space: nowrap;
    }
    .filter_brand {
        display: flex;
        overflow-x: scroll;
    }
    .brand_intro {
        display: block;
        padding: 10px;
    }
    .brand_intro .logo_brand {
        float: left;
        width: 100px;
    }
}