/*--- 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 -----*/
/*----- Responsive functions -----*/
.brands .configItemSelection ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.brands .configItemSelection ul > li {
  float: left;
  margin-right: 2.077562327%;
  margin-bottom: 2.077562327%;
  width: 31.948291782%;
}
.lt-ie9 .brands .configItemSelection ul > li {
  /*IE 8*/
  width: 31.255771006%;
}
.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(3n) {
  margin-right: 0;
}
.brands .configItemSelection ul li a {
  display: block;
  border: 1px solid #dedede;
  vertical-align: middle;
  padding-bottom: 99%;
  height: 0;
  position: relative;
}
.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 {
  margin: 45% 5px;
  display: block;
  color: #222222;
  width: auto;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.brands .brandsNav + .brandsNav {
  margin-top: 15px;
}
.brands .letters ul {
  overflow: hidden;
  margin-bottom: 15px;
}
.brands .letters ul li {
  float: left;
}
.brands .letters ul li a {
  border: 1px solid #dedede;
  line-height: 30px;
  min-width: 30px;
  height: 30px;
  color: #222222;
  text-align: center;
  display: block;
  padding: 0 5px;
}
.brands .letters ul li + li {
  margin-left: 5px;
}
@media only screen and (min-width: 768px) {
  .brands .configItemSelection ul {
    overflow: hidden;
  }
  .brands .configItemSelection ul > li {
    float: left;
    margin-right: 1.557632399%;
    margin-bottom: 1.557632399%;
    width: 15.368639668%;
  }
  .lt-ie9 .brands .configItemSelection ul > li {
    /*IE 8*/
    width: 15.109034268%;
  }
  .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(6n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .brands .configItemSelection ul {
    overflow: hidden;
  }
  .brands .configItemSelection ul > li {
    float: left;
    margin-right: 1.171875%;
    margin-bottom: 1.171875%;
    width: 11.474609375%;
  }
  .lt-ie9 .brands .configItemSelection ul > li {
    /*IE 8*/
    width: 11.328125%;
  }
  .brands .configItemSelection ul > li:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.171875%;
  }
  .brands .configItemSelection ul > li:nth-of-type(8n) {
    margin-right: 0;
  }
}
