/*
Content controls all the areas below the header and above the footer.
These contain feature_display, category_display, product_display and policy IDs.

FIRST WE WILL 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea {
	-webkit-appearance: none;
}

/*

Table of contents:

====================
HEADER FOOTER
-------------------
MARKETING MESSAGE,
RECURRING DELIVERY &
HERO DISPLAY
-------------------
GLOBAL CONTENT
	Shared Attributes
	Button Behavior
-------------------
FEATURED PRODUCTS
-------------------
EMAIL SIGNUP
-------------------
CATEGORY DISPLAY
-------------------
PRODUCT DISPLAY
	Product information
-------------------
SHOPPING CART
-------------------
POLICY
-------------------
Misc
	Font Awsome
    Accordion
-------------------
====================

*/

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.mm-list a.mm-subopen::before {
    border-left-width: 0 !important;
}

.mm-menu .social_media {
	text-align: center;
}

.mm-menu .social_media li {
    display: inline-block;
}
.mm-list > .social_media li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults)::after {
	border-bottom: 1px solid #585858;
}
/*
====================
HEADER FOOTER
====================
*/

/* Header */

#header,
#footer {
	left:0;
	right:0;
	width:100%;
	z-index:1000;
}

#header {
	position: relative;
	display: table;
	width: 100%;
	height: 84px;
	top: -1px;
	margin: 0;
	padding: 1px 0 10px 0;
	border-bottom: 1px solid #dfdfdf;
	line-height: 1em;
}

#header .logo {
	background-image:url(/img/mobile/logo.png);
	background-repeat: no-repeat;
	width: 166px;
	height: 64px;
    margin: 14px auto 0;
	padding: 0px;
}

#header .logo h1 {
	text-indent: -9999px;
	font-size: 30px;
	margin: 5px 0 0 0;
	padding: 0px;
	width: 60px
}

#header h1 {
	background-position: center top;
	background-repeat: no-repeat;
	height: 75px;
	margin: 0;
	padding: 0;
}

#header .menu {
	position: absolute;
	width: 25%;
	text-align: center;
	top: 15px;
}

#header .menu_icon {
	margin-top: 10px;
}

#header .menu span {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

#header #mobile_cart {
	position: absolute;
	top: 5px;
	width: 25%;
	right: 0px
}

#header #mobile_cart .cart {
	position: relative;
	display: table-cell;
	width: 25%;
	top: 10px;
	right: 0;
	margin: 0 auto;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	background-image: url(/img/mobile/icons/cart.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#header .cart .qty {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 6px;
    right: 45%;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

#header .cart .qty_no {
    position: relative;
    top: 5px;
    font-size: 16px;
    font-weight: bold;
}

#header .cart .price {
    color: #58595b;
    font-size: 16px;
    margin-top: 20px;
    position: relative;
    right: 5px;
    text-align: center;
    top: 20px;
    width: 100%;
	font-weight: 700;
}

/* Footer */

#footer {
	width: 100%;
	margin: 0;
	padding: 0;
}

#footer a {
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
}

#footer_wrap {
	position: relative;
	margin: 0px 0;
	padding: 10px 0 0;
	background: #fff url(/img/bgs/footer-shadow.png) repeat-x scroll left top;
	color: #666;
}

#footer_wrap table {
	width: 100%;
}

#footer_wrap a {
	color: #666;
	font-family: "Knockout 29 A","Knockout 29 B","Oswald";
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	text-shadow: none;
	text-transform: uppercase;
	text-decoration: none;
}

#footer_wrap img {
	padding-bottom: 10px;
}

#footer_wrap td {
	text-align: center;
	width: 20%;
	vertical-align: top;
	padding: 25px 0 10px;
}

#footer_wrap td.sign-out .fa,
#footer_wrap td.sign-in .fa,
#footer_wrap td.account .fa,
#footer_wrap td.customer_care .fa,
#footer_wrap td.shipping .fa,
#footer_wrap td.full_site .fa {
	font-size: 24px;
    color: #666;
    font: 24/1 FontAwsome;
    text-rendering: auto;
}

#footer_wrap td .container {
	width: 80%;
	text-align: center;
}

