/*----------  FLAT STYLE  ----------*/
#ynAdvMenuSystem {
  background-color: #f7f8f8;
  border-top: 3px solid #ff99ad;
  border-bottom: 2px solid #eeeeee;
}
#ynAdvMenuSystem .ynadvanced-menu-system {
  border-left: 1px dotted #e8ebec;
}
#ynAdvMenuSystem .ynmenu-listing > li > a {
  color: #ff366f;
  height: 48px;
  padding: 0 20px;
  border-right: 1px dotted #e8ebec;
  display: block;
  display: flex;
  align-items: center;
}
#ynAdvMenuSystem .ynmenu-listing > li > a .ynmenu-icon,
#ynAdvMenuSystem .ynmenu-listing > li > a .ynmenu-icon-hover {
  background-color: #e8fffa;
  width: 32px;
  height: 32px;
  background-size: 57%;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  vertical-align: middle;
  background-position: center center;
  margin-right: 7px;
}
#ynAdvMenuSystem .ynmenu-listing > li > a .ynmenu-icon {
  display: inline-block;
}
#ynAdvMenuSystem .ynmenu-listing > li > a .ynmenu-icon-hover {
  background-color: #e8fffa;
}
#ynAdvMenuSystem .ynmenu-listing > li.over > a {
  color: #858384;
  background-color: #e8fffa;
  border-right: 1px solid #e8fffa;
}
#ynAdvMenuSystem .ynmenu-listing > li.over > a .ynmenu-icon-hover {
  background-color: #858384;
  margin-right: 7px;
}
#ynAdvMenuSystem .ynmenu-listing > li.menu_is_selected > a {
  color: #858384;
  background-color: #e8fffa;
  border-right: 1px solid #e8fffa;
}
#ynAdvMenuSystem .ynmenu-listing > li.menu_is_selected > a .ynmenu-icon-hover {
  background-color: #858384;
  margin-right: 7px;
}
#ynAdvMenuSystem .ynmenu-listing .ynmenu-content > ul,
#ynAdvMenuSystem .ynmenu-listing .ynmenu-multi > ul,
#ynAdvMenuSystem .ynmenu-listing .ynmenu-mixed .ynmenu-mixed-main,
#ynAdvMenuSystem .ynmenu-listing .ynmenu-standard ul {
  background-color: #f7f8f8;
  border-top: 2px solid #eeeeee;
  border-left: 0px solid #f7f8f8;
  border-right: 0px solid #f7f8f8;
  border-bottom: 2px solid #ff99ad;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
}
#ynAdvMenuSystem .ynmenu-listing .ynmenu-multi > ul > li > a,
#ynAdvMenuSystem .ynmenu-listing .ynmenu-mixed .listing li a:hover {
  background-color: transparent;
}
#ynAdvMenuSystem .ynmenu-listing .ynmenu-standard li .toggle {
  color: #ff366f;
}
#ynAdvMenuSystem .ynmenu-listing .ynmenu-standard li.over .toggle {
  color: #858384 !important;
}
#ynAdvMenuSystem .ynmenu-listing .ynmenu-mixed .listing li a:hover {
  background-color: transparent;
}
#ynAdvMenuSystem .ynmenu-listing .ynmenu-multi li.over > a:hover > .ynmenu-text {
  background-color: #e8fffa;
  color: #858384;
}
#ynAdvMenuSystem .ynmenu-listing .item-content a:hover span:not(.ynmenu-content-photo),
#ynAdvMenuSystem .ynmenu-listing .ynmenu-standard li.over > a,
#ynAdvMenuSystem .ynmenu-listing .ynmenu-standard li.menu_is_selected > a {
  background-color: #e8fffa;
  color: #858384;
}
@media screen and (max-width: 991px) {
  #ynAdvMenuSystem {
    border-top: 0;
    border-bottom: 0;
  }
  #ynAdvMenuSystem .ynmenu-listing .ynmenu-mixed .listing li a {
    padding: 0 15px;
  }
  #ynAdvMenuSystem .ynmenu-listing li[data-level='1'] {
    border-bottom: 2px solid #e8fffa;
  }
  #ynAdvMenuSystem .ynmenu-listing li[data-level='1'].over > a span.ynmenu-icon,
  #ynAdvMenuSystem .ynmenu-listing li[data-level='1'].over > a span.ynmenu-icon-hover,
  #ynAdvMenuSystem .ynmenu-listing li[data-level='1'] > a span.ynmenu-icon,
  #ynAdvMenuSystem .ynmenu-listing li[data-level='1'] > a span.ynmenu-icon-hover {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-size: 60%;
  }
  #ynAdvMenuSystem .ynmenu-listing li[data-level='1'].over > a span.ynmenu-icon,
  #ynAdvMenuSystem .ynmenu-listing li[data-level='1'].over > a span.ynmenu-icon-hover {
    background-color: #858384;
    color: #e8fffa;
  }
  #ynAdvMenuSystem .ynmenu-listing li[data-level='1'] > span.toggle {
    color: #ff366f;
  }
  #ynAdvMenuSystem .ynmenu-listing li[data-level='1'].over > span.toggle {
    color: #858384;
  }
  #ynAdvMenuSystem .ynmenu-listing .ynmenu-content > ul,
  #ynAdvMenuSystem .ynmenu-listing .ynmenu-multi > ul,
  #ynAdvMenuSystem .ynmenu-listing .ynmenu-mixed .ynmenu-mixed-main,
  #ynAdvMenuSystem .ynmenu-listing .ynmenu-standard ul {
    border-bottom: 0;
  }
  #ynAdvMenuSystem .ynmenu-listing .ynmenu-mixed .listing-content ul {
    background-color: #f7f8f8;
  }
}
