/* Producer Section*/

.producer{
    padding-top: 25px;
    padding-bottom: 25px;
}
.producer img{
    width:150px;
}

.name_producer{
    font-weight: bold;
}

.vender{
    padding-top: 20px;
}

.vender p{
    padding-top: 15px;
}

.like-producer{
    padding-top: 15px;
}

.heart{
    font-size: 25px;
    color:rgb(142, 0, 0);
    padding-left: 5px;
}
.place{
    padding-left: 15px;
}
/* Product Section*/
.img-product{
    width: 250px;
    height: 250px;
}
.title-description{
    font-size: 18px;
}
.police{
    font-size: 19px;
}
/* Push product Section*/

/* Last product section*/

.title-product{
    font-size: 42px;
    text-align: center;
}
.last-product ul {
    list-style: none;
}

.last-product li {
    text-align: center;
}
.last-product img {
    width: 250px;
    height: 200px;
}

.last-product p {
    padding-top: 15px;
}

.last-product p span {
    display: block;
}
.last-product button {
    margin-top: 15px;
}
