/*
## productDetailsPage
********************************************************************/
#productDetailsPage #productDetailsPageCenterWrapper .buttons .addToCart img.icon_not_available{
	margin-top: 18px;
}
#productDetailsPage .productDetailsPanel.disabled .observeProduct,
#productDetailsPage .productDetailsPanel.disabled  .buttons .favourites{
	display: none;
}

#productDetailsPage .productDetailsPanel .erpMessage{
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-top: 8px;
	padding: 12px 2.425876%; /* 18/742 */
	background-color: #f8f8f8;
	position: relative;
	text-transform: uppercase;
	color: #c90613;
}

#productDetailsPage .productDetailsPanel:not(.disabled) .erpMessage{
	display:none;
}

.addToCartPopupSuccess,
.addToCartPopupError,
.timeslotPopupSuccess,
.timeslotPopupError{
	width:230px;
	position:fixed;
	right: -230px;
	bottom: 0;
	background:#019642;
	z-index: 1000;

	font-weight:700;
	font-size:12px;
	color:#ffffff;
	text-align:center;

	transition: right 0.2s;
}

.addToCartPopupSuccess.active,
.addToCartPopupError.active,
.timeslotPopupSuccess.active,
.timeslotPopupError.active{
	right:0;
}

.addToCartPopupSuccess .msg,
.addToCartPopupSuccess a {
	display:block;
}

.addToCartPopupSuccess .msg{
	height:54px;line-height: 54px;
}

.addToCartPopupSuccess .msg i{
	position: relative;
	top: 14%;
	font-size:28px;
}

.addToCartPopupSuccess a {
	background:#017d37;
	color: #ffffff;
	height:32px;line-height:32px;
	font-size:10px;
	text-decoration: underline;
}

.addToCartPopupError,
.timeslotPopupError {
	background:#e40613;
	color:#ffffff;
	padding:10px;
}

@media (min-width:350px){
	/*.addToCartPopupSuccess,*/
	/*.addToCartPopupError,*/
	/*.timeslotPopupSuccess,*/
	/*.timeslotPopupError{*/
		/*left:auto;*/
		/*right:0;*/
	/*}*/
}




#productDetailsPage{
	width: 100%;
}

#productDetailsPage #productDetailsPageCenterWrapper{
	width: 100%;
}

#productDetailsPage #productDetailsPageCenterWrapper .productDetailsPanel{
	width: 100%;
}

#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails,
#productDetailsPage .productDetailsPanel .erpMessage{
	width: 93.75%; /* 300/320 */
	margin: 0 auto 10px;
}

#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsDescription{
	border: 1px solid #ccc;
}

#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsDescription .icons{
	width: 100%;
	height: 64px;
}

#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsDescription .icons .customerInfo{
	width: 77%;
	height: 100%;
	padding: 16px 0 0 2.5%;
}

#productDetailsPage #productDetailsPageCenterWrapper #productDetailsTabs .productDescription .productTabsSectionInfo .articleDescription .articleDescriptionTitle{
	font-size: 14px;
	font-weight: 700;
	color: #ca0614;
}
#productDetailsPage #productDetailsPageCenterWrapper #productDetailsTabs .productDescription .productTabsSectionInfo .articleDescription .articleDescriptionText{
	font-size: 12px;
	font-weight: 300;
	color: #333;
	margin-bottom: 15px;
}

#productDetailsPage #productDetailsPageCenterWrapper #productDetailsTabs .productDescription .productTabsSectionInfo .descriptionBadges{
	margin-bottom: 15px;
}

#productDetailsPage #productDetailsPageCenterWrapper #productDetailsTabs .productDescription .productTabsSectionInfo .descriptionBadges .singleBadge{
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
#productDetailsPage #productDetailsPageCenterWrapper #productDetailsTabs .productDescription .productTabsSectionInfo .descriptionBadges .singleBadge:FIRST-CHILD{
	border-top: 1px solid #ccc;
}

#productDetailsPage #productDetailsPageCenterWrapper #productDetailsTabs .productDescription .productTabsSectionInfo .descriptionBadges .singleBadge [data-hint]:AFTER,
#productDetailsPage #productDetailsPageCenterWrapper #productDetailsTabs .productDescription .productTabsSectionInfo .descriptionBadges .singleBadge [data-hint]:BEFORE{
	display: none;
}

#productDetailsPage #productDetailsPageCenterWrapper #productDetailsTabs .productDescription .productTabsSectionInfo .descriptionBadges .singleBadge .nutritionText{
	display: block;
	margin-top: 5px;
	font-size: 12px;
	font-weight: 300;
	color: #333;
}

#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsDescription .icons .customerInfo img.nutrition,
#productDetailsPage #productDetailsPageCenterWrapper #productDetailsTabs .productDescription .productTabsSectionInfo .descriptionBadges img.nutrition{
	border-radius:0;
	background:none;
	height: 31px;
}

#productDetailsPage #productDetailsPageCenterWrapper #productDetailsTabs .productDescription .productTabsSectionInfo .descriptionBadges img.nutrition{
	height: 50px;
}

