/* ===[ General Styles ]=== */

html {
	height: 100%;
}
body {
	font-family: 'Archer A', 'Archer B','Muli', sans-serif;
	min-height: 100%;
	/*padding-bottom: 20.4rem;*/
	color: #fff;
	margin: 0;
	font-size: 1.4rem;
	font-weight: 500;
	font-style: normal;
	line-height: 1;
	position: relative;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background-size: cover;
}
a {
	color: #141414;
	text-decoration: none;
	line-height: inherit;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none; /* disable selection/Copy of UIWebView */
	-webkit-touch-callout: none; /* disable the IOS popup when long-press on a link */
}
a:hover {
	cursor: pointer;
}
a:hover, a:focus {
	text-decoration: underline;
	outline: none;
}
a img {
	border: none;
}

.menuBtn a{
	color:#FFFFFF !Important;
    font-size: 14px;
    color: #fff;
    padding: 1.1rem 2.1rem;
    background: #f7aa20;
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;	
}

.mobileMenuBtn {
	position:absolute;
	right:75px;	
	color:#FFFFFF !Important;
    font-size: 1.65rem;
    color: #fff;
    padding: 1.3rem 3.3rem;
    background: #f7aa20;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;	
}

.button_new {
    font-family: 'Archer A', 'Archer B','Muli', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: normal;
    cursor: pointer;
    letter-spacing: 0.04rem;
    text-decoration: none;
    background: #62ab46;
    outline: none;
    -webkit-appearance: none;
    padding: 1.2rem 3rem 1.3rem 3rem;
    position: relative;
    z-index: 0;
    -moz-border-radius: 38px;
    -webkit-border-radius: 38px;
    border-radius: 38px;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    box-shadow: 0px 1px 0px 0px rgba(84, 147, 60, 1);
}
.button_new:hover {
    text-decoration: none;
}
ul, li, ol {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fff;
}
.clear {
	clear: both;
}
.divider {
	display: block;
	margin: 5.5rem 0 6.3rem;
}
.left {
	float: left !important;
}
.right {
	float: right;
}
/* ===[ Typography Defaults ]=== */
h1, h2, h3, h4, h5 {
	color: #404040;
	text-rendering: optimizeLegibility;
	margin: 0;
	line-height: 1.1;
	font-weight: 700;
}
h1 {
	font-size: 5rem; /*using*/
}
h2 {
	font-size: 3.6rem; /*using*/
}
h3 {
	font-size: 3rem; /*using*/
}
h4 {
	font-size: 2.2rem; /*using*/
}
h5 {
	font-size : 1.7rem; /*using*/
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5rem;
	color: #121212;
	font-weight: 500;
	line-height: 1.5;
	text-rendering: optimizeLegibility;
}
em {
	font-style: italic;
	line-height: inherit;
}
strong, b {
	font-weight: 700;
}
.uppercase {
	text-transform: uppercase;
}
.swipe {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2rem;
	color: #7b7b7b;
	text-transform: uppercase;
	margin: -1.4rem 0 2.5rem;
	display: none;
}
.img-circle {
	border-radius: 50%;
}
/* ===[ Text Alignment ]=== */
.center-align {
	text-align: center;
}
.left-align {
	text-align: left;
}
.foobar-message {
	/* font-style: italic; */
	letter-spacing: -0.04em;
}
/* ===[ Overlay ]=== */
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.35)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	z-index: 0;
}
/* ===[ Vertical Middle ]=== */
.verticalmiddle {
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
}
/* ===[ Heading ]=== */
.pb44 .heading {
	margin-bottom: 6.2rem;
	max-width: 66%;
	display: inline-block;
}
.pb44 .heading {
	font-size: 3.6rem;
}
.blockbuilder p.custom-title-size {
	font-weight: 700;
    font-size: 2.6rem;
}
.heading {
	margin-bottom: 6.2rem;
}
h4.heading.font24 {
	font-size: 2.4rem;
}
h5.font18 {
	font-size: 1.8rem;
	overflow: hidden;
}
.weight400 {
	font-weight: 500;
}
.heading span {
	color: #61ac45;
}
.heading span.nr {
	display: inline-block;
	background: #61ac45;
	width: 5.2rem;
	height: 5.2rem;
	border-radius: 100%;
	color: #fff;
	line-height: 1.75;
	text-align: center;
	margin-right: 2rem;
}
p.recipeinfo {
	font-size: 13px;
	text-align: center;
	padding-bottom: 23px;
	color: #121212;
}
.heading h2 {
	text-align: center;
	text-shadow: 0px 1px 0.93px rgba(0, 0, 0, 0.14);
}
.heading h4 {
	font-size: 2.3rem;
	color: #b91c22;
	margin-bottom: 1.6rem;
}
.heading p {
	font-size: 1.6rem;
	margin-top: 0;
}
.heading-padding {
	padding: 0 1.7rem;
}
.heading-padding p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3rem;
}
/* ===[ Sub Heading ]=== */
.subheading {
	text-align: left;
	overflow: hidden;
	margin-bottom: 3.6rem;
}
.subheading-wrapper {
	float: left;
	width: 76%;
}
.subheading h4 {
	color: #61ac45;
	font-weight: 600;
	margin-bottom: 1.1rem;
}
.subheading p {
	font-size: 1.3rem;
	margin: 0;
}
.subheading span.label {
	font-size: 1.4rem;
	color: rgba(105, 105, 105, 0.63);
	display: inline-block;
	overflow: hidden;
	float: right;
	margin-top: 0.6rem;
	background: #f6f6f6;
	font-weight: 600;
	padding: 1.5rem 2.29rem 1.4rem;
	-webkit-border-radius: 0.6rem;
	-moz-border-radius: 0.6rem;
	border-radius: 0.6rem;
}
/* ===[ Buttons ]=== */
.button, button {
	font-family: 'Archer A', 'Archer B','Muli', sans-serif;
	font-size: 2rem;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: normal;
	cursor: pointer;
	letter-spacing: 0.04rem;
	text-decoration: none;
	background: #62ab46;
	outline: none;
	-webkit-appearance: none;
	padding: 1.6rem 2rem 1.2rem 3.5rem;
	position: relative;
	z-index: 0;
	-moz-border-radius: 38px;
	-webkit-border-radius: 38px;
	border-radius: 38px;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	box-shadow: 0px 1px 0px 0px rgba(84, 147, 60, 1);
}
.button.large {
	padding: 0.9rem 1.7rem 2rem 2.9rem;
}
.button.large i {
	font-size: 3.5rem;
	color: rgba(255, 255, 255, 0.5);
	position: relative;
	top: 0.5rem;
	margin-left: 1.8rem;
}
.button.small {
	font-size: 1.5rem;
	padding: 1.1rem 2.5rem 1rem;
}
.button.small2 {
	font-size: 1.5rem;
	padding: 1rem 3.183rem 0.9rem 2rem;
	margin-bottom: 0;
	letter-spacing: -0.04rem;
}
.button.small2 i {
	font-size: 1.3rem !important;
	position: relative !important;
	top: -1px !important;
	right: -1.6rem;
	margin: 0 !important;
	float: none !important;
}
.button.fullwidth, button.fullwidth {
	font-size: 2.2rem;
	font-weight: 400;
	width: 100%;
	padding: 1.8rem 2rem;
	letter-spacing: -0.02rem;
}
button.fullwidth {
	font-size: 1.4rem;
	padding: 0.9rem 2rem;
}
.button.xlarge {
	padding: 1.2rem 2rem;
	min-width: 30rem;
}
.button.xlarge.white {
	color: #555;
	box-shadow: 0px 1px 0px 0px rgba(168, 168, 168, 0.28);
	background: #fff;
}
.button.xlarge.white i {
	font-size: 2.2rem;
	color: #62ab46;
	float: right;
	top: 0.1rem;
	position: relative;
}
.button.fullwidth i {
	float: right;
	top: 0.3rem;
	position: relative;
}
.button:hover, button:hover, .button:focus, button:focus {
	color: #fff !important;
	text-decoration: none;
	background: #579441 !important;
	box-shadow: 0px 1px 0px 0px rgba(84, 147, 60, 1) !important;
}
.button img {
	margin-left: 2.7rem;
	top: -0.2rem;
	position: relative;
}
span.button-label {
	font-size: 2.2rem;
	color: #61ac45;
	margin-right: 2.8rem;
	font-weight: 600;
}
.group-buttons .button {
	font-size: 1.6rem;
	color: #959595;
	padding: 1.6rem 3.4rem 1.5rem;
	background: #fff;
	box-shadow: 0px 1px 0px 0px rgba(124, 124, 124, 0.19);
	border-radius: 0;
	margin-right: -0.4rem;
	font-weight: 600;
}
.group-buttons .button:first-child {
	-moz-border-radius: 0.5rem 0 0 0.5rem;
	-webkit-border-radius: 0.5rem 0 0 0.5rem;
	border-radius: 0.5rem 0 0 0.5rem;
}
.group-buttons .button:last-child {
	-moz-border-radius: 0 0.5rem 0.5rem 0;
	-webkit-border-radius: 0 0.5rem 0.5rem 0;
	border-radius: 0 0.5rem 0.5rem 0;
}
.group-buttons .button.active {
	color: #fff;
	background: #62ab46;
	box-shadow: 0px 1px 0px 0px rgba(84, 147, 60, 1);
}
button.close-button {
	color: #ccc;
	background: none;
	box-shadow: none;
	padding: 0;
	position: absolute;
	top: 1.9rem;
	right: 2.1rem;
	width: 1.7rem;
	height: 1.7rem;
	overflow: hidden;
}
button.close-button:hover, button.close-button:focus {
	color: #ccc !important;
	background: none !important;
	box-shadow: none !important;
	outline: none;
}
button.close-button span {
	line-height: 0;
	display: block;
	font-size: 3.1rem;
	position: relative;
	top: -3px;
	right: 1px;
}
/* ===[ Header ]=== */
.header {
	height: 10.6rem;
	/*margin-bottom: 2px;
	border-bottom: 1px solid #e0e0e0;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.08);*/
}
/* ===[ Logo ]=== */
.logo {
	float: left;
	position: absolute;
	top: 1.5rem;
	z-index: 2;
}
.logo a {
	display: block;
}
/* ===[ Margins ]=== */
.mt0 {
	margin-top: 0 !important;
}
.mt15 {
	margin-top: 1.5rem !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb20 {
	margin-bottom: 2rem !important;
}
.mb32 {
	margin-bottom: 3.2rem !important;
}
.mb36 {
	margin-bottom: 3.6rem !important;
}
.mb37 {
	margin-bottom: 3.7rem !important;
}
.mb43 {
	margin-bottom: 4.3rem !important;
}
.mb45 {
	margin-bottom: 4.5rem !important;
}
.mb47 {
	margin-bottom: 4.7rem !important;
}
.mb52 {
	margin-bottom: 5.2rem !important;
}
.ml13 {
	margin-left: 1.3rem !important;
}
.ml0 {
	margin-left: 0 !important;
}

.mr0 {
	margin-right: 0 !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pt8 {
	padding-top: 0.8rem !important;
}
.pt17 {
	padding-top: 1.7rem !important;
}
.pt29 {
	padding-top: 2.9rem !important;
}
.pt37 {
	padding-top: 3.7rem !important;
}
.pt44 {
	padding-top: 4.4rem !important;
}
.pt46 {
	padding-top: 4.6rem !important;
}
.pt50 {
	padding-top: 5rem !important;
}
.pt54 {
	padding-top: 5.4rem !important;
}
.pt56 {
	padding-top: 5.6rem !important;
}
.pt57 {
	padding-top: 5.7rem !important;
}
.pt67 {
	padding-top: 6.7rem !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pb4 {
	padding-bottom: 0.4rem !important;
}
.pb16 {
	padding-bottom: 1.6rem !important;
}
.pb30 {
	padding-bottom: 3rem !important;
}
.pb31 {
	padding-bottom: 3.1rem !important;
}
.pb33 {
	padding-bottom: 3.3rem !important;
}
.pb36 {
	padding-bottom: 3.6rem !important;
}
.pb40 {
	padding-bottom: 4rem !important;
}
.pb42 {
	padding-bottom: 4.2rem !important;
}
.pb44 {
	padding-bottom: 4.4rem !important;
}
.pb55 {
	padding-bottom: 5.5rem !important;
}
.pb67 {
	padding-bottom: 6.7rem !important;
}
.pb75 {
	padding-bottom: 7.5rem !important;
}
.pb85 {
	padding-bottom: 8.5rem !important;
}
.mh0 {
	min-height: 0 !important;
}
/* ===[ Navigation ]=== */
.nav-wrapper {
	display: inline-block;
	float: right;
}
.toggle, [id^=drop] {
	display: none;
}
nav {
	width: 100%;
	overflow: hidden;
	padding-top: 32px;
}
nav:after {
	content: "";
	display: table;
	clear: both;
}
nav ul {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	z-index: 99;
}
nav ul li {
	display: block;
	float: left;
	margin-left: 1.4rem;
}
nav ul li.total {
	display: none;
}
nav ul li a {
	display: block;
	padding: 1.1rem 0 1.1rem 0rem;
    color: #404040;
    font-size: 14px;	
	font-weight: 400;
	text-decoration: none;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;

}
nav a.login-button, nav a.total-button, nav a.logout-button {
	font-size: 14px;
	color: #fff;
	padding: 1.1rem 1.7rem;
	background: #62ab46;
	-moz-border-radius: 2rem;
	-webkit-border-radius: 2rem;
	border-radius: 2rem;
}
nav ul li a:last-child {
margin-left:10px;
}
nav a.login-button:hover, nav a.total-button:hover {
	background: #579441;
}
nav a.login-button:hover, nav a.login-button:focus, nav a.total-button:hover, nav a.total-button:focus {
	color: #fff;
}
nav a.login-button i {
	margin-right: 0.7rem;
}
nav a.total-button {
	display: none;
}
nav a.total-button span {
	float: right;
}
nav a.logout-button {
	color: #61ac45;
	padding: 1.1rem 1.7rem;
	background: #fff;
	border: 1px solid #61ac45;
}
nav a.logout-button i {
	margin-right: 0.7rem;
}
nav a.logout-button:hover {
	background: #fff;
}
nav a.logout-button:hover, nav a.logout-button:focus {
	color: #61ac45;
}
nav a:hover, nav a:focus {
	color: #61ac45;
	text-decoration: none;
}
nav li.active a {
	color: #61ac45;
}
nav ul ul {
	display: none;
	position: absolute;
	top: 5rem;
}
nav ul li:hover > ul {
	display: inherit;
}
nav ul ul li {
	width: 170px;
	float: none;
	display: list-item;
	position: relative;
}
nav ul ul ul li {
	position: relative;
	top: -6rem;
	left: 17rem;
}
.mobileOnly { display:none;}
.desktopOnly { display:block;}

/* Order Now Button Home Page */
.odr-n-btn{
	font-size: 2.5rem;
	font-weight: 700;
}

.discountTxt { 	
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3rem;
	color: #121212;
	margin: 2rem 0 0.9rem;
	margin-top:15px; 
}
/* Media Queries
--------------------------------------------- */

@media all and (max-width : 790px) {
	.whatsinside {
		background: none !Important;
		padding-top:0px !important;

	}
	.mobileOnly { display:block;}
	.desktopOnly { display:none;}
	.whatsinside .columns{
		margin-top: 28px;	
	}

	.whatsinside .menu-list:before {
		border:none !important;	
	}
	.starting-price {
		padding:2.8rem 0.7rem 2.8rem !important;
		margin: 3rem 0 0rem !important;
	}

	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}
	nav {
		margin: 0;
	}
	nav .large-12.columns {
		padding: 0;
	}
	.toggle + a, .menu {
		display: none;
	}
	.toggle {
		display: block;
		padding: 0;
		margin: 0.4rem 2rem 2.5rem 0;
		color: #fff;
		font-size: 1.5rem;
		text-decoration: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.16);
		overflow: hidden;
		width: 4rem;
		float: right;
	}
	[id^=drop]:checked + ul {
		display: block;
		top: 0;
		width: 100%;
		background: #fff;
	}
	nav ul li {
		display: block;
		width: 100%;
	}
	nav ul li.total {
		display: block;
	}
	nav ul ul .toggle, nav ul ul a {
		padding: 0 4rem;
	}
	nav ul ul ul a {
		padding: 0 8rem;
	}
	nav ul li ul li .toggle, nav ul ul a, nav ul ul ul a {
		padding: 1.7rem 3.5rem;
		color: #fff;
		font-size: 1.5rem;
	}
	nav ul li ul li .toggle, nav ul ul a {
		background-color: #212121;
	}
	nav ul ul {
		float: none;
		position: static;
		color: #fff;
	}
	nav ul ul li:hover > ul, nav ul li:hover > ul {
		display: none;
	}
	nav ul ul li {
		display: block;
		width: 100%;
	}
	nav ul ul ul li {
		position: static;
	}
}

@media all and (max-width : 330px) {
	nav ul li {
		display: block;
		width: 94%;
	}
}
.hamburger {
	display: inline-block;
	float: right;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger-box {
	width: 4rem;
	height: 2.9rem;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 4rem;
	height: 2px;
	background-color: #000;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -1.3rem;
}
.hamburger-inner::after {
	bottom: -1.3rem;
}
/*
 * Squeeze
 */
 .hamburger--squeeze .hamburger-inner {
 	transition-duration: 0.1s;
 	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 }
 .hamburger--squeeze .hamburger-inner::before {
 	transition: top 0.1s 0.14s ease, opacity 0.1s ease;
 }
 .hamburger--squeeze .hamburger-inner::after {
 	transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
 	transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
 	transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
 }
 .hamburger--squeeze.is-active .hamburger-inner {
 	-webkit-transform: rotate(45deg);
 	transform: rotate(45deg);
 	transition-delay: 0.14s;
 	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 }
 .hamburger--squeeze.is-active .hamburger-inner::before {
 	top: 0;
 	opacity: 0;
 	transition: top 0.1s ease, opacity 0.1s 0.14s ease;
 }
 .hamburger--squeeze.is-active .hamburger-inner::after {
 	bottom: 0;
 	-webkit-transform: rotate(-90deg);
 	transform: rotate(-90deg);
 	transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
 	transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
 	transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
 }
 /* ===[ Footer ]=== */
 footer {
 /*	position: absolute; */
 	left: 0;
 	right: 0;
 	bottom: 0;
 	padding: 5.5rem 0 4.5rem;
 	background: #62ab46;
	padding-bottom:100px;

	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-bottom: 46px;
	
 }

 footer ul {
 	float: left;
 	margin-right: 10.0rem;
 }
 footer ul li {
 	margin-bottom: 1.2rem;
 }
 footer ul li a {
 	font-family: 'Open Sans', sans-serif;
 	font-size: 1.4rem;
 	color: rgba(255, 255, 255, 0.95);
 }
 span.copyright {
 	font-family: 'Open Sans', sans-serif;
 	font-size: 1.4rem;
 	color: rgba(255, 255, 255, 0.65);
 	display: block;
 	margin-bottom: 1.3rem;
 }
 span.copyright + a {
 	display: block;
 }
 footer ul.accordion {
 	display: none;
 	width: 100%;
 	text-align: left;
 	margin-top: -4rem;
 	margin-bottom: 4rem;
 	background: #568e40;
 }
 footer .accordion-item {
 	margin-bottom: 0;
 }
 footer a.accordion-title {
 	position: relative;
 	display: block;
 	padding: 1.5rem 3.5rem;
 	border: 0;
 	font-size: 1.4rem;
 	line-height: 1;
 	color: #fff;
 	background: #488033;
 	-webkit-box-shadow: none;
 	-moz-box-shadow: none;
 	box-shadow: none;
 }
 footer .accordion-title::before {
 	content: '\f107';
 	font-family: FontAwesome;
 	font-size: 1.5rem;
 	color: rgba(255, 255, 255, 0.75);
 	position: absolute;
 	top: 50%;
 	right: 3rem;
 	margin-top: -0.7rem;
 }
 footer .accordion-title:hover, footer .accordion-title:focus, footer .accordion-item.is-active a.accordion-title {
 	background-color: #488033;
 }
 footer .accordion-content {
 	padding: 2rem 0;
 	background: #568e40;
 	overflow: hidden;
 }
 footer ul.footer-links {
 	display: block;
 	width: 100%;
 }
 footer ul.footer-links li {
 	margin: 0;
 }
 footer ul.footer-links li a {
 	padding: 1rem 3.5rem;
 	display: block;
 	text-decoration: none;
 }
 /* ===[ Top Label ]=== */
 .top-label {
 	font-family: 'Open Sans', sans-serif;
 	font-size: 1.3rem;
 	display: inline-block;
	float: right;
	
	background-color: rgba(43, 43, 43, 0.851);
	position: absolute;
	z-index: 1;
	right: 0;
	top: 20px;
	border-radius: 0;
	padding: 1rem 1.6rem 1.1rem 1.6rem;
	margin: 0;
 }
 /* ===[ Container ]=== */
 .container {
 	min-height: 50rem;
 	text-align: center;
 	padding-bottom: 6.3rem;
 }
 .container.dark-bg {
 	background: #2e2e2e;
 }
 .container.dark-bg h4 {
 	font-size: 2.1rem;
 	color: rgba(255, 255, 255, 0.25);
 	margin-bottom: 2.6rem;
 }
 .container.image-bg h2 {
 	color: #fff;
 	margin-bottom: 2.4rem;
 }
 .container.image-bg.pt56.pb36 .row {
 	max-width: 1296px;
 }
 .container.slider .row {
 	max-width: 1296px;
 }
 /* ===[ Video Section ]=== */
 .video-section {
 	position: relative;
 	/*	background: url(../images/video_bg.jpg) center no-repeat; */
 	background-position:center;
 	background-repeat:no-repeat;
 	background-size: cover;
 }
 .video-section .video-caption h1 {
 	color: #fff;
 	font-size: 6.5rem;
 }
 .video-section .video-caption{
 	position: absolute;
 	top: 50%;
 	right: 0;
 	left: 0;
 	text-align: center;
 	max-width: 107.3rem;
 	margin-left: auto;
	margin-right: auto;
	z-index: 1;

 	-webkit-transform: translateY(-50%);
 	-ms-transform: translateY(-50%);
 	-o-transform: translateY(-50%);
 	transform: translateY(-50%);
 }
 .video-section .video-caption p{
 	color: #fff;
 	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.45);
 	font-weight: 600;
 	margin-top: 10px;
 	font-size:  1.8rem;
 }
 .video-section .video-caption a {
 	display: inline-block;
 	padding: 10px 15px;
 	font-size: 1.8rem;
 	font-weight: 600;
 	border-radius: 0.5rem;
 	box-shadow: 0px 1px 0px 0px rgba(84, 147, 60, 1);
 	background-color: #62ab46;
 	color: #fff;
 	margin-top: 15px;
 	text-decoration: none;
 	-webkit-transition: background-color, 0.25s, ease-out;
 	-o-transition: background-color, 0.25s, ease-out;
 	transition: background-color, 0.25s, ease-out;
 }
 .video-section .video-caption a:hover{
 	background-color: #579441;
 }
 .video-section .video-caption a i{
 	font-size: 15px;
 	margin-left: 5px;
 }
 @media all and (max-width: 992px){
 	.video-section .video-caption{
 		padding-left: 15px;
 		padding-right: 15px;
 	}
 }
 @media all and (max-width: 767px){
 	.video-section .video-caption{
 		margin-top: -20px;
 	}
 	.video-section .video-caption p{
 		font-size: 1.4rem;
 	}
 	.video-section .video-caption a{
 		font-size: 1.6rem;
 	}
 	.video-section .video-caption a i{
 		font-size: 12px;
 	}
 }
 iframe#player {
 	position: absolute;
 	left: 0;
 	right: 0;
 }
 .closevideo {
 	position: absolute;
 	top: 3rem;
 	left: 3rem;
 	z-index: 2;
 	visibility: hidden;
 	opacity: 0;
 	transition: visibility 11s, opacity 0.5s linear;
 }
 .closevideo.show {
 	visibility: visible;
 	opacity: 1;
 }
 .closevideo i {
 	font-size: 3rem;
 }
 /* ===[ Overlap Section ]=== */
 .overlap-section {
 	margin-top: -3.2rem;
 }
 /* ===[ Steps Section ]=== */
 .steps-section {
 	width: 87.14%;
 	margin: auto;
 }
 .steps-column {
 	float: left;
 	width: 22rem;
 	position: relative;
 	margin-bottom: 4.4rem;
 }
 .steps-column h4 {
 	font-weight: 600;
 	color: #61ac45;
 	margin-bottom: 1rem;
 	/*padding-top: 52px;*/
 	padding-bottom: 0px !important;
 }
 .steps-column p {
 	font-size: 1.4rem;
 	margin: 0;
 	line-height: 2.2rem;
 }
 .icon-container {
 	height: 17.2rem;
 	margin-bottom: 6.5rem;
 }
 .arrow-column {
 	position: relative;
 	float: left;
 	width: 13.7rem;
 }
