.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: 5px 0;
  text-align: left;
}

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

.ex-product .softgraybackground .live-inventory-v2-wrapper {
  display: none;
}


header section.search.vb-search-modern .search-form .form-group input.form-control {
  background: #eaf3fb !important;
  border: 1px solid #0085CA !important;
  border-radius: 4px 0 0 4px !important;
  height: 44px !important;
}

header section.search.vb-search-modern button[type="submit"] {
  background: #0085CA !important;
  border: 1px solid #0085CA !important;
  border-radius: 0 4px 4px 0 !important;
  height: 44px !important;
}

header section.search.vb-search-modern button[type="submit"] i {
  color: #fff !important;
}