/*############ NAVBAR FIRST START ############*/
.navbar-first {
  height: 40px;
  font-size: 0.8em;
  background-color: #333333;
  color: #e2dbcf;
  z-index: 1;
  display: none;
}

.navbar-first a {
  color: var(--main-text-color-dark);
}

.navbar-first a {
  padding-left: 30px;
  text-transform: uppercase;
}

.navbar-first a:first-child {
  padding-left: 0;
}

.navbar-first a:hover {
  color: var(--main-text-color-dark-hover);
}

@media (min-width: 767px) {
  .navbar-first {
      display: flex;
  }
}

/*############ NAVBAR SECOND START ############*/
.navbar-second {
  /* height: 80px; */
  height: 95px;
  background-color: #1a1a1a;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  font-weight: 600;
}

.navbar-second .nav-link {
  color: #e2dbcf;
  border-bottom: 4px solid transparent;
  text-transform: uppercase;
  font-weight: 700;
}

.navbar-second .nav-link:hover {
  color: var(--main-text-color-hover);
  background-color: #333333;
  border-bottom: 4px solid #e2dbcf;
}

.navbar-second .nav-link.active {
  border-bottom: 4px solid #e2dbcf;
}

.navbar-second #navbarSearch1 .btn, .navbar-second #navbarSearch2 .btn  {
  border-radius: 0;
}

.navbar-second input[type="search"], .slideout-left__content .search-input {
  color: #000;
  background-color: #fff;
  border-radius: 3px 3px 3px 3px;
  border: 2px solid #fff !important;
  color: var(--main-color-dark);
  border-right: 0px solid #fff !important;
  height: 34px;
}

.navbar-second input[type="search"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(150, 150, 150);
  font-size: 14px;
}

.navbar-second input[type="search"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
}

.navbar-second input[type="search"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff !important;
}

.logotype {
  bottom: 1.4rem;
  left: 0;
  width: 8em;
}

.logotype img {
  height: 120px;
  width: auto;
  z-index: 9999;
}

@media (min-width: 992px) {
  .logotype {
      bottom: 1.8em;
      left: -0.7rem;
      width: 10em;
  }
}

@media (max-width: 600px) {
  .logotype img {
      width: 140px !important;
  }
}


.sortiment-bar ul {
  font-size: 1rem;
}

.sortiment-bar ul li
{
  display: inline-block;
}

/*############ BUTTONS START #############*/
.btn-hamburger {
  color: #e2dbcf;
}
.btn-hamburger:hover {
  color: white;
}

.btn-search {
  border-radius: 0 !important;
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}