.aby-scope-headr .aby-flyout-item .aby-fragment-type {
  position: absolute;
  top: 50px;
  right: 0;
  transform: translateY(-300%) translate(-55px);
  overflow: hidden;
  z-index: -1;
  transition: transform .4s ease-in-out;
}
/*Javascript event on icon toggles icon-active class which brings div onto screen**/
.aby-scope-headr .aby-flyout-item.icon-active .aby-fragment-type {
  transform: translateY(0);
  pointer-events: none;
}
.aby-scope-headr .aby-flyout-item.icon-active .aby-fragment-type * {
  transform: translateY(0);
  pointer-events: auto;
}
/*For aby-fullwidth breakpoint megamenu covers full width of screen*/
.aby-scope-headr .aby-flyout-item.aby-fullwidth .aby-fragment-type {
  left: 0;
  right: 0;
  width: 100%;
}
.aby-megamenu-scope .aby-megamenu {
  max-height: calc(90vh - 50px);
  overflow: hidden;
}
.aby-megamenu-scope .aby-megamenu .aby-navitemlist-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
  background: var(--color-pink);
}
/*If there is to be a bottom nav element add this to top nav
/*.aby-megamenu-scope .aby-navitem-navbar {
/*  max-width: 1600px;
/*  margin: 0 auto;
/*  display: flex;
/*  flex-direction: column;
/*}*/
/*With icon site there is an additional nav element here*/
.aby-megamenu-scope .aby-navitem-navbar {
  border-bottom: 1px solid var(--color--gray-60);
  justify-content: space-between;
}
.aby-megamenu-scope .aby-navitem-navbar {
  display: flex;
  margin-bottom: 51px;
}
.aby-megamenu-scope .aby-navitem-navbar .aby-navitem-navbar-item:first-child {
  padding-left: 0;
}
/*Removes the div bottom border on the active item*/
.aby-megamenu-scope .aby-navitem-navbar-item.icon-active {
  background-color: var(--color-pink);
  bottom: -1px;
}
.aby-megamenu-scope .aby-navitem-navbar-item {
  padding: 0 10px;
  position: relative;
}
.aby-megamenu-scope .aby-navitem-navbar-item.icon-active .aby-navitem-navbar-label:after {
  background-color: var(--color-cerise);
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 6px;
  width: 100%;
}
.aby-megamenu-scope .aby-navitem-navbar-item.icon-active .aby-navitem-navbar-label {
  bottom: 1px;
}
.aby-megamenu-scope .aby-navitem-navbar-item .aby-navitem-navbar-label {
  color: var(--color--gray-60);
  display: inline-block;
  height: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 50px;
  cursor: pointer;
  position: relative;
}
.aby-megamenu-scope a {
  text-decoration: none;
}
.extra-wide {
  display: flex;
}
.aby-order-extra-wide-0 {
  order: 0;
}
.aby-order-extra-wide-1 {
  order: 1;
}
.aby-order-extra-wide-2 {
  order: 2;
}
/*Change position element to permit full width menu display*/
.aby-headr .aby-headr-content .contextual-region {
  position: static;
}
