.list-cat {
    padding: 0px;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 12px;
}
.list-cat li {
    list-style: none;
    float: left;
}
.list-cat .list {
    padding: 0px;
    margin: 0px;
}
.title-pro {
    margin-bottom: 10px;
    margin-top: 20px;
}
@media (min-width: 768px) {
    .title-pro .title-label {
        float: left;
    }
    .title-pro .box-fill {
        float: left;
        margin-left: 30px;
    }
}
.title-name {
    font-size: 18px;
    color: #ed1c24;
    background-color: #fff;
    text-transform: uppercase; /* padding-left: 8px; */ /* padding-right: 8px; */
    margin-top: 5px;
}
.product-filter .f-sort a {
    float: left;
    padding: 5px;
    margin-right: -1px;
    color: #666;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 14px;
    text-decoration: unset;
}
.product-filter .f-sort .active {
    color: #fff;
    border-color: #d9534f;
    background-color: #d9534f;
}
.pro-list .box-price {
    font-size: 18px;
    font-weight: bold;
    color: #c40000;
    padding: 10px 0px;
}
.pro-list .name {
    font-size: 13px;
    height: 38px;
    overflow: hidden;
    display: block;
    font-weight: bold;
    line-height: 18px;
}
.btn-cart {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    padding: 4px 18px;
    margin: 8px 0px;
}
.btn_addcart_now {
    background-color: #f26722;
    padding: 4px 18px;
    margin: 8px 0px;
}
.list-product .item {
    /*border: 1px solid #eee;*/
    padding: 5px;
    margin-bottom: 15px;
}
.box-product .list-cat li a,
.list-product .item a.name {
    color: #777;
    text-transform: capitalize;
    text-decoration: unset;
}
@media (min-width: 1200px) {
    .c-col-md-5 {
        width: 20%;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        width: 20%;
        margin-right: -1px;
    }
    .list-product .item {
        border: 1px solid #eee;
        margin-bottom: -1px;
    } /*.thumb-product {        height: 223px;    }*/
}
.f-price {
    float: right;
}
@media (max-width: 767px) {
    .product-filter .f-sort a {
        margin-bottom: 6px;
        display: inline-block;
        float: none;
    }
    .title-pro .box-fill {
        margin-top: 10px;
        text-align: center;
        width: 100%;
    }
    .f-price {
        float: right;
        width: 100%;
        text-align: center;
    }
    .product-filter .f-price .form-control {
        width: 100px;
    }
    .product-filter .f-price .form-control,
    .product-filter .f-price .btn-f-price {
        display: inline-block;
        height: 29px;
    }
}
.form-inline .form-control,
.btn-f-price {
    font-size: 14px;
}
@media (min-width: 769px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .list-product .home-product-list {
    	margin: 40px 0;
    	display: grid;
    	grid-template-columns: repeat(3, 1fr);
    	gap: 24px;
    }


}