#footer_wrap img {
	padding-bottom: 10px;
}

/*
====================
MARKETING MESSAGE,
RECURRING DELIVERY &
HERO DISPLAY
====================
*/

#marketing_message {
	width: 100%;
	background-color: #c9361c;
	overflow: hidden;
	text-align: center;
}

#marketing_message:after {
	clear: both;
}

#marketing_message h1,
#marketing_message h1 a {
	margin: 5px 0;
	color: #fff;
	font-family: "Knockout 29 A","Knockout 29 B","Oswald";
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
}

#marketing_message h1 span {
	color: #fff;
	font-family: "Knockout 29 A","Knockout 29 B","Oswald";
	font-size: 12px;
}

#marketing_message h1 strong {
	color: #fff;
	font-family: "Knockout 29 A","Knockout 29 B","Oswald";
	text-decoration: underline;
}

.featured_hero {
	width: 100%;
	max-width: 340px;
	margin: 0 auto;
	padding: 0;
}

/*
====================
GLOBAL CONTENT
====================
*/


*,
body,
p,
blockquote,
ul,
li,
#productMainContainer .product-description p,
#email_signup h1 {
	font-family: "Knockout 29 A","Knockout 29 B","Oswald";
	font-weight: 400;
	font-size: 18px;
	line-height: normal;
	color: #58595b;
}

#category_detail,
#productMainContainer {
	border-bottom: 2px solid #dfdfdf;
}

a {
    color: #8a1d03;
	text-decoration: none;
}

div {
	padding: 0px;
	margin: 0px;
}

#content {
	margin: 0px;
}

#wpstore {
	margin: 0;
}

.hide {
  display: none;
}

/*
--------------------
Shared Attributes
--------------------
*/

#category_display .product_name,
#category_detail .product_name a,
#feature_display h2,
#feature_display h2 a {
	font-family: "Knockout 29 A","Knockout 29 B","Oswald";
    color: #8a1d03;
	font-weight: 400;
	margin: 10px 0;
	font-size: 36px;
	text-decoration: none;
}

#featured_display h1,
#category_detail h1,
#product_display h1,
#shopping_cart h1,
#policy h1.first  {
	font-family: "Knockout 29 A","Knockout 29 B","Oswald";
	color: #8a1d03;
	font-size: 36px;
	font-weight: 500;
	margin: 20px 0 10px;
	text-align: center;
	padding: 0 0 5px;
}

#policy h1.first  {
	border-bottom: 1px solid #333;
	font-family: "Knockout 29 A","Knockout 29 B","Oswald";
	font-size: 36px;
	margin-bottom: 10px;
	padding-bottom: 10px;
    text-transform: uppercase;
}

.products,
#policy,
#default_display,
#product_display,
#category_detail,
#shopping_cart {
	margin: 0 5%;
}

.oos {
	display: inline-block;
	height: 24px;
	width: 100%;
	min-width: 220px;
	margin: 10px 0 20px;
	padding: 0 0 5px;
	background-color: #fff;
	border: solid 1px #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #999;
	font-family: "Knockout 29 A","Knockout 29 B","Oswald";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	cursor: pointer;
	vertical-align: middle;
}

/*
--------------------
Button Behavior
--------------------
*/

.btn,
.btn img,
.m_button,
input.m_button,
.ui-btn-inner {
	background-color: #8a1d03;
	border: 0px solid #c0d62e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-family: "Knockout 29 A","Knockout 29 B","Oswald";
	font-size: 20px;
	font-weight: 400;
	height: 24px;
	margin: 10px 0 20px;
	padding: 2px 0 5px;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	text-transform: uppercase;
	vertical-align: middle;
	width: 100%;
    color: #fff;
}

.ui-btn-inner {
	margin: 10px 0;
}

	#mobile_cartitemlist .ui-link, .m_button, a.m_button {
		padding-bottom: 7px;
		padding-top: 10px;
	}


#cartitemlist {
    display: block;
}

#cartitemlist .cart_header,
#cartitemlist .cart_content {
    display: table;
}

#cartitemlist .cart_row {
    display: table-row;
}

