/**
*  @author    ThemeDelights
*  @copyright Since 2015 ThemeDelights. All Rights Reserved.
*  @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/

.tdstockinfo {
  margin-top: 20px;
}
.stock-count {
  font-weight: 600;
}
.stock-progress {
  width: 100%;
  height: 6px;
  margin-top: 6px;
  background: #f0f0f0;
  border-radius: 30px;
}
.stock-progress .stock-progress-bar {
  background-color: var(--stockInfoColor, #313131);
  width: 0;
  height: 100%;
  border-radius: 30px;
}
