.retail-price {
  .sale-price, .regular-price {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    @media (max-width: 768px) {
      font-size: 20px;
      line-height: 28px;
    }
  }
}

.wrap-retail-price {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #656e6e;
  margin-top: 6px;
  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.modal-content-style {
  padding: 24px;
  strong {
    font-weight: bold;
    color: #001313;
    margin-bottom: 12px;
  }

  p {
    color: #656E6E;
  }

  a {
    color: #001313;
    text-decoration: underline;
  }
}
