@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Outfit';
	font-weight:normal;
	}
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: inherit;text-decoration: none;}
img {border: none; height:auto; max-width:100%;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

/*====Fonts====*/
@font-face {
    font-family: 'Outfit';
    src: url('Outfit-Bold.woff2') format('woff2'),
        url("https://assets.checkoutchamp.com/Funnel/assets/images/b67b5123-8f49-4765-aaa6-f97344c602ad/547b1318-5b53-4665-84a5-d9ce0309e3fb/Outfit-Bold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('Outfit-ExtraBold.woff2') format('woff2'),
        url("https://assets.checkoutchamp.com/Funnel/assets/images/b67b5123-8f49-4765-aaa6-f97344c602ad/547b1318-5b53-4665-84a5-d9ce0309e3fb/Outfit-ExtraBold.woff") format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('Outfit-Regular.woff2') format('woff2'),
        url("https://assets.checkoutchamp.com/Funnel/assets/images/b67b5123-8f49-4765-aaa6-f97344c602ad/547b1318-5b53-4665-84a5-d9ce0309e3fb/Outfit-Regular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('Outfit-Medium.woff2') format('woff2'),
        url("https://assets.checkoutchamp.com/Funnel/assets/images/b67b5123-8f49-4765-aaa6-f97344c602ad/547b1318-5b53-4665-84a5-d9ce0309e3fb/Outfit-Medium.woff") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('Outfit-SemiBold.woff2') format('woff2'),
        url("https://assets.checkoutchamp.com/Funnel/assets/images/b67b5123-8f49-4765-aaa6-f97344c602ad/547b1318-5b53-4665-84a5-d9ce0309e3fb/Outfit-SemiBold.woff") format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*=====MAIN CSS START=====*/
.scraped-container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

.top_strip{
	float:left;
	width:100%;
	height:50px;
	background:#000;
	padding:6px 0;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
	position: fixed;
	top: 0;
	transition: top 0.1s ease;
	left: 0;
	z-index: 999;
	}
.top_strip.fixed-nav {
	top: 0;
	}
.sticky-header{
	float:left;
	width:100%;
	height:50px;
	}	

.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: 18px;
    line-height: 22px;
    color: #fff;
	}
.discount_img{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	margin:-5px 7px 0 0;
	}
.giftbx{
	display:inline-block;
	vertical-align:middle;
	width:16px;
	margin:-7px 0 0 9px;
	}	
.timer-container{
	display: flex;
    align-items: flex-start;
    justify-content: center;
	margin:0 0;
	}
.timer-container .time-box{
    width: 30px;
    height: 26px;
    font-size: 14px;
    background-color: #ffffff;
    color: #020202;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
	padding-top:2px;
	}
.timer-container .label{    
	font-size: 10px;
    line-height: 10px;
    color: #fff;
    margin-top: 4px;
	}
.timer-container .colon{
    font-size: 24px;
    margin: 0 5px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
	}	

/*====header====*/
.header{
	float:left;
	width:100%;
	height:70px;
	background:#fff;
	}				
.logo{
    float: left;
    width: 140px;
    margin-top: 17px;
	}
.header-btn{
    float: right;
    height: 52px;
    background: #11c956;
    border-radius: 8px;
    font-size: 22px;
    line-height: 53px;
    letter-spacing: 0.3px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-top: 9px;
    position: relative;
    padding: 0 40px;
	}
	
/*====Header Sub Strip====*/	
.header_sub_strip{
	float:left;
	width:100%;
	background:#4d271c;
	padding:5px 0;
	}
.header_sub_strip p{
	font-size:20px;
	line-height:22px;
	color:#fff;
	font-weight:600;
	}	

/*====banner-section====*/
.banner_section{
	float:left;
	width:100%;
	padding:25px 0 50px;
	background:#f6f4e9;
	overflow:hidden;
	}
.banner-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: flex-start;
	flex-direction: row-reverse;
	}
.banner_left{
	width:53%;
	text-align:left;
	position:relative;
	z-index:2;
	}
.banner_text1{
	font-size:18px;
	line-height:20px;
	color:#000;
	font-weight:500;
	}
.banner_text1 img{
	display:inline-block;
	vertical-align:middle;
	width:85px;
	margin:-5px 9px 0 0;
	}
.banner_heading{
	font-size:55px;
	line-height:60px;
	color:#4d271c;
	font-weight:800;
	margin-top:10px;
	}
ul.banner_point{
	width:100%;
	display:inline-block;
	vertical-align:middle;
	}
ul.banner_point li{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:600;
	text-align:left;
	padding-left:30px;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/b67b5123-8f49-4765-aaa6-f97344c602ad/547b1318-5b53-4665-84a5-d9ce0309e3fb/banner-point.webp") no-repeat left 3px;
	background-size:16px;
	margin-top:10px;
	}
		
.gift_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:490px;
	margin-top:30px;
	text-align:center;
	}
.gift_box-heading{
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.3px;
    position: relative;
	}
.gift_box-heading:before, .gift_box-heading:after{
	border-bottom:1px solid #000;
	content:"";
	flex-grow:1;
	}
.gift_box-heading p img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 8px 0;
	width: 19px;
	}	
	
.gift_box-row{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-top:28px;
	}
.gift_box-col{
	width:23%;
	text-align:center;
	position:relative;
	}
.gift_box-col-bordertop{
	float: left;
    width: 100%;
    background: #fff;
    padding: 4px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
	}	
.gift_box-col-border{
    float: left;
    width: 100%;
	background:#f7f4ed;
    position: relative;
    padding: 22px 7px 12px;
    border-radius: 6px;
    overflow: hidden;
	}
.gift_box-col-bordertop:before{
	content:"";
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	right:0;
	bottom:0;
   background-image: linear-gradient(90deg, #81675f 50%, transparent 50%), linear-gradient(90deg, #81675f 50%, transparent 50%), linear-gradient(0deg, #81675f 50%, transparent 50%), linear-gradient(0deg, #81675f 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;
}
}


.gift_box-col-inr{
	width:100%;
	position:relative;
	}
.gift_box-col-save{
	position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    border-radius: 3px;
    background: #ff0000;
    padding: 4px 12px 3px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.3px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
	}
.gift_box-col-text1{
	float: left;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin-top: 6px;
	}
.gift_prod{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:85px;
	}
.gift_box-col-price{
	font-size:13px;
	line-height:15px;
	color: #7e7e7e;
	font-weight:500;
	}
.gift_box-col-cut-prc{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	font-size:16px;
	line-height:16px;
	color: #7e7e7e;
	}
.gift_box-col-cut-prc:after{
    content: "";
    position: absolute;
    left: -3px;
    right: -3px;
    border-top:1px solid #7e7e7e;
    top: 48%;
	}
.lottie-gift {
   position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;   /* adjust size */
	height: auto;
	z-index: -1;
	animation: fall 7s ease-in-out infinite;
	}
