@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
    font-family: 'Figtree';
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}

/*-----------------------
FONTS
------------------------*/
@font-face {
    font-family: 'Figtree';
    src: url('Figtree-Black.woff2') format('woff2'),
        url('Figtree-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-ExtraBold.woff2') format('woff2'),
        url('Figtree-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-Bold.woff2') format('woff2'),
        url('Figtree-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-SemiBold.woff2') format('woff2'),
        url('Figtree-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-Medium.woff2') format('woff2'),
        url('Figtree-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-Regular.woff2') format('woff2'),
        url('Figtree-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.overflow{
	overflow:hidden;
}

.fl{float:left;}
.fr{float:right;}

.hide-desk{display:none;}

.top-fix-bar {
	float:left;
	width:100%;
	margin-bottom:80px;
	}
.top-fix-bar {
	float:left;
	width:100%;
	margin-bottom:80px;
	}
.top_strip{
	float:left;
	width:100%;
	padding:15px 0;
	margin-top:-80px;
	top:80px;
	height:80px;
	position:relative;
	z-index:2;
	background:#ffdb4c;
	}
.fixed-nav .top_strip{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	width:100%;
	}

.strip_iner{
	display:-webkit-flex;
	display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
	column-gap:15px;
	}
.strip_text{
	font-size:24px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	}
.offer_txt{
	font-size:19px;
	line-height:24px;
	color:#000;
	text-transform:uppercase;
	margin-top:2px;
	}
.discount_img{
	display:inline-block;
	vertical-align:middle;
	width:24px;
	margin:-7px 8px 0 0;
	}
.giftbx{
	display:inline-block;
	vertical-align:middle;
	width:24px;
	margin:-7px 0 0 9px;
	}	
.timer-container{
	display: flex;
    align-items: flex-start;
    justify-content: center;
	margin:0 0;
	}


/*-----------------------
SECTION-1
------------------------*/
.sec1{
	float:left;
	width:100%;
	padding:40px 0;
}
.sec1_left{
	width:49.402%;
	float:left;
}
.slider-box{
	float:left;
	width:100%;
}
.sec1_review{
	float:left;
	width:100%;
	position:relative;
	margin:30px auto 0;
}
.sec1_reivew_box{
	float:left;
	width: 100%;
	border: 1px solid #000;
	padding:25px 22px 27px;
	border-radius:10px;
	position:relative;
	display: flex !important;
    justify-content: space-between;
}
.sec1_vrfy_box{
	max-width: 95px;
	flex-shrink: 0;
	}
.sec1_vrfy_box h3{
	font-size:15px;
	line-height:15px;
	color:#000;
	font-weight:bold;
	margin-top:8px;
	}
.sec1_vrfy_box p{
	font-size:11px;
	line-height:12px;
	color:#000;
	margin-top:5px;
	}
.sec1_vrfy_box p img{
	display:inline-block;
	vertical-align:middle;
	width:11px;
	margin:-3px 6px 0 0;
	}
.reviewer_img{
	display:block;
	margin:0 auto 0;
	width:75px;
	border-radius:50%;
}
.sec1_reivew_cont{
	padding-left:20px;
	text-align:left;
	position:relative;
	}
.cotattion{
	position:absolute;
	top:0;
	right:0;
	width:29px;
	}
.sec1-star{
	display:block;
	width:67px;
	margin-bottom:12px;
	}
.sec1_reivew_heading{
	font-size:18px;
	line-height:20px;
	color:#000;
	font-weight:bold;
}
.sec1_reivew_text{
	font-size:17px;
	line-height:24px;
	font-style:italic;
	margin-top:10px;
}

.sec1_right{
	width:42.73%;
	float:right;
	text-align:left;
}
.prod_name{
	font-size:45px;
	line-height:50px;
	font-weight:700;
	color:#000;
}
.prod_name span{
	font-weight: 600;
	font-size:15px;
	line-height:20px;
	color:#fff;
	background:#ff2c2c;
	padding:4px 8px 5px;
	border-radius:6px;
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 5px;
	}
.prod_rating_text{
	font-size:16px;
	line-height:20px;
	}
.prod_rating_text a{
	color:#000;
	}
.prod_rating_text img{
	display:inline-block;
	vertical-align:middle;
	width:87px;
	margin:-5px 5px 0 0;
	}
.sec1_testi{
	border:2px solid #864fab;
	border-radius:6px;
	padding:15px;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	position:relative;
	margin:20px 0 0;
	box-shadow:0px 0px 15px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 15px 1px rgba(0,0,0,0.1);
	}
.sec1_testi_user_info{
	width:19%;
	text-align:center;
}
.sec1_testi_face{
	border-radius:50%;
	margin:0 auto 2px;
	width:60px;
}
.sec1_testi_name{
	font-size:15px;
	line-height:18px;
	font-weight:700;
}
.sec1_testi_verify{
	font-size:10px;
	line-height:12px;
}
.sec1_testi_verify img{
	width:11px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 1px 0 0;
}
.sec1_testi_content{
	width:78%;
}
.testi_quote{
	width:30px;
	position: absolute;
    right: 20px;
    top: 20px;
}
.testi_star{
	width:68px;
}
.sec1_testi_content h3{
	font-size:17px;
	line-height:20px;
	font-weight:700;
	margin:3px 0 0;
	}
.sec1_testi_content p{
	font-size: 15px;
	line-height: 20px;
	font-style: italic;
	margin: 8px 0 0;
	letter-spacing: 0.2px;
	}
.sec1_right-heading{
	font-size: 42px;
    line-height: 46px;
    font-weight: 800;
    color: #000;
	margin-top:5px;
	}
.save_offer-text{
	font-size: 20px;
    line-height:26px;
    color: #000;
	margin-top:5px;
	}
.order_strip{
	width:100%;
	max-width:425px;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	border:1px dashed #e5b738;
	border-radius:6px;
	padding:10px 15px;
	column-gap:15px;
	margin-top:20px;
	background:#fffcf4;
	box-shadow:0 0 9px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 0 rgba(0,0,0,0.1);
	}
.order_strip img{
	width:17px;
	}
.order_strip p{
	font-size:17px;
	line-height:20px;
	font-weight:400;
	}
.quantity-selector{
	grid-column-gap:15px;
    grid-row-gap: 15px;
    flex-flow: column wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
	margin-top:30px;
	}
.quantity-selector_col{
	cursor: pointer;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 1rem 1rem 0.8rem;
    display: flex;
    position: relative;
    overflow: visible;
	}
.quantity-selector_col.active{
	background-color: #fff9dd;
    border: 1px solid #000;
	box-shadow: 0 0 0 1px #000;
	}
.quantity-selector_content {
    grid-column-gap: .15rem;
    grid-row-gap: .15rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
	}
.pkg_prod{
	display:block;
	margin:0 auto 5px;
	width:105px;
	max-width:100%;
	}
.quantity-selector_radio {
    border: 1px solid #b6b6b6;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: absolute;
    inset: auto auto auto 1rem;
	}
.quantity-selector_col.active .quantity-selector_radio{
	border: 6px solid #5e2f7f;
	background-color: #fff;
	}
.most-pouplar {
    border-radius: 5px;
    background-color: #009577;
    color: #fff;
    text-transform: uppercase;
    padding:2px 10px;
    font-size:11px;
	line-height:15px;
    font-weight: 600;
    position: absolute;
    inset: -.55rem .5rem auto auto;
	right: auto;
	}
.qty_selector-title{
	font-size:18px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	}
.quantity-selector_price{
	font-size:14px;
	line-height:16px;
	color:#000000;
	font-weight:600;
	}
.membership_hdng{
	font-size: 19px;
    line-height: 20px;
	color:#000;
	margin-top:20px;
	font-weight:600;
	text-align: left;
	}	
ul.membership_list{ 
	display:inline-block;
	vertical-align:top;
	margin-top:5px;
	width:100%;
	}
ul.membership_list li{
	position:relative;
	font-size: 16px;
    line-height: 21px;
	color:#000;
	padding-left:28px;
	background:url(../images/tick.png) no-repeat left 5px;
	background-size:17px;
	margin-top:7px;
	text-align:left;
	}
.no_autoship-col{
	float:left;
	width:100%;
	margin-top:25px;
	padding:15px 25px 0;
	border-top:1px solid #ddd;
	text-align:center;
	}
.no_autoship-col-text3{
	font-size: 18px;
    line-height: 24px;
	color:#000;
	font-weight:600;
	}
.no_autoship-col-text1{
	font-size: 18px;
    line-height: 24px;
	margin-top:12px;
	font-weight:bold;
	}
.no_autoship-col-text1 a{
	border-bottom:1px solid #000;
	color:#000;
	}
.no_autoship-col-text2{
	font-size: 16px;
    line-height: 22px;
	color:#000;
	margin-top:10px;
	}

ul.sec1-list2{
	display:inline-block;
	vertical-align:top;
	margin:20px 0 0;
	padding-left:28px;
	}
ul.sec1-list2 li{
	position:relative;
	font-size: 16px;
    line-height: 22px;
	color:#000;
	/*background:url(../images/tick.png) no-repeat left 4px;
	background-size:17px;*/
	list-style:disc;
	margin-top:8px;
	text-align:left;
	}
.order_text{
	font-size:18px;
	line-height:23px;
	color:#000;
	font-weight:bold;
	text-align:center;
	margin:35px 0 0;
	}
.order_text img{
	width:18px;
	display:inline-block;
	vertical-align:middle;
	margin: -5px 3px 0 3px;
	}
ul.gift_list{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	gap:15px;
	margin:0 auto;
	margin-top:35px;
	}
ul.gift_list li{
	width:24%;
	text-align:center;
	position: relative;
	}
ul.gift_list li h3{
	position: absolute;
	left: 50%;
	top: -10px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 74px;
	font-size: 11px;
	line-height:15px;
	border-radius:5px;
	padding:2px 5px;
	font-weight:700;
	background:#ea0000;
	color:#fff;
	z-index: 3;
	}
ul.gift_list li h3 span{
	text-decoration:line-through;
	}
.gift_card-box{
	border:1px dashed #777;
	border-radius:6px;
	
	
	transition: border-color .12s cubic-bezier(.645, .045, .355, 1);
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	aspect-ratio: 1;
    position: relative;
    overflow: visible;
	overflow: hidden;
	}
.gift_card-box-inner{
	width:100%;
	height:100%;
	background:#fff9dd;
	padding:20px 10px;
	border-radius:6px;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	aspect-ratio: 1;
	}
.gift-img{
	max-width:100%;
	display:none;
	margin:0 auto;
	width:65px;
	z-index: 2;
    position: relative;
	opacity:0;
	}
ul.gift_list li.is-active .gift-img{
	display:block;
	opacity:1;
	}
/*ul.gift_list li:nth-child(2) .gift-img{ margin-bottom:-10px;}*/
ul.gift_list li p{
	font-size:14px;
	line-height:16px;
	font-weight:500;
	color:grey;
	margin:7px 0 0;
	}
ul.gift_list li.is-active .gift_card-box{
	border: 1px dashed #000;
	}	
ul.gift_list li.is-active p{
	color:#000;
	}
.gift-locker {
    z-index: 1;
    aspect-ratio: 1;
    background-color: #fff;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
	}
.gift-lockings {
    color: #777;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    display: flex;
	}
ul.gift_list li.is-active .gift-locker{
	opacity:0;
	z-index:0;
	}
.gift-unlockers {
    color: #777;
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
	margin-top:2px;
	}		
.lottie-gift {
   position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;   /* adjust size */
	height: auto;
	z-index: 2;
	animation: fall 7s ease-in-out infinite;
	}	
ul.gift_list li.is-active .lottie-gift{
	z-index:1;
	}
@keyframes fall {
	0%   { transform: translate(-50%, -100%); opacity: 0.2; }
	50%  { opacity: 1; }
	100% { transform: translate(-50%, calc(100% - 200px)); opacity: 0.5; }
}
	
/* Active gift = static dashed border */
.gift_list li:not(.is-active) .gift_card-box {
	border:none;
}

/* Inactive gift = animated dashed border */
.gift_list li:not(.is-active) .gift_card-box:before {
	content:"";
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	right:0;
	bottom:0;
   background-image: linear-gradient(90deg, silver 50%, transparent 50%), linear-gradient(90deg, silver 50%, transparent 50%), linear-gradient(0deg, silver 50%, transparent 50%), linear-gradient(0deg, silver 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 8px 2px, 8px 2px, 2px 8px, 2px 8px;
    background-position: left top, right bottom, left bottom, right top;
    animation: border-dance 1s infinite linear;
}

@keyframes border-dance {
0% {
    background-position: left top, right bottom, left bottom, right top;
}

100% {
    background-position: left 15px top, right 15px bottom, left bottom 15px, right top 8px;
}
}
	
.free_product-row .order_text{
	font-size:18px;
	font-weight:600;
	}
ul.free_product-list{
	display: flex;
    display: -webkit-flex;
    justify-content: center;
    gap: 15px;
    margin: 0 auto;
    margin-top: 35px;
	}
ul.free_product-list li{
	width: 24%;
    text-align: center;
    position: relative;
	}
ul.free_product-list li h3{
	position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	width:80px;
	font-size:12px;
	line-height:15px;
	border-radius:5px;
	padding:2px 5px;
	font-weight:700;
	background:#ea0000;
	color:#fff;
	z-index: 3;
	}
ul.free_product-list li h3 span{
	text-decoration:line-through;
	}
.free_product-list-col{
	border:1px solid #777;
	border-radius:6px;
	transition: border-color .12s cubic-bezier(.645, .045, .355, 1);
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	aspect-ratio: 1;
    position: relative;
	overflow: hidden;
	cursor:pointer;
	background: #fff;
    padding: 15px 10px;
    border-radius: 6px;
	}
ul.free_product-list li.active .free_product-list-col{
	border-color:#000;
	background:#fff9dd;
	box-shadow:0 0  0 1px #000;
	}
.free_prod-img{
	margin: 0 auto;
    width: 70px;
	max-width: 100%;
	}
ul.free_product-list li p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #000000;
    margin: 7px 0 0;
	}
	
	
.button_box{
    display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:444px;
	margin-top:40px;
	text-align:center;
	overflow: hidden;
	}
.common_button{
    width: 100%;
    display: flex;
	display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background: #000;
    height: 70px;
    color: #fff;
    font-size: 22px;
	line-height:22px;
	font-weight:bold;
    border-radius:50px;
    position: relative;
    overflow: hidden;
    text-align: center;
	text-transform:uppercase;
	box-shadow:0 4px 4px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 4px 4px 1px rgba(0,0,0,0.1);
	}
.button_arw{
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    margin: -2px 0 0 10px;
	}

.ship_text{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	font-size:16px;
	line-height:20px;
	color:#000;
	margin-bottom:10px;
	position:relative;
	}
.ship_text:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:9px;
	height:9px;
	background:#42c216;
	border-radius:50%;
	margin:-1px 7px 0 0;
	animation:breath 1.3s infinite;
	}
