/*--- standard variables ---*/
/*--- switch themes ---*/
/* #####################################################################################################
   VARIABLES - 3 - Ot en sien
   ##################################################################################################### */
/*--- 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 -----*/
@media only screen and (min-width: 768px) {
  .column.imageThumbs--left {
    float: left;
    width: 52%;
    margin: 0 0 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .productDetails.column {
    float: left;
    width: 48%;
    padding: 15px 0 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .productDetail #cols {
    padding-top: 15px;
  }
}
.productDetail #content {
  padding-bottom: 0;
}
.productDetail #sizeChart {
  display: inline-block;
  padding: 1em 0;
  text-transform: uppercase;
  transition: color ease-in-out 0.2s;
}
.productDetail #sizeChart:after {
  font-family: FontAwesome;
  content: "";
  display: inline-block;
  margin-left: 0.5em;
}
.productDetail .question {
  text-transform: uppercase;
}
.column {
  position: relative;
  margin-bottom: 15px;
}
#mainImage {
  padding-bottom: 100%;
  height: 0;
  position: relative;
  margin-bottom: 15px;
  border: solid 1px #e6e6e6;
}
#mainImage > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  display: none;
}
#mainImage img {
  margin: 0 auto;
  vertical-align: middle;
  width: auto;
}
#mainImage a.active {
  display: block;
  cursor: zoom-in;
}
.mainImage {
  position: absolute !important;
  height: calc(100% - 30px);
  top: 15px;
  bottom: 15px;
}
.mainImage .owl-stage-outer {
  height: 100%;
  overflow: hidden !important;
}
.mainImage .owl-stage-outer .owl-stage {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
}
.mainImage .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.mainImage .owl-stage-outer .owl-stage a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mainImage .owl-stage-outer .owl-stage img {
  max-height: 100%;
  display: block;
  margin: 0 auto !important;
}
.label,
.brandLogo {
  z-index: 1;
}
.transfer {
  border: 2px solid #262626;
  z-index: 999999;
  position: relative;
}
.offerGroups {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
}
.brandLogo {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #ebebeb;
  width: 60px;
  height: 60px;
  background: white;
}
.brandLogo img {
  display: block;
}
#thumbnails {
  overflow: hidden;
}
#thumbnails > .thumb {
  float: left;
  margin-right: 0.651041667%;
  margin-bottom: 0.651041667%;
  width: 19.479166667%;
  padding-bottom: 19.479166667%;
  line-height: 19.479166667%;
  height: 0;
}
.lt-ie9 #thumbnails > .thumb {
  /*IE 8*/
  width: 19.348958333%;
}
#thumbnails > .thumb:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 0.651041667%;
}
#thumbnails > .thumb:nth-of-type(5n) {
  margin-right: 0;
}
#thumbnails .thumb {
  position: relative;
}
#thumbnails .thumb a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  display: block;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
@media only screen and (min-width: 1024px) {
  #thumbnails .thumb a {
    -webkit-box-shadow: inset 0 0 0 1px #e6e6e6;
    -moz-box-shadow: inset 0 0 0 1px #e6e6e6;
    box-shadow: inset 0 0 0 1px #e6e6e6;
  }
}
#thumbnails .thumb a img {
  max-width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: auto;
  top: 50%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 1024px) {
  #thumbnails .thumb a:hover {
    -webkit-box-shadow: inset 0 0 0 1px #b2b2b2;
    -moz-box-shadow: inset 0 0 0 1px #b2b2b2;
    box-shadow: inset 0 0 0 1px #b2b2b2;
  }
}
@media only screen and (min-width: 1024px) {
  #thumbnails .thumb.active a {
    -webkit-box-shadow: inset 0 0 0 1px #999999;
    -moz-box-shadow: inset 0 0 0 1px #999999;
    box-shadow: inset 0 0 0 1px #999999;
  }
}
@media only screen and (min-width: 1024px) {
  .imageThumbs--left {
    padding-left: 140px;
  }
  .imageThumbs--left #thumbnails {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 15px;
  }
  .imageThumbs--left #thumbnails > .thumb {
    width: 125px;
    height: 125px;
    float: none;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: inherit;
  }
  .imageThumbs--left #mainImage {
    height: 546px;
  }
  .imageThumbs--left #mainImage > a img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: auto;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.teaserText {
  margin-bottom: 15px;
}
.favorite__button {
  font-size: 40px;
}
.productPrice {
  margin-bottom: 20px;
}
.productPrice .offerText {
  display: block;
  margin-bottom: 5px;
}
.productPrice .price {
  font-size: 18px;
}
.productPrice .priceOld + .price {
  color: #262626;
  font-weight: 700;
}
.productPrice .personal-container + .price {
  font-size: 20px;
  text-decoration: line-through;
}
.productPrice .personal-price {
  display: inline-block;
  margin: 0 0 0 25px;
  vertical-align: text-bottom;
}
.productPrice .personal-price .price {
  color: #262626;
  font-weight: 700;
}
.productPrice.SimpleDiscount .offerText {
  display: none;
}
.productPrice.SimpleDiscount .priceOld {
  font-size: 18px;
  font-weight: 500;
}
.productPrice.SimpleDiscount .priceOld + .price {
  font-size: 24px;
  color: #262626;
  margin-left: 15px;
}
.productPrice.percentualDiscount .offerText {
  font-size: 15px;
  color: #262626;
}
.productPrice.percentualDiscount .priceOld {
  font-size: 18px;
  font-weight: 500;
}
.productPrice.percentualDiscount .priceOld + .price {
  font-size: 24px;
  color: #262626;
  margin-left: 15px;
}
.productTeaser {
  margin: 0 0 30px 0;
  line-height: 26px;
}
.productTeaser ul {
  list-style-type: disc !important;
}
.productTeaser ol {
  list-style-type: decimal !important;
}
.sizeConversionSelector {
  margin: 10px 0;
}
.productConfigItemWrapper {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.productConfigItem {
  float: left;
  width: 100%;
  padding: 10px 0;
  border-top: solid 1px #e6e6e6;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .productConfigItem {
    padding: 20px 0 20px 125px;
  }
}
.productConfigItem#productAmount {
  border-bottom: solid 1px #e6e6e6;
}
.productConfigItem#productAmount select {
  height: 40px;
  padding: 0 10px;
  font-size: 15px;
}
@media only screen and (min-width: 1024px) {
  .productConfigItem#productSizes {
    margin-bottom: -5px;
  }
}
.productConfigItem .productConfigItem__label,
.productConfigItem label {
  float: left;
  font-size: 15px;
  padding: 0;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .productConfigItem .productConfigItem__label,
  .productConfigItem label {
    float: none;
    position: absolute;
    left: 0;
    right: auto;
    top: 20px;
    bottom: auto;
    font-size: 18px;
    line-height: 28px;
    width: 115px;
  }
}
.productConfigItem ul {
  position: relative;
}
.productConfigItem ul li {
  float: left;
  margin: 0 5px 5px 0;
}
.productConfigItem ul li a {
  min-width: 50px;
  height: 50px;
  padding: 0 5px;
  line-height: 50px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: #454545;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 1px #e6e6e6;
  -moz-box-shadow: inset 0 0 0 1px #e6e6e6;
  box-shadow: inset 0 0 0 1px #e6e6e6;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
.productConfigItem ul li a img {
  max-width: 90%;
  margin-right: -4px;
}
.productConfigItem ul li a:hover {
  -webkit-box-shadow: inset 0 0 0 1px #262626;
  -moz-box-shadow: inset 0 0 0 1px #262626;
  box-shadow: inset 0 0 0 1px #262626;
}
.productConfigItem ul li a.active {
  -webkit-box-shadow: inset 0 0 0 2px #262626;
  -moz-box-shadow: inset 0 0 0 2px #262626;
  box-shadow: inset 0 0 0 2px #262626;
}
.productConfigItem ul li a.disabled {
  color: #454545;
  pointer-events: none;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.productConfigItem ul li a.disabled:after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #454545;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: auto;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.productConfigItem select {
  min-width: 63px;
  text-align: center;
}
.productConfigItem select option {
  text-align: left;
}
#sizeConversionSelector {
  margin-bottom: 10px;
}
#sizeConversionSelector label,
#sizeConversionSelector select {
  min-width: 0;
}
#sizeConversionSelector select {
  padding-right: 5px;
}
#addToCartRefresher {
  margin-bottom: 30px;
}
#addToCartRefresher .addToCart.bttn {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #addToCartRefresher .addToCart.bttn {
    width: auto;
    padding: 0 40px;
    font-size: 18px;
  }
}
.deliveryCosts,
.deliveryTime {
  margin-bottom: 15px;
  display: block;
}
.formButtons .bttn {
  margin-bottom: 10px;
}
.productProperties {
  margin-bottom: 15px;
}
.productProperties dl {
  overflow: hidden;
  margin-bottom: 15px;
}
.productProperties dl dt,
.productProperties dl dd {
  float: left;
  width: 50%;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .productProperties dl dt {
    width: 20%;
  }
  .productProperties dl dd {
    width: 80%;
  }
}
.productDetail .productList {
  overflow: hidden;
}
.productDetail .productList > .item {
  float: left;
  margin-right: 1.171875%;
  margin-bottom: 1.171875%;
  width: 49.4140625%;
}
.lt-ie9 .productDetail .productList > .item {
  /*IE 8*/
  width: 48.828125%;
}
.productDetail .productList > .item:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 1.171875%;
}
.productDetail .productList > .item:nth-of-type(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .productDetail .productList {
    overflow: hidden;
  }
  .productDetail .productList > .item {
    float: left;
    margin-right: 1.578947368%;
    margin-bottom: 1.578947368%;
    width: 49.210526316%;
  }
  .lt-ie9 .productDetail .productList > .item {
    /*IE 8*/
    width: 48.421052632%;
  }
  .productDetail .productList > .item:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.578947368%;
  }
  .productDetail .productList > .item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .productDetail .productList {
    overflow: hidden;
  }
  .productDetail .productList > .item {
    float: left;
    margin-right: 1.171875%;
    margin-bottom: 1.171875%;
    width: 24.12109375%;
  }
  .lt-ie9 .productDetail .productList > .item {
    /*IE 8*/
    width: 23.828125%;
  }
  .productDetail .productList > .item:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.171875%;
  }
  .productDetail .productList > .item:nth-of-type(4n) {
    margin-right: 0;
  }
  .productDetail .productList .item {
    margin-bottom: 0;
  }
}
/** branch stock popup **/

