/*--- 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 -----*/
.offerText {
  position: relative;
  color: #4c4c4c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lineThrough .valuta,
.lineThrough .main,
.lineThrough .separator,
.lineThrough .cents {
  text-decoration: line-through;
  color: #b1b1b1;
}
.priceOld {
  position: relative;
}
.priceOld .valuta,
.priceOld .main,
.priceOld .separator,
.priceOld .cents {
  text-decoration: line-through;
  color: #b1b1b1;
}
.priceNew {
  position: relative;
}
.priceNew .lineThrough {
  display: none;
}
.productList {
  margin-bottom: 15px;
  clear: both;
  overflow: hidden;
}
.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;
  border: 1px solid transparent;
}
.productList .item:hover .buttons {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.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 #f69a0b;
  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 #f69a0b;
}
.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 10px;
  position: relative;
  border: 1px solid #eae9e9;
  padding-bottom: 130%;
  height: 0;
  padding-bottom: 100%;
}
@media only screen and (min-width: 400px) {
  .productList .item .thumb {
    margin: 0 0 15px;
  }
}
.productList .item .thumb > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  display: block;
  text-align: center;
  width: 100%;
  white-space: nowrap;
}
.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;
  /*align image*/

}
.productList .item .thumb > a img.hoverImg {
  display: none;
}
.productList .item .thumb > a img {
  width: 100%;
  height: 100%;
  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;
}
.productList .item .content .title {
  display: block;
  font-size: 13px;
  line-height: 18px;
  height: 36px;
  color: black;
  font-weight: 700;
  font-style: italic;
  overflow: hidden;
}
@media only screen and (min-width: 400px) {
  .productList .item .content .title {
    font-size: 14px;
    height: 44px;
    line-height: 22px;
  }
}
.productList .item .content .priceBlock > span {
  font-size: 12px;
  margin-right: 5px;
}
.productList .item .content .buttons {
  position: absolute;
  bottom: 0;
  width: calc(100% - 50px);
  opacity: 0;
  pointer-events: none;
  -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;*/

}
.productList .item ul.availableColors,
.productList .item ul.availableSizes {
  display: none;
}
.productList .item .price {
  font-size: 0;
  overflow: hidden;
  width: 100%;
  color: #f69a0b;
}
.productList .item .price span {
  font-size: 16px;
}
.productList .item .priceWrap .prefix,
.productList .item .priceWrap .old,
.productList .item .priceWrap .valuta {
  margin: 0 4px 0 0;
}
.productList .item .priceWrap .old {
  color: black;
  font-size: 14px;
  font-weight: normal;
  text-decoration: line-through;
}
.productList .item .brand {
  position: absolute;
  top: 5px;
  right: 5px;
}
.loading .productList .item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white url(https://www.onlineparketshop.nl//images/svg/loading.svg) no-repeat center center;
  background-color: rgba(255, 255, 255, 0.5);
}
.label {
  display: block;
  width: 40px;
  height: auto;
  line-height: 40px;
  color: white;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .label {
    width: 60px;
    height: auto;
    line-height: 60px;
    font-size: 15px;
  }
}
.label.image {
  line-height: initial;
  width: auto;
  max-width: 100px;
  max-height: 43px;
}
.label.text:after {
  content: attr(data-label);
}
.label.new {
  background: black;
  display: none;
}
.label.sale {
  background: #f69a0b;
  display: none;
}
.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: 40px;
}
@media only screen and (min-width: 1024px) {
  .label.height {
    height: 60px;
  }
}
.label.TopLeft {
  top: 15px;
  left: 18px;
}
.label.TopRight {
  top: 15px;
  right: 18px;
}
.label.BottomLeft {
  bottom: 15px;
  left: 18px;
}
.label.BottomRight {
  bottom: 15px;
  right: 18px;
}
@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.627604167%;
    margin-bottom: 1.627604167%;
    width: 32.248263889%;
  }
  .lt-ie9 .productList > .item {
    /*IE 8*/
    width: 31.705729167%;
  }
  .productList > .item:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.627604167%;
  }
  .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 #afafaf;
    display: block;
    background: white;
  }
  ul.availableColors > li > a.active,
  ul.availableSizes > li > a.active {
    border-color: #f69a0b;
  }
  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: 12px;
    list-style: none;
    width: 120px;
    background: white;
    border: 1px solid #afafaf;
  }
  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: black;
  }
  ul.availableColors > li:hover ul {
    display: block;
  }
  ul.availableSizes {
    width: 100%;
    overflow: hidden;
  }
  ul.availableSizes > li {
    float: left;
    margin-right: 3.255208333%;
    margin-bottom: 3.255208333%;
    width: 17.395833333%;
  }
  .lt-ie9 ul.availableSizes > li {
    /*IE 8*/
    width: 16.744791667%;
  }
  ul.availableSizes > li:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 3.255208333%;
  }
  ul.availableSizes > li:nth-of-type(5n) {
    margin-right: 0;
  }
  ul.availableSizes > li {
    padding-bottom: 22px;
  }
  ul.availableSizes > li > a {
    color: black;
  }
}
.color-selection {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 40px;
  z-index: 1;
}
.color-selection__item {
  margin-bottom: 5px;
}
.color-selection__item__inner {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  border: solid 1px #afafaf;
  background-color: white;
  cursor: pointer;
  border-radius: 100%;
  overflow: hidden;
}
.color-selection__item__inner img {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  display: block;
  width: auto !important;
  max-width: 30px;
  height: 100%;
  max-height: 30px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.color-selection__item__inner:hover {
  border-color: #f69a0b;
}
.color-selection__item.active .color-selection__item__inner {
  border-color: #f69a0b;
}
