/* #####################################################################################################
   This stylesheet describes a list of products
   ##################################################################################################### */

/*----- Color variables -----*/
/*----- Size variables -----*/
/*----- Font variables -----*/
/*----- Responsive variables -----*/
/*----- Ratio variables (product item ratio (thumb + content)) -----*/
/* set ProductImageRatio in productOverview! */
/*----- OLD Color variables -----*/
/*----- MIXINS -----*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
/*------ productSet folder ratio (thumb + content) ---*/
/*------ productSet ratio (thumb + content) ---*/
/*------ productSet product ratio (thumb + content) --------*/
/*--- Folder overview (optional) ---------------------*/

#pnlFolderOverview .productList {
  overflow: hidden;
}
#pnlFolderOverview .productList > .item {
  float: left;
  margin-right: 2.077562327%;
  margin-bottom: 2.077562327%;
  width: 100%;
}
.lt-ie9 #pnlFolderOverview .productList > .item {
  /*IE 8*/
  width: 97.922437673%;
}
#pnlFolderOverview .productList > .item:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 2.077562327%;
}
#pnlFolderOverview .productList > .item:nth-of-type(1n) {
  margin-right: 0;
}
#pnlFolderOverview .productList .item {
  position: relative;
  z-index: 1;
}
#pnlFolderOverview .productList .item .thumb {
  padding-bottom: 133%;
  height: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #pnlFolderOverview .productList {
    overflow: hidden;
  }
  #pnlFolderOverview .productList > .item {
    float: left;
    margin-right: 1.557632399%;
    margin-bottom: 1.557632399%;
    width: 23.831775701%;
  }
  .lt-ie9 #pnlFolderOverview .productList > .item {
    /*IE 8*/
    width: 23.442367601%;
  }
  #pnlFolderOverview .productList > .item:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.557632399%;
  }
  #pnlFolderOverview .productList > .item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #pnlFolderOverview .productList {
    overflow: hidden;
  }
  #pnlFolderOverview .productList > .item {
    float: left;
    margin-right: 0.882352941%;
    margin-bottom: 0.882352941%;
    width: 32.745098039%;
  }
  .lt-ie9 #pnlFolderOverview .productList > .item {
    /*IE 8*/
    width: 32.450980392%;
  }
  #pnlFolderOverview .productList > .item:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 0.882352941%;
  }
  #pnlFolderOverview .productList > .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
/*--- producSet overview -----------------------------*/

@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  #pnlProductsetOverview .productList {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#pnlProductsetOverview .productList .item {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #pnlProductsetOverview .productList .item {
    width: auto !important;
    margin-right: 25px;
    margin-bottom: 25px;
    flex: 0 1 calc(33% - 15px);
  }
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item {
    flex: 0 1 calc(25% - 20px);
  }
}
@media only screen and (min-width: 768px) {
  #pnlProductsetOverview .productList .item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(3n+3) {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  #pnlProductsetOverview .productList .item:nth-child(4n+4) {
    margin-right: 0;
  }
}
#pnlProductsetOverview .productList .item .thumb {
  padding-bottom: 133%;
  height: 0;
  position: relative;
}
#pnlProductsetOverview .productList .item .thumb > a {
  position: relative;
  -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;*/

  padding: 0;
}
#pnlProductsetOverview .productList .item .thumb > a:before {
  -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;*/

  opacity: 0;
  content: '';
  position: absolute;
  background: #f6f7f9;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
