#header {
  background-color: #bd5928;
}
buttons button.top-nav-button.top-nav-button-login:hover,
.navigation-buttons .click-cart a:hover:after,
.navigation-in > ul > li.ext > a:hover:after,
.navigation-in > ul > li > a:hover,
.btn.cart-count:hover::before,
.navigation-buttons a:hover::before,
.header-top .btn.cart-count:hover .cart-price,
.navigation-buttons button.top-nav-button.top-nav-button-login:hover:before,
.navigation-buttons button.top-nav-button.top-nav-button-login:hover:after,
.navigation-buttons button.top-nav-button.top-nav-button-login:hover:after {
  color: white;
}
.navigation-in ul li a b,
.menu-helper > span {
  font-weight: 400;
  text-transform: none;
}

.search input[type="search"].form-control,
.search .btn.btn-default,
.search a.btn.btn-default {
  border-radius: 120px;
}
.search-whisperer {
  border-radius: 0 0 120px 120px;
}

@media (min-width: 768px) {
  .submenu-visible:not(.menu-helper-visible) #header {
    background-color: #bd5928;
  }
  .menu-helper {
    background-color: transparent;
  }
  .menu-helper > span:after {
    color: white;
  }
  .menu-helper > span {
    border: 0;
    color: white;
  }
  .menu-helper-visible .menu-helper > span,
  .menu-helper-visible .menu-helper > span:after {
    color: black;
  }
  .navigation-in > ul > li > a,
  .navigation-buttons button.top-nav-button,
  .navigation-buttons > a,
  .navigation-buttons button.top-nav-button:after,
  .navigation-buttons button.top-nav-button[data-target="login"]:before,
  .navigation-buttons a[data-target="cart"],
  .navigation-in > ul > li.ext > a:after {
    color: white;
  }
  .top-navigation-bar .top-navigation-contacts a:before,
  .top-navigation-bar .top-navigation-contacts a:hover:before,
  .top-navigation-bar .top-navigation-contacts a:hover span {
    color: white;
  }
  .top-navigation-bar .top-navigation-contacts a span {
    color: white;
  }
  .top-nav-button.top-nav-button-login span {
    display: none;
  }
  .top-navigation-bar .container > div.top-navigation-contacts {
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .navigation-buttons .click-cart a:after {
    color: white;
  }
}

.carousel-indicators {
  display: none;
}
