
@media (min-width:1200px) {
	.main-content {
		padding-top: 82px;
	}

	#side-menu {
		display: none;
	}

	.header {
		padding: 0px 0;
	}

	.header .main-wrap {
		position: relative;
	}

	.header .wrap {
		max-width: 84%;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.header .wrap .left,
.header .wrap .right {
		display: table-cell;
		vertical-align: middle;
	}
/* for adding thanks giving  */ /* .header .wrap .left{width:41.5%;} */
	.header .wrap .right {
		width: 24.5%;
	}

	.header .wrap .logo {
		width: 36%;
		text-align: center;
	}

	.header .wrap .logo a {
		display: inline-block;
	}

	.header .wrap .logo img {
		max-width: 120px;
	}

	.header .wrap .list-menu {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.header .wrap .list-menu > li {
		display: inline-block;
		margin-bottom: 0;
		padding-right: 35px;
	}

	.header .wrap .list-menu > li a {
		color: #333;
		font-size: 16px;
		font-weight: 600;
		line-height: 56px;
		display: inline-block;
		text-transform: uppercase;
		cursor: pointer;
	}

	.header .wrap .list-menu > li a:hover {
		color: #8cc63f;
	}

	.header .wrap .list-menu > li a.btn-green {
		background-color: #8cc63f;
		color: #fff;
		padding: 0 12px;
		border: 2px solid #8cc63f;
	}

	.header .wrap .list-menu > li a.btn-green:hover {
		background-color: #fff;
		color: #8cc63f;
	}

	.header .wrap .mobile-nav {
		display: none;
	}

	.header .ribbon {
		position: absolute;
		top: -15px;
		right: 0;
		margin: 0;
		width: 170px;
		padding-top: 12px;
		padding-bottom: 10px;
	}

	.header .ribbon:after {
		content: '';
		width: 0;
		height: 0;
		border-left: 85px solid #8cc63f;
		border-right: 85px solid #8cc63f;
		border-bottom: 22px solid transparent;
		position: absolute;
		top: 100%;
		right: 0;
	}

	.header .ribbon span {
		display: block;
		text-align: center;
	}

	.header .ribbon span.top {
		font-size: 22px;
	}

	.header .ribbon span.middle {
		font-size: 16px;
	}

	.header .ribbon span.bottom {
		font-size: 30px;
	}

	.make-dinner h2 {
		font-size: 53.3px;
	}

	.make-dinner .wrap .item .text-wrap h3 {
		font-size: 30px;
	}

	.how-it-works .steps .item {
		padding: 0 30px;
		max-width: 350px;
	}
}

.modal {
	text-align: center;
	padding: 0!important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.btnss-succes {
	background-color: #8cc63f;
	color: #fff;
	padding: 8px 12px;
	font-weight: bold;
	border: 2px solid #8cc63f;
}

#err_message {
	display: none;
	color: #000;
}

.uzc + .tooltip > .tooltip-inner {
	background-color: #8cc63f;
	color: #FFFFFF;
	border: 1px solid green;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
}

.uzc + .tooltip.right > .tooltip-arrow {
	border-right: 5px solid #8cc63f;
}

.modal-header, .modal-footer {
	border: none;
}

#dialogoverlay {
	display: none;
	opacity: 0.6;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000006;
	background: url(../images/overlay.png) repeat;
	width: 100%;
	height: 100%;
	z-index: 9999999999999;
}

#dialogbox {
	display: none;
	position: fixed;
	border-radius: 12px;
	width: 350px;
	z-index: 999999999999999;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

#dialogbox > div {
	background: #FFF;
	margin: 2px;
	border-radius: 25px;
}

#dialogbox > div > #dialogboxhead {
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
	border-radius: 10px 10px 0 0;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	padding: 5px;
	color: #000;
}

#dialogbox > div > #dialogboxbody {
	background: #FFF;
	padding: 20px;
	font-family: 'Proxima Nova';
	text-align: center;
	font-size: 18px;
	color: #000;
}

#dialogbox > div > #dialogboxfoot {
	background: #FFF;
	padding: 10px 20px 10px 10px;
	text-align: right;
	border-radius: 0 0 10px 10px;
}