@keyframes breath{
	0% { opacity:1;}
	50% { opacity:0.5;}
	100% { opacity:1;}
	}
.balance_icon{
	width:10px;
	margin:0 6px;
	animation:rotate 2.5s  ease-in-out forwards infinite 
}
@keyframes rotate{
0%{transform:rotate(0)}
50%{transform:rotate(180deg)}
100%{ transform:rotate(180deg)}
}
.low-stock-row{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	width:80px;
	margin:0 10px;
	}
.low-stock-indicater{
	width:13px;
	height:14px;
	background:#e6e6e6;
	}
.low-stock-indicater.active > span{
	background:#ef2000;
	width:100%;
	height:100%;
	float:left;
	}
.fade{
	animation:fade 1.2s ease infinite;
	}
@keyframes fade{
	0%{ opacity:1;}
	50%{ opacity:0.1;}
	100%{ opacity:1;}
	}
.ship_text span{
	color:#ff0000;
}
.stock_text{
	font-size:16px;
	line-height:18px;
	letter-spacing:0.5px;
	margin:8px 0 0;
}
.stock_text img{
	width:18px;
	display:inline-block;
	vertical-align:middle;
	margin:-2px 4px 0 0;
}
	
.sec1 .button_box{margin-top:30px; max-width:100%;}

