/* PREHEADER */

.dark-bg {
  background-color: var(--primary);
  padding: 5px;
}

/* NAVBAR */
.navbar {
  padding: 13px;
  max-width: 1440px;
  margin: auto;
}

.wrapper-secondary-navbar {
  max-width: 1440px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: var(--flex-wrap);
  padding: 0 13px;
}

.secondary-navbar {
  background-color: var(--light-gray);
  padding: 0px 13px;

}

.asortiman-wrapper {
  width: 100%;
  background-color: var(--primary);
  cursor: pointer;
  padding: 8px 6px;
  display: inline-flex;
  align-items: center;
  max-width: 250px;
  letter-spacing: 0.3px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

.asortiman-lines {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 10px;
}

.asortiman-lines div {
  height: 2px;
  background-color: #d7b866;
  margin-bottom: 4px;
}

.asortiman-lines div:nth-child(1) {
  width: 10px;
}

.asortiman-lines div:nth-child(2) {
  width: 18px;
}

.asortiman-lines div:nth-child(3) {
  width: 25px;
  margin-bottom: 0;
}

.asortiman-text {
  color: white;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
}

.asortiman-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

a.nav-proizvodi {
  display: block;
  padding: 10px 45px;
  color: #393536;
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 0.3px;
  font-size: 15px;
  border-bottom: 1px solid #e8e8e8;
}

a.nav-proizvodi:hover {
  background-color: #f2f2f2;
}

/* Klasa koja otvara dropdown */
.asortiman-dropdown.show {
  display: block;
}

.menu {
  margin: auto;
  margin-left: auto;
  margin-left: auto;
  width: 60%;
  text-align: center;
  display: inline-flex;
  justify-content: space-evenly;
}

.kasa {
  display: inline-flex;
  max-width: 250px;
  width: 100%;

  justify-content: end;
}

.kasa a {
  display: inline-flex;
  align-items: center;
  color: #2f2f3be6;
}

.shopping-sidebar {
  margin: auto 0;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  color: #162b16;
}

/* MENU */
.nav-link .stroke-icon {
  stroke: #2f2f3be6;
  fill: #2f2f3be6;
  max-width: 25px;
  max-height: 25px;
}

.logo-nav {
  width: 25%;
}

.wrapper .search_box {
  max-width: 700px;
  width: 100%;
  background: #fff;
  border-radius: var(--border-radius);
  border: var(--border);
  height: 42px;
  display: flex;
}

.wrapper .search_box .dropdown {
  width: 150px;
  border-right: var(--border);
  color: var(--light-text);
  position: relative;
  cursor: pointer;
}

.wrapper .search_box .dropdown .default_option,
.wrapper .search_box .dropdown .default_option_2,
.wrapper .search_box .dropdown .default_option_3 {
  color: var(--light-text);
  padding: 9px 15px;
  font-size: 14px;
  font-weight: 300;
  display: inline-flex;
}

.material-icons-outlined {
  align-self: center;
  margin-left: 5px;
  margin-right: 5px;
}

.wrapper .search_box .dropdown ul {
  position: absolute;
  top: 41px;
  left: -2px;
  background: #fff;
  width: 150px;
  border-radius: 0 0 4px 4px;
  padding: 20px;
  display: none;
  box-shadow: none;
  border: var(--border);
  border-top: none;
}

.wrapper .search_box .dropdown ul.active {
  display: block;
  width: 300px;
  z-index: 99;
  overflow-x: hidden;
  max-height: 300px;
  overflow-y: scroll;
}

.wrapper .search_box .dropdown ul li {
  padding-bottom: 20px;
  list-style: none;
}

.wrapper .search_box .search_field {
  width: 100%;
  height: 100%;
  position: relative;
}

.wrapper .search_box .search_field .input {
  width: 100%;
  height: 100%;
  border-radius: 0px 4px 4px 0px;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 38px;
  color: var(--dark-text);
}

.search_box .btn-primary {
  position: absolute;
  top: -1px;
  right: 0;
  font-size: 22px;
  cursor: pointer;
  width: 42px;
  height: 42px;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid var(--primary);
}

.wrapper .search_box .search_field .fas {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  color: white;
  cursor: pointer;
}

.menu-link {
  padding: 8px 6px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;

  color: #162b16;
  border-radius: 0;
}

.nav-link {
  background-color: #f5f6f9;
  border-radius: 0px;
  width: 45px;
  height: 45px;
  border: none;
  box-shadow: none;
  transition: all .3s ease;
  position: relative;
}

.nav-link .stroke-icon {
  margin: 0;
}

.nav-item:hover .nav-link {
  background-color: var(--primary);
}

.nav-item:hover .nav-link .stroke-icon {
  stroke: #fff !important;
  fill: #fff !important;
}

a.kategorije-link {
  display: block;
  padding: 10px;
  color: #162b16;
  text-transform: none;
  font-weight: 300;
  text-decoration: none;

  letter-spacing: 0.3px;
  font-size: 13px;
  border-bottom: 1px solid #e8e8e8;
}



@media only screen and (max-width: 1024px) {

  .placeholder-logo-img img {
    max-width: 150px;
  }

  .navbar-toggler svg {
    width: 40px;
    min-width: 40px;
    min-height: 25px;
  }

  .navbar-toggler:focus {
    box-shadow: 0 0 0 0rem;
  }

  .nav-item {
    display: block;
    position: relative;
    padding: 13px 0;
    border-bottom: 1px solid #ececec;
     font-size: 14px;
    line-height: 1;
     font-weight: 700;
    position: relative;
     color: var(--dark-text);
  }
 
}