/*--- 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 -----*/
.brands [data-search-target="brandsOverview"] {
  margin-bottom: 30px;
}
.brands #breadcrumbs {
  font-size: 0;
}
.brands #breadcrumbs.showOnDesktop {
  font-size: 0;
}
.brands h1 {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .brands h1 {
    margin-top: 15px;
  }
}
.brands .configItemSelection ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*  Display grid voor cutting edge browsers  */

  /*  Eind grid  */

  /* Flexbox voor moderne browsers */

  /* Eind flexbox*/

  /* Fallback voor oudere browsers  */

  /* Eind fallback oudere browsers */

}
.brands .configItemSelection ul.list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  grid-auto-rows: 1fr;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
@media only screen and (min-width: 768px) {
  .brands .configItemSelection ul.list {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .brands .configItemSelection ul.list {
    grid-template-columns: repeat(8, 1fr);
  }
}
.brands .configItemSelection ul.byFirstLetter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 5px;
}
.brands .configItemSelection ul.byFirstLetter li {
  width: calc(33.333333333%);
  margin: 5px;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .brands .configItemSelection ul.byFirstLetter li {
    width: calc(16.666666667%);
  }
}
@media only screen and (min-width: 1024px) {
  .brands .configItemSelection ul.byFirstLetter li {
    width: calc(12.5%);
  }
}
.brands .configItemSelection ul.byFirstLetter li a {
  height: 100%;
  min-height: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .brands .configItemSelection ul.byFirstLetter li a {
    min-height: 150px;
  }
}
.brands .configItemSelection ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.brands .configItemSelection ul li a {
  align-self: center;
}
@supports not (display: grid) and (display: flex) {
  display: -webkit-flex;display: -ms-flexbox;display: -ms-flex;display: flex;
  -webkit-flex-flow: row wrap;-ms-flex-flow: row wrap;flex-flow: row wrap;
  padding: 5px;
}
html.noflexbox .brands .configItemSelection ul,
html.no-flexboxlegacy .brands .configItemSelection ul {
  overflow: hidden;
}
html.noflexbox .brands .configItemSelection ul > li,
html.no-flexboxlegacy .brands .configItemSelection ul > li {
  float: left;
  margin-right: 2.077562327%;
  margin-bottom: 2.077562327%;
  width: 31.948291782%;
  padding-bottom: 31.948291782%;
  line-height: 31.948291782%;
  height: 0;
}
.lt-ie9 html.noflexbox .brands .configItemSelection ul > li,
.lt-ie9 html.no-flexboxlegacy .brands .configItemSelection ul > li {
  /*IE 8*/
  width: 31.255771006%;
}
html.noflexbox .brands .configItemSelection ul > li:nth-of-type(n),
html.no-flexboxlegacy .brands .configItemSelection ul > li:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 2.077562327%;
}
html.noflexbox .brands .configItemSelection ul > li:nth-of-type(3n),
html.no-flexboxlegacy .brands .configItemSelection ul > li:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  html.noflexbox .brands .configItemSelection ul,
  html.no-flexboxlegacy .brands .configItemSelection ul {
    overflow: hidden;
  }
  html.noflexbox .brands .configItemSelection ul > li,
  html.no-flexboxlegacy .brands .configItemSelection ul > li {
    float: left;
    margin-right: 1.557632399%;
    margin-bottom: 1.557632399%;
    width: 15.368639668%;
    padding-bottom: 15.368639668%;
    line-height: 15.368639668%;
    height: 0;
  }
  .lt-ie9 html.noflexbox .brands .configItemSelection ul > li,
  .lt-ie9 html.no-flexboxlegacy .brands .configItemSelection ul > li {
    /*IE 8*/
    width: 15.109034268%;
  }
  html.noflexbox .brands .configItemSelection ul > li:nth-of-type(n),
  html.no-flexboxlegacy .brands .configItemSelection ul > li:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.557632399%;
  }
  html.noflexbox .brands .configItemSelection ul > li:nth-of-type(6n),
  html.no-flexboxlegacy .brands .configItemSelection ul > li:nth-of-type(6n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  html.noflexbox .brands .configItemSelection ul,
  html.no-flexboxlegacy .brands .configItemSelection ul {
    overflow: hidden;
  }
  html.noflexbox .brands .configItemSelection ul > li,
  html.no-flexboxlegacy .brands .configItemSelection ul > li {
    float: left;
    margin-right: 1.171875%;
    margin-bottom: 1.171875%;
    width: 11.474609375%;
    padding-bottom: 11.474609375%;
    line-height: 11.474609375%;
    height: 0;
  }
  .lt-ie9 html.noflexbox .brands .configItemSelection ul > li,
  .lt-ie9 html.no-flexboxlegacy .brands .configItemSelection ul > li {
    /*IE 8*/
    width: 11.328125%;
  }
  html.noflexbox .brands .configItemSelection ul > li:nth-of-type(n),
  html.no-flexboxlegacy .brands .configItemSelection ul > li:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.171875%;
  }
  html.noflexbox .brands .configItemSelection ul > li:nth-of-type(8n),
  html.no-flexboxlegacy .brands .configItemSelection ul > li:nth-of-type(8n) {
    margin-right: 0;
  }
}
.brands .configItemSelection ul li {
  border: 1px solid #ebebeb;
}
@supports (display: flex) and not (display: grid) {
  width: calc(33.333333333%);
  margin: 5px;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  @supports (display: flex) and not (display: grid) {
    width: calc(16.666666667%);
  }
}
@media only screen and (min-width: 1024px) {
  @supports (display: flex) and not (display: grid) {
    width: calc(12.5%);
  }
}
.brands .configItemSelection ul li a {
  position: relative;
  color: #454545;
  vertical-align: middle;
  line-height: 0;
  text-align: center;
}
@supports (display: flex) and not (display: grid) {
  height: 100%;
  min-height: 150px;
  display: -webkit-flex;display: -ms-flexbox;display: -ms-flex;display: flex;
  -webkit-flex-flow: column nowrap;-ms-flex-flow: column nowrap;flex-flow: column nowrap;
}
.brands .configItemSelection ul li a img,
.brands .configItemSelection ul li a span {
  width: 100%;
  height: auto;
  text-align: center;
  display: inline-block;
  line-height: 24px;
}
.brands .configItemSelection ul li a span {
  display: block;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .brands .configItemSelection ul li a span {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .brands .configItemSelection ul li a span {
    padding: 50px 0;
  }
}
.brands .letters {
  display: none;
}
@media only screen and (min-width: 768px) {
  .brands .letters {
    display: block;
  }
}
.brands .letters ul {
  text-align: center;
  overflow: hidden;
  margin-bottom: 15px;
}
.brands .letters ul li {
  display: inline-block;
  margin-right: 5px;
}
.brands .letters ul li:last-child {
  margin-right: 0;
}
.brands .letters ul li a {
  display: block;
  min-width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #454545;
  padding: 0 5px;
}
@media only screen and (min-width: 1024px) {
  .brands .letters ul li a {
    font-size: 17px;
  }
}
.brands .letters ul li a.disabled {
  opacity: .2;
  cursor: default;
}
.brands .letters ul li a.active {
  color: #0c0c0c;
  font-weight: 700;
}
.brands .genderFilter {
  margin-bottom: 15px;
  text-align: center;
}
.brands .genderFilter:last-child {
  margin-right: 0;
}
.brands .genderFilter li {
  display: inline-block;
  margin-right: 15px;
}
.brands .genderFilter li:last-child {
  margin-right: 0;
}
.brands .genderFilter li .bttn {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .brands .genderFilter li .bttn {
    width: auto;
  }
}
.brands .brandSearch {
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .brands .brandSearch {
    max-width: 630px;
  }
}
.brands .brandSearch input {
  outline: none;
}
.brands .brandSearch input[type="search"] {
  border: 0;
  width: 100%;
  padding-left: 30px;
  height: 40px;
  float: left;
  font-size: 15px;
  box-sizing: border-box;
  border: 2px solid #f8f8f8;
}
.brands .brandSearch input[type="search"]:focus {
  border-bottom: 2px solid #262626;
  -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;*/

}
.brands .brandSearch input[type="submit"] {
  width: 40px;
  height: 40px;
  background: transparent;
}
.brands .brandSearch > span {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
}
.brands .brandSearch > span:after {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  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: 40px;
  height: 40px;
  line-height: 40px;
  color: #262626;
}
@media only screen and (min-width: 768px) {
  .brands .allBttn {
    max-width: 630px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .brands .allBttn .bttn {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .brands .buttonList {
    max-width: 630px;
    margin: 15px auto;
  }
}
@media only screen and (min-width: 400px) {
  .brands .buttonList li {
    width: 31%;
  }
}
@media only screen and (min-width: 768px) {
  .brands .buttonList li {
    width: 31.8%;
  }
}
.brands .buttonList li:first-child {
  margin-left: 0;
}
.brands .buttonList li:last-child {
  margin-right: 0;
}
.brands .buttonList li a.bttn {
  width: 100%;
}
@media only screen and (max-width: 399px) {
  .brands .buttonList li a.bttn {
    padding: 0 1em;
  }
}