@keyframes fall {
	0%   { transform: translate(-50%, -100%); opacity: 0.2; }
	50%  { opacity: 1; }
	100% { transform: translate(-50%, calc(100% - 200px)); opacity: 0.5; }
}

.banner-price-row{
	width:100%;
	max-width:450px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	column-gap:15px;
	margin-top:30px;
	}
.start-prc{
	font-size: 27px;
    line-height: 27px;
    color: #000;
    font-weight: 600;
    text-align: center;
	}
.banner-regular-price{
    font-size: 27px;
    line-height: 27px;
    position: relative;
	}
.banner-regular-price:after{
	content:"";
	position:absolute;
	left:-5px;
	right:-5px;
	border-top:2px solid #f00;
	top:9px;
	transform:rotate(-10deg);
	}
.banner-offer-price{
    font-size: 27px;
    line-height: 27px;
    color: #4d271c;
    font-weight: bold;
	}
	
.button_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:479px;
	margin-top:45px;
	text-align:center;
	}
.banner_left .button_box{ margin-top:25px;}
.button_shipp{
    display: flex;
    align-items: center;
	justify-content: center;
    width: 100%;
	}
.button_shipp li{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	font-size:16px;
	line-height:16px;
	color:#000;
	padding:0 8px;
	column-gap:5px;
	}
.button_shipp li.green_dot{
	padding-left:25px;
	border-right:1px solid #000;
	position:relative;
	}
.button_shipp li.green_dot.white{
	border-color:#fff;
	}
.green_dot:after{
    content: '';
    position: absolute;
    top: 2px;
    left: 8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #16c60c;
    animation: breath 1.3s infinite;
	}
@keyframes breath{
	0% { opacity:1;}
	50% { opacity:0;}
	100% { opacity:1;}
	}
	
@keyframes fade{
0%{ opacity:100%;}
50%{ opacity:20%;}
75%{ opacity:100%;}
100%{ opacity:100%;}
	}	
.low_stock{
    display:flex;
	display:-webkit-flex;
	justify-content:space-between;
    width:60px;
    margin:0 3px;
	}
.low_stock span{
	float:left;
	width:17%;
	height:10px;
	background:#e6e6e6;
	transition: 0.5s;
	}
.low_stock span.fade{
	animation:fade 1.2s ease-in-out infinite;
	background: #ef2000;
	}
.low_text{ font-weight:600;}	
.semibold{ font-weight:600;}
.common_button{
    width:100%;
    display:inline-block;
    vertical-align:top;
    height:75px;
    color:#fff;
    font-size:28px;
	line-height:75px;
	letter-spacing:0.5px;
	font-weight:bold;
    border-radius:12px;
    position:relative;
    text-align:center;
	background:#11c956;
	margin:10px 0;
	}
.common_button img{
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    margin: -2px 0 0 15px;
	}	
.btn-list{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	margin:0 auto;
	}
.btn-list li{
	text-align:left;
	padding:0 10px;
	font-size:16px;
	line-height:17px;
	color:#000;
	}
.btn-list li img{
	width:15px;
	display:inline-block;
	vertical-align:middle;
	margin:-4px 5px 0 0;
	}

.banner_right{
	width:44%;
	position:relative;
	}	
.hero_slide-div-outer{
	float:left;
	width:100%;
	padding:0 0px;
	position:relative;
	}	
.bnr_slide_seal{
	position:absolute;
	top:15px;
	right:20px;
	z-index:2;
	}	

/*-----------------------
 	Brand Section
------------------------*/	
.brand_section{
	float:left;
	width:100%;
	padding:35px 0 25px;
	background:#fff;
	border-bottom:1px solid #cccccc;
	}
.brand_heading{
	font-size:28px;
	line-height:32px;
	color:#4d271c;
	font-weight:bold;
	}
ul.brand_list{
	margin:20px auto 0;
	width:100%;
	max-width:570px;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
ul.brand_list li{
	text-align:center;
	}	
ul.brand_list li img{
	margin:0 auto 0;
	display:block;
	height:100px;
	width:auto;
	}

/*=====section1=====*/
.section1{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 70px;
	}
.common_heading{
	font-size:45px;
    line-height:52px;
	color: #4d271c;
	font-weight:800;
	}
.common_text{
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 20px;
	}
.common_text--mt0{ margin-top:0 !important;}	
	
.warning_icon{
	margin:0 auto 0;
	display:block;
	width:50px;
	}
.common_tag_txt{
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 8px;
    font-size: 18px;
    line-height: 20px;
    color: #4d271c;
    font-weight: 600;
    padding: 8px 14px;
    margin: 25px 0 20px;
	}
.tag_star{
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    margin: -5px 8px 0 0;
	}	
.s1_food_wrap{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:35px;
	}	
.s1_food_imgbx{
	float:left;
	width:59%;
	}	
.s1_food_imgbx img{
	margin:0 auto 0;
	display:block;
	}	
.s1_food_contbx{
	float:right;
	width:40%;
	}
ul.s1_food_list{
	float:left;
	width:100%;
	}
ul.s1_food_list li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #d7d7d7;
	padding:0 0 20px 91px;
	margin-top:20px;
	position:relative;
	}	
ul.s1_food_list li:last-child{ border:none;}	
ul.s1_food_list li img{
	position:absolute;
	top:-7px;
	left:0;
	width:72px;
	}	
ul.s1_food_list li h3{
	font-size:28px;
	line-height:32px;
	color:#000;
	font-weight:800;
	}	
ul.s1_food_list li p{
	margin-top:2px;
	}	
	
.note_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:766px;
	background:#fffcb3;
	border:2px dashed #ff0000;
	border-radius:10px;
	text-align:left;
	padding:0 30px 30px;
	margin-top:10px;
	}				
.medium{ font-weight:500;}
.note_bx_strip{
    display: inline-block;
    vertical-align: top;
    background: #e15f25;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
    padding: 10px 14px 8px;
    border-radius: 8px;
    margin-top: -20px;
	}
	
.s1_storage_head{
	font-size:32px;
	line-height:36px;
	color:#000;
	font-weight:800;
	position:relative;
	margin-top:55px;
	}
.s1_storage_head:before{
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    background: #000;
    width: 100%;
    max-width: 770px;
    height: 1px;
    margin: 0 auto;
	}	
.s1_storage_head span{
	background:#fff;
	position:relative;
	z-index:1;
	padding:0 12px;
	}	
	
.s1_storage_wrap{
	margin:45px auto 0;
	width:100%;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
.s1_storage_box{
	width:31%;
	text-align:left;
	}	
.s1_storage_imgs{
	margin:0 auto 0;
	display:block;
	border-radius:10px;
	}	
.s1_storage_box_content{
	float:left;
	width:100%;
	text-align:left;
	padding-top:22px;
	}	
.s1_storage_box_content h3{
	font-size:24px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	}	
ul.s1_storage_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:8px;
	}	
