/*--- 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 -----*/
.brands h1 {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .brands h1 {
    margin-top: 15px;
  }
}
.brands .configItemSelection {
  margin-top: 15px;
}
.brands .configItemSelection .group {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
  clear: both;
  min-height: 100px;
}
@media only screen and (min-width: 1280px) {
  .brands .configItemSelection .group {
    min-height: 120px;
  }
}
.brands .configItemSelection h2 {
  color: black;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  line-height: 54px;
  display: inline-block;
  float: left;
  width: 29%;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (min-width: 1920px) {
  .brands .configItemSelection h2 {
    font-size: 72px;
    line-height: 96px;
  }
}
.brands .configItemSelection ul {
  list-style: none;
  margin: 25px 0 0 0;
  padding: 0;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.brands .configItemSelection ul > li {
  float: left;
  margin-right: 2.077562327%;
  margin-bottom: 2.077562327%;
  width: 100%;
}
.lt-ie9 .brands .configItemSelection ul > li {
  /*IE 8*/
  width: 97.922437673%;
}
.brands .configItemSelection ul > li:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 2.077562327%;
}
.brands .configItemSelection ul > li:nth-of-type(1n) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .brands .configItemSelection ul {
    overflow: hidden;
    width: 69%;
  }
  .brands .configItemSelection ul > li {
    float: left;
    margin-right: 1.557632399%;
    margin-bottom: 1.557632399%;
    width: 49.221183801%;
  }
  .lt-ie9 .brands .configItemSelection ul > li {
    /*IE 8*/
    width: 48.442367601%;
  }
  .brands .configItemSelection ul > li:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.557632399%;
  }
  .brands .configItemSelection ul > li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  
}
@media only screen and (min-width: 1920px) {
  .brands .configItemSelection ul {
    overflow: hidden;
  }
  .brands .configItemSelection ul > li {
    float: left;
    margin-right: 0.9375%;
    margin-bottom: 0.9375%;
    width: 24.296875%;
  }
  .lt-ie9 .brands .configItemSelection ul > li {
    /*IE 8*/
    width: 24.0625%;
  }
  .brands .configItemSelection ul > li:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 0.9375%;
  }
  .brands .configItemSelection ul > li:nth-of-type(4n) {
    margin-right: 0;
  }
}
.brands .configItemSelection ul li {
  margin-bottom: 15px;
}
.brands .configItemSelection ul li a {
  display: block;
  vertical-align: middle;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .brands .configItemSelection ul li a {
    display: inline-block;
    vertical-align: middle;
  }
}
.brands .configItemSelection ul li a img,
.brands .configItemSelection ul li a span {
  width: 100%;
  height: auto;
  text-align: left;
  display: inline-block;
  line-height: 24px;
}
.brands .configItemSelection ul li a span {
  margin: 5px 0;
  display: block;
  color: black;
  width: auto;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  border-bottom: 3px solid transparent;
}
.brands .configItemSelection ul li a span:hover {
  border-bottom: 3px solid #f8f8f8;
  font-weight: 600;
}
.brands .letters {
  display: none;
  margin: 45px 0 15px 0;
  font-family: 'Montserrat', sans-serif;
}
@media only screen and (min-width: 768px) {
  .brands .letters {
    display: block;
  }
}
.brands .letters ul {
  text-align: center;
  overflow: hidden;
}
.brands .letters ul li {
  display: inline-block;
  margin: 0 5px 25px 0;
}
@media only screen and (min-width: 768px) {
  .brands .letters ul li {
    margin-bottom: 15px;
  }
}
.brands .letters ul li:last-child {
  margin-right: 0;
}
.brands .letters ul li a {
  display: block;
  font-size: 18px;
  width: 38px;
  height: auto;
  line-height: 30px;
  text-align: center;
  color: black;
  font-weight: 600;
  padding: 0 5px 5px 5px;
  border-bottom: 3px solid transparent;
  -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: 768px) {
  .brands .letters ul li a {
    font-size: 28px;
    line-height: 40px;
  }
}
.brands .letters ul li a:hover {
  border-bottom: 3px solid #f8f8f8;
  padding-bottom: 5px;
  -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 .letters ul li a.disabled {
  opacity: .2;
  cursor: default;
}
.brands .letters ul li a.disabled:hover {
  border-bottom: 3px solid transparent;
}
.brands .letters ul li a.active {
  border-bottom: 3px solid #7fbb1d;
  padding-bottom: 5px;
  font-weight: 700;
  color: #7fbb1d;
}
.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 {
  position: relative;
  margin: 20px auto;
}
@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: 16px;
  box-sizing: border-box;
  border: 2px solid #d8d8d8;
}
.brands .brandSearch input[type="search"]:focus {
  border-bottom: 2px solid #bc9f75;
  -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: 100%;
  height: 40px;
  background: black;
  display: none;
}
.brands .brandSearch > span {
  position: absolute;
  right: 0;
  top: 0;
  width: 28%;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .brands .brandSearch > span {
    width: 38%;
  }
}
@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;
  }
}
.brands .buttonList li {
  width: 100%;
  margin: 0 0 5px 0;
}
@media only screen and (min-width: 768px) {
  .brands .buttonList li {
    width: 23.1%;
  }
}
.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: 374px) {
  .brands .buttonList li a.bttn {
    padding: 0 1em;
  }
}
