﻿/*
Copyright WorldPantry.com and naturespath.com
*/

/*
Table of contents:
====================
FONTS
-------------------
GLOBAL CONTENT
	Text Elements
	Links
	Buttons and Inputs
-------------------
HEADER FOOTER
	Upper Nav
	Newsletter Signup
	Social Media icons
	Font Sizer
	Search
	Minicart
	Lower Nav
-------------------
SIDE NAVIGATION
	Search
	Second Level
-------------------
HOME PAGE
-------------------
CATEGORY PAGE
-------------------
PRODUCT PAGE
	Variant Display
	Dietary Information
	Nutrition Facts
	Certifications
	Related Products
-------------------
SHOPPING CART
-------------------
POLICY PAGES
-------------------
MISC
====================
*/

/*
----------------------------------------
FIRST FIX FOR FIREFOX TO DISPLAY
MISSING IMAGES
----------------------------------------
*/
@-moz-document url-prefix(http), url-prefix(file) {
  img:-moz-broken {
    -moz-force-broken-image-icon: 1;
    width: 100px;
    height: 75px;
  }
}

/*
----------------------------------------
NEXT WE'LL RESET EVERYTHING
----------------------------------------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

article, aside, figure, footer, header, hgroup, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	vertical-align: baseline;
}

a {
   outline: 0;
   border: none;
}

a, a:active, a:focus {
	outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/*
*::after, *::before {
    box-sizing: border-box;
}
*/
/* Chrome input border fix */

input {
	outline: 0;
}

