.buttons.group .live-inventory-v2-wrapper {
  display: none;
}

/* Removing Styling from title links in How can we help menus */
.nav-menu-horizontal .hasSubmenus > li > .submenu > li > ul li.list-title a {
  cursor: default;
  
  &:hover {
	color: #574c4e;
    
    &::after {
      opacity: 0;
    }
  }
}