/* #####################################################################################################
   This stylesheet describes the header
   ##################################################################################################### */

/*--- standard variables ---*/
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)";

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.header__main.container {
  max-width: 1450px !important;
}
/* ++ Top Navigation ++ */

#topNav {
  background-color: white;
}
#topNav .usp {
  margin: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  pointer-events: none;
}
#topNav .usp ul {
  position: relative;
}
#topNav .usp ul li {
  position: absolute;
  top: -30px;
  width: 100%;
  font-size: 12px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*-moz-backface-visibility: hidden;*/

  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media only screen and (min-width: 768px) {
  #topNav .usp ul li {
    font-size: 14px;
  }
}
#topNav .usp ul li.active {
  top: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
#topNav .usp ul li a {
  color: black;
}
#topNav .usp ul li a:before {
  content: "";
  display: inline-block;
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: auto;
  margin-right: 8px;
  width: 16px;
  height: 12px;
}
#topNav #utilNav,
#topNav #memberNav {
  background: none;
  overflow: hidden;
  float: right;
}
#topNav #utilNav ul,
#topNav #memberNav ul {
  border: none;
  display: block;
  overflow: hidden;
}
#topNav #utilNav ul li,
#topNav #memberNav ul li {
  float: left;
  height: 40px;
  line-height: 40px;
}
#topNav #utilNav ul li + li,
#topNav #memberNav ul li + li {
  margin-left: 15px;
}
#topNav #utilNav ul li.account,
#topNav #memberNav ul li.account {
  padding: 0 5px;
}
#topNav #utilNav ul li a,
#topNav #memberNav ul li a {
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0;
  display: block;
  color: #454545;
}
#topNav #utilNav ul li a:hover,
#topNav #memberNav ul li a:hover {
  color: black;
}
#topNav #memberNav {
  margin-right: 15px;
}
/* ++ Header ++ */

#header {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  background-color: #262626 !important;
}
@media only screen and (min-width: 768px) {
  #header {
    height: auto;
    width: 100%;
  }
  #header .hasSub .brandCol,
  #header .hasSub .suggestCol,
  #header .hasSub .banner,
  #header .hasSub .title {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #header {
    border-bottom: 0;
  }
}
#header .container {
  height: inherit;
}
@media only screen and (min-width: 1024px) {
  #header .container {
    border: 0;
  }
}
#header .header__main {
  display: flex;
  justify-content: space-between;
  height: 60px;
}
@media only screen and (min-width: 768px) {
  #header .header__main {
    height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  #header .header__main {
    height: 94px;
  }
}
#header .header__main .header-left-side {
  display: flex;
  gap: 32px;
  width: 100%;
}
#header .header__main .header-left-side #logo img {
  height: 37px !important;
  width: 153px !important;
}
@media only screen and (min-width: 1024px) {
  #header .header__main .header-left-side #logo img {
    height: auto !important;
    width: 170px !important;
  }
}
#header .header__main .header-right-side {
  display: flex;
  width: 100%;
  justify-content: end;
  gap: 30px;
}
@media only screen and (min-width: 1024px) {
  #header .header__main .header-right-side {
    width: 45%;
  }
}
#header .header__main .header-right-side svg {
  color: white;
}
#header .header__main .header-right-side .header-text {
  color: white;
}
#header .vatpicker {
  position: absolute;
  left: 320px;
  top: 30px;
}
#header .vatpicker a {
  padding: 0 10px 0 0;
}
#header .productComparison {
  position: absolute;
  left: 320px;
  top: 53px;
}
#header #shoppingBag > a {
  color: #454545;
}
#header #shoppingBag #CartPrice {
  color: #454545;
  font-weight: 600;
}
/* ++ Logo ++ */

#logo {
  display: block;
  height: auto;
  width: auto;
  text-align: center;
  line-height: 60px;
  position: relative;
  top: -3px;
  left: 30px;
}
@media only screen and (min-width: 1024px) {
  #logo {
    top: 17px;
    left: 15px;
    padding: 0;
    position: absolute;
    margin: 0;
    height: auto;
  }
}
#logo img {
  filter: invert(1);
  width: auto;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px) {
  #logo img {
    width: auto;
    height: auto;
  }
}
/* ++ Menu toggle ++ */

#menuToggle {
  width: 55px;
  max-width: 70px;
  height: 100%;
  overflow: hidden;
  color: white;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  padding: 18px 0 8px 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
