.stock--progressbar {
  width: 100%;
  height: 5px;
  background: var(--progress-bar-background);
  border-radius: 5px;
}

span.progressbar-percentage {
  height: 100%;
  background-color: var(--progress-bar-foreground);
  display: block;
  border-radius: 5px;
}
.product--stock-counter {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 479px) {
  .product__items--sold__stocks {
    padding: 6px 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
