/*** Progres Bar ***/
#product .customStockBar.sb-highlight {
  padding: 7px 0;
  border-radius: 10px;
  max-width: 370px;
  margin-bottom: 10px;
}

.st-bar-size-wrp {
  font-size: 10px;
}

.customStockBar .st-bar-info {
  margin-bottom: 8px;
  display: flex;
}

.customStockBar .quantity {
  font-weight: bold;
  color: #e1420f;
  font-size: 14px;
  padding: 0 5px;
}

.customStockBar .pQuantity {
  padding: 5px 0;
}

.customStockBar.sb-bar .st-bar.sb-high {
  background: #23b4ca;
  background: -moz-linear-gradient(left, #23b4ca 0%, #65aae8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #23b4ca 0%, #65aae8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #23b4ca 0%, #65aae8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db9e8', endColorstr='#65aae8', GradientType=1);
  /* IE6-9 */
}

.sb-sales-number b {
  color: #d43908;
}

.customStockBar.sb-bar .st-bar-wrp {
  background: #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 8px;
}

.customStockBar.sb-bar .st-bar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 8px;
  height: 1.5em;
}

.customStockBar.sb-bar .st-bar.sb-medium {
  background: #fdcd1b;
  background: -moz-linear-gradient(left, #fdcd1b 0%, #FF9800 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fdcd1b 0%, #FF9800 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fdcd1b 0%, #FF9800 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdcd1b', endColorstr='#FF9800', GradientType=1);
  /* IE6-9 */
}

.customStockBar.sb-bar .st-bar.sb-low {
  background: #ff5722;
  background: -moz-linear-gradient(left, #ff5722 0%, #d43908 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff5722 0%, #d43908 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff5722 0%, #d43908 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5722', endColorstr='#d43908', GradientType=1);
  /* IE6-9 */
}

.customStockBar.sb-bar .icon {
  display: inline-block;
  font-size: 19px;
}

.grid .product-list-indicator {
  padding: 0 10px;
}