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

/*--- standard variables ---*/
/*--- switch themes ---*/
/* #####################################################################################################
   VARIABLES - 3 - Ot en sien
   ##################################################################################################### */
/*--- 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 -----*/
/* ++ Digital Sales Assisten - Nav bar ++ */

.digitalSalesAssisstentNav {
  background: black;
  color: white;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .digitalSalesAssisstentNav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
  }
}
@media only screen and (min-width: 768px) {
  .digitalSalesAssisstentNav .container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
  }
}
html.no-flexbox .digitalSalesAssisstentNav {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}
.digitalSalesAssisstentNav p {
  display: none;
  margin: 0;
  flex-grow: 3;
}
@media only screen and (min-width: 768px) {
  .digitalSalesAssisstentNav p {
    display: block;
    float: left;
  }
}
.digitalSalesAssisstentNav .buttons {
  flex-grow: 1;
  line-height: 0;
  text-align: right;
  height: 50px;
  padding: 5px 0;
}
@media only screen and (min-width: 768px) {
  .digitalSalesAssisstentNav .buttons {
    float: right;
    padding: 10px 0;
  }
}
.digitalSalesAssisstentNav .bttn {
  color: white;
}
.digitalSalesAssisstentNav .bttn.link:hover {
  background: none;
  color: white;
  opacity: 1;
}
.digitalSalesAssisstentNav .bttn.link:hover {
  text-decoration: underline;
}
.autocompleteResults {
  border: 1px solid #ebebeb;
  background: white;
  z-index: 10;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}
.autocompleteResults:empty {
  display: none;
}
.autocompleteResults li {
  border-top: 1px solid #ebebeb;
}
.autocompleteResults li.active {
  background: #e6e6e6;
}
.autocompleteResults a {
  display: block;
  padding: 4%;
  color: #454545;
}
/* -- Digital Sales Assisten - Nav bar -- */

/* ++ Top Navigation ++ */

#topNav {
  background-color: #f1f0f2;
}
#topNav #usp {
  margin: 0;
  float: left;
}
#topNav #usp li {
  height: 34px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  line-height: 34px;
  overflow: hidden;
  color: white;
  position: relative;
  padding-left: 18px;
}
#topNav #usp li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: white;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media only screen and (min-width: 768px) {
  #topNav #usp {
    overflow: auto;
  }
  #topNav #usp li {
    width: auto;
    line-height: 34px;
    height: 34px;
    float: left;
  }
  #topNav #usp li + li {
    margin-left: 25px;
  }
}
#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: 34px;
  line-height: 34px;
}
#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: 34px;
  line-height: 34px;
  padding: 0;
  display: block;
  color: white;
  font-size: 14px;
}
#topNav #utilNav ul li a:hover,
#topNav #memberNav ul li a:hover {
  text-decoration: underline;
}
#topNav #memberNav {
  margin-right: 15px;
}
/* ++ Header ++ */

#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  background-color: white;
  border-bottom: solid 5px #262626;
}
@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;
  }
}
#header .header__main {
  height: 65px;
  z-index: 200;
}
@media only screen and (min-width: 1024px) {
  #header .header__main {
    height: 128px;
  }
}
#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 {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
  margin: 0 auto;
  max-width: 80px;
  width: 80px;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  #logo {
    max-width: 180px;
    width: 180px;
  }
}
#logo img {
  width: auto;
  height: auto;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px) {
  #logo img {
    width: auto;
    height: auto;
  }
}
/* ++ Menu toggle ++ */

#menuToggle {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  width: 65px;
  height: 65px;
}
#menuToggle:before {
  content: attr(title);
  position: absolute;
  top: auto;
  right: auto;
  left: 0;
  text-align: center;
  bottom: 8px;
  font-size: 11px;
  font-weight: bold;
  width: 47px;
  color: black;
}
#menuToggle span {
  position: absolute;
  left: 10px;
  right: 0;
  height: 2px;
  background-color: white;
}
#menuToggle span:nth-child(1) {
  width: 9px;
  top: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
#menuToggle span:nth-child(2) {
  width: 18px;
  top: 26px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
#menuToggle span:nth-child(3) {
  top: 32px;
  width: 27px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