.price_col{
	display: flex;
    display: -webkit-flex;
    align-items: center;
	margin-left:15px;
	border-radius:50px;
	background:#1f1f1f;
	padding:5px 15px;
	column-gap:10px;
	}
.price_col .cut-price{
	font-size:18px;
	line-height:20px;
	color:#858585;
	font-weight:500;
	text-decoration:line-through;
	}
.price_col .offer-price{
	font-size:18px;
	line-height:20px;
	color:#ffffff;
	font-weight:bold;
	}


.sec1_acdn{
	float:left;
	width:100%;
	margin:30px 0 0;
	text-align:left;
}
.sec1_acdn_box{
	float:left;
	width:100%;
	border-top:1px solid #e8e8e8;
	padding:15px 0;
}
.sec1_acdn_hdg{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	background:url(../images/collapse-icon.png) 97% center no-repeat;
	background-size:16px;
	cursor:pointer;
}
.sec1_acdn_hdg.active{
	background:url(../images/expand-icon.png) 97% center no-repeat;
	background-size:16px;
	}
.sec1_acdn_txt{
	font-size:17px;
	line-height:25px;
	margin-top:15px;
	}
ul.sec1_acdn_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
ul.sec1_acdn_list li{
	font-size: 17px;
    line-height: 21px;
    position: relative;
    padding: 0 0 0 28px;
	margin-top:15px;
	color:#000;
	background:url(../images/acdn-list-tik.webp) no-repeat left 6px;
	background-size:15px;
	}
ul.sec1_acdn_list2{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top: 10px;
	}
ul.sec1_acdn_list2 li{
	width:100%;
    position: relative;
    padding: 0 0 0 40px;
	margin-top:15px;
	}
ul.sec1_acdn_list3 li{
	padding-left:55px;
	}
ul.sec1_acdn_list2 li img{
	position:absolute;
	left:0;
	top:2px;
	width:30px;
	}
ul.sec1_acdn_list3 li img{
	width:40px;
	}
ul.sec1_acdn_list2 li h3{
	font-size: 17px;
    line-height: 21px;
	color:#000;
	font-weight:bold;
	}
ul.sec1_acdn_list2 li p{
	font-size: 17px;
    line-height: 22px;
	color:#000;
	margin-top:4px;
	}

ul.howTouse-list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:10px;
	}
ul.howTouse-list li{
	width:100%;
	padding-left:40px;
	position:relative;
	margin-top:20px;
	}
ul.howTouse-list li h3{
	font-size:17px;
	line-height:22px;
	color:#000;
	}
ul.howTouse-list li p{
	font-size:17px;
	line-height:21px;
	margin-top:5px;
	color:#000;
	}
.step_no{
	position:absolute;
	left:0;
	top:0;
	width:25px;
	height:25px;
	background:#ffdb4c;
	border-radius:50%;
	font-size:15px;
	line-height:25px;
	color:#000;
	font-weight:bold;
	text-align:center;
	}
ul.howTouse-list li:after{
	position:absolute;
	left:13px;
	top:25px;
	bottom:-25px;
	border-left:1px dashed #000;
	content:"";
	}
ul.howTouse-list li:last-child:after{ display:none;}

/*-----------------------
AS SEEN
------------------------*/
.as-seen{
	float:left;
	width:100%;
	padding:15px 0;
	  background:#ffdb4c;
}
.as-seen_hdg{
	font-size:17px;
	line-height:22px;
	font-weight:500;
}
ul.brand_list{
	width:100%;
	margin:12px auto 0;
    display: flex;
	display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	}
ul.brand_list li{
	display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
	}
ul.brand_list li img{
	display:block;
	margin:0 auto 0;
	height:30px;
	width:auto;
	}

.brand_strip_scroller {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	}
ul.scroll_brand_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 20s linear infinite;
	}
ul.scroll_brand_list li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	position: relative;
	}


@keyframes marquee-horizontal {
from {
	transform: translateX(0);
}

to {
	transform: translateX(-100%);
}
}

/*-----------------------
SECTION-2
------------------------*/
.sec2{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
}
.common_heading{
	font-size:42px;
	line-height:52px;
	font-weight:800;
}
.common_text{
	font-size:18px;
	line-height:30px;
	margin:20px 0 0;
}
.reasons_sec{
	width:100%;
	margin:40px auto 0;
	row-gap:40px;
	
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
    justify-content: space-between;
}
.reasons_box{
	width:48.5%;
	border:1px solid #dedede;
	border-radius:6px;
	background:#fff;
	padding:25px;
}
.bef_aft_box{
	width:100%;
	margin:0 auto 30px;
	
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
    justify-content: space-between;
	}
.bef_aft_col{
	width:49.5%;
	position:relative;
	}