/*
====================
FONTS
====================
*/
@font-face {
	font-family: 'Agenda-Regular';
	src: url('/img/fonts/agenda-regular.eot');
	src: url('/img/fonts/agenda-regular.eot?#iefix') format('embedded-opentype'),
		 url('/img/fonts/agenda-regular.woff') format('woff'),
		 url('/img/fonts/agenda-regular.ttf') format('truetype'),
		 url('/img/fonts/agenda-regular.svg#agenda-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Agenda-Bold';
	src: url('/img/fonts/agenda-bold.eot');
	src: url('/img/fonts/agenda-boldd41d.eot?#iefix') format('embedded-opentype'),
		 url('/img/fonts/agenda-bold.woff') format('woff'),
		 url('/img/fonts/agenda-bold.ttf') format('truetype'),
		 url('/img/fonts/agenda-bold.svg#agenda-bold') format('svg');
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'BlockBERegularRegular';
	src: url('/img/fonts/blockcffreg-webfont.eot');
	src: url('/img/fonts/blockcffreg-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/img/fonts/blockcffreg-webfont.woff') format('woff'),
		 url('/img/fonts/blockcffreg-webfont.ttf') format('truetype'),
		 url('/img/fonts/blockcffreg-webfont.svg#BlockBERegularRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
====================
GLOBAL CONTENT
====================
*/

html, body, div
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	font-size: 13px;
	vertical-align: baseline;
}

.clearfix:after
{
	display: block;
	height: 0;
	content: ".";
	font-size: 0;
	visibility: hidden;
	clear: both;
}

body {
	color: #666;
	font: 13px/1.5 Verdana,Helvetica,Arial,sans-serif;
	line-height: 1;
	background-color: #fcf7ee;0
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16 {
	position: relative;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#page {
	font-size: .875em;
	line-height: 1.5;
}

.container-16 {
	margin-left: auto;
	margin-right: auto;
	width: 1060px;
}

.container-16 .grid-1 {
	width: 40px;
}

.container-16 .grid-2 {
	width: 100px;
}

.container-16 .grid-3 {
	width: 160px;
}

.container-16 .grid-4 {
	width: 220px;
}

.container-16 .grid-5 {
	width: 280px;
}

.container-16 .grid-6 {
	width: 440px;
}

.container-16 .grid-7 {
	width: 400px;
}

.container-16 .grid-8 {
	width: 460px;
}

.container-16 .grid-9 {
	width: 520px;
}

.container-16 .grid-10 {
	width: 580px;
}

.container-16 .grid-11 {
	width: 640px;
}

.container-16 .grid-12 {
	width: 700px;
}

.container-16 .grid-13 {
	width: 760px;
}

.container-16 .grid-14 {
	width: 820px;
}

.container-16 .grid-15 {
	width: 880px;
}

.container-16 .grid-16 {
	width: 965px;
}

.container-16 .prefix-1 {
	padding-left: 60px;
}

.container-16 .prefix-2 {
	padding-left: 120px;
}

.container-16 .prefix-3 {
	padding-left: 180px;
}

.container-16 .prefix-4 {
	padding-left: 240px;
}

.container-16 .prefix-5 {
	padding-left: 300px;
}

.container-16 .prefix-6 {
	padding-left: 360px;
}

.container-16 .prefix-7 {
	padding-left: 420px;
}

.container-16 .prefix-8 {
	padding-left: 480px;
}

.container-16 .prefix-9 {
	padding-left: 540px;
}

.container-16 .prefix-10 {
	padding-left: 600px;
}

.container-16 .prefix-11 {
	padding-left: 660px;
}

.container-16 .prefix-12 {
	padding-left: 720px;
}

.container-16 .prefix-13 {
	padding-left: 780px;
}

.container-16 .prefix-14 {
	padding-left: 840px;
}

.container-16 .prefix-15 {
	padding-left: 900px;
}

.container-16 .suffix-1 {
	padding-right: 60px;
}

.container-16 .suffix-2 {
	padding-right: 120px;
}

.container-16 .suffix-3 {
	padding-right: 180px;
}

.container-16 .suffix-4 {
	padding-right: 240px;
}

.container-16 .suffix-5 {
	padding-right: 300px;
}

.container-16 .suffix-6 {
	padding-right: 360px;
}

.container-16 .suffix-7 {
	padding-right: 420px;
}

.container-16 .suffix-8 {
	padding-right: 480px;
}

.container-16 .suffix-9 {
	padding-right: 540px;
}

.container-16 .suffix-10 {
	padding-right: 600px;
}

.container-16 .suffix-11 {
	padding-right: 660px;
}

.container-16 .suffix-12 {
	padding-right: 720px;
}

.container-16 .suffix-13 {
	padding-right: 780px;
}

.container-16 .suffix-14 {
	padding-right: 840px;
}

.container-16 .suffix-15 {
	padding-right: 900px;
}

.section-content {
    margin-top: 90px;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
    clear: both;
}

#main_content_block {
	height: 100%;
	min-height: 600px;
	width: 100%;
	max-width: 330px;
	margin: 0 auto;
	background-color: #fcf7ee;
}

.zone-header-wrapper {
	margin-top: 5px;
	padding-top: 45px;
	background-image: url("/img/backgrounds/bg-content-top.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent;
}

.top_band {
	display: block;
	width: 926px;
	background-color: #fff;
}

.top_band .left {
	float: left;
	display: block;
	width: 230px;
	margin: 0;
	padding: 0;
}

.top_band .right {
	float: right;
	display: block;
	width: 640px;
	margin: 0;
	padding: 0;
	text-align: right;
}

.rule {
	height: 3px;
	margin-bottom: 10px;
	background: url("/img/border.png") bottom no-repeat;
}

.subheader {
    padding-bottom: 10px;
}

.zone-content-wrapper {
	background-image: url("/img/backgrounds/bg-content.png");
	background-repeat: repeat-y;
	background-position: center;
	background-color: transparent;
	overflow: hidden;
}

.zone-content-footer-wrapper {
    height: 20px;
	min-height: 50px;
	border-radius: 0 0 5px 5px;
	background-image: url("/img/backgrounds/bg-content-bottom.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: transparent;
}

.alpha {
    margin-left: 0;
}

/* Text Elements */

table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 100%;
	font-weight: 700;
	vertical-align: baseline;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 20px;
}

p {
    word-wrap: break-word;
}

.variant_size,
.variant_sale {
	color: #034125;
	font-family: 'Agenda-Regular', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
}

h2.section-title {
	margin-bottom: 0;
	color: #243e1d;
	font-family: 'Agenda-Regular', Helvetica, Arial, sans-serif;
	font-size: 2.14em;
	font-weight: normal;
	line-height: 2.14em;
	letter-spacing: 0;
	text-align: left;
	margin-left: 50px;
}

h2.block-title {
    margin-bottom: 5px;
    color: #243e1d;
    font-family: "Agenda-Bold", Helvetica, Arial, sans-serif;
    font-size: 1.47em;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0;
}

ol,ul {
	list-style: none;
}

li.expanded,
li.collapsed,
li.leaf {
    margin: 0;
    padding: 0.2em 0.5em 0 0;
}

blockquote::before,
blockquote::after {
    content: none;
}

a, p, ul, ol, li, img, span, strong, em {
	font: inherit;
	font-size: 13px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

b, strong {
    font-weight: 700;
}

img {
    vertical-align: bottom;
}

.display_hidden {
    position: absolute;
    display: none;
    height: 0;
    width: 0;
    top: -1000px;
    left: -1000px;
    overflow: hidden;
}

/* Links */

a, a:link, a:visited, .blog-categories-filter ul li a {
    color: #8faf1d;
    line-height: 1.2;
    text-decoration: none;
}

/* Buttons and Inputs */

form .form-item input,
form .form-item textarea {
    background: #e7e6e5 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: none;
    height: 30px;
    outline: medium none !important;
    padding: 0 10px;
    width: 100%;
}

textarea,select, input[type=date], input[type=datetime], input[type=datetime-local],
input[type=email], input[type=month], input[type=number], input[type=password],
input[type=search], input[type=tel], input[type=text], input[type=time],
input[type=url], input[type=week] {
	height: auto;
	padding: 2px 3px 1px;
	background-color: #fff;
	border: 1px solid;
	border-color: #848484 #c1c1c1 #e1e1e1;
	box-sizing: border-box;
	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #000;
	font-family: Arial,sans-serif;
	font-size: 13px;
	outline: 0;
}

button, input[type=reset], input[type=submit], input[type=button] {
	width: auto;
	padding: 2px 10px 0;
	border-color: #ddd #bbb #999;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	background: 0;
	-webkit-appearance: none;
	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	border: 1px solid;
	border-radius: 11px;
	color: #333;
	font: bold 12px/1.2 Arial,sans-serif;
	cursor: pointer;
	outline: 0;
	overflow: visible;
}

input, button, select, textarea {
    margin: 0;
    vertical-align: middle;
}

button {
	padding-top: 1px;
	padding-bottom: 1px;
}

.greenbutton,
a.greenbutton,
.cta a,
button,
input[type=reset],
input[type=submit],
input[type=button],
.button a {
    display: inline-block;
    padding: 5px 12px;
	background-color: #8faf1d;
    border: 1px solid #7d981a;
    border-radius: 3px;
    color: #fff;
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-size: 12px;
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
	width: auto;
	cursor: pointer;
	outline: 0;
	overflow: visible;
}

input.btn, a.btn {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 4px 15px 6px;
    border: 1px solid #7d981a;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    border: medium none;
	border-radius: 0;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    text-transform: capitalize;
    outline: medium none;
}

/*
====================
HEADER FOOTER
====================
*/

header {
	height: 40px;
	color: #fff;
}

/* ----- Upper Nav ----- */

.zone-user-wrapper {
	background-image: url("/img/bg-transparent.png");
}

#zone-user {
	height: 40px;
}

/* Newsletter Signup */

.newsletter_signup_wrapper {
	float: left;
	width: 200px;
	margin: 2px 0 0 192px;
}

.newsletter_signup_input {
	float: left;
	padding: 0 0 6px 0;
}

.newsletter_signup_input input {
	width: 120px;
}

.newsletter_signup_button {
	float: left;
	width: 70px;
	padding: 0 0 0 6px;
}

.newsletter_signup_button .submit-button {
	padding: 1px 12px;
	background-color: #90ad15;
}

/* Social Media icons */

#zone-user #region-user-first {
	height: 40px;
	width: 170px;
	margin-right: 0;
	margin-left: 10px;
	padding-top: 0;
}

#zone-user .block-np-share-np-share-follow-us {
	width: 170px;
	margin: 0 auto;
}

#zone-user .no-follow-us-wrapper {
	float: left;
}

#zone-user .block-np-share-np-share-follow-us span {
	float: left;
	padding: 10px 0 10px 4px;
}

#zone-user .block-np-share-np-share-follow-us span a {
	display: block;
	width: 20px;
	height: 20px;
	background: url("/img/top-nav-sprites.png") 0 0 no-repeat;
	text-indent: -9999px;
}

