/* This is the CSS for Mega Navbar*/
/*PLEASE DO NOT CHANGE ANYTHING UNLESS YOU KNOW WHAT YOU'RE DOING*/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}
.yamm .container {
    position: static;
}
.yamm .dropdown-menu {
    left: 0;
}

.yamm .container .dropdown-menu {
  margin-top: 0px;
  border: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.dropdown.yamm .dropdown-menu {
  width: auto;
}
/*For desktop with non collapse menu*/
@media (min-width: 768px) {
  .yamm .dropdown.yamm .dropdown-menu {
    left: auto;
    width: inherit;
  }
  .yamm .yamm-content {
    z-index: 99999;
    border-top: 5px solid white;
    padding: 8px 0px 0px 0px;
    /* style="box-shadow: 22px 11px 22px rgba(0, 0, 0, 0.22); */
    min-width: max-content;
  }
  .yamm .container .dropdown-menu {
    margin-top: -13px;
    border: none;
    border-radius: 0px;
  }
  .yamm-submenu {
    padding-top: 0 !important;
    border-top: 0px !important;
  }
}
