.flexable-megamenu {
  min-width: 600px;
  left: -100%;
}

.flexable-megamenu .right-arrow {
  font-size: 10px;
}

.flexable-megamenu .dropdown-item
{
  transition: all 0.3s ease;
}

.flexable-megamenu .dropdown-item:hover
{
  margin-left: 5px;
  color: var(--color-1);
  background-color: transparent;
}

.flexable-megamenu .dropdown-title
{
  margin-top: 20px;
}

.menu-image {
  position: absolute;
  bottom: 0px;
  right: 30px;
  width: 150px;
}