/*.step-nr {
	position: absolute;
	font-size: 3.6rem;
	line-height: 1.6;
	width: 6rem;
	height: 6rem;
	display: block;
	border-radius: 10rem;
	background: #61ac45;
	}*/
	/* ===[ Menu List ]=== */
	.menu-list {
		width: 41rem;
		margin: auto;
		background: #fff;
		position: relative;
		padding-top: 0.8rem;
	}
	.menu-list:before {
		content: "";
		position: absolute;
		top: -2.8rem;
		right: 0;
		border-width: 0 3.3rem 2.8rem 0;
		border-style: solid;
		border-color: #ebebeb transparent;
	}
	.menu-list:after {
		content: "";
		position: absolute;
		top: -2.8rem;
		left: 0;
		right: 3.3rem;
		border-width: 1em;
		border-style: solid;
		border-color: #fff;
	}
	.menu-list h4 {
		font-size: 2.3rem;
		font-weight: 500;
		margin-bottom: 3.3rem;
	}
	.menu-list ul {
		text-align: left;
		padding: 0 4.7rem;
	}
	.menu-list ul li {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.4rem;
		color: #121212;
		margin-bottom: 2.4rem;
	}
	.menu-list ul li:last-child {
		margin-bottom: 0;
	}
	.menu-list ul li span.icon {
		display: inline-block;
		width: 2.4rem;
		margin-right: 2rem;
	}
	.starting-price {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.4rem;
		color: #404040;
		text-align: left;
		border-top: 1px solid #edefeb;
		overflow: hidden;
		display: block;
		padding: 1.8rem 4.7rem 1px;
		margin: 3rem 0 2.3rem;
		font-weight: 600;
	}
	.starting-price span {
		display: block;
		float: left;
		position: relative;
		top: 1.8rem;
		margin-right: 1.6rem;
	}
	.starting-price span.price {
		font-family: 'Archer A', 'Archer B','Muli', sans-serif;
		font-size: 4.1rem;
		color: #61ac45;
		top: 0;
		margin-right: 0.8rem;
	}
	.starting-price span.unit {
		font-family: 'Archer A', 'Archer B','Muli', sans-serif;
		font-size: 1.8rem;
		color: #61ac45;
		top: 0;
		margin-right: 0;
	}
	span.starting-price img {
		position: absolute;
		right: -4.3rem;
		bottom: 3.5rem;
	}
	.menu-list span.bottom {
		font-size: 1.5rem;
		color: #676767;
		padding: 1.5rem 4.7rem 1.7rem;
		display: block;
		width: 100%;
		border-top: 1px solid #e9e9e9;
		background: #f2f2f2;
		font-weight: 600;
	}
	.menu-list span.bottom span {
		font-size: 1.4rem;
	}
	/* ===[ Input Fields ]=== */
	input, textarea {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.4rem;
		color: #121212;
		height: 3.6rem;
		width: 100%;
		padding: 1.1rem 2rem 1.3rem;
		background: #f9f9f9;
		outline: none;
		-moz-border-radius: 0.5rem;
		-webkit-border-radius: 0.5rem;
		border-radius: 0.5rem;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important;
		border: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	/* ===[ Placeholder ]=== */
	::-webkit-input-placeholder {
		color: rgba(18, 18, 18, 0.4);
	}
	:-moz-placeholder {
		color: rgba(18, 18, 18, 0.4);
	}
	::-moz-placeholder {
		color: rgba(18, 18, 18, 0.4);
	}
	:-ms-input-placeholder {
		color: rgba(18, 18, 18, 0.4);
	}
	.recipes-grid textarea::-webkit-input-placeholder {
		font-size:1.3rem;
	}
	.recipes-grid textarea::-webkit-input-placeholder {
		font-size:1.3rem;
	}
	.recipes-grid textarea::-webkit-input-placeholder {
		font-size:1.3rem;
	}
	.recipes-grid textarea::-webkit-input-placeholder {
		font-size:1.3rem;
	}
	/* ===[ Validation ]=== */
	.error-label, .confirmed-label {
		display: block;
		font-size: 1.4rem !important;
		padding: 1.2rem 2rem 1.2rem;
		color: #fff !important;
		width: 100%;
		margin: 0 0 2rem !important;
		border-radius: 0.5rem;
		-webkit-border-radius: 0.5rem;
		-moz-border-radius: 0.5rem;
		background: #ef1d25;
		font-weight: 500;
		text-align: left;
	}
	.confirmed-label {
		background: #62ab46;
	}
	.confirmed-label2 {
		font-size: 1.4rem;
		color: #62ab46;
		margin-top: 1.5rem;
		text-align: left;
		display: block;
	}
	/* ===[ Suppliers Column ]=== */
	.suppliers-column {
		padding: 0 3.7rem;
	}
	.suppliers-column img {
		margin-bottom: 2.6rem;
		border-radius: 100%;
		border: 1rem solid #f6f6f6;
	}
	.suppliers-column h4 {
		font-weight: 500;
		color: #61ac45;
		margin-bottom: 1.8rem;
	}
	.suppliers-column p {
		font-size: 1.4rem;
		margin: 0;
		line-height: 1.6;
	}
	.social-section {
		overflow: hidden;
		width: 100%;
		/*margin-top: 2.5rem;*/
		padding-top: 2rem;
		padding-bottom: 3.9rem;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		min-height:240px;
	}
	.social-section a {
		display: inline-block;
		margin-right: 1.2rem;
	}
	.newsletters-block form {
		width: 78.526%;
		overflow: hidden;
		margin: auto;
	}
	.newsletters-block input {
		padding: 1px 2rem 0;
		border-radius: 0.5rem 0 0 0.5rem;
		-webkit-border-radius: 0.5rem 0 0 0.5rem;
		-moz-border-radius: 0.5rem 0 0 0.5rem;
	}
	.newsletters-block button {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.4rem;
		width: 21.8%;
		height: 3.6rem;
		padding: 0.7rem 1rem 0.8rem;
		overflow: hidden;
		float: left;
		border-radius: 0 0.5rem 0.5rem 0;
		-webkit-border-radius: 0 0.5rem 0.5rem 0;
		-moz-border-radius: 0 0.5rem 0.5rem 0;
		box-shadow: none;
	}
	.newsletters-block span {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.4rem;
		color: rgba(255, 255, 255, 0.2);
		display: block;
		margin-top: 2.3rem;
	}
	/* ===[ Ordering Steps Section ]=== */
	.ordering-steps-section {
		background: #f6f6f6;
	}
	.ordering-steps-section ul {
		width: 64%;
		margin: 2.1rem auto 3.5rem;
		overflow: hidden;
		padding-bottom: 1.4rem;
		font-weight: 600;
	}
	.ordering-steps-section ul li {
		display: inline-block;
		position: relative;
		top: 1.3rem;

		margin-right: 12%;
		width: 114px;
		float: left;
	}
	.ordering-steps-section ul li:after {
		content: "";
		border-bottom: 1px solid #dfdfdf;
	}
	.ordering-steps-section ul li span.nr {
		font-size: 1.7rem;
		font-weight: 500;
		width: 2.6rem;
		height: 2.6rem;
		line-height: 1.5;
		background: #959595;
		border-radius: 100%;
		display: block;
		margin: auto;
		z-index: 1;
		position: relative;
		margin-bottom: 0.7rem;
	}
	.ordering-steps-section ul li.active span.nr {
		background: #61ac45;
	}
	.ordering-steps-section ul li:first-child {
		float: left;
	}
	.ordering-steps-section ul li:last-child {
		float: right;
		margin-right: 0;
		width: auto;
	}
	.ordering-steps-section ul li:last-child span.nr {
		padding-right: 2px;
	}
	.ordering-steps-section ul li a {
		color: #fff;
		text-decoration: none;
		display: block;
	}
	.ordering-steps-section ul li span.label {
		font-size: 1.2rem;
		color: #959595;
	}
	.ordering-steps-section ul li:after {
		content: "";
		border-bottom: 1px solid #dfdfdf;
		width: 165%;
		position: absolute;
		top: 1.3rem;
		left: 5.8rem;
		z-index: 0;
	}
	.ordering-steps-section ul li:last-child:after {
		display: none;
	}
	.ordering-steps-section h2 {
		margin-bottom: 3.2rem;
	}
	/* ===[ Recipes Section ]=== */
	.recipes-section {
		padding: 4.5rem 0 0.8rem;
	}
	.recipes-section .row {
		max-width: 100.5rem;
		margin: 0 auto;
	}
	.container.recipes-section.pt57.pb33 .row {
		margin: auto;
	}
	.recipes-grid {
		padding-bottom: 1.6rem;
		margin-bottom:2px;
	}
	.recipes-grid a {
		display: block;
		position:relative;
	}
	.recipes-grid a span.label {
		color: #fff;
		position: absolute;
		background: #62ab46;
		left: 2rem;
		max-width: 86.2%;
		top: 2rem;
		padding: 0.7rem 1rem;
		text-align: left;	
		font-size: 1.5rem;
		font-weight: 600;
	}
	.recipes-grid a img {
		width: 100%;
	}
	.recipes-section .large-4.columns {
		width: 33.33%;
		float: left;
		padding: 0 1.7rem;
		margin-bottom: 4.3rem;
	}
	.recipes-section .large-4.columns h4 {
		font-size: 2.4rem;
		color: #61ac45;
		font-weight: 600;
		text-align: left;
		margin: 2.4rem 0 0;
		line-height: 1.05;
	}
	.recipes-section .large-4.columns h5 {
		font-size: 1.7rem;
		color: #61ac45;
		font-weight: 500;
		margin: 2.3rem 0 0;
		line-height: 1.05;
	}
	.recipes-section ul {
		text-align: center;
		margin: 2.5rem 0 0;
	}
	.recipes-section ul li {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.3rem;
		text-align: left;
		color: #959595;
		margin-bottom: 1.1rem;
	}
	.recipes-section ul li i {
		color: #bfbfbf;
		width: 1.3rem;
		text-align: center;
		margin-right: 1rem;
		float: left;
	}
	.recipes-section ul li span.label {
		width: 8.4rem;
		display: inline-block;
		margin-right: 3rem;
		float: left;
	}
	.recipes-section ul li span + span {
		color: #121212;
		overflow: hidden;
		display: block;
		line-height: 1.2;
	}
	.recipes-section .button {
		width: 100%;
	}
	.recipes-section .button {
		font-weight: 400;
		width: 100%;
		font-size: 16px;
		padding: 1.1rem 2rem 1.3rem;
	}
	input[type=checkbox]:checked + label.checkbutton-label.button {
		box-shadow: 0px 1px 0px 0px rgba(4, 4, 4, 0.5);
	}
	.checkbutton-label {
		position: relative;
		font-size: 2rem !important;
	}
	.checkbutton-label i {
		display: none;
		color: #fff;
		position: relative;
		z-index: 1;
		float: left;
		top: 0.4rem;
	}
	input[type=checkbox]:checked + .checkbutton-label i {
		display: inline-block;
	}
	input[type=checkbox] {
		display: none;
	}
	input[type=checkbox]:checked + .checkbutton-label:after {
		content: "Selected";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		box-shadow: 0px 1px 0px 0px rgba(149, 149, 149, 0.004), inset 0px 1px 0px 0px rgba(0, 0, 0, 0.17);
		background: #949494;
		border-radius: 0.5rem;
		-moz-transition: all 0.25s ease-out;
		-webkit-transition: all 0.25s ease-out;
		line-height: 2.4;
	}
	/* ===[ Middle Button Section ]=== */
	.action-button-section {
		background: #f6f6f6;
		min-height: 0;
		padding: 4.8rem 0 5rem;
	}
	.action-button-section span.validation {
		font-size: 1.8rem;
		color: #959595;
		font-weight: 600;
		display: block;
		margin-top: 2rem;
		background: #e8e8e8;
		padding: 1.7rem 2rem 1.5rem;
		position: relative;
		-moz-border-radius: 0.5rem;
		-webkit-border-radius: 0.5rem;
		border-radius: 0.5rem;
	}
	.action-button-section span.validation:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 1.3rem 1rem;
		border-color: transparent transparent #e8e8e8 transparent;
		position: absolute;
		top: -1rem;
		left: 0;
		right: 0;
		margin: auto;
	}
	/* ===[ Recipes Inner Section ]=== */
	.recipes-inner-section {
		text-align: left;
		padding: 14rem 0 4.9rem;
	}
	.recipes-inner-section h3.heading {
		font-weight: 500;
		text-align: left;
		margin-bottom: 3.5rem;
	}
	.recipes-inner-section img {
		float: left;
		margin-right: 3rem;
	}
	.recipes-inner-section .recipe-details {
		overflow: hidden;
		width: 28.558%;
	}
	.recipes-inner-section .recipe-details h5 {
		color: #61ac45;
		font-weight: 600;
		margin-bottom: 1.7rem;
	}
	.recipes-inner-section .recipe-details h5 img {
		margin-right: 1.4rem;
	}
	.recipes-inner-section .recipe-details-inner {
		overflow: hidden;
		padding-bottom: 1.3rem;
		margin-bottom: 2.1rem;
		border-bottom: 1px solid #eee;
	}
	.recipes-inner-section .recipe-details-inner:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
		line-height: 2rem;
	}
	.recipes-inner-section .recipe-details-inner ul li {
		overflow: hidden;
		margin-bottom: 0.8rem;
	}
	.recipes-inner-section .recipe-details ul li span {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.4rem;
		line-height: 2rem;
		color: #121212;
		display: inline-block;
	}
	.recipes-inner-section .recipe-details span.label {
		color: #969696;
		width: 15rem;
		margin-right: 3rem;
		padding-bottom:3px;
	}
	/* ===[ Text Columns Section ]=== */
	.text-column {
		text-align: left;
		padding-right: 21%;
	}
	.text-column h4 {
		font-size: 1.9rem;
		color: #61ac45;
		margin-bottom: 1.9rem;
	}
	.text-column p {
		font-size: 1.3rem;
		line-height: 1.65;
		margin: 0 0 0.4rem;
	}
	/* ===[ Details Section ]=== */
	.details-section {
		text-align: left;
		padding-right: 0.6rem;
	}
	.details-section h4 {
		font-size: 2.4rem;
		color: #61ac45;
		font-weight: 600;
		margin-bottom: 2.1rem;
	}
	.details-section h5 {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.3rem;
		color: #121212;
		margin: 2rem 0 0.9rem;
	}
	.details-section p {
		margin-bottom: 2.3rem;
	}
	.details-section .button.small {
		margin-bottom: 4.9rem;
		font-weight: 600;
	}
	.details-section .delivery-date {
		font-size: 2.3rem;
		color: #404040;
		font-weight: 600;
		margin-bottom: 3.3rem;
	}
	.details-section .delivery-date span {
		font-weight: 500;
	}
	.details-section form {
		margin-bottom: 3.4rem;
		overflow: hidden;
	}
	.details-section form:last-child {
		margin-bottom: 0;
	}
	.details-section form h4 {
		margin-bottom: 3.2rem;
	}
	.details-section input {
		height: 3.8rem;
		padding: 1rem 2rem;
		margin: 0 0.5rem 1rem 0;
		border: 1px solid #dfdfdf;
		box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
	}
	.details-section label {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.4rem;
		color: #121212;
		display: inline-block;
		margin-right: 1.9rem;
	}
	.details-section .form-column {
		float: left;
		margin-right: 0;
		overflow: hidden;
		width: 46.5%;
	}
	.details-section .form-column:last-child {
		margin-right: 0;
	}
	.details-section .form-select {
		width: 15.16%;
		height: 3.8rem;
		float: left;
		position: relative;
		margin: 0 0.9rem 1rem 0;
		background: #fff;
		overflow: hidden;
		border: 1px solid #dfdfdf;
		box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.06);
		-moz-border-radius: 0.5rem;
		-webkit-border-radius: 0.5rem;
		border-radius: 0.5rem;
	}
	.details-section .form-select select {
		font-family: 'Open Sans', sans-serif;
		background: #fff;
		width: 100%;
		height: 3.8rem;
		font-size: 1.5rem;
		color: rgba(18, 18, 18, 0.502);
		line-height: normal;
		border: 0;
		outline: none;
		padding: 0.7rem 1.9rem 0.9rem;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.details-section .form-select:after {
		content: "\f107";
		font-family: FontAwesome;
		color: #62ab46;
		position: absolute;
		right: 1.5rem;
		top: 27%;
		font-size: 1.7rem;
		pointer-events: none;
	}
	/* ===[ Sidebar ]=== */ 
	.sidebar {
		text-align: left;
		width: 32.76%;
	}
	.sidebar h5.heading {
		font-size: 1.8rem;
		font-weight: 600;
		margin-bottom: 1.8rem;
	}
	.has-blockbuilder-sidebar {
		width: 64.5%;
		text-align: left;
	}
	.sidebar .order-summary, .sidebar .recent-posts, .sidebar .contact-block {
		position: relative;
		padding: 0 3.5rem 2.9rem;
		background: #f6f6f6;
		text-align: center;
	}
	.sidebar .contact-block {
		padding: 1px 2.8rem 2.5rem !important;
	}
	.sidebar .recent-posts, .sidebar .contact-block {
		text-align: left;
		padding-top: 0.9rem;
		margin-top: 2.8rem;
		-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	}
	.sidebar .recent-posts a {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.3rem;
		color: #62ab46;
		display: block;
		margin-bottom: 1.8rem;
		line-height: 1.2;
	}
	.sidebar .order-summary h4, .sidebar .recent-posts h4, .sidebar .contact-block h4 {
		font-size: 2.1rem;
		margin-bottom: 2.7rem;
	}
	.sidebar .order-summary:before, .sidebar .recent-posts:before, .sidebar .contact-block:before {
		content: "";
		position: absolute;
		top: -2.8rem;
		right: 0;
		border-width: 0 3.3rem 2.8rem 0;
		border-style: solid;
		border-color: #e6e6e6 transparent;
	}
	.sidebar .order-summary:after, .sidebar .recent-posts:after, .sidebar .contact-block:after {
		content: "";
		position: absolute;
		top: -2.8rem;
		left: 0;
		right: 3.3rem;
		border-width: 1em;
		border-style: solid;
		border-color: #f6f6f6;
	}
	.sidebar .item-block {
		padding: 1.1rem;
		background: #fff;
		overflow: hidden;
		margin-bottom: 0.6rem;
		text-align: left;
		box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.11);
	}
	.sidebar .item-block:last-of-type {
		margin-bottom: 1.4rem;
	}
	.sidebar .item-block img {
		float: left;
		margin-right: 1.7rem;
	}
	.sidebar .item-block-caption {
		overflow: hidden;
		padding: 0.5rem 1.5rem 1px 0;
	}
	.sidebar .item-block-caption h5 {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.4rem;
		color: #62ab46;
		line-height: 1.3;
		margin-bottom: 0.6rem;
	}
	.sidebar .item-block-caption span {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.2rem;
		color: #969696;
	}
	.sidebar .order-summary a {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.2rem;
		color: #62ab46;
		display: block;
		margin-bottom: 3.3rem;
	}
	.sidebar ul.list {
		text-align: left;
	}
	.sidebar ul.list li {
		font-family: 'Open Sans', sans-serif;
		border-bottom: 1px solid #e1e1e1;
		padding-bottom: 1.1rem;
		margin-bottom: 2rem;
		overflow: hidden;
	}
	.sidebar ul.list li:last-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.sidebar ul.list li span {
		font-size: 1.3rem;
		color: #121212;
		display: block;
		overflow: hidden;
		margin-bottom: 0.9rem;
		padding-bottom: 1px;
	}
	.sidebar ul.list li span.label {
		color: #969696;
		float: left;
		width: 47%;
		margin-right: 3.6rem;
		overflow: visible;
	}
	.sidebar .order-summary h4 + ul.list li {
		border: none;
		padding-bottom: 0;
		margin-bottom: 0.3rem;
	}
	.sidebar .total-block {
		padding: 2.2rem 9.5rem 2.1rem 3.5rem;
		background: #62ab46;
		overflow: hidden;
		margin-bottom: 1.3rem;
	}
	.sidebar .total-block ul li {
		font-size: 1.7rem;
	}
	.sidebar .total-block ul li span {
		display: block;
		overflow: hidden;
		font-weight: 600;
		text-align: right;
	}
	.sidebar .total-block ul li span.label {
		float: left;
		overflow: visible;
		font-weight: 600;
		margin-right: 23%;
		text-align: left;
	}
	.sidebar .info-block {
		margin-top: 3.3rem;
		padding: 3.1rem 3.5rem 3.5rem;
		background: #b0b0b0;
	}
	.sidebar .info-block h4 {
		font-size: 2.3rem;
		color: #fff;
		margin-bottom: 2.1rem;
	}
	.sidebar .info-block p {
		font-size: 1.3rem;
		color: #fff;
		font-weight: 500;
		line-height: 1.65;
		margin-bottom: 0;
	}
	/* ===[ Reveal Modal ]=== */ 
	.reveal .container {
		padding-left: 4.9rem;
		padding-right: 4.9rem;
	}
	.reveal .text-column {
		padding-right: 0;
	}
	/* ===[ Creditcard Block ]=== */ 
	.creditcard-block {
		overflow: hidden;
		padding-top: 0.6rem;
		margin-bottom: 4.1rem;
	}
	.creditcard-block a {
		display: block;
		float: left;
		margin-right: 1.6rem;
		width: 8.8rem;
		height: 5.5rem;
	}
	.creditcard-block a:last-child {
		margin-right: 0;
	}
	.creditcard-block a.active {
		border: 0.4rem solid #61ac45;
		-webkit-border-radius: 0.7rem;
		-moz-border-radius: 0.7rem;
		border-radius: 0.7rem;
	}
	/* ===[ Accordion ]=== */ 
	.accordion {
		margin-left: 0;
		background: #fefefe;
		list-style-type: none;
	}
	.accordion-item {
		margin-bottom: 1.2rem;
	}
	.accordion-item.is-active a.accordion-title {
		background: #ececec;
	}
	a.accordion-title {
		position: relative;
		display: block;
		padding: 2.6rem 3.5rem 2.5rem;
		border-bottom: 0;
		font-size: 1.9rem;
		line-height: 1;
		color: rgba(64, 64, 64, 0.71);
		text-decoration: none;
		background: #f6f6f6;
		-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.12);
		-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.12);
		box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.12);
	}
	.accordion-title:hover, .accordion-title:focus {
		background-color: #e6e6e6;
	}
	.accordion-title::before {
		content: '\f107';
		font-family: FontAwesome;
		font-size: 2.8rem;
		color: #c5c5c5;
		position: absolute;
		top: 50%;
		right: 3rem;
		margin-top: -1.2rem;
	}
	.is-active > .accordion-title::before {
		content: '\f106';
	}
	.accordion-content {
		display: none;
		padding: 2.3rem 3.5rem;
		background: #f6f6f6;
	}
	.accordion-content p {
		font-size: 1.3rem;
		color: #121212;
	}
	.accordion ul.list li span.label {
		margin-right: 0;
	}
	.accordion ul.list li span {
		line-height: 1.6;
		word-wrap: break-word;
	}
	/* ===[ Postcode Check Section ]=== */ 
	.postcode-check-section h3.confirmed, .postcode-check-section h3.error {
		color: #61ac45;
		margin-bottom: 3.1rem;
	}
	.postcode-check-section h3.error {
		color: #c44141;
	}
	.postcode-check-section h3.confirmed i, h3.error i {
		margin-right: 0.8rem;
	}
	.postcode-check-section p {
		font-size: 1.4rem;
		margin: 0;
		padding-top: 0.5rem;
	}
	.postcode-check-block {
		padding: 3.5rem 10.8rem 3.9rem;
		position: relative;
		margin-bottom: 6.1rem;
		background: #f6f6f6;
		-webkit-border-radius: 0.6rem;
		-moz-border-radius: 0.6rem;
		border-radius: 0.6rem;
	}
	.postcode-check-block:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 1.8rem 1.7rem;
		border-color: transparent transparent #f6f6f6 transparent;
		position: absolute;
		top: -1.7rem;
		left: 0;
		right: 0;
		margin: auto;
	}
	.postcode-check-block h4 {
		font-size: 2.3rem;
		color: #959595;
		font-weight: 600;
		letter-spacing: -0.01rem;
		margin-bottom: 2.2rem;
	}
	.postcode-check-block input {
		height: 3.8rem;
		width: 80.6%;
		padding: 2.4rem 2rem;
		margin-right: 1.2rem;
		border: 1px solid #dfdfdf;
		background: #fff;
		-webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.04);
		-moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.04);
		box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.04);
	}
	.postcode-check-block button {
		font-family: 'Archer A', 'Archer B','Muli', sans-serif;
		font-size: 1.8rem;
		font-weight: 500;
		top: 1px;
		padding: 1.4rem 4.56rem 1.2rem;
		position: relative;
	}
	/* ===[ My Account Nav Section ]=== */ 
	.myaccount-nav-section {
		padding: 2.6rem 0 3rem;
		background: #f6f6f6;
	}
	.myaccount-nav-section ul {
		text-align: right;
	}
	.myaccount-nav-section ul li {
		display: inline-block;
	}
	.myaccount-nav-section ul li a {
		font-size: 1.6rem;
		color: #959595;
		display: block;
		font-weight: 700;
		padding: 1.1rem 2.21rem 1.3rem;
		-webkit-border-radius: 0.6rem;
		-moz-border-radius: 0.6rem;
		border-radius: 0.6rem;
		-moz-transition: all 0.25s ease-out;
		-webkit-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
	}
	.myaccount-nav-section ul li a span {
		color: #d0d0d0;
	}
	.myaccount-nav-section ul li.active a, .myaccount-nav-section ul li.active a:hover, .myaccount-nav-section ul li.active a:focus {
		color: #fff;
		text-decoration: none;
		background: #b9b9b9;
	}
	.myaccount-nav-section .form-select.hide-for-large-only {
		display: none;
		width: 100%;
		height: 3.8rem;
		float: left;
		position: relative;
		background: #fff;
		overflow: hidden;
		border: 1px solid #dfdfdf;
		box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.06);
		-moz-border-radius: 0.5rem;
		-webkit-border-radius: 0.5rem;
		border-radius: 0.5rem;
	}
	.myaccount-nav-section .form-select select {
		font-family: 'Open Sans', sans-serif;
		background: #fff;
		width: 100%;
		height: 3.8rem;
		font-size: 1.5rem;
		color: rgba(18, 18, 18, 0.502);
		line-height: normal;
		border: 0;
		outline: none;
		padding: 0.7rem 1.9rem 0.9rem;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.myaccount-nav-section .form-select:after {
		content: "\f107";
		font-family: FontAwesome;
		color: #62ab46;
		position: absolute;
		right: 1.5rem;
		top: 27%;
		font-size: 1.7rem;
		pointer-events: none;
	}
	.myaccount-nav-section ul li a:hover, .myaccount-nav-section ul li a:focus {
		color: #62ab46;
		text-decoration: none;
		background: none;
	}
	.delivery-note, .login-box {
		padding: 2.8rem 10.8rem 2.9rem;
		position: relative;
		margin-bottom: 4.2rem;
		background: #f6f6f6;
		-webkit-border-radius: 0.6rem;
		-moz-border-radius: 0.6rem;
		border-radius: 0.6rem;
	}
	.login-box {
		width: 50rem;
		margin: 0 auto 7rem;
		padding: 6rem 5rem 5rem;
	}
	.login-box input {
		background: #fff;
		margin-bottom: 1rem;
		border: 1px solid #dfdfdf;
	}
	.login-box button {
		font-size: 1.7rem;
		padding: 1.2rem 3.3rem 1rem;
		margin-top: 1.6rem;
	}
	.login-box a.recoverpass {
		color: #959595;
		display: block;
		margin-top: 3.9rem;
	}
	.delivery-note:after, .login-box:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 1.2rem 1rem;
		border-color: transparent transparent #f6f6f6 transparent;
		position: absolute;
		top: -1rem;
		left: 0;
		right: 0;
		margin: auto;
	}
	.delivery-note h4 {
		font-size: 2.4rem;
		color: #959595;
	}
	.delivery-note h4 span {
		color: #62ab46;
		font-weight: 500;
	}
	.delivery-note h5, .login-box h5 {
		font-size: 1.8rem;
		color: #959595;
		margin-bottom: 1.1rem;
	}
	.login-box h5 {
		font-size: 1.6rem;
		margin-bottom: 2rem;
	}
	/* ===[ Delivery Summary Section ]=== */ 
	.delivery-summary-section {
		padding: 5.2rem 0 4.8rem;
		background: #f6f6f6;
		min-height: 0;
	}
	.delivery-summary-section h4 {
		font-size: 2.4rem;
		margin-bottom: 2.5rem;
	}
	.delivery-summary-section h5 {
		font-size: 1.8rem;
		color: #838383;
	}
	.delivery-summary-section p {
		font-size: 1.3rem;
		line-height: 1.55;
		margin: 0 0 2.3rem;
	}
	.delivery-summary-section span {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.3rem;
		color: #959595;
		display: block;
		margin-bottom: 3.7rem;
	}
	.delivery-summary-section h5 + p {
		margin: 2rem 0 0;
	}
	.delivery-summary-section .form-select {
		width: 15.16%;
		height: 3.8rem;
		float: left;
		position: relative;
		margin: 0 0.9rem 1rem 0;
		background: #fff;
		overflow: hidden;
		border: 1px solid #dfdfdf;
		box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.06);
		-moz-border-radius: 0.5rem;
		-webkit-border-radius: 0.5rem;
		border-radius: 0.5rem;
	}
	.delivery-summary-section .form-select select {
		font-family: 'Open Sans', sans-serif;
		background: #fff;
		width: 100%;
		height: 3.8rem;
		font-size: 1.5rem;
		color: rgba(18, 18, 18, 0.502);
		line-height: normal;
		border: 0;
		outline: none;
		padding: 0.7rem 1.9rem 0.9rem;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.delivery-summary-section .form-select:after {
		content: "\f107";
		font-family: FontAwesome;
		color: #62ab46;
		position: absolute;
		right: 1.5rem;
		top: 27%;
		font-size: 1.7rem;
		pointer-events: none;
	}
	/* ===[ Rating Block ]=== */ 
	.rating-block {
		margin-top: -1.6rem;
	}
	.rating-block ul li {
		display: inline-block;
		margin: 0 0.2rem;
	}
	.rating-block ul li span {
		display: block;
		width: 1.8rem;
		height: 1.8rem;
		cursor: pointer;
		background: url(../images/icon_star.png) center top no-repeat;
	}
	.rating-block ul li span:hover, .rating-block ul li span.active {
		background: url(../images/icon_star.png) center bottom no-repeat;
	}
	.rating-block textarea {
		overflow: hidden;
		min-height: 8.3rem;
		line-height: 1.6;
		padding: 1.4rem 2rem;
		border: 1px solid #e8e8e8;
		border-bottom: none;
		-webkit-border-radius: 0.6rem 0.6rem 0 0;
		-moz-border-radius: 0.6rem 0.6rem 0 0;
		border-radius: 0.6rem 0.6rem 0 0;
		background-color: rgba(246, 246, 246, 0.569);
		-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
		-moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
		box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
	}
	.rating-block ul {
		margin: 1.8rem 0 2.1rem;
	}
	.rating-block button {
		font-family: 'Archer A', 'Archer B','Muli', sans-serif;
		font-size: 1.6rem;
		width: 100%;
		padding: 1.5rem 3.5rem 1.2rem;
		-webkit-border-radius: 0 0 0.6rem 0.6rem;
		-moz-border-radius: 0 0 0.6rem 0.6rem;
		border-radius: 0 0 0.6rem 0.6rem;
	}
	/* ===[ My Details Section ]=== */
	.mydetails-section {
		padding: 5.7rem 0 8.7rem;
	}
	.mydetails-block {
		position: relative;
		margin-top: 4.2rem;
		padding: 0 2.9rem 2.9rem;
		background: #f6f6f6;
		text-align: center;
		min-height: 41.5rem;
		box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	}
	.mydetails-block:before {
		content: "";
		position: absolute;
		top: -2.8rem;
		right: 0;
		border-width: 0 3.3rem 2.8rem 0;
		border-style: solid;
		border-color: #e6e6e6 transparent;
	}
	.mydetails-block:after {
		content: "";
		position: absolute;
		top: -2.8rem;
		left: 0;
		right: 3.3rem;
		border-width: 1em;
		border-style: solid;
		border-color: #f6f6f6;
	}
	.mydetails-block h4 {
		font-size: 1.8rem;
		color: #404040;
		text-align: left;
		font-weight: 600;
		margin-bottom: 2.6rem;
		padding-top: 0.4rem;
	}
	.mydetails-block a.accordion-title {
		text-align: left;
		padding: 1.9rem 1.9rem 1.7rem;
		border-bottom: 0;
		font-size: 1.3rem;
		line-height: 1;
		color: #121212;
		background: #fff;
	}
	.mydetails-block a.accordion-title i {
		font-size: 1.5rem;
		color: #dcdcdc;
		margin-right: 1.6rem;
	}
	.mydetails-block a.accordion-title:last-child {
		-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.12);
		-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.12);
		box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.12);
	}
	.mydetails-block .mydetails-entry, .mydetails-block .subscription-entry {
		text-align: left;
		padding: 1.6rem 1.5rem 0;
		margin-bottom: 1px;
		font-size: 1.4rem;
		line-height: 1.4;
		color: #121212;
		background: #fff;
		display: block;
		overflow: hidden;
		s-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.06);
		-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.06);
		box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.06);
	}
	.mydetails-block .mydetails-entry-top {
		padding-bottom: 1.6rem;
		overflow: hidden;
		width: 100%;
	}
	.mydetails-block .mydetails-entry i {
		font-size: 1.5rem;
		color: #dcdcdc;
		margin-right: 1.7rem;
		position: relative;
		top: 0.2rem;
		float: left;
	}
	.mydetails-block .mydetails-entry .button.small2 {
		padding: 0.7rem 2.8rem 0.8rem 2rem;
	}
	.mydetails-block .mydetails-entry h5 {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.3rem;
		color: #121212;
		font-weight: 500;
		display: none;
		position: relative;
	}
	.mydetails-block .mydetails-entry h5.show {
		display: block;
		float: left;
		width: 65%;
		line-height: 1.4;
	}
	.mydetails-block .mydetails-entry h5.show + span {
		display: none;
	}
	.mydetails-block .mydetails-entry span {
		font-family: 'Open Sans', sans-serif;
		display: block;
		overflow: hidden;
		width: 65%;
		float: left;
	}
	.mydetails-block .mydetails-entry span.toplabel {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.3rem;
		color: #969696;
		float: left;
		width: 87%;
		margin-bottom: 0.4rem;
	}
	.mydetails-block .mydetails-entry .button-toggle, .mydetails-block .subscription-entry .button-toggle {
		font-family: 'Open Sans', sans-serif;
		font-size: 1rem;
		color: #fff;
		font-weight: 600;
		padding: 0.2rem 0.56rem 0.3rem;
		text-transform: uppercase;
		float: right;
		text-decoration: none;
		background: #62ab46;
		-moz-border-radius: 0.5rem;
		-webkit-border-radius: 0.5rem;
		border-radius: 0.5rem;
		-moz-transition: all 0.25s ease-out;
		-webkit-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
		box-shadow: 0px 1px 0px 0px rgba(84, 147, 60, 1);
	}
	.subscription-entry .button-toggle.red {
		background: #e74c3c;
	}
	.mydetails-block .mydetails-entry .button-close {
		display: block;
		width: 2rem;
		height: 2rem;
		line-height: 1.1;
		text-align: center;
		overflow: hidden;
		background: #e74c3c;
		-moz-border-radius: 0.5rem;
		-webkit-border-radius: 0.5rem;
		border-radius: 0.5rem;
	}
	.mydetails-block .mydetails-entry .button-close i {
		font-size: 1.3rem;
		color: #fff;
		margin: 0;
		float: none;
	}
	.mydetails-block .mydetails-entry .subform {
		display: none;
		width: 100%;
		margin: 2rem 0;
	}
	.mydetails-block .mydetails-entry .subform.show {
		display: block;
	}
	.mydetails-block .mydetails-entry .buttons-block {
		float: left;
		margin-top: 6px;
		clear: both;
	}
	.mydetails-block .mydetails-entry .buttons-block a {
		float: left;
	}
	.mydetails-block .mydetails-entry .button-toggle.default {
		background: #949494;
		cursor: default;
		box-shadow: 0px 1px 0px 0px rgba(4, 4, 4, 0.5);
	}
	.mydetails-block .mydetails-entry input {
		font-size: 1.3rem;
		border: 1px solid #dfdfdf;
		box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
	}
	.mydetails-block .mydetails-entry .form-select {
		width: 15.16%;
		height: 3.8rem;
		float: left;
		position: relative;
		margin: 0 0.9rem 1rem 0;
		background: #fff;
		overflow: hidden;
		border: 1px solid #dfdfdf;
		box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.06);
		-moz-border-radius: 0.5rem;
		-webkit-border-radius: 0.5rem;
		border-radius: 0.5rem;
	}
	.mydetails-block .mydetails-entry .form-select:after {
		content: "\f107";
		font-family: FontAwesome;
		color: #62ab46;
		position: absolute;
		right: 1.5rem;
		top: 20%;
		font-size: 1.7rem;
		pointer-events: none;
	}
	.mydetails-block .mydetails-entry .form-select select {
		font-family: 'Open Sans', sans-serif;
		background: #fff;
		width: 100%;
		height: 3.8rem;
		font-size: 1.3rem;
		color: rgba(18, 18, 18, 0.502);
		line-height: normal;
		border: 0;
		outline: none;
		padding: 0.7rem 1.9rem 0.9rem;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.mydetails-block .mydetails-entry p.note {
		font-size: 1.2rem;
		color: #969696;
		font-weight: 600;
		line-height: 1.3;
		margin: 0.6rem 0 1.1rem;
	}
	.mydetails-block .mydetails-entry button.fullwidth {
		font-family: 'Archer A', 'Archer B','Muli', sans-serif;
		margin-bottom: 1.7rem;
	}
	.mydetails-block .bottom-text {
		margin-top: 2.8rem;
		overflow: hidden;
	}
	.mydetails-block .bottom-text h5, .mydetails-block .bottom-text p {
		font-size: 1.3rem;
		color: #969696;
		font-weight: 600;
		text-align: left;
		margin-bottom: 0.9rem;
	}
	.mydetails-block .bottom-text p {
		font-weight: 500;
		margin: 0;
		line-height: 1.45;
	}
	.bottom-button {
		padding: 2px 2.9rem 3.1rem;
		background: #f6f6f6;
		box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	}
	.bottom-button .button.fullwidth {
		font-size: 1.7rem;
		left: 0;
		right: 0;
		margin: auto;
		padding: 1.3rem 2rem 1.4rem;
	}
	.address-select {
		display: block;
		background: #f9f9f9;
		padding: 1rem 2rem 1.4rem;
		overflow: hidden;
		margin-bottom: 1.5rem;
		border: 1px solid #e4e4e4;
	}
	.address-select:hover, .address-select:focus {
		text-decoration: none;
	}
	.address-select h4 {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.4rem;
		font-weight: 600;
		margin: 0 0 0.5rem;
	}
	.address-select span {
		width: 100% !important;
	}
	span.validation {
		font-size: 1.4rem;
		display: block;
		color: #e74c3c;
		margin-bottom: 0.5rem;
		width: 100% !important;
	}
	.mydetails-block.subscription {
		min-height: 28.6rem;
	}
	.mydetails-block .subscription-entry {
		padding: 2.2rem 1.5rem;
	}
	.subscription-entry span.recipes-qty {
		font-size: 3rem;
		color: #61ac45;
		display: block;
		width: 4.2rem;
		height: 4.2rem;
		line-height: 1.15;
		text-align: center;
		float: left;
		margin-right: 1.7rem;
		border: 1px solid #61ac45;
		border-radius: 100%;
	}
	.subscription-entry h5 {
		font-weight: 600;
		overflow: hidden;
		line-height: 1.3;
	}
	.subscription-entry h5 span {
		color: #62ab46;
	}
	.mydetails-block.subscription form {
		width: 57%;
		float: left;
		margin-right: 3%;
	}
	.mydetails-block.subscription form:last-of-type {
		width: 40%;
		margin-right: 0;
	}
	.mydetails-block.subscription .button.fullwidth {
		font-size: 1.8rem;
		padding: 1rem 2rem;
		margin-top: 1.5rem;
	}
	#modal-cancel, #modal-plan, #modal-activate {
		width: 40%;
		padding: 4rem;
	}
	#modal-cancel h3, #modal-plan h3, #modal-activate h3 {
		font-weight: 500;
	}
	#modal-cancel p, #modal-plan p, #modal-activate p {
		font-size: 1.3rem;
	}
	#modal-cancel textarea, #modal-plan textarea, #modal-activate textarea{
		font-size: 1.3rem;
		height: 10rem;
		padding: 1.5rem 2rem;
		margin: 1rem 0 2rem;
		border: 1px solid #dfdfdf;
		box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
	}
	#modal-cancel button, #modal-plan button, #modal-activate button {
		font-size: 1.5rem;
		padding: 1rem 2rem;
	}
	.subscription ul.buttons-list {
		width: 100%;
	}
	.subscription ul.buttons-list li {
		display: block;
		position: relative;
		overflow: hidden;
		margin-bottom: 0.8rem;
		padding-bottom: 1px;
	}
	.subscription ul.buttons-list li label span {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.4rem;
		color: #fff;
		position: relative;
	}
	/* hide input */
	.subscription ul.buttons-list li input.radio:empty {
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		display: none;
	}
	.subscription ul.buttons-list li input.radio:empty ~ label {
		position: relative;
		float: left;
		width: 100%;
		padding: 1.3rem 1rem 1.4rem;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.subscription ul.buttons-list li input.radio:empty ~ label:before {
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		content: '';
		width: 100%;
		background: #62ab46;
		-moz-border-radius: 38px;
		-webkit-border-radius: 38px;
		border-radius: 38px;
		-moz-box-shadow: 0px 1px 0px 0px rgba(84, 147, 60, 1);
		-webkit-box-shadow: 0px 1px 0px 0px rgba(84, 147, 60, 1);
		box-shadow: 0px 1px 0px 0px rgba(84, 147, 60, 1);
	}
	.subscription ul.buttons-list li input.radio:hover:not(:checked) ~ label {
		color: #888;
	}
	.subscription ul.buttons-list li input.radio:checked ~ label:before {
		text-indent: 0.9em;
		background-color: #959595;
		-moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.17);
		-webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.17);
		box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.17);
	}
	/* ===[ Blog Landing ]=== */
	.blog-section {
		padding: 5rem 0 7.5rem;
	}
	.blog-landing .row {
		margin-bottom: 4.8rem;
	}
	.blog-landing .row:last-child {
		margin-bottom: 0;
	}
	.blogpost-block {
		text-align: left;
	}
	.blogpost-block a {
		display: block;
	}
	.blogpost-block img {
		width: 100%;
		margin-bottom: 2.3rem;
	}
	.blogpost-block h4 {
		font-size: 2.4rem;
		color: #61ac45;
		font-weight: 600;
		line-height: 1.21;
		height: 7.5rem;
	}
	.blogpost-block p {
		font-size: 1.3rem;
		height: 3.8rem;
		overflow: hidden;
	}
	.blogpost-block ul.meta {
		margin: 1.9rem 0 2.1rem;
	}
	.blogpost-block ul.meta li, .blogpost-block ul.meta li a {
		font-size: 1.2rem;
		color: #959595;
		display: inline-block;
		text-decoration: none;
	}
	.blogpost-block ul.meta li {
		font-family: 'Open Sans', sans-serif;
		margin-right: 1rem;
	}
	.blogpost-block ul.meta li:last-child {
		margin-right: 0;
	}
	.blogpost-block ul.meta li a:hover {
		color: #61ac45;
	}
	.blogpost-block ul.meta li i {
		color: #dedede;
		margin-right: 0.5rem;
	}
	.blogpost-block .button {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.4rem;
		padding: 0.8rem 1.85rem 0.9rem;
		margin-top: 0.7rem;
		display: inline-block;
	}
	/* ===[ Pagination Section ]=== */
	.pagination-section {
		background: #f6f6f6;
		min-height: 0;
		padding: 5.7rem 0 6.4rem;
	}
	.pagination-section ul {
		margin-top: 1.5rem;
		display: inline-block;
	}
	.pagination-section ul li {
		font-family: 'Open Sans', sans-serif;
		font-size: 2.2rem;
		color: #d5d5d5;
		display: inline-block;
		margin: 0 1.2rem;
	}
	.pagination-section ul li a {
		color: #61ac45;
		font-weight: 500;
		text-decoration: none;
	}
	.pagination-section ul li a.active {
		color: #d5d5d5;
	}
	.pagination-section .button {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.4rem;
		padding: 0.8rem 1.85rem 0.9rem;
		margin-top: 0.7rem;
		display: inline-block;
		width: 11.2rem;
	}
	.pagination-section .button.deactive {
		background: #d5d5d5;
		-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.25);
	}
	.intro-text {
		margin: 0;
	}
	.intro-text p {
		margin-top: 0;
	}
	/* ===[ FAQ Section ]=== */
	.faq-section {
		padding: 5rem 0 7.5rem;
	}
	.faq-section h4 {
		font-size: 2.4rem;
		font-weight: 600;
		text-align: left;
		margin-bottom: 2.8rem;
	}
	.faq-section .accordion-item.is-active a.accordion-title {
		background: none;
	}
	.faq-section .accordion {
		text-align: left;
		margin-bottom: 4.6rem;
	}
	.faq-section a.accordion-title {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.4rem;
		color: #61ac45;
		padding: 0 0 0 2.5rem;
		;
		background: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.faq-section a.accordion-title::before {
		font-size: 1.9rem;
		color: #c5c5c5;
		left: 0;
		margin-top: -0.9rem;
	}
	.faq-section .accordion-content {
		position: relative;
		padding: 2.2rem 3.5rem 1.2rem;
		margin: 3.2rem 0 2.4rem !important;
		background: #f6f6f6;
		-moz-border-radius: 0.5rem;
		-webkit-border-radius: 0.5rem;
		border-radius: 0.5rem;
	}
	.faq-section .accordion-item {
		margin-bottom: 1.6rem;
	}
	.accordion-content p {
		color: #404040;
		line-height: 1.85;
		margin-top: 0;
	}
	.faq-section .accordion-content:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 1.3rem 1rem;
		border-color: transparent transparent #f6f6f6 transparent;
		position: absolute;
		top: -1rem;
		left: 2.5rem;
		margin: auto;
	}
	/* ===[ Form Section ]=== */
	.form-section {
		padding: 4.8rem 0 6.3rem;
		background: #f6f6f6;
		min-height: 0;
	}
	.form-section h4 {
		font-size: 2.4rem;
		font-weight: 600;
		margin-bottom: 3.7rem;
	}
	.form-section h5 {
		font-size: 1.9rem;
		color: rgba(64, 64, 64, 0.43);
		font-weight: 600;
		margin-bottom: 1.8rem;
	}
	.form-section input, .form-section textarea {
		border: 1px solid rgba(149, 149, 149, 0.35);
		background: #fff;
		-moz-border-radius: 0.5rem;
		-webkit-border-radius: 0.5rem;
		border-radius: 0.5rem;
		-moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.06);
		-webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.06);
		box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.06);
	}
	.form-section textarea {
		width: 98%;
		height: 19.6rem;
	}
	.form-section input {
		margin-bottom: 1rem;
	}
	.form-section .form-select {
		width: 15.16%;
		height: 3.8rem;
		float: left;
		position: relative;
		margin: 0 0.9rem 1rem 0;
		background: #fff;
		overflow: hidden;
		border: 1px solid #dfdfdf;
		box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.06);
		-moz-border-radius: 0.5rem;
		-webkit-border-radius: 0.5rem;
		border-radius: 0.5rem;
	}
	.form-section .form-select select {
		font-family: 'Open Sans', sans-serif;
		background: #fff;
		width: 100%;
		height: 3.8rem;
		font-size: 1.5rem;
		color: rgba(18, 18, 18, 0.502);
		line-height: normal;
		border: 0;
		outline: none;
		padding: 0.7rem 1.9rem 0.9rem;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.form-section .form-select:after {
		content: "\f107";
		font-family: FontAwesome;
		color: #62ab46;
		position: absolute;
		right: 1.5rem;
		top: 27%;
		font-size: 1.7rem;
		pointer-events: none;
	}
	.form-section button {
		font-family: 'Archer A', 'Archer B','Muli', sans-serif;
		font-size: 1.5rem;
		padding: 1.1rem 2.36rem 1rem;
		margin-top: 1.5rem;
	}
	/* ===[ Map Section ]=== */
	.map-section {
		min-height: 0;
	}
	/* ===[ Contact Section ]=== */
	.contact-section {
		text-align: left;
	}
	.contact-section .form-select {
		width: 15.16%;
		height: 3.8rem;
		float: left;
		position: relative;
		margin: 0 0.9rem 1rem 0;
		background: #fff;
		overflow: hidden;
		border: 1px solid #dfdfdf;
		box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.06);
		-moz-border-radius: 0.5rem;
		-webkit-border-radius: 0.5rem;
		border-radius: 0.5rem;
	}
	.contact-section .form-select select {
		font-family: 'Open Sans', sans-serif;
		background: #fff;
		width: 100%;
		height: 3.8rem;
		font-size: 1.5rem;
		color: rgba(18, 18, 18, 0.502);
		line-height: normal;
		border: 0;
		outline: none;
		padding: 0.7rem 1.9rem 0.9rem;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.contact-section .form-select:after {
		content: "\f107";
		font-family: FontAwesome;
		color: #62ab46;
		position: absolute;
		right: 1.5rem;
		top: 27%;
		font-size: 1.7rem;
		pointer-events: none;
	}
	.contact-section input, .contact-section textarea {
		height: 3.8rem;
		padding: 1rem 2rem;
		margin: 0 0.5rem 1rem 0;
		border: 1px solid #dfdfdf;
		box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
	}
	.contact-section textarea {
		height: 26.5rem;
		padding: 1.5rem 2rem;
	}
	.contact-section button {
		font-family: 'Archer A', 'Archer B','Muli', sans-serif;
		font-size: 1.5rem;
		padding: 1.1rem 2.36rem 1rem;
		margin-top: 1.5rem;
		font-weight: 600;
	}
	.contact-section ul.info-details li {
		font-family: 'Open Sans', sans-serif;
		font-size: 1.3rem;
		color: #121212;
		background: #fff;
		overflow: hidden;
		margin-bottom: 0.8rem;
		padding: 1.6rem 1.5rem;
		line-height: 1.4;
		-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
		-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
		box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
	}
	.contact-section ul.info-details li i {
		font-size: 1.5rem;
		color: #62ab46;
		float: left;
		margin-right: 1.5rem;
		position: relative;
	}
	.contact-section ul.info-details li span {
		display: block;
		overflow: hidden;
		line-height: 1.6;
	}
	.contact-section ul.info-details li span.opening-times {
		font-size: 1.1rem;
		color: #8b8b8b;
		margin-top: 0.6rem;
	}
	.contact-section ul.info-details li a {
		color: #62ab46;
		display: block;
		margin-bottom: 0;
	}
	/* ===[ Brands Section ]=== */
	.brands-section {
		padding: 4.4rem 0 3.6rem;
		min-height: 0;
		background: #2e2e2e;
	}
	.brands-section h4 {
		font-size: 2.1rem;
		color: rgba(255, 255, 255, 0.25);
		margin-bottom: 2.6rem;
	}
	.brands-section h4.heading.mb47 {
		margin-bottom: 2rem !important;
	}
	/* ===[ View Order Popup ]=== */
	a.vieworder-popup {
		display: none;
		color: #fff;
		text-align: center;
		padding: 2rem;
		position: fixed;
		text-decoration: none;
		width: 100%;
		bottom: 0;
		background: #488033;
		z-index: 1;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	}
	a.vieworder-popup i {
		padding: 0 9px 0 0;
	}
	a.vieworder-popup .downArrow {
		width: 5rem;
		height: 5rem;
		background: #488033;
		position: absolute;
		padding: 9px;
		top: -22px;
		left: 0;
		right: 0;
		margin: auto;
		z-index: -1;
		-webkit-border-radius: 5rem;
		-moz-border-radius: 5rem;
		border-radius: 5rem;
	}
	.mobilediscount{ display:none;}
	#ordermodal {
		width: 90%;
		margin: 0 auto;
		background: #f6f6f6;
	}
	.reveal .sidebar {
		display: block;
		width: 100%;
	}
	.reveal .sidebar .order-summary:before, .reveal .sidebar .order-summary:after {
		display: none;
	}
	.reveal .sidebar .order-summary {
		padding: 3rem;
	}
