/*--- 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 -----*/
.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: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.brands .configItemSelection ul li {
  flex: 0 1 40%;
  margin: 0 15px;
  max-height: 110px;
}
@media only screen and (min-width: 768px) {
  .brands .configItemSelection ul li {
    flex: 0 1 20%;
    max-height: 130px;
  }
}
@media only screen and (min-width: 1280px) {
  .brands .configItemSelection ul li {
    flex: 0 1 14%;
  }
}
.brands .configItemSelection ul li a {
  display: block;
  max-width: 150px;
  line-height: 140px;
}
.brands .configItemSelection ul li a img,
.brands .configItemSelection ul li a span {
  width: 100%;
  height: auto;
  text-align: center;
  display: inline-block;
}
.brands .configItemSelection ul li a span {
  margin: 45% 5px;
  display: block;
  color: #666666;
  width: auto;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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: #666666;
  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: #ab0421;
  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: 14px;
  box-sizing: border-box;
  border: 2px solid #ebebeb;
}
.brands .brandSearch input[type="search"]:focus {
  border-bottom: 2px solid #dd052b;
  -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: #dd052b;
}
@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;
  }
}
