.participant {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
}
.participant img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 20px;
}
.imgcircle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
}
.participant .name {
    flex: 1;
}
.participant .amount {
    font-weight: bold;
}
.cardcategory{
  font-family: 'Segma';
  font-size: 12px;
  font-weight: 600;
  margin: 8px 8px 0px;
  width: 168px;
  height: 88px;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  padding: 7px;
}

.cardsubcategory{
  margin-top:20px;
  width: 235px;
  height: 171px;
  padding: 15px;
}

.cardproduct{
  margin-top:20px;
  width: 235px;
  height: 191px;
  padding: 15px;
  background: #FFF;
}


.cardcarrito{
  margin-top:20px;
  width: 235px;
  height: auto;
  padding: 15px;
}

.agregaralcarro{
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background-color: #ddd;
  border-radius: 25px;
  text-align: center;
  font-size: medium;
  position: absolute;
  right: 4px;
  top: 29px;
  font-weight: 600;
}