#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsDescription .icons .watch{
	width: 64px;
	height: 100%;
	text-align: center;
	cursor: pointer;
	background: url('../images/observe_product.png') no-repeat center 44%;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: MuseoSans;
	font-weight: 300;
	font-size: 8px;
	color: #333;
	text-transform: uppercase;
	padding-top: 44px;
}

#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsDescription .descriptionLabels{
	padding: 0 3.3333333% 12px 2.5%; /* dx: 10/300 sx: 16/300 */
}

#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsDescription .weightProductGenericBox,
#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsDescription .productType{
	padding-left: 2.5%; /* dx: 10/300 sx: 16/300 */
}

.descriptionLabels label{
	display:block;
	font-family: MuseoSans;
}

.descriptionLabels .productDetailsName{
	font-weight: 700;
	font-size: 20px;
	color: #e30613;
	height:auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height:28px;
}
.descriptionLabels .productDetailsDescription{
	font-weight: 300;
	font-size: 14px;
	color: #1a1a1a;
}
.descriptionLabels .productDetailsWeight{
	font-weight: 500;
	font-size: 12px;
	color: #1a1a1a;
	margin-top: 6px;
	text-transform: uppercase;
}
.descriptionLabels .productDetailsArticleNumber,
.descriptionLabels .productDetailsLastModified{
	font-weight: 300;
	font-size: 12px;
	color: #999;
	margin-top: 6px;
	text-transform: uppercase;
}

#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsImage{
	border: 1px solid #ccc;
	border-top: 0;
	width: 100%; max-width: 100%;
	text-align: center;
	padding: 18px 3.3333%; /* 10/300 */
}

#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsImage img{
/* 	height: 280px; */
/* 	width: 280px; */
}

#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsPrice .productMainDetailsPriceLabels{
	border: 1px solid #ccc;
	border-top: 0;
	padding: 9px 3% 20px; /* 9/300 */
}

.productDetailsPromotions .productDetailsPromotion{
	text-align: center;
	padding: 3px;
	background: #e40613;
	color: #ffe42c;
	font-family: MuseoSans;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.productDetailsPromotions .productDetailsPromotion.empty{
	background:transparent;
}

.productMainDetailsPrice .sales{
	border: 0;
	background: #e40613;
}

.productMainDetailsPrice .sales label{
	color: #fff;
}

.productMainDetailsPrice label{
	font-family: MuseoSans;
}
.productMainDetailsPrice .productDetailsDiscounts{
	width: 85px;
	height: 26px; /*line-height: 26px;*/
	margin-bottom: 13px;
}
.productMainDetailsPrice .productDetailsOldPrice{
	font-weight: 500;
	font-size: 12px;
	color: #999;
	display:block;
	text-transform: uppercase;
}
.productMainDetailsPrice .productDetailsPrice{
	font-weight: 700;
	font-size: 30px;
	color: #333;
}
.productMainDetailsPrice .productDetailsPrice.discount{
	color: #c90613;
}
.productMainDetailsPrice .productDetailsPricePerUnit{
	font-weight: 300;
	font-size: 12px;
	color: #999;
	margin-left: 13px;
}
.productMainDetailsPrice .productDetailsTaxesInfo{
	font-weight: 300;
	font-size: 12px;
	color: #999;
	display:block;
}
.productMainDetailsPrice .productDetailsPackageInfo{
	font-weight: 300;
	font-size: 12px;
	color: #333;
	display:block;
	margin-top: 7px;
}

#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .chooseQuantity{
	display:table;
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0;
	height: 50px;
	padding: 0 4%; /* 12/300 */
	background-color: #f5f5f5;
}

#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .chooseQuantity label{
	display:table-cell;
	text-align: right;
	vertical-align:middle;
	width: 41.7721519%; /* 198/474 */
	font-family: MuseoSans;
	font-weight: 700;
	font-size: 11px;
	color: #333;
	text-transform: uppercase;
	line-height: 50px;
}

#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .chooseQuantity .chooseQuantitySelector{
	display:table-cell;
	position: relative;
	height:50px;
	padding: 0;
	width: 115px;
/* 	float:right; */
	padding-top: 8px;
	padding-left: 18px;
}

#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .chooseQuantity .chooseQuantitySelector .dropDownQtyContainer input[type="text"]{
	font-family:MuseoSans;
	color:#808080;
	font-size:12px;
}

#productDetailsPage #productDetailsPageCenterWrapper .buttons{
	height: 57px;
	width: 100%;
}

#productDetailsPage #productDetailsPageCenterWrapper .buttons .favourites{
	background: #b10511;
	width: 50px;
	height:100%;
	text-align: center;
	vertical-align: middle;
	font-family: MuseoSans;
	font-weight: 700;
	font-size: 12px;
	color:#fff;
	text-transform: uppercase;
	cursor: pointer;
}

#productDetailsPage #productDetailsPageCenterWrapper .buttons .favourites:ACTIVE,
#productDetailsPage #productDetailsPageCenterWrapper .buttons .favourites:HOVER{
	background-color: #8d030d;
}

