.loggedInNavbar {
  position: sticky !important;
  z-index: 99999;
  width: 100%;
  background-color: #ffffff !important;
  border-bottom: 1px solid #000000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customNavbar {
  position: absolute !important;
  z-index: 99999;
  width: 100%;
  background-color: transparent !important;
  top: 0;
}

.navbarLogo {
  margin-left: -3em;
}

.customNavbar .nav-link {
  color: white !important;
}
.customNavbar {
  transition: background-color 0.3s ease;
}

.navbarExpanded {
  background-color: #ffffff;
  backdrop-filter: blur(6px);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%2315467B' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.togglerIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%2315467B' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbarExpanded {
  background-color: #15467b;
}

.navbarExpanded .nav-link {
  color: #fff !important;
}

.navbarExpanded .nav-link:hover {
  color: #b31e3b !important;
}

.noCaret::after {
  display: none !important;
}
.profileCircle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #aaaaaa;
  display: inline-block;
}

.CartFontFamily {
  font-family: "Raleway";
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  display: block;
}

.circleBadge {
  background-color: #b31e3b;
  border-radius: 50%;
  padding: 3px 7px;
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inter-SemiBold;
}

.dropdownMenu {
  min-width: 360px;
  max-height: 500px;
  overflow: auto;
}

@media (max-width: 1024px) {
  .navbarLogo {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .customNavbar .navbar-collapse {
    background: rgba(0, 0, 0, 0.9);
    padding: 1rem;
  }

  .dropdownMenu {
    position: fixed !important;
    height: 300px !important;
    overflow-y: auto;
    background: #fff;
    z-index: 9999 !important;
    border-radius: 0;
    width: 100%;
    padding: 50px 20px 80px !important;
    webkitoverflowscrolling: touch;
  }

  .loggedInNavbar {
    padding-block: 1.7em;
  }
}

@media (max-width: 576px) {
  .customNavbar {
    position: relative;
  }

  .loggedInNavbar {
    padding-block: 1.7em;
  }

  .dropdownMenu {
    position: fixed !important;
    height: 200px !important;
    overflow-y: auto;
    background: #fff;
    z-index: 9999 !important;
    border-radius: 0;
    width: 100%;
    padding: 19px 20px 70px !important;
    webkitoverflowscrolling: touch;
  }

  .customNavbar {
    position: sticky !important;
    z-index: 99999;
    width: 100%;
    background-color: #ffffff !important;
    border-bottom: 1px solid #000000 !important;
    display: flex;
    color: #000000;
    align-items: center;
    justify-content: center;
    padding-block: 1.4em;
  }
}

@media (max-width: 320px) {
  .dropdownMenu {
    min-width: 100% !important;
  }
}
