.bootstrap__top__Navbar__custom {
  /* Styles for screens from 360px to 599px */
  /* Styles for screens from 600px to 912px */
}
.bootstrap__top__Navbar__custom .website__logo {
  max-height: 50px;
  width: 80px;
}
.bootstrap__top__Navbar__custom .navbar-nav .nav-link.active, .bootstrap__top__Navbar__custom .navbar-nav .nav-link.show {
  color: #ec7323 !important;
}
.bootstrap__top__Navbar__custom .nav-link {
  color: #17191B !important;
  font-weight: 500;
  font-size: 14px;
}
.bootstrap__top__Navbar__custom .dropdown__menu__icon {
  width: 20px !important;
  height: 20px !important;
}
.bootstrap__top__Navbar__custom .dropdown__menu__icon_flag {
  height: 12px !important;
}
.bootstrap__top__Navbar__custom .dropdown__menu__top__margin {
  padding: 10px !important;
}
@media (max-width: 991px) {
  .bootstrap__top__Navbar__custom .navbar-collapse {
    padding: 12px;
    line-height: 35px;
  }
}
.bootstrap__top__Navbar__custom .responsive__profile__dropdown__menu {
  padding: 1rem 1.2rem;
}
.bootstrap__top__Navbar__custom .responsive__profile__dropdown__menu__lerner {
  padding: 1rem 1.2rem;
}
.bootstrap__top__Navbar__custom .responsive__profile__dropdown__menu__shopping__cart {
  padding: 0rem 0rem 0rem 1.2rem;
}
@media (min-width: 360px) and (max-width: 599px) {
  .bootstrap__top__Navbar__custom {
    /* Your CSS styles for small screens */
  }
  .bootstrap__top__Navbar__custom .responsive__profile__dropdown__menu {
    padding: 1rem 0rem;
  }
  .bootstrap__top__Navbar__custom .responsive__profile__dropdown__menu__lerner {
    padding: 1rem 0rem;
  }
  .bootstrap__top__Navbar__custom .responsive__profile__dropdown__menu__shopping__cart {
    padding: 0rem;
  }
}
@media (min-width: 600px) and (max-width: 912px) {
  .bootstrap__top__Navbar__custom {
    /* Your CSS styles for medium screens */
  }
  .bootstrap__top__Navbar__custom .responsive__profile__dropdown__menu {
    padding: 1rem 1.2rem;
  }
  .bootstrap__top__Navbar__custom .responsive__profile__dropdown__menu__lerner {
    padding: 1rem 1.2rem;
  }
  .bootstrap__top__Navbar__custom .responsive__profile__dropdown__menu__shopping__cart {
    padding: 0rem 0rem 0rem 1.2rem;
  }
}