#productDetailsPage #productDetailsPageCenterWrapper .buttons .favourites *{
	cursor: pointer;
}

#productDetailsPage #productDetailsPageCenterWrapper .buttons .favourites i{
	position:relative;
	font-size:21px;
	top:2px;
}

#productDetailsPage #productDetailsPageCenterWrapper .buttons .favourites label{
	padding-left: 14px;
}

#productDetailsPage #productDetailsPageCenterWrapper .buttons .addToCart img{
	margin-top:-3px;
	margin-right:4%;
}

#productDetailsPage #productDetailsPageCenterWrapper .buttons .addToCart{
	position: absolute;
	top:0;
	right:0;
	width: 100%;
}

#productDetailsPage #productDetailsPageCenterWrapper .buttons .addToCartButton{
	background: #ca0614;
	height: 57px;line-height:58px;
	display:block;
	text-align:center;
	text-transform: uppercase;
	font-family: MuseoSans;
	font-weight: 700;
	font-size: 12px;
	color:#fff;
	cursor:pointer;
	border:0;
	width:100%;
	transition: background 0.5s;
	margin:0;padding:0;
}

#productDetailsPage #productDetailsPageCenterWrapper .buttons .addToCartButton.added,
#productDetailsPage #productDetailsPageCenterWrapper .buttons .addToCartButton.added:ACTIVE,
#productDetailsPage #productDetailsPageCenterWrapper .buttons .addToCartButton.added:HOVER{
	background: #009640;
	transition: background 0.5s;
}

#productDetailsPage #productDetailsPageCenterWrapper .buttons .addToCartButton:ACTIVE,
#productDetailsPage #productDetailsPageCenterWrapper .buttons .addToCartButton:HOVER{
	background-color: #aa0104;
	padding:0;margin:0;
}

#productDetailsPage #productDetailsPageCenterWrapper .buttons .addToCartButton .ico-shopping_cart,
#productDetailsPage #productDetailsPageCenterWrapper .buttons .addToCartButton .ico-store{
	font-size:30px;
	position:relative;
	top:8px;
}

#productDetailsPage #productDetailsPageCenterWrapper .buttons .addToCartButton .ico-store {
	margin-right: 15px;
}

#productDetailsPage #productDetailsPageCenterWrapper .buttons .addToCartButton.disabled{
	opacity:0.7;
	cursor:not-allowed;
}

#productDetailsPage #productDetailsPageCenterWrapper .buttons .addToCartButton.marketOnly{
	background-color: #616161;
	cursor:not-allowed;
}

#productDetailsPage #productDetailsPageCenterWrapper .rightSpace{
	position: relative;
	overflow:hidden;
}

#productDetailsPage #productDetailsPageCenterWrapper .buttons .wishlist{
	position: absolute;
	left: 0;
	top: 0;
	width:0;
	height: 100%;
}

#productDetailsPage #productDetailsPageCenterWrapper .buttons .wishlist,
#productDetailsPage #productDetailsPageCenterWrapper .buttons .addToCart{
	-webkit-transition: width 0.4s linear 0.3s; /* Safari 3.1 to 6.0 */
  	transition: width 0.4s linear 0.3s;
}

#productDetailsPage #productDetailsPageCenterWrapper .buttons .addToCart .ico-shopping_cart,
#productDetailsPage #productDetailsPageCenterWrapper .buttons .addToCart .addToCartButtonLabel{
	-webkit-transition: opacity 0.3s; /* Safari 3.1 to 6.0 */
  	transition: opacity 0.3s;
  	opacity:1;
}

#productDetailsPage #productDetailsPageCenterWrapper .buttons .wishlist.active{
	width:100%;
}

#productDetailsPage #productDetailsPageCenterWrapper .buttons .addToCart.active{
	width:0;
}

#productDetailsPage #productDetailsPageCenterWrapper .buttons .addToCart.active .ico-shopping_cart,
#productDetailsPage #productDetailsPageCenterWrapper .buttons .addToCart.active .addToCartButtonLabel{
	opacity:0;
}

#productDetailsPage #productDetailsPageCenterWrapper .buttons .addToCart.default .ico-shopping_cart,
#productDetailsPage #productDetailsPageCenterWrapper .buttons .addToCart.default .addToCartButtonLabel{
	-webkit-transition: opacity 0.3s linear 0.5s; /* Safari 3.1 to 6.0 */
  	transition: opacity 0.3s linear 0.5s;
  	opacity:1;
}


#productDetailsPage #productDetailsPageCenterWrapper .buttons .wishlist #wishlistInput{
	height: 57px;
	border-top: 0;
	width: 76.5432%; /* (100-23.4568)% */
}

#productDetailsPage #productDetailsPageCenterWrapper .buttons .wishlist .dropDownWishlist{
	height: 57px;
	width: 23.4568%; /* 57/(300-57) */
	border-top: 0;
	margin: 0;
}

#productDetailsTabs{
	background:#fff;
	margin-bottom: 30px;
	max-width: 100%;
}

