{% if module.show_mega_menu %}
.sp__subheader {
  display: none !important;
}
{% endif %}
/* .mobile--menu{
display: none !important;
} */
.top-menu{
  /*   display: none !important; */
  line-height: 1;
  align-items: center;
}
.menu__dropdown {
  font-size: 14px;
  font-family: var(--ffS);
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.75px;
  text-decoration: none;
  cursor: pointer;
  /*   display: flex;
  align-items: center; */
}
.submenu__dropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #1D1D1F;
  z-index: 9999;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.25);
  left: 0;
  border-top: 1px solid rgb(255 255 255 / 25%);
  padding-block: 33px 60px;
  transform: none;
  transition: all 0.2s ease 0s;
}
.menu__dropdown:not(.active)+.submenu__dropdown {
  /*   display: none; */
  opacity: 0;
  visibility: hidden;
  transform: translateY(-15px);
  transition: all 0.2s ease 0s;
}

.menu__dropdown.active .down-arrow{
  transform: rotate(-180deg);
}

.header.main--header {
  position: relative !important;
}
.submenu__heading--text {
  color: #FFF;
  font-family: Atlas;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize;
}
.submenu__heading {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.submenu__heading--media {
  width: 32px;
  height: 32px;
/*   margin-right: 12px; */
  margin-right: 16px;
}

.submenu__heading--media img {
/*   height: 48px;
  width: 48px; */
  width: 100%;
  height: auto;
}

.submenu__list a {
  color: #FFF;
  font-family: Atlas;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
/*   line-height: 2; */
  line-height: 1.5;
}
.small-text {
  display: block;
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-transform: capitalize;
}
.submenu__inner {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -15px;
}
.submenu-item {
  max-width: 308px;
  width: 100%;
  padding-inline: 15px;
}
.submenu__items {
  border-top: 1px solid rgb(255 255 255 / 25%);
  padding-top: 20px;
}
.submenu-link {
  display: inline-block;
  line-height: 1;
  margin-bottom: 4px;
}
.submenu__list li {
  padding-left: 20px;
}
.submenu__list li+li {
  margin-top: 16px;
}
.menu__dropdown .down-arrow {
  margin-left: 8px;
  position: relative;
  top: 2px;
  height: 9px;
  vertical-align: top;
  transition: all 0.2s ease 0s;
}
/* mobile menu  */
.mobile--menu .submenu__dropdown {
  position: static;
  margin-top: 14px;
  box-shadow: none;
  padding-top: 20px;
  padding-bottom: 0;
}
.mobile--menu .menu__dropdown {
  justify-content: space-between;
}
.mobile--menu .submenu-item {
  max-width: 100%;
}
.mobile--menu .submenu-item+.submenu-item {
  margin-top: 30px;
}
.mobile--menu .submenu__heading--text {
  font-size: 14px;
}
.mobile--menu .submenu__heading--media img {
  width: 30px;
}
.mobile--menu  .submenu__list a {
  font-size: 14px;
}


@media (max-width: 1080px){
  .menu__dropdown:not(.active)+.submenu__dropdown{
    display: none;
  }
}

/* End mobile menu  */