
/*=======SELECT_SECTION======*/
.pdp-bnr{
	float:left;
	width:100%;
	padding:65px 0;	
	}
.select-section{
	float:left;
	width:100%;
	}
.select-section__left{
	float:left;
	width:47%;
	}
.select-section__slider{
	float:left;
	width:100%;
	position:relative;
	}
.select-section__left__content{
	float:left;
    width:100%;
    margin:25px 0 0;
	}
.select-section__left__content h3{
	float:left;
	width:100%;
	color:#000000;
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	letter-spacing:0.3px;
	text-align:center;
	position:relative;
	}
.select-section__left__content h3 span{position:relative;}	
.select-section__left__content h3 span:before, .select-section__left__content h3 span:after{
	content:'';
	position:absolute;
	top:18px;
	left:-80px;
	background:#c7c7c7;
	width:65px;
	height:1px;
	}
.select-section__left__content h3 span:after{
	left:auto;
	right:-80px;
	}		
ul.select-section_left_list{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	float:left;
	width:100%;
	text-align:center;
	margin-top:5px;
	}
ul.select-section_left_list li{
	width:31%;
	margin-top:20px;
	}
ul.select-section_left_list li p{
	color:#000;
	font-size:15px;
	line-height:21px;
	}	
.select-sec-list-icn{
	display:block;
	margin:0 auto 10px;
	width:48px;
	}
	
.select-section__right{
	float:right;
	width:49%;
	text-align:left;
	}
.prod-title-revw{
	float:left;
	width:100%;
	color:#525252;
	font-size:16px;
	line-height:16px;
	}
.prod-title-revw img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 6px 0 0;
	width:95px;
	}
.prod_name-Heading{
	float:left;
	width:100%;
	color:#000000;
	font-size:70px;
	line-height:65px;
	font-weight:bold;
	font-family: 'Roboto Condensed';
	margin-top:10px;
	}
sup{
	display:inline-block;
	vertical-align:top;
	font-size:60%;
	line-height:100%;
	font-weight:normal;
	}
.prod_name-para{
	float:left;
	width:100%;
	color:#000000;
	font-size:18px;
	line-height:28px;
	font-weight:300;
	border-bottom:1px solid #e6e6e6;
	padding-bottom:15px;
	margin-top:15px;
	}
ul.prod_detail_list{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.prod_detail_list li{
	float:left;
	width:100%;
	color:#000;
	font-size:18px;
	line-height:26px;
	background: url(/assets/img/blue-bullet.png)no-repeat left 3px;
	background-size:19px;
	font-weight:600;
	letter-spacing:0.3px;
	padding-left:35px;
	margin-top:12px;
	}
.pkg-contnt-bx{
	float:left;
	width:100%;
	text-align:center;
	background:#fff;
	box-shadow:0 1px 10px 0 rgba(0,0,0,0.2);	
	-webkit-box-shadow:0 1px 10px 0 rgba(0,0,0,0.2);
	border-radius:10px;
	padding:25px 25px;	
	margin-top:30px;
	}
.pkg-bx-hdg{
	color:#000;
	font-size:25px;
	line-height:25px;
	font-weight:bold;
	text-transform:uppercase;
	}	
	
/*Switch Function*/
.switch-op{
	width:86%;
	margin:20px auto 0;
	display:flex;
	-webkit-display:flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:center;
	-webkit-align-items:center;
	}
.opt-tx{
	display:inline-block;
	vertical-align:middle;
	color:#1e1e1e;	
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	text-align:left;
	}
.opt-tx.opt-tx1{text-align:right;}
.switch{
	display:inline-block;
	vertical-align:middle;
    width:100px;
    height:35px;
	border-radius:100px;
	margin:0 10px;
	position:relative;
	}
.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
	}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius:100px;
	}
.slider:before {
	position: absolute;
	content: "";
	height: 27px;
	width: 27px;
	left: 7px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius:50%;
	box-shadow:0px 0px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 3px 3px rgba(0,0,0,0.1);
	}
input:checked + .slider {
	background-color: #424242;
	}
input:focus + .slider {
	box-shadow: 0 0 1px #424242;
	}
input:checked + .slider:before {
	-webkit-transform: translateX(59px);
	-ms-transform: translateX(59px);
	transform: translateX(59px);
	}
.buyOpt-row-block{
	float:left;
	width:100%;
	margin-top:85px;
	}	