#cartitemlist .product_discription,
#cartitemlist .qty,
#cartitemlist .unit_price,
#cartitemlist .total_amount,
#cartitemlist .column_button {
    display: table-cell;
}

#cartitemlist .product_image {
    display: none;
}

#cartitemlist .subtotal,
#cartitemlist .subtotal_price {
    display: inline-block;
}

#cartitemlist .cart_header {
    padding: 10px 0;
    width: 100%;
}


	#imgaddtocart {
		height: 36px;
	}

	.oos_button {
		background-color: #fff;
		border: 1px solid #999;
		border-radius: 0;
		color: #999;
		display: inline-block;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		height: 26px;
		margin-bottom: 30px;
		padding: 5px 0 0;
		text-align: center;
		text-decoration: none;
		text-indent: 0;
		text-transform: uppercase;
		vertical-align: middle;
		width: 100%;
		line-height: 24px;
	}

	.m_button a,
	.m_button a:hover,
	.m_button a:active,
	.m_button a:visited{
		color: #333!Important;
	}

	.m_button:hover {

	}

	.m_button:active {
		color: #333;
	}

	input.m_button {
		font-weight: 400;
		cursor: pointer;
		-webkit-appearance: none;
		height: 40px;
		outline: none;
	 }

/*
====================
FEATURED PRODUCTS
====================
*/

#featured_products {
	margin: 0px 5%;
	padding: 0px;
	text-align: center;
}

#featured_products h1 {
	font-size: 30px;
	color: #58595b;
	margin: 10px 0 10px;
		font-family: "Knockout 29 A","Knockout 29 B","Oswald";
}

#featured_products h2,
#featured_products h2 a {
	color: #58595b;
		font-family: "Knockout 29 A","Knockout 29 B","Oswald";
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	text-transform: none;
}

#featured_products h2 {
	border-top: solid 1px #58595b;
	padding-top: 10px;
	margin: 10px 0;
}

#featured_products .product_size {
	font-size: 14px;
	padding: 0 0 20px;
	font-weight: 400;
	text-align: left;
}
/*
====================
EMAIL SIGNUP
====================
*/

#email_signup {
	position: relative;
	height: 100px;
	width: 100%;
    max-width: 230px;
	margin: 10px auto 0;
	background-color: #fff;
	text-align: center;
	clear: both;
}

#email_signup h1 {
    margin-top: 10px;
	color: #8a1d03;
    font-size: 24px;
}

#email_signup h2 {
	margin-bottom: 10px;
	color: #8a1d03;
    font-size: 18px;
}

#email_signup input.email_entry {
    float: left;
    height: 22px;
    width: 192px;
	margin-right: 6px;
    padding-left: 6px;
    border: 1px solid #999;
    font-size: 15px;
}

#email_signup input.m_button {
    display: inline-block;
	float: right;
    height: 23px;
    width: 23px;
	margin: 0;
	padding: 0;
	background: #8a230f url("/img/mobile/submit_arrow.png") no-repeat center top;
	border: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
	vertical-align: top;
    cursor: pointer;
}

/*
====================
CATEGORY DETAIL &
PRODUCT DISPLAY
====================
*/

#category_detail #columns {
    display: table;
    width: 100%;
}

#category_detail #columns .column {
    display: table-row;
}

#category_detail #columns .column .category_item_detail {
    display: table-cell;
    float: left;
    text-align: center;
    width: 50%;
    min-height: 230px;
}

#product_display h1,
#category_detail h1,
#shopping_cart h1 {
	font-size: 32px;
	line-height: 26px;
	text-transform: none;
	padding: 0 20px;
}

#category_detail h2 {
	color: #8a1d03;
	font-family: "Knockout 29 A","Knockout 29 B","Oswald";
	font-size: 20px;
	text-align: center;
}

#product_display .product_image {
	text-align: center;
	width: 100%;
	position: relative;
	padding-top: 10px;
}

#product_display .product_image img {
	max-width: 100%;
}

#variant_display {
    display: block;
    width: 100%;
	margin-top: 5px;
}

#variant_display h3:first-child {
    border: none;
}

