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

/*--- 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 -----*/
/*------ productSet folder ratio (thumb + content) ---*/
/*------ productSet ratio (thumb + content) ---*/
/*------ productSet product ratio (thumb + content) --------*/
/*--- Folder overview (optional) ---------------------*/

#pnlFolderOverview .productList .item {
  flex: 0 1 60%;
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: calc(50% - 17px);
}
@media only screen and (min-width : 1024px) {
  #pnlFolderOverview .productList .item {
    flex: 0 1 25%;
    max-width: calc(25% - 17px);
  }
}
#pnlFolderOverview .productList .item .thumb {
  padding-bottom: 151%;
  height: 0;
  position: relative;
}
#pnlFolderOverview .productList .item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1023px) {
  #pnlFolderOverview .productList .item:nth-child(2n+2) {
    margin-right: 0;
  }
}
/*--- producSet overview -----------------------------*/

#pnlProductsetOverview #filterButtonWrapper {
  margin: 0 0 15px;
}
#pnlProductsetOverview .productList .item .thumb {
  padding-bottom: 151%;
  height: 0;
  position: relative;
  padding-top: 0;
}
@media only screen and (min-width : 768px) {
  
}
@media only screen and (min-width : 1024px) {
  
}
#pnlFolderOverview .content,
#pnlProductsetOverview .content {
  height: initial;
  padding: 0;
  margin: 15px 0;
}
@media only screen and (min-width : 1024px) {
  #pnlFolderOverview .content,
  #pnlProductsetOverview .content {
    margin: 45px 0;
  }
}
#pnlFolderOverview .content .title,
#pnlProductsetOverview .content .title {
  font-size: 18px;
  line-height: 24px;
  height: 24px;
  text-transform: uppercase;
}
@media only screen and (min-width : 768px) {
  #pnlFolderOverview .content .title,
  #pnlProductsetOverview .content .title {
    color: white;
  }
}
#pnlFolderOverview .productList,
#pnlProductsetOverview .productList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
#pnlFolderOverview .productList .item .thumb .centerImg,
#pnlProductsetOverview .productList .item .thumb .centerImg {
  display: block;
}
#setProductOverview .productList > .item {
  height: auto;
  padding-bottom: 0;
  border-bottom: 1px solid #ababab;
}
/*--- producSet Detail -------------------------------------*/

.productSetDetail .price.priceMain {
  color: #383838;
}
.productSetDetail .price + .priceMain {
  color: #b9251e;
}
.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 #dedede;
}
.productSetDetail #divSetPriceWrap #divSumofSetPrice {
  float: right;
}
.productSetDetail .percentualDiscountLabel {
  top: -4px !important;
}
.back-bttn-stl {
  font-weight: normal;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  text-align: left;
  max-width: 45%;
  cursor: pointer;
}
.back-bttn-stl::before {
  margin-right: 0.5em !important;
}
a.back-bttn-stl:hover {
  color: #4ca950;
}
.productSetDetail #content {
  float: left;
  margin-top: 2%;
}
.JS_valMessage.alt ul {
  background: white;
  border: 0;
  color: #dd0600;
  width: 100%;
  list-style-type: none;
  padding: 0;
}
@media only screen and (min-width : 768px) {
  .productSetDetail .productSetImage {
    width: 45%;
    float: left;
  }
  .productSetDetail #setProductOverview {
    float: left;
    width: 50%;
    margin-left: 5%;
  }
}
/*--- productset products ---*/

