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

/*--- standard variables ---*/
/*--- switch themes ---*/
/* #####################################################################################################
   This stylesheet is used for theme specific variables

   1 Munnichs

   ##################################################################################################### */
/*--- 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 -----*/
.autocompleteResults {
  background: white;
  z-index: 10;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}
.autocompleteResults li {
  border-top: 1px solid black;
}
.autocompleteResults li.active {
  background: #e6e6e6;
}
.autocompleteResults a {
  display: block;
  padding: 4%;
  color: black;
}
/* ++ Top Navigation ++ */

#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: black;
}
#topNav #utilNav ul li a:hover,
#topNav #memberNav ul li a:hover {
  color: black;
}
#topNav #memberNav {
  margin-right: 15px;
}
/* ++ Header ++ */

#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  background-color: white;
  border-top: 4px solid #c61c40;
}
@media only screen and (min-width: 375px) {
  
}
@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 {
    position: relative;
    border-bottom: 0;
  }
}
#header .container {
  height: inherit;
}
@media only screen and (min-width: 1024px) {
  #header .container {
    border: 0;
  }
}
@media only screen and (min-width: 768px) {
  #header .header__main {
    height: 110px;
  }
}
@media only screen and (min-width: 1024px) {
  #header .header__main {
    height: 150px;
  }
}
@media only screen and (min-width: 1280px) {
  #header .header__main {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1920px) {
  #header .header__main {
    padding: 10px 0 0 0;
  }
}
#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: black;
}
#header #shoppingBag #CartPrice {
  color: black;
  font-weight: 600;
}
.contactBlock {
  position: absolute;
  top: 80px;
  bottom: auto;
  left: 0;
}
.homepage .contactBlock {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .contactBlock {
    text-align: center;
    width: 100%;
    line-height: 28px;
    background: #fafafa;
  }
}
@media only screen and (min-width: 1024px) {
  .contactBlock {
    top: 45px;
    bottom: 0;
    left: 15px;
    right: auto;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1920px) {
  .contactBlock {
    left: 0;
  }
}
.contactBlock .emailLink,
.contactBlock .questionCall,
.contactBlock .phoneLink {
  color: black;
  font-weight: 600;
  font-size: 18px;
}
.contactBlock .emailLink span,
.contactBlock .questionCall span,
.contactBlock .phoneLink span {
  display: inline-block;
  font-size: 18px;
}
.contactBlock .emailLink,
.contactBlock .phoneLink {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
.contactBlock .emailLink:hover,
.contactBlock .phoneLink:hover {
  color: #c61c40;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
.contactBlock span {
  font-size: 16px;
}
.iconNav {
  position: absolute;
  right: 45px;
  text-align: right;
  top: 22px;
}
@media only screen and (min-width: 1024px) {
  .iconNav {
    top: 50px;
    right: 60px;
    width: 200px;
  }
}
@media only screen and (min-width: 1920px) {
  .iconNav {
    right: 45px;
  }
}
.iconNav .favoriteIcon,
.iconNav .userIcon,
.iconNav .serviceIcon {
  width: 30px;
  height: 30px;
}
.iconNav .serviceIcon {
  margin-right: 8px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .iconNav .serviceIcon {
    display: inline-block;
  }
}
.iconNav .serviceIcon:before {
  content: "";
  display: block;
  background: url(../images/serviceIcon.svg) no-repeat center center;
  width: 27px;
  height: 27px;
  margin: 3px 5px 3px 2px;
}
.iconNav .favoriteIcon {
  margin-right: 5px;
  display: inline-block;
}
.iconNav .favoriteIcon:before {
  content: "";
  display: block;
  background: url(../images/favoriteIcon.svg) no-repeat center center;
  width: 30px;
  height: 30px;
}
.iconNav .userIcon {
  margin-right: 0;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .iconNav .userIcon {
    display: inline-block;
  }
}
.iconNav .userIcon:before {
  content: "";
  display: block;
  background: url(../images/userIcon.png) no-repeat center center;
  width: 26px;
  height: 25px;
  margin: 4px 4px 4px 2px;
}
/* ++ Logo ++ */

#logo {
  display: block;
  height: auto;
  width: auto;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
  z-index: 0;
  max-width: 120px;
}
@media only screen and (min-width: 1024px) {
  #logo {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: -5px auto auto auto;
    width: 220px;
    max-width: 220px;
    padding-top: 0;
    line-height: 150px;
  }
}
#logo img {
  height: auto;
  width: auto;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px) {
  #logo img {
    width: 220px;
    height: auto;
    max-width: none;
  }
}
/* ++ Menu toggle ++ */