#variant_display h3 {
	margin: 10px 0 20px 0;
	padding-bottom: 10px;
	border-bottom: solid 1px #dfdfdf;
    color: #8a1d03;
	font-family: "Knockout 29 A","Knockout 29 B","Oswald";
    font-size: 18px;
	font-weight: bold;
    text-transform: uppercase;
}

/*
--------------------
Product information
--------------------
*/

#variant_display .variant_row {
    display: table-row;
}

#variant_display .variant_row_bar {
	height: 1px;
    width: 100%;
	margin-bottom: 20px;
	background-color: #dfdfdf;
}

#variant_display .sizeandsavingsblock {
    display: table-cell;
    width: 100%;
    padding: 0 0 10px;
}

#variant_display .variantTable {
	display: table;
	margin: 0 0 10px;
	padding: 0 0 16px;
	width: 100%;
}

#variant_display .variant_price_unit span,
#variant_display .variant_price_unit {
    margin: 0;
    padding: ;
    color: #89210e;
	font-family: "Knockout 29 A","Knockout 29 B","Oswald";
    font-size: 16px;
}


#variant_display .variant_size {
	display: block;
	width: 100%;
	font-family: "Knockout 29 A","Knockout 29 B","Oswald";
}

#variant_display .variant_price {
	display: table-cell;
	width: 10%;
    padding: 0 10px 0 0;
	font-family: "Knockout 29 A","Knockout 29 B","Oswald";
	font-weight: 600;
	text-align: right;
}

#variant_display .variant_column_qty {
	display: table-cell;
	padding-right: 0px;
	text-align: right;
	width: 10%;
	margin-top: -5px;
}

#variant_display .variant_column_qty input {
	border: 1px solid #ccc;
	color: #000;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	width: 25px;
}

#variant_display .variant_savings {
	color: #993300;
	font-size: 14px;
	font-weight: 400;
	padding: 0 0 5px;
}

#variant_display .variant_price_regular {
	font-size: 14px;
	font-weight: 600;
	padding: 0 0 5px;
}

#variant_display .variant_price_regular span
#variant_display .variant_price_sale {
	color: #cc0000;
	font-weight: 700;
}

#variant_display .variant_column_button {
	margin: 10px 0 20px 0;
	padding: 0;
}

.product-description {
	font-size: 16px;
	margin: 0 0 40px;
}

.product-description .signature:after {
	clear: both;
}

.product-description .signature {
    display: block;
	float: right;
}

#variant_display .variant_column_size {
    float: left;
    line-height: 18px;
    padding-left: 0px;
    width: 65%;
}


#variant_display .variant_column_price {
    float: left;
    font-weight: bold;
    text-align: right;
    width: 20%;
}

#variant_display .variant_sale_row {
    clear: both;
    padding-left: 10px;
    padding-top: 0px;
}

#variant_display .variant_sale_row {
    color: #993300;
}

#variant_display .variant_sale_row {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0px;
}

#variant_display .variant_column_button {
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

    #variant_display .variant_column_button imput.btn {
        width: 75%;
    }

#nutrition_panel h2 a,
#ingredients_panel h2 a {
	font-size: 24px;
		font-family: "Knockout 29 A","Knockout 29 B","Oswald";
	color: #3398cc;
	text-decoration: none;
}

	/*
	--------------------
	Product Description
	--------------------
	*/

.product_description h3 {
	color: #f5ac00;
		font-family: "Knockout 29 A","Knockout 29 B","Oswald";
	font-size: 18px;
	font-weight: 600;
	margin: 20px 0 10px;
	text-align: left;
}

.product_description ul {
	padding: 0 5%;
	margin: 0px;
}

.product_description ul li {
	padding: 0 0 5px;
}

#certification {
	display: block;
	margin: 0px;
	padding: 10px 0 0;
}


/*
------------------------------------------------------
11. CERTIFICATIONS
------------------------------------------------------
*/

#certifications {
	display: inline-block;
	width: 100%;
	text-align: center;
	border-top: solid 1px #dfdfdf;
	margin: 20px 0 0;
	padding: 20px 0 20px;
}

#certifications ul {
	margin: 0;
	padding: 0;
    text-align: center;
}

