.bg-dark {
  background: #000 !important;
}
.mx-width {
  max-width: 418px;
}

.gap-16 {
  gap: 16px;
}
.profile-img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
img {
  max-width: 100%;
}
.cart-icon {
  position: relative;
}

.cart-icon span {
  position: absolute;
  top: -3px !important;
  right: -9px;
  left: 15px !important;
  background: #cc9933;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  display: inline-flex;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 600;
}
.cart-count {
  color: #fff;
  font-size: 15px;
  width: 104px !important;
  cursor: pointer;
}
.search-input {
  background: #fff;
  border-radius: 20px;
  padding-right: 5px;
}

.search-input .form-control {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  text-transform:capitalize;
}

.search-input .input-group-append button {
  background: transparent;
  border: 0px;
  outline: none;
}
.navbar-toggler {
  border: 1px solid #cc9933;
}
.navbar-toggler:focus {
  outline: none;
  border: 1px solid #cc9933;
}
.bg-light {
  background: #eeeeee !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #222222;
  font-size: 14px;
  padding-left: 16px;
    padding-right: 16px;
}
.nav-dropmenu li.nav-item.dropdown .dropdown-item {
  font-size: 14px;
  color: #000;
}

.nav-dropmenu li.nav-item.dropdown .dropdown-item {
  font-size: 14px;
  color: #000;
  border-radius: 0.325rem;
  padding: 7px 10px;
  font-weight: 500;
  margin-bottom: 5px;
}

.nav-dropmenu .dropdown-menu {
  border: 0px;
  margin-top: 10px;
  box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.15);
  padding: 15px;
  min-width: 15rem;
}

.nav-dropmenu .dropdown-menu .dropdown-item:hover {
  background: #cc99338f;
  color: #946f08 !important;
  padding: 5px;
}
.navbar-light .navbar-nav .dropdown-toggle:after{
    content: "";
    background: url("../images/arrowes.png") no-repeat center right;
    border: 0px;
    position: absolute;
    right: -5px;
    top: 15px;
    width: 10px;
    height: 10px;
    background-size: contain;
}

@media only screen and (max-width: 992px) {

  .navbar-brand img {
    width: 100px;
  }
  .profile-img {
    width: 32px;
    height: 32px;
  }
  .gap-16 {
    gap: 10px;
  }
  .cart-icon span {
    position: absolute;

    right: -2px;
  }
  .search-responsive {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 113%);
    background: #000;
    padding: 10px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: none;
}
.mobile-view {
    padding: 0;
    background: transparent;
    border: 0px;
    outline: none;
    filter: brightness(0) invert(1);
}
}