.buyOpt-row{
	float:left;
	width:33%;
	background:#fff;
	border:1px solid #acacac;
	padding:0 0 15px;
	cursor: pointer;
	position: relative;
	}
.buyOpt-row.active{background: #f2f6ff; border:1px solid #42469b;}
.buyOpt-row:first-child{border-radius:7px 0 0 7px;}
.buyOpt-row:last-child{border-radius:0 7px 7px 0;}
.packageOpt{
    width:100%;
	}
.buyOpt-row input[type=radio]{
	position:absolute;
	left:0;
	opacity:0;
	}
.packageOpt{
	width:100%;
	}
.pkg-prod{
	display:block;
	margin:-60px auto 10px;
	}
.packageQty{
	width:100%;
	}
.prod-qty{
    width:100%;
    color:#000;
    font-size:20px;
    line-height:22px;
	font-weight:bold;
	text-transform:uppercase;
	}
.prod-save-prc{
    color:#000;
    font-size:15px;
    line-height:23px;
    font-weight:500;
	text-transform:uppercase;
	margin-top:5px;
	}		
.pkg-prc{
	float:left;
	width:100%;
	padding:0 35px;
	margin-top:35px;	
	}
.retl-prc{
	color:#101010;
	font-size:22px;
	line-height:22px;
	font-weight:bold;	
	}
.cut-prc{
	color:#888888;
	font-weight:normal;
	margin-right:10px;
	position:relative;
	}
.cut-prc:before{
	content:'';
	position:absolute;
	top:50%;
	left:-2px;
	right:-2px;
	height:1px;
	background:#ff6060;	
	transform:rotate(-7deg);
	}
.save-prc{
	color:#25b121;
	font-size:20px;
	line-height:22px;
	font-weight:bold;	
	}
.pkg-contnt-bx .pdp-btn{
	margin-top:15px;
	}
.secure-txt{
	float:left;
	width:100%;
	color:#2a2a2a;
	font-size:16px;
	line-height:22px;
	letter-spacing:0.5px;
	font-weight:500;
	margin-top:20px;
	position:relative;
	}
.secure-txt span{position:relative;}	
.secure-txt span:before, .secure-txt span:after{
	content:'';
	position:absolute;
	top:12px;
	left:-120px;
	background:#c7c7c7;
	width:110px;
	height:1px;
	}
.secure-txt span:after{
	left:auto;
	right:-120px;
	}		
.safe-secure-img{
	display:inline-block;
	vertical-align:middle;
	margin-top:12px;	
	}	

/*--------SCROLL-STRIP--------*/
.scroll-sec{
	float:left;
	width:100%;
	background:#222430;
	}
.scroll_strip{
	float:left;
	width:100%;
	padding:15px 0;
	overflow:hidden;
	position:relative;
	}
.scroll_row{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: nowrap;
	}
.slider__list{
	display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal 30s linear infinite;	
	}
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
.slider__list li{
	color:#fff;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
	letter-spacing:0.5px;
	background:url(/assets/img/scroll-grn-tick.png)no-repeat left 0;
	background-size:16px;
	padding:0 30px 0 25px;
	position:relative;
	}	

/*========Common-CSS========*/
a.pdp-btn{
	display:inline-block;
	vertical-align:middle;
	max-width:460px;
	width:100%;
	height:65px;
	color:#000;
	font-size:25px;
	line-height:65px;
	text-align:center;
	letter-spacing:0.5px;
	text-transform:uppercase;
	font-weight:bold;
	background:#fec230;
	margin:25px auto 0;
	}
.btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 15px;
	width:20px;
	}		

/*========Section-1========*/
.pdp-sec1{
	float:left;
	width:100%;
	padding:65px 0 0;
	}
.pdp-s1-list-bx{
	float:left;
	width:100%;
	background:#f2f6ff;
	border-radius:8px;
	padding:30px 30px 35px;
	margin-top:35px;	
	}
.pdp-s1-list-hdg{
	color:#000;
	font-size:30px;
	line-height:36px;
	font-weight:bold;
	}
ul.pdp-s1-list{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	margin-top:15px;	
	}
ul.pdp-s1-list li{
	width:24%;
	background:#f2f6ff;
	margin-top:10px;		
	}
ul.pdp-s1-list li p{
	color:#222430;
	font-size:21px;
	line-height:26px;
	font-weight:bold;
	text-align:center;
	}
