

.page.product-details-page .page-body section#main, #leftPanel, #rightPanel {
	width: calc(100% - 530px);
	padding: 0 30px 60px;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #212529;
}

	.page.product-details-page .page-body section#main #content {
		background-color: #FFF;
		border-radius: 20px;
		box-shadow: 1px 1px 12px 5px rgba(0,0,0,0.2);
		height: 100%;
		padding: 30px;
	}

		.page.product-details-page .page-body section#main #content .description p {
			line-height: 24px
		}

		.page.product-details-page .page-body section#main #content h1 {
			font-weight: normal;
			font-size: 24px;
			padding: 60px 0;
		}

		.page.product-details-page .page-body section#main #content h2 {
			font-size: 18px;
			font-weight: 600;
			margin: 0;
			padding: 0;
		}

		.page.product-details-page .page-body section#main #content h4 {
			font-size: 15px;
			font-weight: 600;
			padding-left: 14px;
			font-style: italic;
			line-height: 25px;
			color: #1ebdcc;
		}

		.page.product-details-page .page-body section#main #content ul, .page.product-details-page .page-body section#main #content li {
			margin: 0;
			padding: 0;
			list-style: none;
		}

		.page.product-details-page .page-body section#main #content a {
			color: #000;
		}

			.page.product-details-page .page-body section#main #content a:hover {
				text-decoration: none;
			}

		.page.product-details-page .page-body section#main #content p {
			padding: 0;
			margin: 0 0 20px;
			padding-left: 14px;
		}

		.page.product-details-page .page-body section#main #content .list {
			margin-bottom: 10px;
		}

			.page.product-details-page .page-body section#main #content .list li {
				position: relative;
				padding: 5px 0 1px 15px;
				margin-left: 15px;
			}

				.page.product-details-page .page-body section#main #content .list li::before {
					content: '';
					position: absolute;
					width: 7px;
					height: 11px;
					background: url('images/arrow4.png') no-repeat 0 100%;
					overflow: hidden;
					top: 11px;
					left: 0;
					background-size: 7px 22px
				}

		.page.product-details-page .page-body section#main #content #q5 li {
			margin-bottom: 30px;
		}

			.page.product-details-page .page-body section#main #content #q5 li::last-child {
				margin-bottom: 0
			}

		.page.product-details-page .page-body section#main #content #testimonials {
			margin: 70px auto 0;
			position: relative;
			padding-bottom: 60px;
		}

			.page.product-details-page .page-body section#main #content #testimonials h2 {
				text-align: center;
				font-size: 20px;
				font-weight: 600;
				color: #FFF;
			}

				.page.product-details-page .page-body section#main #content #testimonials h2 span {
					display: inline-block;
					background-color: #1ebdcc;
					border-radius: 50px;
					padding: 10px 15px;
				}

				.page.product-details-page .page-body section#main #content #testimonials h2 label {
					display: inline-block;
					background-color: #1ebdcc;
					border-radius: 50px;
					padding: 10px 15px;
				}

			.page.product-details-page .page-body section#main #content #testimonials > p {
				font-weight: 600;
				text-align: center;
				margin: 40px 0;
			}

			.page.product-details-page .page-body section#main #content #testimonials li {
				padding: 20px;
			}

				.page.product-details-page .page-body section#main #content #testimonials li p {
					text-align: justify;
				}

					.page.product-details-page .page-body section#main #content #testimonials li p:last-child {
						font-weight: 600;
					}

		.page.product-details-page .page-body section#main #content #slider {
			text-align: center;
		}

			.page.product-details-page .page-body section#main #content #slider h2 {
				color: #1ebdcc;
				margin-bottom: 5px
			}

			.page.product-details-page .page-body section#main #content #slider p {
				padding-bottom: 20px;
				position: relative;
			}

				.page.product-details-page .page-body section#main #content #slider p::before {
					content: '';
					position: absolute;
					height: 1px;
					/*background-color: #1ebdcc;*/
					width: 90%;
					max-width: 545px;
					bottom: 0;
					left: 50%;
					transform: translateX(-50%);
				}

#imgThumbnail > a {
	display: inline-block;
	background-color: #eaeaea;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 10px;
	width: 115px;
}

.link-block * {
	width: 195px;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	background-color: #e3e3e3;
	padding: 5px;
}

.link-block span {
	margin-right: -30px;
}

.link-block label {
	margin-right: -30px;
	margin-bottom: 0px;
}

.link-block a {
	font-weight: 600;
	background-color: #1ebdcc;
	color: #FFF !important;
}

.link-block.addToCart {
	text-align: center;
	margin: 50px 0;
	text-transform: uppercase;
}

.helpfulLinks {
	padding: 30px;
	margin-left: -30px;
	margin-right: -30px;
	background-color: #f7f7f7;
}

	.helpfulLinks .link-block {
		margin-bottom: 30px;
	}

		.helpfulLinks .link-block:last-child {
			margin-bottom: 0;
		}