#menuToggle.close:before {
  content: attr(data-close);
  bottom: 4px;
}
#menuToggle.close span:nth-child(1),
#menuToggle.close span:nth-child(2),
#menuToggle.close span:nth-child(3) {
  width: 27px;
}
#menuToggle.close span:nth-child(2) {
  left: -50px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
#menuToggle.close span:nth-child(1) {
  top: 27px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menuToggle.close span:nth-child(3) {
  top: 27px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* ++ Search Box ++ */

#searchNav {
  display: block;
  width: 30px;
  height: 65px;
  position: absolute;
  top: 0;
  right: 52px;
}
@media only screen and (min-width: 400px) {
  #searchNav {
    width: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  #searchNav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 15px;
    bottom: 0;
    width: 230px;
    height: auto;
    bottom: auto;
  }
}
#searchNav input {
  line-height: 27px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #262626;
  width: 100%;
  height: 40px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
#searchNav input:focus,
#searchNav input:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #262626;
}
@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;
  left: 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: "";
  width: auto;
  height: 25px;
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?> <svg enable-background='new 0 0 451 451' version='1.1' viewBox='0 0 451 451' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'> <path d='m447.05 428l-109.6-109.6c29.4-33.8 47.2-77.9 47.2-126.1 0-106.1-86.3-192.3-192.3-192.3-106.1 0-192.3 86.3-192.3 192.3s86.3 192.3 192.3 192.3c48.2 0 92.3-17.8 126.1-47.2l109.6 109.6c2.6 2.6 6.1 4 9.5 4s6.9-1.3 9.5-4c5.2-5.2 5.2-13.8 0-19zm-420.1-235.7c0-91.2 74.2-165.3 165.3-165.3 91.2 0 165.3 74.2 165.3 165.3s-74.1 165.4-165.3 165.4c-91.1 0-165.3-74.2-165.3-165.4z' fill='DarkSlateGray'/> </svg>");
}
#searchNav #searchDropdown {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  top: 65px;
  padding: 15px 25px;
  border-bottom: solid 1px #ebebeb;
  -webkit-box-shadow: 0 3px 5px -5px black;
  -moz-box-shadow: 0 3px 5px -5px black;
  box-shadow: 0 3px 5px -5px black;
  background-color: #f2f2f2;
  overflow: unset !important;
}
@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;
    background-color: white;
  }
}
#searchNav #searchDropdown .arrow {
  position: absolute;
  right: 75px;
  top: -27px;
}
@media only screen and (min-width: 1024px) {
  #searchNav #searchDropdown .arrow {
    display: none;
  }
}
#searchNav #searchDropdown .arrow:after {
  border-bottom-color: #f2f2f2;
}
#searchNav #searchDropdown .arrow:before {
  border-bottom-color: none;
}
#searchNav #searchDropdown input[type="search"] {
  background-color: #f2f2f2;
}
@media only screen and (min-width: 1024px) {
  #searchNav #searchDropdown input[type="search"] {
    background-color: white;
  }
}
/* ++ Shopping bag  ++ */