ul.s1_storage_list li{
	float:left;
	width:100%;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/b67b5123-8f49-4765-aaa6-f97344c602ad/547b1318-5b53-4665-84a5-d9ce0309e3fb/s1-lst-cross.webp") no-repeat left 6px;
	background-size:12px;
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:500;
	padding-left:27px;
	margin-top:6px;
	}	
	
.s1_jar_wrap{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:766px;
	background:#fff6f6;
	border:2px dashed #ff0000;
	border-radius:10px;
	overflow:hidden;
	padding:30px;
	text-align:center;
	margin:60px 0 20px;
	}
.s1_jar_heading{
	font-size: 32px;
    line-height: 36px;
    color: #000;
    font-weight: 800;
	}	
.s1_jar_inner{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}	
.s1_jar_content{
	width:66%;
	text-align:left;
	}	
.s1_jar_text{
    font-size: 18px;
    line-height: 26px;
    color: #000;
	margin-top:15px;
	}	
ul.s1_jar_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:12px;
	}	
ul.s1_jar_list li{
	float:left;
	width:100%;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/b67b5123-8f49-4765-aaa6-f97344c602ad/547b1318-5b53-4665-84a5-d9ce0309e3fb/s1-lst-cross.webp") no-repeat left 6px;
	background-size:12px;
	font-size:18px;
	line-height:24px;
	color:#000;
	text-align:left;
	font-weight:bold;
	padding-left:27px;
	margin-top:6px;
	}
.s1_jar_imgbx{ width:20%;}	
.s1_jar_imgbx img{
	margin:0 auto 0;
	display:block;
	}		

/*=====section2=====*/
.section2{
	float:left;
	width:100%;
	background:#f6f4e9;
	padding:60px 0 70px;
	}	
.top_0{ margin-top:0 !important;}		
	
.s2_food_fresh_wrap{
	margin:45px auto 0;
	width:100%;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
.s2_food_fresh_vdobx{
	width:54%;
	}
.s2_video_box{
	float:left;
	width:100%;
	}
.s2_video_box video{
	margin:0 auto 0;
	display:block;
    width: 100%;
    height: 570px;
	border-radius:10px;
    background: #000;
    object-fit: cover;	
	}		
	
.s2_food_fresh_contbx{
	width:42%;
	text-align:left;
	}	
ul.s2_food_fresh_list{
	float:left;
	width:100%;
	}
ul.s2_food_fresh_list li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #c2c2c2;
	padding:0 0 26px 75px;
	margin-bottom:26px;
	position:relative;
	}	
ul.s2_food_fresh_list li:last-child{ 
	border:none;
	padding-bottom:0;
	margin-bottom:0;
	}	
ul.s2_food_fresh_list li img{
	position:absolute;
	top:0;
	left:0;
	width:58px;
	}	
ul.s2_food_fresh_list li h3{
	font-size:24px;
	line-height:28px;
	color:#000;
	font-weight:800;
	}	
ul.s2_food_fresh_list li p{
	margin-top:10px;
	}		
	
/*=====section3=====*/
.section3{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 70px;
	}		
.s3_row_wrap{
	margin:50px auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
.s3_col_box{
	width:32%;
	position:relative;
	text-align:center;
	}
.s3_col_box:before{
    content: '';
    position: absolute;
    top: 23px;
    left: 50%;
    width: 390px;
    border-top: 2px dotted #4d271c;
	}
.s3_col_box:last-child:before{ display:none;}				
.s3_col_steps{
	margin:0 auto 0;
	display:block;
	width:50px;
	height:50px;
	background:#4d271c;
	border-radius:50%;
	font-size:27px;
	line-height:51px;
	color:#fff;
	font-weight:800;
	text-align:center;
	position:relative;
	z-index:1;
	}	
.s3_col_imgs{
	margin:22px auto 0;
	display:block;
	border-radius:8px;
	}	
.s3_col_content{
	float:left;
	width:100%;
	text-align:left;
	padding-top:20px;
	}
.s3_col_content h3{
	font-size:28px;
	line-height:32px;
	color:#000;
	font-weight:800;
	}
.s3_col_content p{
	font-weight:500;
	padding-right:20px;
    margin-top: 10px;
	}			
	
/*=====section4=====*/
.section4{
	float:left;
	width:100%;
	background:#f6f4e9;
	padding:60px 0 70px;
	}		
.reviewers_videos{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1100px;
	}
.reviewers_videos_row{
	width: 100%;
    margin: 30px auto 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 2%;
	}
.reviewers_videos_col{
    display: inline-block;
    vertical-align: top;
    width: 32%;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    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:64px;
    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;
	}	
	
/*=====section5=====*/
.section5{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 70px;
	}	
.s5_row_wrap{
	margin:37px auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap:40px;
	}	
.s5_col_box{
    width: 31.2%;
    background: #f6f4e9;
    border-radius: 10px;
    text-align: left;
    overflow: hidden;
    padding: 27px 25px 0;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
	}	
.s5_col_box_half{ width:48.4%;}	
.s5_col_top{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}	
.s5_col_heading{
	font-size:25px;
	line-height:27px;
	color:#4d271c;
	font-weight:bold;
	position:relative;
	padding-bottom:16px;
	}	
.s5_col_heading:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	background:#d4cbc0;
	height:3px;
	width:38px;
	border-radius:4px;
	}
.s5_col_txt{ margin-top:10px;}		
.s5_col_icns{
    position: absolute;
    top: 12px;
    right: 15px;
    width: 46px;
	}	
.s5_col_btm{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}		
.important_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#fff;
	border:1px dashed #000;
	border-radius:10px;
	text-align:left;
	position:relative;
	z-index:2;
	padding:12px;
	margin-top:14px;
	}	
.important_heading{
	font-size:16px;
	line-height:16px;
	color:#000;
	font-weight:bold;
	}
.important_heading img{
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    margin: -8px 5px 0 0;
	}		
.important_text{
	font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-top: 5px;
	}	
.s5_prod_imgs{
	margin:0 auto -10px;
	display:block;
	}	
.s5_prod_img1{ margin:5px auto 0;}	
.s5_prod_img2{
	width: calc(100% + 30px);
    max-width: none;
	}
.s5_prod_img4{
	margin:10px auto 0;
	}
.s5_prod_img5{
	margin:10px auto 0
	}		
	
/*=======SECTION6======*/
.section6{
    float: left;
    width: 100%;
	padding:60px 0 70px;
	background:#f6f4e9;
	}
.difference_box{
    width: 100%;
    margin:40px auto 0;
	
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
 }
.difference_col{
	padding: 0 40px;
	position:relative;
	border-left:2px solid #2fc220;
	
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	}
.difference_col p{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:600;
	padding: 0 20px;
	}