/* ===============================================
    BLOCKBUILDER ELEMENTS
    ================================================== */
    .blockbuilder {
    	margin: 0 0 2.1rem;
    	text-align: left;
    }
    .blockbuilder .columns {
    	margin-bottom: 2.7rem;
    }
    .blockbuilder h1, .blockbuilder h2, .blockbuilder h3, .blockbuilder h4, .blockbuilder h5, .blockbuilder h6 {
    	color: #404040;
    	font-weight: 500;
    	text-rendering: optimizeLegibility;
    	margin: 0 0 2.6rem;
    	line-height: 1.1;
    }
    .blockbuilder h1 {
    	font-size: 3.6rem;
    	line-height: 1.05;
    }
    .blockbuilder h2 {
    	font-size: 3.2rem;
    	color:#61ac45;
    }
    .blockbuilder h3 {
    	font-size: 2.1rem;
    	line-height: 2.8rem;
    }
    .blockbuilder h4 {
    	font-size: 1.8rem;
    	line-height: 1.35;
    }
    .blockbuilder h5 {
    	font-size: 1.3rem;
    }
    .blockbuilder p {
    	font-size: 1.4rem;
    	color: #121212;
    	line-height: 1.75;
    	margin-top: 0;
    }
    .blockbuilder strong {
    	font-weight: 700;
    }
    .blockbuilder img.right {
    	margin: 0 0 2.2rem 4rem;
    }
    .blockbuilder img.left {
    	margin: 0 4rem 2.2rem 0;
    }
    .blockbuilder span.image-caption.left {
    	text-align: left;
    	margin: 1rem 4.6rem 2.2rem 0;
    	float: left;
    }
    .blockbuilder span.image-caption.right {
    	text-align: right;
    	margin: 1rem 0 2.2rem 4.6rem;
    	float: right;
    }
    .blockbuilder span.img-caption {
    	display: block;
    	font-size: 1.2rem;
    	color: #fff;
    	font-weight: 600;
    	max-width: 48%;
    	font-style: italic;
    	line-height: 1.4;
    }
    .blockbuilder .acenter {
    	display: block;
    	margin-left: auto !important;
    	margin-right: auto !important;
    }
    .blockbuilder span.image-caption {
    	display: block;
    	font-size: 1.2rem;
    	color: #888;
    	font-weight: 500;
    	max-width: 50%;
    	line-height: 1.2;
    }
    .blockbuilder img + span.image-caption {
    	margin-top: 5px;
    }
    .blockbuilder span.image-caption img {
    	margin-bottom: 0.5rem;
    }
    .blockbuilder span.image-caption.right {
    	text-align: right;
    	margin: 1rem 0 2.2rem 4.6rem;
    	float: right;
    }
    .blockbuilder span.image-caption.left {
    	text-align: left;
    	margin: 1rem 3.9rem 2rem 0;
    	float: left;
    }
    .imageoverlay {
    	display: block;
    	height: 100%;
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	background: rgba(0, 0, 0, 0);
    	text-align: center;
    	-webkit-transition: all 200ms ease-out;
    	-moz-transition: all 200ms ease-out;
    	transition: all 200ms ease-out;
    }
    .lightbox {
    	position: relative;
    	display: block;
    }
    .imageoverlay:hover {
    	background: rgba(0, 0, 0, 0.6);
    }
    .imageoverlay i {
    	font-size: 2.5rem;
    	color: rgba(185, 28, 34, 0);
    	position: relative;
    	top: 50%;
    	-webkit-transform: translateY(-50%);
    	-moz-transform: translateY(-50%);
    	transform: translateY(-50%);
    }
    .imageoverlay:hover i {
    	color: #62ab46;
    }
    .blockbuilder .divider {
    	display: block;
    	width: 100%;
    	border-bottom: 1px solid #e8e8e8;
    	clear: both;
    	margin: 0 0 1.5rem;
    }
    .blockbuilder .clear-fix {
    	clear: both;
    }
    .blockbuilder ul.menu {
    	list-style: none outside none;
    	margin: 0;
    	padding: 0;
    }
    .blockbuilder ul.menu li {
    	list-style: none outside none;
    	margin: 0;
    	padding: 0;
    	border-bottom: 1px solid #FACCDE;
    }
    .blockbuilder ul.menu li:first-child {
    	border-top: 1px solid #FACCDE;
    }
    .blockbuilder ul.menu li a {
    	display: block;
    	font-size: 14px;
    	font-weight: 500;
    	margin: 1px 0;
    	padding: 1rem 5px;
    	line-height: 2rem;
    	text-decoration: none;
    }
    .blockbuilder ul.menu li a.active {
    	font-weight: 600;
    	background-color: #fde5ee;
    }
    .blockbuilder ul.menu li a:hover {
    	background-color: #fde5ee;
    }
    .blockbuilder ul, .blockbuilder dl, .blockbuilder ol {
    	margin-bottom: 1.2rem !important;
    	margin-left: 0;
    	font-family: inherit;
    	line-height: 1.5;
    	padding-left: 1.8rem;
    }
    .blockbuilder ul {
    	padding-left: 3.5rem;
    }
    .blockbuilder ul li:before {
    	content: url(../images/icon_arrow_list.png);
    	margin-right: 1.8rem;
    }
    .blockbuilder li {
    	font-family: 'Open Sans', sans-serif;
    	font-size: 1.4rem;
    	color: #121212;
    	line-height: 1.75;
    	font-weight: 500;
    	margin: 0 0 0.6rem;
    	text-indent: -2.1em;
    }
    .blockbuilder li span {
    	color: #141414;
    }
    .blockbuilder ol li {
    	margin: 0 0 0.6rem;
    	list-style: decimal;
    	text-indent: 0;
    	padding-left: 0.9rem;
    }
    .blockbuilder dl, .blockbuilder dt {
    	margin-bottom: 0 !important;
    	font-weight: normal;
    	font-family: inherit;
    	line-height: 1.6;
    	list-style: none;
    }
    .blockbuilder dd {
    	font-style: italic;
    	margin-bottom: 0.5rem !important;
    	line-height: 1.6;
    	list-style-type: none;
    	list-style-position: outside;
    	display: list-item;
    	margin-left: 1.9rem;
    	color: #959595;
    	list-style-type: disc;
    }
    .blockbuilder blockquote {
    	font-size: 1.8rem;
    	color: #121212;
    	line-height: 1.35;
    	padding: 0;
    	margin: 0;
    	text-indent: -5.4rem;
    	padding-left: 5.4rem;
    }
    .blockbuilder blockquote:before {
    	content: "\f10e";
    	font-family: FontAwesome;
    	font-size: 3.3rem !important;
    	color: #62ab46;
    	position: relative;
    	top: 1.3rem;
    	line-height: normal;
    	margin-right: 1.8rem;
    }
    .blockbuilder .flex-video {
    	margin-bottom: 0;
    }
    /* ===[ Table ]=== */
    .blockbuilder table {
    	margin: 3rem 0 4rem;
    	border-top: solid 1px #eaeaea;
    	border-left: solid 1px #eaeaea;
    }
    .blockbuilder table caption {
    	color: #222222;
    	font-size: 1rem;
    	font-weight: bold;
    }
    .blockbuilder table tr td {
    	font-size: 0.875rem;
    	color: #7D7D7D;
    	line-height: 1.125rem;
    	border-right: solid 1px #e0e0e0;
    	border-bottom: solid 1px #e0e0e0;
    }
    /* ===[ Doc Download Block ]=== */
    .blockbuilder .doc-download-block {
    	padding: 4.1rem 3.2rem;
    	background: #f6f6f6;
    	-moz-border-radius: 0.5rem;
    	-webkit-border-radius: 0.5rem;
    	border-radius: 0.5rem;
    }
    .blockbuilder .doc-download-row {
    	width: 100%;
    	display: table;
    	overflow: hidden;
    }
    .blockbuilder .doc-download-row img {
    	margin-bottom: 0 !important;
    }
    .blockbuilder .cell1, .blockbuilder .cell2, .blockbuilder .cell3, .blockbuilder .cell4, .blockbuilder .cell5 {
    	float: left;
    	display: table-cell;
    }
    .blockbuilder .cell1 {
    	width: 13%;
    }
    .blockbuilder .cell2 {
    	width: 33%;
    	font-size: 1.4rem;
    	padding: 2px 2rem 0 0;
    	color: #8f8f8f;
    }
    .blockbuilder .cell2 span {
    	font-size: 1.8rem;
    	color: #62ab46;
    	font-weight: 500;
    	display: block;
    	line-height: 1.2;
    	text-transform: none;
    	margin-bottom: 0.5rem;
    }
    .blockbuilder .cell3, .blockbuilder .cell4 {
    	color: #888;
    	width: 20%;
    	padding-top: 1.8rem;
    }
    .blockbuilder .cell4 {
    	width: 15%;
    }
    .blockbuilder .cell5 {
    	width: 19%;
    	padding-top: 0.3rem;
    	text-align: right;
    }
    .blockbuilder .cell5 .button {
    	font-size: 1.5rem;
    	line-height: 0.7;
    	margin-top: 0;
    	padding: 1.3rem 2rem;
    }
    .blockbuilder .swipe {
    	display: none;
    }

    /* ===[ Media Queries ]=== */
    @media only screen and (max-width: 639px) {
    	.blockbuilder .cell2 {
    		width: 62%;
    		padding-right: 2%;
    	}
    	.blockbuilder .cell5 {
    		width: 22%;
    	}
    	.container.pt50.pb44 {
    		padding-bottom: 1rem !important;
    	}
    	#modal-cancel, #modal-plan, #modal-activate {
    		width: 100%;
    		padding: 3rem;
    	}
    	.small-12.medium-4.large-4.columns .text-column {
    		margin-bottom: 3rem;
    	}
    	.brands-section .small-9.small-centered.columns img {
    		margin-bottom: 2rem;
    	}
    }

    @media (min-width: 640px) and (max-width: 950px) {
    	#modal-cancel, #modal-plan, #modal-activate {
    		width: 80%;
    	}
    }

    @media only screen and (max-width: 767px) {
    	html {
    		font-size: 10px;
    	}
    	body {
    		padding-bottom: 0;
    	}
    	.steps-section {
    		width: 100%;
    		overflow: hidden;
    	}
    	.steps-column {
    		float: none;
    		margin: 0 auto 4.4rem;
    	}
    	.arrow-column {
    		display: none;
    	}
    	.menu-list {
    		width: 100%;
    	}
    	span.starting-price img {
    		right: 0.7rem;
    		bottom: 7.3rem;
    		width: 20%;
    	}
    	span.button-label {
    		margin: 0 0 2.8rem;
    		width: 100%;
    		display: block;
    	}
    	.newsletters-block form {
    		width: 100%;
    	}
    	.newsletters-block {
    		margin-top: 3rem;
    	}
    	footer {
    		position: relative;
    		padding: 4rem 0;
    		text-align: center;
    	}
    	footer ul {
    		display: none;
    	}
    	.header {
    		height: auto;
    		margin-bottom: 0;
    	}
    	.header .large-12.columns {
    		padding: 0;
    	}
    	nav ul li {
    		margin-left: 0;
    	}
    	.logo {
    		left: 2rem;
    	}
    	.sidebar {
    		display: none;
    	}
    	.blogpost-block img {
    		width: 100%;
    	}
    	.blogpost-block {
    		margin-bottom: 3rem;
    	}
    	.header .large-12.columns {
    		padding: 0;
    	}
    	footer .small-12.medium-4.large-4.columns {
    		width: 100%;
    	}
    	.blog-landing .row {
    		margin-bottom: 0;
    	}
    	.blogpost-block h4 {
    		height: auto;
    	}
    	.medium-8.large-8.columns.blog-landing {
    		width: 100%;
    	}
    	.blockbuilder span.image-caption.right, .blockbuilder span.image-caption.left {
    		width: 100% !important;
    		max-width: none;
    		text-align: left;
    	}
    	.blockbuilder span.image-caption img {
    		width: 100% !important;
    		max-width: none;
    	}
    	.blockbuilder .cell2 {
    		width: 51%;
    		padding-right: 2%;
    	}
    	.blockbuilder .cell5 {
    		width: 35%;
    	}
    	.blockbuilder .doc-download-block {
    		padding: 3rem 2rem;
    	}
    	.blockbuilder .cell5 {
    		width: 36%;
    		float: right;
    	}
    	.blockbuilder .cell3, .blockbuilder .cell4 {
    		display: none;
    	}
    	.blockbuilder .cell1 {
    		padding-right: 2%;
    	}
    	.group-buttons .button {
    		font-size: 1.4rem;
    		padding: 1.6rem 2.1rem 1.5rem;
    	}
    	.ordering-steps-section h2 {
    		font-size: 3rem;
    	}
    	.postcode-check-block {
    		padding: 3.5rem 3rem 3.9rem;
    	}
    	.postcode-check-block input {
    		width: 100%;
    		margin-bottom: 2rem;
    	}
    	.postcode-check-block button {
    		width: 100%;
    	}
    	footer ul.accordion {
    		display: block;
    	}
    }

    @media only screen and (max-width: 600px) {
    	.pagination-section .button {
    		margin-top: 0;
    	}
    	.pagination-section ul {
    		margin-top: 0;
    	}
    	.pagination-section ul li:first-child {
    		display: block;
    	}
    	.pagination-section ul li {
    		display: none;
    	}
    	.recipes-section .large-4.columns {
    		width: 100%;
    	}
    	.login-box {
    		width: 100%;
    	}
    }

    @media (min-width: 601px) and (max-width: 790px) {
    	.recipes-section .large-4.columns {
    		width: 50%;
    	}
    }

    @media (min-width: 450px) and (max-width: 680px) {
    	.ordering-steps-section ul li {
    		margin-right: 5%;
    	}
    }

    @media (min-width: 681px) and (max-width: 790px) {
    	.ordering-steps-section ul li:after {
    		width: 290%;
    	}
    }

    @media only screen and (max-width: 790px) {
    	html {
    		font-size: 10px;
    	}
    	.header .large-12.columns {
    		padding: 0;
    	}
    	nav ul li {
    		margin-left: 0;
    		border-top: 1px solid #eaeaea;
    	}
    	nav ul li a {
    		padding: 2rem;
    	}
		
		.menuBtn a {
			border-radius: 0px !important;
			padding:2rem;
		}
		
    	nav a.login-button, nav a.total-button, nav a.logout-button {
    		padding: 1.1rem 2.1rem;
    		-moz-border-radius: 0;
    		-webkit-border-radius: 0;
    		border-radius: 0;
    	}
    	nav a.total-button {
    		display: block;
    	}
    	nav ul li.ml13 {
    		margin-left: 0 !important;
    	}
    	.heading {
    		margin-bottom: 4rem;
    		font-size:3.4rem;
    	}
    	.blog-section {
    		padding-bottom: 3rem;
    	}
    	.myaccount-nav-section ul.hide-for-small-only {
    		display: none;
    	}
    	.myaccount-nav-section .form-select.hide-for-large-only {
    		display: block;
    	}
    	.has-blockbuilder-sidebar {
    		width: 100%;
    	}
    	.recipes-inner-section .recipe-details {
    		width: 100%;
    	}
    	.reveal .container {
    		padding-left: 2rem;
    		padding-right: 2rem;
    	}
    	.ordering-steps-section ul {
    		width: 100%;
    	}
    	.top-label {
    		-webkit-border-radius: 0 0 0 0.6rem;
    		-moz-border-radius: 0 0 0 0.6rem;
    		border-radius: 0 0 0 0.6rem;
    	}
    }

    @media only screen and (max-width: 449px) {
    	.ordering-steps-section {
    		padding-top: 0.8rem;
    	}
    	.ordering-steps-section ul {
    		text-align: left;
    	}
    	.ordering-steps-section ul li {
    		display: block;
    		position: relative;
    		top: 0;
    		margin-top: 2rem;
    		float: left !important;
    		width: 12%;
    		overflow: hidden;
    	}
    	.ordering-steps-section ul li a {
    		display: block;
    		overflow: hidden;
    	}
    	.ordering-steps-section ul li span.nr {
    		display: block;
    		margin: auto;
    		float: none;
    		text-align: center;
    	}
    	.ordering-steps-section ul li span.label {
    		display: none;
    	}
    	.ordering-steps-section ul li:after {
    		display: none;
    	}
    	/* vas added */
    	.container.image-bg.pt56.pb36 {
    		background-image:none !important;
    		/* padding-top: 20px !important; */
    		padding-bottom: 0 !important;
    	}
    	#home-slider .text-column{
    		margin-bottom: 0 !important;
    		padding-bottom: 0 !important;
    	}
    	#home-slider .text-column p {
    		padding:2.8rem 0 0 !important;
    	}
    	#home-slider .text-column-header {
    		padding:3rem 0rem 2.9rem !important;
    	}
    	#home-slider .slide {
    		width:95% !important;
    	}
    	.container.image-bg h2 {
    		color:#404040;
    		font-size: 3rem;
    	}
    }

    @media only screen and (max-width: 508px) {
    	h3.heading.steps {
    		line-height: 0.5;
    	}
    	#home-slider .owl-nav {
    		top: 36% !important;
    	}
    }

    @media (min-width: 768px) and (max-width: 990px) {
    	.steps-section {
    		width: 100%;
    		padding: 0 2rem;
    	}
    	.steps-column {
    		width: 33.33%;
    	}
    	.steps-column:nth-child(1) span.step-nr {
    		right: 16% !important;
    	}
    	.steps-column:nth-child(2) span.step-nr {
    		left: 18% !important;
    	}
    	.arrow-column {
    		display: none;
    	}
    }

    @media (min-width: 991px) and (max-width: 1086px) {
    	.arrow-column {
    		width: 11.19%;
    	}
    }

    @media (min-width: 768px) and (max-width: 922px) {
    	body {
    		padding-bottom: 0;
    	}
    	footer {
    		position: relative;
    	}
    	.sidebar {
    		display: none;
    	}
    	.sidebar .steps-column {
    		width: 80%;
    	}
    }

    @media (min-width: 923px) and (max-width: 990px) {
    	.sidebar .steps-column {
    		width: 80%;
    	}
    }

    @media (min-width: 671px) and (max-width: 1023px) {
    	.form-section textarea {
    		width: 100% !important;
    		margin-bottom: 3rem;
    	}
    	.error-label, .confirmed-label {
    		width: 100% !important;
    	}
    }

    @media only screen and (max-width: 1023px) {
    	.contact-section .medium-8.large-8.columns {
    		width: 100%;
    	}
    	.contact-section .form-select, .contact-section input, .contact-section textarea {
    		width: 100% !important;
    	}
    	.contact-section .sidebar {
    		display: block;
    		width: 100%;
    		margin-top: 3rem;
    	}
    	.contact-section, .map-section {
    		padding-bottom: 0 !important;
    	}
    	.contact-section textarea {
    		height: 14rem;
    	}
    	.mydetails-block {
    		min-height: 0;
    	}
    	.mydetails-block .mydetails-entry span.sub-address.mt15 {
    		width: 100%;
    	}
    	.suppliers-column {
    		padding: 0;
    		margin-bottom: 4rem;
    	}
    	a.vieworder-popup {
    		display: block;
    	}
    	a.vieworder-popup + footer {
    		margin-bottom: 5.4rem;
    	}

    	.mobilediscount { display:block;}

    }

    @media (min-width: 923px) and (max-width: 1023px) {
    	.sidebar {
    		display: none;
    	}
    }

    @media (min-width: 768px) and (max-width: 1023px) {
    	.newsletters-block {
    		margin-top: 3rem;
    	}
    }

    @media (min-width: 768px) and (max-width: 1083px) {
    	.postcode-check-block {
    		padding: 3.5rem 4rem 3.9rem;
    	}
    	.postcode-check-block input {
    		width: 75%;
    	}
    }

    @media (min-width: 791px) and (max-width: 1023px) {
    	.has-blockbuilder-sidebar {
    		width: 100%;
    	}
    }

    @media (min-width: 791px) and (max-width: 1088px) {
    	.ordering-steps-section ul li {
    		margin-right: 9%;
    	}
    }

    @media only screen and (max-width: 670px) {
    	.details-section .form-select {
    		width: 100%;
    	}
    	.details-section input {
    		width: 100% !important;
    	}
    	.details-section form .button {
    		width: 100%;
    		margin-bottom: 1rem;
    	}
    	.creditcard-block a {
    		margin-right: 1%;
    		width: 8.4rem;
    	}
    	.details-section .form-column {
    		width: 100%;
    	}
    	.details-section label {
    		margin-bottom: 1rem;
    	}
    	.container.pt50.pb85 {
    		padding-bottom: 4rem !important;
    	}
    	.faq-section {
    		padding-bottom: 0;
    	}
    	.error-label, .confirmed-label {
    		width: 100% !important;
    	}
    	.form-section textarea {
    		width: 100%;
    		height: 13rem;
    		margin-bottom: 3rem;
    	}
    }

    @media only screen and (max-width: 814px) {
    	.recipes-inner-section img {
    		width: 100%;
    		margin-bottom: 3rem;
    	}
    	.recipes-inner-section .recipe-details h5 img {
    		width: auto;
    	}
    	.recipes-inner-section .recipe-details {
    		width: 100%;
    	}
    	.recipes-inner-section .recipe-details-inner ul li {
    		width: 100%;
    	}
    }

    @media only screen and (max-width: 867px) {
    	.mydetails-section {
    		padding-bottom: 5rem;
    	}
    	.mydetails-block.subscription {
    		min-height: 0;
    	}
    	.mydetails-section .small-12.medium-4.large-4.columns {
    		width: 100%;
    	}
    }

    @media (min-width: 815px) and (max-width: 912px) {
    	.reveal-overlay .recipes-inner-section img {
    		margin-bottom: 3rem;
    		width: 100%;
    	}
    	.recipes-inner-section .recipe-details h5 img {
    		width: auto;
    	}
    	.recipes-inner-section img {
    		width: 43%;
    	}
    	.recipes-inner-section .recipe-details, .recipes-inner-section .recipe-details-inner ul li {
    		width: 53%;
    	}
    }

    @media only screen and (max-width: 950px) {
    	.logo {
    		width: 8.2rem;
    	}
    	.recipes-inner-section {
    		padding-top: 3.5rem;
    	}
    }

    @media (min-width: 791px) and (max-width: 950px) {
    	.myaccount-nav-section ul li a {
    		padding: 1.4rem 2.368rem 1.3rem;
    	}
    }

    @media only screen and (max-width: 948px) {
    	.subheading-wrapper {
    		width: 100%;
    	}
    	.subheading span.label {
    		float: left;
    		margin-top: 2rem;
    	}
    }

    @media only screen and (max-width: 799px) {
    	.swipe {
    		display: block;
    	}
    }

    @media only screen and (max-width: 1080px) {
    	#home-slider {
    		width: 100% !important;
    		height: auto !important;
    	}
    	#home-slider.owl-carousel .owl-item {
    		height: auto !important;
    	}
    	#home-slider img {
    		width: 100% !important;
    	}
    	#home-slider .slide {
    		top: 0 !important;
    		transform: none !important;
    		box-shadow: none !important;
    	}
    	#home-slider .text-column {
    		margin-bottom: 2rem;
    		width: 100% !important;
    		height: auto !important;
    		overflow-y: hidden !important;
    		overflow: hidden !important;
    	}
    }

    @media (min-width: 1081px) and (max-width: 1311px) {
    	#home-slider .slide {
    		width: 70.4rem !important;
    	}
    	#home-slider .text-column {
    		width: 41.76% !important;
    	}
    }

    @media (min-width: 1024px) and (max-width: 1100px) {
    	.sidebar ul.list li span.label {
    		width: 52%;
    		margin-right: 2.7rem;
    	}
    }
    #myModal {
    	top: 0 !important;
    }
    .SoldOut, .SoldOut:focus {
    	background: #e74c3c !important;
    	cursor: default;
    	-webkit-box-shadow: 0px 1px 0px 0px rgb(179, 87, 78);
    	-moz-box-shadow: 0px 1px 0px 0px rgb(179, 87, 78);
    	box-shadow: 0px 1px 0px 0px rgb(179, 87, 78);
    }
    .SoldOut:hover {
    	background: #d04638 !important;
    	-webkit-box-shadow: 0px 1px 0px 0px rgb(179, 87, 78) !important;
    	-moz-box-shadow: 0px 1px 0px 0px rgb(179, 87, 78) !important;
    	box-shadow: 0px 1px 0px 0px rgb(179, 87, 78) !important;
    }
    .subscriptionBar {
    	background-color:#008109;
    	padding:15px;
    	color:#FFFFFF;
    	text-align:center;
    	font-size:2.2rem;
    	font-weight:600;
    }
    /* ===[ PRICING PAGE]=== */

    #pricing-page {
    	background: url('../images/pricing_page_bkg.jpg');
    	background-repeat: no-repeat;
    	background-size: 100% 100%;
    	padding-top: 60px;
    	padding-bottom: 15px;
    	background-position-y: -50px;
    }

    #pricing-page span.button-label {
    	font-size: 24px;
    }

    #pricing-page .heading {
    	margin-bottom: 25px;
    	font-size: 48px;
    }

    #pricing-page h4 {
    	padding-bottom: 50px;
    }

    #pricing-page .price-list {
    	background: #fff;
    	padding: 35px 0px 26px 0px;
    	box-shadow: 0px 1px 0px 0px rgba(124, 124, 124, 0.19);
    }

    #pricing-page .price-list i {
    	color: #62ab46;
    	float: left;
    	margin-right: 1.5rem;
    	position: relative;
    	font-size: 2rem;
    }

    #pricing-page .price-list h3 {
    	padding-bottom: 13px;
    }

    #pricing-page .price-list .starting-price {
    	border-top: none;
    	text-align: center;
    	margin: 0 auto;
    	padding: 0;
    	display: inline-flex;
    	padding: 33px 0px;
    }

    #pricing-page .price-list .starting-price .price,
    #pricing-page .price-list .starting-price .unit {
    	font-size: 24px;
    	float: none;
    }

    #pricing-page .price-list .starting-price .unit {
    	color: #cccccc;
    }

    #pricing-page .price-list ul {
    	margin: 0px 40px 10px 40px;
    }

    #pricing-page .price-list ul li {
    	margin-bottom: 17px;
    }

    #pricing-page .price-list ul li span.list-item {
    	color: #404040;
    	padding-top: 4px;
    	padding-bottom: 2px;
    }

    .pricing-btn {
    	padding-top: 15px;
    	text-align: center;
    	padding-bottom: 0;
    	background: transparent;
    }

    .pricing-btn h2,
    .pricing-btn span.footer-line-btn {
    	font-size: 30px;
    	padding-bottom: 50px;
    }

    .pricing-btn h2 span.footer-line-btn {
    	color: #62ab46;
    	font-weight: 500;
    	margin-right: 8px;
    }

    .pricing-btn a.get-start {
    	padding: 18px 93px;

    	width: auto;
    	font-weight: 400;
    	font-size: 22px;

    }

    .three-col-price {
    	min-height: 163px;
    	/*padding: 40px 33px;*/
    	padding: 40px 22px;
    	text-align: left;
    	margin-top: 112px;
    }

    .three-col-price h4 {
    	color: #62ab46;
    	font-weight: 600;
    	font-size: 20px;
    }

    .price-faq {
    	padding-top: 65px;
    	/* padding-bottom: 20px; */
    	min-height: 283px;
    	padding-bottom: 53px;
    }


    @media (max-width: 900px) {
    	.acc-price{
    		margin-left: 40px;
    	}
    }
    @media (max-width: 880px) {
    	.three-col-price {
    		min-height: 192px;
    	}
    	.acc-price .heading{
    		text-align: left;
    		padding-left:10px;
    	}

    }

    @media (max-width: 786px) {


    	.three-col-price {
    		min-height: 220px;
    	}
    }
    @media (max-width: 620px) {
    	.three-col-price {
    		min-height: 316px;
    	}
    }
    @media (max-width: 600px) {
    	#pricing-page .price-list ul li span.list-item {
    		display: inline-block;
    	}
    	#pricing-page .price-list ul {
    		margin: 20px 40px 10px 21%;
    		text-align: center;
    	}
    	#pricing-page .price-list ul li{
    		font-size: 14px;
    		display: flex;
    	}
    }
    @media (max-width: 525px){
    	.three-col-price {
    		min-height: 356px;
    	}
    }

    @media (max-width: 440px) {
    	#pricing-page .price-list .starting-price {
    		padding: 22px 0px 0px 0px;
    	}
    }

    @media (max-width: 414px) {
    	#pricing-page span.button-label {
    		margin-bottom: 0;
    	}
    	#pricing-page {
    		padding-top: 30px;
    	}
    	#pricing-page h4 {
    		padding-bottom: 40px;
    	}

    	.acc-price {
    		margin-left: 10px;
    	}
    }

    @media (max-width: 320px) {
    	#pricing-page .price-list ul {
    		margin: 20px 40px 10px 12%;
    	}
    	.pricing-btn a.get-start {
    		padding: 18px 63px;

    	}
    	.three-col-price {
    		min-height: 416px;
    	}
    	#pricing-page .price-list ul li span.list-item {
    		display: block;
    		padding-left: 10px;
    	}
    	.three-col-price{
    		margin-top: 32px;
    	}
    }


    /* ===[ PRICING PAGE END ]=== */

    /* ===[ SUPPLIES PAGE]=== */

    .suppl-head {
    	position: relative;
    	background: url('../images/suppl-head.png');
    	background-repeat: no-repeat;
    	background-size: cover;
    	height: 400px; 
    }



    .suppl-head h1,
    .suppl-head h4 {
    	position: absolute;
    	text-align: center;
    	color: #fff;
    }

    .suppl-head h1 {
    	font-size: 48px;
    	top: 30%;
    	position: absolute;
    	left: 0;
    	right: 0;
    	margin-left: auto;
    	margin-right: auto;
    	margin: auto;
    }

    .suppl-head h4 {
    	font-size: 18px;
    	top: 50%;
    	width: 59%;
    	position: absolute;
    	left: 0;
    	right: 0;
    	margin-left: auto;
    	margin-right: auto;
    	margin: auto;
    	max-width:800px;
    }

    #suppl-content {
    	background: url(../images/pricing_page_bkg.jpg);
    	background-repeat: no-repeat;
    	background-size: 100% 100%;
    	padding-top: 8px;
    }

    .suppl-wrap {
    	background-size: 100% 100%;
    	/*min-height: 270px;*/
    	margin-bottom: 31px;
    	/*width: 98%;*/
    }

    .suppl-descrip {
    	box-shadow: 0px 1px 0px 0px rgba(124, 124, 124, 0.19);
    	/*  background: #fff!important;*/
    	text-align: left;
    	/* padding: 20px 30px 20px 30px;*/
    	padding: 0px 30px 20px 0px;    
    	margin-bottom: 40px;
    	min-height: 242px;
    }

    #last-suppl {
    	margin-bottom: 0;
    	padding: 40px 30px 10px 30px!important;
    }

    .suppl-descrip h3 {
    	color: #62ab46;
    }

    .suppl-descrip h5 {
    	text-transform: capitalize;
    	color: #929292;
    	padding: 13px 0px 15px 0px;
    }

    .img-suppl {
    	padding-left: 0;
    }

    .img-suppl img {
    	/* min-height: 270px;*/
    }

    @media (max-width: 1200px) {
    	.suppl-head h4 {
    		top: 46%;
    		width:80%;
    	}
    }

    @media (max-width: 1100px) {
    	#suppl-content {
    		padding: 25px;
    	}
    }

    @media (max-width: 1022px) {
    	.suppl-descrip {}
    	.img-suppl {
    		padding-right: 0;
    	}
    	.img-suppl img {
    		width: 100%;
    	}
    	.suppl-head h1{
    		top: 21%;
    	}
    	.suppl-head h4 {
    		top: 41%;
    	}
    }

    @media (max-width: 986px) {

    	.suppl-descrip h5 {
    		padding: 13px 0px 2px 0px;
    	}
    	.suppl-descrip {
    		padding: 27px 30px;
    		min-height: auto;
    	}
    }

    @media (max-width: 880px) {

    	.suppl-descrip {
    		padding: 33px 30px 8px 30px;
    	}
    }

    @media (max-width: 836px) {
    	.suppl-descrip {
    		padding: 15px 30px 8px 30px;
    	}
    }

    @media (max-width: 799px) {
    	.suppl-descrip p {}
    	.suppl-descrip h5 {
    		padding: 13px 0px 5px 0px;
    	}
    	.suppl-head h4 {

    		width: 88%;
    	}
    }

    @media (max-width:786px) {
    	.suppl-head h1 {}
    	.suppl-head h4 {
    		font-size: 16px;

    	}
    	.suppl-descrip {
    		padding: 7px 30px 8px 30px;
    	}
    }

    @media (max-width:735px) {
    	.suppl-descrip {
    		padding: 15px;
    	}
    }

    @media (max-width:667px) {}

    @media (max-width:640px) {
    	.suppl-head h4 {

    	}
    	.suppl-wrap,
    	.img-suppl img {
    		min-height: auto;
    	}
    	.suppl-descrip {
    		background: #fff;
    		padding: 10px;
    		box-shadow: 0px 1px 0px 0px rgba(124, 124, 124, 0.19);
    	}
    	.img-suppl img {
    		height: 100%;
    		width: 100%;
    	}
    	.img-suppl {
    		margin-bottom: 40px;
    	}
    	.suppl-descrip {
    		margin-bottom: 0;
    	}
    	.suppl-descrip h3 {
    		padding-top: 10px;
    	}
    }
    @media (max-width: 430px){

    	.suppl-head h1 {
    		top: 13%;
    	}
    	.suppl-head h4 {
    		top: 34%;
    	}
    }
    @media (max-width: 320px){
    	.suppl-head h1 {

    	}
    	.suppl-head h4 {
    		top: 31%;
    		font-size: 16px;
    	}
    }
    /* ===[ SUPPLIES PAGE END]=== */


