/* #####################################################################################################
	styling productdetail page
   ##################################################################################################### */

/*--- standard variables ---*/
/*--- overwrite variables with the variable from a theme ---*/
/* #####################################################################################################
   This stylesheet is used for theme specific variables
   ##################################################################################################### */
/*--- media queries. When using responsive ---*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*----- CSS3 Animation functions -----*/
.productDetail a.back,
body.productSetDetail a.back {
  margin-top: -2%;
}
.productDetail #brandLogo,
body.productSetDetail #brandLogo {
  width: 100px;
  line-height: 30px;
  height: 30px;
  float: right;
}
.productDetail #brandLogo.image,
body.productSetDetail #brandLogo.image {
  background-position: center right;
  background-repeat: no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-size: contain;
}
.productDetail #detailTitle,
body.productSetDetail #detailTitle {
  padding-right: 110px;
}
.productDetail #sidecol h3.filterTitle,
body.productSetDetail #sidecol h3.filterTitle {
  line-height: 26px;
  padding: 0 0 3%;
  margin: 0 0 3%;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #001f4b;
}
.productDetail #detailTop .imgThumbList,
body.productSetDetail #detailTop .imgThumbList {
  margin: 0 0 2%;
  list-style: none;
  overflow: hidden;
  display: none;
}
.productDetail #detailTop .imgThumbList li,
body.productSetDetail #detailTop .imgThumbList li {
  margin: 0 1% 0 0;
  padding: 2px;
  background: white;
  float: left;
}
.productDetail #detailTop .imgThumbList li:hover img,
body.productSetDetail #detailTop .imgThumbList li:hover img,
.productDetail #detailTop .imgThumbList li.zoomThumbActive img,
body.productSetDetail #detailTop .imgThumbList li.zoomThumbActive img {
  opacity: 1;
}
.productDetail #detailTop .imgThumbList li a,
body.productSetDetail #detailTop .imgThumbList li a {
  height: 68px;
  line-height: 68px;
  width: 68px;
  cursor: pointer;
}
.productDetail #detailTop .imgThumbList li a img,
body.productSetDetail #detailTop .imgThumbList li a img {
  opacity: 0.4;
}
.productDetail #mainImage,
body.productSetDetail #mainImage {
  margin: 0 0 2% 0;
  padding-bottom: 10px;
  height: 100%;
  position: relative;
  min-height: 15px;
}
.productDetail #mainImage .noImageFound,
body.productSetDetail #mainImage .noImageFound {
  background: transparent url(../../../images/noImageFound.png) no-repeat center center;
  min-height: 150px;
}
.productDetail #mainImage .largeImage a.large,
body.productSetDetail #mainImage .largeImage a.large {
  border: 1px solid #e6ebf0;
  height: 385px;
  line-height: 380px;
  display: block;
  text-align: center;
  width: 100%;
}
.productDetail #mainImage .largeImage a.large span,
body.productSetDetail #mainImage .largeImage a.large span {
  display: inline-block;
}
.productDetail #mainImage .largeImage a.large img,
body.productSetDetail #mainImage .largeImage a.large img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 380px;
}
.productDetail #mainImage .thumbnails,
body.productSetDetail #mainImage .thumbnails {
  clear: both;
  overflow: auto;
  margin: 20px 0 0 0;
  list-style: none;
  min-height: 90px;
}
.productDetail #mainImage .thumbnails li,
body.productSetDetail #mainImage .thumbnails li {
  float: left;
  margin: 0 0 10px 5px;
  border: 1px solid #e6ebf0;
  height: 62px;
}
.productDetail #mainImage .thumbnails li:first-child,
body.productSetDetail #mainImage .thumbnails li:first-child {
  margin-left: 0;
}
.productDetail #mainImage .thumbnails li.active,
body.productSetDetail #mainImage .thumbnails li.active {
  border-color: #a6b8ca;
}
.productDetail #mainImage .thumbnails li a.thumbnail,
body.productSetDetail #mainImage .thumbnails li a.thumbnail {
  height: 64px;
  width: 62px;
  cursor: pointer;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.productDetail #mainImage .thumbnails li a.thumbnail img,