#pnlProductsetOverview .productList .item .thumb > a img {
  width: 100%;
  height: auto;
}
#pnlProductsetOverview .productList .item:hover .content .title {
  opacity: 1;
}
#pnlProductsetOverview .productList .item:hover .thumb > a:before {
  opacity: 0.3;
}
#pnlProductsetOverview .productList .item .bttn {
  -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;*/

  max-width: 235px;
  width: 100%;
  padding: 0 15px;
  height: 45px;
  line-height: 43px;
}
@media only screen and (min-width: 1440px) {
  #pnlProductsetOverview .productList .item .bttn {
    height: 50px;
    line-height: 48px;
  }
}
#pnlProductsetOverview .productList .item .label {
  display: none;
}
#pnlProductsetOverview #filterButtonWrapper {
  margin: 0 0 15px;
}
#pnlProductsetOverview .thumb {
  margin-bottom: 0;
  padding-bottom: 154% !important;
}
#pnlProductsetOverview .content {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  display: block;
  height: auto;
}
@media only screen and (min-width: 1280px) {
  #pnlProductsetOverview .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
#pnlProductsetOverview .content .title {
  color: #222222;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  height: auto;
  white-space: normal;
  text-overflow: initial;
  overflow: visible;
  -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;*/

  padding: 20px 0 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #pnlProductsetOverview .content .title {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1280px) {
  #pnlProductsetOverview .content .title {
    font-size: 14px;
    line-height: 22px;
    padding: 20px 0;
    margin: 0 15px 0 0;
    width: 70%;
  }
}
@media only screen and (min-width: 1440px) {
  #pnlProductsetOverview .content .title {
    font-size: 18px;
    line-height: 24px;
  }
}
#pnlProductsetOverview .content .title:hover {
  text-decoration: none;
}
#pnlProductsetOverview .content .title:before {
  content: '';
  position: absolute;
  bottom: 20px;
  background: white;
  width: 10px;
  height: 3px;
  left: 50%;
  margin-left: -5px;
}
#pnlProductsetOverview .content .buttons {
  display: block;
  margin: 10px 0;
}
@media only screen and (min-width: 1280px) {
  #pnlProductsetOverview .content .buttons {
    margin: 20px 0 0;
  }
}
#pnlProductsetOverview .teaser {
  display: none;
}
.productset.overviewPage #cols {
  padding-top: 0;
}
@media only screen and (min-width: 1920px) {
  .productset.overviewPage #cols {
    padding: 0;
  }
}
.productset.overviewPage .looksContent {
  max-width: 1770px;
  margin: 0 auto;
  padding-top: 15px;
  background: #f6f7f9;
  text-align: center;
  display: none;
}
#pnlFolderOverview .linksBlock {
  width: 100%;
  margin: 0 auto;
}
#pnlFolderOverview .linksBlock .item {
  display: block;
  width: 80%;
  margin: 0 10% 30px 10%;
}
#pnlFolderOverview .linksBlock .item:last-child {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  #pnlFolderOverview .linksBlock .item {
    display: inline-block;
    width: 31%;
    margin: 0 1% 0 0;
  }
}
.productSet.productSetDetail .item .content .productPrice {
  line-height: 36px;
}
.productSet.productSetDetail .item .content .productPrice .price span {
  line-height: 36px!important;
}
.productSet.productSetDetail #pageContainer > .container {
  display: flex;
}
.productSet.productSetDetail #pageContainer > .container .breadcrumbs {
  order: 2;
}
.productSet.productSetDetail #cols.container {
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .productSet.productSetDetail #cols.container {
    padding-bottom: 40px;
  }
}
.productSet.productSetDetail .content {
  display: block;
}
.productSet.productSetDetail #detailNav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-beteween;
  -ms-justify-content: space-beteween;
  justify-content: space-beteween;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 15px 0;
}
.productSet.productSetDetail #detailNav a {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  text-decoration: underline;
  text-transform: none;
  margin: 0;
}
.productSet.productSetDetail #detailNav a:before {
  content: "«";
  line-height: 30px;
  padding: 0 10px 0 0;
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .productSet.productSetDetail #detailNav a:after {
    content: "|";
    line-height: 30px;
    padding: 0 0 0 10px;
    display: inline-block;
  }
}
.productSet.productSetDetail #detailNav a:hover {
  color: #ff8000;
}
.productSet.productSetDetail #detailNav a:hover:after {
  color: #222222;
}
@media only screen and (min-width: 1024px) {
  .productSet.productSetDetail #detailNav a {
    line-height: 30px;
  }
}
.productSet.productSetDetail #detailNav .bttn.link {
  float: left;
  margin: 0 10px 0 0;
}
.productSet.productSetDetail .productList .item {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .productSet.productSetDetail .productList .item .thumb {
    padding-bottom: 0;
  }
}
.productSet.productSetDetail .productList .item .thumb > a {
  padding: 5px 0;
  left: auto;
  right: auto;
  width: auto;
}
@media only screen and (min-width: 1024px) {
  .productSet.productSetDetail .productList .item .thumb > a {
    padding: 20px;
  }
}
.productset.overviewPage .linksBlock {
  background: #f6f7f9;
  padding: 30px 15px;
}
@media only screen and (min-width: 768px) {
  .productset.overviewPage .linksBlock {
    padding: 60px 60px 55px 60px;
  }
}
.productset.overviewPage .linksBlock .linksWrapper {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.productset.overviewPage .linksBlock .linksWrapper a {
  color: #222222;
  font-size: 20px;
  border: 1px solid transparent;
  -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;*/

  display: block;
  margin: 15px 0 0 0;
  background: black;
  color: white;
  height: 75px;
  line-height: 75px;
  font-weight: 400;
  padding: 0 30px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .productset.overviewPage .linksBlock .linksWrapper a {
    margin: 0 60px 0 0;
    display: inline-block;
  }
}
.productset.overviewPage .linksBlock .linksWrapper a:hover {
  border: 1px solid #ff8000;
  background: #f6f7f9;
  color: black;
  padding-bottom: 5px;
  -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;*/

}
.productset.overviewPage .linksBlock .linksWrapper a:last-child {
  margin-right: 0;
}
.productset.overviewPage .linksBlock .linksWrapper a.active {
  padding-bottom: 5px;
  border-bottom: 3px solid #ff8000;
}
/*--- producSet Detail -------------------------------------*/

.productSetDetail .productSetImage #mainImage,
.productSetDetail .productSetImage #productImageLink,
.productSetDetail .productSetImage #productImageMedium {
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 0;
}
.productSetDetail .productSetImage #imgThumbList {
  margin: 0 0 20px;
  list-style: none;
}
.productSetDetail #divSetPriceWrap {
  padding: 10px 0;
  margin: 0 0 10px;
  border-top: 1px solid #f6f7f9;
}
.productSetDetail #divSetPriceWrap #divSumofSetPrice {
  float: right;
}
@media only screen and (min-width: 768px) {
  .productSetDetail .productSetImage {
    width: 45%;
    float: left;
  }
  .productSetDetail #setProductOverview {
    float: left;
    width: 50%;
    margin-left: 5%;
  }
}
/*--- productset products ---*/

