/* #####################################################################################################
   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 -----*/
/* ++ 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;
}
/* -- Digital Sales Assisten - Nav bar -- */

/* ++ Top Navigation ++ */

.storeOpeningStatus a {
  color: black;
}
#topNav {
  background: #eae9e9;
  padding: 1px 0px;
}
#topNav .container {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}
#topNav .container:after {
  display: none;
}
#topNav .question {
  display: inline;
  font-size: 11px;
}
#topNav .question:first-child {
  font-weight: 700;
  font-size: 12px;
}
#topNav .storeOpeningStatus {
  display: inline-block;
  margin: 0 10px 0 15px;
  font-size: 12px;
}
@media only screen and (min-width: 1280px) {
  #topNav .storeOpeningStatus {
    margin: 0 30px;
  }
}
#topNav .storeOpeningStatus p,
#topNav .storeOpeningStatus a {
  color: black;
  margin: 0;
}
#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;
}
#topNav #utilNav ul li + li,
#topNav #memberNav ul li + li {
  margin-left: 5px;
}
@media only screen and (min-width: 1280px) {
  #topNav #utilNav ul li + li,
  #topNav #memberNav ul li + li {
    margin-left: 15px;
  }
}
#topNav #utilNav ul li + li a:before,
#topNav #memberNav ul li + li a:before {
  content: "";
  width: 1px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  background: #afafaf;
  vertical-align: middle;
}
@media only screen and (min-width: 1280px) {
  #topNav #utilNav ul li + li a:before,
  #topNav #memberNav ul li + li a:before {
    margin-right: 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;
  padding: 0;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  color: #505050;
}
#topNav #utilNav ul li a:hover,
#topNav #memberNav ul li a:hover {
  color: #f69a0b;
}
#topNav #utilNav {
  margin-left: 15px;
}
#topNav #utilNav ul li a:before {
  content: "";
  width: 1px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  background: #afafaf;
  vertical-align: middle;
}
@media only screen and (min-width: 1280px) {
  #topNav #utilNav ul li a:before {
    margin-right: 12px;
  }
}
/* ++ Header ++ */

#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  background-color: white;
  border-bottom: 1px solid rgba(80, 80, 80, 0.5);
  height: 102px;
}
@media only screen and (min-width: 768px) {
  #header {
    height: 115px;
    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;
    height: 100px;
  }
}
#header .container {
  height: auto;
}
@media only screen and (min-width: 1024px) {
  #header .container {
    border: 0;
  }
}
#header .header__main {
  background: white;
}
@media only screen and (min-width: 1024px) {
  #header .header__main {
    padding: 5px 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;
  height: 50px;
  padding: 11px 0 0;
}
#header #shoppingBag #CartPrice {
  color: black;
}
/* ++ Logo ++ */

#logo {
  position: relative;
  display: block;
  height: auto;
  width: 215px;
  line-height: 60px;
  left: 50px;
}
@media only screen and (min-width: 768px) {
  #logo {
    margin: 0 auto;
    max-width: 70%;
    text-align: center;
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    top: 16px;
    left: 15px;
    padding: 0;
    position: absolute;
    margin: 0;
    height: auto;
  }
}
#logo img {
  display: block;
  width: auto;
  vertical-align: middle;
  max-width: 215px;
}
@media only screen and (min-width: 400px) {
  #logo img {
    max-width: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  #logo img {
    max-width: 472px;
  }
}
/* ++ Thuiswinkel Waarborg ++ */

.thuiswinkel {
  position: absolute;
  right: 470px;
  top: 10px;
}
.thuiswinkel img {
  max-width: 60px;
}
.favorites {
  position: absolute;
  top: 38px;
  right: 35px;
}
@media only screen and (min-width: 768px) {
  .favorites {
    right: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .favorites {
    top: 50px;
    right: 180px;
  }
}
.favorites:hover {
  text-decoration: none;
}
.favorites .favorite {
  bottom: 0;
  right: 20px;
}
/* ++ Menu toggle ++ */

#menuToggle {
  width: 45px;
  max-width: 60px;
  height: 100%;
  overflow: hidden;
  color: black;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  padding: 10px 0;
  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;
  content: "\f0c9";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: auto;
  color: #505050;
}
.panelOpen.mobileNavPanel #menuToggle:before {
  content: "\f00d ";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: auto;
}
#menuToggle span {
  display: block;
  font-size: 9px;
  line-height: 10px;
}
@media only screen and (min-width: 1024px) {
  #menuToggle {
    width: 40px;
    bottom: auto;
    height: 40px;
    left: 15px;
    top: 15px;
    border: 1px solid #afafaf;
  }
}
/* ++ Search Box ++ */