#zone-user .block-np-share-np-share-follow-us .fb {
	padding-right: 0;
}

#zone-user .block-np-share-np-share-follow-us .fb a {
	background-position: 0 0;
}

#zone-user .block-np-share-np-share-follow-us .tw a {
	background-position: -24px 0;
}

#zone-user .block-np-share-np-share-follow-us .yt a {
	background-position: -56px 0;
}

#zone-user .block-np-share-np-share-follow-us .pin a {
	background-position: -83px 0;
}

#zone-user .block-np-share-np-share-follow-us .instagram a {
    background-position: -118px -26px;
}

#zone-user .block-np-share-np-share-follow-us .googleplus a {
    background-position: -118px 0;
}

/* Font Sizer */
#block-textsize-form{
    float:left;
    width:72px;
    height:19px;
    background-image:url(/img/icons/font-size-new.png);
    margin:10px;
}
.textsize_list{
    list-style:none;
}
.textsize_list li{
    float:left;
    width:19px;
    height:19px;
    margin-right:7px;
    cursor:pointer;
}
.textsize_list li a{
    color:transparent;
}
.ts_increase_variable{
    margin-right:0px !important;
}
/*end Font Sizer */
#zone-user #block-np-store-store-icon {
    position: static;
    float: left;
    top: 0;
	right: 0;
	padding-right: 5px;
}

#block-np-store-store-icon a {
    display: block;
    height: 20px;
    padding: 11px 0 10px 5px;
    color: white;
    font-size: 12px;
    line-height: 20px;
	text-decoration: none;
}

#block-np-store-store-icon .store-finder {
	display: block;
    float: left;
    height: 16px;
    width: 16px;
	padding-right: 5px;
    background: rgba(0, 0, 0, 0) url("/img/top-nav-sprites.png") no-repeat scroll 0 -27px;
}

/* Search */

#zone-user #block-search-form {
    float: left;
    height: 40px;
    min-width: 80px;
    padding-top: 0;
    margin-top:3px;
}

#zone-user #block-search-form .block-inner {
    margin-top: 8px;
}

#zone-user #block-search-form .container-inline {
    position: relative;
    border-radius: 15px;
}

#block-search-form h2 {
    position: relative;
    float: right;
    display: none;
    height: 20px;
    width: 25px;
    margin-top: 5px;
    background: transparent url("/img/top-nav-sprites.png") no-repeat scroll -68px -27px;
    border: medium none;
    cursor: pointer;
    text-indent: -9999px;
    z-index: 10;
}

#block-search-form .content {
    display: block;
}

#zone-user #block-search-form form {
    height: 20px;
}

#search1{
    border: 1px solid rgb(126, 157, 185); padding: 2px;  left center no-repeat rgb(255, 255, 255); width: 70px; color: rgb(255, 255, 255);
}

#zone-user #block-search-form .search-icon {
    display: block;
    float: left;
    height: 20px;
    width: 25px;
    top: 3px;
    left: 6px;
    background: transparent url("/img/top-nav-sprites.png") no-repeat scroll -68px -27px;
    overflow: hidden;
    z-index: 1;
}

#zone-user #block-search-form input.form-submit {
    position: relative;
    display: inline;
    height: 19px;
    width: 70px;
    background: none;
    /* background: transparent url("/img/top-nav-sprites.png") no-repeat scroll -68px -27px; */
    border: medium none;
    cursor: pointer;
    filter: none;
    z-index: 10;
}

.container-inline div,
.container-inline label {
    display: inline;
}

form .form-item {
    margin: 15px 0;
}

form .form-item label {
    padding-bottom: 5px;
}

#zone-user #block-search-form .element-invisible {
    display: none;
}

#zone-user #block-search-form input#edit-search-block-form--2 {
    position: relative;
    height: 20px;
    width: 70px;
    right: 2px;
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0 !important;
    padding-top: 0;
    -moz-appearance: none;
    background: transparent none repeat scroll 0 0 !important;
    border: medium none !important;
    box-shadow: none;
    color: white;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
    z-index: 1;
}

#zone-user #block-search-form input#edit-search-block-form--2:focus {
    padding-right: 10px;
    outline: 0 none transparent;
}

.container-inline .form-actions,
.container-inline.form-actions {
    margin-top: 0;
    margin-bottom: 0;
}

#zone-user #block-search-form .srctxt {
    position: absolute;
    display: block;
    float: left;
    width: 60px;
    left: 25px;
    padding-left: 2px;
    font-size: 0.9em;
    overflow: hidden;
}

/* ----- Lower Nav ----- */

#zone-menu #region-branding {
	margin-top: -90px;
}

#zone-menu .logo-img {
	float: none;
	margin: 0 auto;
	text-align: center;
}

.logo-img img {
	width: 150px;
}

.site-name-slogan {
    float: left;
}

.element-invisible {
	position: absolute !important;
	visibility: hidden;
	clip: rect(1px,1px,1px,1px);
}

#region-menu {
	height: 60px;
	margin-top: 1px;
	padding-left: 174px;
}

.navigation {
	width: 800px;
	font-family: 'Agenda-Bold', arial;
}

ul.main-menu {
	display: block;
	margin-bottom: 30px;
	font-size: 14px;
	overflow: hidden;
}

#region-menu ul.main-menu li {
	float: left;
	display: block;
	margin-top: 1px;
	margin-right: 10px;
	font-family: Agenda-Bold, Helvetica, Arial, sans-serif;
}

#region-menu ul.main-menu li.last {
	margin-right: 0;
}

#region-menu ul.main-menu li a {
    display: block;
    margin-right: 0;
	padding: 5px;
	color:#fff;
	font-family: Agenda-Bold, Helvetica, Arial, sans-serif;
	font-size: 1.80em;
	line-height: 1.5;
    letter-spacing: 0;
	text-decoration: none;
	text-shadow: 1px 1px 3px #333;
	filter: dropshadow(color=#777777,offX=1,offY=1);
}

#region-menu ul.main-menu li a:hover {
	color: #8faf1d;
}

/* Mini-cart */

/*
================================================================================
DROP DOWN MINI CART

	DRAFTED: 6/30/2016	- BJAS
		- Work in progress	- BJAS

================================================================================
*/

/*-------------------- VARIABLES --------------------*/