#productDetailsTabs .productTabsSection:first-child{
	border-top:1px solid #e6e6e6;
}

#productDetailsTabs .productTabsSection .headline{
	margin:0;padding:0;
	font-family: MuseoSans;
	font-weight: 700;
	color:#616161;
	font-size:14px;
	text-align:center;
	background: #f5f5f5 url('../images/arrow_footer_down.png') no-repeat 95% 50%;
	cursor:pointer;
	border-bottom:1px solid #e6e6e6;
	height:50px;line-height:50px;
}

#productDetailsTabs .productTabsSection .headline.open{
	background: #fff url('../images/arrow_footer_up.png') no-repeat 95% 50%;
	color:#000;
}

#productDetailsTabs .productTabsSection .productTabsSectionInfo{
	display:none;
	border-bottom:1px solid #e6e6e6;
	background:#fff;
	padding: 24px 5.9375% 40px 5.9375%; /* dx: 48/320 sx: 19/320 */
/*	word-break: break-all;*/
}

#productDetailsTabs .productTabsSection .productTabsSectionInfo h1,
#productDetailsTabs .productTabsSection .productTabsSectionInfo h2,
#productDetailsTabs .productTabsSection .productTabsSectionInfo h3,
#productDetailsTabs .productTabsSection .productTabsSectionInfo h4{
	font-family: MuseoSans;
	font-size: 15px;
	font-weight: 700;
	color: #e30613;
	margin: 27px 0 15px;
	padding: 0;
}

#productDetailsTabs .productTabsSection .productTabsSectionInfo h1:first-child,
#productDetailsTabs .productTabsSection .productTabsSectionInfo h2:first-child,
#productDetailsTabs .productTabsSection .productTabsSectionInfo h3:first-child,
#productDetailsTabs .productTabsSection .productTabsSectionInfo h4:first-child{
	margin-top: 0;
}

#productDetailsTabs .productTabsSection .productTabsSectionInfo p{
	font-family: MuseoSans;
	font-size: 12px;
	font-weight: 300;
	color: #4c4c4c;
	margin: 0;
	padding: 0;
}

#productDetailsTabs .productTabsSection .productTabsSectionInfo.open{
	display:block;
}

#productDetailsPage #productDetailsPageCenterWrapper .dropDownWishlistContainer .wishListUl .wishListItemIcon.wishListItemHeart{
	display:none !important;
}

#productDetailsPage #productDetailsPageCenterWrapper .dropDownWishlistContainer .wishListUl .wishListItemValue{
	width: 100%;
}


#productDetailsPage #productDetailsPageCenterWrapper .product__availableTxt{
	font-size: 12px;
	font-family: "Museo Sans W01_700",Arial,sans-serif;
	font-weight: bold;
	vertical-align: middle;
	color: #dd2137;
}

#productDetailsPage #productDetailsPageCenterWrapper .available .product__availableTxt{
	color: #3c9054;
}

#productDetailsPage #productDetailsPageCenterWrapper .productDetail__available {
	width: 100%;
}

#productDetailsPage #productDetailsPageCenterWrapper .productDetail__available .product__available {
	float: none;
	display: inline-block;
}


.product__available {
	float: none;
	display: inline-block;
	width: 30px;
	vertical-align: middle;
	font-size: 0;
	position: relative;
  }
.product__available .product__popup {
	width: auto;
	text-align: center;
	margin-top: 5px;
	margin-right: -1px;
}
.product__available:hover .product__popup {
	opacity: 1;
	transform: translateY(0px);
}
.product__available ul {
	color: blue;
}

.available__dot {
	width: 5px;
	height: 5px;
	border-radius: 100%;
	display: inline-block;
	margin: 2px;
	vertical-align: middle;
}
.available .available__dot {
	background-color: #3c9054;
}
.notAvailable .available__dot {
	background-color: #d9d9d9;
}
.notAvailable .available__dot:first-child {
	background-color: #dd2137;
}
.few .available__dot {
	background-color: #ffd30e;
}
.few .available__dot:last-child {
	background-color: #d9d9d9;
}

.product__popup {
	opacity: 0;
	position: absolute;
	border: 1px solid #eaeaea;
	padding: 0;
	background-color: #fff;
	z-index: 99;
	font-size: 12px;
	transform: translateY(-10px);
	color: #333;
	transition: 0.2s ease-in-out;
}
.product__popup:before {
	content: "";
	display: block;
	border-bottom: #eaeaea 8px solid;
	border-left: transparent 8px solid;
	border-right: transparent 8px solid;
	position: absolute;
	right: 77px;
	top: -8px;
}
.product__popup:after {
	content: "";
	display: block;
	border-bottom: #fff 8px solid;
	border-left: transparent 8px solid;
	border-right: transparent 8px solid;
	position: absolute;
	right: 77px;
	top: -7px;
}

@media (min-width: 768px){
	.product__popup:before {
		right: 10px;
	}
	.product__popup:after {
		right: 10px;
	}
}



