.hamburger-icon {
  display: block;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
  margin-top: 0px;
  font-weight: 600;
  color: #f8a809 !important;
}

.page-header {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/cart-page-header-img.jpg);

  background-repeat: no-repeat;
  background-size: cover;
}

.header-select {
  border-radius: 4px;
  border: 1px solid #ffff;
  gap: 4px;
  padding: 1px, 12px;
}

.main-header-select {
  width: 100%;
  background: bottom;
  color: #FFFFFF;
  border: none;
  height: 22px;
  font-size: 12px;
}

.danhmuc-sanpham {
  font-size: 1rem;
  line-height: calc(22/14);
  color: #ffff;
  margin: 0;
}

.danhmuc-sanpham:hover {
  color: var(--light-color);
}

.header-search input {
  border-radius: 5px;
  width: 100%;
  height: 42px;
}

.header-search {
  position: relative;
}

.main-header-select option {
  background: bottom;
}

.header-login {
  height: 42px;
  border-radius: 4px;
  border: 1px solid #ffff;
  padding: 6px 12px;
  gap: 4px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 5px;
  align-items: baseline;
}

.header-login i {
  width: 24px;
  height: 24px;
  color: #ffff;
}

.search-input-container {
  position: relative;
  width: fit-content;
}

.menu-item {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.menunav-link {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.3s;
}

.menunav-link:hover {
  background-color: #f0f0f0;
}

.menunav-link i {
  margin-right: 5px;
}

.menu a {
  padding: 15px;
  text-decoration: none;
  font-size: 20px;
  color: black;
  display: block;
  transition: 0.3s;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}

.menu a:hover {
  background-color: #555;
}

.dropdown-menu .dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu-end {
  left: 100%;
  top: 0;
  margin-left: 0.1rem;
}

.dropdown-menu {
  display: none;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.search-icon-container {
  position: absolute;
  right: 3px;
  background: #076FBF;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #076FBF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  padding: 10px 20px;
  cursor: pointer;
}

.search-icon-container i {
  color: var(--light-color);
}

.header-login p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #ffff;
}

.navbar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.navbar-wrapper .navbar-brand img {
  width: 165px;
  aspect-ratio: 2.75 / 1;
}

.divide-line {
  width: 2px;
  height: 18px;
  background-color: var(--light-color);
}

.navbar .navbar-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: scroll;
  gap: 19px;
  margin-left: 19px;
}

.navbar .navbar-nav::-webkit-scrollbar {
  display: none;
}

.navbar .navbar-nav .nav-link {
  padding: 0;
  transition: .5s;
  line-height: calc(22/14);
  font-weight: 400;
  color: #ffff;
  text-wrap: nowrap;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
  color: #F7941D;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  top: 100%;
}

.homepage-dropdown {
  min-width: 280px;
  padding: 0;
  border-radius: unset;
}

.homepage-dropdown .dropdown-item {
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--light-color);
  border-bottom: 1px solid var(--neutral-color);
  cursor: pointer;
}

.homepage-dropdown .dropdown-item .title {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  line-height: calc(22/14);
}

.homepage-dropdown .dropdown-item .title.active,
.homepage-dropdown .dropdown-item .title:hover {
  color: var(--primary-color);
}

.homepage-dropdown .dropdown-item-title,
.homepage-dropdown .dropdown-submenu-item-title {
  cursor: auto;
}

.homepage-dropdown .dropdown-item-desc {
  display: flex;
  justify-content: flex-start;
  gap: 4px;
}

.homepage-dropdown-submenu {
  padding: 0;
  border-radius: unset;
  top: 0;
  margin: 0;
}

.homepage-dropdown-submenu .dropdown-item-submenu {
  padding: 5px 8px;
  border-bottom: none;
}

.homepage-dropdown-submenu .dropdown-item-submenu.active,
.homepage-dropdown-submenu .dropdown-item-submenu:hover {
  color: var(--primary-color);
}

/* Mobile menu */
.mobile-menu-dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu-dropdown .dropdown-mobile {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.mobile-menu-dropdown .dropdown-mobile .dropdown-mobile-item {
  padding: 8px;
  border-bottom: 1px solid var(--neutral-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu-dropdown .dropdown-mobile .dropdown-mobile-item.active {
  color: var(--primary-color);
}

.mobile-menu-dropdown .dropdown-mobile .mobile-menu-submenu {
  display: none;
  margin-left: 2.5rem;
  padding: 5px;
  list-style: none;
  padding: 0;
  opacity: 0;
  transition: all 0.25s ease-out;
}

.mobile-menu-dropdown .dropdown-mobile.active .mobile-menu-submenu {
  opacity: 1;
  display: block;
}

.mobile-menu-dropdown .dropdown-mobile .mobile-menu-submenu .mobile-menu-submenu-item {
  margin-top: 0.5rem;
  color: unset;
}

/* md screen */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .navbar-wrapper {
    gap: 0.5rem;
  }

  .navbar-wrapper .navbar-brand img {
    width: 90px;
  }
}

@media (max-width:768px) {
  .header-search input {
    height: 3rem;
  }

  .nav-mobile-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.25rem;
    position: relative;
  }

  .nav-mobile-item i {
    font-size: 2.2rem;
  }

  .cart-items-count {
    position: absolute;
    top: -12px;
    right: -2px;
    z-index: 20;
    font-size: 1.5rem;
    font-weight: 600;
  }
}