body.productSetDetail #mainImage .thumbnails li a.thumbnail img {
  max-width: 62px;
  max-height: 62px;
}
.productDetail #mainImage #GroupOfferImage,
body.productSetDetail #mainImage #GroupOfferImage {
  position: absolute;
  top: 6px;
  right: 10px;
  z-index: 99;
}
.productDetail #mainImage #OfferImage,
body.productSetDetail #mainImage #OfferImage {
  position: absolute;
  top: 6px;
  right: 10px;
}
.productDetail .prevImg,
body.productSetDetail .prevImg,
.productDetail .nextImg,
body.productSetDetail .nextImg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 34px;
  display: block;
  background-color: #f2f2f2;
}
.productDetail .prevImg:hover,
body.productSetDetail .prevImg:hover,
.productDetail .nextImg:hover,
body.productSetDetail .nextImg:hover {
  background-color: #e6e6e6;
}
.productDetail .prevImg span,
body.productSetDetail .prevImg span,
.productDetail .nextImg span,
body.productSetDetail .nextImg span {
  position: relative;
  top: 220px;
  left: 0px;
  display: block;
  width: 34px;
  height: 35px;
  text-align: center;
}
.productDetail .prevImg,
body.productSetDetail .prevImg {
  left: 0;
}
.productDetail .nextImg,
body.productSetDetail .nextImg {
  right: 0px;
}
.productDetail #configOrder,
body.productSetDetail #configOrder {
  margin: 0 0 20px 0;
  /* colorconfig */

  /* sizeconfig */

  /*amountConfig*/

  /* custom selectbox make sure ul li are right */

  /* price */

  /*end .priceWrap*/

}
.productDetail #configOrder h4,
body.productSetDetail #configOrder h4 {
  /*carefull not to style the custom selectbox*/
  float: left;
  width: 20%;
  margin: 0 0 2% 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #001f4b;
  font-weight: 700;
}
.productDetail #configOrder #configItems .styledSB,
body.productSetDetail #configOrder #configItems .styledSB {
  position: relative;
}
.productDetail #configOrder #configItems > div,
body.productSetDetail #configOrder #configItems > div {
  position: relative;
  margin: 0 0 20px;
  /*end ul*/

}
.productDetail #configOrder #configItems > div ul.configUl,
body.productSetDetail #configOrder #configItems > div ul.configUl {
  list-style: none;
  margin: 0;
  float: left;
  width: 78%;
}
.productDetail #configOrder #configItems > div ul.configUl > li,
body.productSetDetail #configOrder #configItems > div ul.configUl > li {
  float: left;
  margin: 0 1% 1% 0;
  overflow: hidden;
}
.productDetail #configOrder #configItems > div ul.configUl > li a,
body.productSetDetail #configOrder #configItems > div ul.configUl > li a {
  background: white;
  display: block;
  border: 1px solid #e6ebf0;
  height: 30px;
  line-height: 30px;
  min-width: 24px;
  padding: 0 2px;
  text-align: center;
}
.productDetail #configOrder #configItems > div ul.configUl > li.active a,
body.productSetDetail #configOrder #configItems > div ul.configUl > li.active a {
  background: #e6e6e6;
  border: 1px solid #6785a3;
  color: #6785a3;
  display: block;
}
.productDetail #configOrder #configItems > div ul.configUl > li.outOfStock a,
body.productSetDetail #configOrder #configItems > div ul.configUl > li.outOfStock a {
  cursor: default;
  opacity: 0.4;
}
.productDetail #configOrder #configItems .selectbox .display,
body.productSetDetail #configOrder #configItems .selectbox .display {
  background: white;
}
.productDetail #configOrder #configItems #checkoutLnk,
body.productSetDetail #configOrder #configItems #checkoutLnk {
  width: 50%;
}
.productDetail #configOrder #colorConfig li,
body.productSetDetail #configOrder #colorConfig li {
  width: 30px;
  overflow: hidden;
}
.productDetail #configOrder #colorConfig li a,
body.productSetDetail #configOrder #colorConfig li a {
  background-color: white;
}
.productDetail #configOrder #sizeConfig,
body.productSetDetail #configOrder #sizeConfig {
  width: auto;
}
.productDetail #configOrder #sizeConfig li a:hover,
body.productSetDetail #configOrder #sizeConfig li a:hover {
  background: #f2f2f2;
  text-decoration: none;
}
.productDetail #configOrder #amountConfig,
body.productSetDetail #configOrder #amountConfig {
  float: left;
}
.productDetail #configOrder .selectbox ul,
body.productSetDetail #configOrder .selectbox ul {
  float: none;
}
.productDetail #configOrder .selectbox ul li,
body.productSetDetail #configOrder .selectbox ul li {
  float: none;
  margin: 0;
}
.productDetail #configOrder .priceWrap,
body.productSetDetail #configOrder .priceWrap {
  padding: 0;
  position: relative;
  font-weight: 600;
}
.productDetail #configOrder .priceWrap .price,
body.productSetDetail #configOrder .priceWrap .price {
  font-size: 22px;
  display: block;
}
.productDetail #configOrder .priceWrap .prefix,
body.productSetDetail #configOrder .priceWrap .prefix,
.productDetail #configOrder .priceWrap .old,
body.productSetDetail #configOrder .priceWrap .old,
.productDetail #configOrder .priceWrap .price .valuta,
body.productSetDetail #configOrder .priceWrap .price .valuta {
  margin: 0 1.5% 0 0;
}
.productDetail #configOrder .priceWrap .old,
body.productSetDetail #configOrder .priceWrap .old {
  color: #001f4b;
  font-size: 13px;
  font-weight: normal;
  text-decoration: line-through;
}
.productDetail .orderHiddenBtn,
body.productSetDetail .orderHiddenBtn {
  display: none;
}
.productDetail #prodTxt,
body.productSetDetail #prodTxt {
  padding: 20px 0 0 0;
}
.productDetail #ProductDetails .errorTxt,
body.productSetDetail #ProductDetails .errorTxt {
  display: none;
  margin: 20px 0;
  width: 274px;
}
.productDetail #content #extraInfo,
body.productSetDetail #content #extraInfo {
  margin: 20px 0;
  padding: 0;
}
.productDetail #content #extraInfo a,
body.productSetDetail #content #extraInfo a {
  background: transparent url(../../../images/listIcon.gif) no-repeat 0 8px;
  padding: 0 0 0 18px;
  display: block;
  color: #666666;
  line-height: 26px;
}
.productDetail .addedToFavourites,
body.productSetDetail .addedToFavourites {
  line-height: 26px;
  background: transparent url(../../../images/uspV.png) no-repeat 0 8px;
  padding: 0 0 0 20px;
}
.productDetail .transfer,
body.productSetDetail .transfer {
  border: 1px solid #103293;
  z-index: 999999;
}
.productDetail #detailBottom dl dt,
body.productSetDetail #detailBottom dl dt {
  float: left;
  clear: left;
  width: 50%;
  font-weight: 600;
}
.productDetail #detailBottom dl dt:after,
body.productSetDetail #detailBottom dl dt:after {
  content: ":";
}
.productDetail #detailBottom dl dd,
body.productSetDetail #detailBottom dl dd {
  margin: 0 0 0 50%;
}
.productDetail .image360image,
body.productSetDetail .image360image {
  position: relative;
  z-index: 0;
}
.productDetail .label360image,
body.productSetDetail .label360image {
  width: 68px;
  height: 68px;
  overflow: hidden;
  background: url(../../../images/360.png) 40px 3px no-repeat transparent;
  z-index: 99;
  margin: -68px 0 0 0;
  position: relative;
  cursor: pointer;
}
.productDetail #productImage360-reel,
body.productSetDetail #productImage360-reel {
  margin: 0 auto;
}
/*end .productDetail*/

@media only screen and (min-width : 768px) {
  .productDetail #mainImage {
    padding-bottom: 10px;
    height: 100%;
    min-height: 15px;
    float: left;
    width: 47.5%;
  }
  .productDetail #mainImage a.large .centerImg {
    height: 320px;
  }
  .productDetail #mainImage a.large .centerImg img {
    max-height: 320px;
    max-width: 320px;
  }
  .productDetail #brandLogo {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
    margin: 3%;
    text-align: right;
  }
  .productDetail #ProductDetails {
    float: right;
    width: 47.5%;
  }
  .productDetail #ProductDetails #checkoutLnk {
    width: 60%;
  }
  .productDetail #viewBranchStock {
    position: relative;
    white-space: nowrap;
    width: auto;
  }
}
@media only screen and (min-width : 1180px) {
  .productDetail #brandLogo {
    margin: 3% 0;
  }
}