@media (min-width:768px){
	
	#productDetailsTabs .productTabsSection .productTabsSectionInfo{
		padding: 49px 3.2552083% 30px 4.0364583%; /* dx: 25/768 sx 31/768*/
		/*-webkit-column-count:2; /!* Chrome, Safari, Opera *!/
		-moz-column-count:2; /!* Firefox *!/
		column-count:2;
		-webkit-column-gap:55px;
		-moz-column-gap:55px;
		column-gap:55px;*/
/* 		-webkit-column-rule:1px solid #cccccc; Chrome, Safari, Opera */
/* 		-moz-column-rule:1px solid #cccccc; Firefox */
/* 		column-rule:1px solid #cccccc; */
	}
	
	#productDetailsTabs .productTabsSection .productTabsSectionInfo h1,
	#productDetailsTabs .productTabsSection .productTabsSectionInfo h2,
	#productDetailsTabs .productTabsSection .productTabsSectionInfo h3,
	#productDetailsTabs .productTabsSection .productTabsSectionInfo h4{
		margin-top: 26px;
		margin-bottom: 16px;
	}
	
	#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails,
	#productDetailsPage .productDetailsPanel .erpMessage{
		width: 100%;
/* 		max-width: 768px; */
		/*height: 488px;  img360px + paddingtop64 + paddingbottom64  */
	}

	#productDetailsPage #productDetailsPageCenterWrapper .breadcrumbAndPrint{
		width: 100%;
	}

	#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsDescription{
		float:right;
		width: 50%;
		border: 1px solid #ccc;
		border-left: 0;
		border-right: 0;
	}
	#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsImage{
		float:left;
/* 		height: 488px; */
		min-height: 458px; /* 360+49+49 */
		padding: 49px 1.5625%; /* 12/768 */
/* 		padding: 28px 0 100px; */
		width: 50%;
		border: 1px solid #ccc;
		border-left:0;
		position: relative;
	}
	
/* 	#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsImage img{ */
/* 		height: 360px; */
/* 		width: 360px; */
/* 	} */
	
	#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsPrice{
		float:right;
		width: 50%;
	}
	
	#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsPrice .productMainDetailsPriceLabels{
		border: 0;
		border-bottom: 1px solid #ccc;
	}
	
	#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .chooseQuantity{
		border: 0;
	}
	
	#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsImage .productMainDetailsImageZoom{
		position: absolute;
		top: 20px;
		right: 15px;
	}
	
	#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsImage .productMainDetailsImageZoom label{
		cursor: pointer;
	}
	
	#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsImage .productMainDetailsOtherImages{
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsImage .productMainDetailsOtherImages img{
		width: 73px;
		height: 73px;
		border: 1px solid #ccc;
		border-bottom: 0;
		border-right: 0;
		margin: 0;
		float: left;
		cursor:pointer;
	}
	
	#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsImage .productMainDetailsOtherImages img.otherImages.selected{
		border: 3px solid #ccc;
	}
	
	#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsImage .productMainDetailsOtherImages img:last-child{
		border-right: 1px solid #ccc;
	}
	
	#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsImage .productMainDetailsImageZoom .imageZoomLink{
		font-family: MuseoSans;
		font-weight: 300;
		font-size: 12px;
		color: #999;
	}
	
	.productMainDetailsPrice .productDetailsOldPrice{
		font-size: 14px;
	}
	.productMainDetailsPrice .productDetailsPrice{
		font-size: 34px;
	}
	.productMainDetailsPrice .productDetailsPricePerUnit{
		font-size: 14px;
	}
	#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .chooseQuantity label{
		font-size: 12px;
	}
	
	#productDetailsTabs .productTabsWrapper{
		max-width: 100%;
	}
	
	#productDetailsTabs .productTabsWrapper.hidden-mobile .productTabsSection{
		float:left;
		width: 33.3333%;
		border-top: 1px solid #e6e6e6;
		background-color: #f5f5f5;
	}
	
	#productDetailsTabs .productTabsSection:first-child{
		border-left: 0;
	}
	
	#productDetailsTabs .productTabsSection .headline{
		background-image: none;
		border-left: 1px solid #e6e6e6;
	}
	
	#productDetailsTabs .productTabsSection .headline.open{
		background-image: none;
		border-bottom: 0;
		background-color: #fff;
	}
	
	#productDetailsTabs .productTabsSection:first-child{
		border-top: 0;
	}
	
	#productDetailsPage #productDetailsPageCenterWrapper .buttons .wishlist #wishlistInput{
		border-top: 1px solid #ccc;
		width: 82.5688%; /* (100-17.4312)% */
	}
	
	#productDetailsPage #productDetailsPageCenterWrapper .buttons .wishlist .dropDownWishlist{
		border-top: 1px solid #ccc;
		width: 17.4312%; /* 57/(384-57) */
	}
}