ul.stockinfo#stockinfo_StockWrapper {
  width: 100%;
}
ul.stockinfo li {
  border: 1px solid #ebebeb;
  margin: 0 0 2%;
  width: 100%;
}
ul.stockinfo li > div {
  position: relative;
}
ul.stockinfo li > div > a {
  display: block;
  height: 25px;
  line-height: 25px;
  padding: 0 0 0 5px;
  text-align: left;
  border: 0 none;
  background: #ebebeb;
  color: #454545;
}
ul.stockinfo li > div a.picture {
  height: 68px;
  width: 120px;
  border: none;
  padding: 0;
  float: left;
  margin: 0 20px 0 0;
}
ul.stockinfo li .branchPopupInfo {
  padding: 3%;
}
ul.stockinfo li .branchPopupInfo h4 {
  margin-top: 0;
}
ul.stockinfo li #storeAddress div {
  float: left;
}
ul.stockinfo li #storeAddress h4 {
  display: none;
}
ul.stockinfo li .stockInfoTxt {
  position: absolute;
  right: 5px;
  top: 0;
  line-height: 25px;
  text-align: left;
}
ul.stockinfo .branchName {
  display: block;
}
/* end .stockinfo */

@media only screen and (min-width: 768px) {
  .productConfigItem > ul:before,
  .productConfigItem > label {
    line-height: 32px;
  }
  .productConfigItem select {
    min-width: 49px;
    height: 32px;
  }
}
.tabs-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 220px;
  margin-bottom: 50px;
}
.tabs-wrapper .tabs {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.tabs-wrapper .tabs .tabs-header-wrapper {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.tabs-wrapper .tabs .tabs-header-wrapper .tabs-header {
  display: inline-block;
  padding: 10px 0;
  margin: 0 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: black;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  /*-moz-backface-visibility: hidden;*/

}
@media only screen and (min-width: 1024px) {
  .tabs-wrapper .tabs .tabs-header-wrapper .tabs-header {
    margin: 0 30px;
    font-size: 18px;
  }
}
.tabs-wrapper .tabs .tabs-header-wrapper .tabs-header:first-child {
  margin-left: 0;
}
.tabs-wrapper .tabs .tabs-header-wrapper .tabs-header:last-child {
  margin-right: 0;
}
.tabs-wrapper .tabs .tabs-header-wrapper .tabs-header.active {
  color: #262626;
}
.tabs-wrapper .tabs .tabs-header-wrapper .tabs-header.active:before {
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
}
.tabs-wrapper .tabs .tabs-header-wrapper .tabs-header:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #262626;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  /*-moz-backface-visibility: hidden;*/

}
.tabs-wrapper .tabs .tabs-header-wrapper .tabs-header:hover {
  color: #262626;
}
.tabs-wrapper .tabs .tabs-header-wrapper .tabs-header:hover:before {
  left: 0;
  right: 0;
  width: 100%;
}
.tabs-wrapper .tabs .tabs-body-wrapper {
  display: block;
  width: 100%;
}
.tabs-wrapper .tabs .tabs-body-wrapper .tabs-body {
  position: relative;
  top: -15px;
  width: 100%;
  max-height: 0;
  text-align: center;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  /*-moz-backface-visibility: hidden;*/

}
.tabs-wrapper .tabs .tabs-body-wrapper .tabs-body.active {
  top: 0;
  max-height: 999px;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-wrapper .tabs .tabs-body-wrapper .tabs-body p {
  margin: 0 0 5px 0;
}
.highlightedProducts {
  display: inline-block;
  width: 100%;
  padding: 35px 0;
}
.highlightedProducts:nth-child(odd) {
  position: relative;
  background-color: #f8f8f8;
}
.highlightedProducts:nth-child(odd):before,
.highlightedProducts:nth-child(odd):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #f8f8f8;
  width: 100%;
}
.highlightedProducts:nth-child(odd):before {
  left: -100%;
  right: auto;
}
.highlightedProducts:nth-child(odd):after {
  right: -100%;
  left: auto;
}
.highlightedProducts:nth-child(odd) .item {
  background-color: white;
}
.highlightedProducts .kop3,
.highlightedProducts h3 {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 35px;
}
.prodDescription {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .prodDescription {
    margin-bottom: 30px;
  }
}
#labelsRefresher .label {
  z-index: 1;
  position: absolute;
  top: 5px;
  display: inline-block;
}
#labelsRefresher .label.TopRight {
  right: 5px;
}
#labelsRefresher .label.TopLeft {
  left: 5px;
}
