.home-category .wrap-list-product .main-product {
    display: flex;
    flex-wrap: wrap;
}
.home-category .wrap-list-product .main-product .product_info .price {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.price del {
    color: #DDDDDD;
}
.home-category .head-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-category .head-page .sort-item {
    display: flex;
    white-space: nowrap;
    align-items: center;
}
.home-category .head-page h1 {
    font-size: 2rem;
    padding: 10px 0;
    font-weight: 400;
}
.home-category .head-page .sort-item select {
    margin-left: 5px;
}

@media (min-width: 992px) {
    .home-category .wrap-list-product .main-product > .col-md-3 {
        width: 20%;
    }
}

@media (max-width: 991px) {
    .home-category .head-page {
        flex-direction: column;
    }
}