ul.header-nav {
    display: inline-block;
    float: right;
    margin: 11px 0 0 0;
    padding: 0;
    width: 200px;
}

ul.header-nav > li {
    display: inline-block !important;
    float: none;
}

ul.header-nav li:first-child {
	display: inline;
	height: 19px;
	width: 155px;
	margin-top: 0;
	padding-right: 0;
	font-family: inherit;
	font-size: 12px;
}

ul.header-nav li:first-child a {
	color: #fff;
	font-size: 12px;
}

ul.header-nav li {
    display: inline-block;
    float: left;
    height: 45px;
    width: 45px;
    margin-left: 0;
    border: medium none;
    cursor: pointer;
}

ul.header-nav li.dropdown {
	position: relative;
	height: 20px;
	width: 45px;
    margin-right: 0;
	padding: 0;
}

.cart-icon {
    position: relative;
    height: 17px;
    width: 19px;
    background: rgba(0, 0, 0, 0) url("/img/icons/icon_cart.png") no-repeat scroll 0 0 / cover;
}

.cart-icon a {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    right: 0;
	left: 24px;
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	text-decoration: none;
    text-align: center;
}

ul.header-nav ul.icon-nav:after {
	clear: both;
}

ul.header-nav li.dropdown .cart_amt {
	margin: -31px 10px 0 0;
	color: #000;
	font-size: 12px;
}

ul.header-nav li.dropdown .cart_amt a {
	color: #000;
	font-weight: normal;
    text-decoration: none;
}

ul.header-nav li.dropdown > ul,
ul.header-nav li.dropdown #cart_preview {
	display: none;
	min-width: 156px;
	border: 1px solid #000;
}

ul.header-nav li.dropdown:hover > ul,
ul.header-nav li.dropdown:hover #cart_preview {
	position: absolute;
	display: block;
	z-index: 1000;
}

ul.header-nav li.dropdown #cart_preview {
	position: relative;
	width: 550px;
	min-height: 50px;
	top: 17px;
	right: -30px;
	background-color: #fff;
	color: #000;
	font-family: inherit;
	z-index: 999;
}

#cart_preview #empty_cart {
	margin: 15px;
    text-align: center;
}

#cart_preview #empty_cart p {
    margin-bottom: 30px;
	margin: 10px 0;
	color: #000;
	font-family: inherit;
	font-size: 18px;
	letter-spacing: normal;
	line-height: normal;
	text-transform: none;
	text-align: center;
}

#cart_preview .row_item_header {
    height: 50px;
    width: 100%;
	margin: 15px 0 0 0;
	padding: 0;
	border-bottom: 1px solid #000;
	color: #000;
    text-align: left;
    padding-left:25px;
}

#cart_preview .row_item_header .image {
	display: inline-block;
	width: 22px;
	padding: 0 5px 5px 0;
}

#cart_preview .row_item_header .image img {
	width: 19px;
    vertical-align:text-top;
}

#cart_preview .row_item_header .desc {
	display: inline-block;
	padding: 10px 0 0 0;
    font-size:18px;
}

#cart_preview .row_item_header .desc span {
	color: #8faf1d;
	font-weight: bold;
}

#cart_preview .row_item {
    height: 70px;
	width: 550px;
	margin: 5px 0 0 0;
	padding: 0;
	border-bottom: 1px solid #000;
	display: table-row;
	vertical-align: middle;
}

#cart_preview .row_item .image {
    display: table-cell;
    padding: 7px 10px 0;
    text-align: center;
    width: 85px;
}
#cart_preview .row_item .image img {
    margin: 0 10px 0 0;
    max-height: 60px;
    max-width: 85px;
}

#cart_preview .row_item .desc {
    display: table-cell;
    height: 100%;
    letter-spacing: normal;
    line-height: normal;
    padding-right: 0;
    text-align: left;
    text-transform: none;
    width: 440px;
	vertical-align: middle;
}

#cart_preview .row_item .title {
    display: inline-block;
    font-family: inherit;
    padding-right: 0;
    text-align: left;
}

#cart_preview .row_item .size {
	display: block;
	text-align: left;
}

#cart_preview .row_item .details {
	float: right;
	color: #000;
	font-size: 14px;
}

#cart_preview .row_item .qty_lbl {
	display: table-cell;
	width: 80px;
	text-align: right;
	vertical-align: middle;
}

#cart_preview .row_item .qty {
	display: table-cell;
	width: 108px;
	text-align: right;
	vertical-align: middle;
	padding: 0 22px 0 0;
 }

#cart_preview #checkout {
	min-height: 60px;
	padding: 6px 20px 10px;
	background-color: #fff;
	line-height: normal;
	letter-spacing: normal;
	text-transform: none;
}

#cart_preview #checkout > span {
	display: inline-table;
    padding: 4px 0 0 0;
	font-size: 14px;
}

#cart_preview #checkout #subtotal_lbl, #shipping_lbl, #total_lbl {
	width: 428px;
	color: #000;
	text-align: right;
}

#cart_preview #checkout #subtotal, #shipping, #total {
	min-width: 76px;
	color: #000;
	text-align: right;
}

#cart_preview #wp_btns {
    padding: 20px 0;
    text-align: right;
}

#cart_preview #wp_btns input.btn,
#cart_preview #wp_btns a.btn {
    display: inline;
    width: auto;
    margin: 0 0 0 6px;
    padding: 5px 12px;
	background: #8faf1d url("/img/btn/bg_gradient_button.png") repeat-x scroll 0 0;
    border: 1px solid #7d981a;
    color: #fff;
    font-family: inherit;
    font-size: 12px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    outline: medium none;
}

/* ----- Footer ----- */

footer {
    color: #fff;
}

.zone-footer-wrapper {
	background-image: url("/img/bg-transparent.png");
}

#zone-footer .quote-of-the-day {
	padding-bottom: 20px;
}

#zone-footer .quote-of-the-day blockquote {
	background: transparent url("/img/bg_quote.png") top left no-repeat;
	margin: 20px 0 0;
	padding: 2px 0 10px 40px;
}

#zone-footer .quote-of-the-day blockquote p {
	display: inline-block;
	margin: 0;
	padding: 0 40px 0 0;
	background: transparent url("/img/bg_unquote.png") top right no-repeat;
	font-size: 1.1em;
}

#zone-footer .quote-of-the-day cite {
	display: block;
	padding: 0 40px 0 0;
	text-align: right;
}

