
#gsMiniMenu {
  position: relative;
}

#gsMiniMenu > ul {
  position: absolute;
  top: 30px;
  right: 0;
  width: 100%;
  background-color: #333;
  z-index: 999;
}

#gsMiniMenu ul, #gsMiniMenu li, #gsMiniMenu a {
  font-size: 1rem !important;
}

#gsMiniMenu li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  text-align: left;
  border-bottom: solid 1px rgba(0,0,0,0.2);
  box-sizing: border-box;
  width: 100%;
}

#gsMiniMenu li ul {
  background-color: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: block;
  padding-left: 30px;
  width: 100%;
  height: auto !important;
  position: relative !important;
  top: 0 !important;
  left: auto !important;
  right: auto !important;
}
#gsMiniMenu li ul li {
  border-left: solid 4px #555
}
#gsMiniMenu li ul li a {
  background-color: rgba(50, 50, 50, 0.5);
}

#gsMiniMenu li a {
  display: block;
  width: 100%;
  margin: 0 0;
  padding: 2px 15px;
  float: none;
  background: #333;
  color: #eee;
  line-height: normal !important;
  border-style: none;
}


#gsMiniMenu li:hover a {
  font-size: inherit;
}
#gsMiniMenu li a:hover {
  background: #444;
  color: #fff;
  font-size: inherit;
}

#gsMenuToggle {
  font-size: 1.1rem;
  color: #111;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  text-decoration: none;
  cursor: pointer;
}
#gsMenuToggle:after {
  vertical-align: text-bottom;
  display: inline-block;
  border-bottom: 12px double #111;
  border-top: 4px solid #111;
  content:" ";
  height: 4px;
  width:25px;
  margin-left: 10px;
  box-sizing: content-box;
}

#gsMiniMenu .tog-mnu-childs {
  font-family: "Courier New";
  font-size: 22px !important;
  font-weight: bold;
  position: absolute;
  background-color: #222;
  display: block;
  height: 100%;
  width: 24px;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
  box-sizing: content-box;
}
#gsMiniMenu .tog-mnu-childs:hover {
  background-color: #000;
}
#gsMiniMenu .tog-mnu-childs.open {
  background-color: #0c0c0c;
}

.temp-hide {
  display: none !important;
}

/* -------------------------------------------------------------------------- */
/* Mega menu */

.mega-menu {
  position: relative;
}
.mega-menu > li {
  position: initial;
}
.mega-menu > li > ul {
  display: none;
}
.mega-menu > li:hover > ul {
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  background-color: #fff;
  text-align: center;
}
.mega-menu > li > ul > li {
  float: none;
  display: inline-block;
}