/*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;
}
/* Hides Menu Options for Show Customers */
body.ex-l-2322 li.noShow > a {
    display: none;
}
/* Removes link for Show Customers */
body.ex-l-2322 li.menuitem.pointer.noShow {
    pointer-events: none;
}
/* Hides Expo Option for Standard Customers */
body.ex-l-2328 li.noStandard > a {
    display: none;
}
/* Removes link for Standard Customers */
body.ex-l-2328 li.noStandard.hide {
    pointer-events: none;
}
/* Removes Quick List for Show Customers */
body.ex-l-2322 div#vuequicklistdropdown {
    display: none !important
}
/* Removes Quick Order & Quick List for Guests */
.ex-loggedout div.quick-details {
    display: none !important
}
/* Removes logo link for Show Customers */
body.ex-l-2322 div.widgetlogo {
    pointer-events: none;
}
/* Removes Breadcrumbs for Show Customers */
body.ex-l-2322 .col-md-12.row-breadcrumb {
    display: none
}
/* Removes Inventory for Show Customers */
body.ex-l-2322 strong.live-stock-content {
    display: none
}
.ex-loggedout div.additional_links > ul > li.menuitem.pointer.noStandard.hide > a {
    pointer-events: none !important
}

/* Inventory v2 */
.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.out-stock  {
  color: #2c2f34 !important;
}

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

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

.ex-product .live-inventory-v2-shipping::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: green;
  border-radius: 50%;
  margin-right: 10px;
}

.ex-product .live-inventory-v2-shipping.out-stock::before {
  background-color: #a90505;
}