/*Hides Credit Card Invoice Payment Options*/
body.ex-l-2355.ex-invoices .invoices-pay-now {
    display: none;
}
body.ex-l-2355.ex-invoices #ordergrid > thead > tr > th:nth-child(1) > input[type=checkbox]{
    display: none;
}
body.ex-l-2355.ex-invoices .invoice-checkbox {
    display: none;
}

/*Start Required for Integration*/
/* Hide Address Menu */
li.sidebar-addresses {
display: none;
}
/*Hide Address Dashboard Tile */
li#cdash_address {
    display: none;
}
	li#cdash_myrecentorders {
	    display: none;
}
/*End Required for Integration*/

/* ESTG - Hides checkbox to save address */
.ex-loggedin div#shippingLabel {
        display: none;
}

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

.live-inventory-v2-add-to-cart-wrapper .btn-add-to-cart {
  width: 100% !important;
}
 
.live-inventory-v2-wrapper {
  white-space: normal;
  margin: 5px 0;
}

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


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

.ex-product .product-shopping-actions-addtocart .live-inventory-v2-wrapper {
  display: none !important;
}

.ex-product .productdetails .live-inventory-v2-wrapper {
  order: 1;
}

.ex-product .productdetails .margindiv {
  order: 2;
}

.ex-product .productdetails .live-inventory-v2-wrapper .live-inventory-v2-shipping {
  gap: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.ex-product .productdetails .live-inventory-v2-wrapper .in-stock {
  color: #3ca034;
}

.ex-product .productdetails .live-inventory-v2-wrapper .in-stock::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #3ca034;
  border-radius: 50%;
  display: block;
}

.ex-product .productdetails .live-inventory-v2-wrapper .out-stock {
  color: #ff6f69 ;
}

.ex-product .productdetails .live-inventory-v2-wrapper .out-stock::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ff6f69 ;
  border-radius: 50%;
  display: block;
}
*/

/* Support Request ECOMM02-2456 */
.ex-category .live-inventory-v2-add-to-cart-wrapper .live-inventory-v2-wrapper {
	display: none !important;
}