.zone-closure-wrapper {
	padding-bottom: 20px;
	background-color: #fff;
	background-position: bottom;
	color: #243e1d;
}

#zone-footer .region-footer-second {
	min-height: 50px;
	margin-bottom: 20px;
	padding: 20px 0 0;
	background: rgba(0, 0, 0, 0) url("/img/border-white.png") no-repeat scroll center top;
	overflow: hidden;
}

#zone-footer .region-footer-second .block-menu-menu-company-info,
#zone-footer .region-footer-second .block-menu-menu-customer-service {
	float: left;
	width: 90%;
	margin-right: 5%;
	margin-bottom: 5px;
	margin-left: 0;
}

.menu {
    margin: 0;
    padding: 0;
}

ul.menu {
    list-style: none;
    border: none;
    text-align: left;
}

#zone-footer ul li {
	float:left;
	list-style: none;
	margin: 0;
	padding-top: 0;
}

#policies ul li.first {
    display: block;
    width: 150px;
    border-right: medium none;
    color: #fff;
	font-size: 1.1em;
    text-transform: uppercase;
}

#zone-footer a {
    color: #fff;
	font-size: 1.1em;
    font-weight: 400;
	line-height: 1.2;
    text-decoration: none;
}

#zone-footer .region-footer-second ul li a {
	border-right: 1px solid #fff;
	padding-right: 7px;
}

#zone-footer .region-footer-second ul li a:hover {
	text-decoration: underline;
}

#zone-footer .region-footer-second ul li.first a {
	display: block;
	border-right: none;
	text-transform: uppercase;
}

#zone-footer .region-footer-second ul li.last a {
	border-right: none;
	padding-right: 0;
}

.footer-logos {
	position: absolute;
	top: 10px;
	right: 0;
	padding-top: 0;
	background: transparent;
	text-align: center;
	clear: none;
}

.footer-logos img {
	margin: 0 10px 0 0;
}

#zone-closure .block-block {
	padding-top: 20px;
}

#zone-closure .block-block p {
	font-size: .85em;
}

/*
====================
SIDE NAVIGATION
====================
*/

#side_nav {
	display: block;
	float: left;
	width: 230px;
	font-size: 12px;
    margin-left:50px;
}

#side_nav h2.certifications_title {
    margin-bottom: 0;
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-size: 0.9em;
	letter-spacing: 0;
    line-height: 1.2;
    font-weight: bold;
}

#side_nav .left {
	display: block;
	float: left;
	width: 50px;
	margin: 0;
	padding: 12px 0 0 0;
}

#side_nav .right {
	display: block;
	float: right;
	height: 50px;
	width: 180px;
	margin: 0;
	padding: 2px 0 0 0;
	font-size: 12px;
	vertical-align: middle;
}

#side_nav .usda {
	display: block;
	float: right;
	height: 50px;
	width: 180px;
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 0.9em;
	vertical-align: middle;
}

#side_nav .nongmo {
	display: block;
	float: right;
	height: 37px;
	width: 180px;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.2em;
	vertical-align: middle;
}

#side_nav .vegetarian {
	display: block;
	float: right;
	height: 50px;
	width: 180px;
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 0.9em;
	vertical-align: middle;
}

.border-bottom-short {
	background: url("/img/border.png") no-repeat scroll center bottom transparent;
	height: 3px;
	width: 230px;
}

#side_nav h2 {
	margin: 10px 0;
    margin-bottom: 5px;
	color: #23411d;
	font-family: 'Agenda-Bold', Arial;
	font-size: 1.8em;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: 0;
}

/* Search */

.searchblock input.text {
	height: 20px;
	width: 150px;
}

.searchblock .submit-button {
	margin-top: 1px;
	background-color: #90ad15;
}

#search #search_form input.text {
	float: left;
	margin-right: 10px;
}

#search #search_form .submit-button {
	float: left;
	margin-top: 1px;
	background-color: #90ad15;
}

#search_results #product_row .product_image {
	padding-right: 5px;
}

#cat_nav li.search
{
    background-image: url(/img/icons/search_01.png);
    background-repeat: no-repeat;
    padding-left: 26px;
    background-position: 20px 30px;
}

#cat_nav li.search a.top
{
    padding-left: 6px;
}

#search {
	margin: 0 0 20px 0;
}

#search_pleaseWait {
	display: none;
	margin-top: 50%;
}

#search_row #search1 {
	width: 166px;
	margin: 0 0 0 10px;
    padding: 2px 3px 1px;
	border-color: #848484 #c1c1c1 #e1e1e1;
	border-width: 1px;
}

#search_container {
    position: absolute;
    display: none;
    margin-left: 0;
    margin-top: 2px;
    padding: 10px;
    background-color: #f7f6f2;
    box-shadow: -2px 3px 8px 0 rgba(0, 0, 0, 0.4);
    z-index: 999999;
}
#search_container li.product, #searchResults{
    padding-bottom:5px;
    width:300px;
    color:#000;
}
#search_container li:first-child{
    color:#000;
    font-size: 13pt;
}
#search_container #searchResults ul li a {
	color: #444;
}

#search_container #searchResults ul li a:hover {
	color: #8faf1d;
	text-decoration: none;
}

#side_nav ul {
	margin: 0;
	padding: 0;
}

#side_nav li {
	padding: 0;
	margin-left: 0;
	list-style: none;
	color: #90ad15;
}

#side_nav li a {
	line-height: 1.2;
	color: #90ad15;
	text-decoration: none;
}

#side_nav li a:hover {
	text-decoration: underline;
}

#side_nav li a.selected {
	color: #23411d;
}

/* Second Level */

#side_nav ul li ul {
	margin: 0;
	padding: 0;
}

#side_nav ul li ul li {
	padding: 2px;
}

#side_nav li ul li {
	padding: 0 0 5px 0;
	margin: 0;
	list-style: none;
	color: #90ad15;
}

#side_nav li ul li a {
	color: #90ad15;
	line-height: 1.2;
	text-decoration: none;
}

#side_nav li ul li a:hover {
	text-decoration: underline;
}

#side_nav li ul li a.selected {
	color: #23411d;
}

#category_product_list {
	font-size: 15px;
	margin-top: 5px;
}

#category_product_list #compact {
	width: 100%;
	font-size: 13px;
	line-height: 17px;
}

