.custom-mega-menu {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.custom-mega-menu ul {
  margin: 0;
  padding: 0;
}
.custom-mega-menu ul li {
  list-style: none;
}
.custom-mega-menu ul a {
  text-decoration: none;
}
.custom-mega-menu .menu-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.custom-mega-menu .menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-mega-menu .menu-wrapper > ul {
  position: relative;
}
.custom-mega-menu .menu-wrapper .visible-xs {
  visibility: hidden;
  position: absolute;
}
.custom-mega-menu ul.custom-nav {
  display: flex;
  flex-wrap: wrap;
}
.custom-mega-menu ul.custom-nav > li {
  display: inline-block;
  font-size: 14px;
  margin: 0;
}
.custom-mega-menu ul.custom-nav > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #282828;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 28px 15px;
  position: relative;
  min-width: 100px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .custom-mega-menu ul.custom-nav > li > a {
    padding: 35px 0;
  }
}
@media screen and (max-width: 1100px) {
  .custom-mega-menu ul.custom-nav > li > a {
    min-width: 85px;
  }
}
@media screen and (max-width: 850px) {
  .custom-mega-menu ul.custom-nav > li > a {
    padding: 20px 15px;
    min-width: auto;
  }
}
.custom-mega-menu ul.custom-nav > li > a:hover {
  font-weight: 700;
  color: #282828;
}
.custom-mega-menu ul.custom-nav > li > a .fa {
  position: relative;
  width: 24px;
}
.custom-mega-menu ul.custom-nav > li > a > img {
  max-width: 16px;
  display: block;
}
.custom-mega-menu ul.custom-nav > li.active > a,
.custom-mega-menu ul.custom-nav > li:hover > a {
  font-weight: 700;
  background: #fff;
}
.custom-mega-menu ul.custom-nav > li.active-disable > a {
  font-weight: 600;
  background: none;
}
.custom-mega-menu ul.custom-nav > li > ul {
  position: absolute;
}
.custom-mega-menu ul.custom-nav > li > ul > li {
  position: relative;
}
.custom-mega-menu ul.custom-nav > li > ul > li > ul {
  position: absolute;
  left: 170px;
  top: -4px;
  z-index: 1;
}
.custom-mega-menu ul.custom-nav > li > ul > li > ul > li {
  position: relative;
}
.custom-mega-menu ul.custom-nav > li > ul > li > ul > li > ul {
  position: absolute;
  left: 170px;
  top: -4px;
  z-index: 1;
}
.custom-mega-menu ul.custom-nav > li > ul > li > ul > li > ul > li > a {
  display: block;
  width: 170px;
  line-height: 40px;
  padding: 0 35px 0 25px;
  background: #fff;
  color: #666;
  text-decoration: none;
  font-size: 14px;
}
.custom-mega-menu ul.custom-nav > li > ul > li > ul > li > ul > li > a:hover {
  background: #efefef;
}
.custom-mega-menu ul.custom-nav > li > ul > li > ul > li > ul > li > a .fa {
  position: relative;
  width: 24px;
}
.custom-mega-menu ul.custom-nav > li > ul > li > ul > li > ul > li:hover > a {
  background: #efefef;
}
.custom-mega-menu ul.custom-nav > li > ul > li > ul > li > a {
  display: block;
  width: 170px;
  line-height: 40px;
  padding: 0 35px 0 25px;
  background: #fff;
  color: #666;
  text-decoration: none;
  font-size: 14px;
}
.custom-mega-menu ul.custom-nav > li > ul > li > ul > li > a:hover {
  background: #efefef;
}
.custom-mega-menu ul.custom-nav > li > ul > li > ul > li > a .fa {
  position: relative;
  width: 24px;
}
.custom-mega-menu ul.custom-nav > li > ul > li > ul > li:hover > a {
  background: #efefef;
}
.custom-mega-menu ul.custom-nav > li > ul > li > ul > li.ruby-open-to-left > ul {
  left: auto;
  right: 170px;
}
.custom-mega-menu ul.custom-nav > li > ul > li > a {
  display: block;
  width: 170px;
  line-height: 40px;
  padding: 0 35px 0 25px;
  background: #fff;
  color: #666;
  text-decoration: none;
  font-size: 14px;
}
.custom-mega-menu ul.custom-nav > li > ul > li > a:hover {
  background: #efefef;
}
.custom-mega-menu ul.custom-nav > li > ul > li > a .fa {
  position: relative;
  width: 24px;
}
.custom-mega-menu ul.custom-nav > li > ul > li:hover > a {
  background: #efefef;
}
.custom-mega-menu ul.custom-nav > li > ul > li.ruby-open-to-left > ul {
  left: auto;
  right: 170px;
}
.custom-mega-menu ul.custom-nav > li.custom-nav-mega > div {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50px;
  left: 0;
  background: #fff;
  overflow: hidden;
}
.custom-mega-menu ul.custom-nav > li.custom-nav-mega > div ul {
  margin: 0;
  margin-top: 10px;
}
.custom-mega-menu ul.custom-nav > li.custom-nav-mega > div ul li {
  position: relative;
  font-size: 14px;
  line-height: 28px;
  display: block;
  width: 100%;
}
.custom-mega-menu ul.custom-nav > li.custom-nav-mega > div ul li > a {
  color: #555;
  text-decoration: none;
  display: inline-block;
}
.custom-mega-menu ul.custom-nav > li.custom-nav-mega > div ul li > a:hover {
  color: #222;
  text-decoration: underline;
}
.custom-mega-menu ul.custom-nav > li.custom-nav-mega > div ul li > a > img {
  float: left;
  width: 60px;
  margin-right: 12px;
}
.custom-mega-menu ul.custom-nav > li.custom-nav-mega > div ul li .fa {
  position: relative;
  width: 24px;
}
.custom-mega-menu ul.custom-nav > li.custom-nav-mega > div ul.menu-list-with-images li {
  height: 50px;
}
.custom-mega-menu ul.custom-nav > li.custom-nav-mega > div ul.menu-list-with-images li span.menu-list-desc {
  color: #999;
  font-size: 11px;
  display: block;
  position: absolute;
  top: 16px;
  left: 72px;
}
.custom-mega-menu ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown {
  position: absolute;
  width: calc(100vw - 17px);
  top: inherit;
  left: 0;
  background: #fff;
  overflow: hidden;
  text-align: left;
  z-index: 9;
  box-shadow: inset 0 0 4px 3px #ede8e6;
  -webkit-box-shadow: inset 0 0 4px 3px #ede8e6;
  -moz-box-shadow: inset 0 0 4px 3px #ede8e6;
  -ms-box-shadow: inset 0 0 4px 3px #ede8e6;
  -o-box-shadow: inset 0 0 4px 3px #ede8e6;
}
.custom-mega-menu ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown.drop-height {
  height: 390px;
}
.custom-mega-menu ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown > ul {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  z-index: 100;
  border-top: 2px solid #fcfcfc;
  border-bottom: 1px solid #ede8e6;
  box-shadow: 0 0 5px 1px #ede8e6;
  -webkit-box-shadow: 0 0 5px 1px #ede8e6;
  -moz-box-shadow: 0 0 5px 1px #ede8e6;
  -ms-box-shadow: 0 0 5px 1px #ede8e6;
  -o-box-shadow: 0 0 5px 1px #ede8e6;
}
.custom-mega-menu ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown > ul > li {
  display: inline-block;
  margin: 0;
}
.custom-mega-menu ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown > ul > li:hover > a {
  position: relative;
}
.custom-mega-menu ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown > ul > li:hover > a:after {
  content: "";
  display: inline-block;
  border-bottom: 2px solid #0c79b7;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.custom-mega-menu ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown > ul > li:hover > a {
  text-decoration: none;
}
.custom-mega-menu ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown > ul > li > a {
  display: block;
  padding: 20px 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  font-stretch: expanded;
  letter-spacing: 2px;
  color: #666;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.custom-mega-menu ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown > ul > li > a:hover {
  text-decoration: none;
}
.custom-mega-menu ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown > ul > li > div {
  position: absolute;
  width: 100%;
  left: 0;
  top: auto;
  margin-top: 1px;
  text-align: left;
  background: #fff;
  z-index: 0;
  border-top: 1px solid #ede8e6;
  box-shadow: inset 0 3px 5px -3px #ede8e6;
  -webkit-box-shadow: inset 0 3px 5px -3px #ede8e6;
  -moz-box-shadow: inset 0 3px 5px -3px #ede8e6;
  -ms-box-shadow: inset 0 3px 5px -3px #ede8e6;
  -o-box-shadow: inset 0 3px 5px -3px #ede8e6;
}
.custom-mega-menu ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown > ul > li > div ul {
  width: 100%;
  margin: 0;
}
.custom-mega-menu ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown > ul > li > div ul > li {
  position: relative;
  font-size: 12px;
  display: block;
  width: 100%;
  margin: 10px 0;
  padding-right: 15px;
}
.custom-mega-menu ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown > ul > li > div ul > li > a {
  text-decoration: none;
  color: #282828;
  letter-spacing: 1px;
  display: inline-block;
}
.custom-mega-menu ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown > ul > li > div ul > li .fa {
  position: relative;
  width: 24px;
}
.custom-mega-menu ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown > ul > li > div .menu-category-image {
  width: 16.66%;
}
.custom-mega-menu .menu-grid {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
.custom-mega-menu .menu-grid > .menu-row {
  position: relative;
  width: 100%;
  height: auto;
}
.custom-mega-menu .menu-grid > .menu-row .menu-row [class^="menu-col"] {
  margin-top: 16px;
}
.custom-mega-menu .menu-grid > .menu-row .menu-row:first-of-type [class^="menu-col"] {
  margin-top: 0;
}
.custom-mega-menu .menu-grid > .menu-row::after {
  content: "";
  display: table;
  clear: both;
}
.custom-mega-menu .menu-grid > .menu-row [class^="menu-col"] {
  position: relative;
  float: left;
  height: auto;
}
.custom-mega-menu .menu-grid > .menu-row > [class^="menu-col"] {
  padding: 16px;
}
.custom-mega-menu .menu-grid > .menu-row > [class^="menu-col"] [class^="menu-col"] {
  padding-left: 16px;
}
.custom-mega-menu .menu-grid > .menu-row > [class^="menu-col"] [class^="menu-col"]:first-of-type {
  padding-left: 0;
}
.custom-mega-menu .menu-grid > .menu-row .menu-col-1 {
  width: 8.33%;
}
.custom-mega-menu .menu-grid > .menu-row .menu-col-2 {
  width: 16.66%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.custom-mega-menu .menu-grid > .menu-row .menu-col-3 {
  width: 25%;
}
.custom-mega-menu .menu-grid > .menu-row .menu-col-4 {
  width: 33.33%;
}
.custom-mega-menu .menu-grid > .menu-row .menu-col-5 {
  width: 41.66%;
}
.custom-mega-menu .menu-grid > .menu-row .menu-col-6 {
  width: 50%;
}
.custom-mega-menu .menu-grid > .menu-row .menu-col-7 {
  width: 58.33%;
}
.custom-mega-menu .menu-grid > .menu-row .menu-col-8 {
  width: 66.66%;
}
.custom-mega-menu .menu-grid > .menu-row .menu-col-9 {
  width: 75%;
}
.custom-mega-menu .menu-grid > .menu-row .menu-col-10 {
  width: 83.33%;
}
.custom-mega-menu .menu-grid > .menu-row .menu-col-11 {
  width: 91.66%;
}
.custom-mega-menu .menu-grid > .menu-row .menu-col-12 {
  width: 100%;
}
.custom-mega-menu .menu-grid img {
  position: relative;
  max-width: 100%;
  height: auto;
  display: block;
}
.custom-mega-menu .menu-grid.menu-grid-lined {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
.custom-mega-menu .menu-grid.menu-grid-lined > .menu-row:after {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(left, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0.48) 24%, #cccccc 50%, rgba(204, 204, 204, 0.42) 79%, rgba(204, 204, 204, 0) 100%);
}
.custom-mega-menu .menu-grid.menu-grid-lined > .menu-row:last-child:after {
  height: 0;
}
.custom-mega-menu .menu-grid.menu-grid-lined > .menu-row > div[class^="menu-col"]:after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  right: 0;
  background: -webkit-linear-gradient(top, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0.48) 24%, #cccccc 50%, rgba(204, 204, 204, 0.42) 79%, rgba(204, 204, 204, 0) 100%);
}
.custom-mega-menu .menu-grid.menu-grid-lined > .menu-row > div[class^="menu-col"]:last-child:after {
  width: 0;
}
.custom-mega-menu .menu-grid h3.menu-list-heading {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
}
.custom-mega-menu .menu_promotion img {
  display: inline-block;
  width: 16.66%;
  padding: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
  .menu-wrapper .hidden-md {
    visibility: hidden;
    display: none;
  }
  .menu-wrapper {
    width: 760px;
  }
  ul.custom-nav > li.custom-nav-mega-blog > div > ul.custom-nav-mega-blog-nav {
    width: 170px;
  }
  ul.custom-nav > li.custom-nav-mega-blog > div > ul.custom-nav-mega-blog-nav > li > div {
    width: 590px;
    left: 170px;
  }
  ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown > ul > li > a {
    padding: 20px 5px;
    font-size: 12px;
    font-stretch: condensed;
    color: #666;
  }
  .menu-grid > .menu-row .menu-col-3-md {
    width: 25%;
  }
  .menu-grid > .menu-row .menu-col-4-md {
    width: 33.33%;
  }
  .menu-grid > .menu-row .menu-col-6-md {
    width: 50%;
  }
  .menu-grid > .menu-row .menu-col-12-md {
    width: 100%;
  }
  .menu-grid.menu-grid-lined > .menu-row:after {
    background: none;
  }
  .menu-grid.menu-grid-lined > .menu-row > div[class^="menu-col"]:after {
    background: none;
  }
}
@media (max-width: 767px) {
  .custom-mega-menu {
    width: 100%;
    height: auto;
  }
  ul.custom-nav {
    max-height: 0;
    transform: scaleY(0);
    overflow: hidden;
  }
  ul.custom-nav > li {
    float: none;
    position: relative;
  }
  ul.custom-nav > li > a {
    padding: 0 65px;
    background: #19ad86;
  }
  ul.custom-nav > li > a:hover {
    color: #111;
    background: #127e61;
  }
  ul.custom-nav > li > a:before {
    content: "";
    width: 50px;
    height: 50px;
    background: #333;
    position: absolute;
    left: 0;
    top: 0;
  }
  ul.custom-nav > li:hover > a {
    color: #111;
    background: #127e61;
  }
  ul.custom-nav > li > ul {
    position: relative;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: none;
    max-height: 0;
    transform: scaleY(0);
    overflow: hidden;
  }
  ul.custom-nav > li > ul > li {
    position: relative;
  }
  ul.custom-nav > li > ul > li > a {
    width: 100%;
    line-height: 50px;
    padding: 0 80px;
    background: #d1d1d1;
  }
  ul.custom-nav > li > ul > li > a:hover {
    background: #d9d9d9;
    color: #111;
  }
  ul.custom-nav > li > ul > li > a:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: #555;
  }
  ul.custom-nav > li > ul > li > ul {
    position: relative;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: none;
    left: auto;
    top: auto;
    z-index: auto;
    max-height: 0;
    transform: scaleY(0);
    overflow: hidden;
  }
  ul.custom-nav > li > ul > li > ul > li {
    position: relative;
  }
  ul.custom-nav > li > ul > li > ul > li > a {
    width: 100%;
    line-height: 50px;
    padding: 0 80px;
    background: #e5e5e5;
    padding: 0 95px;
  }
  ul.custom-nav > li > ul > li > ul > li > a:hover {
    color: #111;
    background: #e1e1e1;
  }
  ul.custom-nav > li > ul > li > ul > li > a:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: #777;
  }
  ul.custom-nav > li > ul > li > ul > li > ul {
    position: relative;
    width: 100%;
    border-top: none;
    left: auto;
    top: auto;
    z-index: auto;
    max-height: 0;
    transform: scaleY(0);
    overflow: hidden;
  }
  ul.custom-nav > li > ul > li > ul > li > ul > li {
    position: relative;
  }
  ul.custom-nav > li > ul > li > ul > li > ul > li > a {
    width: 100%;
    line-height: 50px;
    padding: 0 80px;
    background: #efefef;
    padding: 0 110px;
  }
  ul.custom-nav > li > ul > li > ul > li > ul > li > a:hover {
    color: #111;
    background: #fff;
  }
  ul.custom-nav > li > ul > li > ul > li > ul > li > a:before {
    content: "";
    width: 50px;
    height: 50px;
    background: #333;
    position: absolute;
    left: 0;
    top: 0;
    background: #999;
  }
  ul.custom-nav > li > ul > li > ul > li > ul > li:hover > a {
    background: #d9d9d9;
    color: #111;
  }
  ul.custom-nav > li > ul > li > ul > li:hover > a {
    background: #d9d9d9;
    color: #111;
  }
  ul.custom-nav > li > ul > li:hover > a {
    background: #d9d9d9;
    color: #111;
  }
  ul.custom-nav > li.custom-nav-mega-item {
    position: relative;
  }
  ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown {
    top: auto;
    left: auto;
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    text-align: left;
    max-height: 0;
    transform: scaleY(0);
    overflow: hidden;
  }
  ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown > ul {
    position: relative;
    border: none;
    font-size: 14px;
    margin-bottom: -1px;
  }
  ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown > ul > li {
    position: relative;
    display: block;
    margin-top: -1px;
  }
  ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown > ul > li > a {
    padding: 0 80px;
    line-height: 50px;
    max-height: 50px;
    text-transform: none;
    font-weight: 400;
    color: #222;
    border: none;
    display: block;
  }
  ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown > ul > li > div {
    position: relative;
    top: 0;
    z-index: 9999;
    margin: 0;
    max-height: 0;
    transform: scaleY(0);
    overflow: hidden;
  }
  ul.custom-nav > li.custom-nav-mega {
    position: relative;
  }
  ul.custom-nav > li.custom-nav-mega > div {
    position: relative;
    top: auto;
    left: auto;
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-height: 0;
    transform: scaleY(0);
    overflow: hidden;
  }
  .c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
  }
  .c-hamburger span {
    background: #222;
    display: block;
    position: absolute;
    top: 24px;
    left: 8px;
    right: 8px;
    height: 3px;
    background: #fff;
  }
  .c-hamburger span::before {
    background-color: #222;
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    content: "";
    top: -10px;
  }
  .c-hamburger span::after {
    background-color: #222;
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    content: "";
    bottom: -10px;
  }
  .c-hamburger:focus {
    outline: none;
  }
  .c-hamburger--htx {
    background-color: #efefef;
    color: #222;
    background-color: #19ad86;
  }
  .c-hamburger--htx span {
    -webkit-transition: background 0 .3s;
    transition: background 0 .3s;
  }
  .c-hamburger--htx span::before {
    -webkit-transition-duration: 0.3s, .3s;
    transition-duration: 0.3s, .3s;
    -webkit-transition-delay: 0.3s, 0;
    transition-delay: 0.3s, 0;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
  }
  .c-hamburger--htx span::after {
    -webkit-transition-duration: 0.3s, .3s;
    transition-duration: 0.3s, .3s;
    -webkit-transition-delay: 0.3s, 0;
    transition-delay: 0.3s, 0;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
  }
  .c-hamburger--htx.is-active {
    background-color: #ddd;
    background-color: #333;
  }
  .c-hamburger--htx.is-active span {
    background: none;
  }
  .c-hamburger--htx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
  }
  .c-hamburger--htx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
  }
  .menu-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    background: #111;
  }
  .menu-wrapper .hidden-xs {
    visibility: hidden;
    display: none;
  }
  .menu-wrapper > ul {
    position: absolute;
    top: 50px;
    width: 100%;
  }
  .menu-wrapper .visible-xs {
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
  }
  .menu-grid > .menu-row .menu-row [class^="menu-col"] {
    margin-top: 0;
  }
  .menu-grid > .menu-row .menu-row:first-of-type [class^="menu-col"] {
    margin-top: 0;
  }
  .menu-grid > .menu-row > [class^="menu-col"] {
    padding: 0;
  }
  .menu-grid > .menu-row > [class^="menu-col"] [class^="menu-col"] {
    padding-left: 0;
  }
  .menu-grid > .menu-row > [class^="menu-col"] [class^="menu-col"]:first-of-type {
    padding-left: 0;
  }
  .menu-grid > .menu-row .menu-col-1 {
    width: 100%;
    padding: 20px 30px;
  }
  .menu-grid > .menu-row .menu-col-2 {
    width: 100%;
    padding: 20px 30px;
  }
  .menu-grid > .menu-row .menu-col-3 {
    width: 100%;
    padding: 20px 30px;
  }
  .menu-grid > .menu-row .menu-col-4 {
    width: 100%;
    padding: 20px 30px;
  }
  .menu-grid > .menu-row .menu-col-5 {
    width: 100%;
    padding: 20px 30px;
  }
  .menu-grid > .menu-row .menu-col-6 {
    width: 100%;
    padding: 20px 30px;
  }
  .menu-grid > .menu-row .menu-col-7 {
    width: 100%;
    padding: 20px 30px;
  }
  .menu-grid > .menu-row .menu-col-8 {
    width: 100%;
    padding: 20px 30px;
  }
  .menu-grid > .menu-row .menu-col-9 {
    width: 100%;
    padding: 20px 30px;
  }
  .menu-grid > .menu-row .menu-col-10 {
    width: 100%;
    padding: 20px 30px;
  }
  .menu-grid > .menu-row .menu-col-11 {
    width: 100%;
    padding: 20px 30px;
  }
  .menu-grid > .menu-row .menu-col-12 {
    width: 100%;
    padding: 20px 30px;
  }
  .menu-grid > .menu-row::after {
    content: "";
    display: table;
    clear: both;
  }
  .menu-grid img {
    position: relative;
    max-width: 100%;
    height: auto;
    display: block;
  }
  .menu-grid.menu-grid-lined > .menu-row:after {
    height: 0;
  }
  .menu-grid.menu-grid-lined > .menu-row > div[class^="menu-col"]:after {
    width: 0;
  }
}
@media (min-width: 768px) {
  ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown {
    visibility: hidden;
    opacity: 0;
  }
  ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown > ul > li > div {
    visibility: hidden;
    opacity: 0;
  }
  ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown > ul > li:hover > div {
    visibility: visible;
    opacity: 1;
  }
  ul.custom-nav > li.custom-nav-mega-item.active > div {
    visibility: visible;
    opacity: 1;
  }
  ul.custom-nav > li.custom-nav-mega-item:hover > div {
    visibility: visible;
    opacity: 1;
  }
  ul.custom-nav > li.custom-nav-mega-item:hover > div.menu-dropdown {
    z-index: 99;
  }
  ul.custom-nav > li.custom-nav-mega-item:hover > div > ul > li.active > div {
    visibility: visible;
    opacity: 1;
  }
  ul.custom-nav > li > ul {
    visibility: hidden;
    opacity: 0;
  }
  ul.custom-nav > li > ul > li > ul {
    visibility: hidden;
    opacity: 0;
  }
  ul.custom-nav > li > ul > li > ul > li > ul {
    visibility: hidden;
    opacity: 0;
  }
  ul.custom-nav > li > ul > li > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  ul.custom-nav > li > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  ul.custom-nav > li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  ul.custom-nav > li.custom-nav-mega > div {
    visibility: hidden;
    opacity: 0;
  }
  ul.custom-nav > li.custom-nav-mega:hover > div {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 1400px) {
  .custom-mega-menu ul.custom-nav > li > a {
    padding: 16px 15px;
    font-size: 15px;
  }
  .custom-mega-menu ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown > ul > li > a {
    padding: 14px 20px;
  }
  .custom-mega-menu ul.custom-nav > li.custom-nav-mega-item > .menu-dropdown > ul > li > a {
    font-size: 12px;
  }
}
