.custom-menu-wrapper {
  width: 100%;
  padding-top: 50px;
}

/* container */
.custom-menu-wrapper .menu-container {
  position: relative;
  border-radius: 12px;
  padding: 12px;
}

/* back button */
.custom-menu-wrapper .menu-back {
  font-family: "Morabba_Eco", Sans-serif;
  font-weight: 400;
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 10px;
  border: none;
  font-size: 30px;
  cursor: pointer;
  text-align: left;
  transition: 0.2s;
  color: #fff;
}

.custom-menu-wrapper .menu-back:hover {
    background-color: transparent;
    padding-left: 14px;
}

/* list */
.custom-menu-wrapper .menu-level {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* items */
.custom-menu-wrapper .menu-item {

}

/* links */
.custom-menu-wrapper .menu-item a {
  font-family: "Morabba_Eco", Sans-serif;
  font-weight: 400;
  display: block;
  padding: 12px 10px;
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  transition: 0.2s;
}

.page-custom-menu-wrapper .custom-menu-wrapper .menu-item a {
    color: black !important;   
    font-weight: bold;
    direction: rtl;
}

/* hover */
.custom-menu-wrapper .menu-item a:hover {
  /*background: #f7f7f7;*/
  padding-left: 14px;
}

/* submenu hidden fallback (just in case) */
.custom-menu-wrapper .submenu-data {
  display: none;
}
