/***** Constant Variables Start *****/
/***** Constant Variables End *****/
/* Footer Start */
/* Footer End */
/***** Variable Variables *****/
/* Body */
/* Background */
/* Text */
/* Border */
/* Button */
/* Box-Shadow */
:root {
  --body: #EAEDED;
  --bg-color: #FFF;
  --primary: #262D3D;
  --secondary: #00838F;
  --text-color: #262D3D;
  --text-color-white: #FFF;
  --border-color: #262D3D;
  --button-bg-color-dark: #FFF;
  --h-s-box-shadow: 0 0 20px 0 rgba(38, 45, 61, 0.2);
  --default-shadow: 207, 207, 207;
  --hover-color: 207, 207, 207;
  --bs-info-rgb: 0, 131, 143;
}

.dark {
  --body: rgba(38, 45, 61, 0.9);
  --bg-color: #262D3D;
  --primary: #262D3D;
  --secondary: #00838F;
  --text-color: #FFF;
  --border-color: #FFF;
  --h-s-box-shadow: 0 0 20px 0 #262D3D;
  --default-shadow: 25, 29, 29;
  --hover-color: 33, 38, 50;
}

/* Other Colors Used */
@media (max-width: 767px) {
  .nav-mobil-logo {
    z-index: 2 !important;
  }

  .navbar.navbar-expand {
    z-index: 2 !important;
  }
}

.mobil-logo {
  background: #7C3996;
}

.mobil-logo img {
  max-width: 220px;
}

header {
  height: 60px;
  background: var(--bg-color);
  box-shadow: var(--h-s-box-shadow);
  position: relative;
  z-index: 2;
}

header .nav-item.dropdown {
  min-width: 40px;
  width: 40px;
}

header .dropdown-item {
  background-color: var(--bg-color);
}

header .menu-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 100px;
  background: var(--secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 4px 1px var(--default-shadow);
  border: none;
}

header .menu-icon i {
  background: transparent;
  font-size: 26px;
  margin-top: 1px;
  color: #FFF;
}

header .logo img {
  max-height: 50px;
  width: 100%;
  max-width: 300px;
}

header .search {
  width: 90%;
  box-shadow: 0 2px 8px 1px var(--default-shadow);
  border-radius: 5px;
}

header .search .form-control {
  width: 100%;
  border-radius: 4px 0 0 4px;
  height: 40px;
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  font-weight: 400;
  border: 2px solid var(--border-color);
}

header .search button#search-input-button {
  height: 40px;
  width: 40px;
  border-radius: 0 5px 5px 0;
  background: var(--primary);
  border: 2px solid var(--border-color);
  position: relative;
  left: -2px;
}

header .search button#search-input-button:hover {
  background: var(--secondary);
}

header .search button#search-input-button i {
  font-size: 20px;
  background: transparent;
  color: #E5E5E5;
  font-weight: 600;
}

header #navbar-search {
  width: 50%;
}

@media screen and (max-width: 768px) {
  header #navbar-search {
    position: fixed;
    top: 60px;
    width: 100vw;
    background-color: var(--secondary);
    padding: 10px 0px;
    right: 0;
    justify-content: center;
  }
}

header .search-button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .search-button i {
  font-size: 24px;
}

header .search-button i::before {
  color: var(--text-color);
}

header .search-button i:hover {
  --text-color: $secondary !important;
}

header .search-button button {
  border-radius: 100%;
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background: var(--bg-color);
}

header .blog a {
  color: var(--text-color);
  font-size: 22px;
  font-weight: 400;
  transition: 0.2s ease;
}

header .blog a:hover {
  color: var(--secondary);
}

header .basket>a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .basket>a i {
  font-size: 26px;
  color: var(--text-color);
}

header .basket>a i::before {
  font-weight: 400 !important;
}

header .basket span.number-of-products {
  min-width: 22px;
  min-height: 22px;
  top: 15px;
  right: 1px;
  padding: .5px 4px;
  text-align: center;
  background: var(--bg-color);
  border: 2px solid var(--border-color);
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
}

header .basket .checkout {
  background: var(--secondary);
}

header .basket .checkout p {
  font-size: 16px;
  color: var(--text-color-white);
  font-weight: 600;
}

header .basket .checkout p i.icon-arrow-right {
  font-size: 22px;
  font-weight: 600;
  color: var(--text-color-white);
}

header .user-dropdown i {
  color: var(--text-color);
  transition: 0.2s;
}

header .user-dropdown i:hover {
  color: #00838F !important;
}

header .user-dropdown i::before {
  font-weight: 400 !important;
}

header .user-dropdown i.bi::before {
  margin-left: -2px;
}

header .user-dropdown .bi-person {
  font-size: 32px;
  margin-top: 4px;
}

header .user-dropdown img {
  width: 34px;
  height: 34px;
  -o-object-fit: cover;
  object-fit: cover;
  filter: drop-shadow(0 0 2px var(--default-shadow));
  padding: 2px;
  background: var(--border-color);
}

header .user-dropdown .user-drop-menu {
  right: 0;
  width: 180px;
  height: auto;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  z-index: 1001;
}

header .user-dropdown .user-drop-menu::before {
  content: " ";
  position: relative;
  display: block;
  width: 100%;
  height: 26px;
}

header .user-dropdown .dropdown-item {
  display: flex;
  align-items: center;
}

header .user-dropdown img {
  margin-right: 5px;
  background: transparent;
}

header .dropdown:hover .dropdown-menu {
  transform: translateY(-10px);
  display: block;
}

.mobile-search {
  height: 60px;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 5;
  background: #00838F;
  box-shadow: var(--h-s-box-shadow);
}

.mobile-search .search {
  width: 90%;
}

.mobile-search .search .form-control {
  width: 100%;
  border-radius: 4px 0 0 4px;
  height: 40px;
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  font-weight: 400;
  border: 2px solid var(--border-color);
}

.header-search-dropdown-menu {
  width: calc(100% - 40px);
  height: auto;
  border: none;
  box-shadow: var(--default-shadow);
  border-radius: 0;
  margin-top: 10px;
  border-bottom: 4px solid #00838F;
  padding: 0;
}

.header-search-dropdown-menu button {
  transition: 0.2s ease-in;
  padding: 8px 20px;
  font-weight: 400;
}

.header-search-dropdown-menu button:hover {
  background: #00838F;
  color: var(--text-color-white);
}

button.search-input-button {
  height: 40px;
  width: 40px;
  border-radius: 0 5px 5px 0;
  background: var(--primary);
  border: 2px solid var(--border-color);
  position: relative;
  left: -2px;
}

button.search-input-button:hover {
  background: var(--secondary);
}

button.search-input-button i {
  font-size: 20px;
  background: transparent;
  color: #E5E5E5;
  font-weight: 600;
}


body.miele-theme header .nav-item.dropdown {
  width: auto;
}
/*# sourceMappingURL=navbar-search.css.map*/