/*--- standard variables ---*/
/*--- Switch Themes ---*/
/*.importTheme(@season) when (@season = 'lente') {
    @import "../themes/lente/css/variables_theme.less";
}*/

/*.importTheme(@season) when (@season = 'zomer') {
    @import "../themes/zomer/css/variables_theme.less";
}

.importTheme(@season) when (@season = 'herst') {
    @import "../themes/herfst/css/variables_theme.less";
}

.importTheme(@season) when (@season = 'winter') {
    @import "../themes/winter/css/variables_theme.less";
}*/

/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.offerText {
  position: relative;
  color: #929292;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .offerText {
    font-size: 10px;
  }
}
.lineThrough {
  text-decoration: line-through;
}
.priceOld {
  position: relative;
  text-decoration: line-through;
}
.originalPrice {
  position: relative;
  text-decoration: none;
}
.originalPrice span span {
  text-decoration: line-through;
}
span.offer {
  height: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.priceNew {
  position: relative;
  color: #c1b39a;
}
.priceNew .lineThrough {
  display: none;
}
.brandTitle {
  display: block;
}
.productList {
  margin-bottom: 15px;
  clear: both;
  overflow: hidden;
}
.productList > .item {
  float: left;
  margin-right: 5.193905817%;
  margin-bottom: 5.193905817%;
  width: 47.403047091%;
}
.lt-ie9 .productList > .item {
  /*IE 8*/
  width: 44.806094183%;
}
.productList > .item:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 5.193905817%;
}
.productList > .item:nth-of-type(2n) {
  margin-right: 0;
}
.productList .item {
  font-size: 13px;
  position: relative;
  margin-bottom: 15px;
  border: 1px solid transparent;
}
.productList .item.item--loading .thumb:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -14px;
  height: 20px;
  width: 20px;
  border: 4px solid #c1b39a;
  border-right-color: transparent;
  border-radius: 50%;
  z-index: 5;
  -webkit-animation: rotate 0.8s infinite linear;
  -moz-animation: rotate 0.8s infinite linear;
  -ms-animation: rotate 0.8s infinite linear;
  -o-animation: rotate 0.8s infinite linear;
  animation: rotate 0.8s infinite linear;
}
.productList .item.item--focus {
  opacity: 0.5;
  border: 1px solid #c1b39a;
}
.productList .item > .inner {
  display: none;
  padding: 10px 5px 0 5px;
}
.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;
  width: 100%;
}
.productList .item .thumb > a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
  margin-right: -1px;
}
.productList .item .thumb > a img {
  display: inline-block;
  vertical-align: middle;
}
.productList .item .thumb > a img.hoverImg {
  display: none;
}
.productList .item .thumb > a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.productList .item:hover .thumb > a img.hoverImg + img {
  display: none;
}
.productList .item:hover .thumb > a img.hoverImg {
  display: inline-block;
}
.productList .item .content {
  overflow: hidden;
  padding: 0 4%;
  position: relative;
  margin-top: 15px;
  height: 118px;
}
.productList .item .content .title {
  display: block;
  font-size: 16px;
  line-height: 18px;
  height: 54px;
  color: #454545;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .productList .item .content .title .brandTitle {
    white-space: normal;
    max-height: 36px;
  }
}
.productList .item .content .priceBlock {
  height: 63px;
}
.productList .item ul.availableColors,
.productList .item ul.availableSizes {
  display: none;
}
.productList .item .priceWrap .prefix,
.productList .item .priceWrap .old,
.productList .item .priceWrap .valuta {
  margin: 0 4px 0 0;
}
.productList .item .priceWrap .old {
  color: #454545;
  font-size: 16px;
  font-weight: normal;
  text-decoration: line-through;
}
.productList .item .offerText,
.productList .item .newPrice {
  display: block;
  vertical-align: top;
  width: auto;
  margin-top: 0;
  margin-right: -4px;
}
.productList .item .offerText + .newPrice,
.productList .item .newPrice + .newPrice {
  margin-left: 4px;
}
.productList .item .brand {
  position: absolute;
  top: 5px;
  right: 5px;
}
.label {
  display: block;
  width: 45px;
  height: 26px;
  line-height: 26px;
  color: white;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .label {
    width: 60px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }
}
.label.image {
  max-width: 45px;
  line-height: initial;
}
@media only screen and (min-width: 1024px) {
  .label.image {
    width: 12.5%;
    height: 12.5%;
    max-width: 60px;
    max-height: 60px;
    min-width: 60px;
    min-height: 60px;
  }
}
.label.text:after {
  content: attr(data-label);
}
.label.new {
  background: black;
}
.label.sale {
  background: #c1b39a;
}
.label.round {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.label.height {
  height: 35px;
}
.label.TopLeft {
  top: 5px;
  left: 5px;
}
.label.TopRight {
  top: 5px;
  right: 5px;
}
.label.BottomLeft {
  bottom: 5px;
  left: 5px;
}
.label.BottomRight {
  bottom: 5px;
  right: 5px;
}
@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.46484375%;
    margin-bottom: 1.46484375%;
    width: 32.356770833%;
  }
  .lt-ie9 .productList > .item {
    /*IE 8*/
    width: 31.868489583%;
  }
  .productList > .item:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.46484375%;
  }
  .productList > .item:nth-of-type(3n) {
    margin-right: 0;
  }
  ul.availableColors,
  ul.availableSizes {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20%;
    padding: 10px 4%;
    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: white;
  }
  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;
    text-align: center;
  }
  ul.availableColors > li > a.active,
  ul.availableSizes > li > a.active {
    border-color: #c1b39a;
  }
  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 {
    overflow: hidden;
  }
  ul.availableColors > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0 0 0 15px;
    padding: 5px 7px;
    font-size: 14px;
    list-style: none;
    width: 120px;
    background: white;
    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-height: 22px;
    color: #454545;
  }
  ul.availableColors > li:hover ul {
    display: block;
  }
  ul.availableSizes {
    width: 100%;
    overflow: hidden;
  }
  ul.availableSizes > li {
    float: left;
    margin-right: 2.9296875%;
    margin-bottom: 2.9296875%;
    width: 17.65625%;
  }
  .lt-ie9 ul.availableSizes > li {
    /*IE 8*/
    width: 17.0703125%;
  }
  ul.availableSizes > li:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 2.9296875%;
  }
  ul.availableSizes > li:nth-of-type(5n) {
    margin-right: 0;
  }
  ul.availableSizes > li {
    padding-bottom: 22px;
  }
  ul.availableSizes > li > a {
    color: #454545;
  }
}
