header {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.discount-black-header {
  background-color: #0a0a0a;
  color: rgb(255, 255, 255);
  padding: 7px 10px;
  text-align: center;
}

.discount-black-header .percent {
  color: rgb(255, 30, 75);
  font-weight: bold;
}

.shopping-bag-icon {
  width: 30px;
}

.middle-section {
  display: none;
}

.upper-side-of-header {
  display: flex;
  height: 70px;
  justify-content: space-between;
  background-color: #ffffff;
  z-index: 1010;
  font-size: 10px;
  padding: 5px 10px;
}

.down-side-of-header {
  display: flex;
  background-color: #183a1d;
  box-shadow: -15px 0px 15px 0px #a4a4a4;
  box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.75);
  padding: 15px;
  height: 20px;
  justify-content: space-between;
}

.down-side-of-header ul {
  display: flex;
  color: #fcfcfc;
  align-items: center;
}

.down-side-of-header ul li {
  display: flex;
  color: #fcfcfc;
  align-items: center;
  padding: 5px 15px;
}

.down-side-of-header ul li:hover {
  cursor: pointer;
  border-radius: 25px;
  background-color: #202020;
}

/*****************************************************************/
.left-section {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: 10px;
}

.openBtn {
  display: none;
}

.logo-container {
  height: 100%;
}

.logo {
  height: 100%;
}

.logo:hover {
  cursor: pointer;
  opacity: 0.75;
}

/*********************Foe right section*****************************/
.right-section {
  display: flex;
  align-items: center;
}

.page-link {
  display: block;
  border-radius: 2px solid black;
  padding: 10px;
  border-radius: 15px;
  font-weight: 400;
  margin: 0px 5px;
  color: rgb(34, 34, 34);
  text-align: center;
}

.admin-page-link {
  color: green;
}

.page-link:hover {
  color: rgb(162, 63, 255);
}

.header-icon-desktop {
  font-size: 30px;
}

.header-page-name-desktop {
  font-size: 12px;
}

.account_circle, .sidenav {
  display: none;
}

.account_circle:hover {
  cursor: pointer;
}

.account_circle {
  display: none;
  color: rgb(0, 0, 0);
  font-size: 27px;
  padding: 10px;
  border-radius: 50%;
}

.notifications_circle {
  background-color: transparent;
  color: rgb(255, 255, 255);
}

.notifications_div {
  position: relative;
}

.red_notification_dot {
  align-content: center;
  color: #fcfcfc;
  background-color: red;
  border-radius: 15px;
  position: absolute;
  top: -5px;
  right: 7px;
  padding: 4px 6px 3px 6px;
}

.sidenav {
  display: block;
  overflow-y: auto;
  height: calc(100% + 1px);
  width: 280px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: -281px;
  background-color: #303030;
  background-color: #ffffff;
  transition: left 0.3s ease;
}
.sidenav ul {
  list-style-type: none;
  padding: 0px;
  margin: 0;
  border-top: 1px solid rgb(233, 233, 233);
}
.sidenav a {
  padding: 15px;
  text-decoration: none;
  font-size: 25px;
  color: #202020;
  font-weight: 600;
  display: block;
  transition: 0.1s;
  border-bottom: 1px solid rgb(233, 233, 233);
  transition: all 0.3s ease-in-out;
}
.sidenav a:hover {
  background-color: #c6c6c6;
}

hr {
  background-color: #a5a5a5;
}

/* Active class */
.sidenav.active {
  left: 0;
}

.close-bun-AND-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 58px;
  width: 100%;
  border: none;
  margin-bottom: 3px;
  border-bottom: 1px solid rgb(233, 233, 233);
}

/* Close btn */
.sidenav .close {
  font-size: 40px;
  padding: 0 15px;
  border: none;
  color: #444444;
  cursor: pointer;
}

.burger-icon span {
  display: block;
  width: 33px;
  height: 3px;
  margin-bottom: 1px;
  border-radius: 5px;
  background-color: rgb(20, 20, 20);
  margin: 6px 0 6px 40px;
}

a.li-a {
  display: flex;
  padding-left: 10px;
}

.i-menu, .i-menu-red, .i-menu-green {
  padding-right: 10px;
}

.p-menu, .p-menu-red, .p-menu-green {
  font-size: 15px;
  padding-top: 4px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.i-menu-green {
  color: rgb(22, 237, 65);
}

.p-menu-green {
  color: rgb(22, 237, 65);
}

/*******************CSS for Tablet devices*/
@media only screen and (max-width: 768px) {
  .login-link-ucu {
    display: none;
  }
  .logo-container .logo {
    display: none;
  }
  .middle-section {
    display: block;
  }
  .middle-section a img {
    height: 100%;
  }
  .admin-page-link {
    display: none;
  }
  .upper-side-of-header {
    height: 48px;
    padding-right: 5px;
    box-shadow: 0px 0px 15px 0px #a4a4a4;
  }
  .down-side-of-header {
    display: none;
  }
  .right-section {
    padding-right: 0px;
  }
  .page-link {
    margin: 0px;
  }
  .header-page-name-desktop {
    display: none;
  }
  .page-link-to-hide {
    display: none;
  }
  .left-section {
    padding-right: 0px;
    margin-left: 5px;
  }
  .openBtn {
    display: block;
  }
  .burger-icon span {
    margin: 6px 0;
  }
}
@media only screen and (max-width: 600px) {
  .discount-black-header {
    padding: 5px 10px;
    font-size: 13px;
  }
}
.numberOfItemsInCartRedCircle {
  opacity: 1;
  height: 8px;
  width: 8px;
  position: absolute;
  padding: 4px;
  border-radius: 50%;
  background-color: red;
  color: #fff;
  top: -6px;
  right: -6px;
  display: flex;
  justify-content: center; /* Horizontally center the content */
  align-items: center; /* Vertically center the content */
  color: #fff;
}

.burger-icon {
  margin-top: 3px;
  width: 40px;
  cursor: pointer;
}

/*# sourceMappingURL=header.css.map */
