/* #####################################################################################################
   This stylesheet describes a single product
   ##################################################################################################### */

/*--- standard variables ---*/
/* @fontFamily1:        'PT Sans', sans-serif;*/
/*--- product item ratio (thumb + content) ---*/
/*--- media queries. When using responsive ---*/
/*--- media queries. When not using responsive ---
@useResponsive:			false;

@breakPointLargePhone:	~"only screen and (min-width : 1px)";
@breakPointTablet:		~"only screen and (min-width : 1px)";
@breakPointDesktop:		~"only screen and (min-width : 1px)";

@breakPointUpToTablet:	~"only screen and (max-width: 1px)";
@breakPointUpToTabletLand:~"only screen and (max-width: 1023px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 1px)";
*/
/*--- media queries. When using responsive: only mobile & desktop ---
@useResponsive:			false;
@breakPointLargePhone:	~"only screen and (min-width : 480px) and (max-width: 768px )";
@breakPointTablet:		~"only screen and (min-width : 999999999px)";
@breakPointDesktop:		~"only screen and (min-width : 768px)";

@breakPointUpToTablet:	~"only screen and (max-width: 768px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 768px)";
*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*----- LESS functions -----*/
/* ==========================================================================
   Default / Mobile styles
   ========================================================================== */

.productList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
.productList .item {
  flex: 0 1 50%;
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: calc(50% - 7px);
}
@media only screen and (min-width : 768px) {
  .productList .item {
    flex: 0 1 33.33%;
    margin-right: 20px;
    margin-bottom: 15px;
    max-width: calc(33.33% - 20px);
  }
}
@media only screen and (min-width : 1024px) {
  .productList .item {
    flex: 0 1 33.33%;
    margin-right: 40px;
    margin-bottom: 40px;
    max-width: calc(33.33% - 30px);
  }
}
@media only screen and (min-width : 1280px) {
  .productList .item {
    flex: 0 1 33.33%;
    margin-right: 55px;
    margin-bottom: 40px;
    max-width: calc(33.33% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .productList .item:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media only screen and (min-width : 768px) {
  .productList .item:nth-child(3n+3) {
    margin-right: 0;
  }
}
.productList .priceGroup {
  color: #383838;
  font-size: 11px;
  line-height: 20px;
}
@media only screen and (min-width : 480px) and (max-width: 1280px) {
  .productList .priceGroup {
    font-size: 14px;
  }
}
.productList .priceGroup:hover {
  color: #383838;
}
.productList .priceGroup.left {
  float: left;
  text-align: left;
}
.productList .priceGroup.right {
  float: right;
}
.productList .priceGroup .priceFrom {
  margin-right: 10px;
}
.productList .priceGroup.offertext-groupoffer {
  color: #b9251e;
  margin-top: 0;
  display: flex;
  align-items: center;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.productList .priceGroup.percentual-from {
  margin-right: 7px;
}
.productList .priceGroup.percentual-from .lineThrough {
  position: relative;
}
.productList .priceGroup.percentual-from .lineThrough:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: #454545;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.productList .priceGroup.percentual-from .price {
  font-size: 14px;
}
.productList .priceGroup.percentual-from .price span {
  font-weight: 400;
}
.productList .priceGroup .price {
  color: #383838;
  display: flex;
}
.productList .priceGroup .price .valuta {
  display: none;
}
.productList .priceGroup .price.newPrice,
.productList .priceGroup .price.newPrice .price {
  color: #b9251e;
  display: flex;
}
.productList .priceGroup .price span {
  display: inline-block;
  font-weight: bold;
}
.productList .priceGroup .priceOld {
  margin-right: 0px !important;
}
.productList .priceGroup .priceOld,
.productList .priceGroup .priceOld .price {
  position: relative;
  color: #a4a4a4;
  text-decoration: line-through;
  font-size: 13px !important;
  font-weight: 300;
  line-height: 36px;
}
.productList .priceGroup .priceOld span,
.productList .priceGroup .priceOld .price span {
  display: inline;
  font-weight: 300;
}
.productList .priceGroup .price,
.productList .priceGroup .newPrice {
  font-size: 16px;
  line-height: 36px;
  font-weight: bold;
}
.productList .priceGroup .price.hasNoPriceOld .price,
.productList .priceGroup .newPrice.hasNoPriceOld .price {
  color: #383838;
}
.productList .priceGroup .offerText {
  position: relative;
  display: inline-block;
  margin: 11px 0 0;
  line-height: 14px;
  color: #b9251e;
}
@media only screen and (min-width : 1280px) {
  .productList .priceGroup .offerText {
    margin: 2px 0 0;
  }
}
.productList .priceGroup .offerText.absolute {
  position: absolute;
}
.productList .priceGroup .offerText .offer {
  display: block;
}
.productList .priceGroup .offerText .percentualDiscountLabel {
  color: #b9241e;
  background: white;
  border: 1px solid #b9241e;
  border-radius: 3px;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 12px;
  padding: 0 5px;
  z-index: 1;
}
@media only screen and (min-width : 1280px) {
  .productList .priceGroup .offerText .percentualDiscountLabel {
    font-size: 15px;
  }
}
.productList .item {
  position: relative;
  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 #4ca950;
  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 #4ca950;
}
.productList .item .inner {
  position: relative;
}
.productList .item .quickOrder {
  display: none !important;
}
.productList .item .offergroup {
  position: absolute;
  left: 0;
  top: 0;
}
.productList .item .thumb {
  display: block;
  text-align: center;
  width: auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 120%;
  height: 0;
}
.productList .item .thumb:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.productList .item .thumb > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.productList .item .thumb img {
  vertical-align: middle;
  /*align image*/
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.productList .item .thumb img.portrait.hoverImg {
  display: none;
}
.productList .item .availableSizes {
  position: absolute;
  display: block;
  right: 0;
  bottom: 29px;
  left: 3%;
  height: auto;
  list-style: none;
  text-align: center;
  margin: auto;
  background-color: white;
  z-index: 9;
  padding: 0 0 6px;
  pointer-events: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  /*-moz-backface-visibility: hidden;*/

  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media only screen and (min-width : 1280px) {
  .productList .item .availableSizes {
    bottom: 26px;
  }
}
@media only screen and (min-width : 1440px) {
  .productList .item .availableSizes {
    bottom: 30px;
    left: 4%;
  }
}
@media only screen and (min-width : 1600px) {
  .productList .item .availableSizes {
    bottom: 32px;
  }
}
@media only screen and (min-width : 1900px) {
  .productList .item .availableSizes {
    bottom: 38px;
    padding: 0 0 8px;
  }
}
@media only screen and (min-width : 2500px) {
  .productList .item .availableSizes {
    bottom: 41px;
  }
}
@media only screen and (max-width: 1023px) {
  .productList .item .availableSizes {
    display: none;
  }
}
.productList .item .availableSizes li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 25px;
  background: white;
  border: 1px solid #dedede;
  color: #383838;
  box-sizing: border-box;
  height: 30px;
  min-width: 30px;
  pointer-events: all;
  -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 .availableSizes li:first-child {
  margin-left: 0;
}
.productList .item .availableSizes li:nth-child(5n + 6) {
  clear: both;
  margin-left: 0;
}
.productList .item .availableSizes li.full {
  line-height: 27px;
  margin: 0;
  pointer-events: none;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.productList .item .availableSizes li:hover {
  border: 1px solid transparent;
}
.productList .item .availableSizes li:hover a {
  background: #61b865;
  color: white;
}
.productList .item .availableSizes li a {
  display: block;
  padding: 5px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #383838;
  -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;*/

}
@media only screen and (min-width : 1280px) {
  .productList .item:hover .thumb a img.portrait.hoverImg {
    display: block;
  }
  .productList .item:hover .thumb a img.portrait.hoverImg + img {
    display: none;
  }
  .productList .item:hover .thumb.no-hover-image a img.portrait {
    display: block !important;
  }
  .productList .item:hover .availableSizes {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.productList .item .content {
  height: 80px;
  padding: 4% 5px;
}
@media only screen and (min-width : 768px) {
  .productList .item .content {
    height: 50px;
    padding: 4%;
  }
}
.productList .item .content .priceWrapper {
  display: flex;
  flex-flow: row;
  grid-gap: 10px;
}
@media only screen and (min-width : 768px) {
  .productList .item .content .priceWrapper {
    grid-gap: 10px;
  }
}
.productList .item .content .title {
  display: block;
  line-height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #383838;
  text-transform: initial;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  width: 100%;
  min-height: 24px;
}
.productList .item .itemBtn {
  font-size: 12px;
  margin: 0 auto;
}
.productList .item:hover .itemBtn,
.productList .item .itemBtn:hover {
  text-decoration: none;
}
.productList .item .brand {
  right: 0;
  position: absolute;
  top: 0;
  display: none;
}
.loading .productList .item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white url("../../../images/svg/loading.svg") no-repeat center center;
  background-color: rgba(255, 255, 255, 0.5);
}
.productList .item .favorite.delete:before {
  content: "\00D7";
  font-size: 28px;
  color: #ca151a;
}
.productList .item .favorite.delete:hover:before {
  color: tomato;
}
#extraInfo {
  width: 40px;
  height: 40px;
  position: absolute;
  padding: 0;
  font-size: 12px;
  text-align: center;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 100%;
  top: 10px;
  right: 10px;
}
@media only screen and (min-width : 1280px) {
  #extraInfo {
    width: 50px;
    height: 50px;
    top: 20px;
    right: 20px;
  }
}
#extraInfo .favorite {
  color: #666666;
  font-size: 16px;
}
#extraInfo .favorite.favorite--delete:before {
  position: relative;
  content: "\f004";
  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: 20px;
  height: 20px;
  line-height: 20px;
  color: #383838;
  vertical-align: middle;
  background-color: #f7f7f7;
  top: 3px;
}
@media only screen and (min-width : 1280px) {
  #extraInfo .favorite.favorite--delete:before {
    font-size: 20px;
    top: 8px;
  }
}
#extraInfo .favorite.favorite--add:before {
  position: relative;
  content: "\f08a";
  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: 20px;
  height: 20px;
  line-height: 20px;
  color: #666666;
  vertical-align: middle;
  top: 3px;
}
@media only screen and (min-width : 1280px) {
  #extraInfo .favorite.favorite--add:before {
    font-size: 20px;
    top: 8px;
  }
}
.labels .percentualDiscountLabel {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #b9241e;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #b9241e;
  border-radius: 3px;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 10px;
  line-height: 14px;
  padding: 0 5px;
  z-index: 1;
}
@media only screen and (min-width : 1280px) {
  .labels .percentualDiscountLabel {
    font-size: 15px;
    line-height: 20px;
    right: 20px;
    bottom: 20px;
  }
}
.labels .label {
  display: block;
  width: auto;
  height: 35px;
  line-height: 20px;
  color: white;
  font-size: 12px;
  text-align: center;
  position: absolute;
  pointer-events: none;
}
@media only screen and (min-width : 1280px) {
  .labels .label {
    height: 49px;
  }
}
.labels .label.text:after {
  content: attr(data-label);
  line-height: 19px;
}
.labels .label.new {
  background: #4ca950;
}
.labels .label.sale {
  display: flex;
  border-radius: 3px;
  color: #b9241e;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #b9241e;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 10px;
  line-height: 14px;
  width: 35px;
  height: 15px;
  justify-content: center;
}
@media only screen and (min-width : 1280px) {
  .labels .label.sale {
    line-height: 19px;
    font-size: 15px;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 20px;
  }
}
.labels .label.sale:after {
  line-height: 14px;
}
@media only screen and (min-width : 1280px) {
  .labels .label.sale:after {
    line-height: 19px;
  }
}
.labels .label.special {
  background: #ee5903;
}
.labels .label.round {
  -webkit-border-top-right-radius: 21px;
  -webkit-border-bottom-right-radius: 21px;
  -webkit-border-bottom-left-radius: 21px;
  -webkit-border-top-left-radius: 21px;
  -moz-border-radius-topright: 21px;
  -moz-border-radius-bottomright: 21px;
  -moz-border-radius-bottomleft: 21px;
  -moz-border-radius-topleft: 21px;
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
  border-bottom-left-radius: 21px;
  border-top-left-radius: 21px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.labels .label.TopLeft {
  top: 0;
  left: 10px;
}
.labels .label.TopRight {
  display: none;
}
.labels .label.BottomLeft {
  bottom: 10px;
  left: 10px;
}
@media only screen and (min-width : 1280px) {
  .labels .label.BottomLeft {
    bottom: 20px;
    left: 20px;
  }
}
.labels .label.BottomRight {
  bottom: 10px;
  right: 10px;
}
@media only screen and (min-width : 1280px) {
  .labels .label.BottomRight {
    bottom: 20px;
    right: 20px;
  }
}
.availableSizes li.full {
  font-size: 12px;
}
/* ==========================================================================
   Tablet styles
   ========================================================================== */

@media only screen and (min-width : 768px) {
  .productList .item .sale,
  .productList .item .special {
    background-position: 0 0;
  }
  .productList .item .special {
    background-position: 0 -76px;
  }
  .productList .availableSizes li.full {
    font-size: 12px;
  }
}
/* ==========================================================================
   Desktop styles
   ========================================================================== */

/* ++ CUSTOM SELECT ++ */

.custom-select {
  position: relative;
}
.custom-select.active .select-selected {
  border-radius: 6px 6px 0 0;
}
.custom-select.active .select-items {
  display: block;
}
.select-selected {
  padding: 8px 32px;
  background-color: white;
  border: 1px solid #ababab;
  border-radius: 6px;
  cursor: pointer;
}
.select-selected:after {
  content: "\f078";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 18px;
  height: 18px;
  line-height: 18px;
  position: absolute;
  right: 11px;
}
.select-items {
  display: none;
  position: absolute;
  background: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  width: calc(100% - 2px) !important;
  margin: 0 !important;
  border: 1px solid #ababab;
  border-top: none;
  border-radius: 0 0 6px 6px;
}
.select-items li:last-child a {
  border: none;
}
.select-items a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 0 16px;
  padding: 8px 16px;
  font-weight: 900;
  color: #383838;
  border-bottom: 1px solid #dedede;
}
.select-items a.availableStockStatus-unavailable {
  cursor: default;
}
.select-items a.availableStockStatus-unavailable .availableStockMessage .seintjeSelector {
  display: flex;
}
.select-items a.availableStockStatus-unavailable .size {
  opacity: 0.4;
}
.select-items a.active {
  background: none;
  border: none;
  border-bottom: 1px solid #dedede;
}
.select-items .availableStockMessage {
  font-weight: 400;
  text-transform: initial;
}
.select-items .availableStockMessage .seintjeSelector {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.select-items .availableStockMessage .seintjeSelector svg {
  max-width: 20px;
  max-height: 20px;
}
.select-items li:hover {
  background-color: #f3f3f3;
}
/* -- CUSTOM SELECT -- */

