.live-inventory-v2-add-to-cart-wrapper {
/* check button width */
  width: calc(100% - 45px);
  max-width: none;
}

.live-inventory-v2-wrapper {
  white-space: normal;
  margin: 10px 0;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 500 !important;
}

@media (max-width: 768px) {
  .ex-product .live-inventory-v2-wrapper {
	text-align: center;
  }
}

.catalog-grid .tile .footer button.btn-primary {
  width: 100%;
}