#category_product_list #compact .product_name {
	color: #ec8a1b;
	font-size: 13px;
}

#category_product_list #compact .product_name_active {
	color: #666;
	font-size: 13px;
}

#category_product_list #compact .category_name {
	color: #90ad15;
	font-size: 14px;
	line-height: 20px;
}

#category_product_list #compact .category_name_active {
	color: #dcbc71;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
}

#category_product_list #compact li.page_item_product_name {
	margin-top: 6px;
	padding-bottom: 5px;
	border-bottom: .5px solid #c5ae4c;
	line-height: 14px;
}

#side_nav li.recurring_rule,
#side_nav li.signup_rule {
	padding: 5px 0 10px 0;
}

#side_nav li div.link-cta {
	height: 18px;
	width: 80px;
	bottom: 5px;
	margin: 5px 0;
	padding-right: 17px;
	background-image: url("/img/btn/btn-morelink.png");
	background-position: right center;
	background-repeat: no-repeat;
	font-weight: normal;
	text-align: left;
}

/*
====================
HOME
====================
*/

#featured_products img.hero {
	margin: 4px 0 10px 0;
	text-align: center;
}

#main_content_block h1 {
	margin: 0 0 10px;
	color: #034125;
	font-family: 'Agenda-regular', arial;
	font-size: 24px;
	/* font-weight: bold; */
	line-height: 20px;
	letter-spacing: 1px;
	text-align: left;
}

#main_content_block h2 {
    margin: 10px 0;
    color: #23411d;
    font-family: "Agenda-Bold",Arial;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.2;
	text-transform: uppercase;
}

#featured_products {
	float: left;
    height: 100%;
	width: 640px;
	text-align: center;
}

#featured_left,
#featured_middle,
#featured_right {
	display: inline-block;
	vertical-align: bottom;
}
.pr_0 {
    background-image: url(/img/bg_product_no_rating.png) !important;
}

#featured_product {
	height: 310px;
	width: 210px;
	margin: 0 0 30px 0;
	text-align: center;
    background: rgba(0, 0, 0, 0) url(/img/border.png) no-repeat scroll center bottom;
    padding-bottom:10px;
}

#featured_product div.product_image {
	position: relative;
	width: 210px;
	min-height: 190px;
}

#featured_product .prod_image {
	position: absolute;
	display: table-cell;
	width: 210px;
	bottom: 0;
}

#featured_product img.product_image {
	width: 150px;
	margin-top: 5px;
}

#featured_product .product_name {
	width: 210px;
	min-height: 40px;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: top;
}
.product_reviews{
    margin-top:10px;
    width: 100%;
    text-align: center;
}
.product_reviews div {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    float:none !important;
}
.product_product_reviews{
    display:inline-block;
}
.product_reviews div, .product_product_reviews div{
    padding-right:10px;
    float:left;
}
.product_name, .product_display_name{
    clear:left;
}
#featured_product .product_name a {
	color: #23411d;
	font-size: 12px;
}

/*
====================
CATEGORY
====================
*/

h2.auto_delivery_link {
	float: right;
	margin: -37px 0 0 0 !important;
}

h2.auto_delivery_link a {
	color: #23411d;
    font-size: 18px;
    font-weight: bold;
}

/* Grid */

.category_table {
	display: block;
	float: right;
    width: 640px;
	margin: 0;
	padding: 0 0 10px 0;
}

.category_item {
	display: inline-block;
	width: 210px;
	padding: 10px 0;
	text-align: center;
}

.category_item .thumb {
    display: table-cell;
    height: 210px;
    position: relative;
    vertical-align: bottom;
}

.category_item .thumb .sale_new_icon {
    position: absolute;
	left: 260px;
	top: -160px;
}

.category_item_pad {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
    background: rgba(0, 0, 0, 0) url("/img/border.png") no-repeat scroll center bottom;
	text-align: center;
    min-height:320px;
}

div.category_table div {
	vertical-align: top;
}

#gallery_layout div.item_row_nm {
	height: 65px;
	margin: 10px auto 0;
}

#gallery_layout div.item_row_nm a {
	color: #23411d;
}

#gallery_layout div.item_row_nm a:hover {
	text-decoration: none;
}
.review_line{
    background: rgba(0, 0, 0, 0) url("/img/border.png") no-repeat scroll center bottom;
	padding-bottom:20px;
}
#category_page {
}

#category_page ul.grid {
	display: table;
}

#category_page ul.grid li {
	display: inline-block;
	margin: 10px 10px;
	width: 180px;
	padding: 10px 0 0;
}

#category_page ul.grid li a,
#category_page ul.grid li {
	text-align: center;
	font-size: 12px;
	color: #45474d;
	text-transform: uppercase;
}

#category_page ul.grid li .product_name {
	padding: 10px 10px;
}

/*
====================
PRODUCT
====================
*/

#main_content_block .left {
    display: block;
    width: 100%;
    margin-right: 20px;

}

#main_content_block .left_lower {
    display: inline-block;
    width: 380px;
}

.border-bottom {
    background: rgba(0, 0, 0, 0) url("/img/border.png") no-repeat scroll center bottom;
    margin-bottom: 10px;
}

.learn_more_link {
    margin: 15px 0;
	background-color: #034125;
	color: #fff;
    text-align: center;
}

.learn_more_link a {
	display: block;
	width: 100%;
    padding: 10px 0;
	color: #fff;
	font-family: Fontfabric Mont Book, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    text-transform: none;
    text-decoration: none;
}

.learn_more_link a span {
	color: #fff;
	font-family: Fontfabric Mont Bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
}

.radioMobileRD {
    width: 100%;
    padding: 10px 0;
	background-color: #034125;
    text-align: center;
}

.radioMobileRD span {
    padding: 10px 0;
    color: #fff;
	font-family: Fontfabric Mont Bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    text-align: center;
}

.radioMobileRD input {
    display: none;
}

.exit_subscription_link {
	margin-top: 60px;
    padding: 6px 0 4px;
	background-color: #034125;
	color: #fff;
	font-family: Fontfabric Mont Bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    text-align: center;
}

.exit_subscription_link a {
	color: #fff;
	font-family: Fontfabric Mont Bold, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    text-decoration: none;
}

/* Variant Display */

.product_image{
    max-width: 200px;
}