#menuToggle {
  width: 55px;
  max-width: 70px;
  height: 100%;
  overflow: hidden;
  color: black;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  padding: 15px 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;
  text-transform: uppercase;
}
#menuToggle:before {
  display: block;
  content: "\f0c9";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 28px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: auto;
}
.panelOpen.mobileNavPanel #menuToggle:before {
  content: "\f00d ";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 28px;
  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 black;
  }
}
/* ++ Search Box ++ */

#searchNav {
  display: block;
  width: 30px;
  height: calc(100% - 3px);
  background: white;
  position: absolute;
  top: 0;
  right: 45px;
}
@media only screen and (min-width: 375px) {
  #searchNav {
    width: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  #searchNav {
    display: block;
    max-width: none;
    width: 150px;
    height: auto;
    margin: 0 auto;
    top: 0;
    right: 15px;
    bottom: auto;
  }
}
@media only screen and (min-width: 1920px) {
  #searchNav {
    right: 0;
  }
}
#searchNav input {
  line-height: 27px;
  border: none;
  width: 100%;
  height: 40px;
  background-color: #f8f8f8;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
#searchNav input::-webkit-input-placeholder {
  font-style: normal;
  letter-spacing: 1px;
}
#searchNav input:-moz-placeholder {
  font-style: normal;
  letter-spacing: 1px;
}
#searchNav input::-moz-placeholder {
  font-style: normal;
  letter-spacing: 1px;
}
#searchNav input:-ms-input-placeholder {
  font-style: normal;
  letter-spacing: 1px;
}
#searchNav input:focus {
  box-shadow: none;
  border-bottom: 1px solid #c61c40;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
@media only screen and (min-width: 1024px) {
  #searchNav input {
    min-height: 0;
  }
}
#searchNav .bttn {
  width: 30px;
  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 .bttn:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
#searchNav #searchToggle {
  width: 100%;
  height: 100%;
  color: black;
}
@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: none;
  position: fixed;
  left: 0;
  width: 100%;
  top: 110px;
  padding: 2%;
  border: 1px solid black;
  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 section {
  background: #f8f8f8;
}
#searchNav #searchDropdown .arrow {
  position: absolute;
  right: 75px;
  top: -28px;
}
@media only screen and (min-width: 1024px) {
  #searchNav #searchDropdown .arrow {
    display: none;
  }
}
/* ++ Shopping bag  ++ */

#shoppingBag {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  #shoppingBag {
    width: 30px;
    height: auto;
    top: 50px;
    margin: 0;
    max-width: none;
    right: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  #shoppingBag {
    right: 5px;
  }
}
#shoppingBag #ShoppingCart {
  position: relative;
  width: 100%;
  height: 50px;
  display: block;
  text-align: center;
  max-width: 55px;
}
@media only screen and (max-width: 1023px) {
  #shoppingBag #ShoppingCart {
    margin-top: 13px;
  }
}
#shoppingBag #ShoppingCart:before {
  content: "";
  background: url(../images/Shoppingbag.svg) no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 1024px) {
  #shoppingBag #ShoppingCart:before {
    left: auto;
  }
}
@media only screen and (min-width: 1024px) {
  #shoppingBag #ShoppingCart {
    width: 30px;
    height: 30px;
    text-indent: 0;
    background: none;
    text-align: right;
    border: none;
    max-width: none;
    text-decoration: none;
  }
  #shoppingBag #ShoppingCart #ShoppingCartCount {
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    background: #bc9f75;
    color: white;
    font-family: 'Montserrat', sans-serif;
    min-width: 20px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    text-indent: 0;
    font-size: 15px;
    font-weight: 600;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
@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: 2px;
    background: #bc9f75;
    color: white;
    font-family: 'Montserrat', sans-serif;
    min-width: 20px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    text-indent: 0;
    font-size: 15px;
    font-weight: 600;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    -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: black;
}
.languagePicker li:first-child {
  margin-left: 0;
}
.languagePicker li a {
  color: inherit;
}
.languagePicker li a:hover {
  color: black;
  text-decoration: underline;
}
.notifMessage {
  background: darkred;
  color: white;
  margin-top: 60px;
  text-align: center;
  padding: 5px;
  font-size: 14px;
}
.notifMessage a {
  color: white;
  text-decoration: underline;
}
.notifMessage a:hover {
  color: white;
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  .notifMessage {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1024px) {
  .notifMessage {
    margin: 10px 0px;
  }
}