.difference_col img{
	display:inline-block;
	vertical-align:top; 
	}	
.difference_col:first-child p{ color:#7c7b75; padding-left:0;}
.difference_col:first-child{ padding-left:0; border-left:none;}
.difference_col:last-child{ padding-right:0;}
.difference_col:last-child p{ padding-right:0;}
	
.compare_box{
    width: 100%;
	max-width:660px;
	margin:50px auto 0;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	}
.compare_col1{ width:31%;}
.compare_col2{
	width:26%;
	border-radius:10px;
	background:#ffe2e2;
	border: 1px solid #b7b7b7;
	overflow: hidden;
	margin-top:-1px;
	}
.compare_buffer_col{ width:3%;}
.compare_col3{
	width:40%;
	border-radius:10px;
	background:#edffed;	
	border: 1px solid #b7b7b7;
	overflow: hidden;
	margin-top:-1px;
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
	box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
	}
.compare_top{
	width:100%;
	height:96px;
	padding: 20px 15px;
	
	display: flex;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	}
.compare_top h3{
	font-size:19px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	}
.compare_list{
	float:left;
	width:100%;
	}
.compare_list li{
	float:left;
	width:100%;
	height:90px;
	padding:15px;
	border-bottom:1px solid #eae8df;
	background:#f4f2e9;

    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	}
.compare_col1 .compare_list li{
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    border-left: 1px solid #eae8df;
	}
.compare_list li:first-child{ border-top: 1px solid #eae8df;}
.compare_col2 .compare_list li{ border-color:#f1d9d9; background:#ffe2e2;}
.compare_list li h3{
	width:calc(100% - 47px);
	padding-left:10px;
	text-align:left;
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:600;
	}
.compare-jar{ width:47px;}
.compare_list li p{
	font-size:17px;
	line-height:24px;
	color:#4d271c;
	}
.compare_list li p span{
	font-size:20px;
	font-weight:bold;
	}
.compare_col3 .compare_list li p{ font-weight:bold;}
.compare_col3 .compare_list li{ background: #edffed;}
	
/*=======SECTION7======*/
.section7{
    float: left;
    width: 100%;
	padding:60px 0 70px;
	background:#fff;
	}
.s7_block{
	width:100%;
	margin:0 auto 0;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	}
.s7_cont{
	float:left;
	width:40%;
	text-align:left;
	}
.s7_points{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:15px;
	}
.s7_points li{
	float:left;
	width:100%;
	font-size:20px;
	line-height: 28px;
	color:#000;
	font-weight:bold;
	margin-top: 13px;
	padding-left:35px;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/b67b5123-8f49-4765-aaa6-f97344c602ad/547b1318-5b53-4665-84a5-d9ce0309e3fb/green-tick.webp") no-repeat;
	background-position:top 3px left;
	background-size:20px;
	}
.s7_prod_box{
	float:right;
	width:55%;
	}
.s7-product{
    display: block;
    margin: -44px auto;
    width: 640px;
	}

/*=======SECTION8======*/
.section8{
    float: left;
    width: 100%;
	padding:60px 0 70px;
	background:#f6f4e9;
	}
.s8-product{
	display:block;
	margin:35px auto 0;
	width:1004px;
	}
.vacu_box{
    width: 100%;
	max-width:545px;
	margin:47px auto 0;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	}
.vacu_img_box{
	width:134px;
	height:134px;
	border:1px solid #d5d5d5;
	border-radius:8px;
	background:#fff;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	}
.vacu-product{
	display:block;
	margin:0 auto 0;
	width:133px;
	}
.vacu_box_cont{
	width:calc(100% - 134px);
	padding-left:20px;
	text-align:left;
	}
.vacu_box_cont h3{
	font-size:24px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	}	
.vacu_box_cont p{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:500;
	margin-top:10px;
	}
	
.plus{
	display:block;
	margin:25px auto 0;
	width:40px;
	}
	
.included_text{
	width:100%;
	max-width:600px;
    font-size: 24px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
	margin:25px auto 0;
    position: relative;
	
	display: flex;
    justify-content: center;
    align-items: center;
	}
.included_text span{ padding:0 5px;}
.included_text:before, .included_text:after{
	border-bottom:3px solid #989794;
	content:"";
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow:1;
	}
.included_text img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 10px 0;
	width:26px;
	}	

.s8_block{
    width: 100%;
    margin: 50px auto 0;
    row-gap: 70px;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	} 
.s8_box{
	width:31.33%;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	}
.s8_img_box{
	width:125px;
	height:125px;
	border:1px dashed #000;
	border-radius:9px;
	position:relative;
	background:#fff;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	}
.s8-box-img{
	display:block;
	margin:0 auto 0;
	width:104px;
	}
.s8_free_seal{
	position:absolute;
	top: -12px;
	left:50%;
	transform:translateX(-50%);
	font-size:16px;
	line-height:16px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding: 4px 10px 3px;
	border-radius:3px;
	background:#ff0000;
	}
.s8_box_cont{
	width:calc(100% - 125px);
	padding-left:15px;
	text-align:left;
	}
.s8_box_heading{
	font-size:24px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	}
.s8_box_text, .s8_box_text2{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:12px;
	}
.s8_box_text2{ margin-top:3px;}

.price_text{
	font-size:25px;
	line-height:32px;
	color:#000;
	font-weight:600;
	margin-top:50px;
	}
.org_price.cut_price{
	color:#000;
	font-weight:500;
	position:relative;
	}
.cut_price:before{
	content:'';
	position:absolute;
	top:45%;
	transform: rotate(-16deg);
	left: -12px;
	right: -13px;
	height:3px;
	background:#f60000;
	}
.org_price{
	color:#4d271c;
	font-size:35px;
	line-height:35px;
	font-weight:bold;
	margin:0 10px;
	}

.note_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:766px;
	background:#fffcb3;
	border:2px dashed #ff0000;
	border-radius:10px;
	text-align:left;
	padding:0 30px 30px;
	margin-top:10px;
	}				
.medium{ font-weight:500;}
.note_bx_strip{
    display: inline-block;
    vertical-align: top;
    background: #e15f25;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
    padding: 10px 14px 8px;
    border-radius: 8px;
    margin-top: -20px;
	}
	
.note_box.s8__note_box{
    max-width: 774px;
	margin-top:60px;
	}
.s8__note_box .note_bx_strip{ 
	font-size: 20px; 
	line-height: 20px;
	}
.s8__note_box .common_text{ 
	font-size: 20px; 
	line-height: 30px;     
	margin-top: 15px;
	}
.dollar{
	display:inline-block;
	vertical-align:middle;
	width:22px;
	margin:-3px 10px 0 0;
	}

/*=======SECTION9======*/
.section9{
    float: left;
    width: 100%;
	padding:60px 0 10px;
	background:#fff;
	}
	
.s9_box{
    width: 100%;
	margin:40px auto 0;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	}
.s9_col{
	width:23.5%;
	}
.s9_img_box{
	float:left;
	width:100%;
	text-align:left
	}
.s9_img_box img{
	display:inline-block;
	vertical-align:top;
	width:247px;
	border-radius:10px;
	}
.s9_col_cont{
	float:left;
	width:100%;
	text-align:left;
	margin-top:22px;
	}
.s9_col_cont h3{
	font-size:26px;
	line-height:32px;
	color:#000;
	font-weight:bold;
	}
.s9_col_cont p{
	margin-top:10px;
	}

/*=======SECTION10======*/
.section10{
    float: left;
    width: 100%;
	padding:60px 0 70px;
	background:#fff;
	}
.granty_box{
    width: 100%;
	margin:100px auto 0;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	}
.granty_col{
	width:31.33%;
	padding:0 25px 20px;
	border-radius:10px;
	background:#fff;
	-webkit-box-shadow:0 2px 12px 4px rgba(0,0,0,.1);
	box-shadow:0 2px 12px 4px rgba(0,0,0,.1);
	}
.granty_col img{
	display:block;
	margin:-54px auto 0;
	width:100px;
	}
.granty_col h3{
	font-size:25px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	letter-spacing:0.3px;
	margin-top:10px;
	}
.granty_col p{
	margin-top:10px;
	}

/*=======SECTION11======*/
.section11{
    float: left;
    width: 100%;
	padding:60px 0 70px;
	background:#f6f4e9;
	}
	
.review_box{
    width: 100%;
	margin:40px auto 0;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	}
.review_col{
	width:30.95%;
	text-align:left;
	
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	}
.review_col_inr{
	float:left;
	width:100%;
	}
.review-img{
	display:block;
	margin:0 auto 30px;
	width:100%;
	border-radius:10px;
	}
.review_heading{
	font-size: 22px;
    line-height: 30px;
	color:#4d271c;
	font-weight:bold;
	}
.review-star{
	display:block;
	margin-top:10px;
	width:104px;
	}
.reveiw_text{
	font-size: 18px;
    line-height: 26px;
	color:#3b332f;
	margin-top:15px;
	}
.vrfy_text{
	font-size: 18px;
    line-height: 26px;
	color:#000;
	font-weight:bold;
	margin-top:20px;
	}
.vrfy_text span{
	font-size:14px;
	line-height:14px;
	color:#30ae4b;
	font-weight:400;
	}
.vrfy_text img{
	display:inline-block !important;
	vertical-align:middle;
	width:15px;
	margin:-3px 5px 0 0;
	}
.vrfy_text small{ padding:0 5px; font-weight:400;}


.testimonial_box{
	width:100%;
	max-width:830px;
	margin:70px auto 0;
	
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	row-gap:25px;
	}
.testimonial_col{
	width: 100%;
    padding:25px 20px 30px 25px;
	border:1px solid #000;
	border-radius:10px;
    background: #fff;
	
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items:center;
	}
.testi-img{
	width:110px;
	border-radius:12px;
	}
.testimonial_col_inr{
	width:calc(100% - 110px);
	text-align:left;
	padding-right:15px;
	}	
.testimonial_col_hdng{
	font-size: 22px;
    line-height: 30px;
	color:#4d271c;
	font-weight:bold;
	}
.testi-col-star{
	display:block;
	width:100px;
	margin-top:10px;
	}
.testimonial_col_text{
    font-size: 18px;
    line-height: 26px;
    color: #3b332f;
    margin-top: 10px;
	}
.testi_verify_text{
	font-size:18px;
	line-height:20px;
	color:#000;
    font-weight: bold;
	margin-top:25px;
	}
.testi_verify_text img{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	margin:-3px 4px 0 0;
	}
.testi_verify_text span{
	font-size:16px;
	line-height:18px;
	color:#30ae4b;
	font-weight:400;
	}
.testi_verify_text small{ font-weight:400; padding:0 7px;}
		
		
/*=====section12=====*/
.section12{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 45px;
	}	
.faq-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	margin-top:20px;
	}
.faq-row{
	float:left;
	width:100%;
	border-bottom:1px solid #ceccce;
	}
.faq-row:last-child{ border:none;}	
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/b67b5123-8f49-4765-aaa6-f97344c602ad/547b1318-5b53-4665-84a5-d9ce0309e3fb/close.webp") no-repeat;
	background-position: 99.5% center !important;
	padding:25px 35px 25px 0;
	font-size: 22px;
    line-height: 28px;
	color:#000000;
	font-weight:bold;
	position:relative;
	cursor:pointer;
	}
.acdn-heading.accordion-open{
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/b67b5123-8f49-4765-aaa6-f97344c602ad/547b1318-5b53-4665-84a5-d9ce0309e3fb/open.webp") no-repeat;
	}
.acdn-content{
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 40px 10px 0;
    margin-top: -10px;
	}
.acdn-para{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-bottom:15px;
	}
ul.acdn_list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin:0 0 20px;
	padding-left:30px;
	}
ul.acdn_list li{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:10px;
	font-size:15px;
	line-height:20px;
	color:#000;
	padding-left:15px;
	text-align:left;
	position:relative;
	}
ul.acdn_list li:before{
	position:absolute;
	content:"";
	left:0;
	top:6px;
	height:6px;
	width:6px;
	border-radius:50%;
	background:#000;
	}
	
	

/*====Footer====*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	padding:35px 0;
	border-top:1px solid #d2d2d2;
	}
.ftr-logo{
	display:block;
	margin:0 auto 20px;
	width:132px;
	}
.footer-txt1{
	font-size:17px;
	line-height:22px;
	color:#000;
	letter-spacing:0.5px;
	margin-top:7px;
	}
.footer-txt1 a{ padding:0 5px;}

/*=======Media Query========*/
.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	

@media only screen and (max-width:1200px){
.scraped-container{width:1004px;}

.banner_heading{ font-size: 46px; line-height: 50px;}

.s3_col_box:before{ width:355px;}
.reviewers_videos_col{ width: 270px !important; height: 422px !important;}
.important_text{ font-size: 15px; line-height: 21px;}
	
.s7_cont{ width: 44%;}
.s7_prod_box{ width:51%;}
}


@media only screen and (max-width:1021px){
.scraped-container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.header_sub_strip p{ font-size:18px; line-height:20px;}
.banner_text1{ font-size: 16px; line-height: 18px;}
.banner_text1 img{ width: 80px; margin: -7px 6px 0 0;}
.banner_heading{ font-size: 35px; line-height: 37px;}
ul.banner_point{ margin-top:8px;}
ul.banner_point li{ font-size: 18px; line-height: 22px; padding-left: 25px; margin-top: 8px;}
.gift_box-heading{ font-size:16px; line-height:18px;}
.bnr_slide_seal{ top: 15px; right: 10px; width: 90px;}

.common_button{ height: 70px; font-size: 24px; line-height: 70px;}
.btn-list li{ padding: 0 5px;}

.brand_section{ padding:30px 0 25px;}
.brand_heading{ font-size: 26px; line-height: 30px;}

.section1{ padding:50px 0 60px;}
.common_tag_txt{ font-size:16px; line-height:18px;}
.common_heading{ font-size: 32px; line-height: 38px;}
.common_text{ font-size: 17px; line-height: 25px; margin-top: 15px;}
ul.s1_food_list li{ padding: 0 0 15px 72px; margin-top: 15px;}
ul.s1_food_list li img{ width:60px;}
ul.s1_food_list li h3{ font-size: 24px; line-height: 28px;}
.s1_food_imgbx{ margin-top:40px;}
.note_bx_strip{ font-size:20px; line-height:20px;}
.s1_storage_head{ font-size: 28px; line-height: 32px;}
.s1_storage_head:before{ top:17px;}
.s1_storage_box_content h3{ font-size: 22px; line-height: 26px;}
ul.s1_storage_list li{ font-size:17px; line-height:23px;}
.s1_jar_heading{ font-size: 28px; line-height: 32px;}
.s1_jar_text{ font-size: 17px; line-height: 25px;}

.section2{ padding:50px 0 60px;}
.s2_food_fresh_vdobx{ width: 44%;}
.s2_food_fresh_contbx{ width: 53%;}
ul.s2_food_fresh_list li h3{ font-size: 22px; line-height: 26px;}

.section3{ padding:50px 0 60px;}
.s3_col_content h3{ font-size: 26px; line-height: 28px;}
.s3_col_box:before{ width: 265px;}

.section4{ padding:50px 0 60px;}
.reviewers_videos_col{ width: 235px !important; height: 418px !important;}

.section5{ padding:50px 0 60px;}
.s5_row_wrap{ margin: 35px auto 0; row-gap: 30px;}
.s5_col_box{ width: 48%; padding:25px 15px 0;}
.s5_col_heading{ font-size: 22px; line-height: 26px; padding-bottom: 15px;}

.section6{ padding:50px 0 60px;}
.difference_col{ padding: 0 30px;}
.difference_col img{ width: 110px;}
.difference_col p{ font-size: 18px; line-height: 24px;}
.compare_top h3{font-size: 18px; line-height: 24px;}

.section7{ padding:50px 0 60px;}
.s7_block{ align-items: flex-start;}
.s7_cont{ width: 54%; }
.s7_points li{ font-size: 18px;line-height: 26px; margin-top: 12px; background-position: top 4px left;
background-size: 18px; padding-left:30px;}
.s7_prod_box{ width: 46%;}
	
.section8{ padding:50px 0 60px;}
.vacu_img_box{ width: 125px; height: 125px;}
.vacu-product{ width: 115px;}
.vacu_box_cont{ width: calc(100% - 125px); padding-left: 22px;}
.vacu_box_cont h3{ font-size: 22px; line-height: 24px;}
.plus{ margin: 20px auto 0; width: 35px;}
.included_text{ font-size: 22px; line-height: 24px; margin: 22px auto 0;}
.included_text img{  margin: -5px 10px 0; width: 20px;}
.s8_block{ margin: 40px auto 0; row-gap: 60px;}
.s8_img_box{ width: 100px; height: 100px;}
.s8-box-img{ width: 75px;}
.s8_free_seal{ font-size: 14px; line-height: 14px; padding: 3px 8px 3px;}
.s8_box_cont{ width: calc(100% - 100px); padding-left: 12px}
.s8_box_heading{ font-size: 19px; line-height: 21px;}
.s8_box_text, .s8_box_text2{ font-size: 15px; line-height: 20px; margin-top: 8px;}
.org_price{ font-size: 30px; line-height: 30px;}
.s8__note_box .note_bx_strip{ font-size: 18px; line-height: 18px;}
.note_box{ padding: 0 25px 20px;}
.s8__note_box .common_text{ font-size: 18px; line-height: 28px;}

.section9{ padding:50px 0 10px;}
.s9_col_cont h3{ font-size: 22px; line-height: 28px;}

.section10{ padding:50px 0 60px;}
.granty_box{ margin: 80px auto 0;}
.granty_col{ padding: 0 15px 20px;}
.granty_col img{ margin: -45px auto 0; width: 100px;}
.granty_col h3{ font-size: 22px; line-height: 30px; letter-spacing: normal;}

.section11{ padding:50px 0 60px;}
.review_box{ margin: 30px auto 0;}
.review-img{ margin: 0 auto 25px;}
.review_heading{ font-size: 20px; line-height: 28px;}
.reveiw_text{ margin-top: 10px;}
.vrfy_text{ font-size: 17px; line-height: 24px; margin-top: 18px;}
.testimonial_col{ padding: 20px 18px 25px 20px;}
.testimonial_col_hdng{ font-size: 20px; line-height: 28px;}
.testimonial_col_text{ font-size: 17px; line-height: 25px;}
	
.section12{ padding:50px 0 45px;}
.accordion{ padding: 22px 35px 22px 0; font-size: 20px; line-height: 26px;}
.acdn-para{ font-size: 17px; line-height: 25px;}
}

@media only screen and (max-width:767px){
.scraped-container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.top_strip{ height: 47px; padding: 4px 0;}
.strip_text{ font-size: 15px; line-height: 15px;}
.strip_text span{ font-size:12px; line-height:12px; font-weight:normal; margin-top:2px;}
.discount_img{ width: 14px; margin: -3px 5px 0 0;}
.giftbx{ width: 12px; margin: -4px 0 0 3px;}
.timer-container .time-box{ width: 28px; height: 24px; margin-top:1px;}

.header{ height:47px;}
.logo{ float:none; display:inline-block; vertical-align:top; width: 100px; margin-top: 9px;}

.header_sub_strip{ padding: 6px 0 5px;}
.header_sub_strip p{ font-size: 14px; line-height: 16px;}

.banner_section{ padding: 15px 0 30px;}
.banner-row{ display:inline-block; vertical-align:top; text-align:center;}
.banner_text1{ font-size: 14px; line-height: 16px;}	
.banner_text1 img{ width:70px;}
.banner_heading{ font-size: 27px; line-height: 31px;}
.banner_left{ float:left; width:100%;}
.banner_right{ float:left; width:100%;}
.bnr_slide_seal{ top: 30px; right: 10px; width: 80px;}
ul.banner_point{ margin-top: 5px;}
ul.banner_point li{ font-size: 15px; line-height: 19px; padding: 0 0 6px 18px; margin-top: 6px; border-bottom: 1px solid #e1e1e1; background-size: 11px;}
ul.banner_point li:last-child{ border:none;}
.gift_box{ margin-top:20px;}	
.gift_box-heading{ font-size: 14px; line-height: 16px; letter-spacing: normal;}
.gift_box-heading p img{ margin: -5px 6px 0; width: 13px;}	
.gift_box-row{ margin-top: 22px;}
.gift_box-col-save{ font-size: 11px; line-height: 12px;}	
.gift_box-col-border{ background:#fff; padding:18px 7px 8px;}	
.gift_box-col{ width: 23.5%;}	
.gift_box-col-bordertop{ padding:0;}	
.gift_box-col-text1{ font-size:12px; line-height:14px;}
.banner-price-row{ margin-top:25px;}
.start-prc{ font-size: 20px; line-height: 20px;}
.banner-regular-price{ font-size: 22px; line-height: 22px;}	
.banner-offer-price{ font-size: 22px; line-height: 22px;}
.bnr_review_img{ margin:27px auto 0;}	

.button_box{ margin-top:25px;}
.common_button{ height: 60px; font-size: 20px; line-height: 60px; border-radius: 10px; letter-spacing: 0.2px;}	
.common_button img{ width: 20px; margin: -2px 0 0 12px;}
.button_shipp li{ font-size:14px; line-height:14px;}	
.btn-list li{ font-size:13px; line-height:13px;}	
.btn-list li img{ width:13px;}
.green_dot:after{ left: 10px; width: 8px; height: 8px;}

.brand_section{ padding: 20px 0; border-bottom: 1px solid #cccccc;}
.brand_heading{ font-size:18px; line-height:20px;}
ul.brand_list{max-width: 325px;}
ul.brand_list li img{ height:80px;}	
	
.section1{ padding:25px 0 35px;}
.warning_icon{ width:40px;}	
.common_tag_txt{ font-size: 14px; line-height: 14px; margin: 20px 0 15px; border-radius: 5px;}
.common_heading{ font-size: 28px; line-height: 32px;}
.common_text{ font-size: 16px; line-height: 24px; margin-top: 15px;}
.s1_food_img{ width: calc(100% + 30px); max-width: none; margin: 20px auto -12px; margin-left: -15px;}
.s1_food_contbx{ width:100%; padding:0 10px;}
.s1_food_wrap{ margin-top: 5px;}
ul.s1_food_list li{ padding: 12px 15px; margin-top: 0; text-align: center;}
ul.s1_food_list li img{ width: 65px; position: static; margin: 0 auto 8px; display: block;}
.note_box{ padding: 0 20px 18px 15px; margin-top:35px;}
.note_bx_strip{ font-size: 18px; line-height: 18px; padding: 9px 15px 7px; border-radius: 6px;}
.cmn_txt_m{ margin-top:10px;}
.s1_storage_head{ font-size: 24px; line-height: 28px; margin-top:40px;}
.s1_storage_head:before{ display:none;}
.s1_storage_wrap{ margin: 25px auto 0; justify-content: center;}
.s1_storage_box{ width:100%;}
.s1_storage_wrap{ margin: 25px auto 0; max-width: 360px; justify-content: center; row-gap: 25px;}
.s1_storage_box{ width: 100%; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: space-between;}
.s1_storage_imgs{ width: 140px; object-fit: cover;}
.s1_storage_box_content{ width: calc(100% - 140px); text-align: left; padding: 0 0 0 12px;}
.s1_storage_box_content h3{ font-size: 20px; line-height: 24px;}
ul.s1_storage_list li{ font-size: 15px; line-height: 19px; background-size: 10px; padding-left: 15px; margin-top: 4px; background-position-y: 4px;}
.s1_jar_wrap{ margin: 35px 0 7px; padding:15px;}
.s1_jar_content{ width:100%;}
.s1_jar_content .s1_jar_heading{ text-align:center;}
.s1_jar_heading{ font-size:24px; line-height:28px;}
.s1_jar_text{ font-size: 16px; line-height: 24px; margin-top: 10px;}
.prod_bx_mob{ margin:10px auto 0; width:100%;   display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: space-between;
align-items: center;}
ul.s1_jar_list{ margin:0; width:63%;}
ul.s1_jar_list li{ background-size: 10px; font-size: 16px; line-height:20px; padding-left: 20px; margin-top:13px;}
.s1_jar_imgbx{ width:22%;}

.section2{ padding:30px 0 35px;}
.s2_food_fresh_wrap{ margin:25px auto 0; max-width: 380px; justify-content: center;}
.s2_food_fresh_vdobx{ width:100%;}
.s2_video_box video{ height:250px;}
.s2_food_fresh_contbx{ width:100%; margin-top:27px;}
ul.s2_food_fresh_list li{ padding: 0 0 15px 58px; margin-bottom: 15px;}
ul.s2_food_fresh_list li img{ width:45px;}
ul.s2_food_fresh_list li h3{ font-size: 20px; line-height: 24px;}
ul.s2_food_fresh_list li p{ margin-top: 5px;}

.section3{ padding:30px 0 35px;}
.section3 .common_text{ padding:0 10px;}
.s3_row_wrap{ margin: 30px auto 0; max-width: 380px; justify-content: center; row-gap: 35px;}
.s3_col_box{ width:100%;}
.s3_col_box:before{ display:none;}
.s3_col_content{ padding: 0 0 0 55px; position: relative;}
.s3_col_steps{ position: absolute; top: 0; left: 0; width: 40px; height: 40px; font-size: 20px; line-height: 42px;}
.s3_col_content h3{ font-size:24px; line-height:26px;}
.s3_col_content p{ padding:0 !important; margin-top:6px;}
.s3_col_imgs{ margin: 15px auto 0;}

.section4{ padding:30px 0 35px;}
.tag_star{ width: 54px; margin: -5px 4px 0 0;}
.reviewers_videos_row{ margin-top:15px;}
.reviewers_videos{ width: calc(100% + 30px); margin-left: -15px;}
.play-btn{ width:50px;}
.reviewers_videos_col{ width: 255px !important; height: 398px !important;}

.section5{ padding:30px 0 35px;}
.s5_row_wrap{ margin: 25px auto 0; max-width: 380px; row-gap: 25px;  justify-content: center;}
.s5_col_box{ width:100%; padding:20px 15px 0;}
.s5_col_heading{ font-size: 22px; line-height: 26px; padding-bottom: 12px;}
.s5_col_txt{ margin-top:8px;}
.s5_col_icns{ top: 20px; right: 12px; width: 40px;}

.section6{ padding: 35px 0 45px;}
.common_strip{ margin-bottom: 13px; padding: 6px 12px 5px;}
.common_strip p{ font-size: 14px; line-height: 19px;}
.difference_box{ margin:20px auto 0;}
.difference_col{ flex-direction: column; padding-right:0;}
.difference_col.differ_col2{ flex-direction: column; padding-left:10px;}
.difference_col p{ font-size: 15px; line-height: 20px; margin-bottom: 10px;}
.difference_col img{ width: 90px;}

.compare_box{ margin: 30px auto 0;}
.compare_col1{ width: 39%;}
.compare_top{ height:65px; padding: 13px 10px;}
.compare_list li{ height:60px; padding: 5px;}
.compare-jar{ width: 35px;}
.compare_list li h3{ width: calc(100% - 35px); padding-left: 4px; text-align: left; font-size: 15px; line-height: 20px;}
.compare_top h3{ font-size: 13px; line-height: 18px;}
.compare_list li p{ font-size: 12px; line-height:18px;}
.compare_list li p span{ font-size: 14px; font-weight: bold;}
.compare_col2{ width: 24%; border-radius: 5px;}
.compare_buffer_col{ width: 1%;}
.compare_col3{ width: 35%; border-radius: 5px;}
		
.section7{ padding:30px 0 35px;}
.s7-product{ margin: -32px auto -5px; width: 640px;}
.s7_cont{ width: 100%; text-align: center;}
.s7_block .common_strip{ margin-bottom: 15px;}
.s7_prod_box{ width: calc(100% + 30px); margin: 0 -15px;}	
.s7_points{ width: 350px; margin-top: 8px; text-align: left; padding: 0 10px;}
.s7_points li{ font-size: 16px; line-height: 22px; margin-top: 8px; background-size: 16px; padding-left: 22px;}

.section8{ padding:30px 0 35px;}
.s8_prod_imgbx{ width:calc(100% + 30px); margin:0 -15px;}
.s8-product{ width: 355px; margin: 20px auto 0;}	
.vacu_box{ max-width: 303px; margin: 25px auto 0;}
.vacu_img_box{ width:105px; height:105px;}
.vacu-product{ width:105px;}
.vacu_box_cont h3{ font-size: 20px; line-height: 22px;}
.vacu_box_cont{ width: calc(100% - 105px); padding-left:20px}
.vacu_box_cont p{ font-size: 16px; line-height: 22px; margin-top: 8px;}
.plus{ margin: 15px auto 0; width: 30px;}
.included_text{ font-size: 20px; line-height: 22px; margin: 18px auto 0;}
.included_text img{ margin: -5px 4px 0; width: 15px;}
.included_text span{ padding: 0 2px;}
.included_text:before, .included_text:after{ border-bottom: 2px solid #989794; display:none;}
.s8_block{ margin: 30px auto 0; row-gap: 30px;}
.s8_box{ width:100%; max-width:315px; margin: 0 auto 0;}
.s8_img_box{ width: 110px; height: 110px;}    
.s8-box-img{ width: 85px;}
.s8_free_seal{ font-size: 13px; line-height: 13px; padding: 5px 15px 3px;}
.s8_box_cont{ width: calc(100% - 110px); padding-left: 18px;}
.s8_box_text, .s8_box_text2{ font-size: 16px; line-height: 22px; margin-top: 6px;font-weight: 500;}
.price_text{ font-size: 20px; line-height: 30px; margin-top: 35px;}
.cut_price:before{ left: -2px; right: -3px; height: 2px;}
.org_price{ font-size: 28px; line-height: 28px; margin: 0 6px;}
.note_box.s8__note_box{ max-width:400px; margin-top: 50px;}
.dollar{ width: 19px; margin: -3px 8px 0 0;}
.s8__note_box .note_bx_strip{ font-size: 16px; line-height: 16px; padding: 11px 12px 9px;}
.s8__note_box .common_text{ font-size: 16px; line-height: 22px; margin-top: 12px;}
	
.section9{ padding:30px 0 20px;}
.s9_box{ margin: 25px auto 0; max-width:380px; row-gap: 20px; justify-content: center;}
.s9_col{ width: 100%; display: -webkit-flex; display: flex; flex-wrap: wrap; align-items: center; margin: 0 auto;}
.s9_img_box{ width: 155px;}	
.s9_img_box img {height: 140px; object-fit: cover; border-radius: 10px;}
.s9_col_cont{ width: calc(100% - 155px); margin-top: 0; padding-left:17px;}
.s9_col_cont h3{ font-size: 22px; line-height: 28px;}
.s9_col_cont p{ line-height: 22px; margin-top: 6px;}
	
.section10{ padding:30px 0 35px;}
.granty_box{ margin:55px auto 0; max-width:380px; row-gap:45px;}
.granty_col{ width:100%; padding: 0 15px 25px;}
.granty_col img{ margin: -35px auto 0; width: 75px;}
.granty_col p{ margin-top:8px;}
	
.section11{ padding:30px 0 35px;}
.review_box{ width:calc(100% + 30px); margin: 25px auto 0; row-gap: 22px; margin-left:-15px;}
.review_col{ width: 300px !important; display: flex !important;}
.review-img{ margin: 0px auto 15px;}
.review_heading{ font-size: 18px; line-height: 26px;}
.reveiw_text{ font-size: 16px; line-height: 24px; margin-top: 10px;}
.review-star{ margin-top: 6px; width: 80px;}
.vrfy_text{ font-size: 16px; line-height: 22px; margin-top: 15px;}
.vrfy_text span{ font-size: 13px; line-height: 13px;}
.vrfy_text img{ width: 12px; margin: -2px 4px 0 0;}

.testimonial_box { max-width: 350px; margin: 30px auto 0; row-gap: 20px;}
.testimonial_col_inr{ width: 100%; padding-right: 0;}
.testimonial_col_hdng{ font-size: 18px; line-height: 26px;}
.testi-col-star{ width: 85px; margin-top: 5px;}
.testimonial_col_text{ font-size: 16px; line-height: 24px;}
.testi_verify_text{ font-size: 16px; line-height: 18px; margin-top: 20px;}
.testi_verify_text span{ font-size: 13px; line-height: 16px;}
.testi_verify_text img{ width: 13px;}
.testi-img{ width: 110px; border-radius: 12px; margin-top: 15px;}

.section12{ padding:30px 0 20px;}
.faq-box{ margin-top:10px;}
.accordion{ padding: 14px 25px 14px 0; font-size: 18px; line-height: 24px; background-size: 13px;}
.acdn-heading.accordion-open{ background-size: 13px;}
.acdn-content{ padding: 0 10px 10px 0;}
.acdn-para{ font-size: 16px;line-height: 24px; margin-bottom: 15px;}
ul.acdn_list li{ margin-top:6px;}

.footer{ padding:0 0 20px;}
.ftr-logo{ margin:20px auto 18px; width:100px;}
.footer-txt1{ font-size: 15px; line-height: 21px; margin-top:7px;}
.footer-txt1 a{ padding: 0 3px;}
	
	
#call-btn{
	background:#000;
	padding:10px 10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
#call-btn .common_button{ margin:0;}	
#call-btn .button_shipp{ margin-bottom:6px;}
#call-btn .button_shipp li{ color:#fff;}

}

/*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;}

}
