@media (min-width: 1200px) {
  /* large res */
  #top-navigation > ul.top-navigation-items li.item {
    padding: 0 20px;
  }
  #top-navigation > ul.top-navigation-items li.item span {
    font-size: 16px;
  }
}
@media (max-width: 954px) {
  /* small res */
  #top-navigation > ul.top-navigation-items li.item {
    padding: 0 6px;
  }
  #top-navigation > ul.top-navigation-items li.item span {
    font-size: 11px;
  }
}

#header {
  background-color: #fff;
  background-image: url(../images/bg-header.png);
}
#header header {
  height: 108px;
}
#header #logo {
  top: 12px;
}

#header #logo a {
  width: 344px;
  height: 46px;
  background-image: url(../images/logo-large.png);
  background-color: transparent !important;
}

#header .search {
  width: 350px;
  background: none;
  border: none;
  box-shadow: none;
  left: 565px !important;
  top: 30px !important;
}
#header .search fieldset {
  height: auto;
  margin: 0;
  padding: 0;
  border: solid 1px #ccc;
  border-radius: 0;
  box-shadow: inset 1px 1px 0 #eee !important;
}
#header .search input {
  width: 178px !important;
  height: 12px;
  padding: 9px 10px 0 10px !important;
  line-height: 25px;
  float: left !important;
  font-size: 13px;
  color: #555;
  border-left: none;
  box-shadow: none;
  background: none !important;
}
#header .search .dropdown {
  display: none;
}
#header .search button {
  width: auto;
  height: auto;
  position: relative;
  background: transparent !important;
  border: none !important;
  box-shadow: none;
}
#header .search button span {
  height: 25px;
  margin: 0;
  padding: 0;
  line-height: 25px !important;
  float: right !important;
  color: #555;
  font-family: 'mm-semibold' !important;
  font-size: 12px;
  background: transparent !important;
  box-shadow: inset 0 1px 0 #eee;
}
#header .search button span:after {
  display: none;
}
#header .search button:hover span {
  background: #f7f7f7 !important;
}
#header .search .options {
  background: none repeat scroll 0 0 #EFEFEF;
  border: 1px solid #DFDFDF;
  box-shadow: 0 5px 5px -5px #333333;
  top: 37px;
}
#header .cart {
  top: 30px;
}
#header .cart .articles {
  line-height: 31px;
  border-radius: 4px 0 0 4px !important;
  background: #555;
  border-right: 1px solid #FFF;
}
#header .cart .articles .counter {
  margin-left: 20px;
}
#header .cart .articles:before {
  content: "";
  width: 18px;
  height: 14px;
  text-indent: -999em;
  position: absolute;
  top: 7px;
  left: 8px;
  background: url(../images/ico-cart-small.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#header .cart > .button {
  border-left: none;
  border-radius: 0 4px 4px 0 !important;
}
#header .cart > .button span {
  height: 31px;
  font-size: 14px !important;
  font-weight: bold !important;
  text-transform: none;
  color: #fff !important;
  background: url(../images/ico-arrow-right.png) no-repeat scroll 75px 11px !important;
}
#header .cart > .button span:after {
  top: 12px !important;
  background: none !important;
}
#header .cart-button span:after {
  top: 12px !important;
  background: none !important;
}
#header .cart-button span {
  padding-right: 10px;
}
#header .left-meta-navigation {
  display: none;
}
#header .left-meta-navigation > ul > li:before {
  content: "";
  width: 3px;
  height: 3px;
  margin: -4px 0 0;
  background: none repeat scroll 0 0 #999;
}
#header .right-meta-navigation > ul > li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: block;
  border-radius: 10em;
  top: 1.2em;
  background: none repeat scroll 0 0 #999;
}
#header .right-meta-navigation > ul > li > a {
  color: #7A7A7A !important;
  line-height: 25px;
  font-weight: normal;
}
#header .right-meta-navigation > ul > li > a:hover {
  color: #000 !important;
}
#header .right-meta-navigation > ul > li > a.trigger {
  cursor: pointer;
}
#header .right-meta-navigation > ul > li > a strong {
  font-weight: normal !important;
}
#header .right-meta-navigation li.infobar-open {
  display: none !important;
}
#header .right-meta-navigation .store > a {
  padding-top: 0;
}
#header .legal-notice {
  display: none;
}
#top-navigation {
  /* all/medium res */
  width: 908px;
  height: 35px;
  padding-left: 40px;
  border: 0;
  background: url(../images/ico-home.png) no-repeat scroll 7px 8px transparent !important;
}
#top-navigation > ul.top-navigation-items {
  height: 35px;
}
#top-navigation > ul.top-navigation-items li.item {

  width: auto !important;
  height: 35px;
  padding: 0 17px;
  float: left !important;
  background: none !important;
  border: none;
  white-space: nowrap;
}
#top-navigation > ul.top-navigation-items li.item > a {
  height: 35px;
  line-height: 35px;
  background: none;
  border: none;
  color: #444;
  text-transform: uppercase;
  text-shadow: inherit;
  font-family: Arial, Helvetica, sans-serif !important;
}
#top-navigation>.top-navigation-items .item>a span {
  line-height: 36px !important;
}
#top-navigation > ul.top-navigation-items li.item a.top-navigatie-homepage {
  width: 32px;
  margin-left: -31px;
  display: block;
  text-indent: -9999px;
  right: 10px;
  z-index: 999;
  background: none !important;
}
#top-navigation > ul.top-navigation-items li.item span {
  font-weight: normal;
  font-size: 12px;
}
#top-navigation > ul.top-navigation-items li.item:first-child {
  width: 1px !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#top-navigation > ul.top-navigation-items li.item.navHover {
  /* flyout? */
}
#top-navigation > ul.top-navigation-items li.item.navHover > a {
  padding: 0;
  color: #df0000;
  box-shadow: none;
  border: none;
}
#top-navigation > ul.top-navigation-items li.item.navHover + li.item > a {
  box-shadow: none;
}
#top-navigation > ul.top-navigation-items li.item:hover > a {
  border: none;
  box-shadow: none !important;
  padding: 0 !important;
}
.touch #top-navigation > .top-navigation-items li.item:hover + li.item,
.touch #top-navigation > .top-navigation-items li.item:hover + li.item > a {
  box-shadow: none !important;
}
@media (min-width: 1200px) {
  /* large res */
  #top-navigation {
    width: 1148px;
  }
  #top-navigation > ul.top-navigation-items li.item {
    padding: 0 23px;
  }
  #top-navigation > ul.top-navigation-items li.item span {
    font-size: 14px;
  }
}
@media (max-width: 954px) {
  /* small res */
  #top-navigation {
    width: 670px;
  }
  #top-navigation > ul.top-navigation-items li.item {
    padding: 0 6px;
  }
  #top-navigation > ul.top-navigation-items li.item span {
    font-size: 11px;
  }
}
/***** SEARCH BOX *****/
.responsive #header form.search,
#header form.search {
  width: 230px;
  top: 30px !important;
  left: 420px !important;
  right: auto !important;
  border-radius: 4px;
}
.responsive #header form.search fieldset,
#header form.search fieldset {
  width: auto;
  box-shadow: none !important;
  border: none;
}
.responsive #header form.search fieldset input#search-phrase,
#header form.search fieldset input#search-phrase {
  width: 200px !important;
  height: 33px !important;
  line-height: 33px !important;
  padding: 0 80px 0 10px !important;
  float: left !important;
  font-size: 13px;
  color: #555;
  border-left: none;
  border: solid 1px #ccc;
  box-shadow: none;
  background: white !important;
  box-shadow: 1px 1px 0 #eee inset !important;
  border-radius: 4px;
}
.responsive #header form.search fieldset input,
#header form.search fieldset input,
.responsive #header form.search fieldset button,
#header form.search fieldset button {
  float: right !important;
}
.responsive #header form.search fieldset button#site-search-submit,
#header form.search fieldset button#site-search-submit {
  width: auto;
  height: 100%;
  position: absolute !important;
  top: 1px;
  right: 1px;
  z-index: 500;
  background: none !important;
}
.responsive #header form.search fieldset button#site-search-submit span,
#header form.search fieldset button#site-search-submit span {
  width: auto !important;
  height: 33px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  line-height: 33px !important;
  border: none !important;
  box-shadow: inset 0 #eee !important;
  border-radius: 0 5px 5px 0 !important;
  text-indent: 0 !important;
  background: none;
}
.responsive #header form.search fieldset button#site-search-submit:hover span,
#header form.search fieldset button#site-search-submit:hover span {
  background: #f7f7f7 !important;
  box-shadow: inset 0 1px 0 #eee !important;
}
.responsive #header form.search .search-autocomplete,
#header form.search .search-autocomplete {
  padding-top: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.responsive #header form.search .search-autocomplete.two-columns,