#certifications ul li {
	padding: 0 10px 0 20px;
	list-style: none;
	display: inline;
}

#certifications ul li.gf {
}

#certifications ul li:last-child {
}

#product_ingredients {
	border-bottom: 1px solid #dfdfdf;
}

.ingreditents-footer p {
	font-size: 16px;
}

/*
====================
CATEGORY DISPLAY
====================
*/

#category_display {
	text-align: center;
}

#category_display .product_info {
	margin-top: 20px;
}


#category_display {
	text-align: center;
}

#category_display ul {
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
}

#category_display li {
    list-style: outside none none;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 20px 15px 0;
    text-align: center;
    position: relative;
    font-size: 18px;
}

#category_display img {
	width: 100%;
	padding: 10px 0;
	max-width: 320px;
}

#category_display span.box,
#category_display span.title,
#category_display a {
	display: block;
    color: #8a1d03;
    font-family: "Knockout 29 A","Knockout 29 B","Oswald";
    font-size: 20px;
    text-decoration: none;
    text-transform: none;
}

#category_display h2 a {
	font-size: 28px;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: solid 1px #522b1c;
}

#category_display h2 a:first-child {
	margin-top: 0px;
}

#category_display h2 a {
	margin-top: 20px;
}

#category_display span.title a {
    color: #243e1d;
	font-family: "Knockout 29 A","Knockout 29 B","Oswald";
    font-weight: 600;
    font-size: 22px;
    line-height: normal;
    word-break: keep-all;
}

.product_sale_icon,
.product_new_icon {
	position: absolute;
	top: 25%;
	right: 15%;
	z-index: 100;
}

/*
====================
SHOPPING CART
====================
*/

#shopping_cart {
	margin-top: 20px;
	padding-bottom: 20px;
}

#shopping_cart #quick_checkout {
	display: block;
	margin-bottom: 20px;
	padding: 10px;
}

#shopping_cart #quick_checkout {
	border: solid 1px #dfdfdf;
}

#shopping_cart #quick_checkout .left {
	display: block;
	float: left;
	width: 50%;
	margin: 0;
	padding: 0 0 0 10px;
}

#shopping_cart #quick_checkout .left span {
	display: block;
}

#shopping_cart #quick_checkout .right {
	display: block;
	float: right;
	width: 40%;
	margin: 0 10px 0 0;
	padding: 0;
}

#shopping_cart #quick_checkout .right a.m_button {
	margin-top: 5px;
	padding: 5px;
}

#shopping_cart p.edit {
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: solid 1px #dfdfdf;
}

#shopping_cart .column_size a  {
   	text-decoration: none;
   	text-transform: none;
 }

 #shopping_cart input.qty {
 	width: 50px;
 	text-align: center;
 }

#shopping_cart .column_buttons a.ui-link {
	width: 98%;
	height: 24px;
    margin-top: -5px;
    padding: 5px 0;
	background-color: #ed1b2e;
    border: 1px solid #ed1b2e;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

#shopping_cart .column_buttons .ul-btn-inner {
	color: #fff!Important;
}

#shopping_cart div.ui-input-text {
	padding: 0;
}

#shopping_cart #cart_contents {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#shopping_cart #mobile_cartitemlist {
	padding: 0 3%;
}

#shopping_cart .clear {
	padding: 0;
	margin: 0;
	clear: both;
}

#shopping_cart #quick_checkout .clear {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
	clear: both;
}


#shopping_cart #cart_contents .left {
	display: block;
	float: left;
	width: 45%;
	margin-top: 10px;
	padding-right: 5%;
}

#shopping_cart #cart_contents .right {
	display: block;
	float: right;
	width: 35%;
	margin-top: 10px;
	padding-left: 5%;
}

#shopping_cart .column_qty {
	margin: 0 0 10px;
 }

#shopping_cart .column_price,
#shopping_cart .column_button {
	margin: 0 0 10px;
}

#shopping_cart .column_button {
	margin-top: 0;
	margin-right: 0;
}

#shopping_cart .column_price {
	display: block;
	margin-right: 0;
	text-align: center;
}

#shopping_cart .column_price span,
#shopping_cart .column_qty {
	text-transform: none;
}