#setProductOverview .productList {
  overflow: hidden;
  overflow: hidden !important;
}
#setProductOverview .productList > .item {
  float: left;
  margin-right: 2.077562327%;
  margin-bottom: 2.077562327%;
  width: 100%;
}
.lt-ie9 #setProductOverview .productList > .item {
  /*IE 8*/
  width: 97.922437673%;
}
#setProductOverview .productList > .item:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 2.077562327%;
}
#setProductOverview .productList > .item:nth-of-type(1n) {
  margin-right: 0;
}
#setProductOverview .productList .item .thumb {
  height: 100%;
  margin: 0 0 15px;
  padding-bottom: 38%;
  height: 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #setProductOverview .productList .item .thumb {
    width: 25%;
    float: left;
    margin-bottom: 30px;
  }
}
#setProductOverview .productList .item .price {
  width: auto;
}
#setProductOverview .productList .item .prsetSelectCtrDiv {
  float: left;
  margin-right: 8px;
  line-height: 20px;
  display: none;
}
#setProductOverview .productList .item .itemTitle {
  color: #222222;
  font-size: 20px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
#setProductOverview .productList .item .content {
  height: 100%;
  text-align: left;
  padding: 0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  #setProductOverview .productList .item .content {
    width: 71%;
    float: left;
    margin-left: 4%;
  }
}
#setProductOverview .productList .item .content .productPrice .price,
#setProductOverview .productList .item .content .productPrice .price span {
  font-size: 20px;
  line-height: 24px;
}
#setProductOverview .productList .item .content .title {
  float: left;
}
#setProductOverview .productList .item .content .productSetsizeConfig h4 {
  font-weight: normal;
  line-height: 18px;
  margin: 5px 0;
}
@media only screen and (min-width: 1024px) {
  #setProductOverview .productList .item .content .productSetsizeConfig h4 {
    float: left;
    width: 20%;
  }
}
#setProductOverview .productList .item .content .productSetsizeConfig select {
  margin: 5px 0;
}
#setProductOverview .productList .item .content .productSetsizeConfig .configUl {
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 1024px) {
  #setProductOverview .productList .item .content .productSetsizeConfig .configUl {
    float: left;
    width: 80%;
  }
}
#setProductOverview .productList .item .content .productSetsizeConfig .configUl li.outOfStock > a {
  color: #6e6e6e;
  border-color: #f6f7f9;
  pointer-events: none;
  position: relative;
}
#setProductOverview .productList .item .content .productSetsizeConfig .configUl li.outOfStock > a:before,
#setProductOverview .productList .item .content .productSetsizeConfig .configUl li.outOfStock > a:after {
  position: absolute;
  left: 50%;
  top: -20%;
  content: '';
  height: 80px;
  width: 1px;
  background-color: #e6e6e6;
}
#setProductOverview .productList .item .content .productSetsizeConfig .configUl li.outOfStock > a:before {
  transform: rotate(45deg);
}
#setProductOverview .productList .item .content .productSetsizeConfig .configUl li.outOfStock > a:after {
  transform: rotate(-45deg);
}
#setProductOverview .productList .item .content .productSetsizeConfig .configUl li.active > a {
  border: 1px solid #ff8000;
  -webkit-box-shadow: 0 0 0 1px #ff8000;
  -moz-box-shadow: 0 0 0 1px #ff8000;
  box-shadow: 0 0 0 1px #ff8000;
}
#setProductOverview .productList .item .content .bttn {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #setProductOverview .productList {
    overflow: hidden;
  }
  #setProductOverview .productList > .item {
    float: left;
    margin-right: 1.557632399%;
    margin-bottom: 1.557632399%;
    width: 100%;
  }
  .lt-ie9 #setProductOverview .productList > .item {
    /*IE 8*/
    width: 98.442367601%;
  }
  #setProductOverview .productList > .item:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.557632399%;
  }
  #setProductOverview .productList > .item:nth-of-type(1n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #setProductOverview .productList {
    overflow: hidden;
  }
  #setProductOverview .productList > .item {
    float: left;
    margin-right: 0.882352941%;
    margin-bottom: 0.882352941%;
    width: 100%;
  }
  .lt-ie9 #setProductOverview .productList > .item {
    /*IE 8*/
    width: 99.117647059%;
  }
  #setProductOverview .productList > .item:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 0.882352941%;
  }
  #setProductOverview .productList > .item:nth-of-type(1n) {
    margin-right: 0;
  }
}
.productset.overviewPage #cols {
  padding-top: 30px;
  padding-bottom: 90px;
}
