.rq {
  margin: 10px 0 20px;
}
.rq .rq__title {
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  color: #4a4a4a;
}
.rq .rq__track {
  position: relative;
  height: 8px;
  border-radius: 6px;
  background: #e9e9e9;
  overflow: hidden;
}
.rq .rq__track .rq__bar {
  display: block;
  height: 100%;
  background: #c5fa53;
  border-radius: inherit;
  transition: width 0.2s ease-out;
}
.rq .rq__track .rq__bar.low-stock {
  background: #CB0000;
}
.rq .rq__labels {
  margin-top: 0.175rem;
  font-size: 0.8125rem;
  color: #555;
  display: flex;
  justify-content: space-between;
}
.rq .rq__labels .rq__label--left {
  text-align: left;
}
.rq .rq__labels .rq__label--right {
  text-align: right;
}

/*# sourceMappingURL=remainingquantity.css.map */