.pdp-s1-list-img{
	display:block;
	margin:0 auto 15px;
	border-radius:6px;	
	}
	
/*========Section-2========*/
.pdp-sec2{
	float:left;
	width:100%;
	padding:65px 0;
	}
.pdp-s2-row{
	display:inline-block;
	vertical-align:middle;
	max-width:1030px;
	width:100%;	
	margin-top:45px;
	}
.pdp-s2-col{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content:space-between;
	float:left;
    width:100%;
	margin-bottom:70px;
	}
.pdp-s2-col:last-child{margin-bottom:0;}
.pdp-s2-col.reverse{
	flex-direction: row-reverse;
	}
.pdp-s2-col-left{
	width:49%;
	}
.pdp-s2-col-img{
	display:inline-block;
	vertical-align:middle;	
	border-radius:6px;
	}
.pdp-s2-col-rgt{
	width:50%;
	text-align:left;
	padding:0 0 0 32px;
	}
.pdp-s2-col.reverse .pdp-s2-col-rgt{padding:0 32px 0 0;}
.pdp-s2-col-icn{
	display:block;
	width:56px;
	margin-bottom:8px;
	}
.pdp-s2-col-hdg{
	float:left;
	width:100%;
	color:#222430;
	font-size:27px;
	line-height:35px;
	font-weight:bold;
	padding-bottom:14px;
	position:relative;
	}
.pdp-s2-col-hdg:before{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:70px;
	height:4px;
	background:#222430;	
	}

.pdp-s2-col-para{
	float:left;
	width:100%;
	color:#000;
	font-size:18px;
	line-height:26px;
	font-weight:300;
	margin-top:25px;
	}	

/*========Section-3========*/
.pdp-sec3{
	float:left;
	width:100%;
	padding:65px 0;
	position:relative;
	}
.pdp-sec3:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:345px;
	background:#f2f6ff;
	}	
.ingredient-box{
	display:inline-block;
	vertical-align:top;
	max-width:830px;
	width:100%;
	margin-top:20px;
	}
.ing-nav-list{
	float:left;
	width:100%;
	}
.ing-nav-list-col{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	margin:45px 0 50px;
	transition: all ease 1.2s;
	cursor:pointer;
	}
.ing-nav-img{
	display:block;
	margin:0 auto 10px;
	height:150px;
	border-radius:50%;
	border:5px solid #fff;
	filter: grayscale(1);
	}
.slick-current .ing-nav-img{
	filter: none;
	}
.ing-nav-list-col p{
	color:#7c7c7c;
	font-size:20px;
	line-height:26px;
	font-weight:600;
	}
.slick-current .ing-nav-list-col p{
	color:#000;
	font-weight:bold;
	}
.ingredient-row{
	float:left;
	width:100%;
	}
.ingredient-col{
	float:left;
	width:100%;
	}
.ing-text1{
	color:#211e1f;
	font-size:18px;
	line-height:26px;
	font-weight:300;
	letter-spacing:0.3px;
	}
	
/*========Section-4========*/
.pdp-sec4{
	float:left;
	width:100%;
	background:#222430;
	padding:65px 0;
	overflow:hidden;
	}
.pdp-s4-row{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	width:100%;	
	}
.pdp-s4-col1{
	width:43%;
	text-align:left;
	padding-right:10px;	
	}
.pdp-sec4 a.pdp-btn{margin-top:35px;}
.pdp-s4-col2{
	width:10%;
	background:#fff;
	border-radius:100px;
	padding:5px 10px 25px;
	height:fit-content;
	}
ul.pdp-s4-col-list{
	float:left;
	width:100%;
	}
ul.pdp-s4-col-list li{
	float:left;
	width:100%;
	margin-top:12px;
	}
ul.pdp-s4-col-list li p{
	color:#000;
    font-size:13px;
    line-height:21px;
	font-weight:600;	
	}
.pdp-s4-col-list-icn{
	display:block;
	margin:0 auto 6px;
	}	
		
.pdp-s4-col3{
	width:43%;
	}
.prd-details-img{
	display:inline-block;
	vertical-align:middle;
	width:100%;	
	margin-right:-30px;
	}	

/*========Section-5========*/
.pdp-sec5{
	float:left;
	width:100%;
	padding:65px 0;
	}
