nav {
  position: relative;
}
nav .navbar {
  width: 100%;
  background-color: #fff !important;
  display: flex;
  justify-content: center;
  min-height: 90px;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
nav .navbar .components {
  width: 1170px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 0 25px;
}
nav .navbar .components .logo {
  max-height: 92px;
  z-index: 200;
}
nav .navbar .components .navigations {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
nav .navbar .components .navigations .submenu-container-back {
  display: none;
  cursor: pointer;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.236);
  z-index: 99;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 90px;
}
nav .navbar .components .navigations .search {
  margin-left: 5px;
}
nav .navbar .components .navigations .search button {
  background-color: transparent;
  border: none;
  outline: none;
}
nav .navbar .components .navigations .search svg {
  width: 22px;
}
nav .navbar .components .navigations .menu-item {
  color: black;
  cursor: pointer;
}
nav .navbar .components .navigations .menu-item .nume-menu {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  user-select: none;
  font-size: 16px !important;
  padding: 0px 13px;
  font-style: normal;
  line-height: normal;
  font-weight: 500;
  gap: 5px;
  word-wrap: unset;
  cursor: pointer;
  white-space: nowrap;
}
nav .navbar .components .navigations .menu-item .nume-menu span {
  margin: 0;
  aspect-ratio: 4/4;
  display: flex;
  align-items: center;
}
nav .navbar .components .navigations .menu-item .nume-menu span svg {
  margin: 0;
  aspect-ratio: 4/4;
}
nav .navbar .components .navigations .menu-item .nume-menu::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 1px;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 10%, #ba985f 11%, #ba985f 50%, #ba985f 89%, rgba(0, 0, 0, 0) 90%);
  transition: width 0.3s ease, left 0.3s ease;
}
nav .navbar .components .navigations .menu-item .nume-menu:hover::after {
  width: 100%;
  left: 0;
}
nav .navbar .components .navigations .menu-item:hover .nume-menu {
  color: #ba985f !important;
}
nav .navbar .components .navigations .menu-item .submenu-container {
  display: none;
  position: absolute;
  left: 0;
  width: 100vw !important;
  height: 0;
  background-color: white !important;
  z-index: 100;
  color: black;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
nav .navbar .components .navigations .menu-item .submenu-container .submenu {
  position: absolute;
  left: 290.65625px;
  display: none;
  padding: 0;
  background-color: white;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
nav .navbar .components .navigations .menu-item .submenu-container .submenu li {
  padding: 5px 0;
  /* Adjust padding as needed */
  position: relative;
  font-size: 12px;
  font-weight: 400 !important;
  line-height: 250%;
  font-style: normal;
  text-align: left;
  display: flex;
  flex-direction: column;
  list-style: none outside none;
}
nav .navbar .components .navigations .menu-item .submenu-container .submenu li a {
  color: black;
}
nav .navbar .components .navigations .menu-item .submenu-container .submenu li a:hover {
  color: #ba985f;
  text-decoration: none;
}
nav .navbar .components .navigations .menu-item .submenu-container .submenu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 25%;
  width: 0;
  height: 1px;
  background: #ba985f;
  transition: width 0.3s ease, left 0.3s ease;
}
nav .navbar .components .navigations .menu-item .submenu-container .submenu li a:hover::after {
  width: 100%;
  left: 0;
}
nav .navbar .components .navigations .menu-item .submenu-container .submenu li:not(:last-child)::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, transparent, #d3d3d3, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
}
nav .navbar .components .navigations a.menu-item:hover {
  text-decoration: none;
}
nav .navbar .components .account a {
  text-decoration: none;
  color: #797979;
  white-space: nowrap;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 100%;
  word-break: keep-all;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 5px;
}
nav .navbar .components .account a span {
  width: unset;
  display: block;
}
nav .navbar .components .account a svg {
  width: 22px;
}
nav .navbar .components .mobile-navigation {
  display: none;
}
@media only screen and (max-width: 991px) {
  nav .navbar {
    width: 100%;
  }
  nav .navbar .components {
    width: 750px;
    padding: 0 15px;
  }
  nav .navbar .components .navigations {
    display: none;
  }
  nav .navbar .components .account {
    display: none;
  }
  nav .navbar .components .logo img {
    width: 80.5%;
  }
  nav .navbar .components .mobile-navigation {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
  }
  nav .navbar .components .mobile-navigation button {
    background-color: transparent;
    border: none;
    outline: none;
  }
  nav .navbar .components .mobile-navigation .hamburger {
    cursor: pointer;
  }
}
.contulmeu {
  padding: 5px 12px;
  color: white !important;
  text-decoration: none;
  background-color: #ba985f;
  border-radius: 8px;
  white-space: nowrap;
}
@keyframes slideRight {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
.mobile-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  z-index: 400;
  transition: opacity 0.3s ease-in-out;
}
.mobile-menu .container-menu {
  position: fixed;
  z-index: 500;
  width: 80%;
  left: -100%;
  top: 0;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: black;
  border-right: 5px solid #ebebeb;
  transition: left 0.3s ease-in-out;
}
.mobile-menu .container-menu .top-part-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.mobile-menu .container-menu .top-part-menu .header-menu {
  box-sizing: border-box;
  padding: 5px 15px;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu .container-menu .top-part-menu .header-menu img {
  width: 100px;
}
.mobile-menu .container-menu .top-part-menu .header-menu svg {
  cursor: pointer;
  width: 20px;
}
.mobile-menu .container-menu .top-part-menu .navigation-mobile {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.mobile-menu .container-menu .top-part-menu .navigation-mobile .component-navigation {
  color: black;
  text-decoration: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
}
.mobile-menu .container-menu .top-part-menu .navigation-mobile .component-navigation .text-component {
  padding: 15px;
}
.mobile-menu .container-menu .top-part-menu .navigation-mobile .component-navigation .arrow {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #f0f0f0;
}
.mobile-menu .container-menu .top-part-menu .navigation-mobile .submenu-component {
  width: 100%;
  display: none;
  flex-direction: column;
}
.mobile-menu .container-menu .top-part-menu .navigation-mobile .submenu-component .subcomponent-navigation {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  border-bottom: 1px solid #ebebeb;
  background-color: #f0f0f0;
}
.mobile-menu .container-menu .top-part-menu .navigation-mobile .submenu-component .subcomponent-navigation .text-component {
  padding: 15px;
  color: black;
  text-decoration: none;
}
.mobile-menu .container-menu .top-part-menu .navigation-mobile .submenu-component .subcomponent-navigation .arrow {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-menu .container-menu .bottom-part-menu {
  padding: 15px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ebebeb;
}
.mobile-menu .container-menu .bottom-part-menu .element-menu {
  text-decoration: none;
  color: #797979;
  white-space: nowrap;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  word-break: keep-all;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1px;
}
