.pl-10 {
    padding-left: 20px;
}

.fav-prod-btngroup {
	display: flex;
	gap: 5px;
    flex-wrap: wrap;
    justify-content: end;
}

.product {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 50px;
}
.box-product {
    display: flex;
}
.mw-225 {
    min-width: 225px;
}
.product-content {
    padding-left: 12px;
}
.btn-del form{
    float: right;
    margin-top: 25%;
}
.categoty {
    background-color: #e2ebff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 10px;
}

.product-name i.fa {
    color: var(--blue-root);
}

@media (max-width:697px) {
    .ps0 {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .product {
        flex-direction: column;
    }
    .product a {
        width: 100%;
    }
    .box-product {
        display: block;
    }
    .w100 {
        width: 100% !important;
    }
    .btn-del{
        width: 100% !important;
    }
    .btn-del form{
        float: center;
        margin-top: 20px;
        width: 100% !important;
    }
    .content-news{
        font-size: 15px;
    }
    .date-news{
        font-size: 14px;
    }
    .news-content {
        padding-left: 12px;
        max-width: 100%;
    }
}