.super-nav-panel {
  position: absolute;
  left: 0!important;
  right: 0!important;
  top: 80%;
  /* height: 400px !important; */
  background-color: #fff !important;
  z-index: 1000 !important;
  width: 100% !important;
  padding: 50px 0;
  display: none;
  text-align: left;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.06);
}

.super-po-unset {
  position: unset !important;
}

.super-po-unset:hover .super-nav-panel {
  display: block;
}


.super-nav-panel::before {
  content: none;
}

.super-nav-panel .super-nav-item {
  margin-bottom: 20px;
}

.super-nav-panel .super-nav-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.super-nav-item-link {
  position: relative;
}
.super-nav-title-center {
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--font-family);
}

.super-nav-item-title {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  position: relative;
  display: flex;
  align-items: center;
  color: var(--title-text-color);
  justify-content: space-between;
  font-family: var(--font-family);
}

.super-nav-item-title::after {
  position: absolute;
  content: '';
  /* width: 100%; */
  height: 1px;
  background-color: #ececec;
  bottom: -6px;
  left: 0;
  right: 0;

  display: block;
  margin: 0 auto;
}

.super-nav-third-list {
  margin-top: 20px;
}

.super-nav-third-title {
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  font-family: var(--font-family);
  margin-bottom: 6px;
}