#searchNav {
  position: relative;
  display: block;
  background: white;
}
@media only screen and (min-width: 1024px) {
  #searchNav {
    display: block;
    max-width: none;
    width: 174px;
    height: auto;
    margin: 7px auto 0px auto;
    float: right;
  }
}
#searchNav input {
  line-height: 27px;
  border: 0;
  width: 100%;
  height: 40px;
  background: #eae9e9;
}
@media only screen and (min-width: 768px) {
  #searchNav input {
    padding: 0 35px 0 35px;
  }
}
@media only screen and (min-width: 1024px) {
  #searchNav input {
    min-height: 0;
    height: 30px;
  }
}
#searchNav .bttn {
  width: 32px;
  min-width: 32px;
  height: 100%;
  text-indent: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0 none;
  position: absolute;
  right: 0;
  top: 0;
  background: black;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  outline: none;
}
#searchNav #searchDropdown {
  display: block;
  width: 100%;
  padding: 0 0 10px;
  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;
    top: auto;
    left: auto;
    width: 100%;
    position: relative;
    border: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
#searchNav #searchBlock {
  position: relative;
}
#searchNav #searchBlock input[type="search"] {
  padding: 0 30px 0 10px;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#searchNav #searchBlock:after {
  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;
  color: white;
  position: absolute;
  top: 4px;
  right: 4px;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  #searchNav #searchBlock:after {
    top: 0;
  }
}
/* ++ Shopping bag  ++ */

#shoppingBag {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  #shoppingBag {
    width: auto;
    height: auto;
    top: 12px;
    margin: 0;
    max-width: none;
    right: 15px;
  }
}
#shoppingBag #ShoppingCart {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  max-width: 55px;
  text-align: center;
}
#shoppingBag #ShoppingCart:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  margin: auto;
  z-index: 1;
  color: #f69a0b;
  line-height: 0;
  content: "\f291";
  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: auto;
  height: auto;
  line-height: auto;
}
@media only screen and (min-width: 1024px) {
  #shoppingBag #ShoppingCart:after {
    top: 0;
    right: -4px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (min-width: 1024px) {
  #shoppingBag #ShoppingCart:after {
    font-size: 30px;
    left: auto;
  }
}
#shoppingBag #ShoppingCart #ShoppingCartCount {
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  #shoppingBag #ShoppingCart .cartHeader {
    text-indent: -999em;
  }
}
@media only screen and (min-width: 1024px) {
  #shoppingBag #ShoppingCart {
    width: auto;
    height: auto;
    text-indent: 0;
    background: none;
    text-align: right;
    overflow: visible;
    border: none;
    padding: 0;
    max-width: none;
    text-decoration: none;
  }
  #shoppingBag #ShoppingCart #ShoppingCartCount {
    position: relative;
    display: inline;
    top: auto;
    right: auto;
    z-index: 2;
  }
  #shoppingBag #ShoppingCart .cartHeader {
    float: left;
    margin-bottom: 5px;
    position: absolute;
    right: 40px;
  }
  #shoppingBag #ShoppingCart #amountWrapper {
    float: left;
    clear: both;
    text-transform: lowercase;
    position: relative;
    font-style: italic;
    padding-right: 8px;
    top: 23px;
  }
  #shoppingBag #ShoppingCart #amountWrapper:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 18px;
    background: black;
    right: 0;
    top: 2px;
  }
  #shoppingBag #ShoppingCart #shoppingcartTotal {
    float: right;
    font-style: italic;
    padding-left: 6px;
    position: relative;
    top: 23px;
  }
}
@media only screen and (min-width: 1024px) {
  #shoppingBag #ShoppingCart .shoppingBasketIcon {
    display: block;
    width: 34px;
    height: 30px;
    top: -10px;
    position: relative;
    margin-left: 7px;
    float: right;
    background-size: 100%;
    content: "\f291";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 30px;
    color: red;
  }
}
@media only screen and (max-width: 1023px) {
  #shoppingBag #amountWrapper {
    display: block;
  }
  #shoppingBag #amountWrapper span {
    display: none;
  }
  #shoppingBag #amountWrapper #ShoppingCartCount {
    display: block;
    position: absolute;
    top: 12px;
    right: 7px;
    background: #505050;
    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: black;
}
.languagePicker li:first-child {
  margin-left: 0;
}
.languagePicker li a {
  color: inherit;
}
.languagePicker li a:hover {
  color: black;
  text-decoration: underline;
}
