.name_cate {
    float: left;
    width: 20%;
}

.list_cate {
    float: left;
    width: 60%;
}

.product_group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 5px 15px;
    gap: 16px;

    position: absolute;
    width: 98px;
    height: 32px;
    left: 8px;
    top: 8px;

    /* red */

    background: #EC2527;
    border-radius: 4px;
}

.product_group label {
    width: 68px;
    height: 22px;
    /* caption_14 */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 157% */


    /* Color / White */

    color: #FFFFFF;

    flex: none;
    order: 0;
    flex-grow: 0;
}

.product-item {
    position: relative;
}

.product_add_to_cart {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 230px;
    top: 189px;
    background: #EB2227;
    border-radius: 2px;

    /* Inside auto layout */

    flex: none;
    order: 3;
    flex-grow: 0;
    z-index: 3;


    /* Inside auto layout */

    flex: none;
    flex-grow: 0;
    cursor: pointer;
}
.product_add_to_cart img{
    position: absolute;
    left: 10%;
    right: 0%;
    top: 10%;
    width: 80%;
    bottom: 0%;

}

.product_add_to_project {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 230px;
    top: 239px;

    background: #EB2227;
    border-radius: 2px;
    cursor: pointer;
}

.product_add_to_project img{
    position: absolute;
    left: 10%;
    right: 0%;
    top: 10%;
    width: 80%;
    bottom: 0%;

}

.noti_label{
    position: absolute;
    width: 16px;
    height: 16px;
    background: #EC2527;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 50%;
    padding: 1px;
    top: -8px;
    right: -8px;
}