#shopping_cart .rule
#variant_display .rule {
	border-bottom: solid 1px #dfdfdf;
	height: 4px;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0
 }

#shopping_cart .column_size_title,
#shopping_cart .column_size {
	display: block;
	margin: 0 0 10px 0;
}

#shopping_cart .column_qty_title,
#shopping_cart .column_qty,
#shopping_cart .column_unit_price_title,
#shopping_cart .column_unit_price,
#shopping_cart .column_price_title,
#shopping_cart .column_price {
    display: block;
    float: left;
    width: 30%;
    margin-bottom: 10px;
    text-align: center;
}

#shopping_cart .column_qty,
#shopping_cart .column_unit_price,
#shopping_cart .column_price {
}

#shopping_cart .column_button_title,
#shopping_cart .column_button {
	display: block;
	float: left;
	width: 5%;
	text-align: right;
}

#shopping_cart .column_size {
	margin: 10px 0 0 0;
	padding: 10px 0;
	border-top: 2px solid #dfdfdf;
}

#shopping_cart .column_buttons {
	text-align: center;
}

#shopping_cart .column_buttons .m_buttons {
	height: 30px;
}

#shopping_cart .column_buttons .btn {
	display: inline-block;
	height: 36px;
	margin: 10px 0;
	padding: 2px 0 5px;
}

#shopping_cart .subtotal {
	width: 100%;
	text-align: right;
}

#shopping_cart .btn,
#shopping_cart .btn img,
#shopping_cart .m_button,
#shopping_cart input.m_button {
	margin: 0px;
	padding: 5px 0;
}

#shopping_cart .empty {
	text-align: center;
}

/*
====================
POLICY
====================
*/


#policy {
	padding: 0;
}

#policy,
#policy p {
	font-weight: 400;
}

#policy ul li {
}

#policy {
	font-weight: 400;
}

#policy h1,
#policy_header h1 {
	color: #89210e; /* rust color */
	font-weight: 600;
}

#policy h1,
#policy_header h1,
#policy h2,
#policy h3 {
	font-family: "Knockout 29 A","Knockout 29 B","Oswald";
	margin: 20px 0px 5px;
	color: #89210e;
	font-weight: 400;
    text-transform: uppercase;
}

#policy h1 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
    text-transform: uppercase;
}

#policy h2 {
   	font-weight: 400;
   	font-size: 24px;
}

#policy h3 {
	font-size: 20px;
	margin-top: 10px;
}

#policy a,
#policy a:hover {
	font-weight: 400;
	color: #333; /* Grey */
	text-decoration: underline;
}

#policy ol,
#policy ul,
#policy blockquote {
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 20px;
	padding: 0;
	text-transform: none;
}

#policy b {
	font-weight: 400;
}

#policy .section a {
	color: #333; /* Grey */
}

#policy blockquote {
    margin-left: 0;
    padding-left: 0;
    padding-top: 10px;
}

#policy blockquote a {
	color: #333; /* Dark Grey */
}

#policy li,
#policy li a {
	margin: 1em 0;
	list-style: none;
}

#policy li img {
	height: 32px;
}

#policy td.colleft,
#policy td.colright {
	display: block;
	float: left;
}

#policy td.colright {
	padding: 10px 0 20px;
}

/*
====================
MISC
====================
*/


	/*
	--------------------
	Indgredients Display
	--------------------
	*/

#ingredients_display {
	width: 100%;
}

#ingredients_display #fancybox-content {
}

#ingredients_panel,
#nutrition_panel {
	margin-bottom: 30px;
}


#ingredients_panel {
	width: 45%;
	float: left;
}

#nutrition_panel #top_panel {
    display: table;
	border-collapse: collapse;
    width: 100%;
}

#nutrition_panel .row {
    display: table-row;
}

#nutrition_panel .row div:nth-child(2),
#nutrition_panel .row div:nth-child(3) {
    width: 20%;
    text-align: right;
}

#nutrition_panel .row div {
    display: table-cell;
    width: 50%;
}

#nutrition_display {
	padding: 10px;
}

