.live-inventory-v2-wrapper {
	margin: 10px 0;
  text-align: left;
}

.ex-product .live-inventory-v2-wrapper {
  text-align: center;
}

.live-inventory-v2-wrapper .live-inventory-v2-shipping.in-stock {
  font-size: 14px;
  padding: 8px 15px;
  border: 2px solid #4b9d59;
  color: #4b9d59 !important;
  font-weight: 900;
  display: inline-block;
}

.live-inventory-v2-wrapper .live-inventory-v2-shipping.out-stock {
  font-size: 14px;
  padding: 8px 15px;
  border: 0;
  color: #e4222e !important;
  font-weight: 900;
  display: inline-block;
}

/*
body:not(.ex-blog) .catalog-grid .tileparent .footer .footer-wrapper {
  min-height:264px;
}

.ex-category .footer-wrapper-description,
.ex-searchresult .footer-wrapper-description,
.ex-content-page .footer-wrapper-description {
  height: fit-content !important;
}

 */

.ex-product .live-inventory-v2-add-to-cart-wrapper {width: 100%;}

.ex-product .live-inventory-v2-wrapper {margin: 0;}

.ex-product .live-inventory-v2-wrapper a {width: 100%;}

.ex-product .product-item-spacing.prod-code {
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 5px;
}

.ex-product .live-inventory-v2-wrapper .live-inventory-v2-shipping.in-stock {
  background: #4b9d59;
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 20px;
  line-height: 16px;
  display: inline-block;
}

.ex-product .live-inventory-v2-wrapper .live-inventory-v2-shipping.out-stock {
  background: #e4222e;
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 20px;
  line-height: 16px;
  display: inline-block;
}