.prd-testimonial-bx{
	display:inline-block;
	vertical-align:middle;
	max-width:970px;
	width:100%;		
	margin-top:10px;
	}
.prd-testi-bx:last-child{border-bottom:none;}
.prd-testi-bx{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #e1e1e1;
	padding-bottom:35px;
	margin-top:35px;
	}
.prd-testi-hdg{
	color:#000;
    font-size:20px;
    line-height:28px;
	font-weight:bold;	
	}
.prd-testi-star{
	display:block;
	margin-top:12px;
	width:99px;	
	}
.prd-testi-para{
	color:#000;
    font-size:18px;
    line-height:26px;
	margin-top:15px;	
	}
.prd-testi-user-bx{
	float:left;
	width:100%;
	padding:0 0 0 75px;
	margin-top:30px;
	position:relative;
	}
.prd-testi-user{
	position:absolute;
	top:-6px;
	left:0;
	border-radius:50%;
	width:59px;
	}
.prd-testi-user-name{
	color:#000;
    font-size:14px;
    line-height:24px;
	letter-spacing:0.2px;
	}
.prd-testi-user-name span{
    font-size:18px;
    font-weight:600;
	letter-spacing:normal;	
	}
.prd-verify-tick{
	display:inline-block !important;
	vertical-align:middle;
	margin:-2px 4px 0 -1px;
	width:12px;	
	}

/*========Section-6========*/
.pdp-sec6{
	float:left;
	width:100%;
	background:#222430;
	padding:45px 0 55px;
	}	
.pdp-s6-contnt{
	display:inline-block;
	vertical-align:middle;
	max-width:1050px;
	width:100%;	
	}
.pdp-s6-left{
	float:left;
	width:220px;
	}
.money-back-seal{
	display:inline-block;
	vertical-align:middle;
	margin-top:40px;
	}
.pdp-s6-rgt{
	float:right;
	width:calc(100% - 258px);
	text-align:left;
	}
.pdp-s6-title{
	color:#fff;
	font-size:19px;
	line-height:26px;
	margin-bottom:6px;
	font-weight:600;
	}
	
/*========Section-7========*/
.pdp-sec7{
	float:left;
	width:100%;
	padding:65px 0;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:970px;
	width:100%;
	margin-top:25px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	}
.up-slide-dwn:last-child .accordion{border-bottom:none;}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(/assets/img/close-btn.png) no-repeat right 15px center;
	padding:30px 40px 27px 0;
	color:#000;
	font-size:20px;
	line-height:26px;
	font-weight:bold;
	border-bottom:1px solid #c6c6c6;
	cursor:pointer;
	position:relative;
	}
.acdn-heading.accordion-open{
	background:url(/assets/img/open-btn.png) no-repeat right 15px center;
	border-bottom:1px solid #e3e3e3;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:15px 15px 0 0;
	}
.acdn-para{
	float:left;
	width:100%;
	color:#000;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.5px;
	margin-bottom:25px;
	}	
	
/*========Section-2========*/
.pdp-sec8{
	float:left;
	width:100%;
	background:#f9f9f9;
	padding:65px 0;
	overflow:hidden;
	}	
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

.select-section__right{width:48%;}
.select-section__left__content h3 span:before, .select-section__left__content h3 span:after{left:-45px; width:35px}
.select-section__left__content h3 span:after{left:auto; right:-45px;}

.switch-op{width:100%;}
.opt-tx{font-size:14px;}
.prod-save-prc{font-size:14px; line-height:20px;}
.buyOpt-row-block {margin-top: 60px;}
.pkg-prod{margin:-40px auto 10px;}

.secure-txt span:before, .secure-txt span:after{left:-100px; width:85px;}
.secure-txt span:after{left:auto; right:-85px;}


}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{ display:block;}
.show-desk{ display:none;}

a.pdp-btn{height:60px; max-width:345px; font-size:23px; line-height:60px;}

.pdp-bnr{padding:40px 0;}
.select-section__left__content h3 {font-size:20px; line-height:20px;}
.select-section__left__content h3 span:before, .select-section__left__content h3 span:after{top:14px; left:-40px; width:32px;}
.select-section__left__content h3 span:after{left:auto; right:-40px;}



.select-section__right{width:49%;}
.prod_name-Heading{font-size:55px; line-height:50px;}
.prod_name-para{font-size:16px; line-height:25px; letter-spacing:0.5px; margin-top:18px;}
ul.prod_detail_list li{font-size:17px; line-height:25px; background-size:15px; background-position:left 6px; padding-left:25px; margin-top:10px;}


