.product-item .price-box .normal-price .price-label {
  display: inline!important;
  color: inherit;
}
.w2b-list-attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.w2b-list-attributes .w2b-list-attribute {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #f2b700;
  color: #f2b700;
  font-size: 12px;
  font-weight: bold;
}
.w2b-stock-qty-wrapper {
  margin: 10px 0;
}
.w2b-stock-qty-wrapper .w2b-stock-qty {
  display: flex;
  align-items: center;
  gap: 5px;
}
.w2b-stock-qty-wrapper .w2b-stock-qty .w2b-stock-label {
  color: #777;
  font-size: 14px;
}
.w2b-stock-qty-wrapper .w2b-stock-qty .w2b-qty-number {
  color: #f2b700;
  font-weight: bold;
  font-size: 14px;
}
