.product-qty-error-message {
  color: #e04013;
  display: none;
  position: absolute;
  left: -50%;
  padding: 10px;
  white-space: nowrap;
  font-size: 16px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #eee;
  z-index: 1;
  bottom: -70px;
}
.product-details-info .quantity-box-container .tooltip {
  display: none !important;
}
.quantity-box-container.has-error .product-qty-error-message {
  display: inline-block;
}