@media only screen and (min-width : 1024px) {
  .productSetDetail #cols {
    max-width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
#setProductOverview .productList {
  display: block;
  margin: 10px 0 0;
}
#setProductOverview .productList .item {
  max-width: 100%;
}
@media only screen and (min-width : 768px) {
  #setProductOverview .productList .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
#setProductOverview .productList .item .thumb {
  height: 100%;
  margin: 0 15px 15px 0;
  padding-bottom: 38%;
  height: 0;
  position: relative;
  padding-bottom: 37%;
  max-width: 50%;
}
@media only screen and (min-width : 768px) {
  #setProductOverview .productList .item .thumb {
    max-width: 30%;
  }
}
@media only screen and (min-width : 1024px) {
  #setProductOverview .productList .item .thumb {
    margin: 0 0 24px;
  }
}
#setProductOverview .productList .item .prsetSelectCtrDiv {
  float: left;
  margin-right: 8px;
  line-height: 20px;
  display: none;
}
#setProductOverview .productList .item .itemTitle {
  color: #383838;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  display: block;
  margin-bottom: 10px;
}
#setProductOverview .productList .item .content {
  height: 100%;
  text-align: left;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (min-width : 1024px) {
  #setProductOverview .productList .item .content {
    width: 71%;
    float: left;
    margin-left: 4%;
  }
}
#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%;
    margin-bottom: 30px;
  }
}
#setProductOverview .productList .item .content .productSetsizeConfig .configUl li.outOfStock > a {
  color: #666666;
  border-color: #ebebeb;
  opacity: 0.4;
  pointer-events: none;
  position: relative;
  text-decoration: line-through;
}
#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: -25%;
  content: ' ';
  height: 65px;
  width: 1px;
  background-color: #dedede;
}
#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 {
  background: #3c3c3c;
  color: white;
  border: 1px solid #3c3c3c;
}
#setProductOverview .productList .item .content .bttn {
  margin-top: 10px;
  max-width: 90%;
}
@media only screen and (min-width : 1024px) {
  #setProductOverview .productList .item .content .bttn {
    max-width: 65%;
  }
}
@media only screen and (min-width : 1280px) {
  #setProductOverview .productList .item .content .bttn {
    max-width: 50%;
  }
}
#setProductOverview .productList .item .content .productSetsizeConfig ul > li > a {
  display: block;
  border: 1px solid #dedede;
  border-radius: 6px;
  height: 30px;
  line-height: 30px;
  min-width: 24px;
  padding: 0 2px;
  text-align: center;
}
#setProductOverview .productList .item .content .productSetsizeConfig .configUl li {
  float: left;
  margin: 0 3% 1% 0;
  overflow: hidden;
}
#setProductOverview .productList .item .content .productSetsizeConfig .configUl li a {
  color: #666666;
  text-transform: uppercase;
  font-size: 14px;
  padding: 2px 5px;
  font-weight: bold;
}
#setProductOverview .productList .item .content .productSetsizeConfig .configUl li a:hover {
  background: #e3e3e3;
  color: white;
  border: 1px solid #e3e3e3;
}
#sizeChart {
  line-height: 32px;
  color: #383838;
  font-weight: 600;
  display: block;
  margin-top: 20px;
}
#sizeChart span {
  font-weight: normal;
  text-decoration: underline;
}
#sizeChart:after {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  background: url(../../../images/svg/hanger.svg) no-repeat center center;
  background-size: 20px;
}
.productSetDetail nav#breadcrumbs {
  display: none !important;
}
#setProductOverview .psGeneralContent {
  padding-bottom: 20px;
  border-bottom: 1px solid #ababab;
}
#setProductOverview .productList .item {
  margin-top: 20px;
}
#setProductOverview .productList .item .thumb {
  padding-top: 0;
  left: 0;
  right: 0;
}
#setProductOverview .productList .item .thumb img {
  max-height: none;
  width: 100%;
}
#setProductOverview .productList .item .content .bttn:after {
  content: url(../../../images/svg/buttons/btn-arrow-right.svg);
  top: 1px;
  right: 4%;
  position: absolute;
}
.productSetDetail .productSetImage img {
  max-width: 100%;
}
.overviewPage #content h1 {
  font-weight: 600;
  text-align: center;
  margin: 0 0 15px 0;
}
@media only screen and (min-width : 1024px) {
  .overviewPage #content h1 {
    margin: 0 0 45px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-usps {
    margin-top: 9%;
  }
}
@media only screen and (min-width : 768px) {
  #footer #footerBar {
    margin-top: 9%;
  }
}
#pnlFolderOverview .status-txt div,
#pnlProductsetOverview .status-txt div {
  text-align: center;
  max-width: 54%;
  margin: 0 auto 1%;
}
.bttn-stl {
  margin-left: auto;
  margin-right: auto;
  width: 74%;
}
.bttn-stl a {
  margin: 0;
  padding: 0;
  background: #3c3c3b;
}
.bttn-stl a:hover {
  background: #4ca950;
}
@media only screen and (max-width: 1023px) {
  #detailNav {
    margin-left: 2%;
  }
  #detailNav .bttn {
    margin-bottom: 0;
  }
  .productSetDetail #content {
    float: none;
  }
  #pnlProductsetOverview #footer #footerBar {
    margin-top: 40%;
  }
  .productSetDetail #content {
    float: left;
    margin-left: 4%;
  }
  #setProductOverview .productList .item .thumb {
    width: 25%;
    float: left;
    margin-bottom: 24px;
  }
  #setProductOverview .productList .item .content {
    width: 69%;
    float: left;
  }
  #setProductOverview .productList .item .content .productSetsizeConfig .configUl {
    float: left;
    width: 80%;
    margin: 24px 0;
  }
  .bttn {
    min-width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .productSetDetail #content {
    margin-top: 0;
    padding-top: 0;
  }
  .bttn-mobile-clear {
    width: auto;
    max-width: 100%;
    clear: both;
  }
  #setProductOverview .productList .item .content {
    margin-bottom: 0;
  }
  .productSetDetail #content {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
  }
  #setProductOverview .productList .item .bttn:after {
    content: url(../../../images/svg/buttons/btn-arrow-right.svg);
    top: 1px;
    right: 4%;
    position: absolute;
  }
  .psGeneralInfo h1 {
    text-align: center;
  }
  #pnlFolderOverview .status-txt div {
    max-width: 95%;
  }
}
@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: 99%;
  }
  .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: 1.271186441%;
    margin-bottom: 1.271186441%;
    width: 99%;
  }
  .lt-ie9 #setProductOverview .productList > .item {
    /*IE 8*/
    width: 98.728813559%;
  }
  #setProductOverview .productList > .item:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.271186441%;
  }
  #setProductOverview .productList > .item:nth-of-type(1n) {
    margin-right: 0;
  }
}