.bottom-strip-msg {
    position: fixed;
    bottom: 64px;
    width: 100%;
    z-index: 1000;
    background-color: #79B473;
    padding: 1rem 0;
	display:none;
}

.bottom-strip-msg p{
    color: #fefefe;
    margin-bottom: 0;
    padding-right: 0.5rem;
	margin-top:0px;
	text-align:center;
}

.bottom-strip p {
    color: #fefefe;
    margin-bottom: 0;
    padding-right: 0.5rem;
	margin-top:0px;
}

.bottom-strip {

	position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    background-color: #4e803b;
    padding: 1rem 0;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -6px 11px 0px rgba(0, 0, 0, 0.1);
	display:none;
}	

.bottom-strip input, .bottom-strip input:focus {
    border-radius: 2px 0 0 2px;
    height: 42px;
    margin-bottom: 0;
    box-shadow: none;
}

.bottom-strip .button {
    height: 42px;
    width: 180px;
    border-radius: 0 2px 2px 0;
    margin-left: -1px;
	background-color: #79B473;
    color: #fefefe;
	padding:0px;
}

.when_deliver {
    padding: 20px;
    border: 1px solid #e3e3e3;
}	

.when_deliver h3 {
    font-size: 24px;
}	



@media screen and (max-width: 680px) {

    .ordering-steps-section ul:first-of-type{
        display: none;
    }
    
	.ordering-steps-section h2 {
		margin-left: 10.3rem;
		font-size: 1.5rem;
		margin-top: 1.6rem;
	}

}