.opt-tx1, .opt-tx2{ display: none;}
.opt-tx {font-size: 18px;}
.opt-tx small {font-size: 14px; line-height: 20px;font-weight: 600;display: block;}

.prod-qty{font-size:17px;}	

.prod-save-prc{line-height:16px;}	
.pkg-prc{padding:0 0; margin-top:25px;}
.retl-prc{font-size:18px; line-height:18px;}
.save-prc{font-size:18px; line-height:18px;}
.secure-txt span:before, .secure-txt span:after{left:-55px; width:45px;}
.secure-txt span:after{left:auto; right:-55px;}
.select-section__left__content h3 {font-size:18px; line-height:18px;}
ul.select-section_left_list{margin-top:0;}


ul.select-section_left_list li{width:33.33%;margin-top:25px; padding:0 5px;}
ul.select-section_left_list li p{font-size:15px; line-height:22px;}
.select-sec-list-icn{margin:0 auto 10px; width:40px;}




.pdp-sec1{padding:40px 0 0;}
.pdp-s1-list-bx{padding:30px 25px 35px; margin-top:30px;}
ul.pdp-s1-list li p{font-size:18px;}
.pdp-s1-list-hdg{ font-size:26px; line-height:32px;}
ul.pdp-s1-list{margin-top:10px;}



.pdp-sec2{padding:40px 0 45px;}
.pdp-s2-row{margin-top:25px;}
.pdp-s2-col{margin-bottom:45px;}
.pdp-s2-col-rgt{padding:0 0 0 25px;}
.pdp-s2-col.reverse .pdp-s2-col-rgt{padding: 0 25px 0 0;}
.pdp-s2-col-icn{width:45px; margin-bottom:5px;}
.pdp-s2-col-hdg{font-size:24px; line-height:34px; padding-bottom:15px;}
.pdp-s2-col-para{font-size:16px; line-height:25px; letter-spacing:0.5px; margin-top:15px;}

.pdp-sec3{padding:40px 0 45px;}
.pdp-sec3:before{height:265px;}
.ing-nav-list-col{margin:25px 0 35px;}
.ing-nav-list-col p{font-size:18px;}
.ing-nav-img{height:115px;}

.pdp-sec4{padding:40px 0 45px;}
.pdp-s4-row{justify-content:center;}
.pdp-s4-col1{width:100%; text-align:center; padding-right:0; order:1; margin-bottom:25px;}
.pdp-s4-col2{width:15%; order:3; padding:5px 10px 20px;}
.pdp-sec4 a.pdp-btn{margin-top:30px;}
.pdp-s4-col3{width:55%; order:2; margin-right:20px;}
.prd-details-img{margin-right:0;}

.pdp-sec5{padding:40px 0 45px;}
.prd-testimonial-bx{margin-top:5px;}
.prd-testi-bx{padding-bottom:25px; margin-top:25px;}
.prd-testi-para{font-size:16px; line-height:25px; letter-spacing:0.5px;}
.prd-testi-user-bx{padding:0 0 0 62px; margin-top:25px;}
.prd-testi-user{ top:0; left:0; width:50px;}
.prd-testi-user-name span{font-size:16px; line-height:19px;}
.prd-testi-bx:last-child{padding-bottom:10px;}

.pdp-sec6{padding:40px 0 45px;}
.pdp-s6-left{width:190px;}
.pdp-s6-rgt{width:calc(100% - 205px);}
.pdp-s6-title{font-size:17px; line-height:25px;}

.pdp-sec7{padding:40px 0 45px;}
.accordion{padding:20px 50px 20px 0; font-size:20px; line-height:28px;}
.acdn-content{padding:15px 50px 0 0;}
.acdn-para{font-size:17px; line-height:26px; margin-bottom:20px;}

.pdp-sec8{padding:40px 0 45px;}

}

