.Heading {
  padding: 0;
}
.Heading-navigation {
  display: flex;
  justify-content: space-between;
}
.Heading--main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  min-height: 80px;
}
@media (width >= 640px) {
  .Heading--main {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
@media (width >= 1200px) {
  .Heading--main {
    padding: 1rem 0;
  }
}
.Heading--topNav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  background-color: #fff;
}
.Heading--topNav .Heading-content {
  font-size: 12px;
  font-weight: 200;
  line-height: 40px;
  text-decoration: none;
}
.Heading-brand {
  margin-left: calc(55px + var(--base-gap));
  position: relative;
  z-index: 1;
}
.Heading-logo {
  display: block;
}
.Heading-leftNav {
  display: block;
}
.Heading-rightNav {
  display: block;
}

@media (width <= 1024px) {
  .contact {
    width: 250px;
  }
}
/* Search input BEGIN */
#custom-search-input {
  background-color: #fff;
  border: solid 1px #E4E4E4;
  border-radius: 6px;
  padding: 3px;
}

#custom-search-input input {
  border: 0;
  box-shadow: none;
}

#custom-search-input button {
  background: none;
  border: 0;
  border-left: solid 1px #ccc;
  box-shadow: none;
  color: #666;
  margin: 2px 0 0;
  padding: 0 8px 0 10px;
}

#custom-search-input button:hover {
  border: 0;
  border-left: solid 1px #ccc;
  box-shadow: none;
}

#custom-search-input .glyphicon-search,
#custom-search-input .fa-search {
  font-size: 18px;
}

.cart-item-count {
  transform: scale(0.45);
  transform-origin: 115% -40%;
}

.cart-item-count:empty {
  display: none;
}

/* Search input END */
/* vim: set tabstop=2 shiftwidth=2 expandtab: */

/*# sourceMappingURL=header.css.map */