.bef_aft_col img{
	display:block;
	margin:0 auto 0;
	width:100%;
	border-radius:6px;
	}
.bef_aft_col div{
	position:absolute;
	top:25px;
	left:50%;
	transform:translateX(-50%);
	font-size:17px;
	line-height:18px;
	color:#000;
	font-weight:600;
	text-transform:capitalize;
	padding:4px 18px 5px;
	border-radius:50px;
	background:#f9da67;
	}
.bef_aft_col:first-child div{
	color:#fff;
	background:#000;
	}
.reasons_box h3{
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	text-align:left;
}
.reasons_box p{
	font-size:18px;
	line-height:28px;
	margin-top:10px;
	text-align:left;
}

.offer_box{
	width:100%;
	max-width:1000px;
	margin:50px auto 0;
	border:1px dashed #000;
	border-radius:10px;
	position:relative;
	background:#fff;
	
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
}
.offer_prod_box{
	width:49%;
	border-radius:10px 0 0 10px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	background:#fffced;
}
.offer_prod_box_inr{
	width:100%;
	padding:20px;
	
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	}
.offer_prod{
	display:block;
	margin:0 auto 0;
	width:454px;
	max-width:100%;
	}
.offer_content{
	width:51%;
	padding:55px 30px;
}
.offer_strip{
	position:absolute;
	top: -21px;
	left:50%;
	transform:translateX(-50%);
	font-size:19px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	letter-spacing:1px;
	padding: 12px 20px;
	border-radius:6px;
	text-transform:uppercase;
	background:#ff0000;
}
.offer_text{
	font-size:38px;
	line-height:45px;
	font-weight:800;
}
ul.offer_gift_list li p{
	font-size:12px;
	line-height:14px;
	}
ul.offer_gift_list li .gift-img{ width: 51px;}

.button_ending_text{
	font-size:16px;
	line-height:16px;
	color:#000;
	margin-bottom:12px;
	}