#comments {
	padding: 30px 0 0;
}

	#comments p {
		margin-bottom: 0
	}

#ingredients {
	line-height: 25px;
	margin: 40px 0;
}

#faq {
	margin-top: 30px;
}

	#faq p {
		margin-bottom: 10px;
	}

	#faq a.question {
		position: relative;
		display: block;
		width: 475px;
		background-color: #1ebdcc;
		padding: 7px 14px;
		border-radius: 50px;
		margin-bottom: 15px;
		color: #FFF !important;
		margin-top: 20px;
		border: 1px solid #1ebdcc;
	}

		#faq a.question::before {
			content: '-';
			background-color: #FFF;
			border-radius: 100%;
			height: 28px;
			right: 2px;
			top: 4px;
			color: #1ebdcc;
			position: absolute;
			text-align: center;
			line-height: 30px;
			font-size: 40px;
			padding: 0 1px 0 3px;
			/*padding: 0 7px;*/
			width: 28px;
		}

		#faq a.question.collapsed {
			background-color: #FFF;
			border: 1px solid #1ebdcc;
			color: #1ebdcc !important;
		}

			#faq a.question.collapsed::before {
				content: '+';
				font-size: 26px;
				font-weight: 600;
				padding: 0 5px;
				background-color: #1ebdcc;
				color: #FFF;
			}

	#faq p {
		line-height: 25px;
	}

		#faq p span {
			color: #1ebdcc
		}
		#faq p label {
			color: #1ebdcc
		}
	#faq ul li label {
		color: #1ebdcc;
		margin-bottom: 1px;
	}

#leftSlider,
#rightSlider {
	position: absolute;
	opacity: 0.2
}

#leftSlider {
	left: 0
}

#rightSlider {
	right: 0
}

#leftPanel,
#rightPanel {
	width: 265px;
	background-color: #e1e1e1;
	border-top: 1px solid #1ebdcc;
	padding: 30px 15px;
}

#rightPanel {
	padding: 30px;
}

.km-abs .master-column-wrapper {
	margin: unset;
}

.page.product-details-page {
	max-width: unset;
	margin: 0 auto;
}

.product-essential {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

ul.firstLevel, .firstLevel li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-details-page nav ul li {
	position: relative;
	padding: 15px 0 15px 15px !important;
}

	.product-details-page nav ul li::before {
		content: '';
		position: absolute;
		width: 10px;
		height: 16px;
		background: url('images/arrow4.png') no-repeat 0 0px;
		overflow: hidden;
		top: 20px;
		left: 0;
	}

.product-details-page nav ul.secondLevel li::before {
	background-size: 8px 25px;
	width: 8px;
	height: 13px;
	top: 22px;
}

.product-details-page nav ul.firstLevel > li.selected > a {
	font-weight: 700;
}

.product-details-page nav ul.firstLevel > li > a {
	font-size: 20px;
}

.product-details-page nav a {
	color: #000;
}

.product-details-page nav ul.secondLevel a {
	font-size: 18px;
}


.product-details-page nav a:hover {
	color: #1ebdcc;
	text-decoration: none;
}

.product-details-page nav ul.secondLevel > li.selected > a {
	color: #1ebdcc;
}
.product-details-page nav ul.secondLevel > li.selected::before {
	background-position: 0 100%;
}
.product-essential {
	border-bottom: 1px solid #1ebdcc;
}

.milkGlass {
	margin: 0 -15px;
	overflow: hidden;
	margin-top: 75px;
}

	.milkGlass img {
		margin-left: -15px;
	}

.btn-download:hover {
	color: #1ebdcc;
}

.btn-download {
	font-size: 20px;
	font-weight: 700;
	border: 3px solid #1ebdcc;
	background-color: #FFF;
	color: #1ebdcc;
	margin: auto;
	padding: 15px 0;
	border-radius: 10px;
}

.downloaded a {
	display: block;
	color: #656565;
	font-size: 15px;
	margin-top: 30px;
}

.share {
	margin-top: 50px;
}

	.share a {
		display: block;
		color: #656565;
		font-size: 15px;
		margin-top: 20px;
		font-weight: 700;
		position: relative;
		padding-left: 20px;
	}

		.share a.friend::before {
			background-position: 100% 4px;
		}

		.share a::before {
			position: absolute;
			content: '';
			background: url('images/share_icon.png') no-repeat 0 4px;
			background-position-x: 0px;
			background-position-y: 4px;
			width: 15px;
			height: 19px;
			left: 0;
		}

.also-purchased-products-grid {
	max-width: 1200px;
	margin: 0 auto;
}
label, label + * {
    vertical-align: unset !important;
}
.bx-wrapper .bx-next {
	right: -50px;
	background: url('images/controls4.png') no-repeat -43px -32px !important;
}
.bx-wrapper .bx-prev {
	left: -50px;
	background: url('images/controls4.png') no-repeat 0 -32px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #1ebdcc !important;
}