.app-header .app-meta-row {
  height: auto;
}
.app-header #topmenu {
	background-color: #F2F2F2;
	width: 100%;
}
.app-header #topmenu .wrapper {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	width: 62.5em;
	max-width: 100%;
	margin: 0 auto;
}
.app-header #topmenu .wrapper div {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
	padding: 15px 0px;
	flex: auto;
	text-align: center;
}
.app-header #topmenu .wrapper div a{
	font-size: 20px;
	color: #737373;
	text-decoration: none;
}
.app-header #logoneu {
	width: 100%;
	margin: 20px 0;
	text-align: center;
}
.app-header #logoneu img{
	max-width: 100%;
	margin: 0 auto;
}
.app-header .searchwrapper {
	display: grid;
    grid-template-columns: 85% 15%;
    padding-left: 40px;
    padding-right: 40px;
}
@media (max-width: 1068px) {
	.app-header .searchwrapper {
		grid-template-columns: 80% 20%;
	}
}
@media (max-width: 821px) {
	.app-header .searchwrapper {
		grid-template-columns: 75% 25%;
	}
}
.app-header .searchwrapper::before {
	display: none;
	content: none;
}
.app-header .app-meta-first {
  margin-top: 5px;
  border-right: none;
}
.app-header .searchwrapper .app-basket {
	text-align: right;	
}
.app-basket-count {
  float: none;
}
.app-navigation-inner {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.app-header .form-text, .app-header .form-select-fake > span {
  border: 1px solid #737373;
}
.app-header .notepadlink {
  margin-top: 9px;
  display: block;
}
.app-navigation {
  background: none;
  height: auto;
  font-size: 1.2em;
  margin-top:10px;
}

.app-navigation-anchor {
  display: inline-block;
  float: left;
  color: #424242;
  padding: 0;
  background: transparent;
  max-width: 100%;
  padding: 0px;
  flex: auto;
  text-align: center;
  justify-content: center;
}
.app-navigation-anchor:hover {
  background: none;
  text-decoration: underline;
}
.app-navigation-anchor a {
  color: #424242;
  padding: 0 15px;
}
@media (max-width: 1680px) {
  .app-header #topmenu .wrapper div a{
	font-size: 17px;
  }
}
@media only screen and (max-width: 1023px) {
  .app-basket {
    width: auto !important;
  }
  .app-meta-first {
    width: auto !important;
  }
}
@media (max-width: 980px) {
  .app-header #topmenu .wrapper div a{
	font-size: 14px;
  }
}
@media (max-width: 736px) {
  .app-header #topmenu .wrapper {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }
  .app-header #topmenu .wrapper div {
    padding: 5px 0px;
   }
}
@media only screen and (max-width: 767px) {
  .app-search .three.columns {
    display: none;
  }
  .app-search .nine.columns {
    width: 100% !important;
  }
  .app-meta-first {
    width: 100% !important;
    margin-top: 0;
  }
  .app-header .app-meta-row {
    height: 50px;
  }
  .app-navigation {
	  margin-top:0px;
  }
  .app-navigation-inner {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background: white;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  }
  .app-header .notepadlink {
    display: none;
  }
  .app-navigation-anchor {
    display: block;
    float: none;
    border-top: 1px solid #e7e4df;
    line-height: 40px !important;
    font-size: 0.9em;
    text-align:left;
  }
  .app-basket-count {
    top: -10px;
  }
   .app-basket {
    margin-right: 10px;
  }
  .app-search {
    margin: 0 10px 0 0px !important;
  }
}
@media only screen and (max-width: 486px) {
  .app-basket {
    width: 70% !important;
  }
}