.red_color{ color:#ec0000;}

ul.offer_gift_list li:not(.is-active) .gift_card-box:before{ display:none;}
ul.offer_gift_list li:not(.is-active) .gift_card-box{ border: 1px dashed #000;}
ul.offer_gift_list li .gift-img{ display:block; opacity:1;}
ul.offer_gift_list li p{ color:#000;}

/*-----------------------
SECTION-3
------------------------*/
.sec3{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fffdf2;
}
ul.faces_list{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	margin:0 0 15px;
}
ul.faces_list li{
	margin-right:-5px;
}
ul.faces_list li img{
	width:47px;
	border-radius:50%;
	box-shadow:0px 0px 0px 2px #fff;
}

ul.social_views_list{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	margin:35px auto 0;
}
ul.social_views_list li{
	padding:0 50px;
	position:relative;
}
ul.social_views_list li:before{
	content:'';
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	border-right:1px solid #d7d7d7;
}
ul.social_views_list li:last-child:before{display:none;}
.social_logo{
	width:141px;
	display:block;
	margin:0 auto 10px;
}
.social_star{
	width:110px;
	margin:0 auto 5px;
}
ul.social_views_list li p{
	font-size:17px;
	line-height:24px;
}

.reviewers_videos{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1970px;
	}
.reviewers_videos_row{
	float:left;
	width:100%;
	margin-top:30px;
	
    display: flex;
    gap: 20px;
	}
.reviewers_videos_col{
	display:inline-block;
	width:100%;
	position:relative;
	cursor:pointer;
	box-shadow:0px 0px 6px 1px rgba(0,0,0,0.1);
	border-radius:5px;
	max-width:311px;
	overflow:hidden;
	}
.reviewers_videos_box{
	float:left;
	width:100%;
	}
.reviewers_videos_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.play-btn{
	position:absolute;
	top:50%;
	left:50%;
	width:80px;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	}
.reviewers_videos_col video, .thumbnail{
    vertical-align: top;
    width: 100%;
    height:100%;
    background: #000;
    object-fit: cover;
	}
.video-player{
	display:none;
	}	

/*-----------------------
SECTION-4
------------------------*/
.sec4{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	overflow-x: clip;
}
.sec4_top{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	padding-right:475px;
	position:relative;
}
.s4-prod{
	position:absolute;
	bottom:-350px;
	right:-50px;
	width:511px;
	}
	
.sec4_inr{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin:45px auto 15px;
	border-radius:10px;
	position:relative;
	background:#fffced;
}
.sec4_inr_bx{
	width:33.3%;
	display:flex;
	flex-direction:column;
	padding:50px 30px;
	position:relative;
	z-index:1;
}
.sec4_inr_bx:after{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:30px;
	bottom:30px;
	border-right:1px solid #f3cfb3;
	z-index:-1;
}
.sec4_inr_bx:nth-child(3n):after{border-right:none;}
.sec4_inr_bx:nth-child(-n+3){padding-top:40px;}
.sec4_inr_bx:nth-child(n+4){padding-bottom:40px;}
.sec4_inr_bx:nth-child(n+4):before{
	content:'';
	position:absolute;
	border-top:1px solid #f3cfb3;
	top:0;
	bottom:0;
	left:30px;
	right:30px;
	z-index:-1;
}
.sec4_icn_box{
	width:70px;
	height:70px;
	margin:0 auto 20px;
	border-radius:50%;
	background:#ffdb4c;
	
	display:flex;
	display:-webkit-flex;
    justify-content: center;
    align-items: center;
	}
.sec4_icn{
	width:41px;
	display:block;
	margin:0 auto 0;
}
.sec4_inr_bx h3{
	font-size:21px;
	line-height:28px;
	font-weight:700;
}
.sec4_inr_bx p{
	font-size:18px;
	line-height:26px;
	color:#333;
	margin-top:10px;
}
.sec4_btm_tx{
	font-size:20px;
	line-height:26px;
	margin-top:40px;
}

/*-----------------------
SECTION-5
------------------------*/
.sec5{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fffdf2;
}
.s5_block{
	width:100%;
	max-width:1050px;
	margin:50px auto 0;
	
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
    align-items: flex-start;
	}
.s5_left{
	float:left;
	width:43.34%;
	}
.sec5-ingrident{
	display:block;
	margin:0 auto 0;
	width:455px;
	max-width:100%;
}
.ingred_sec{
	width: 52%;
	border: 1px solid #000;
	border-radius: 12px;
	background:#fff;
	position:relative;
}
.ingred_box{
	float:left;
	width:100%;
	border-bottom:1px solid #dcd0c0;
	padding:0 30px;
}
.ingred_box:last-child{border-bottom:none;}
.ingred_hdg{
	float:left;
	width:100%;
	padding:35px 20px 35px 90px;
	position:relative;
	text-align:left;
	cursor:pointer;
	background:url(../images/ing-close.webp) no-repeat;
	background-position: center right !important;
	background-size:15px !important;
}
.ingred_hdg.active{
	border-top:none;
	padding-bottom:5px;
	padding-top:20px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background:url(../images/ing-open.webp) no-repeat;
}
.ingred_hdg img{
    width:66px;
    position: absolute;
    left: 0;
    top: 50%;
	transform:translateY(-50%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.ingred_hdg h3{
	font-size:23px;
	line-height:30px;
	font-weight:700;
}
.ingred_hdg.active img{ top: 100%;}
.ingred_hdg.active .ingred-icon1{ top: 63%;}
.ingred_content{
	float:left;
	width:100%;
	padding:5px 20px 10px 90px;
}
.ingred_text{
	font-size:18px;
	line-height:26px;
	margin-bottom:15px;
	text-align:left;
}
ul.ingred_list{ margin-bottom:10px;}
ul.ingred_list li{
	font-size:18px;
	line-height:22px;
	position:relative;
	padding:0 0 0 15px;
	text-align:left;
	margin:0 0 10px;
}
ul.ingred_list li:before{
	content:'';
	position:absolute;
	left:0;
	top:6px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#000;
}
ul.ingred_list li:last-child{margin:0;}

ul.promise_list{
	width:100%;
	max-width: 1078px;
	margin:35px auto 10px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
ul.promise_list li{
	width:16.66%;
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:600;
	padding:0 8px;
	position:relative;
	}
ul.promise_list li:before{
	content:'';
	position:absolute;
	top:90px;
	bottom:0;
	left:0;
	width:1px;
	background:#e2e2e2;
	}
ul.promise_list li:first-child:before{ display:none;}
.promise_icon{ 
	display:block;
	margin:0 auto 12px;
	width:90px;
	}
ul.promise_list li:last-child{ border-right:none;}

/*-----------------------
SECTION-6
------------------------*/
.sec6{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
}

.s6_block{
	width:100%;
	margin:0 auto 0;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.s6_cont{
	width:43%;
	text-align:left;
	}
.s6_img_box{
	width:51.2%;
	}
.s6-img{
	display:block;
	margin:0 auto 0;
	width:599px;
	max-width:100%;
	}

.rebulid_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:540px;
	margin-top:5px;
	}
.rebulid_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:15px;
	}
.rebulid_col{
    width: 100%;
	column-gap:14px;

    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
    -webkit-align-items: center;
    align-items: center;
	}
.rebuild_percent{
	width:131px;
    font-size:51px;
    line-height:52px;
	color:#000;
	font-weight:800;
	flex-shrink: 0;
	}
.rebuild_content p{
    font-size:18px;
    line-height:24px;
	color:#000;
	font-weight:bold;
	}
.rebulid_bar{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:10px;
	margin-top:12px;
	border-radius:50px;
	background:#e1e1e1;
	}
.rebulid_bar span{
	float:left;
	height:100%;
	border-radius:50px;
	background: #ffdb4c;
    transition: all ease 0.6s;
	}

/*-----------------------
SECTION-7
------------------------*/
.sec7{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fffdf2;
	}
.s7_block{
	width:100%;
	max-width:830px;
	margin:40px auto 20px;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.s7_video_box{
	float:left;
	width:100%;
	}
.s7_video_box video{
	margin:0 auto 0;
	display:block;
    width: 100%;
    height: 474px;
	border-radius:10px;
    background: #000;
    object-fit: cover;	
	}	
.s7_img_box{
	float:left;
	width:28.435%;
	}
.s7-img{
	display:block;
	margin:0 auto 0;
	width:236px;
	border-radius:10px;
	}	
.s7_cont{
	float:right;
	width:65%;
	}
.s7_points{
	float:left;
	width:100%;
	}
.s7_points li{
    float: left;
    width: 100%;
    margin-top: 50px;
    padding-left: 50px;
    text-align: left;
    position: relative;
	}
.s7_points li:first-child{ margin-top:0;}
.s7_points li:before{
	content:'';
	position:absolute;
	}
.s7_points li:before{
    top: 10px;
    left: 17px;
    bottom: -53px;
    border-left: 2px dotted #000;
	}
.s7_points li:last-child:before{ display:none;}
.s7_points_count{
	position:absolute;
	top:0;
	left:0;
	width:33px;
	height:33px;
	font-size:22px;
	line-height:33px;
	color:#000;
	font-weight:bold;
	border-radius:50%;
	text-align:center;
	background:#ffdb4c;
	}
.s7_points li h3{
	font-size:24px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	}
.s7_points li p{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:10px;
	}


/*-----------------------
SECTION-8
------------------------*/
.sec8{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
}
.compare_box{
	display:flex;
	display:-webkit-flex;
	width:100%;
	max-width:776px;
	margin:95px auto 20px;
	}
.comp_col1{
	width:38%;
	}
ul.comp_col_list{
	
	}
ul.comp_col_list li{
	width:100%;
	height:80px;
	display: flex;
    align-items: center;
	font-size:19px;
	line-height:25px;
	color:#000;
	font-weight:500;
	padding:0 15px;
	text-align:left;
	border-top:1px solid #efefef;
	}
.comp-col-icn{
	width:22px;
	}
.comp_col2{
	width:30%;
	background:#fffdf3;
	border-radius:20px;
	border:5px solid #fcf7df;
	margin-top:-3px;
	}
.comp_col2 ul.comp_col_list li{justify-content: center;}
.comp_box_right ul.comp_col_list li {justify-content: center;}
.comp_col2 ul.comp_col_list li{ border:none !important;}
.comp_col2 ul.comp_col_list li:last-child{ height:40px;}
.comp_col_top{
	float: left;
	width:100%;
	height:140px;
	padding:0 10px 10px;
	text-align:center;
	}
.comp_col_top img{
	display:block;
	margin:-55px auto 0;
	max-width:100%;
	width:159px;
}
.comp-brnd-nm{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	margin-top:5px;
}
.comp_prod1{
	display:inline-block;
	vertical-align:middle;
	margin:-80px auto 8px;
	width:85px;
	}
.comp_icon{
	display:block;
	margin:0 auto 0;
	width:44px;
	}
.comp_box_right{
	display:flex;
	display:-webkit-flex;
	width:32%;
	position:relative;
	}
.comp_box_right .comp_icon{ width:28px;}
.comp_box_right .comp_col_top{
	padding-top:10px;
}
.comp_box_right .comp_col_top img{
    display: block;
    margin: -55px auto 5px;
    width: 92px;
	}
.comp_box_right .comp_col_top p{
	font-size: 18px;
	line-height: 21px;
}
.comp_col{
	width:100%;
	}
.comp_brand{
	display:inline-block;
	vertical-align:middle;
	margin:40px 0 8px 0;
	}
.comp_col2 ul.comp_col_list{margin-top:54px;}
.comp_col2 ul.comp_col_list li{font-size:21px; font-weight:500; color:#fff; text-transform:uppercase;}
.comp_box_right ul.comp_col_list li{font-size:21px; font-weight:500;}
ul.comp_col_list li:last-child{ border-bottom:1px solid #efefef;}

.granty_box{
	padding:30px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	width:100%;
	max-width:776px;
	margin:50px auto 10px;
	position:relative;
	text-align:left;
	border:2px solid #000;
	border-radius:14px;
	background: #ffdd57;
	}	
.money-back-seal{
	width:150px;
	}
.granty_cont{
	width:calc(100% - 150px);
	padding-left:20px;
	}
.granty_cont h3{
	font-size:35px;
	line-height:40px;
	color:#000;
	font-weight:bold;
	}	
.granty_cont .common_text{
	line-height:26px;
	margin-top:15px;
	color:#000;
	}

/*-----------------------
SECTION-9
------------------------*/
.sec9{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fffdf2;
}
.testimonials_img{
	display:block;
	margin:40px auto 0;
	max-width:100%;
}

/*-----------------------
SECTION-10
------------------------*/
.sec10{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
}
.faq_section{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:830px;
	border-radius:0px;
	margin:30px 0 15px;
	}
.faq_slide_row{
	float:left;
	width:100%;
	background:#fff;
	border-radius:10px;
	margin-top:20px;
	padding:0 20px;
	-webkit-box-shadow: 0 2px 8px 2px rgba(0,0,0,.1);
	box-shadow: 0 2px 8px 2px rgba(0,0,0,.1);
	}
.faq_slide_row.last{ border-bottom:none;}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.webp) no-repeat right 5px center;
	background-size:18px;
	padding:20px 25px 20px 70px;
	position:relative;
	cursor:pointer;
	}
.acdn_heading.accordion_open{
	background:url(../images/open.webp) no-repeat right 5px center;
	background-size:18px;
	padding-bottom:20px;
	border-bottom:1px solid #969696;
	}
.faq_img{
	position:absolute;
	left:0;
	top:50%;
	width:52px;
	max-width:100%;
	transform:translateY(-50%);
	border-radius:50%;
	box-sizing: content-box;
	}
.accordion p{
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-bottom: 2px;
	}
.accordion h3{
	font-size: 22px;
	line-height: 28px;
	color:#000;
	font-weight: bold;
	}
.acdn_content{
	float:left;
	width:100%;
	text-align:left;
	padding:20px 30px 5px 0;
	}
.accordion.last, .acdn_content.last{border-bottom:none;}
.acdn_para{
	float:left;
	width:100%;
	font-size: 18px;
	line-height: 26px;
	color:#000000;
	margin-bottom:20px;
	}
.footer{
	float:left;
	width:100%;
	padding:40px 0;
	border-top:1px solid #efefef;
	}
.footer_logo{
	display:block;
	width:142px;
	margin:0 auto 30px;
	}
.footer_text{
	font-size:16px;
	line-height:24px;
	margin:8px 0 0;
	}
.footer_text a{color:#000; padding:0 6px;}

.semibold{ font-weight:600;}


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

.sec1_right{width: 47.73%;}

.sec4_top{ padding-right: 365px;}
.s4-prod{ width: 481px;}


.s6_cont{ width:46%;}
.s6_img_box{ width: 47.2%;}
}

@media only screen and (max-width:1023px){
.container{width:750px;}
.hide-tab{display:none;}

.sec1_reivew_box{ padding:25px 15px;}
.sec1_reivew_top{padding: 20px 100px 20px 20px;}
.sec1_reivew_heading{font-size: 17px;}
.sec1_reivew_text {font-size: 16px;line-height: 22px;}
.sec1_reivew_cont{ padding-left:10px;}
.top_recom_bottom{padding: 10px 160px 10px 20px;}

.sec1_right{width:48%;}
.sec1_right-heading{font-size: 30px; line-height: 37px;}
.save_offer-text{ font-size:17px;}
.order_strip{padding: 10px 8px;column-gap: 8px;}
.order_strip img {width: 15px;}
.order_strip p{font-size: 14px;line-height: 20px;}
.order_text {font-size: 14px;line-height: 21px;}
ul.gift_list,ul.free_product-list{gap: 8px;}
.gift-img{ width:45px;}
ul.offer_gift_list li .gift-img{width: 45px;}
ul.gift_list li h3,ul.free_product-list li h3{font-size: 10px; line-height: 12px;width: 68px;}
ul.gift_list li p,ul.free_product-list li p{font-size: 12px;line-height: 14px;}

.no_autoship-col{ padding:15px 0 0;}

.qty_selector-title{ font-size:17px;}

.common_button{font-size: 20px;}
.price_col .cut-price,.price_col .offer-price{font-size: 16px;}
ul.sec1-list2 li{ font-size:14px;line-height: 20px;background-size: 15px; margin-top: 8px;}

ul.membership_list li{font-size:14px;line-height: 20px;background-size: 15px; margin-top: 8px; padding-left:20px;}

ul.brand_list li img{ height: 21px;}

.reasons_box h3{ font-size: 22px; line-height: 29px;}
.reasons_box p{ font-size: 17px; line-height: 27px;}
.reasons_sec{ row-gap:20px;}
.bef_aft_col div{ top: 18px; font-size: 15px; line-height: 15px; padding: 4px 15px 5px;}

.offer_text{ font-size: 32px; line-height: 40px;}
.offer_prod_box{ padding:0;}
.offer_free_prod{ width: 120px;}

.sec3{padding:50px 0 60px;}

.sec4{padding:50px 0 60px;}
.sec4_icn_box{ width: 60px; height: 60px;}
.sec4_icn{ width: 34px;}
.sec4_top{ padding-right: 235px;}
.s4-prod{ width: 301px; bottom: -160px; right: -30px;}
.sec4_inr_bx h3{ font-size: 20px; line-height: 27px;}
.sec4_inr_bx p{ font-size:17px; line-height:25px;}

.sec5{padding:50px 0 60px;}
.s5_left{ width: 38%;}
.ingred_sec{ width: 58%;}
.ingred_hdg img{ width: 56px;}
.ingred_hdg{ padding: 35px 0 35px 75px;}
.ingred_content{ padding: 5px 0 10px 75px;}
.ingred_text{ font-size: 17px; line-height: 25px;}
.ingred_hdg h3{ font-size: 22px; line-height: 29px;}

ul.promise_list li{ font-size: 14px; line-height: 20px;}
ul.promise_list li:before{ top: 80px;}
.promise_icon{ width:70px;}

.sec6{padding:50px 0 60px;}
.s6_cont{ width:52%;}
.s6_img_box{ width: 42%;}
.rebuild_percent{ width: 104px; font-size: 41px; line-height: 42px;}

.sec7{padding:50px 0 60px;}
.s7_points li h3{ font-size: 23px; line-height: 24px;}
.s7_points li p{ font-size: 17px; line-height: 25px;}

}

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

.top-fix-bar{margin-bottom:55px;}
.top_strip{top:55px; height:55px; margin-top:-55px;padding: 10px 0;}
.strip_iner{column-gap: 10px;}
.strip_text{font-size: 15px; line-height: 17px;}
.offer_txt{font-size: 10px;line-height: 14px;}
.discount_img{width: 16px; margin: -3px 6px 0 0;}
.giftbx {width: 14px; margin: -4px 0 0 6px;}
.timer-container2 .time-box2{width: 26px; height: 27px; font-size: 14px;}
.timer-container2 .label2 {font-size: 9px;line-height: 9px;margin-top: 4px;}
.timer-container2 .colon2 {font-size: 20px;margin: 0 4px;line-height: 25px;}

.sec1{padding:20px 0 30px; overflow-x:clip;}
.sec1_left, .sec1_right{width:100%;}
.sec1_right{ text-align:center; margin-top:20px;}
.prod_name span{font-size:12px; line-height:13px; padding:4px 5px 5px; border-radius:4px;}
.prod_rating_text{font-size:14px; line-height:16px; margin:0;}
.sec1_testi{padding:10px;}
.sec1_testi_user_info{width:25%;}
.sec1_testi_verify img{width:8px;}
.sec1_testi_content{width:72%;}

.order_strip{justify-content: center; max-width:100%;text-align: left;}
.order_strip p{ font-size:14px;}
.order_text {font-size: 13px;line-height: 20px;margin: 25px 0 0;}
.order_text img {width: 15px;}
.quantity-selector{grid-column-gap: 10px; grid-row-gap: 10px;}
.quantity-selector_col{ padding:16px 10px 10px;}
.pkg_prod{width: 65px;}
.qty_selector-title{ font-size:17px;}
.most-pouplar{padding: 2px 8px;font-size: 9px; line-height: 13px;}

.gift-lockings{width: 2.5rem; height: 2.5rem;}
ul.gift_list,ul.free_product-list{margin-top: 25px;}
ul.gift_list li p {font-size: 11px;line-height: 11px;}
ul.sec1-list2{ padding-left:10px;}
ul.sec1-list2 li { font-size: 13px;line-height: 19px;margin-top: 8px;}
ul.free_product-list li p{  font-size: 11px;line-height: 11px;}
.free_product-row .order_text{ font-size:15px;}
.free_prod-img{ width:45px;}
.gift-unlockers {font-size: 10px;}

.membership_hdng{font-size: 15px; line-height: 16px;}
ul.membership_list li{font-size: 12px; line-height: 16px;}

.no_autoship-col-text3{font-size:14px;}
.no_autoship-col{ padding:15px 0 0;}
.no_autoship-col-text1{ font-size:15px;}
.no_autoship-col-text2{ font-size:13px; line-height:18px;}

.button_box{margin-top:30px;}
.ship_text{font-size:13px;}
.ship_text:before{width: 7px;height: 7px;margin: 0px 6px 0 0;}
.stock_text{font-size:13px;}
.low-stock-row {width: 60px;margin: 0 5px;}
.low-stock-indicater{width: 10px;height: 11px;}
.balance_icon{width: 7px;}

.common_button{height:55px; line-height:55px; font-size:18px;}
.common_heading{font-size:27px; line-height:33px;}
.common_text{font-size:16px; line-height:21px;}

ul.sec1_acdn_list li {font-size: 15px;line-height: 22px;}
.sec1_acdn_txt {font-size: 15px;line-height: 23px;}
ul.sec1_acdn_list2{ margin:0;}
ul.sec1_acdn_list2 li h3{font-size: 15px; line-height: 20px;}
ul.sec1_acdn_list2 li p { font-size: 15px;line-height: 19px;}


.sec1_reivew_box{ padding:13px 10px;}
.reviewer_img{ max-width:100%;width: 65px;}
.sec1-star{ width:60px; margin-bottom:6px;}
.sec1_reivew_heading {font-size: 16px;line-height: 19px;}
.sec1_reivew_text {font-size: 14px;line-height: 18px;margin-top: 5px;}
.sec1_vrfy_box p{font-size: 10px;}
.sec1_vrfy_box p img { width: 9px; margin: -3px 3px 0 0;}
.cotattion{ width: 22px;}

.sec1_acdn_box{padding:12px 0;}

.as-seen{ padding: 14px 0 16px;}
.as-seen_hdg{font-size:14px; line-height:20px;}
ul.scroll_brand_list li { padding:0 10px;}
.brand_strip_scroller{margin:12px auto 0;}
ul.scroll_brand_list li .brand-logo{ display:block; margin:0 auto 0; width:auto; height:26px;}

.sec2{padding:30px 0 35px;}
.reasons_sec{ margin:25px auto 0;}
.bef_aft_col div{top: 15px;}
.reasons_box{max-width: 500px; width:100%; margin: 0 auto; padding:15px 15px 20px;}
.reasons_box h3{ font-size: 20px; line-height: 26px;}
.reasons_box p{font-size:16px; line-height:22px;}

.offer_box{max-width:400px; flex-wrap:wrap; margin:50px auto 0; justify-content:center; flex-direction: column;}
.offer_prod_box{ width:100%; border-radius:10px 10px 0 0;}
.offer_content{width:100%; padding:25px 15px 20px;}
.offer_prod_box_inr{ padding: 30px 30px 20px;}
.offer_strip{ padding: 3px 15px; top: -15px; font-size:12px; line-height:20px;}
.offer_prod{width:285px;}
.offer_free {margin: 0 0 0;}
.offer_free_prod{width:55px;}
.free_seal{width: 50px;  height: 50px; font-size: 13px; line-height: 50px; background-size: 50px; right: -27px; top:40px;}
.offer_text{font-size:24px; line-height:30px;}



.offer_box .button_box{margin-top:20px;}
.offer_box .ship_text{font-size:11px;}
.reasons_sec_mob .reasons_box:last-child{padding-bottom:0;}
.plus_sign {font-size: 35px; line-height: 40px; font-weight: 400;}

.sec3{padding:0 0 30px;}
ul.faces_list{margin:30px 0 15px;}
ul.faces_list li img{width:35px; height:35px;}
ul.social_views_list{margin:25px auto 0;}
ul.social_views_list li{padding:0 15px;}
ul.social_views_list li:before{display:none;}
.social_logo{width:92px; margin: 0 auto 8px;}
.social_star{width:85px; margin:0 auto 2px;}
ul.social_views_list li p{font-size:12px; line-height:12px;}

.reviewers_videos_row{margin-top:20px; display:flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; gap:7px 2%; padding:0 15px;}
.reviewers_videos_col{width:32% !important; height:auto !important;}
.play-btn{width:35px;}

.sec4{padding:30px 0; overflow-x:clip;}
.s4-prod{ width: 180px;bottom: -60px;right: -60px;}
.sec4_top{ padding-right: 0;}
.sec4_top .common_text{ padding-right: 100px;}

.sec4_top_content{width:100%; padding:0 0 0 15px;}
.sec4_top_content .common_text{padding-right:150px;}
.sec4_icn{ width: 28px;}
.sec4_inr{padding:0 10px 0; margin: 25px auto 5px; width: calc(100% + 30px); margin-left: -15px;background:#fff; }
.sec4_inr_bx{width:100%; padding:15px 10px; text-align:left; border:1px solid #f3cfb3; border-radius:10px; margin:15px 0 0;}
.sec4_inr_bx:first-child{margin-top:0;}
.sec4_inr_bx:nth-child(-n+3), .sec4_inr_bx:nth-child(n+4){padding:15px 10px 15px 70px;}
.sec4_inr_bx:after, .sec4_inr_bx:nth-child(n+4):before{display:none;}
.sec4_icn_box{position:absolute; left:10px; top:10px; width:47px; height:47px;}
.sec4_inr_bx h3{font-size:18px; line-height:22px;}
.sec4_inr_bx p{font-size:16px; line-height:21px; margin-top:6px;}

.sec5{padding:30px 0 35px;}
.s5_block{ margin: 30px auto 0;}
.s5_left{ width:100%;}
.sec5-ingrident-m{ margin:0 auto 0; width:300px; max-width:100%;}
.ingred_sec{ margin:30px 0 0; width:100%;}
.ingred_box{ padding: 0 15px;}
.ingred_hdg img{ width: 48px;}
.ingred_hdg{ padding: 20px 0 20px 60px; background-size: 12px !important;}
.ingred_content{ padding: 2px 0 10px 60px;}
.ingred_text{ font-size: 16px; line-height: 24px; margin-bottom: 12px;}
.ingred_hdg h3{ font-size: 20px; line-height: 28px;}

ul.promise_list{ margin:30px auto 2px; row-gap: 25px;}
ul.promise_list li{ width:31.33%; border-right:none; padding:0; font-size: 14px; line-height: 18px;}
.promise_icon{ margin: 0 auto 5px; width: 54px;}
ul.promise_list li:before{ display:none;}

.sec6{padding:30px 0 35px;}
.s6_cont{ width:100%;}
.s6_img_box{ width:100%; margin-top:20px;}
.rebuild_percent{ font-size:35px; line-height:36px; width: 90px;}
.rebuild_content p{ font-size: 17px; line-height: 23px;}
.rebulid_bar{ height: 8px;}

.results_box{position:relative; max-width:80%; padding:0 0 20px;}
.results_prod_1{left:-10px; width:70px; top:200px; transform: rotate(20deg); -webkit-transform: rotate(20deg);}
.results_prod_2{right:-20px; width:80px; top:72%; transform: rotate(-220deg); -webkit-transform: rotate(-220deg);}
.results_pic_box{width:120px;}
.results_pic_box1{top:66%; left:-40px;}
.results_pic_box3{top:45%; z-index:1;}
.results_pic_box4{top:20%; right:-50px; z-index:1;}
ul.results_box_list li{flex-wrap:wrap; -webkit-flex-wrap:wrap; font-size:16px; line-height:20px; padding:12px 18px; text-align:left;}
ul.results_box_list li span{font-size:36px; line-height:36px; display:block; margin:0 0 5px; width:100%;}
.results_box_btm{font-size:12px; line-height:18px; padding:0 30px;}

.sec7{padding:30px 0 35px;}
.s7_block{ margin: 20px auto 5px; max-width: 355px;}
.s7_video_box video{ height:447px; border:1px solid #000000; border-radius:0;}
.s7_img_box{ width: 150px;}
.s7-img-mob{ margin:0 auto 0; width: 150px; border:1px solid #000000;}
.s7_strip{ max-width: 374px;}
.s7_cont{ width: calc(100% - 150px); padding-left: 10px;}
.s7_strip p{ font-size: 18px; line-height: 25px;}
.s7_points li{ margin-top: 25px; padding-left: 29px;}
.s7_points_count{ width: 21px; height: 21px; font-size: 12px; line-height: 21px;}
.s7_points li:before{ top: 9px; left: 10px; bottom: -32px;}
.s7_points li:after{ top: 6px; width: 13px; height: 13px;}
.s7_points li h3{ font-size: 15px; line-height: 15px;}
.s7_points li p{ font-size: 14px; line-height: 18px; margin-top: 6px;}

.sec8{padding:30px 0 0; background:#fff;}
.compare_box{max-width:none; width:calc(100% + 30px); margin: 60px 0 20px -15px;}
ul.comp_col_list li{font-size:14px; line-height:18px; height:50px;padding: 0 12px;}
.comp-brnd-nm{ font-size: 13px; line-height: 16px; margin-top: 3px;}
.comp_icon{width:24px;}
.comp_col2{border-radius:12px; border: 4px solid #fcf7df;}
.comp_col2 ul.comp_col_list{margin-top:34px;}
.comp_col2 ul.comp_col_list li{font-size:16px; line-height:20px; text-align:center;}
.comp_col2 ul.comp_col_list li:last-child{height:20px;}
.comp_col_top{height:70px;}
.comp_box_right .comp_icon{ width: 14px;}
.comp_col_top img{ margin: -34px auto 0; width: 75px;}
.comp_box_right .comp_col_top img{ margin: -45px auto 3px; width: 49px;}
.comp_box_right .comp_col_top p{font-size:14px; line-height:16px;}
.comp_box_right ul.comp_col_list li{font-size:16px;}

.granty_box{ width:calc(100% + 30px);margin:30px 0 0 -15px; padding:30px 15px 35px; border:none; border-radius:0;}
.granty_cont{padding:0; width:100%;}
.money-back-seal{width:80px; position:absolute; left:15px; top:22px;}
.granty_cont h3{font-size:30px; line-height:33px; padding:0 0 0 90px;}
.granty_box .low-stock-indicater{ background:#fff;}

.sec9{padding:30px 0 35px;}
.testimonials_img{margin: 20px auto 0;}

.sec10{padding:30px 0 35px;}
.faq_section{ margin:20px 0 10px;}
.faq_slide_row{ padding:0 10px; border-radius:10px; border-width:1px; margin-top:10px;}
.faq_img{ width:40px;}
.accordion{ padding:16px 25px 16px 54px; background-size:14px;background-position:center right;}
.acdn_heading.accordion_open{ padding-bottom:16px; background-size:14px;background-position:center right;}
.accordion p{ font-size:15px; line-height:20px;}
.accordion h3{ font-size: 18px; line-height: 24px; margin-top:3px;}
.acdn_content{ padding:20px 5px 5px;}
.acdn_para{ font-size:16px; line-height:22px;}

.acdn-list li{ font-size: 16px; line-height: 24px; padding-left: 24px;}
.acdn_list2 li{ padding-left: 20px;}

.footer{padding:30px 0;}
.footer_logo{width:115px; margin:0 auto 25px;}
.footer_text{font-size:14px; line-height:18px;}

}


/*CSS FOR UGC MODAL*/
.ugc-modal{
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    cursor: pointer;
	
	display: flex;
    background-color: rgba(255,255,255,.42);
    justify-content: center;
    align-items: center;
    display: flex;
	opacity:0;
	z-index:-9;
	transition: opacity .2s;
	}
.ugc-modal.active{
	opacity:1;
	z-index: 99;
	}
.video-container{
	aspect-ratio: 9 / 16;
	width: 360px;
	position: relative;
	border-radius:10px;
	overflow:hidden;
	min-height:640px;
	background:#000;
	}
.video-container video{height:100%;}
.ugc-close{
	position:absolute;
	right:15px;
	top:15px;
	width:45px;
	height:45px;
	background:#fff;
	border-radius:50%;
	padding:10px;
	z-index:1;
	}
.video-container iframe{
	width:100%;
	height:100%;
	}
@media only screen and (max-width:480px){
.video-container{width:280px; min-height:480px;}

}











