/* contenidos */
.content{
    width: 80%;
    margin: 30px auto;
}
.products__list{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.products__list{
    width: 100%;
    justify-content: space-between;
}
.products__list li{
    width:49%;
    border-bottom: 1px solid #AAA;
    overflow: hidden;
    margin-top: 20px;
    padding: 12px 10px;
    display: flex;
}
.products__list li button{
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    font-size: 11pt !important;
    cursor: pointer;
}
.products__list li button p{
    font-size: 11pt !important;
    text-align: center;
}
.products__list li button img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
}
.products__list img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.circle_img{
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 100px;

}
.products__list__content{
    margin: 0 auto;
    width: calc(100% - 120px);
}
.products__list__content h2{
    font-size: 16pt;
    margin-bottom: 10px;
}
.products__list__content__price{
    margin-top: 20px;
    font-weight: bold;
    color: #0A540A;
}
.item_empty{
    opacity: 0;
}