.list_product .item-product {
   /* float: left;
    width: 19%;
    margin-right: 1%;
    margin-bottom: 1%;*/
    padding: 0px 5px 25px 5px;
    margin-top: 15px ;
    background: #fff;
    border: 1px solid #787878;
    border-radius: 10px;
    overflow: hidden;
}
.list_product .item-product .wp-img-thumb-product {
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list_product .item-product .wp-img-thumb-product img{
    height: 230px;
}
.list_product .wp-name-product {
    height: 45px;
}
.list_product .item-product .price{
    font-size: 16px;
}
.list_product .item-product p {
    color: #1E1E1E;
    line-height: 18px;
    padding-top: 5px;
    height: 40px;
    font-size: 16px;
    text-align: justify;
    margin-top:5px;
}
.truncate3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
}
.price-old {
    color: #657384;
    text-decoration-line: line-through;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .02em;
    min-height: 16px;
}
.list_product .item-product .unit-top {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 2px 8px;
    background-color: #05AFE3;
    color: white;
    border: 1px solid #05AFE3;
    border-radius: 12px;
    z-index: 10;
}
.item-product .wp-discount {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 8px;
    background-image: linear-gradient(#0dccea, #0d70ea);
    color: white;
    border-radius: 9px 0px 9px 0px;
    z-index: 10;
}
/* @media screen and (max-width: 1200px){
    .ls_product .item-product {
        width: 32.666%;
    }
}
@media screen and (max-width: 500px){
    .ls_product .item-product {
        width: 49.5%;
    }
} */