#top_panel .row:nth-child(4) {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#ingredients_panel h2,
#nutrition_panel h2 {
    margin: 10px 0 0 0;
	color: #8a1d03;
	font-size: 30px;
	text-transform: uppercase;
    text-align: left;
}

#ingredients_panel h2 span,
#nutrition_panel h2 span {
}

#ingredients_display h3 {
	font-size: 16px;
	text-align: center;
}

/*
====================
Font Awsome
====================
*/

#default_display .default_image {
    text-align: center;
    padding-top: 20px;
}

#default_display .default_image img {
    width: 100%;
    text-align: center;
}

.fa-facebook {
    text-align: center;
    width: 19px;
}
.fa {
    display: inline-block;
	color: #fff;
    font-family: FontAwesome;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    font-style: normal;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-synthesis: weight style;
    font-variant: normal;
    text-rendering: auto;
    transform: translate(0px, 0px);
}

/*
====================
Accordion
====================
*/


#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-size: 14px;
}
#cssmenu a {
  line-height: 1.3;
}

#cssmenu {
    width: 100%;
    padding: 0;
    background: #fff;
}

#cssmenu > ul > li {
  margin: 0 0 2px 0;
}

#cssmenu > ul > li:last-child {
  margin: 0;
}

#cssmenu > ul > li > a {
    display: block;
    color: #ffffff;
    font-size: 15px;
}

#cssmenu > ul > li > a > span {
    display: block;
    padding: 6px 10px 6px 0px;
    font-weight: bold;
}

#cssmenu > ul > li > a:hover {
	text-decoration: none;
}

#cssmenu > ul > li.active {
	border-bottom: none;
	text-align: left;
}

#cssmenu > ul > li.active > a {
    color: #fff;
}

#cssmenu > ul > li.active > a span {
}

#cssmenu > ul > li.has-sub > a span {
  background: url(/img/mobile/icons/icon_arrow.png) 98% center no-repeat;
    color: #8a1d03;
    font-size: 24px;
    text-transform: uppercase;
    clear: both;
}

#cssmenu ul li.has-sub {
    border-bottom: solid 1px #8a1d03;
}

#cssmenu > ul > li.has-sub.active > a span {
    background: rgba(0, 0, 0, 0) url("/img/mobile/icons/icon_minus.png") no-repeat scroll 98% center;
    color: #8a1d03;
    font-size: 24px;
    text-transform: uppercase;
}

/* Sub menu */
#cssmenu ul ul {
	display: none;
	padding: 5px 12px;
	text-align: center;
}

#cssmenu ul ul li:after {
    clear: both;
}

#cssmenu ul ul li {
	display: inline-block;
	float: left;
	padding: 3px 0;
	text-align: center;
}

#cssmenu ul ul li box img {
    padding: 0 10px 0;
}

#cssmenu ul ul a {
  display: block;
  width: 130px;
  color: #595959;
  font-size: 13px;
  font-weight: bold;
}

#cssmenu ul ul a:hover {
  color: #79980d;
}

#cssmenu span.box {
    padding: 10px 10px 0;
}

/*
====================
COLLAPSABLE PANELS
====================
*/


.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
}

.CollapsiblePanelTab {
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #fff;
}

.CollapsiblePanelClosed .CollapsiblePanelTab {
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #fff;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #fff;
}

#product_nutritional_facts {
	margin: 0 5%;
}

#product_nutritional_facts h2,
#product_ingredients h2,
#certification h2,
#product_display .product-description h2,
#CollapsiblePanel1 h1.CollapsiblePanelTab {
	font-size: 18px;
	color: #8a1d03;
	text-transform: none;
	text-align: left;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-weight: 700;
}

#product_nutritional_facts h2,
#product_ingredients h2,
#product_display .product-description h2,
#certification h2 {
	border-top: 1px solid #dfdfdf;
	margin-top: 10px;
	padding-top: 10px;
    font-size: 30px;
    font-weight: 400;

}

#product_nutritional_facts p,
#product_ingredients p,
#certification p {
	margin: 15px 0 0 0;
	padding: 0px;
}


.CollapsiblePanelClosed h1 .closed {
	display: block;
}

.CollapsiblePanelOpen h1 .open {
	display: none;
}
