/* HIDE MENU WHEN NOT LOGGED IN - START */
.ex-loggedout .branded .submenu {
	display: none !important;
}

.header-full .faded-bg .branded:focus {
	display: none !important;
}

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

.live-inventory-v2-add-to-cart-wrapper button {
  margin: 0;
}

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

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

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

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






/* Removing the icon on the plp */
.tileparent.product .tile .footer .footer-wrapper-description .indicators-grid {
  display: none;
}

/* Removing the icon on the pdp */
.productsummary_container .product-summary .product-details-wrapper .productdetails .product-indicators {
  display: none;
}