/* top bar */
@media screen and (min-width: 768px) {
	.navigation-in {
  	background-color: unset;
  }
  .fitted .navigation-in ul {
  	justify-content: flex-end;
  }
  .navigation-in li {
  	border: none !important;
  }
  .navigation-in li a {
      color: black !important;
      font-weight: 500;
      font-size: 1.3em;
  }
  .top-navigation-bar {
  	display: none !important;
  }
}
@media screen and (max-width: 767px) {
	#header .site-name img {
  	max-width: 180px;
  }
}
.navigation-in .navigationActions {
  display: none !important;
}
form.search-form {
	max-width: 400px;
  input { border-radius: 50px !important; border-style: solid !important; }
}




.compact-form .btn {
	border-radius: 50px;
  margin: 2px;
  text-transform: none;
  padding: 0 20px;
}
.header-top .btn.cart-count .cart-price {
	font-weight: 600;
  color: #009901;
}
.btn.cart-count:before, a.btn.cart-count:before {
	color: #009901;
}
.responsive-tools>a[data-target=navigation]:before {
	background-color: unset;
  color: #666;
}
.menu-item-external-41 a {
	cursor: pointer;
}