/* .summaryItemLabel{
    display: none;
} */
/* .proceed-to-checkout{
    color: aquamarine;
    background-color: blue;
  } */

  .summarySmallDisclaimer{
    font-size: 0;
  }
  .summarySmallDisclaimer::before{
    font-size: 11px;
    content: "Impuestos y costos de envío serán calculados en el checkout";
    justify-content: flex-end;
    display: flex;
    text-align: end
  }

 .summaryItemLabel{
    /* font-size: 0px; */
}
.summaryItemLabel::before{
  font-size: 20px;
  /* content: "TOTAL : "; */
  font-weight: bold;
}

.summaryItemPrice{
  font-weight: bold;
}


/* .summaryItemContainer--discounts-price {
  color: pink;
  background: yellow;
} */

/* .summaryItemContainer--Total{
  background: pink;
} */

/* .summaryItemContainer:first-child{
  display: none;
}

.summaryItemContainer:nth-child(0n+2){
  display: none;
}  */

.summaryItemContainer:nth-child(-n+1){
  display: flex;
}

/* .summaryItemContainer{
 width: 220px;
} */

.summaryItemContainer{
  /* display: none; */
}

.summarySmallContent{
  justify-content: flex-end;
  display: flex;
}
.summaryTitle {
  display: none;
}


