.bblength-field {
  margin: 15px 0;
}

.bblength-input-row {
  display: flex !important;
  align-items: center !important;
  max-width: 140px !important;
}

.bblength-input-row input,
.bblength-input-row input[type="number"],
.bblength-field input,
.bblength-field input[type="number"] {
  width: 85px !important;
  max-width: 85px !important;
  min-width: 85px !important;
  flex: 0 0 85px !important;
}

.bblength-unit {
  margin-left: 6px;
  font-weight: 600;
  white-space: nowrap;
}

.bblength-stock,
.bblength-help {
  display: block;
  margin-top: 5px;
}

.bblength-cart-note {
  margin-top: 4px;
  font-size: 0.9rem;
}

#bblength-length.form-control {
  width: 85px !important;
  max-width: 85px !important;
  min-width: 85px !important;
  display: inline-block !important;
  flex: 0 0 85px !important;
}

