@charset "utf-8";
/* CSS Document */
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #000000;
	text-align: center;
	font-family: 'SF UI Display';
	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;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
@font-face {
	font-family: 'SF UI Display';
	src: local('SF UI Display Medium'), local('SFUIDisplay-Medium'),
		url('https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/css/SFUIDisplay-Medium.woff2') format('woff2'),
		url('https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/css/SFUIDisplay-Medium.woff') format('woff'),
		url('https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/css/SFUIDisplay-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'SF UI Display';
	src: local('SF UI Display Light'), local('SFUIDisplay-Light'),
		url('https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/css/SFUIDisplay-Light.woff2') format('woff2'),
		url('https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/css/SFUIDisplay-Light.woff') format('woff'),
		url('https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/css/SFUIDisplay-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'SF UI Display';
	src: local('SF UI Display Heavy'), local('SFUIDisplay-Heavy'),
		url('https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/css/SFUIDisplay-Heavy.woff2') format('woff2'),
		url('https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/css/SFUIDisplay-Heavy.woff') format('woff'),
		url('https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/css/SFUIDisplay-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'SF UI Display';
	src: local('SF UI Display Bold'), local('SFUIDisplay-Bold'),
		url('https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/css/SFUIDisplay-Bold.woff2') format('woff2'),
		url('https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/css/SFUIDisplay-Bold.woff') format('woff'),
		url('https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/css/SFUIDisplay-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'SF UI Display';
	src: local('SF UI Display Semibold'), local('SFUIDisplay-Semibold'),
		url('https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/css/SFUIDisplay-Semibold.woff2') format('woff2'),
		url('https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/css/SFUIDisplay-Semibold.woff') format('woff'),
		url('https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/css/SFUIDisplay-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'Caveat Brush';
	src: local('Caveat Brush'), local('CaveatBrush-Regular'),
		url('https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/css/CaveatBrush-Regular.woff2') format('woff2'),
		url('https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/css/CaveatBrush-Regular.woff') format('woff'),
		url('https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/css/CaveatBrush-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}

/*========Top-strip========*/	
.top-strip{
	float:left;
	width:100%;
	background:#f7ba17;
	padding:5px 0;
	text-align:center;
	}
.top-strip p{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    color: #ffffff;
	font-weight: 500;
	letter-spacing:1px;
	}	
	
/*========Top-header========*/		
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:80px;
	}
.top-header{
	float:left;
	width:100%;
	background:#ffffff;
	height:80px;
	margin-top: -80px;
    position: relative;
    top:80px;
	}
.fixed-nav .top-header{
	position: fixed;
	z-index: 11;
	top: 0;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
.logo{
	float:left;
	margin-top:18px;
	}	
ul.hdr-menu{
	display: inline-block;
    vertical-align: middle;
    margin-top: 32px;
	}
ul.hdr-menu li{
	float:left;
	}
ul.hdr-menu li a{
	float:left;
	font-size:17px;
	line-height:20px;
	color:#000000;
	font-weight:500;
	padding:0 16px;
	border-right:1px solid #d7d7d7;
	letter-spacing:1px;
	}
ul.hdr-menu li:last-child a{
	border:none;
	}		
a.header-btn{
	float:right;	
	width: 215px;
    height: 54px;
	margin-top:12px;
	background:#f7ba17;
    border-radius: 50px;
	border:1px solid #c69512;
    font-size: 25px;
    line-height: 54px;
    color: #201f1f;
	font-weight:bold;
	text-shadow: 0px 1px #fff;
	box-shadow: 0px 5px #e5e5e5;
	text-transform:uppercase;
    text-align: center;
    }
.hdr-btn-arw{
	display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 10px;
	}	
/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:165px;
    top:25px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background-color: #333;
	transition: 0.4s;
	}
.bar2{margin: 5px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#333;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#333;
	}

.mobilemenu{
	left:0;
	position:fixed;
	top:137px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:80px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}	
	
/*========Banner========*/
.banner{
	float:left;
	width:100%;
	height:647px;
	background:url(https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/images/bnr-bg.jpg) no-repeat center top;
	text-align:center;
	position:relative;
	padding:45px 0 0;
	}
.wave-arw1{
	position: absolute;
    right: 26%;
    top: -10px;
	}			
.bnr-txt1{
	float:left;
	width:100%;
	font-size:42px;
	line-height:52px;
	color:#151515;
	font-weight: 900;
	letter-spacing: 0.5px;
	}
	
.bnr-txt2{
	display: inline-block;
    vertical-align: middle;
    width: 45.15%;
    background: #ffffff;
    padding: 5px 20px 5px;
    text-align: center;
    font-size: 32px;
    line-height: 38px;
    color: #151515;
    font-weight: bold;
    margin-top: 25px;
    position: relative;
	}
.bnr-txt2:before {
    position: absolute;
    left: -15px;
    content: "";
    border-bottom: 24px solid #ffffff;
    border-top: 24px solid #ffffff;
    border-left: 15px solid transparent;
    top: 0;
    }
.bnr-txt2:after {
    position: absolute;
    right: -15px;
    content: "";
    border-bottom: 24px solid #ffffff;
    border-top: 24px solid #ffffff;
    border-right: 15px solid transparent;
    top: 0;
}
.bnr-lft-arw{
	display: inline-block;
    vertical-align: middle;
	margin:0 15px 0 0px;
	}	
.bnr-rgt-arw{
	display: inline-block;
    vertical-align: middle;
	margin:0 0px 0 15px;
	}
ul.bnr-list1{
	position: absolute;
    top: 220px;
    left: 49%;
    width: 29%;
	}
ul.bnr-list1 li{	
	float: left;
    padding: 0 10px;
    position: relative;
    font-size: 13px;
    line-height: 20px;
    color: #151515;
	font-family: 'Caveat Brush';
	}
ul.bnr-list1 li img{
	display:block;
	margin:0 auto 2px;
	}
.btn-box{
	display:inline-block;
	vertical-align:middle;
	width:460px;
	max-width:100%;
	margin:40px 0 0 0;
	}
a.s1-btn{
    font-size: 36px;
    line-height: 75px;
    color: #000000;
	width:100%;
	height:80px;
    text-align: center;
	display:inline-block;
    vertical-align: top;
	font-weight:bold;
	background: #f7ba17;
    border-radius: 50px;
    border: 3px solid #c69512;
	box-shadow: 0px 5px #e5e5e5;
	}
.s1btn-arw {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 15px;
    }	
.btn-box-txt{
	float:left;
	width:100%;
	font-size: 26px;
    line-height: 30px;
    color: #5e5e5e;
	margin:8px 0 0 0;
	text-align:center;
	font-weight:600;
	position:relative;
	}
.btn-box-txt:after, .btn-box-txt:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 12px;
    width: 25px;
    height: 1px;
    background: #a9a9a9;
    }
.btn-box-txt:before {
    left: 0;
    right: auto;
   }
.btn-box-s2{ width:440px;}   	
/*========Section 1========*/
.s1-strip{
	float:left;
	width:100%;
	text-align:center;
	border-bottom:1px solid #ebebeb;
	}
.s1-strp-list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background:#fff;
	margin-top: -25px;
	}
.s1-stp-lstTxt{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	color:#000000;
	font-weight:bold;
	}
.s1-strp-list ul{
	float:left;
	width:100%;
	margin:0px 0 0 0;
	}		
.s1-strp-list ul li{
	display:inline-block;
	vertical-align:middle;
    padding: 0 35px;
	}
.s1-strp-list ul li img{
	display:block;
	margin:0 auto 0px;
	max-width:100%;
	}
																												
/*========Section 1========*/
.section1{
	float:left;
	width:100%;
	padding:60px 0 90px;
	text-align:center;
	}
.s1-txt1{
	float:left;
	width:100%;
	font-size:26px;
	line-height:32px;
	color:#000000;
	font-weight:900;
	}	
.comn-hdg{
	float:left;
	width:100%;
	font-size:45px;
	line-height:53px;
	color:#000000;
	font-weight:900;
	}
.s1-cooki-img{
	display:inline-block;
	vertical-align:middle;
	margin:22px 0 0 0;
	max-width: 100%;
	}	
.donated-txt{
	float:left;
	width:100%;
	font-size:27px;
	line-height:30px;
	color:#191919;
	margin-top:35px;
	letter-spacing:1px;
	word-spacing:1px;
	font-family: 'Caveat Brush';
	}
.comn-txt1{
	float:left;
	width:100%;
	font-size:24px;
	line-height:26px;
	color:#191919;
	margin-top:5px;
	}

ul.s1-list{
	float:left;
	width: 100%;
	margin-top:75px;
	padding:0 100px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
ul.s1-list li{
	float:left;
	width:30%;
	margin:0 0 0px 0;	
	position:relative;
	}
ul.s1-list li p{
	float: left;
    width: 100%;
    font-size: 19px;
    line-height: 27px;
    color: #000000;
    letter-spacing: 0.7px;
    font-weight: 300;
	}
ul.s1-list li img{
	display:block;
	margin:0 auto 8px;
  max-width:100%;
	}
/*========Section 2========*/
.section2{
	float:left;
	width:100%;
	padding:70px 0 60px;
	text-align:center;
	position:relative;
	background:url(https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/images/s2-bg.jpg) #fff no-repeat center top;
   }
.dwn-arw{ margin-top:-93px;}   
.s2-txt1{
	float:left;
	width:100%;
	font-size:19px;
	line-height:28px;
	color:#000000;
	font-weight:500;
	margin-top:5px;
	letter-spacing:0.5px;
	} 
ul.s2-list{
	float:left;
	width: 100%;
	margin-top:10px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
ul.s2-list li{
	float:left;
	width: 31.62%;
	background:#fff;
	border:1px solid #b6e7ff;
	border-radius:20px;
	margin-top:26px;
	padding:22px 25px 25px;
	}
ul.s2-list li span{
	float:left;
	width:100%;
	font-size:23px;
	line-height:30px;
	color:#151515;
	font-weight:600;
	letter-spacing:0.5px;
	}
ul.s2-list li p{
	float:left;
	width:100%;
	font-size:19px;
	line-height:27px;
	color:#000000;
	letter-spacing:0.7px;
	font-weight:300;
	margin-top:12px;
	}		  
ul.s2-list li img{
	display:block;
	margin:0 auto 15px;
  max-width: 100%;
	}
ul.s2-list li:nth-child(2){border:1px solid #d7b2ff;}
ul.s2-list li:nth-child(3), ul.s2-list li:nth-child(4){border:1px solid #ffb1b4;}	
ul.s2-list li:nth-child(5){border:1px solid #eeef81;}			  
/*========Section 3========*/
.section3{
	float:left;
	width:100%;
	padding:70px 0 60px;
	text-align:center;
	position:relative;
	background:#fff;
	}
.s3-Box{
	float:left;
	width: 100%;
	margin-top:5px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s3-Box-col1{
	float:left;
	width: 48%;
	margin-top:45px;
	text-align:left;
	}	
.s3-topBx{
	float:left;
	width: 100%;
	border:1px solid #d7d8f3;
	padding:7px;
	}
.s3-topBx-inr{
	float:left;
	width: 100%;
	background: url(https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/images/s3-bg1.jpg) no-repeat center top;
	position:relative;
	text-align:left;
	padding:48px 0 0px 25px;
	min-height:169px;
	}
.s3bg2{background: url(https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/images/s3-bg2.jpg) no-repeat center top;}	
.s3bg3{background: url(https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/images/s3-bg3.jpg) no-repeat center top;}
.s3bg4{background: url(https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/images/s3-bg4.jpg) no-repeat center top;}
.s3bg5{background: url(https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/images/s3-bg5.jpg) no-repeat center top;}
.s3bg6{background: url(https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/images/s3-bg6.jpg) no-repeat center top;}
.s3-topBx-inr img{
	position:absolute;
	right: 20px;
    top: 55px;
	}
.s3-bx-txt1{
	float:left;
	width: 100%;
	font-size:16px;
	line-height:28px;
	color:#ffffff;
	font-weight:300;
	margin-top:0px;
	}
.s3-bx-txt2{
	float:left;
	width: 100%;
	font-size:32px;
	line-height:32px;
	color:#ffffff;
	font-weight:bold;
	margin-top:6px;
	}
.s3-bx-txt2 span{
	font-size:22px;
	line-height:28px;
	}	
.s3-bx-txt3{
	float:left;
	width: 100%;
	font-size:19px;
	line-height:27px;
	color:#000000;
	letter-spacing: 0.7px;
	font-weight:300;
	margin-top:30px;
	}
.s3-line-txt{
	float: left;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    font-weight: bold;
    margin-top: 50px;
    position: relative;
	}	
.s3-line-txt:after, .s3-line-txt:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 16px;
    width: 420px;
    height: 1px;
    background: #dddddd;
    }
.s3-line-txt:before {
    left: 0;
    right: auto;
    }		
ul.s3-list{
	float:left;
	width:100%;
	margin:25px 0 15px 0;
	}
ul.s3-list li{
	display: inline-block;
    vertical-align: middle;
    padding: 0px 45px;
    font-size: 15px;
    line-height: 24px;
    color: #151515;
	text-align:center;
	letter-spacing:0.5px;
	font-family: 'Caveat Brush';
	}
ul.s3-list li img{
	display:block;
	margin:0 auto 10px;
	}	
												
/*========Section 4========*/
.section4{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fffcf8;
	}
.section4 .comn-hdg {font-size: 43px;}	
.s4-Box{
	float:left;
	width:100%;
	}
.s4-bx-lft{
	float:left;
	width:40.17%;
	text-align:left;
	position:relative;
	z-index:1;
	}
.section4 .comn-txt{
	margin-top:30px;
	padding-right:0px;
	}	
.comn-txt{
	float:left;
	width: 100%;
	font-size:19px;
	line-height:27px;
	color:#000000;
	letter-spacing: 0.7px;
	font-weight:300;
	margin-top:25px;
	}
.s4-bx-lft .btn-box{ margin-top:50px;}	
.s4-bx-rgt{
	float:right;
	width:59%;
	position:relative;
	}
.s4-prodt1{
	position:absolute;
	right:0;
	top:0;
	width: 510px;
	max-width:100%;
	z-index:9;
	}
.s4-prodt2{
	position: absolute;
    left: -32px;
    top: 65px;
	max-width:100%;
	}				
/*========Section 5========*/
.section5{
	float:left;
	width:100%;
	height:377px;
	margin-top:75px;
	background:url(https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/images/s5-bg.jpg) #fff no-repeat center top;
	position:relative;
	}
.wave-arw2{
	position: absolute;
    left: 37%;
    top: 250px;
	}	
.s5-rgt{
	float:right;
	width:43%;
	text-align:center;
	margin:55px 70px 0 0;
	}	
.img-div{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
	margin-top:50px;
	}			
ul.s5-list{
	float: left;
    width: 100%;
    padding: 0 140px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
ul.s5-list li{
    width: 31%;
    margin: 0 0px 30px 0;
    position: relative;
	border-radius:10px;
	overflow:hidden;
	}
ul.s5-list li p{
	position: absolute;
    left: 0;
	bottom:0;
    padding: 8px;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    background: rgba(0,0,0,0.6);
	}
ul.s5-list li img{
	display: block;
    margin: 0 auto;
    width: 100%;
	max-width: 100%;
	}	
					
/*========Section 6========*/
.section6{
	float:left;
	width:100%;
	padding:60px 0 90px;
	position:relative;
	}

.testi-sec {
    float: left;
    width: 100%;
    padding: 0 35px 0 25px;
    margin-top: 70px;
    }
.testi-box {
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    padding-left: 300px;
	margin-bottom:40px;
	border-bottom: 1px solid #e1e1e1;
    padding-bottom: 50px;
    }
.testi-box:last-child{border-bottom:none;}	
.testi-img1{
	position:absolute;
	left:0;
	top:0;
	}	
.testi-box h3 {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
    }
.t-star {
    float: left;
    }
.testi-abt {
    float: left;
    width: 100%;
    font-size: 19px;
    line-height:27px;
    margin-top: 15px;
    color: #000000;
	letter-spacing: 0.7px;
	font-weight:300;
    }
.testi-abt span{ font-weight:600;}	
.s6-pdng{ padding:0 90px; text-align:left;}
															
/*========Section 7========*/
.section7{
	float:left;
	width:100%;
	padding:50px 0;
	background:#f5f5f5;
	position:relative;
	}
.s7-wave-arw2{
	position:absolute;
	left: 36%;
    top: 220px;
	}	
.s7-lft{
	float:left;
	width:30%;
	margin-left:60px;
	}
.s7-prodt{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}	
.s7-rgt{
	float: right;
    width: 43%;
    text-align: center;
    margin: 22px 70px 0 0;
	}

/*========Section 8========*/
.section8{
	float:left;
	width:100%;
	padding: 60px 0;
	background:#fff;
	position:relative;
	}
.monybk-seal{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin:0 0 10px 0;
	}
.s8-txt1{
	float: left;
    width: 100%;
    font-size: 36px;
    line-height:42px;
    margin-top: 20px;
    color: #995b3e;
	font-weight:bold;
	}
.s8-txt2{
	float: left;
    width: 100%;
    font-size: 21px;
    line-height:28px;
    margin-top: 20px;
    color: #000000;
	font-weight:500;
	letter-spacing:0.5px;
	}
.s8-txt3{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height:28px;
    margin-top: 25px;
    color: #000;
	font-weight:bold;
	}					
/*========Section 9========*/
.section9{
	float:left;
	width:100%;
	padding: 60px 0 120px;
	background:#fffcf8;
	position:relative;
	}
.buy-sec{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top: 90px;
	position:relative;
	}
.buy {
	width: 34.70%;
	background: #e9e9e9;
	border: 2px solid #201f1f;
	text-align: center;
	}	
.buy.box2 {
	width:32.47%;
	position: absolute;
	left: 50%;
	top: -22px;
	margin-left: -16%;
	border: 8px solid #985b87;
	padding-bottom: 22px;
	z-index: 9;
	}
.box2 .buy-hdg{background:#985b87;}	
.buy-hdg{
	float: left;
    width: 100%;
    background: #313131;
    padding: 0 0px 13px;
    position: relative;
	}
.buy-hdg span {
	display: inline-block;
    vertical-align: middle;
    background: #f7ba17;
    border-radius: 25px;
    padding: 4px 28px;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    font-weight: bold;
    margin-top: -25px;
    margin-bottom: 18px;
    position: relative;
	}
.buy-hdg p {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 900;
	margin-top: 15px;
    }
.buy.box2 .buy-hdg p{margin-top:0;}
.buy-mdl-bx {
    float: left;
    width: 100%;
    padding: 25px 0px 0px;
	position:relative;
    }
.save-badge{
	float:left;
	width:100%;
	color:#000000;
	font-size:20px;
	line-height:26px;
	font-family: 'Caveat Brush';
	margin-bottom: 30px;
	}
.save-badge span{
	background:#fff;
	color:#985b87;
	border:1px solid #985b87;
	border-radius:10px;
	padding: 5px 8px;
	}
.box1 .save-badge{left:40px;}
.box3 .save-badge{left:60px;}
.buy-prod {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    }
.buy-prcBox{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 12px 0 0;
    padding: 0px 0px 20px;
    }
.rtlprc {
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
	}
.strikeout {
	position: relative;
	}
.strikeout::after {
	border-bottom: .1em solid red;
	content: "";
	left: 0;
	margin-top: calc(0.125em/2 * -1);
	position: absolute;
	right: -3px;
	top: 54%;
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	}
.prc-txt1 {
	float: left;
	width: 100%;
	font-size: 60px;
	line-height: 60px;
	font-weight: 900;
	color: #000000;
	margin-top: 20px;
	}
.prc-txt2{
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #000000;
	margin-top:10px;
	}	
.yousv {
	display: inline-block;
	vertical-align: middle;
	background:#fff;
	border-radius:20px;
	color: #000000;
	font-size: 26px;
	line-height: 36px;
	font-weight: bold;
	margin-top: 10px;
	padding:2px 32px 1px;
	}
.btn-box-s9{
	width:325px;
	margin-top:13px;
	}
a.s9-btn{	
    font-size: 33px;
    line-height: 70px;
	height:75px;
	box-shadow: 0px 5px #d1d1d1;
	}
.cards {
    display: block;
    max-width: 100%;
    margin: 15px auto 0;
    }
.box3{float:right;}
.box1{float:left;}	
	
				
/*========Section 10========*/
.section10{
	float:left;
	width:100%;
	padding:40px 0 0 0;
	background:#ffffff;
	}
.sec10-inner{
	float:left;
	width:100%;
	background: #4899d4;
	position:relative;
	margin-top:40px;
	}
.sec10-inner:before {
	position: absolute;
	content: "";
	top:0;
	left: 0;
	bottom:0;
	width:40%;
	background: url(https://cb.nunbelievable.com/Nunbelievable-Chocolate-Chips/images/s10-bg.jpg) no-repeat right center;
	}
.s10-rgt{
	float:right;
	width:60%;
	text-align:left;
	position: relative;
	color:#fff;
	padding:40px 0 40px 20px;
	}
.section10-strp{
	float:left;
	width:100%;
	padding:30px 0 20px;
	}
ul.s10-strp-list{
	float:left;
	width:100%;
	}
ul.s10-strp-list li{
	display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
	}
ul.s10-strp-list li img {
    display: block;
    margin: 0 auto 0px;
	max-width:100%;
}	
												
/*========FOOTER========*/
.footer{   
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 50px 0;
    text-align: center;
	}
.ftr-txt1 {
	float:left;
	width: 100%;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    color: #1f1f1f;
	margin-top: 25px;
	font-weight:300;
	letter-spacing:0.5px;
	}
.ftr-txt1 a{
	text-decoration:none;
	color:#1f1f1f;
	padding: 0 5px;
	}
.ftr-txt{
	float:left;
	width: 100%;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #1f1f1f;
	font-weight:900;
	}	
/*---------Media Querry---------*/	
.show-mob, .show-tab{display: none;}
	
@media only screen and (max-width:1187px){
	
.container{width:1004px;}
.show-desk {display: none;}

.wave-arw1 {right: 19%;}
.bnr-txt1 {font-size: 37px;line-height: 51px;}
.bnr-txt2 {width: 53.15%;}
ul.bnr-list1 {width: 35%;}

.s1-strp-list ul li {padding: 0 25px;}

.comn-hdg {font-size: 40px;line-height: 50px;}

ul.s1-list {padding: 0 0px;}

.s3-line-txt:after, .s3-line-txt:before {width: 340px;}
.btn-box-txt {font-size: 24px;}

.section4 .comn-hdg {font-size: 37px;}
.s4-bx-rgt {width: 50%;}
.s4-prodt1 {width: 445px;}
.s4-bx-lft {width: 42%;}
.s4-prodt2 {left: -80px;}


.s5-rgt {margin: 55px 0px 0 0;}

.s6-pdng {padding: 0 70px;}

.s7-rgt {margin: 22px 0px 0 0;}
.buy-mdl-bx {padding: 25px 9px 0px;min-height: 294px;}

.btn-box-s9 {width: 295px;}

.s10-rgt {padding: 29px 0 29px 20px;}
ul.s10-strp-list li {padding: 0 0px;}
.testi-sec {padding: 0px;}

.buy-sec {width: 100%;}



}
	

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

ul.hdr-menu{display:none;}
.mob-mnu-ic {right: 245px;top: 27px;}

.wave-arw1 { display:none;}
.bnr-txt1 {font-size: 34px;line-height: 44px;}
.bnr-txt2 {width: 60%;margin-top: 20px;font-size: 26px;}
ul.bnr-list1 {width: 48%;}

.s1-strp-list ul li {padding: 0 5px;width: 18%;}

.section1{padding:50px 0 75px;}
.s1-txt1 {font-size: 24px;line-height: 30px;}

.section2{padding:50px 0;}
ul.s2-list li {padding: 20px 10px 23px;}

.section3{padding:50px 0;}
.s3-line-txt {font-size: 20px;}
.s3-line-txt:after, .s3-line-txt:before {width: 235px;}
ul.s3-list li {padding: 0px 20px;}
.s3-bx-txt2 {font-size: 30px;}
.s3-bx-txt2 span {font-size: 17px;line-height: 28px;}
.s3-topBx-inr img {right: 5px;top: 75px;width: 160px;}
.s3-topBx-inr {padding: 35px 0 0px 14px;}


.section4{padding:50px 0;}
.s4-bx-lft {width: 54%;}
.s4-bx-rgt {width: 36%;}
.s4-prodt2 {left: -75px;top: 65px;width: 137px;}

.section5{padding:50px 0;}
.btn-box-txt {font-size: 24px;line-height: 26px;}
.s5-rgt {margin: 15px 0px 0 0;width: 60%;}
.wave-arw2 { display:none;}

.section6{padding:50px 0;}
.s6-pdng {padding: 0 0px;}
.testi-box:last-child {padding-bottom: 0px;}

.section7{padding:50px 0;}
.s7-rgt {width: 58%;}
.s7-wave-arw2 { display:none;}
.s7-lft {margin-left: 0px;margin-top: 33px;}

.section8{padding:50px 0;}
.s8-txt1 {font-size: 32px;line-height: 42px;}
.s8-txt2 {font-size: 19px;line-height: 28px;}

.section9 {padding: 50px 0 80px;}
.buy-sec {margin-top: 70px;}
.buy.box2 {border: 5px solid #985b87;}
.buy-hdg p {font-size: 25px;line-height: 35px;}
.save-badge {font-size: 17px;}
.buy-prod1{ width: 170px;}
.buy-mdl-bx {min-height: 228px;}
.rtlprc {font-size: 19px;line-height: 29px;}
.yousv {font-size: 24px;line-height: 34px;padding: 2px 30px 1px;}
.prc-txt1 {font-size: 50px;line-height: 55px;margin-top: 18px;}
.btn-box-s9 {width: 220px;}
a.s9-btn {font-size: 30px;line-height: 59px;height: 68px;}

.sec10-inner:before { background-size:cover;}

.section10-strp {padding: 15px 0 10px;}
ul.s10-strp-list li {width: 24%;}

}
	
@media only screen and (max-width:767px){
	
.container{width:100%; padding:0 10px; max-width:600px; box-sizing:border-box;}

.show-desk{display:none;}
.show-mob{display:block;}
.hide-mob{display:none;}

.top-strip{padding:3px 0;overflow: hidden;}
.top-strip-txt{font-size:14px}

.top-fix-bar{margin-bottom:50px;}
.top-header{height:50px; margin-top: -50px; top:50px;}
.logo {margin-top: 8px;width: 165px;}
a.header-btn{display:none;}
.mob-mnu-ic{right:10px; top:15px;}
.mobilemenu{top:105px;}
.mobimenu-top{top:50px;}
 
.banner { background:#fef4e8;padding:20px 0 25px; background-size:cover;height: auto;}
.bnr-txt1 {font-size: 25px;line-height: 31px;margin-bottom: 0px;}
.mob-hero-prod{margin: 0 auto 30px;max-width: 100%;}
.bnr-txt2 {width: 85%;margin: 15px 0 25px;font-size: 16px;padding: 4px 0px 4px; letter-spacing:0.5px;}
.bnr-txt2:before {border-bottom: 23px solid #ffffff;border-top: 23px solid #ffffff;}
.bnr-txt2:after {border-bottom: 23px solid #ffffff;border-top: 23px solid #ffffff;}
.bnr-lft-arw {
    position: absolute;
    bottom: 15px;
    left: -17px;
}
.bnr-rgt-arw {
    position: absolute;
    top: 14px;
    z-index: 1;
}
ul.bnr-list1 {width: 100%;position: static;display: block;margin: 20px auto 0;}
ul.bnr-list1 li { float:none; display:inline-block; vertical-align:middle;width: 23%;padding: 0 0px;}
.s1-strp-list {margin-top: 10px;}
.s1-strp-list ul li {padding: 0 18px;width: 30%;}

.section1 {padding: 30px 0 15px;}
.s1-txt1 {font-size: 18px;line-height: 28px;}
.comn-hdg {font-size: 30px;line-height: 40px;}
.s1-cooki-img {width: 300px;}
.dwn-arw { display:none;}
ul.s1-list {margin-top: 40px; display:block;}
ul.s1-list li {float: none; width:100%;}
.btn-box {width: 350px;}
a.s1-btn {font-size: 27px;line-height: 60px;height: 65px;}
.btn-box-s2 {width: 350px;margin: 30px 0 0 0;}
.btn-box-txt {font-size: 18px;line-height: 24px;margin: 6px 0 0 0;}
.btn-box-txt:before, .btn-box-txt:after {width: 35px;}
.donated-txt{font-size:25px; margin-top:20px;}
.btn-box{margin-top:20px;}

.section2 {padding: 30px 0 15px;}
.s2-txt1 {font-size: 18px;line-height: 27px;}
ul.s2-list li {width: 100%;}

.section3{padding:30px 0;}
.s3-Box-col1 {width: 100%;margin-top: 25px;}
.s3-bx-txt1 {letter-spacing: 1px; font-size:15px;}
.s3-bx-txt3 {font-size: 18px;line-height: 26px;margin-top: 15px;}
.s3-topBx-inr img {right: 20px;top: auto;width: 125px; bottom:-15px;}
.s3-line-txt:after, .s3-line-txt:before {width: 45px;}
ul.s3-list {margin: 0px 0 0px 0;}
ul.s3-list li {padding: 0px 9px;margin-top: 22px;font-size: 14px;line-height: 20px;}
ul.s3-list li img {width: 68px;margin: 0 auto 8px;}
.s3-topBx-inr {min-height: 140px;padding: 35px 0 0px 14px;}
.s3-topBx {padding: 5px;}


.section4 {padding: 30px 0;}
.s4-bx-lft{ width:100%; text-align:center;}
.s4-prodt1-mob{ width: 320px;display: inline-block;vertical-align: middle;margin: 18px 0 3px; max-width:100%;}
.section4 .comn-hdg {font-size: 30px;}
.section4 .comn-txt {margin-top: 20px;}
.s4-bx-lft .btn-box {margin-top: 30px;}

.section5 { background: #f5f5f5; height:auto;padding: 30px 0 30px;margin-top: 0px;}
.s5-rgt {margin: 0px 0px 0 0;width: 100%;}
.s5-prodt-mob{width: 265px; display:inline-block; vertical-align:middle; max-width:100%; margin:20px 0 0 0;}

.section6 {padding: 30px 0;}
.comn-txt {font-size: 18px;line-height: 26px; text-align:center;margin-top: 20px;}
.testi-sec {margin-top: 35px;} 
.testi-img1 { position: static;display: block;margin: 0 auto 15px;width: 245px;}
.testi-box h3 {font-size: 22px;}
.t-star {float: none;display: inline-block;vertical-align: middle;}
.testi-box {padding-left: 0px;margin-bottom: 25px;padding-bottom: 20px; text-align:center;}
.testi-abt {font-size: 18px;line-height: 26px;}
.testi-box:last-child {margin-bottom: 2px;padding-bottom: 20px;border-bottom: 1px solid #e1e1e1;}

.section7 {padding: 30px 0;}
.s7-rgt {width: 100%;margin: 0px 0px 0 0;}
.s7-lft {width: 100%;margin-top: 20px;}
.s7-prodt {width: 265px;}
 
.section8 {padding: 30px 0 30px;}
.monybk-seal {width: 250px;}
.s8-txt1 {font-size: 25px;line-height: 35px;}
.s8-txt2 {font-size: 18px;line-height: 26px;}
.s8-txt3 {font-size: 18px;line-height: 26px;margin-top: 20px;}

.buy-sec {margin-top: 0;padding: 0 10px;}
.buy {width: 100%;margin-top: 30px;}
.buy.box2 {width: 100%;margin-left: 0px;position: static;padding-bottom: 0px;}
.buy-hdg span {margin-bottom: 10px;}
.buy-mdl-bx {padding: 20px 35px 0px;}
.save-badge {font-size: 18px;margin-bottom: 20px;}
.buy-prcBox {margin: 5px 0 0;}
.buy-prod1 {width: 214px;}
.rtlprc {font-size: 18px;line-height: 28px;}
.yousv {font-size: 22px;line-height: 34px;}
.prc-txt1 {font-size: 45px;line-height: 50px;margin-top: 12px;}
.btn-box-s9 {width: 295px;}
a.s9-btn {font-size: 33px;line-height: 60px;height: 65px;}

.section9{padding:30px 0;}

.section10{padding: 30px 0 0;}

.sec10-inner:before { display:none;}
.s10-rgt {width: 100%;text-align: center;padding: 15px 0 30px 0px;}
.s10-bg-mob{display: inline-block;vertical-align: middle;width: calc(100% + 20px);margin: 0 0 15px -10px;max-width: none;}
.sec10-inner {margin-top: 25px;}




.footer{padding:0 0 20px;}
.ftr-txt {font-size: 28px;line-height: 30px;margin-top: 25px;}
.ftr-txt1{margin-top:15px; font-size:15px;}
.ftr-txt1 a{padding:0 5px;}																															
#call-btn {
    float: left;
    width: 100%;
    padding: 10px;
    background: #333;
    position: fixed;
    bottom: 0%;
    left: auto;
    z-index:10;
    transition: bottom 1s;
	}
#call-btn a.s1-btn{width:100%;box-shadow: none;}

#caption {
    width: 100%;
    white-space: nowrap;
    -moz-animation:  caption 15s linear 0s infinite;
    -webkit-animation:  caption 15s linear 0s infinite;
	}
@-moz-keyframes caption { 
    0% { margin-left:100%; } 100% { margin-left:-400px; }  
	}
@-webkit-keyframes caption { 
    0% { margin-left:100%; } 100% { margin-left:-400px; }  
	}
	
}
@media only screen and (max-width: 463px){
    .mobilemenu {
        top: 80px;
    }
    .mobilemenu.mobimenu-top {
        top: 50px;
    }
}
.tadda {
	animation-name: tadda;
	-webkit-animation-name: tadda;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes tadda {
0% {transform:translateX(0px)}
50% {transform: translateX(15px);}
100% {transform: translateX(0px);}
}
.taddaR {
	animation-name: taddaR;
	-webkit-animation-name: taddaR;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes taddaR {
0% {transform:translateX(0px)}
50% {transform: translateX(-15px);}
100% {transform: translateX(0px);}
}

.bounce {
	animation-name: bounce;
	-webkit-animation-name: bounce;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes bounce {
0% {transform:translateY(0px)}
50% {transform: translateY(15px);}
100% {transform: translateY(0px);}
}

/*--------------------
Pulse
---------------------*/

.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
0% {transform: scale(0.9);}
50% {transform: scale(1);}
100% {transform: scale(0.9);}
}

@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}