@media (min-width:1280px){
	
	#productDetailsTabs .productTabsSection:first-child .headline{
		border-left: 0;
	}
	
	#productDetailsTabs .productTabsSection .productTabsSectionInfo{
		padding: 49px 3.8297872% 34px 3.1914894%; /* dx: 36/940 sx 30/940*/
	}

	#productDetailsTabs .productTabsSection .productTabsSectionInfo h1,
	#productDetailsTabs .productTabsSection .productTabsSectionInfo h2,
	#productDetailsTabs .productTabsSection .productTabsSectionInfo h3,
	#productDetailsTabs .productTabsSection .productTabsSectionInfo h4{
		margin-top: 26px;
		margin-bottom: 16px;
	}
	
	#productDetailsPage{
		display: table;
	}
	
	#productDetailsPage .sparPageLeftWrapper{
		border-width: 0 1px 0 1px;
		border-style:solid;
		border-color:#cccccc;
	}
	
	#productDetailsPage #productDetailsPageCenterWrapper{
		width: 1030px;
		border: 0;
		border-right: 1px solid #ccc;
		display: table-cell;
	}
	
	#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails{
		width: 98.125%; /* 942/960 */
		width:942px;
		border: 1px solid #ccc;
		border-top: 0;
		border-bottom: 0;
	}
	
	#productDetailsPage .productDetailsPanel .erpMessage{
		width:942px;
	}
	
	#productDetailsPage #productDetailsPageCenterWrapper .buttons .favourites{
		width: 50%;
	}
	
	#productDetailsPage #productDetailsPageCenterWrapper .buttons .favourites{
		background-position: 35% 50%;
	}
	
	#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsImage .productMainDetailsImageZoom{
		top:  23px;
		right:19px;
	}

	#productDetailsPage .descriptionLabels .productDetailsName{
		font-size: 22px;
	}
	
	.productMainDetailsPrice .productDetailsPrice{
		font-size: 40px;
	}
	
	#productDetailsPage #productDetailsPageCenterWrapper .buttons .wishlist #wishlistInput{
		width: 75.7447%; /* (100-24.2553)% */
	}
	
	#productDetailsPage #productDetailsPageCenterWrapper .buttons .wishlist .dropDownWishlist{
		border-right: 0;
		width: 24.2553%; /* 57/(235) */
	}
	
	#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsPrice .productMainDetailsPriceLabels + div,
	#productDetailsPage #productDetailsPageCenterWrapper .productMainDetails .productMainDetailsPrice .productMainDetailsPriceLabels + label{
		position:relative;
		bottom:0;
	}
	
	#productDetailsPage #productDetailsPageCenterWrapper #productDetailsTabs .productDescription .productTabsSectionInfo .descriptionBadges .singleBadge [data-hint]:AFTER{
		display: block;
		text-align: center;
		border: 1px solid #ccc;
		background-color: #fff;
		font-size: 12px;
		font-weight: 300;
		color: #333;
		padding-top:15px;
		padding-bottom:15px;
	}
	#productDetailsPage #productDetailsPageCenterWrapper #productDetailsTabs .productDescription .productTabsSectionInfo .descriptionBadges .singleBadge [data-hint]:BEFORE{
		display: block;
		border:1px solid #ccc;
		border-top-color:transparent;
		border-left-color:transparent;
		width:20px;
		height:20px;
		-ms-transform:rotate(45deg);
		transform:rotate(45deg);
		background:#fff;
		content:" ";
		top:-19px;
		left:50%;
		margin-left:-10px;
	}
	
	#productDetailsPage #productDetailsPageCenterWrapper #productDetailsTabs .productDescription .productTabsSectionInfo .descriptionBadges .singleBadge{
		padding: 0;
		border: 0;
		display: inline-block;
		margin-left: 15px;
	}
	#productDetailsPage #productDetailsPageCenterWrapper #productDetailsTabs .productDescription .productTabsSectionInfo .descriptionBadges .singleBadge:FIRST-CHILD{
		padding: 0;
		border: 0;
		display: inline-block;
		margin-left: 0;
	}
}


.productTabsSection .emptyProductTab{
	display:block;
	margin:10px auto;
	
	font-family:MuseoSans;
	font-weight:500;
	font-size:20px;
	color:#e30613;
	text-align:center;
}


.productTabsSection.productDescription .mainDescription{
	font-family:MuseoSans;
	font-weight:300;
	font-size:12px;
	color:#4c4c4c;
	margin:10px 0;
	text-align: left;
}

.productTabsSection.productDescription .ingredientDescription{
	font-family:MuseoSans;
	font-weight:300;
	font-size:12px;
	color:#4c4c4c;
	margin:10px 0;
}

.productTabsSection.productDescription .tradegroupTitle{
	display:block;
	font-family:MuseoSans;
	font-weight:700;
	font-size:13px;
	color:#e30613;
	margin:15px 0;
}

.productTabsSection.productDescription .tradegroupItem{
	border-top:1px solid #cccccc;
}

.productTabsSection.productDescription .tradegroupItem.last{
	border-bottom:1px solid #cccccc;
}

.productTabsSection.productDescription .tradegroupItem .tradegroupItemKey,
.productTabsSection.productDescription .tradegroupItem .tradegroupItemValue{
	font-family:MuseoSans;
	font-weight:700;
	font-size:12px;
	color:#4c4c4c;
	padding:5px 0;
}

