.iDonateWidgetPage .jg-widget {
  background: white;
  margin-top: 15px !important;
  margin-bottom: 10px;
}

.iDonPageWidgt {
  display: flex;
  justify-content: center;
}

/* Inventory V2 Fix */
.live-inventory-v2-add-to-cart-wrapper {
  width: 100%;
  max-width: none;
}

.live-inventory-v2-wrapper {
  white-space: normal;
  margin: 5px 0;
  text-align: left;
}

.live-inventory-v2-shipping {
  font-weight: 400;
}

.live-inventory-v2-shipping.out-stock {
  color: #333 !important;
}

.live-inventory-v2-shipping.out-stock::before {
  content: "";
  display: inline-flex;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: red;
  margin-right: 5px;
}

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

.ex-product .live-inventory-v2-shipping.out-stock {
  font-weight: 700;
}