#menuToggle:before {
  display: block;
  color: white;
  content: "\f0c9";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: auto;
  position: relative;
  right: 15px;
  top: 2px;
}
.panelOpen.mobileNavPanel #menuToggle:before {
  content: "\f00d ";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: auto;
}
@media only screen and (min-width: 1024px) {
  #menuToggle {
    width: 40px;
    bottom: auto;
    height: 40px;
    left: 15px;
    top: 15px;
    border: 1px solid #dedede;
  }
}
/* ++ Search Box ++ */

#searchNav {
  display: block;
  width: 30px;
  height: calc(100% - 3px);
  background: transparent;
  position: absolute;
  top: 0;
  right: 45px;
}
@media only screen and (min-width: 400px) {
  #searchNav {
    width: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  #searchNav {
    display: block;
    position: relative;
    max-width: none;
    width: 255px;
    height: 40px;
    margin: 0;
    top: 27px;
    right: 0;
    left: 0;
    bottom: auto;
    background: #999999;
  }
}
#searchNav input {
  line-height: 27px;
  border: none !important;
  width: 100%;
  height: 40px;
  background: #ebebeb;
}
#searchNav input:focus {
  box-shadow: none;
}
@media only screen and (min-width: 1024px) {
  #searchNav input {
    min-height: 0;
  }
}
#searchNav .bttn {
  width: 35px;
  min-width: 35px;
  height: 100%;
  text-indent: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0 none;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  cursor: pointer;
}
#searchNav #searchToggle {
  width: 100%;
  height: 100%;
  color: #454545;
}
@media only screen and (min-width: 1024px) {
  #searchNav #searchToggle {
    display: none;
  }
}
#searchNav #searchToggle:before {
  content: "\f002";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#searchNav #searchDropdown {
  display: block;
  position: fixed;
  left: 0;
  width: 100%;
  top: 88px;
  padding: 8px;
  background: white;
  -webkit-box-shadow: 0 0 3px 0.2;
  -moz-box-shadow: 0 0 3px 0.2;
  box-shadow: 0 0 3px 0.2;
}
@media only screen and (min-width: 1024px) {
  #searchNav #searchDropdown {
    display: block !important;
    /* overwrite js toggle for mobile */
    padding: 0;
    border: 0 none;
    top: auto;
    left: auto;
    width: 100%;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
#searchNav #searchDropdown .arrow {
  display: none;
  position: absolute;
  right: 75px;
  top: -28px;
}
@media only screen and (min-width: 1024px) {
  #searchNav #searchDropdown .arrow {
    display: none;
  }
}
.text-header-test {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
}
.favoritesIcon {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  gap: 3px;
}
.header-text {
  font-size: 10px;
}
/* ++ Shopping bag  ++ */

#shoppingBag {
  position: absolute;
  top: -1px;
  right: 15px;
  width: 60px;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  #shoppingBag {
    right: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  #shoppingBag {
    width: 60px;
    height: auto;
    top: 15px;
    margin: 0;
    max-width: none;
    right: 5px;
  }
}
#shoppingBag #ShoppingCart {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  max-width: 55px;
}
@media only screen and (min-width: 1024px) {
  #shoppingBag #ShoppingCart {
    width: auto;
    height: auto;
    text-indent: 0;
    background: none;
    text-align: right;
    border: none;
    padding: 0 51px 0 0;
    max-width: none;
    text-decoration: none;
  }
  #shoppingBag #ShoppingCart #ShoppingCartCount {
    display: block;
    position: relative;
    display: inline;
    top: auto;
    right: auto;
  }
}
@media only screen and (max-width: 1023px) {
  #shoppingBag #amountWrapper {
    display: block;
  }
  #shoppingBag #amountWrapper span {
    display: none;
  }
  #shoppingBag #amountWrapper #ShoppingCartCount {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #0175bb;
    color: white;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    text-indent: 0;
    font-size: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #shoppingBag #amountWrapper #ShoppingCartCount.empty {
    display: none;
  }
}
.languagePicker {
  float: left;
  margin-left: 50px;
}
.languagePicker li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: -4px;
  line-height: 40px;
  color: #454545;
}
.languagePicker li:first-child {
  margin-left: 0;
}
.languagePicker li a {
  color: inherit;
}
.languagePicker li a:hover {
  color: black;
  text-decoration: underline;
}