.productTabsSection.productDescription .tradegroupItem .tradegroupItemValue{
	padding-top:0;
	font-weight:300;
}

.productTabsSection.productDetails .baseInformation{
	font-family:MuseoSans;
	font-weight:300;
	font-size:12px;
	color:#4c4c4c;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #cccccc;
}

.productTabsSection.productDetails .ingredientsDetailsWrapper{
	padding:10px 0;
}

.productTabsSection.productDetails .detailsProductUl{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #cccccc;
}
.productTabsSection.productDetails .ingredientInformation.detailsProductUl{
	padding-bottom: 0;
}

.productTabsSection.productDetails .detailsProductUl.ingredientInformation{
	border:0;
}

.productTabsSection.productDetails .detailsProductUl .title,
.productTabsSection.productDetails .detailsProductUl .desc{
	font-family:MuseoSans;
	font-weight:700;
	font-size:15px;
	color:#e30613;
}

.productTabsSection.productDetails .detailsProductUl .desc{
	font-weight:300;
	font-size:12px;
	color:#4c4c4c;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.productTabsSection.productDetails .nutritionInfoSelectProduct .nutritionInfoSelectLbl{
	font-family:MuseoSans;
	font-weight:700;
	font-size:15px;
	color:#e30613;
	display:block;
}

.productTabsSection.productDetails .nutritionInfoSelectProduct .nutritionInfoSelectWrapper{
	min-width:173px;
	overflow:hidden;
	position:relative;
}

.productTabsSection.productDetails .nutritionInfoSelectProduct .nutritionInfoSelect,
.productTabsSection.productDetails .nutritionInfoSelectProduct .nutritionInfoSelect:active,
.productTabsSection.productDetails .nutritionInfoSelectProduct .nutritionInfoSelect:focus{
	border:1px solid #cccccc;
	min-width:173px;
	height:34px;
	background:white;
	font-family:MuseoSans;
	font-weight:700;
	font-size:12px;
	color:#808080;
	text-indent:6px;
}

.productTabsSection.productDetails .nutritionInfoSelectProduct .nutritionInfoSelectWrapper .select-wrapper{
	height:34px;line-height:34px;
}

.productTabsSection.productDetails .nutritionInfoSelectProduct .nutritionInfoSelectWrapper .select-wrapper:after{
	position: absolute;
	top:50%;margin-top:-6px;
	right:10px;
	z-index:1;
	content:"\a010";
	color:#808080;
	font-size:12px;
}

.productTabsSection.productDetails .nutritionInfoSelectProduct .nutritionInfoSelectWrapper .select-wrapper:before{
	position: absolute;
	right:0;top:0;
	content:"";
	width:32px;height:32px;
	background:#f5f5f5;
	border-left:1px solid #ccc;
}

.productTabsSection.productDetails .nutritionInfoSelectProduct .nutritionInfoSelectWrapper .dropdown{
	position:absolute;
	width:34px;height:34px;
	border:1px solid #cccccc;
	background:#f5f5f5;
	top:0;
	right:0;
	background:url('../images/shapes/ico_dropdown_down.png') no-repeat 50% 50% #f5f5f5;
}

.productTabsSection.productDetails .nutritionInfoSelectProduct .nutritionInfoSelect:-moz-focusring{
	color:transparent;
	text-shadow: 0 0 0 #000;
}

.productTabsSection.productDetails .packContainer .packContainerlbl{
	display:block;
	font-family:MuseoSans;
	font-weight:700;
	font-size:15px;
	line-height:18px;
	color:#e30613;
	margin-top:10px;
}

.productTabsSection.productDetails .packContainer .packContainerlbl.contains{
	margin:0;
	color:#111111;
	padding-bottom:5px;
}

.productTabsSection.productDetails .packContainer .packContainerUL{
	border-top:1px solid #cccccc;
}

.productTabsSection.productDetails .packContainer .packContainerEl{
	width: 100%;
	border-bottom:1px solid #cccccc;
	font-family:MuseoSans;
	font-weight:700;
	font-size:12px;
	color:#4c4c4c;
}

.productTabsSection.productDetails .packContainer .packContainerEl .packContainerLabel{
	width: 50%;
	float: left;
	display: block;
	min-height: 22px;
	line-height: 22px;
}

.productTabsSection.productDetails .packContainer .packContainerEl .packContainerLabel.value{
	text-align:right;
	font-weight:300;
}

.productTabsSection.productDetails .nutritionInfoLbl{
	font-family:MuseoSans;
	font-weight:300;
	font-size:12px;
	color:#4c4c4c;
	display:block;
	margin:5px 0;
}

.productTabsSection.productDetails .nutritionInfoLbl.bold{
	font-weight:700;
	margin-bottom:15px;
}

.productTabsSection.productDetails .nutritionInfoLbl.lastRow{
	font-weight:700;
	font-size:15px;
	color:#e30613;
}


/* ADDITIONAL INFORMATION SECTION IN DETAIL TAB + OTHER INFO TAB */
.productTabsSection.productDetails .additionalInfoContainer{
	padding:10px 0;
}

