/*--- 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 -----*/
.offerText {
  position: relative;
  color: #6e6e6e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.offerText .lineThrough {
  text-decoration: line-through;
}
.priceOld {
  position: relative;
}
.priceNew {
  position: relative;
}
.priceNew .lineThrough {
  display: none;
}
.productList {
  overflow: hidden;
  margin-bottom: 15px;
}
.productList > .item {
  float: left;
  margin-right: 2.077562327%;
  margin-bottom: 2.077562327%;
  width: 48.961218837%;
}
.lt-ie9 .productList > .item {
  /*IE 8*/
  width: 47.922437673%;
}
.productList > .item:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 2.077562327%;
}
.productList > .item:nth-of-type(2n) {
  margin-right: 0;
}
.productList .item {
  position: relative;
  margin-bottom: 15px;
}
.productList .item > .inner {
  display: none;
}
.productList .item > .inner.active {
  display: block;
}
.productList .item > .inner .directOrder .directOrderButton {
  display: none;
}
.productList .item > .inner.directOrderSizeSelected .directOrder .directOrderButton {
  display: block;
}
.productList .item .offergroup {
  position: absolute;
  left: 4%;
  top: 0;
  z-index: 9;
}
.productList .item .thumb {
  width: auto;
  overflow: hidden;
  margin: 0 0 5px;
  position: relative;
  padding-bottom: 130%;
  height: 0;
}
.productList .item .thumb > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  display: block;
  text-align: center;
  width: 100%;
}
.productList .item .thumb > a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.productList .item .thumb > a img {
  display: inline-block;
  vertical-align: middle;
  /*align image*/

}
.productList .item .thumb > a img.hoverImg {
  display: none;
}
.productList .item .thumb > a img,
.productList .item .thumb > a img.portrait {
  height: 100%;
  width: auto;
}
.productList .item .thumb > a img.landscape {
  width: 100%;
  height: auto;
}
.productList .item:hover .thumb > a img.hoverImg + img {
  display: none;
}
.productList .item:hover .thumb > a img.hoverImg {
  display: inline-block;
}
.productList .item .favorize {
  position: absolute;
  top: 10px;
  right: 10px;
}
.productList .item .content {
  overflow: hidden;
  text-align: center;
  padding: 0 4%;
  position: relative;
}
.productList .item .content .title {
  display: block;
  font-size: 14px;
  line-height: 18px;
  height: 18px;
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.productList .item .content .priceBlock {
  height: 44px;
}
.productList .item ul.availableColors,
.productList .item ul.availableSizes {
  display: none;
}
.productList .item .itemBtn {
  font-size: 14px;
  margin: 0 auto;
}
.productList .item:hover .itemBtn,
.productList .item .itemBtn:hover {
  text-decoration: none;
}
.productList .item .price {
  font-size: 0;
  overflow: hidden;
  width: 100%;
}
.productList .item .price span {
  font-size: 14px;
}
.productList .item .priceWrap .prefix,
.productList .item .priceWrap .old,
.productList .item .priceWrap .valuta {
  margin: 0 4px 0 0;
}
.productList .item .priceWrap .old {
  color: #222222;
  font-size: 14px;
  font-weight: normal;
  text-decoration: line-through;
}
.productList .item .brand {
  right: 0;
  position: absolute;
  top: 0;
}
.productList .item .label {
  background: url("../../images/collection/labelSprite.png") no-repeat scroll 0 0 transparent;
  background-size: 100% auto;
  right: 8%;
  position: absolute;
  top: 0;
  width: 20%;
}
.productList .item .sale {
  padding-bottom: 24%;
  height: 0;
  position: relative;
  background-position: 0 0;
  position: absolute;
}
.productList .item .new {
  padding-bottom: 10%;
  height: 0;
  position: relative;
  background-position: 0 50%;
  position: absolute;
}
.productList .item .special {
  padding-bottom: 24%;
  height: 0;
  position: relative;
  background-position: 0 100%;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .productList {
    overflow: hidden;
  }
  .productList > .item {
    float: left;
    margin-right: 1.557632399%;
    margin-bottom: 1.557632399%;
    width: 32.294911734%;
  }
  .lt-ie9 .productList > .item {
    /*IE 8*/
    width: 31.775700935%;
  }
  .productList > .item:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.557632399%;
  }
  .productList > .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .productList {
    overflow: hidden;
  }
  .productList > .item {
    float: left;
    margin-right: 1.502403846%;
    margin-bottom: 1.502403846%;
    width: 23.873197115%;
  }
  .lt-ie9 .productList > .item {
    /*IE 8*/
    width: 23.497596154%;
  }
  .productList > .item:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.502403846%;
  }
  .productList > .item:nth-of-type(4n) {
    margin-right: 0;
  }
  ul.availableColors,
  ul.availableSizes {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20%;
    padding: 10px 4%;
    box-sizing: border-box;
    margin: 0;
    list-style: none;
  }
  .item:hover ul.availableColors,
  .item:hover ul.availableSizes {
    display: block;
  }
  ul.availableColors:before,
  ul.availableSizes:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fbf8f4;
  }
  ul.availableColors > li,
  ul.availableSizes > li {
    padding-bottom: 100%;
    height: 0;
    position: relative;
    width: 100%;
  }
  ul.availableColors > li > a,
  ul.availableSizes > li > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #dedede;
    display: block;
    background: white;
    box-sizing: border-box;
  }
  ul.availableColors > li > a.active,
  ul.availableSizes > li > a.active {
    border-color: #ee7f01;
  }
  ul.availableColors:before {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  ul.availableColors > li {
    margin-bottom: 10px;
    position: relative;
  }
  ul.availableColors > li > a {
    oveflow: hidden;
  }
  ul.availableColors > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0 0 0 15px;
    padding: 5px 7px;
    font-size: 12px;
    list-style: none;
    width: 120px;
    background: #fbf8f4;
    border: 1px solid #dedede;
  }
  ul.availableColors > li ul:before {
    content: attr(aria-title);
    display: block;
  }
  ul.availableColors > li ul li {
    display: inline-block;
  }
  ul.availableColors > li ul li a {
    line-heigh: 22px;
    color: #222222;
  }
  ul.availableColors > li:hover ul {
    display: block;
  }
  ul.availableSizes {
    width: 100%;
    overflow: hidden;
  }
  ul.availableSizes > li {
    float: left;
    margin-right: 4.006410256%;
    margin-bottom: 4.006410256%;
    width: 16.794871795%;
  }
  .lt-ie9 ul.availableSizes > li {
    /*IE 8*/
    width: 15.993589744%;
  }
  ul.availableSizes > li:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 4.006410256%;
  }
  ul.availableSizes > li:nth-of-type(5n) {
    margin-right: 0;
  }
  ul.availableSizes > li {
    padding-bottom: 22px;
  }
  ul.availableSizes > li > a {
    color: #222222;
  }
}
