/* .menu-item-has-children > a {
  position: relative;
}
.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid red;
} */
li.menu-item-has-children {
  position: relative;
}
li.menu-item-has-children::before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  background-color: transparent;
  height: 25px;
}
li.menu-item-has-children:hover .sub-menu.elementor-nav-menu--dropdown {
  display: block;
  width: 20em;
}
