@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

/* .desktop {
 align-items: flex-start;
 background-color: #ffffff;
 border: 1px none;
 display: flex;
 height: 1024px;
 padding: 24px 99px;
 width: 100%;
} */

/* .nav-menu-box {
  align-items: center;
  display: flex;
  gap: 985px;
  height: 43px;
  position: relative;
  width: 1232px;
  margin: 0 auto;
  top: 10px;
} */

.nav-menu-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 160px 10px 160px;
}

.nav-right-icon-box {
  align-items: flex-start;
  display: flex;
  gap: 44px;
  position: relative;
  width: 152.9px;
}

.logout-icon {
  cursor: pointer;
  flex: 1;
  flex-grow: 1;
  height: 22.47px;
  margin-left: -1.25px;
  margin-top: -1.25px;
  position: relative;
  margin-left: -60px;
}

.logout-icon:hover {
  opacity: 0.9;
}

.categories-icon {
  cursor: pointer;
  flex: 1;
  flex-grow: 1;
  height: 17.75px;
  position: relative;
  margin-top: 6px;
 
}

.categories-icon:hover {
  opacity: 0.9;
}

.account-icon {
  cursor: pointer;
  flex: 1;
  flex-grow: 1;
  height: 22.47px;
  position: relative;
}

.account-icon:hover {
  opacity: 0.9;
}

.logo {
  cursor: pointer;
  flex: 1;
  flex-grow: 1;
  height: 43px;
  object-fit: cover;
  position: relative;
  margin-left: 30px;
}

/* Ekran komputera (Desktop) */
@media (min-width: 1200px) {
  /* Dodaj tutaj style dla ekranu komputera */
}

/* Laptop */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Dodaj tutaj style dla laptopa */
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .nav-menu-box {
    padding: 10px 130px 0 130px;
  }
  /* Dodaj tutaj style dla tabletu */
}

/* Komórka (Mobile) */
@media (max-width: 767px) {
  /* Dodaj tutaj style dla komórki */

  .panel-right-icon-close-box-2 {
 
  left: 7px !important;
  }

  .nav-menu-box {
    padding: 10px 20px 0 20px;
  }

  .logo {
padding: 6px;
    margin-left: 0 !important;
  }

  .logout-icon {
 
    margin-left: 0 !important;
  }


  .categories-icon {
    margin-left: 60px !important;
   
  }
}
