.progress-container {
    position: relative;
    width: 95%;
    height: 7px;
    margin: 0 auto;
    margin-bottom: 5px;
    background-color: #858585;
    position: relative;
    border-radius: 20px;
    padding-bottom: 7px;
  }
  
  .progress {
    position: absolute;
    width: 0%;
    height: 7px;
    top: 0;
    left: 0;
    background: #7a7a7a;
    border-radius: 20px;
    background: -webkit-linear-gradient(to right, #f38b31, #f77300);
    background: linear-gradient(to right, #f38b31, #f77300);
  }
  .progress-text {
    padding-top: 10px;
    position: absolute;
    color: #cacaca; /* Text color */
    font-size: 10px;
  }

  .outer-product-details{
    width: 70%;
  }