.htmegamenu-content-wrapper{
  width: 100%;
  max-width: 1170px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0!important;
  right: 0!important;
}
.htmegamenu-content-wrapper {
  position: absolute;
  background: #fff;
  padding: 28px 0;
  top: 100%;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
  min-width: 235px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 8px 83px rgb(40 40 40 / 8%);
  -khtml-box-shadow: 0 8px 83px rgba(40,40,40,8%);
  -moz-box-shadow: 0 8px 83px rgba(40,40,40,8%);
  -ms-box-shadow: 0 8px 83px rgba(40,40,40,8%);
  -o-box-shadow: 0 8px 83px rgba(40,40,40,8%);
  box-shadow: 0 8px 83px rgb(40 40 40 / 8%);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 0 0 7px 7px;
  -khtml-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  clip: rect(1px,1px,1px,1px);
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
}
.tmx-mega-menu:hover .htmegamenu-content-wrapper{
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.tmx-mega-menu .dropdown-btn {
  display: none;
}
@media screen and (max-width: 991px) {
  .tmx-mega-menu {
    position: relative;
  }
  .tmx-mega-menu .dropdown-btn {
    display: block;
    color: #9397a7;
    position: absolute;
    top: 3px;
    right: 0;
    height: 30px;
    padding: 5px 10px;
  }
}