.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;
}

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

.catalog-grid .tile .footer-wrapper-description {
  height: fit-content;
}

.catalog-grid .live-inventory-v2-wrapper {
  text-align: left;
  color: #373736;
  font-size: 12px;
  font-weight: 300;
  font-family: Roboto;
}

.catalog-grid .live-inventory-v2-wrapper .live-inventory-v2-shipping::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 5px;
}

.catalog-grid .live-inventory-v2-wrapper .in-stock::before {
  background: #099502;
}

.catalog-grid .live-inventory-v2-wrapper .out-stock {
   color: #373736 !important;
   font-weight: 700;
}

.catalog-grid .live-inventory-v2-wrapper .out-stock::before {
  background: #c72c0d;
}

.catalog-grid .live-inventory-v2-wrapper .live-inventory-v2-shipping:empty::before {
 display: none;	
}

.catalog-single .productdetails .live-inventory-v2-wrapper {
  order: 0;
  width: fit-content;
  width: height-content;
  margin: 0 20px 20px 0;
  font-size: 16px;
  color: #707070;
  font-family: "Roboto Condensed",sans-serif;
  font-weight: 300;
}

.catalog-single .productdetails .live-inventory-v2-wrapper .live-inventory-v2-shipping {
  border: 1px solid #099502;
  padding: 11px 20px;
  line-height: 16px;
  display: flex;
  align-items: center;
}

.catalog-single .productdetails .live-inventory-v2-wrapper .live-inventory-v2-shipping::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 10px;
}

.catalog-single  .live-inventory-v2-wrapper .in-stock::before {
  background: #099502;
}

.catalog-single .live-inventory-v2-wrapper .out-stock {
   color: #707070 !important;
   font-weight: 700;
}

.catalog-single  .live-inventory-v2-wrapper .out-stock::before {
  background: #c72c0d;
}

.catalog-single .productdetails .margindiv, 
.catalog-single .productdetails .min-order{
  order: 1;
}