/*--- standard variables ---*/
/*--- switch themes ---*/
/* #####################################################################################################
   This stylesheet is used for theme specific variables

   1 Munnichs

   ##################################################################################################### */
/*--- 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 {
  text-decoration: line-through;
}
.priceOld {
  position: relative;
}
.priceNew {
  position: relative;
}
.priceNew .lineThrough {
  display: none;
}
.price.priceOld {
  color: black !important;
}
.price.newPrice {
  color: #c61c40;
}
.brandLogoOverview {
  display: none;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.item:hover .brandLogoOverview {
  display: block;
}
.productList {
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 15px;
  clear: both;
}
.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;
  background-color: 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 #f8f8f8;
  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 #f8f8f8;
}
.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: visible;
  margin: 0;
  position: relative;
  padding-bottom: 130%;
  height: 0;
}
@media only screen and (min-width: 768px) {
  .productList .item .thumb {
    padding-bottom: 90%;
  }
}
@media only screen and (max-width: 1023px) {
  .productList .item .thumb {
    overflow: visible;
  }
}
.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 {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
  /*align image*/

}
.productList .item .thumb > a img.hoverImg {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .productList .item .thumb > a img.portrait {
    width: 70%;
  }
}
.productList .item:hover {
  box-shadow: 0px 0px 10px #d8d8d8;
}
.productList .item:hover .thumb > a img.hoverImg + img {
  display: none;
}
.productList .item:hover .thumb > a img.hoverImg {
  display: inline-block;
}
.productList .item .discountLabel {
  position: absolute;
  color: white;
  font-family: 'IBM Plex Serif', serif;
  font-weight: 600;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #991632;
  top: 10px;
  right: 70px;
  bottom: auto;
  left: auto;
  padding: 0 5px;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .productList .item .discountLabel {
    right: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    padding: 0 10px;
  }
}
.productList .item .content {
  overflow: hidden;
  text-align: center;
  padding: 0 4%;
  position: relative;
}
.productList .item .content .brandTitle {
  color: black;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .productList .item .content .brandTitle {
    height: 50px;
    display: none;
    width: 100%;
    padding: 0 5px;
  }
}
.productList .item .content .title {
  display: block;
  font-size: 11px;
  line-height: 18px;
  color: black;
  white-space: normal;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .productList .item .content .title {
    font-size: 13px;
  }
}
.productList .item .content .priceBlock {
  height: 100px;
}
.productList .item ul.availableColors,
.productList .item ul.availableSizes {
  display: none;
}
.productList .item .price {
  font-size: 0;
  overflow: hidden;
  width: 100%;
}
.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: 16px;
  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("../../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 {
  min-width: 40px;
  min-height: 40px;
  width: 12.5%;
  height: 12.5%;
  line-height: initial;
}
@media only screen and (min-width: 1024px) {
  .label.image {
    min-width: 60px;
    min-height: 60px;
  }
}
.label.text:after {
  content: attr(data-label);
}
.label.new {
  font-family: 'IBM Plex Serif', serif;
  color: #bc9f75;
  height: 80px;
  width: 40px;
  font-weight: 500;
  right: 5px;
  left: auto;
}
@media only screen and (min-width: 1024px) {
  .label.new {
    width: 80px;
    font-size: 24px;
    right: 30px;
    top: 10px;
  }
}
.label.sale {
  color: white;
  letter-spacing: 1px;
  font-family: 'IBM Plex Serif', serif;
  font-weight: 400;
  text-align: center;
  width: 60px;
  height: 30px;
  line-height: 30px;
  background: #c61c40;
  right: 10px;
  top: 10px;
}
@media only screen and (min-width: 1024px) {
  .label.sale {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
.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: 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;
    padding-top: 15px;
  }
  .productList > .item {
    float: left;
    margin-right: 2.916666667%;
    margin-bottom: 2.916666667%;
    width: 31.388888889%;
  }
  .lt-ie9 .productList > .item {
    /*IE 8*/
    width: 30.416666667%;
  }
  .productList > .item:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 2.916666667%;
  }
  .productList > .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .content .priceBlock {
    margin-bottom: 50px;
  }
  .thumb ul.availableColors > li > a {
    background: none;
  }
  .thumb ul.availableColors > li > a.active,
  .thumb ul.availableColors > li > a:hover {
    background: white;
    color: white;
    -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;*/
  
  }
  ul.availableColors,
  ul.availableSizes {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    width: 20%;
    padding: 5px 6%;
    margin: 0;
    list-style: none;
  }
  .item:hover ul.availableColors,
  .item:hover ul.availableSizes {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  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;
    display: block;
    background: #f8f8f8;
    color: black;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    width: 50px;
    max-width: 50px;
    -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;*/
  
    -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;
  }
  ul.availableColors > li > a.active,
  ul.availableSizes > li > a.active,
  ul.availableColors > li > a:hover,
  ul.availableSizes > li > a:hover {
    background: black;
    color: white;
    -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;*/
  
  }
  ul.availableColors {
    padding: 0px;
    max-width: 50px;
    top: 10px;
    bottom: auto;
    left: 10px;
  }
  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;
    position: relative;
  }
  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 black;
  }
  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: 30px;
    color: black;
  }
  ul.availableColors > li:hover ul {
    display: block;
  }
  ul.availableSizes {
    width: 100%;
    overflow: hidden;
  }
  ul.availableSizes > li {
    float: left;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    width: 18%;
  }
  .lt-ie9 ul.availableSizes > li {
    /*IE 8*/
    width: 17.5%;
  }
  ul.availableSizes > li:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 2.5%;
  }
  ul.availableSizes > li:nth-of-type(5n) {
    margin-right: 0;
  }
  ul.availableSizes > li {
    padding-bottom: 30px;
    min-width: 50px;
    height: 50px;
    max-height: 50px;
  }
  ul.availableSizes > li > a {
    color: black;
    min-width: 50px;
    font-size: 16px;
  }
}
