/*############ NAVBAR FIRST START ############*/
.navbar-first {
  height: 40px;
  font-size: 0.7em;
  background-color: var(--main-color-dark);
  background-color: #A5A5A5;
  background-color: white;
  color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  display: none;
}

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

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

.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; */
  background-color: var(--main-color);
  background-color: #FFFFFF;
  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 {
  font-weight: 400;
  color: var(--main-text-color);
  color: #10103F;
  border-bottom: 2px solid transparent;
}

.navbar-second .nav-link:hover {
  color: var(--main-text-color-hover);
  color: #10103F;
  background-color: #15304e;
  background-color: #e4e4e4;
  background-color: #f3f3f3;
  border-bottom: 2px solid #ffdd00;
  border-bottom: 2px solid #186BBD;
}

.navbar-second .nav-link.active {
  border-bottom: 2px solid #ffdd00;
  border-bottom: 2px solid #186BBD;
}

.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: 3.8em;
}

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

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

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


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

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

/*############ BUTTONS START #############*/
.btn-hamburger {
  color: white;
  color: var(--main-color-yellow);
  color: var(--main-color-dark);
}

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