.wowe-mobile-menu-wrap i, .wowe-mobile-menu-wrap svg {
  width: 1em;
  height: 1em;
  fill: #0d0925;
  transition: fill 0.3s ease;
}
.wowe-mobile-menu-wrap span {
  display: inline-flex;
  color: #0d0925;
  font-size: 16px;
  transition: color 0.3s ease;
}

.wowe-mobile-menu-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wowe-mobile-menu-link {
  color: #0d0925;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.wowe-mobile-menu-wrap ul {
  display: flex;
  justify-content: center;
}

.wowe-mobile-menu-wrap .wowe-mobile-menu-list {
  width: 100%;
}

.wowe-mobile-menu-link:hover .wowe-text-mobile-menu {
  color: #14abf4;
}

.wowe-mobile-menu-link:hover .wowe-mobile-menu {
  color: #14abf4;
}

.wowe-mobile-menu-style-1 .wowe-mobile-menu-link,
.wowe-mobile-menu-style-2 .wowe-mobile-menu-link {
  padding: 18px 15px;
}

.wowe-mobile-menu-style-1 .wowe-mobile-menu-link:hover,
.wowe-mobile-menu-style-2 .wowe-mobile-menu-link:hover {
  background-color: #f0f0f0;
}

.wowe-mobile-menu-style-2 .wowe-mobile-menu-link {
  border: var(--wowe-border-width, 1px);
  border-color: #e5e5e5;
  border-style: solid;
  border-right-width: 0;
}

.wowe-mobile-menu-style-2 .wowe-mobile-menu-list:nth-last-child(1) .wowe-mobile-menu-link {
  border-right-width: var(--wowe-border-width, 1px);
}