/*--- standard variables ---*/
/*--- 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: #4c4c4c;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lineThrough .valuta,
.lineThrough .main,
.lineThrough .separator,
.lineThrough .cents {
  text-decoration: line-through;
}
.priceOld {
  position: relative;
}
.priceOld .valuta,
.priceOld .main,
.priceOld .separator,
.priceOld .cents {
  text-decoration: line-through;
}
.priceNew,
.newPrice:not(.priceOld) {
  position: relative;
}
.priceNew .lineThrough,
.newPrice:not(.priceOld) .lineThrough {
  display: none;
}
.offerText + .offerText {
  display: none;
}
.offerText--alt {
  display: block;
  clear: both;
  color: #adbbb1;
  font-weight: 700;
  width: 100%;
}
.offerText--alt.discountLabel {
  position: relative;
  top: 0;
  left: 0;
  color: #d21c26;
}
.productList {
  margin-bottom: 15px;
  margin-left: -18px;
  margin-right: -18px;
  clear: both;
  overflow: hidden;
}
.productList > .item {
  float: left;
  margin-right: 0%;
  margin-bottom: 0%;
  width: 50%;
}
.lt-ie9 .productList > .item {
  /*IE 8*/
  width: 50%;
}
.productList > .item:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 0%;
}
.productList > .item:nth-of-type(2n) {
  margin-right: 0;
}
.productList .item {
  position: relative;
  border-left: 3px solid white;
  border-right: 3px solid white;
}
.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 #adbbb1;
  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 #adbbb1;
}
.productList .item > .inner {
  display: none;
  /*.directOrder .directOrderButton {
                display: none;
            }

            &.directOrderSizeSelected {
                .directOrder .directOrderButton {
                    display: block;
                }
            }*/

}
.productList .item > .inner.active {
  display: block;
}
.productList .item .offergroup {
  position: absolute;
  left: 4%;
  top: 0;
  z-index: 9;
}
.productList .item .thumb {
  width: auto;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.productList .item .thumb > a {
  height: auto;
  display: flex;
  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: flex;
  vertical-align: middle;
  /*align image*/

}
.productList .item .thumb > a img.hoverImg {
  display: none;
}
.productList .item .thumb > a img {
  width: -webkit-fill-available;
  width: -moz-available;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  background: #e5ddd0;
  background: -moz-linear-gradient(90deg, #e5ddd0 0%, #efedea 100%);
  background: -webkit-linear-gradient(90deg, #e5ddd0 0%, #efedea 100%);
  background: linear-gradient(90deg, #e5ddd0 0%, #efedea 100%);
}
.productList .item .thumb .labels {
  inset: 0;
  position: absolute;
  pointer-events: none;
}
.productList .item .thumb .labels .salelabelWrapper {
  margin: 14px 0 0 14px;
}
@media only screen and (min-width: 768px) {
  .productList .item .thumb .labels .salelabelWrapper {
    margin: 18px 22px 0 22px;
  }
}
.productList .item .thumb .image-unavailable {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fbfbfb;
}
.productList .item .thumb .image-unavailable p {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 0;
  text-align: center;
  font-size: 9px;
  line-height: -1.43;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 400px) {
  .productList .item .thumb .image-unavailable p {
    font-size: 12px;
    line-height: 1.57;
  }
}
.productList .item:hover .thumb > a img.hoverImg + img {
  display: none;
}
.productList .item:hover .thumb > a img.hoverImg {
  display: inline-block;
}
.productList .item .content {
  text-align: left;
  padding: 22px 15px 30px 15px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .productList .item .content {
    padding: 14px 35px 38px 2px;
  }
}
.productList .item .content .availableColorsLister {
  text-decoration: underline;
}
.productList .item .content .availableColorsLister a {
  color: black;
  font-size: 12px;
}
.productList .item .content .title {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: black;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.productList .item .content .title b {
  display: block;
  font-weight: 300;
  font-size: 16px;
}
.productList .item .content .priceBlock {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .productList .item .content .priceBlock {
    display: flex;
    flex-flow: row wrap;
    gap: 0px 3px;
  }
}
.productList .item .content .priceBlock .now {
  font-weight: 700;
}
.productList .item .content .priceBlock .sale {
  color: #d21c26;
}
.productList .item ul.availableColors,
.productList .item ul.availableSizes {
  display: none;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.productList .item ul.availableColors li,
.productList .item ul.availableSizes li {
  margin: 2px !important;
}
.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: 12px;
  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.expresso.nl//images/svg/loading.svg) no-repeat center center;
  background-color: rgba(255, 255, 255, 0.5);
}
.label {
  display: flex;
  line-height: initial;
  color: white;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.label.image {
  line-height: initial;
  max-width: 60px;
}
@media only screen and (min-width: 1024px) {
  
}
.label.text:after {
  content: attr(data-label);
}
.label.new {
  background: black;
}
.label.sale {
  background: #adbbb1;
}
.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: 14px;
  left: 14px;
}
@media only screen and (min-width: 768px) {
  .label.TopLeft {
    top: 12px;
    left: 22px;
  }
}
.label.TopRight {
  top: 14px;
  right: 14px;
}
@media only screen and (min-width: 768px) {
  .label.TopRight {
    top: 12px;
    right: 22px;
  }
}
.label.BottomLeft {
  bottom: 6px;
  left: 2px;
}
@media only screen and (min-width: 768px) {
  .label.BottomLeft {
    bottom: 12px;
    left: 22px;
  }
}
.label.BottomRight {
  bottom: 6px;
  right: 2px;
}
@media only screen and (min-width: 768px) {
  .label.BottomRight {
    bottom: 12px;
    right: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .productList {
    overflow: hidden;
    margin-left: 0px;
    margin-right: 0px;
  }
  .productList > .item {
    float: left;
    margin-right: 0%;
    margin-bottom: 0%;
    width: 33.333333333%;
  }
  .lt-ie9 .productList > .item {
    /*IE 8*/
    width: 33.333333333%;
  }
  .productList > .item:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 0%;
  }
  .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: 0%;
    margin-bottom: 0%;
    width: 33.333333333%;
  }
  .lt-ie9 .productList > .item {
    /*IE 8*/
    width: 33.333333333%;
  }
  .productList > .item:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 0%;
  }
  .productList > .item:nth-of-type(3n) {
    margin-right: 0;
  }
  ul.availableColors,
  ul.availableSizes {
    position: absolute;
    left: 0;
    bottom: 135px;
    right: 0;
    width: 20%;
    padding: 0px 10px;
    margin: 0;
    list-style: none;
  }
  .item:hover ul.availableColors,
  .item:hover ul.availableSizes {
    display: flex;
  }
  ul.availableColors > li,
  ul.availableSizes > li {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  ul.availableColors > li > a,
  ul.availableSizes > li > a {
    border: 1px solid #dedede;
    display: block;
    background: white;
  }
  ul.availableColors > li > a.active,
  ul.availableSizes > li > a.active {
    border-color: #adbbb1;
  }
  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: 10px;
    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: 1.57;
    color: black;
  }
  ul.availableColors > li:hover ul {
    display: block;
  }
  ul.availableSizes {
    width: 100%;
    flex-flow: row;
  }
  ul.availableSizes > li {
    padding-bottom: 1.57;
    width: auto;
  }
  ul.availableSizes > li > a {
    color: black;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
  }
}
.priceBlock .price > span:first-child {
  display: none;
}
.productsWrapper tbody .price .price .price > span:first-child {
  display: none;
}
.stocknotifLink {
  flex-flow: row !important;
  color: black;
  grid-gap: 6px;
  font-weight: bold;
}
.stocknotifLink:hover {
  text-decoration: none;
}
.stocknotifLink span {
  text-decoration: underline;
}
.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 #dedede;
  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: #adbbb1;
}
.color-selection__item.active .color-selection__item__inner {
  border-color: #adbbb1;
}
