.listPrice {
  /* color: #727273; */
  color: #BF0411;
  margin-bottom: .25rem;
  font-size: 1rem;
}

.sellingPrice {
  color: #3f3f40;
  font-size: 1.25rem;
}

.sellingPriceValue {
  font-size: 2.25rem;
  font-weight: 700;
}

.installments {
  color: #727273;
  margin-bottom: 1rem;
}

/* .savings {
  font-weight: 500;
  color: #79B03A;
} */
/* 
.currencyFraction, .currencyDecimal {
  display: none;
  
   display: block;
} */

.sellingPriceValue--summary {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2E2E2E;
}

.savings--summary {
  background: #8BC34A;
  border-radius: 1000px;
  align-items: center;
  display: flex;

  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  vertical-align: baseline;
  color: #FFFFFF;
}

.savings-discount--summary {
  font-size: 0.875rem;
  font-weight: 600;
  vertical-align: baseline;
  color: #FFFFFF;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.listPrice--summary {
  margin-bottom: 0.25rem;
  font-size: .875rem;
}

.installments--summary {
  margin-bottom: 2rem;
  font-size: 0.875rem;
}

.savings--summaryPercentage {
  align-items: center;
  display: flex;
  background-image: url(assets/imgs/fondoEtiqueta.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
}

.savingsPercentage--summaryPercentage {
  font-size: 12px;
  font-weight: 600;
  vertical-align: baseline;
  color: yellow;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  margin-right: 5px;
}
.listPrice--summary {
  color: #BF0411;
  text-align: center;
  text-decoration: line-through;
  font-size: 16px;
}

/* .currencyContainer--summary{
  background-color: #79B03A;
} */

.sellingPriceValue--summary {
  font-size: 1.1rem;
  /* font-weight: 600;
  color: #2E2E2E; */
  /* background-color: #79B03A; */
  /* padding-left: 60px; */
  padding-right: 15px;
}

/* .currencyFraction--summary , .currencyDecimal--summary{
  display: none;
  
   display: block;
} */

/* .sellingPriceValue {
  font-size: 26px;
} */




@media (max-width:600px){
    .sellingPriceValue--summary {
      padding-left: 3px;
    }
    .currencyContainer {
      font-size: 14px;
    }
    /* .savingsPercentage--summaryPercentage {
      font-size: 7px;
      font-weight: 600;
      vertical-align: baseline;
      color: yellow;
      top: -7px;
      left: -2px;
      position: relative;
    } */
    .listPrice--summary {
      color: #BF0411;
      text-align: center;
      text-decoration: line-through;
      font-size: 14px;
      white-space: nowrap;
      /* margin-left: 15px; */
      /* white-space: break-spaces; */
    }
}