.grid-x>.small-12 {
    width: 100%;
}

#upcoming-deliveries .date-carousel-wrapper {
    margin: 30px 0 20px;
}


.owl-carousel,.owl-carousel .owl-item{
    -webkit-tap-highlight-color:transparent;
    position:relative
}
.owl-carousel{
    display:none;
    width:100%;
    z-index:1
}
.owl-carousel .owl-stage{
    position:relative;
    -ms-touch-action:pan-Y;
    -moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
.owl-carousel .owl-stage-outer{
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0, 0, 0)
}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -webkit-transform:translate3d(0, 0, 0);
    -moz-transform:translate3d(0, 0, 0);
    -ms-transform:translate3d(0, 0, 0)
}
.owl-carousel .owl-item{
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-touch-callout:none;
	width:236px;
	margin-right: 10px;	
}
.owl-carousel .owl-item:last-child {
	margin-right: 0px;	
}

.owl-carousel .owl-item img{
    display:block;
    width:100%
}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{
    display:none
}
.no-js .owl-carousel,.owl-carousel.owl-loaded{
    display:block
}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{
    cursor:pointer;
    cursor:hand;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel.owl-loading{
    opacity:0;
    display:block
}
.owl-carousel.owl-hidden{
    opacity:0
}
.owl-carousel.owl-refresh .owl-item{
    visibility:hidden
}
.owl-carousel.owl-drag .owl-item{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel.owl-grab{
    cursor:move;
    cursor:grab
}
.owl-carousel.owl-rtl{
    direction:rtl
}
.owl-carousel.owl-rtl .owl-item{
    float:right
}
.owl-carousel .animated{
    animation-duration:1s;
    animation-fill-mode:both
}
.owl-carousel .owl-animated-in{
    z-index:0
}
.owl-carousel .owl-animated-out{
    z-index:1
}
.owl-carousel .fadeOut{
    animation-name:fadeOut
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
.owl-height{
    transition:height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy{
    opacity:0;
    transition:opacity .4s ease
}
.owl-carousel .owl-item img.owl-lazy{
    transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper{
    position:relative;
    height:100%;
    background:#000
}
.owl-carousel .owl-video-play-icon{
    position:absolute;
    height:80px;
    width:80px;
    left:50%;
    top:50%;
    margin-left:-40px;
    margin-top:-40px;
    background:url(owl.video.play.png) no-repeat;
    cursor:pointer;
    z-index:1;
    -webkit-backface-visibility:hidden;
    transition:transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover{
    -ms-transform:scale(1.3, 1.3);
    transform:scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{
    display:none
}
.owl-carousel .owl-video-tn{
    opacity:0;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    transition:opacity .4s ease
}
.owl-carousel .owl-video-frame{
    position:relative;
    z-index:1;
    height:100%;
    width:100%
}
.owl-dots{
    text-align:center;
    margin-top:20px
}
.owl-dots .owl-dot{
    display:inline-block;
    padding:7px
}
.owl-dots .owl-dot span{
    background:#998EAF;
    width:11px;
    height:11px;
    border-radius:50px;
    display:block
}
.owl-dots .owl-dot.active span{
    background:#f7aa20
}
.owl-carousel{
    position:relative
}
.owl-carousel:hover .owl-nav:not(.disabled){
    display:block
}
.owl-nav{
    position:absolute;
    top:50%;
    left:0;
    right:0;
    display:none
}
.owl-nav>div{
    margin-top:-20px;
    width:40px;
    height:40px;
    border-radius:100%;
    border:1px solid orange;
    background:orange;
    font-size:0;
    background-image:url(https://d2wxkv23jv8j3s.cloudfront.net/assets/my_account/thin-caret-left-8635cb817c605b521368e246e09607f60a73b3653dee034d7c0eecd4ca023270.svg);
    background-position:11px center;
    background-repeat:no-repeat
}
.owl-nav .owl-prev{
    position:absolute;
    left:3px
}
.owl-nav .owl-next{
    position:absolute;
    right:3px;
    transform:rotate(180deg)
}


@media screen and (max-width: 1180px){
    .date-carousel-wrapper .owl-carousel{
        padding:0 70px
    }
    .date-carousel-wrapper .owl-nav{
        display:block !important
    }
}
.date-carousel{
    display:block
}
.date-carousel .date-box{
    border:1px solid #008109;
    cursor:default;
    text-align:center;
    font-size:1rem;
    line-height:1.25rem;
    padding:0 0 0px 0;
    cursor:pointer;
    overflow:hidden
}
.date-carousel .date-box .date-month{
    background:#008109;
    color:white;
    text-transform:uppercase;
    line-height:2rem;
    font-weight:600;
	font-size:1.5rem;
	padding:10px;
	
}
.date-carousel .date-box .date-day{
    padding-top:7px;
    color:#008109;
    font-weight:600;
	font-size:1.5rem;
	padding:15px;
}
.date-carousel .date-item{
    display:block;
    padding-bottom:6px
}

.date-carousel .date-item:hover{
	text-decoration:none;
}
.date-carousel .date-item:not(.active):hover .delivery-date-box{
    border:1px solid #008109
}
.date-carousel .date-item:not(.active):hover .delivery-date-box .delivery-date-month{
    background:#008109
}
.date-carousel .date-item:not(.active):hover .delivery-date-box .delivery-date-day{
    color:#008109
}
.date-carousel .date-item.selected{
    border-bottom:4px solid #f7aa20
}
.date-carousel .date-item.selected .date-box{
    border:1px solid #f7aa20
}
.date-carousel .date-item.selected .date-box .date-day{
    color:#f7aa20
}
.date-carousel .date-item.selected .date-box .date-month{
    background-color:#f7aa20
}
.date-carousel .date-item.selected .delivery-date-box{
    border:1px solid #f7aa20
}
.date-carousel .date-item.selected .delivery-date-month{
    background:#f7aa20;
    color:white
}
.date-carousel .date-item.selected .delivery-date-day{
    color:#f7aa20
}
.date-carousel .date-item.selected.disabled{
    border-bottom:4px solid #BFBFBF !important
}
.date-carousel .date-item:focus { text-decoration:none;}

.date-carousel .date-item.disabled{
    cursor:default !important
}
.date-carousel .date-item.disabled .date-box{
    border:1px solid #BFBFBF
}
.date-carousel .date-item.disabled .date-box .date-day{
    color:#BFBFBF
}
.date-carousel .date-item.disabled .date-box .date-month{
    background-color:#BFBFBF
}
.date-carousel .date-item.disabled .date-day{
    position:relative
}
.date-carousel .date-item.disabled .date-day::before,.date-carousel .date-item.disabled .date-day::after{
    content:'';
    width:100%;
    position:absolute;
    right:0;
    top:60%
}
.date-carousel .date-item.disabled .date-day::before{
    border-bottom:2px solid #BFBFBF;
    -webkit-transform:skewY(-10deg);
    transform:skewY(-10deg)
}
.date-carousel .date-item.disabled .date-day::after{
    border-bottom:2px solid #BFBFBF;
    -webkit-transform:skewY(10deg);
    transform:skewY(10deg)
}

.deliveries-info-line { text-align:left;}
.noPadding { padding-left:0px; padding-right:0px;}

.ucBtn { width:200px !important; float:right; margin-left:10px;}


img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}

.header .row {
	max-width: 1130px;
}

.yotpo .yotpo-nav li {
	text-indent: inherit;
}

.yotpo .yotpo-nav li:before {
	display: none;
	margin-right: 0;
	content: none;
}

.yotpo .yotpo-regular-box {
	margin: 0 !important;
}

#discountCode { border: 1px solid #929292; color:#636363;}

#discountCode::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #636363;
}

.action-button-section a.button.fullwidth {
	margin-left: 6%;
    margin-right: 6%;
    width: 88%;
}



.for-custom-check-main {
	width: 100%;
	display: block;
	font-size: 1.4rem;
	color: #121212;
	clear: both;
	padding: 15px 0;
}

.for-custom-check-main input {
	display: inline-block !important;
    width: auto !important;
    height: auto !important;
    -webkit-appearance: checkbox !important;
}


@media (min-width: 768px) and (max-width: 1041px) {

.pb44 .heading {
	font-size: 2.6rem;
}

.blockbuilder p.custom-title-size {
	font-size: 2.1rem;
}

}


@media (min-width: 300px) and (max-width: 767px) {

.pb44 .heading {
	font-size: 2rem;
}

.blockbuilder p.custom-title-size {
	font-size: 1.4rem;
}

}