@media only screen and (max-width:767px){
.container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

a.pdp-btn{font-size:20px; margin:15px auto 0;}

.pdp-bnr{padding:25px 0 30px; overflow:hidden;}
.select-section__left{width:100%; text-align:center;}
.select-section__right{width:100%;}
.select-section__slider{margin-top:15px;}
.prod_name-Heading{font-size:32px; line-height:32px; margin-top:12px;}
sup{font-size:25px; line-height:15px;}
ul.prod_detail_list li{font-size:16px; line-height:24px; letter-spacing:0.5px;}

.pkg-bx-hdg{font-size: 22px;}
.switch { margin:0;}
.switch-op{width:100%;}
.opt-tx{line-height:21px;font-size: 17px;}
.pkg-prc{margin-top:30px;}
.pkg-contnt-bx .pdp-btn{margin-top:15px;}
.secure-txt{font-size:15px; line-height:21px;margin-top: 15px;}
.secure-txt span:before, .secure-txt span:after{top:8px; left:-40px; width:30px;}
.secure-txt span:after{left:auto; right:-40px;}
.safe-secure-img{margin-top:10px;}

.pkg-contnt-bx{ padding:25px 15px;}

ul.select-section_left_list li p {font-size: 13px;line-height: 19px;}

.pdp-sec1{padding:30px 0 5px;}
.pdp-s1-list-bx{padding:25px 15px 30px; margin:25px 0 5px;}
.pdp-s1-list-hdg{font-size:22px; line-height:30px;}
ul.pdp-s1-list{margin-top:0;}
ul.pdp-s1-list li{width:48%; margin-top:20px;}
ul.pdp-s1-list li p{font-size:16px; line-height:22px;}
.pdp-s1-list-img{margin:0 auto 10px;}

.prod-title-revw{font-size:14px; line-height:14px;}
.prod-title-revw img{margin:-5px 6px 0 0; width:85px;}

.pdp-sec2{padding:30px 0 35px;}
.pdp-s2-row{margin-top:20px;}
.pdp-s2-col{justify-content:center; margin-bottom:30px;}
.pdp-s2-col-left{width:100%;}
.pdp-s2-col-rgt{width:100%;}
.pdp-s2-col-rgt{padding: 0 10px;}
.pdp-s2-col.reverse .pdp-s2-col-rgt{padding:0 15px;}
.pdp-s2-col-icn{width:45px; margin:-26px 0 5px 3px;}
.pdp-s2-col-hdg{font-size:22px; line-height:32px; padding-bottom:12px;}

.pdp-sec3{padding:30px 0 35px; overflow:hidden;}
.pdp-sec3:before{height:314px;}
.ingredient-box{margin-top:10px;}
.ing-nav-list-col{margin:15px 0;}
.ing-nav-list-col p{font-size:22px; line-height:24px;color: #000;}
.ing-nav-img{filter:none;  height: 160px;}
.ing-about h3{font-size:19px; line-height:27px;}
.ing-text1{font-size:16px; line-height:25px; letter-spacing:0.5px;}

.pdp-sec4{padding:30px 0 35px;}
.pdp-s4-col1{margin-bottom:20px;}
.pdp-s4-col3{width:100%; margin-right:0;}
.pdp-s4-col2{width:100%; padding:12px 10px; margin-top:20px; border-radius:15px;}
ul.pdp-s4-col-list li{width:25%; margin-top:0;}
.pdp-s4-col-list-icn{width:45px;}
ul.pdp-s4-col-list li p{font-size:14px; line-height:18px;}
.pdp-sec4 a.pdp-btn{margin-top:20px;}

.pdp-sec5{padding:30px 0 35px;}
.prd-testi-bx{padding-bottom:20px; margin-top:20px;}
.prd-testi-hdg{font-size:18px; line-height:26px;}
.prd-testi-star{width:90px;}
.prd-testi-user-bx{padding:0 0 0 55px; margin-top:20px;}
.prd-testi-user{top:-1px; width:45px;}
.prd-testi-user-name{line-height:22px;font-size: 13px;}

.pdp-sec6{padding:25px 0 30px;}
.pdp-s6-left{width:100%;}
.money-back-seal{width:150px; margin-top:0;}
.pdp-s6-rgt{width:100%; text-align:center; margin-top:16px;}
.pdp-s6-title{font-size:16px; line-height:24px; letter-spacing:0.5px; margin-bottom:8px;}

.pdp-sec7{padding:30px 0 35px;}
.faq-container{margin-top:5px;}
.accordion{padding:13px 35px 13px 0; font-size:18px; line-height:26px;}	
.acdn-content{padding:15px 0 0;}
.acdn-para{font-size:16px; line-height:26px; letter-spacing:0.5px; margin-bottom:15px;}	

.pdp-sec8{padding:30px 0 35px;}

}