#product_info_row {
	display: inline-block;
}


#product_info_row .rule{
    margin: 20px 0px;
}
#variant_display {
    margin-top: 5px;
}

#variant_display table {
    margin: 0;
    padding: 0;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    text-align: left;
}

#variant_display td {
    padding-right: 2px;
    vertical-align: middle;
}

#variant_display td.variant_column_size {
    width: 180px;
    padding-right: 2px;
    vertical-align: middle;
    white-space: nowrap;
}

#variant_display #variant_size {
    margin-left: 0;
    font-size: 13px;
    font-weight: normal;
}

#variant_display #variant_price_unit {
    margin-top: 3px;
    margin-left: 10px;
    color: #ec8a1b;
    font-size: 11px;
    font-weight: normal;
    white-space: nowrap;
}

#variant_display td.variant_column_price {
    text-align: right;
    vertical-align: middle;
}

#variant_display #variant_price {
    padding-right: 7px;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
}

#variant_display td.variant_column_qty {
    vertical-align: middle;
}

#variant_display input.qty {
	width: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid rgba(9,35,19,0.5);
}

.cart-item-qty{
    display: none;
}

#variant_display td.variant_column_button {
    vertical-align: middle;
}

#variant_display .variant_button .btn {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	/* padding: 10px 15px; */
	border: 0px;
	cursor: pointer;
	border: medium none;
	border-radius: 0;
	color: #FBF5EA;
	font-family: inherit;
	font-size: 14px;
	text-transform: uppercase;
	outline: medium none;
	background-color: #20915A;
	background-image: none;
	font-size: 10px;
	font-weight: normal;
}

.recurring_delivery {
    margin-top: 10px;
}

/* Dietary Information */

#main_content_block .description {
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-size: 13px;
}

.tips,
.description {
    color: #6a6a6a;
    font-size: 14px;
}

.description {
    padding-top: 10px;
    display: inline-block;
}

.description span{
    color: #92af39;
    font-size: 18px;
}

#dietary_information {
    display: block;
    width: 380px;
}

#block-np-product-np-product-feature {
    display: block;
    padding: 0px 0 10px 0;
    clear: left;
    overflow: hidden;
}

.product-feature-wrapper {
    width: 360px;
    margin: 0;
}

.highlights {
    display: block;
    float: left;
    width: auto;
    margin: 0;
}

.fibre,
.grains,
.protein {
    float: left;
    width: 55px;
    margin-right: 25px;
    color: #243e1d;
    text-align: center;
}

.fibre .amount,
.grains .amount,
.protein .amount {
    height: 40px;
    width: 55px;
    padding-top: 13px;
    padding-bottom: 10px;
    background: rgba(0, 0, 0, 0) url("/img/bg-circle.png") no-repeat scroll 0 0;
    color: #fff;
    font-size: 1.28em;
    font-weight: 700;
    text-align: center;
}

.field-item {
    padding-top: 5px;
}

#dietary_information div.field-items div.field-item {
    font-size: 11px;
}

.per_serving {
    padding-left: 10px;
    color: #243e1d;
    font-weight: bold;
    font-size: 0.785em;
}

.per_serving span {
    color: #666;
    font-size: 10px;
    font-weight: normal;
}

#main_content_block .ingredients {
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-size: 12px;
}

#main_content_block .ingredients h2 {
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-size: 1.5em;
    line-height: 1.2;
	text-transform: capitalize;
}

#main_content_block .right {
    display: block;
    float: right;
    width: 200px;
}

#main_content_block .right_lower {
    display: inline-block;
    width: 250px;
	padding-top: 20px;
	vertical-align: top;
}

#main_content_block .right img {
    padding: 0 0 20px;
}

#main_content_block .right_lower img {
    padding: 0 0 20px;
}

/* Nutrition Facts */

#main_content_block .right_lower .product_nutrition_panel {
	display: inline-block;
	width: 290px;
	padding: 20px 0;
	text-align: center;
}

#main_content_block .right_lower .nutrition_panel {
	display: inline-block;
}

#main_content_block .right_lower .nutrition_panel #nutrition {
	color: #23411d;
	font-family: "Agenda-Bold",Arial;
	font-size: 1.4em;
    font-weight: normal;
    line-height: 1.2;
	text-transform: uppercase;
}

/* Certifications */

#certification {
    display: inline-block;
    width: 290px;
	text-align: center;
}

#certification ul {
	margin: 0;
	padding: 0;
}

#certification ul li {
	display: inline-block;
}

#certification li {
	list-style: none;
	padding-right: 10px;
}

#certification li img {
	max-height: 60px;
	padding: 0;
}

.bottom_items {
	width: 640px;
}
.store-promo-message{
    text-align:center;
    padding:10px 0px;
    color:#91af1d;
    width:100%;
    margin-top:10px;
    font-weight:bold;
}
/* Related Products */

#related_products {
	float: left;
    width: 370px;
    margin: 20px 10px 20px 0;
    padding: 0;
}

.related_products_title {
    clear: both;
}

.related_products_title h2 {
	font-family: "Agenda-Bold",Arial;
}

.related_product_item {
    display: inline-block;
    float: left;
    width: 120px;
    padding: 14px 0 14px 0;
    text-align: center;
}

.related_product_item_pad {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.related_product_item_pad a {
    color: #23411d;
}

.related_product_item .thumb {
	display: inline-block;
	min-height: 110px;
	bottom: 0;
	text-align: center;
	vertical-align: bottom;
}

.related_product_item .thumb img {
	max-width: 80px;
    margin: auto;
	border: 0;
}

/* Recipes */

#recipes {
	float: left;
    width: 260px;
    margin: 20px 0;
    padding: 0;
}

#block-views-np-product-recipees-block .views-row {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    clear: left;
}

#block-views-np-product-recipees-block h2.block-title {
    margin-bottom: 10px;
    color: #243e1d;
    font-family: "Agenda-Bold",Arial;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.2;
}

#block-views-np-product-recipees-block .views-field-field-image {
    float: left;
    width: 90px;
    margin-right: 10px;
}

#block-views-np-product-recipees-block .views-field-field-image img {
    width: 89px;
}

#block-views-np-product-recipees-block .views-field-title {
    font-size: 0.857em;
    line-height: 1.2;
}

/*
====================
SHOPPING CART
====================
*/

