header {
  margin-bottom: 50px;
}
.navbar {
  background-color: #55ad9b;
}
.navbar-brand {
  font-size: 30px;
}
.form-inputs {
  position: relative;
}
.form-inputs .form-control {
  height: 45px;
}
.form-inputs .form-control:focus {
  box-shadow: none;
  border: 1px solid #000;
}
.brand-div {
  width: 50%;
}
.brand-div img {
  max-width: 100%;
  max-height: 100%;
}
.form-inputs i {
  position: absolute;
  right: 10px;
  top: 15px;
}
#user-basket {
  display: none;
}
.bi-cart3 {
  font-size: 30px;
}
.nav-icon {
  font-size: 20px;
}
.qty {
  font-size: 16px;
}
.seller-login {
  background: var(--main-color);
  padding: 10px 20px;
  border-radius: 20px;
  color: black;
}
.seller-login:hover {
  background-color: var(--main-color-hover);
}
.add-business-div {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .container-fluid .navbar-brand {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    align-items: center;
  }
  .header-container {
    flex-direction: column;
  }
}
.hover-cards {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 300px;
  max-width: 100%;
  background: #f8f9fa;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  padding: 15px;
}

.dropdown-item:hover .hover-cards {
  display: block;
}
.dropdown-toggle {
  padding-bottom: 0;
}
.img-holder img {
  margin-bottom: 7px;
}
.hover-card {
  margin-bottom: 15px;
}

.hover-card img {
  max-width: 100%;
  height: auto;
}
.red-circle {
  width: 10px;
  height: 10px;
  top: -43%;
  right: -55%;
  display: none;
}
.bi-heart-fill {
  color: red;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: -35% !important;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-item {
  padding: 10px !important;
}
.person,
.shopping_bag,
.payment,
.location_on {
  font-size: 18px !important;
  /* color: #ddd; */
}

.img-holder {
  margin-top: 16px;
}
#login-button {
  background-color: transparent;
  border: 1px solid white;
  padding: 5px 20px;
  color: white;
}
#login-button:hover {
  background-color: white;
  color: var(--main-color);
}
.logout {
  margin-right: 20px;
  font-weight: 500;
  padding: 4px 15px;
  transition: all 0.5s;
  color: white;
  background: transparent;
  border: 1px solid white;
  border-radius: 80px;
}
.logout:hover {
  color: #55ad9b;
  background: white;
}
ul.navbar-nav {
  /* height: 53px; */
}
.wishlist {
  margin-top: auto;
}
.nav-item-logout {
  margin-bottom: 10px;
}
@media (max-width: 400px) {
  .first-container {
    flex-direction: column;
  }
}
@media (max-width: 400px) {
  .brand-div {
    margin-bottom: 10px;
  }
}
.add-business-a {
  background: var(--main-color);
  padding: 10px 20px;
  border-radius: 20px;
  color: black;
}
.add-business-a:hover {
  background-color: var(--main-color-hover);
}
/* .add-business-btn {
  color: white;
} */
