.wc-products-mega {
  position: absolute;
  top: 100%;
  left: 0;
  width: 1000px;
  height: 500px;
  overflow-y: auto;
  background: #fff;
  display: none;
  box-shadow: 0 20px 50px rgba(0,0,0,.15);
  z-index: 9999;
}
.main-navigation ul.menu ul {
    margin-left: 0px !important;
}
.wc-products-mega-trigger {
  position: relative;
}

.wc-products-mega-trigger:hover .wc-products-mega {
  display: flex;
}

.wc-mega-left {
  width: 260px;
  border-right: 1px solid #eee;
  list-style: none;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.wc-mega-left li {
  padding: 14px 20px;
  cursor: pointer;
  border: 1px solid #8080801f !important;
    margin-bottom: 10px;
    border-radius: 10px;
}

.wc-mega-left li.active {
  background: #ec407a;
  color: #fff !important;
  border-radius: 10px;
}
.wc-mega-left li.active a {
  color: #fff !important;
}

.wc-mega-right {
  flex: 1;
  padding: 10px 30px;
}
.wc-mega-right a {
    padding: 14px 20px;
    display: inline !important;
}
.wc-mega-right a:hover {
     background: #ec407a;
  color: #fff !important;
  border-radius: 10px;
}
.wc-mega-panel {
  display: none;
  gap: 40px;
}

.wc-mega-panel.active {
  /* display: flex;
  flex-wrap: wrap; */
  display: grid;
  grid-template-columns: repeat(2,1fr);

}
ul.wc-mega-left {
    display: flex !important;
    flex-direction: column;
}
.primary-navigation a ,.primary-navigation li{
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
    font-family: "naturis text";
}
.wc-mega-column h4 {
  margin-bottom: 10px;
  font-weight: 600;
}

.wc-mega-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wc-mega-column li {
  margin-bottom: 6px;
}

/* Disable on mobile */
@media (max-width: 1024px) {
  .wc-products-mega {
    display: none !important;
  }
}