.productTabsSection.productDetails .additionalInfoContainer li.key,
.productTabsSection.productDetails .additionalInfoContainer li.value,
.productTabsSection.others .otherInfoContainer li.key,
.productTabsSection.others .otherInfoContainer li.value{
	font-family:MuseoSans;
	font-weight:700;
	font-size:15px;
	color:#e30613;
	width:100%;
}

.productTabsSection.productDetails .additionalInfoContainer li.value,
.productTabsSection.others .otherInfoContainer li.value{
	font-weight:300;
	font-size:12px;
	color:#4c4c4c;
	overflow-wrap: break-word;
}

.ie .productTabsSection.productDetails .additionalInfoContainer li.value,
.productTabsSection.others .otherInfoContainer li.value{
	font-weight:300;
	font-size:12px;
	color:#4c4c4c;
	 word-wrap: break-word
}


.productTabsSection.others .otherInfoContainer li.value.icons{
	margin-bottom:10px;
}

.productTabsSection.others .otherInfoContainer .otherImages {
	max-width: 100px;
}

@media (max-width:767px){
	/*ONLY FOR MOBILE 320-767*/
	.productTabsSection.productDetails .packContainer .packContainerUL.lastRow{
		width:100%;
	}
	
	.productTabsSection.productDetails .packContainer .packContainerUL.lastRow.notFirst{
		border-top:0;
	}
	
	.productTabsSection.productDetails .packContainer .packContainerUL.lastRow .packContainerEl .packContainerLabel{
		float:none;
		width:100%;
		text-align:left;
	}
}

@media(min-width:768px){
	
	.productTabsSection.productDescription .tradegroupItem{
		width:50%;
	}

	.productTabsSection.productDescription .tradegroupItem .tradegroupItemKey,
	.productTabsSection.productDescription .tradegroupItem .tradegroupItemValue{
		float:left;
		width:50%;
	}
	
	.productTabsSection.productDescription .tradegroupItem .tradegroupItemValue{
		padding-top:5px;
	}

	.productTabsSection.productDetails .storageInformation,
	.productTabsSection.productDetails .depositInformation,
	.productTabsSection.productDetails .ingredientInformation,
	.productTabsSection.productDetails .additionalInfoContainer,
	.productTabsSection.productDetails .contactInformation{
		width: 100%;
		display: table;
	}
	
	.productTabsSection.productDetails .pdpTabsRow{
		display: table-row;
	}

	.productTabsSection.productDetails .pdpTabsRow .pdpTabsColumn{
		width: 50%;
		display: table-cell;
		-ms-word-break: break-all;
		word-break: break-all;
		word-break: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	
	.productTabsSection.productDetails .ingredientInformation{
		margin:10px 0;
	}
	
	.productTabsSection.productDetails .nutritionInfoSelectProduct .nutritionInfoSelectWrapper{
		display:inline-block;
	}
	
	.productTabsSection.productDetails .nutritionInfoSelectProduct .nutritionInfoSelectLbl{
		display:inline-block;
		height:34px;line-height:34px;
		position:relative;
		top:-12px;
		margin-right:18px;
	}
	
	.productTabsSection.productDetails .packContainer .packContainerlbl{
		display:inline-block;
		width:26.02247191%;
	}
	
	.productTabsSection.productDetails .packContainer .packContainerlbl.contains{
		color:#e30613;
	}
		
	.productTabsSection.productDetails .packContainer .packContainerEl .packContainerLabel.value{
		text-align:left;
		text-indent:2px;
	}
	
	.productTabsSection.productDetails .packContainer .packContainerUL{
		width:52.04494382%;
		float:left;
	}
	
	.productTabsSection.productDetails .packContainer .packContainerUL[data-pos-table='2'][data-tot-tables='2'],
	.productTabsSection.productDetails .packContainer .packContainerUL[data-pos-table='2'][data-tot-tables='3'],
	.productTabsSection.productDetails .packContainer .packContainerUL[data-pos-table='3'][data-tot-tables='3']{
		width:23%;
	}
	
	.productTabsSection.productDetails .packContainer .packContainerUL[data-pos-table='2'][data-tot-tables='2'] .packContainerEl .packContainerLabel.value,
	.productTabsSection.productDetails .packContainer .packContainerUL[data-pos-table='2'][data-tot-tables='3'] .packContainerEl .packContainerLabel.value,
	.productTabsSection.productDetails .packContainer .packContainerUL[data-pos-table='3'][data-tot-tables='3'] .packContainerEl .packContainerLabel.value{
		width:100%;
	}
	
	/*ADDITIONAL INFO*/
	.productTabsSection.productDetails .additionalInfoContainer li.key,
	.productTabsSection.productDetails .additionalInfoContainer li.value,
	.productTabsSection.others .otherInfoContainer li.key,
	.productTabsSection.others .otherInfoContainer li.value{
		float:left;
		width:50%;
	}

	.productTabsSection.others .otherInfoContainer li.value{
		float:right;
	}
}