#shoppingBag {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  #shoppingBag {
    width: 145px;
    height: auto;
    margin: 0;
    max-width: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
  }
}
#shoppingBag #ShoppingCart {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  max-width: 55px;
}
#shoppingBag #ShoppingCart:before {
  content: "";
  background-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?> <svg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 321.2 321.2' style='enable-background:new 0 0 321.2 321.2;' xml:space='preserve'> <path d='M306.4,313.2l-24-223.6c-0.4-3.6-3.6-6.4-7.2-6.4h-44.4V69.6c0-38.4-31.2-69.6-69.6-69.6c-38.4,0-69.6,31.2-69.6,69.6 v13.6H46c-3.6, 0-6.8, 2.8-7.2, 6.4l-24, 223.6c-0.4, 2, 0.4, 4, 1.6, 5.6c1.2, 1.6, 3.2, 2.4, 5.2, 2.4h278c2, 0, 4-0.8, 5.2-2.4 C306, 317.2, 306.8, 315.2, 306.4, 313.2z M223.6, 123.6c3.6, 0, 6.4, 2.8, 6.4, 6.4c0, 3.6-2.8, 6.4-6.4, 6.4c-3.6, 0-6.4-2.8-6.4-6.4 C217.2, 126.4, 220, 123.6, 223.6, 123.6z M106, 69.6c0-30.4, 24.8-55.2, 55.2-55.2c30.4, 0, 55.2, 24.8, 55.2, 55.2v13.6H106V69.6z M98.8, 123.6c3.6, 0, 6.4, 2.8, 6.4, 6.4c0, 3.6-2.8, 6.4-6.4, 6.4c-3.6, 0-6.4-2.8-6.4-6.4C92.4, 126.4, 95.2, 123.6, 98.8, 123.6z M30, 306.4 L52.4, 97.2h39.2v13.2c-8, 2.8-13.6, 10.4-13.6, 19.2c0, 11.2, 9.2, 20.4, 20.4, 20.4c11.2, 0, 20.4-9.2, 20.4-20.4c0-8.8-5.6-16.4-13.6-19.2 V97.2h110.4v13.2c-8, 2.8-13.6, 10.4-13.6, 19.2c0, 11.2, 9.2, 20.4, 20.4, 20.4c11.2, 0, 20.4-9.2, 20.4-20.4c0-8.8-5.6-16.4-13.6-19.2V97.2 H270l22.4, 209.2H30z' fill='black'/></svg>");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 29px;
  width: 29px;
}
@media only screen and (min-width: 1024px) {
  #shoppingBag #ShoppingCart:before {
    left: auto;
    right: 0;
    content: "";
    background-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?> <svg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 321.2 321.2' style='enable-background:new 0 0 321.2 321.2;' xml:space='preserve'> <path d='M306.4,313.2l-24-223.6c-0.4-3.6-3.6-6.4-7.2-6.4h-44.4V69.6c0-38.4-31.2-69.6-69.6-69.6c-38.4,0-69.6,31.2-69.6,69.6 v13.6H46c-3.6, 0-6.8, 2.8-7.2, 6.4l-24, 223.6c-0.4, 2, 0.4, 4, 1.6, 5.6c1.2, 1.6, 3.2, 2.4, 5.2, 2.4h278c2, 0, 4-0.8, 5.2-2.4 C306, 317.2, 306.8, 315.2, 306.4, 313.2z M223.6, 123.6c3.6, 0, 6.4, 2.8, 6.4, 6.4c0, 3.6-2.8, 6.4-6.4, 6.4c-3.6, 0-6.4-2.8-6.4-6.4 C217.2, 126.4, 220, 123.6, 223.6, 123.6z M106, 69.6c0-30.4, 24.8-55.2, 55.2-55.2c30.4, 0, 55.2, 24.8, 55.2, 55.2v13.6H106V69.6z M98.8, 123.6c3.6, 0, 6.4, 2.8, 6.4, 6.4c0, 3.6-2.8, 6.4-6.4, 6.4c-3.6, 0-6.4-2.8-6.4-6.4C92.4, 126.4, 95.2, 123.6, 98.8, 123.6z M30, 306.4 L52.4, 97.2h39.2v13.2c-8, 2.8-13.6, 10.4-13.6, 19.2c0, 11.2, 9.2, 20.4, 20.4, 20.4c11.2, 0, 20.4-9.2, 20.4-20.4c0-8.8-5.6-16.4-13.6-19.2 V97.2h110.4v13.2c-8, 2.8-13.6, 10.4-13.6, 19.2c0, 11.2, 9.2, 20.4, 20.4, 20.4c11.2, 0, 20.4-9.2, 20.4-20.4c0-8.8-5.6-16.4-13.6-19.2V97.2 H270l22.4, 209.2H30z' fill='black'/></svg>");
  }
}
@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 43px 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: 7px;
    right: 7px;
    background: #262626;
    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;
}
.autocompleteResults {
  border: 1px solid #ebebeb;
  background: white;
  z-index: 10;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.autocompleteResults li {
  border-top: 1px solid #ebebeb;
}
.autocompleteResults li.active {
  background: #e6e6e6;
}
.autocompleteResults a {
  display: block;
  padding: 4%;
  color: #454545;
}