#okbtn, #nobtn {
	border: 0 none;
	width: 68px;
	height: 30px;
	border-radius: 6px;
	text-transform: uppercase;
	font-family: 'proxima_nova_ltsemibold';
	color: #fff;
	font-weight: 700;
	line-height: 30px;
/* background:#008080; */
	background: #8cc63f;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	text-align: center;
}

#okbtn:hover, #nobtn:hover {
/* background:#008080; */
	background: #6d9d2f;
}

.rendalrt {
	position: relative;
	font-size: 14px;
	cursor: pointer;
	top: 6px;
	margin-right: 6px;
	line-height: 10px;
	color: #333;
	text-align: right;
	opacity: 0.5;
}

.rendalrt:hover {
	opacity: 0.9;
}

#nlpdialogoverlay {
	display: none;
	opacity: 0.6;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000006;
	background: url(../images/overlay.png) repeat;
	width: 100%;
	height: 100%;
	z-index: 9999999999999;
}

#nlpdialogbox {
	display: none;
	position: fixed;
	border-radius: 12px;
	width: 350px;
	z-index: 999999999999999;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

#nlpdialogbox > div {
	background: #FFF;
	margin: 2px;
	border-radius: 25px;
}

#nlpdialogbox > div > #nlpdialogboxhead {
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
	border-radius: 25px 25px 0 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 6px 10px;
	color: #000;
}

#nlpdialogbox > div > #nlpdialogboxbody {
	background: #FFF;
	padding: 20px 20px 0 20px;
	font-family: 'Proxima Nova';
	text-align: center;
	font-size: 18px;
	color: #000;
}

#nlpdialogbox > div > #nlpdialogboxfoot {
	background: #FFF;
	padding: 10px 20px 10px 10px;
	text-align: center;
	border-radius: 0 0 10px 10px;
}

#nlpokbtn {
	border: 0 none;
	height: 30px;
	border-radius: 0px;
	text-transform: uppercase;
	font-family: 'proxima_nova_ltsemibold';
	color: #fff;
	font-weight: 700;
	line-height: 34px;
	background: #008080;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	text-align: center;
}

#nlpokbtn:hover {
	background: #008080;
}

.nlp-vwbtn {
	font-family: 'Proxima Nova';
	text-align: center;
	font-size: 17px;
	margin-bottom: 10px;
}

.disclaimer_dv_tp {
	margin: 0 auto;
	padding-top: 22px;
	width: 96%;
}

.disclaimer_dv {
	margin-top: 22px;
}

.disclaimer_dv_tp p, .disclaimer_dv p {
	font-family: 'Open Sans Light';
	font-size: 11px;
	text-align: left;
	margin-bottom: 10px;
}

#wrong_zip_popup .modal-header {
	padding: 15px 0 0 0;
}

#wrong_zip_popup .modal-body {
	position: relative;
	padding: 0 20px 0 20px;
}

#wrong_zip_popup .modal-body p {
	line-height: 28px;
}

#wrong_zip_popup .modal-footer {
	padding: 0 20px 20px 0;
	text-align: right;
}

.right_litem {
	float: right;
	padding-right: 0 !important;
}

#redeem_sm, #redeem_sm_sc {
	cursor: pointer;
}

.caret-up {
	width: 0;
	height: 0;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 4px solid;
	display: inline-block;
	margin-left: 2px;
	vertical-align: middle;
}

.dropdown-menu>li {
	margin-bottom: 5px;
}

.header .wrap .list-menu .dropdown-menu > li a {
	line-height: 1.42857143;
	display: block;
	padding: 3px 20px;
	clear: both;
	white-space: nowrap;
	color: #333;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
}

.header .wrap .list-menu .cart-icon {
	display: block;
	background: url(../mvimages/icon-cartwc.png) no-repeat center center;
	width: 50px;
	text-align: center;
	line-height: 55px;
	cursor: pointer;
}

.header .wrap .list-menu >li .cartcountis {
	position: relative;
	top: -16px;
	left: 15px;
	display: inline-block;
	width: 20px;
	color: #000;
	font-weight: 700;
	line-height: 18px;
	font-size: 12px;
}

.header .wrap .list-menu >li .cartcountis:hover {
	color: #000;
}