.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.7);
  padding: 0px 20px;
}

body {
  top: 0 !important;
}

.image-container {
  cursor: pointer;
}

#menuBtn {
  transform: scale(1.5);
  display: none;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
}

#menuIcon {
  color: orangered;
}
#menuContent {
  display: none;
  width: 100%;
}

.right-side {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.hide {
  display: none !important;
}

.show {
  display: flex !important;
}

#porositEMiaMob {
  margin-left: 0px !important;
  display: none;
}

#noSignInBtns {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

@media only screen and (max-width: 768px) {
  #menuBtn {
    display: flex;
    align-items: center;
  }

  #porositEMiaDesktop {
    display: none;
  }

  #userDiv {
    display: none;
  }

  #noSignInBtns {
    width: 100%;
  }

  .mobDivSpaceBetween {
    justify-content: space-between;
    width: 100%;
  }

  .right-side {
    flex-direction: column;
    display: none;
    width: 100%;
  }

  .left-side {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  .navbar-container {
    flex-direction: column;
    position: sticky;
    top: 0;
    background: white;
    z-index: 1000;
  }
}

.notranslated {
  unicode-bidi: plaintext;
}

.skiptranslate > iframe {
  z-index: -10;
  visibility: hidden !important;
}

.goog-te-gadget {
  font-size: 0 !important;
}

.goog-te-gadget span {
  display: none !important;
}

.goog-te-banner-frame .skiptranslate {
  display: none !important;
}

.language-selector-ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
  margin-top: 0.9rem;
}

.language-selector-ul .language-selector-item {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.language-selector-ul .nav-link {
  padding: 0;
  font-weight: bold;
  margin-right: 10px;
}

.navbar_farmaci_container {
  display: flex;
  width: 100%;
  padding: 5px;
  flex-direction: column;
}

.navbar_farmaci_translate {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.navbar_farmaci_user {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* .navbar_farmaci_categories {
  display: flex;
  flex-direction: column;
  width: 100%;
} */

.navbar_farmaci_categories {
  display: flex;
  flex-direction: column; /* force vertical layout */
  width: 100%;
  gap: 4px;
  position: relative;
}

.farmaci-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.farmaci-menu li {
  border-bottom: 1px solid #eee;
}

/* titles */

.menu-title {
  display: block;
  padding: 12px 15px;
  cursor: pointer;
  font-weight: 600;
}

.menu-title:hover {
  background: #f5f5f5;
}

/* nested list */

.submenu {
  list-style: none;
  padding-left: 15px;
  display: none;
}

/* links */

.menu-link {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #444;
}

.menu-link:hover {
  background: #eef6f2;
}

@media (min-width: 768px) {
  #navbar_farmaci_container {
    flex-direction: row;
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
    gap: 20px;
  }

  .navbar_farmaci_user {
    margin-top: 0px;
    margin-bottom: 0px;
    gap: 20px;
  }

  .navbar_farmaci_translate {
    justify-content: end;
    gap: 10px;
  }

  #span_nav_text {
    display: none;
  }
}
