h1,
h2,
h3,
p {
	color: unset;
}

p {
	font-size: 17px;
	line-height: 1.6;
}

h1 span {
	display: inline-block;
}

.marBt0 {
	margin-bottom: 0px;
}

.marBt30 {
	margin-bottom: 30px;
}

.content-wrap {
	max-width: 860px;
	margin: 0 auto;
	
	clear: both;
}

.watch-btn {
	position: relative;
}


.watch-btn:after,
.watch-btn:before {
	position: absolute;
	content: '';
}

.watch-btn:before {
	left: 0;
	top: 8px;
	width: 26px;
	height: 26px;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 100%
}

.watch-btn:after {
	left: 11px;
	top: 16px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #000
}

.customer-detailed-page {
	width: 100%;
	background: #d0c9bd;
	color: #161a36;
	margin-bottom: 60px;
}

.customer-detailed-page h1 {
	font-size: 33px;
}

.customer-detailed-page .zdetail-inner {
	text-align: left;
	padding: 80px 60px 60px 0;
	margin: 0;
}

.customer-detailed-page .zdetail-inner p a {
	color: #000;
	border-bottom: 1px solid;
	margin-bottom: 2px;
}

.customer-detailed-video {
	overflow: unset;
	margin-top: -90px;
	margin-bottom: 30px;
}

.poster-video {
	position: relative;
	display: inline-block;
	width: 100%;
}

.poster-video::before {
	position: absolute;
	content: '';
	left: 50%;
	top: 45%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	border: 2px solid #000;
	border-radius: 100%;
	z-index: 2;
}

.poster-video::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 45%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 14px solid #000;
	z-index: 3;
	margin: -10px 0 0 -4px;
}

.customer-detailed-content {
	margin: 0px auto 0;
	padding: 0;
	display: block;
	box-sizing: border-box;
}

.customer-detailed-content>div {
	width: 50%;
	display: table-cell;
	float: left;
	position: relative;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.customer-detailed-content-row {
	margin: 0px auto 0
}

.customer-detailed-content-row:last-child {
	padding-bottom: 40px;
}

.customer-detailed-content-row>div {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.customer-detailed-content-row>div p {
	margin-bottom: 25px;
}

.customer-detailed-content-row li {
	margin: 0 0 20px 35px;
	color: #333;
}

.customer-detailed-content-row ul.box,
.customer-detailed-content ul.box {
	list-style: disc;
}

.customer-detailed-content-row ul.box li,
.customer-detailed-content ul.box li {
	margin: 0 0 20px 35px;
	color: #333;
}

.testimonial-quote-full {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}

.testimonial-quote-full>div:first-child {
	flex: 0 40%;
}

.testimonial-quote-full>div:last-child {
	flex: 0 60%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.testimonial-quote-full>div:last-child::before {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	width: 120%;
	height: 100%;
	background: #FFF1EB;
	border-radius: 4px;
	z-index: -1;
}

.testimonial-quote-full .testi-img {
	padding: 20px 0px;
}

.testimonial-quote-full .testi-content {
	padding: 30px 40px 30px 50px;
}

.testimonial-quote-full .testi-content>p {
	font-family: var(--secondaryfont-semibold);
	letter-spacing: 0.16px;
	margin: 0px 0px 20px;
}

.testimonial-quote-full .testi-detail {
	max-width: 250px;
}

.testimonial-quote-full .testi-detail h6 {
	font-family: var(--zf-secondary-medium);
	font-size: 20px;
	margin-bottom: 5px;
	color: #F0473E;
}

.testimonial-quote-full .testi-detail p {
	font-size: 14px;
	line-height: 1.4;
	margin: 0px;
}

.testimonial-quote {
	text-align: center;
	background: #F5F5F5;
	border-radius: 8px;
	padding: 40px 60px;
	margin-bottom: 30px;
}

.testimonial-quote .testi-content p {
	font-family: var(--secondaryfont-semibold);
	font-size: 20px;
	letter-spacing: 0.16px;
	margin: 15px 0px 20px;
}

.testimonial-quote .testi-detail {
	max-width: 250px;
	margin: 0px auto;
}

.testimonial-quote .testi-detail h6 {
	font-family: var(--secondaryfont-semibold);
	font-size: 18px;
	margin-bottom: 5px;
}

.testimonial-quote .testi-detail p {
	font-size: 14px;
	margin-bottom: 0px;
}

.zwc-cstm-lst{
list-style:disc;
}
.zwc-cstm-lst li{   margin: 0 0 20px 15px;}
@media only screen and (max-width: 991px) {
	.customer-detailed-page h1 {
		font-size: 32px;
		line-height: 1.3;
	}

	.testimonial-quote-full>div:first-child,
	.testimonial-quote-full>div:last-child {
		flex: 0 100%;
		text-align: center;
	}

	.testimonial-quote-full .testi-detail {
		margin: 0px auto;
	}

	.testimonial-quote-full .testi-img {
		padding: 0px 30px;
	}

	.testimonial-quote-full>div:last-child::before {
		width: 100%;
		height: 120%;
		top: -20%;
	}

	.testimonial-quote-full,
	.testimonial-quote,
	.customer-detailed-content-row .zimage {
		max-width: 600px;
		margin: 0px auto 30px;
	}

	.testimonial-quote {
		padding: 40px 30px;
	}

	.testimonial-quote-full .testi-content>p,
	.testimonial-quote .testi-content p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	#block-panels-mini-product-menu {
		height: auto;
	}

	h1,
	h1.center {
		font-size: 28px;
	}

	h2 {
		font-size: 25px;
	}

	h1 span {
		display: inline-block;
	}

	p {
		font-size: 15px;
		line-height: 1.6;
	}
	.zgh-userPanel {
		top: 0;
	}
	.body-umain .zw-product-header .content-wrap {
		padding: 17px 0 12px 0;
	}
	.zw-product-header .content-wrap {
		padding: 17px 0 12px 0;
	}

	.customer-detailed-page .zdetail-inner {
		max-width: 100%;
		margin: 0px auto;
		padding: 50px 0px;
		text-align: center;
	}

	.customer-detailed-page h1 {
		font-size: 26px;
	}

	.customer-detailed-content>div {
		width: 100%;
		padding: 10px 0;
	}

	.customer-detailed-content-row>div:last-child {
		padding-bottom: 20px;
	}
}