#header form.search .search-autocomplete.two-columns {
  left: -180px;
}
@media (max-width: 954px) {
  .responsive #header form.search .search-autocomplete.two-columns,
  #header form.search .search-autocomplete.two-columns {
    left: -380px;
  }
}
.responsive #header form.search .search-autocomplete.one-column,
#header form.search .search-autocomplete.one-column {
  left: 0;
}
@media (max-width: 954px) {
  .responsive #header form.search .search-autocomplete.one-column,
  #header form.search .search-autocomplete.one-column {
    left: -42px;
  }
}
.responsive #header form.search .search-autocomplete ul,
#header form.search .search-autocomplete ul {
  margin: 0;
  padding: 0;
}
.responsive #header form.search .search-autocomplete ul li a,
#header form.search .search-autocomplete ul li a {
  text-shadow: none;
}
.responsive #header form.search .search-autocomplete ul li a strong,
#header form.search .search-autocomplete ul li a strong {
  font-weight: normal !important;
  font-family: 'mm-bold' !important;
}
.responsive #header form.search .search-autocomplete ul li:hover,
#header form.search .search-autocomplete ul li:hover,
.responsive #header form.search .search-autocomplete ul li a:hover,
#header form.search .search-autocomplete ul li a:hover,
.responsive #header form.search .search-autocomplete ul li a:focus,
#header form.search .search-autocomplete ul li a:focus,
.responsive #header form.search .search-autocomplete ul li a:active,
#header form.search .search-autocomplete ul li a:active {
  background: #f7f7f7;
}
.responsive #header form.search .search-autocomplete ul li.title-item,
#header form.search .search-autocomplete ul li.title-item {
  padding: 0;
}
.responsive #header form.search .search-autocomplete ul li.title-item span,
#header form.search .search-autocomplete ul li.title-item span {
  padding: 5px 10px;
  font-size: 14px;
  font-family: 'mm-bold' !important;
  font-weight: normal;
  text-transform: uppercase;
  background: f7f7f7;
  border: none;
}
.responsive #header form.search .search-autocomplete .ui-menu .ui-menu-item,
#header form.search .search-autocomplete .ui-menu .ui-menu-item {
  width: auto;
}
@media (min-width: 1200px) {
  .responsive #header form.search,
  #header form.search {
    left: 660px !important;
  }
}
@media (max-width: 954px) {
  .responsive #header form.search,
  #header form.search {
    left: 380px !important;
  }
  .responsive #header form.search fieldset input#search-phrase,
  #header form.search fieldset input#search-phrase {
    width: 125px !important;
  }
}
@media (max-width: 1200px) {
  .responsive #header .search input {
    width: 145px !important;
  }
}
.button.inline {
  height: 31px;
  line-height: 30px !important;
  background: none !important;
  border-radius: 0 !important;
}
.button.inline span {
  height: 31px;
  line-height: 30px !important;
  background: none !important;
  border-radius: 0 !important;
}
#header .cart > a.button {
  border-radius: 0 4px 4px 0 !important;
}
#header .cart .articles {
  border-radius: 4px 0 0 4px !important;
}
#header .search,
.responsive #header .search {
  width: auto !important;
  position: absolute;
  top: 32px !important;
  right: 270px;
  left: auto;
}
#header .search fieldset {
  height: auto;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 0 0 0 0;
  box-shadow: none;
}
#header .search input {
  height: 25px;
  line-height: 25px;
  padding: 0 10px !important;
  float: left !important;
  background: none;
  border-left: medium none;
  box-shadow: 1px 1px 0 #eee inset;
  color: #555;
}

/* header fixes resolution 2+3 (topmenu) */
  /* medium res */
	#header header {height: 118px;}
	#header #logo {top:25px;}
	.responsive #header form.search, #header form.search {top:35px !important;}
	#header .cart {top:35px !important;}

@media (max-width: 954px) {
  /* small res */
	#header header {height: 118px;}
	#header #logo {top:25px;}
	.responsive #header form.search, #header form.search {top:35px !important;}
	#header .cart {top:35px !important;}
}
@media (min-width: 1200px) {
  /* large res */
	#header header {height: 108px;}
	#header #logo {top:12px;}
	.responsive #header form.search, #header form.search {top:30px !important;}
	#header .cart {top:30px !important;}
}

#header.header-sticky .cart {
	top: 5px !important;
}

#header.header-sticky #logo {
	top: 7px !important;
}
/* Verwijder de intiële door PIM gezette folder-categorie */
#header ul.top-navigation-items li.acties-css-class ul li ul li:first-child { display:block; }
#header ul.top-navigation-items li.acties-css-class ul li:first-child { display:none; }