/******************** Navbar section ******************/

.logo {
  height: 40px;
}

/******************** search bar section ******************/

.search-btn-header,
.select-option-header,
.search-input-header {
  height: 35px;
  border: 0px;
}

.option-pan {
  background-color: white;
  color: black;
}

.search-btn-header {
  background-color: #f5f5f5;
  padding: 7px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
}

.select-option-header {
  /* width: 5vw; */
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #0a9bb8;
  /* padding-bottom: 5px; */
  float: left;
  color: #f5f5f5;
}

.search-bar-container-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 60px;
  /* margin-top: 20px; */
}

.search-input-header {
  width: 449.5px;
  /* padding-bottom: 5px; */
}

.search-input-header:focus {
  outline: none;
}
.input-group {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: solid 1px #14213d;
}

#selectOptionheader {
  width: 51px;
  padding-left: 10px;
}

#optionSelectedheader {
  display: none;
}
.searchbtn {
  width: 5px !important;
}
.select-option-header:focus {
  outline: none;
}

@media screen and (max-width: 992px) {
  .search-bar-header {
    display: none;
  }

  .dropdown-area {
    display: none;
  }
  .nav-link {
    display: initial !important;
  }

  .navbar {
    margin-left: 5vw;
  }

  .navbar-toggler {
    margin-right: 5vw;
  }

  .title-text {
    font-size: 18px !important;
  }
}

/* .search-btn-header {
  height: 30px;
  border: solid black 1px;
  background-color: #f5f5f5;
  padding: 3px;
}

.select-option-header {
  height: 30px;
  width: 4vw !important;
}

.search-bar-container-header {
  margin-top: 8px;
}

.search-input-header {
  border: solid 1px #949494;
  width: 30vw !important;
  height: 30px;
}

@media screen and (max-width: 992px) {
  .search-bar-header {
    display: none;
  }

  .dropdown-area {
    display: none;
  }
  .nav-link {
    display: initial !important;
  }

  .navbar {
    margin-left: 5vw;
  }

  .navbar-toggler {
    margin-right: 5vw;
  }

  .title-text {
    font-size: 18px !important;
  }
} */

.navbar {
  font-family: var (--font-base);
  font-size: 15px;
  font-weight: 700;
}

.navbar-deck {
  background-color: #000000 !important;
}
/****************** Drop menu ********************/

.dropdown-menu {
  margin-top: 10px !important;
}

/****************** Client name ********************/

.client a {
  text-decoration: none;
  color: Red;
  text-align: left;
  margin-top: 2px;
}

/*...........................
icon section setup
..............................*/

/* .iconbox {
  background-color: var(--c-primary);
  color: var(--c-dark);
  width: 70px;
  height: 65px;
  align-items: center;
  font-size: 50px;
  flex: none;
} */

.brand-name {
  letter-spacing: 3px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  color: white;
}

/* .qtycount {
  color: white;
  background-color: 000000;
  text-align: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  margin-top: -25px;
  margin-left: -12px;
  font-size: 10px;
  border-width: 1px;
  border-color: aliceblue;
  border-style: solid;
}
.qtycount p {
  line-height: 20px;
} */

.popup-signup {
  background-color: white;
  width: 200px;
  height: 80px;
  border-radius: 1px;
  position: absolute;
  text-align: center;
  right: 20px;
  top: 55px;
  padding-top: 10px;
  background-color: #dff3f7;
  font-size: 15px;
}

.popup-signup input {
  margin-top: 5px;
}

.popup-signup {
  display: none;
}

.log-in:hover .popup-signup {
  display: block;
}



/****************** Title bar section ********************/

.title-text-bar {
  background-color: #14213d;
}

.title-text {
  font-size: 30px;
  font-weight: 700;
  color: #e5e5e5;
}
