/*----- Color variables -----*/
/*----- Size variables -----*/
/*----- Font variables -----*/
/*----- Responsive variables -----*/
/*----- Ratio variables (product item ratio (thumb + content)) -----*/
/* set ProductImageRatio in productOverview! */
/*----- OLD Color variables -----*/
/*----- MIXINS -----*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.brands #breadcrumbs {
  display: none !important;
}
.brands h1 {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .brands h1 {
    margin-top: 15px;
  }
}
.brands #pageContainer {
  padding-top: 135px;
}
@media only screen and (min-width: 768px) {
  .brands #pageContainer {
    padding-top: 165px;
  }
}
@media only screen and (min-width: 1024px) {
  .brands #pageContainer {
    padding-top: 175px;
  }
}
.brands .nowContent {
  text-align: center;
  margin: 10px 0;
}
.brands #content {
  padding: 0 0 30px 0;
}
@media only screen and (min-width: 1280px) {
  .brands #content {
    padding: 0 0 45px 0;
  }
}
.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(4, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .brands .configItemSelection ul.list {
    grid-template-columns: repeat(6, 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(25%);
  }
}
@media only screen and (min-width: 1024px) {
  .brands .configItemSelection ul.byFirstLetter li {
    width: calc(16.666666667%);
  }
}
.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 {
  overflow: hidden;
}
html.noflexbox .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 {
  /*IE 8*/
  width: 31.255771006%;
}
html.noflexbox .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) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  html.noflexbox .brands .configItemSelection ul {
    overflow: hidden;
  }
  html.noflexbox .brands .configItemSelection ul > li {
    float: left;
    margin-right: 1.557632399%;
    margin-bottom: 1.557632399%;
    width: 23.831775701%;
    padding-bottom: 23.831775701%;
    line-height: 23.831775701%;
    height: 0;
  }
  .lt-ie9 html.noflexbox .brands .configItemSelection ul > li {
    /*IE 8*/
    width: 23.442367601%;
  }
  html.noflexbox .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(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  html.noflexbox .brands .configItemSelection ul {
    overflow: hidden;
  }
  html.noflexbox .brands .configItemSelection ul > li {
    float: left;
    margin-right: 0.882352941%;
    margin-bottom: 0.882352941%;
    width: 15.931372549%;
    padding-bottom: 15.931372549%;
    line-height: 15.931372549%;
    height: 0;
  }
  .lt-ie9 html.noflexbox .brands .configItemSelection ul > li {
    /*IE 8*/
    width: 15.784313725%;
  }
  html.noflexbox .brands .configItemSelection ul > li:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 0.882352941%;
  }
  html.noflexbox .brands .configItemSelection ul > li:nth-of-type(6n) {
    margin-right: 0;
  }
}
.brands .configItemSelection ul li {
  border: 1px solid #f6f7f9;
  -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 .configItemSelection ul li:hover {
  border: 1px solid #707070;
  -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;*/

}
@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(25%);
  }
}
@media only screen and (min-width: 1024px) {
  @supports (display: flex) and not (display: grid) {
    width: calc(16.666666667%);
  }
}
.brands .configItemSelection ul li a {
  position: relative;
  color: #222222;
  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;
  height: 24px;
  line-height: 24px;
}
.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: #222222;
  padding: 0 5px;
}
@media only screen and (min-width: 1024px) {
  .brands .letters ul li a {
    font-size: 16px;
  }
}
.brands .letters ul li a.disabled {
  opacity: .2;
  cursor: default;
}
.brands .letters ul li a.active {
  color: #cc6600;
  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;
  }
}
@media only screen and (min-width: 1280px) {
  .brands .brandSearch {
    max-width: 870px;
  }
}
.brands .brandSearch input {
  outline: none;
}
.brands .brandSearch input[type="search"] {
  border: 0;
  width: 100%;
  padding-left: 30px;
  height: 40px;
  float: left;
  font-size: 14px;
  box-sizing: border-box;
  border: 2px solid #e6e6e6;
  border-radius: 40px;
}
@media only screen and (min-width: 1024px) {
  .brands .brandSearch input[type="search"] {
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
  }
}
.brands .brandSearch input[type="search"]:focus {
  border: 2px solid #ff8000;
  -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="search"]::-webkit-input-placeholder {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  color: #222222;
}
@media only screen and (min-width: 768px) {
  .brands .brandSearch input[type="search"]::-webkit-input-placeholder {
    font-size: 14px;
  }
}
.brands .brandSearch input[type="search"]:-moz-placeholder {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  color: #222222;
}
@media only screen and (min-width: 768px) {
  .brands .brandSearch input[type="search"]:-moz-placeholder {
    font-size: 14px;
  }
}
.brands .brandSearch input[type="search"]::-moz-placeholder {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  color: #222222;
}
@media only screen and (min-width: 768px) {
  .brands .brandSearch input[type="search"]::-moz-placeholder {
    font-size: 14px;
  }
}
.brands .brandSearch input[type="search"]:-ms-input-placeholder {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  color: #222222;
}
@media only screen and (min-width: 768px) {
  .brands .brandSearch input[type="search"]:-ms-input-placeholder {
    font-size: 14px;
  }
}
.brands .brandSearch input[type="submit"] {
  width: 40px;
  height: 40px;
  background: transparent;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .brands .brandSearch input[type="submit"] {
    width: 60px;
    height: 60px;
  }
}
.brands .brandSearch input[type="submit"]:hover {
  outline: none;
  box-shadow: none;
  border: none;
}
.brands .brandSearch > span {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 1024px) {
  .brands .brandSearch > span {
    width: 60px;
    height: 60px;
  }
}
.brands .brandSearch > span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background-image: url('../../images/icon-search.svg');
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
}
@media only screen and (min-width: 768px) {
  .brands .brandSearch > span:after {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .brands .brandSearch > span:after {
    right: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .brands .brandSearch > span:after {
    right: 40px;
  }
}
@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: 414px) {
  .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: 413px) {
  .brands .buttonList li a.bttn {
    padding: 0 1em;
  }
}