#cart_buttons input.btn,
#cart_buttons a.btn{
	padding: 0px;
}

/*
====================
SHOPPING CART
====================
*/

#cart {
	display: table-cell;
	padding: 50px 0 30px 0px;
}

#cart h1 {
    display: block;
}

#cart p {
    color: #613b2b;
    font-size: 1.2em;
    margin: 20px 0 0;
}

#cartitemlist {
	font-family: inherit;
    font-size: 14px;
}

#cartitemlist strong {
	font-family: inherit;
}

#cartitemlist .product_image img {
	width: 100%; /*convert to pixel width as needed */
}

#cartitemlist {
    display: inline-block;
    width: 681px;
}

#cart_display p {
    margin: 20px 0;
}

#cartitemlist .cart_header,
#cartitemlist .cart_content {
    display: table;
}

#cartitemlist .cart_contents {
    border-bottom: solid 1px #3a3a3a;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#cartitemlist .cart_row {
    display: table-row;
}

#cartitemlist .product_image,
#cartitemlist .product_description,
#cartitemlist .qty,
#cartitemlist .unit_price,
#cartitemlist .total_amount,
#cartitemlist .column_button {
    display: table-cell;
    vertical-align: middle;
}

#cartitemlist .product_image {
    width: 15%;
    text-align: center;
}

#cartitemlist .product_description_header,
#cartitemlist .product_description {
	width: 36%;
	padding: 0 1%;
    font-family: inherit;
}

#cartitemlist .product_description {
    font-family: inherit;
}

#cartitemlist .product_description a {
}

#cartitemlist .qty {
    width: 5%;
    text-align: center;
}

#cartitemlist .qty input {
    width: 100%;
    text-align: center;
}

#cartitemlist .unit_price,
#cartitemlist .total_amount {
    width: 10%;
    text-align: right;
}

#cartitemlist .column_button {
    width: 5%;
    text-align: right;
}

#cartitemlist .subtotal,
#cartitemlist .subtotal_price {
    display: inline-block;
    margin: 5px 0;
    font-size: inherit;
    font-weight: bold;
    text-align: right;
}

#cartitemlist .subtotal {
    width: 85%;
    margin-bottom: 10px;
    padding: 0;
}

#cartitemlist .subtotal_price {
    width: 10%;
}

#cartitemlist .cart_header {
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: solid 1px;
	font-weight: 700;
	text-transform: uppercase;
}

#cartitemlist .cart_row:first-child {
    border-bottom: solid 1px;
}

#bottom_buttons {
    display: table;
    margin: 20px auto;
    text-align: center;
}

#bottom_buttons .update,
#bottom_buttons .checkout,
#bottom_buttons .continue {
    display: inline-block;
    margin: 10px 0;
    vertical-align: middle;
    font-family: inherit;
}

#bottom_buttons .checkout,
#bottom_buttons .continue {
}

#bottom_buttons .checkout a,
#bottom_buttons .continue a {
    margin: 0 10px;
    padding: 5px 10px 6px;
    color: #fff;
	text-decoration: none;
}

#bottom_buttons .update input.btn {
    margin: 0 10px;
	font-size: 16px;
	cursor: pointer;
}

#bottom_buttons a.btn {
    color: #fff;
    font-size: 16px;
    padding: 6px 15px;
}

.empty_cart {
    margin: 20px 0;
	font-size: 1.2em;
    text-align: center;
}

.disclaimer {
    background-color: transparent;
    color: #333;
    display: block;
    font-size: 14px;
    margin-top: 30px;
    padding-bottom: 10px;
}
/*
====================
POLICY
====================
*/
#policy{
	padding-top: 20px;
}

.section li{
    list-style:none;
    margin-left:10px;
    padding-bottom:10px;
}
/*
====================
MISC
====================
*/

/* Confidence Builders */

.cb_outer_wrapper {
	height: 120px;
	width: 660px;
	background-color: #003f14;
	margin: 20px 0;
	padding: 0 10px;
}

#main_content_block .cb_outer_wrapper h2 {
	padding-top: 10px;
    margin-bottom: 4px;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
	text-transform: capitalize;
	line-height: 1.0;
	font-family: "BlockBERegularRegular",Arial;

}

.cb_inner_wrapper {
	height: 66px;
	width: auto;
	margin: 0;
	background-color: #fff;
	border: 1px solid #c0c0c0;
}

.cb_inner {
	float: left;
	padding: 16px 0 0 0;
}

.cb_inner  .fa{
	float: left;
    color: #88b210;
    font-weight: bold;
    font-size: 35px;
    padding: 0px 10px;
}

.cb_inner a,
.cb_inner_last a {
	color: #353535;
	text-decoration: underline;
}

.cb_inner img {
	float: left;
	padding: 0 6px 0 20px;
}

.cb_inner_box {
	float: left;
	padding-right: 20px;
	text-align: center;
	font-size: 12px;
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-weight: normal;
}


.cb_inner_box a{
	font-weight: normal;
}


.cb_inner_box  a{
	font-size: 12px;
}

.cb_inner_box_phone {
	float: left;
	text-align: left;
	font-size: 12px;
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-weight: normal;
}

.cb_inner_last {
	float: right;
	padding: 12px 20px 0 0;
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-weight: normal;
}

.cb_inner_box_last {
	float: left;
	text-align: left;
}

.cb_inner_box_last a{
	font-size: 10px;
	font-weight: normal;
}
/*
====================
10 MISC
====================
*/

.valuepack_savings {
	color: rgba(9,35,19,0.5);
}

.copyright_footer {
    font-size: 14px;
}

.remodal{
	border: 1px solid #003f14;

}

.remodal .panel{
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	line-height: 18px;
	text-align: left;
}

.remodal .panel #policy h1.first{
	font-size: 26px;
	color: #23411d;
	font-family: "BlockBERegularRegular",Arial;
	font-weight: normal;
}

.remodal .panel #policy h2{
	font-size: 18px;
	color: #23411d;
	font-family: "BlockBERegularRegular",Arial;
	font-weight: normal;
}

.variant_container {
	margin-bottom: 10px;
	padding: 20px;
	max-width: 406px;
}


.variant_container {
	padding: 0;
}

.variant_size .regular_price {
	color: #243e1d;
	font-family: "Agenda-Bold", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
}

.variant_size .regular_price::before {
	content: "\A";
	white-space: pre;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}