/** Shopify CDN: Minification failed

Line 176:4 Comments in CSS use "/* ... */" instead of "//"
Line 176:28 Expected identifier but found "/"
Line 4441:3 Unexpected "/"

**/
/* AJAXIFY CART */

#ajaxifyCart p.center{
	padding: 15px;
}

#ajaxifyCart .ajaxifyCart--qty {
	margin-top: 5px;
}

#ajaxifyCart input.ajaxifyCart--num{
	height: 2.3rem;
	display: inline-block;
	width: 40px;
	margin-bottom: 0px;
	line-height: 1;
}

#ajaxifyCart .ajaxifyCart--product{
	padding: 0.66667rem;
}

#ajaxifyCart .button.small {
	min-width: inherit;
	height: inherit;
	border-radius: 8px;
	display: inline-block;
	color: #121212;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;	
	background: none;
	border: 1px solid #F1F1F1;
	height: inherit;
	line-height: 1;
	width: inherit;
}

#ajaxifyCart .button.small:hover, #ajaxifyCart .button.small:focus {
	color: #121212;
	background: #F0F0F0;
}

#ajaxifyCart .button.secondary:hover, #ajaxifyCart .button.secondary:focus{
	color: #121212;
}

#ajaxifyCart .button:hover, #ajaxifyCart .button:focus{
	color: #ffffff;
}

#ajaxifyCart .cart-subtotal{
	display: block;
	font-size: 1.2rem;
}

#ajaxifyCart img.cart-product-image{
	float: left;
	width: 12%;
}

#ajaxifyCart .cart-product-summary{
	float: right;
	width: 85%;
	text-align: left;
}

#ajaxifyCart .ajaxifyCart--subtotal{
	padding-left: 0.66667rem;
	padding-right: 0.66667rem;
	margin-top: 15px;
	text-align: center;
}

#ajaxifyCart .ajaxifyCart--subtotal p{
	margin-bottom: 15px;
	text-align: center;
}

#ajaxifyCart .ajaxifyCart--subtotal .button{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0.66667rem;
}

#ajaxifyCart .ajaxifyCart--note{
	padding: 0.66667rem;

}

#ajaxifyCart textarea#CartSpecialInstructions{
	margin-bottom: 0px;
}

#ajaxifyCart a.ajaxifyCart--remove{
	font-size: 0.85rem;
	color: #929292;
	margin-top: 10px;
	display: none;
}

#ajaxifyCart a.ajaxifyCart--remove:hover, #ajaxifyCart a.ajaxifyCart--remove:focus{
	color: #121212;
}

#ajaxifyCart .additional_checkout_buttons{
	text-align: center;
	margin-top: 15px;
}

.cart-product-name {
		color: #000000;
		font-size: 0.85rem;
		display: block;
		letter-spacing: 0.05rem;
		line-height: 1.4;
		text-transform: uppercase;
		
		font-family: PT Sans Narrow, "Helvetica Neue", Helvetica, sans-serif;
		
}

.cart-product-name:hover, .cart-product-name:focus {
	color: #929292;
}

.cart-product-variant {
	font-size: 0.85rem;
	display: none;
	margin-top: 5px;
	letter-spacing: 0.05rem;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
	font-family: PT Sans Narrow, "Helvetica Neue", Helvetica, sans-serif;
	
}

#ajaxifyCart .cart-product-price {
    font-style: italic;
    font-size: 0.85rem;
	display: block;
    color: #808285;
}

#ajaxifyCart li.ajaxifyCart--product{
	border-bottom: 1px solid #f2f0ef;	
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#ajaxifyCart li.ajaxifyCart--product:last-child{
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}





/* OFF CANVAS */

.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    // position: absolute;  // 2017-03-13 #Omnistream
    height: 100%;
    overflow-y: scroll;
}

ul.off-canvas-list li hr {
	margin-top: 10px;
	margin-bottom: 15px;
}

ul.off-canvas-list li a {
	border-bottom: none;
	color: #121212;
	font-size: 0.85rem;
}

.left-off-canvas-menu hr {
	margin-top: 15px;
	margin-bottom: 15px;
}

ul.off-canvas-list li a.current {
	color: #121212;
}

ul.off-canvas-list li a:hover, ul.off-canvas-list li a:focus {
	color: #121212;
	background: none;
}

.left-off-canvas-menu ul.off-canvas-list li {
	font-family: "Brandon Grot W01 Bold", Arial, Helvetica, sans-serif;
	color: #121212;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	font-size: 0.9rem;
}

.left-off-canvas-menu .accordion .accordion-navigation>a, .left-off-canvas-menu .accordion dd>a {
	background: #ffffff;
	color: #121212;
	display: block;
	font-family: "Brandon Grot W01 Bold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	font-size: 0.9rem;
	padding: 0.66667rem;
}

.left-off-canvas-menu .accordion .accordion-navigation>a:hover, .left-off-canvas-menu .accordion dd>a:hover {
	color: #929292;
}

.left-off-canvas-menu .accordion .accordion-navigation>.content, .left-off-canvas-menu .accordion dd>.content {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 0px;
	padding-bottom: 0px;
}

.left-off-canvas-menu .accordion .accordion-navigation>a:after, .left-off-canvas-menu .accordion dd>:after {
	border-color: #121212 transparent transparent transparent;
	font-family: 'FontAwesome';
	content: "\f107";
	border: none;
	top: 0px;
	margin-left: 10px;
	margin-top: 0.4px;
	font-size: 0.85rem;
}

.left-off-canvas-menu ul ul{
	margin-left: 0px;
}

.left-off-canvas-menu form{
	margin-bottom: 15px;
}

.left-off-canvas-menu form input {
	height: 3.5em;
	background-image: url('/cdn/shop/t/5/assets/icon-search.svg?v=21148010649762343761470016463');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	margin: 0;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	background-color: #f2f0ef;
}

.left-off-canvas-menu form input:focus {
	background-image: url('/cdn/shop/t/5/assets/icon-search.svg?v=21148010649762343761470016463');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	background-color: #f2f0ef;
}

.move-right .exit-off-canvas, .move-left .exit-off-canvas {
	background: rgba(0, 0, 0, 0.45);
	box-shadow: none;
}

.move-right .exit-off-canvas:hover, .move-left .exit-off-canvas:hover {
	background: rgba(0, 0, 0, 0.45);
}

.right-off-canvas-menu {
	background: #ffffff;
}

.right-off-canvas-menu p{
	text-align: center;
}

.right-off-canvas-menu p:last-child{
	margin-bottom: 0px;
}

.left-off-canvas-menu {
	background: #ffffff;
}

.left-off-canvas-menu ul.off-canvas-list li h6, .right-off-canvas-menu h6 {
	margin-top: 15px;
	margin-bottom: 15px;
	
	font-family: PT Sans Narrow, "Helvetica Neue", Helvetica, sans-serif;
	
    letter-spacing: 0.05rem;
    font-weight: 500;
    font-size: 1rem;
	background: #FFFFFF;
	border-bottom: none;
	border-top: none;
	color: #000000;
	display: block;
	left: 0;
	text-align: center;
	text-transform: uppercase;
}

.left-off-canvas-menu ul.off-canvas-list li label {
	margin-bottom: 0px;
}

.right-off-canvas-menu a {
	color: #121212;
}

.right-off-canvas-menu a:hover, .right-off-canvas-menu a:focus {
	color: #929292;
}


/* SIDEBAR */

#sidebar #catalog_teaser{
	background: #f9f8f8;
	padding: 10px;
	border: 1px solid #f2f0ef;
	max-width: 170px;
}

#sidebar #catalog_teaser a{
	color: #ED1C24;
}

#sidebar #catalog_teaser a:hover{
	color: #000000;
}

#sidebar #catalog_teaser h5{
	text-transform: uppercase;
	margin-top: 15px;
}

#sidebar #catalog_teaser p{
	margin-bottom: 0px;
}


/* PAGINATION */

ul.paginating{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

ul.paginating li{
	font-size: 0.9rem;
	color: #121212;
	line-height: 1;
	display: inline-block;
	margin-right: 15px;
}

ul.paginating li span.disabled{
	color: #b9b9b9;
}

ul.paginating li:last-child{
	margin-right: 0px;
}

ul.paginating li a{
}

ul.paginating li a:hover, ul.paginate li a:focus{
	color: #b9b9b9;
}

#infscr-loading{
	text-align: center;
	display: block;
	clear: both;
	color: #ffffff;
}

#infscr-loading img{
	margin: 0px;
}











/* AJAX SEARCH */

#header .search-results .title {
	float: none;
	font-size: 0.85rem;
	padding-left: 5px;
	letter-spacing: 0px;
	font-family: inherit;
	text-transform: capitalize;
}

#header .search-results .thumbnail {
	width: 30px;
	height: 40px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}




/* FIREFOX FIX */

@-moz-document url-prefix() {
	select.css-select-moz{
		background: none;
	}
	
	select.css-select-moz:hover{
		background: none;
		color: #666666;
	}
} 






/* SHOPIFY REVIEWS */


#product_reviews .spr-container {
	padding: 15px;
	border-color: #F1F1F1;
}

#product_reviews .spr-header-title {
	font-size: 18px;
	margin: 0 0 15px 0;
}

#product_reviews .spr-summary-actions-newreview {
	font-size: 0.85rem;
}

#product_reviews .spr-summary-caption{
	font-size: 0.85rem;
}



/* SWATCHES */

#product .swatch a.size-chart{
	font-size: 0.85rem;
	margin-left: 4px;
	display: none;
}

#product input[type="checkbox"] + label, input[type="radio"] + label {
	margin-left: 0rem;
	margin-right: 0rem;
}

.swatch { 
	margin-bottom: 15px;
	margin-right: 15px;
	display: inline-block;
}


.swatch:last-child{
	margin-right: 0px;
}

/* Label */
.swatch .header {
	font-size: 0.85rem;
	color: #808285;
	margin-bottom: 5px;
	cursor: inherit;
	display: block;
}

/* Hide radio buttons.*/
.swatch input { 
	display:none;
}
.swatch label {
	/* Rounded corners */
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	/* To give width and height */
	float:left;
	/* Color swatches contain no text so they need to have a width. */
	min-width:40px; 
	height:30px;
	/* No extra spacing between them */
	margin:0;
	/* The border when the button is not selected */
	border:#8F8F8F 1px solid;
	/* Background color */
	background-color:#ffffff;
	/* Styling text */
	font-size:0.9rem;
	text-align:center;
	line-height:28px;
	white-space:nowrap;
	text-transform:capitalize;
	color: #000000;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
	box-shadow:0px 1px 2px rgba(0,0,0,0.8);
	border-color:#000000;
} 
.swatch .swatch-element {
	cursor: pointer;
	display: inline-block;
	-webkit-transform:translateZ(0); /* webkit flicker fix */
	-webkit-font-smoothing:antialiased; /* webkit text rendering fix */
	/* To position the sold out graphic and tooltip */
	position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
	filter: alpha(opacity=60); /* internet explorer */
	-khtml-opacity: 0.6;      /* khtml, old safari */
	-moz-opacity: 0.6;       /* mozilla, netscape */
	opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
	text-align:center;
	background:#000000;
	color:#fff;
	bottom:100%;
	font-size: 0.7rem;
	padding: 6px;
	display:block;
	position:absolute;
	width:100px;
	left:-27px;
	margin-bottom:15px;
	/* Make it invisible by default */
	filter:alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity:0;
	visibility:hidden;
	/* Animations */
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	z-index: 10000;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
}
.swatch .tooltip:before {
	bottom:-20px;
	content:" ";
	display:block;
	height:20px;
	left:0;
	position:absolute;
	width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
	border-left:solid transparent 10px;
	border-right:solid transparent 10px;
	border-top:solid #000000 10px;
	bottom:-10px;
	content:" ";
	height:0;
	left:50%;
	margin-left:-13px;
	position:absolute;
	width:0;
}
.swatch .swatch-element:hover .tooltip {
	filter:alpha(opacity=100);
	-khtml-opacity:1;
	-moz-opacity:1;
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
}
.swatch.error {
	background-color:#E8D2D2;
	color:#333;
	padding:1em;
	border-radius:5px;
}
.swatch.error p {
	margin:0.7em 0;
}
.swatch.error p:first-child {
	margin-top:0;
}
.swatch.error p:last-child {
	margin-bottom:0;
}
.swatch.error code {
	font-family:monospace;
}

.selector-wrapper {
	display:none;
}

#product-select{
	display:none;
}





/* GIFT CARD PAGE */



#gift-card h1.page-title{
	text-align: center;
}

#gift-card #gift-card-details{
	text-align: center;
	padding: 15px;
	border: 1px solid #f2f0ef;
	margin-top: 30px;
	margin-bottom: 30px;
}

#gift-card #gift-card-details h3{
	text-transform: uppercase;
}

#gift-card #gift-card-details h4{
	color: #ED1C24;
}

#gift-card #gift-card-details p{
	margin-bottom: 0;
}

#gift-card #gift-card-actions{
	margin-bottom: 30px;
}

#gift-card #gift-card-actions ul{
	text-align: center;
}

#gift-card #gift-card-actions ul li{
	margin-bottom: 10px;
}

#gift-card #gift-card-actions ul li:last-child{
	margin-bottom: 0px;
}

#gift-card section.gift-card-notice{
	text-align: center;
	padding: 15px;
	border: 1px solid #ED1C24;
	color: #ED1C24;
	margin-top: 30px;
	margin-bottom: 30px;
}

#gift-card #footer ul.copyright {
	text-align: center;
}

#gift-card #footer ul {
	float: none;
}

/* IOS6 ORIENTATION FIX */

.os6formfix {
	overflow: hidden;
}




/* BLOG - SIDEBAR */



#blog_sidebar ul{
	margin-left: 0px;
}

#blog_sidebar ul li{
	font-size: 0.85rem;
	padding-bottom: 5px;
	border-bottom: 1px solid #f2f0efeee;
	margin-bottom: 5px;
}

#blog_sidebar ul li:last-child{
	padding-bottom: 0px;
	border-bottom: 0px solid #f2f0efeee;
	margin-bottom: 0px;
}


#twitter-feed{
	margin-bottom: 30px;
}


.var-static .tweet.with-expansion {
	font-size: 0.85rem;
}

.tweet .e-entry-title {
	font-size: 0.85rem;
}


/* BLOG - RECIPES - BLOG TAGS */

#blog_tags ul{
	margin-bottom: 15px;
}

#blog_tags ul li{
	display: inline-block;
}

#blog_tags ul li a {
	color: #000000;
	font-size: 0.85rem;
}

#blog_tags ul li a:hover{
	color: #ED1C24;
}

#blog_tags ul li.tag {
	margin-left: 5px;
	background: #f9f8f8;
	border-radius: 3px 0 0 3px;
	color: #000000;
	margin-bottom: 10px;
	height: 26px;
	line-height: 1.5;
	padding: 0 20px 0 23px;
	position: relative;
	text-decoration: none;
	-webkit-transition: color 0.2s;
}

#blog_tags ul li.tag:first-child {
	margin-left: 0px;
}

#blog_tags ul li.tag::before {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
	content: '';
	height: 6px;
	left: 10px;
	position: absolute;
	width: 6px;
	top: 10px;
}

#blog_tags ul li.tag::after {
	background: #fff;
	border-bottom: 13px solid transparent;
	border-left: 10px solid #f9f8f8;
	border-top: 13px solid transparent;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
}

#blog_tags ul li.tag:hover {
	background-color: #E7E7E7;
	color: #000000;
}

#blog_tags ul li.tag:hover::after {
	border-left-color: #E7E7E7; 
}

#blog_tags ul li.tag:hover a {
	color: #000000;
}

#blog_tags ul li.tag a:hover {
	color: #000000;
}


#blog_tags label{
	float: left;
	margin-right: 15px;
	line-height: 2;
}


/* BLOG - RECIPES */


#blog_roll ul li.article .content_table{
	height: 200px;
	background-size: cover;
}

#blog_roll div.row{
	display: none;
}

#blog_roll ul li.article .content_table_cell{
	text-align: center;
	padding: 15px;
}

#blog_roll ul li.article ul{
	margin: 0px;
	font-style: italic;
}

#blog_roll ul li.article h5{
	text-transform: uppercase;
	margin-bottom: 10px;
}

#blog_roll ul li.article h6{
	font-size: 0.85rem;
	color: #808285;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#blog_roll ul li.article h3{
	text-transform: uppercase;
	margin: 0;
}

#blog_roll ul li.article h5{
	margin: 0;
}

#blog_roll ul li.article h3 a{
	color: #000000;
}

#blog_roll ul li.article h5 a{
	color: #000000;
}


#blog_roll ul li.article h3 a:hover{
	color: #ED1C24;
}

#blog_roll ul li.article h5 a:hover{
	color: #ED1C24;
}

#blog_roll ul li.article p{
	margin-top: 5px;
	margin-bottom: 5px;
}


#blog_roll ul li.article .content_table_cell{
	text-align: center;
	background: rgba(0, 0, 0, 0.35);
	opacity: 1;
	padding: 15px;
}

#blog_roll ul li.article .content_table_cell h3{
	color: #ffffff;
	font-family:"Wiesbaden-Regular";
	text-transform: capitalize;
	font-size: 1.6rem;
}

#blog_roll ul li.article .content_table_cell h5{
	color: #ffffff;
	letter-spacing: 0.05rem;
	text-transform: capitalize;
}

#blog_roll ul li.article .content_table_cell p{
	color: #ffffff;
}

#blog_roll ul li.article .content_table_cell .hovercontent{
	display: none;
}

#blog_roll .content_table:hover > .content_table_cell .hovercontent{
	display: block;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;	
}

#blog_roll .content_table:hover > .content_table_cell h3, #blog_roll .content_table:hover > .content_table_cell h5{
	display: none;
}


#blog_roll .content_table:hover > .content_table_cell{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;	
	background: rgba(0, 0, 0, 0.35);
}






/* ARTICLE - COMMENTS AND SHARE */


#blog_article_share{
	margin-top: 30px;
}

#blog_article_share ul{
	margin-left: 0px;
}

#blog_article_share ul li{
	display: inline-block;
	margin-right: 5px;
}

#blog_article_share ul li:last-child{
	margin-right: 0px;
}

#comments{
	margin-top: 60px;
}

#comment_form{
	margin-top: 60px;
}


#comment_form input{
	margin-bottom: 15px;
}


#comments dl dt {
	font-weight: 600;
	font-size: 0.9rem;
}

#comments dl {

}

#comments p {
	margin-bottom: 0px;
}

#comments dl dd{
	margin-bottom: 0px;
}

#comments .blog-data{
	margin-top: 15px;
	border-top: 1px solid #f2f0ef;
	padding-top: 15px;
}

#comments dl dt:first-child .blog-data {
	margin-top: 0px;
	border-top: none;
	padding-top: 0px;

}



#blog_sidebar{
	margin-top: 15px;
}

#blog{
	margin-top: 15px;
}

/* ARTICLE */


section.article{
	margin-bottom: 60px;
}

.article_content img{
	margin-bottom: 30px;
}


.article_content h5{
	text-transform: uppercase;
	margin-bottom: 30px;
}

.article_content ul{
	list-style-type:disc;
}

.article_content ul li{
	list-style-position: inside;
	font-size: 0.85rem;
}


.article_details {
	padding-bottom: 15px;
	border-bottom: 1px solid #f2f0ef;
	margin-bottom: 15px;
}

.article_details ul{
	margin: 0px;
}

.article_details ul li{
	display: inline-block;
	margin-right: 15px;
	font-size: 0.85rem;
}

.article_details ul li:last-child{
	margin-right: 0px;
}

.article_details h1, .article_details h2, .article_details h3{
	text-transform: uppercase;
	margin: 0;
}

.article_details h1{
	font-size: 2rem;
}

.article_details h2{
	font-size: 2rem;
}


#blog_roll h2 a:hover, #blog_roll h3 a:hover{
	color: #ED1C24;
}


/* ARTICLE - RECIPES */

#recipe_banner .article_details {
	padding-bottom: 0px;
	border-bottom: 0px;
	margin-bottom: 0px;
}

#recipe_banner .article_details .content_table{
	text-align: center;
	border-left: 0px;
}

#recipe_banner .article_details .content_table_cell{
	padding: 15px;
}

#recipe_banner .article_details h1{
	margin: 0px;
	font-family:"Wiesbaden-Regular";
	text-transform: capitalize;
}

#recipe_banner{
	margin-bottom: 30px;
	border: 1px solid #f2f0ef;
}

#recipe_banner .article_details p{
	font-size: 0.85rem;
	margin-bottom: 0;
	margin-top: 15px;
}

#recipe_banner .content_table{
	height: 300px;
}

.article_content.recipe img{
	display: none;
}

.article_content #instructions ul {
	margin-left: 0px;
	list-style-type: none;
}

#ingredients{
	font-size: 0.85rem;
}


#ingredients ul{
	list-style-type:disc;
}

#ingredients ul li{
	list-style-position: inside;
	font-size: 0.85rem;
	line-height: 2;
}

#instructions ul li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #F5F5F5;
	font-size: 0.85rem;
}

#instructions ul li:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}

/* CUSTOM FONTS */



@font-face{
	font-family:"Wiesbaden-Regular";
	src:url("/cdn/shop/t/5/assets/wiesbaden-webfont.eot?v=6817872741806996761470016465?#iefix");
	src:url("/cdn/shop/t/5/assets/wiesbaden-webfont.eot?v=6817872741806996761470016465#iefix") format("eot"),url("/cdn/shop/t/5/assets/wiesbaden-webfont.woff?v=157907272460815657361470016465") format("woff"),url("/cdn/shop/t/5/assets/wiesbaden-webfont.ttf?v=13336176871176270951470016465") format("truetype"),url("/cdn/shop/t/5/assets/wiesbaden-webfont.svg?v=78579910285631878341470016465") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'FontAwesome';
	src:url("/cdn/shop/t/5/assets/fontawesome-webfont.eot?v=8742493397275950211470016461?v=4.3.0");
	src:url("/cdn/shop/t/5/assets/fontawesome-webfont.eot?v=8742493397275950211470016461?#iefix&v=4.3.0") format("eot"),url("/cdn/shop/t/5/assets/fontawesome-webfont.woff2?v=35671367465096786041470016461?v=4.3.0") format("woff2"),url("/cdn/shop/t/5/assets/fontawesome-webfont.woff?v=119545383645297937161470016461?v=4.3.0") format("woff"),url("/cdn/shop/t/5/assets/fontawesome-webfont.ttf?v=147309613850038539591470016461?v=4.3.0") format("truetype"),url("/cdn/shop/t/5/assets/fontawesome-webfont.svg?v=85263041138375746321470016461?v=4.3.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}







/* MAILCHIMP POPUP */


#mc_embed_signup a.mc_embed_close {
	top: 5px;
	right: 5px;
	background: none;
	display: block;
	height: 30px;
	width: 30px;
	font-size: 1.3rem;
	text-indent: inherit;
	position: absolute;
	display: none;
	color: #808285;
}

#mc_embed_signup a.mc_embed_close:hover {
	color: #ED1C24;
}

#mc_embed_signup h5{
	margin-top: 50px;
	text-align: left;
	color: #000000;
	text-transform: uppercase;
}

#mc_embed_signup input.mce_inline_error {
	border-color: #ED1C24;
}

#mc_embed_signup p{
	text-align: center;
	color: #000000;
	margin-bottom: 30px;
}

#mc_embed_signup div.response {
	color: #000000;
	font-style: italic;
	font-size: 0.85rem;
	margin-top: 15px;
}


#mc_embed_signup div.mce_inline_error {
	color: #000000;
	text-align: left;
	font-style: italic;
}

#mc_embed_signup .button {
	margin-top: 0px;
	width: 100%;
	margin-bottom: 0px;
}

#mc_embed_signup input[type="email"] {
	height: 2.4rem;
	margin-bottom: 0px;
}

#mc_embed_signup input:focus {
}


#mc_embed_signup button:hover, #mc_embed_signup button:focus, #mc_embed_signup .button:hover, #mc_embed_signup .button:focus {
	background: #AC1016;
	color: #ffffff;
}

#mc_embed_signup{
	position: fixed;
	height: 100%;
	width: 100%;
	background: black;
	background: rgba(0, 0, 0, 0.45);
	z-index: 2000;
	display: none;
	top: 0;
	left: 0;
}

#mc_embed_signup form{
	position: fixed;
	margin-left: -25%;
	z-index: 100;
	top:25%; 
	left:50%; 
	width:50%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	background-color: #fbfbfb;
	background: url(/cdn/shop/t/5/assets/mailchimp_popup_bg.jpg?v=115988308024004285971470016464) no-repeat;
	background-size: cover;
	padding: 15px;
	padding-bottom: 25px;
	padding-top: 25px;
}


/* HEADER MESSAGE */

#header_message{
	text-align: center;
	font-size: 0.75rem;
	background: #faf9f9;
	line-height: 1.8;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #676767;
}

#header_message .cycle-slide{
	text-align: center;
	width: 100%;
	display: none;
}


/* HEADER */

#header ul#secondary-nav{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	float: right;
}

#header ul#secondary-nav li{
	display: inline-block;
	margin-right: 10px;
	font-size: 0.85rem;
}

#header ul#secondary-nav li:last-child{
	margin-right: 0px;
}

#header ul#secondary-nav li a{
	color:#808285;
}

#header ul#secondary-nav li a:hover{
	color:#ED1C24;
}






#header ul#main-nav{
	float: right;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom: 1px solid #f2f0ef;
}

#header ul#main-nav li {
	display: inline-block;
	margin-left: 10px;
	text-transform: uppercase;
	
	font-family: PT Sans Narrow, "Helvetica Neue", Helvetica, sans-serif;
	
}

#header ul#main-nav li:first-child {
	margin-left: 0px;
}

#header ul#main-nav li a {
	color: #000000;
	font-size: 0.85rem;
}

#header ul#main-nav li a:hover {
	color: #ED1C24;
}

#header ul#main-nav li a.current {
	color:#ED1C24;
}

/* HEADER - SEARCH */

#header form.search-form input{
	background-image: url('/cdn/shop/t/5/assets/icon-search.svg?v=21148010649762343761470016463');
	background-repeat: no-repeat;
	background-position: right center;
	width: 170px;
	margin-right: 5px;
}

#header form.search-form input:focus{
	background-image: url('/cdn/shop/t/5/assets/icon-search-focus.svg?v=56636754683185967921470016463');
	background-repeat: no-repeat;
	background-position: right center;
	color: #ED1C24;
	border: 1px solid #ED1C24;
}


::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder  {
	color: #ACACAC;
	font-size: 0.85rem;
	line-height: 1;
}























.reveal-modal {
	text-align: center;
}

.reveal-modal table {
	margin: 0 auto;
	width: 100%;
}


.recover-password,.reset-success{
	display:none;
}













/* HOMEPAGE SLIDESHOW */

#home-slideshow {
	margin-bottom: 30px;
}

#home-slideshow h1{
	text-transform: uppercase;
	color: #ffffff;
	margin: 0;
	font-size: 3rem;
	letter-spacing: 0.1rem;
}

#home-slideshow h5{
	margin-bottom: 0;
	font-style: italic;
	color: #ffffff;
	font-size: 1.3rem;
	letter-spacing: 0.05rem;
}

#home-slideshow.cycle-slideshow { 
	width: 100%;
	overflow: hidden;
	padding: 0; 
	margin: 0;
	position: relative;
	z-index: 0;
	background: url(/cdn/shop/t/5/assets/slide-loader.gif?v=344831891803776881470016465) 50% 50% no-repeat;
}

#home-slideshow .content_table{
	text-align: left;
	height: 600px;
}

#home-slideshow .content_table_cell{
	padding: 30px;
	vertical-align: bottom;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjM4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.0) 50%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.0) 50%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.0) 50%,rgba(0,0,0,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0,0,0,0.0) 50%,rgba(0,0,0,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-8 */
}

#home-slideshow.cycle-slideshow .cycle-slide { 
	width: 100%; 
	background-size: cover;
	background-position: center center;
}

/*
these are just the default styles used in the Cycle2 demo pages.  
you can use these styles or any others that you wish.
*/

/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}

/* prev / next links */
.cycle-slideshow .cycle-prev, .cycle-slideshow .cycle-next { 
	position: absolute; 
	top: 0; 
	width: 20%; 
	opacity: 0; 
	filter: alpha(opacity=0); 
	z-index: 200; 
	height: 100%; 
	cursor: pointer; 
}

.cycle-slideshow .cycle-prev { 
	left: 0;  
	background: url(/cdn/shop/t/5/assets/arrow-prev.svg?v=176339054906504381631470016459) 10% 50% no-repeat;
}

.cycle-slideshow .cycle-next { 
	right: 0px;
	background: url(/cdn/shop/t/5/assets/arrow-next.svg?v=131569856747270575821470016459) 90% 50% no-repeat;
}

.cycle-slideshow .cycle-prev:hover, .cycle-slideshow .cycle-next:hover { 
	opacity: 1; 
	-webkit-transition: all .3s ease;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: initial;
}



















/* GENERAL - BROWSER/IOS CHANGES */


input .button, textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

textarea:focus, input:focus{
	outline: 0;
}

*:focus {
	outline: 0;
}

textarea:focus, input:focus{
	outline: 0;
}

*:focus {
	outline: 0;
}


.inline-list li {
	display: inline-block; 
	float: none;
}


/* CONTACT FORM */
	
.feedback {
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 0.85rem;
	line-height: 1.4;
}

.successForm {
	color: #43B300;
	border: 1px solid #43B300;
}

.errorForm {
	color: #ED1C24;
	border: 1px solid #ED1C24;
}



#page textarea {
	font-size: 0.85rem;
	height: inherit;
	margin-bottom: 15px;
}





/* MESSAGE */

#collection #message{
	margin-top: 15px;
	border: 1px solid #f2f2f2;
	background: #FFFFFF;
	padding: 15px;
}

#collection #message p{
	font-size: 0.85rem;
	font-style: italic;
	margin-bottom: 0;
}

/* SIDEBAR */


#sidebar a{
	color:#808285;
}

#sidebar a:hover{
	color:#ED1C24;
}

#sidebar select {
	background: #FFFFFF url(/cdn/shop/t/5/assets/select_sidebar.svg?v=168520944417427255611470016465) no-repeat right center;
	border: 1px solid #f2f0ef;
	color: #808285;
}

#sidebar select:hover {
	background: #FFFFFF url(/cdn/shop/t/5/assets/select_hover.svg?v=33210862280957834001470016465) no-repeat right center;
	border: 1px solid #ED1C24;
	color: #ED1C24;
}

#sidebar #filters, #sidebar #browse{
	margin-top: 30px;
}

#sidebar ul{
	margin-left: 0px;
	margin-bottom: 30px;
}

#sidebar ul li{
	line-height: 1.6rem;
}

#sidebar h6{
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 0.9rem;
	color: #000000;
	letter-spacing: 0.05rem;
}





/* ACCORDION NAVIGATION */

#product-description .accordion .accordion-navigation > a, #product-description .accordion dd > a {
	background: none;
	padding-bottom: 15px;
	padding-left: 0;
	display: block;
	font-family: inherit;
	font-size: 0.85rem;
	line-height: 1.8;
}


#sidebar ul li a.current {
	color: #ED1C24;
}

#sidebar .accordion .accordion-navigation > a, #sidebar .accordion dd > a, #sidebar .accordion dd ul li a {
	background: none;
	padding: 0;
	display: block;
	font-family: inherit;
	font-size: 0.85rem;
	line-height: 2;
}

.accordion-navigation a.group {
	text-transform: uppercase;
	color: #000000;
}

.accordion-navigation a.group:after {
	font-family: 'FontAwesome';
	content: "\f105";
	margin-left: 6px;
}

.accordion-navigation.active a.group:after {
	content: "\f107";
}

.accordion ul li.active a {
}

.accordion dd > a {
}

.accordion dd > a:hover {
}


.accordion dd.active > a {
}



.accordion dd > .content {

}

.accordion dd > .content.active {

}

.accordion .accordion-navigation > .content, .accordion dd > .content {
	padding: 0;
}




/* COLLECTION - PRICING */



ul li.item ul.pricing {
	margin: 0px;
}

ul li.item ul.pricing li {
	display: inline-block;
	margin-right: 5px;
}

ul li.item ul.pricing li:last-child {
	margin-right: 0px;
}


ul li.item ul.pricing li a.product-price{
	font-style: italic;
	font-size: 0.85rem;
}

ul li.item ul.pricing li a.product-compare-price {
	text-decoration: line-through;
	font-style: italic;
	font-size: 0.85rem;
	color: #808285;
}

ul li.item ul.pricing li a.product-sale-price {
	font-style: italic;
	color: #ed1c24;
	font-size: 0.85rem;
}



/* MESSAGE */

#collection_message{
	padding: 20px;
	margin-bottom: 20px;
	background-color: #faf9f8;
} 

#collection_message p{
	margin-bottom: 0;
	font-style: italic;
}
 




/* COLLECTION GENERAL */


ul li.item figure {
	padding: 10px;
	border: 1px solid #F1F1F1;
}

ul li.item figure img.soldout{
	opacity: 0.5;
}

/* COLLECTION BANNER */


#collection_banner{
	margin-bottom: 20px;
}

#collection_banner .content_table{
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	height: 350px;
}
 




#collection_banner .content_table_cell{
	padding: 20px;
	vertical-align: bottom;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjM4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.0) 50%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.0) 50%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.0) 50%,rgba(0,0,0,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0,0,0,0.0) 50%,rgba(0,0,0,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-8 */
}

#collection_banner .content_table_cell h1{
	color: #FFFFFF;
}

#collection_banner .content_table_cell h5{
	color: #FFFFFF;
	margin: 0px;
}

#collection_banner h1 {
	margin: 0;
	font-size: 2rem;
	letter-spacing: 0.1rem;
	color: #000000;
	text-transform: uppercase;
}

#collection_banner h5{
	margin-bottom: 0px;
	letter-spacing: 0.05rem;
	color: #000000;
}


/* COLLECTION */



#collection_sorting label.inline {
	margin: 0;
}






.item a:hover img:first-child{ 
	display:none;
}

.item a:hover img:last-child{ 
	display:block;
}



/* HOME - FEATURED PRODUCTS */

#featured_products{
	margin-bottom: 30px;
}



/* HOME - RECENT ARTICLES */



#recent_articles{
	margin-bottom: 30px;
}

#recent_articles .article_details {
	padding-bottom: 5px;
}

#recent_articles .article_details h3 {
	font-size: 1.4rem;
}

#recent_articles .article_content {
	font-size: 0.85rem;
}



/* TIPS SECTION */


ul#tips li{
	padding: 15px;
	border: 1px solid #f2f0ef;
	text-align: left;
	margin-bottom: 15px;
}

ul#tips li img{
	margin-top: 15px;
}

ul#tips li:last-child{
	margin-bottom: 0px;
}

ul#tips li h5{
	margin-top: 0px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

ul#tips li p{
	margin-bottom: 0px;
}


/* COLLECTION - SALE BADGES */

ul li.item figure a.sale-badge{
	text-align: center;
	font-size: 0.85rem;
	background-color: #ed1c24;
	padding: 5px;
	color: #ffffff;
	position: absolute;
	z-index: 20;
	line-height: 1;
}

ul li.item figure a.sale-badge:hover{
	color: #ffffff;
}

ul li.item.sale figure {
	border: 1px solid #ed1c24;
}







/* COLLECTION */

ul li.item figure a{
	-webkit-transform: rotate(0);
}

ul li.item figure a img {
	transform: translate3d(0px,0px,0px);
	position: relative;
	-webkit-backface-visibility: hidden;
}

ul li.item figure {
	margin: 0;
	position: relative;
}

ul li.item figure .product-details{
	margin-top: 5px;
}

ul li.item figure img.product {
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	max-width: 100%;
	display: block;
	position: relative;
	margin: 0 auto;
}

ul li.item figure a.product-price {
	color: #808285;
	font-style: italic;
	font-size: 0.85rem;
}

ul li.item figure a.product-title{
	font-size: 0.85rem;
	display: block;
	letter-spacing: 0.05rem;
	line-height: 1.2;
	text-transform: uppercase;
	
	font-family: PT Sans Narrow, "Helvetica Neue", Helvetica, sans-serif;
	
}

ul li.item figure a {
	color: #000000;
}

ul li.item figure a:hover {
	color: #ED1C24;
}

ul li.item figure a.product-type{
	font-size: 0.85rem;
	display: block;
	margin-top: 5px;
	letter-spacing: 0.05rem;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
	font-family: PT Sans Narrow, "Helvetica Neue", Helvetica, sans-serif;
	
}










.item:hover > ul.item-share{
	opacity: 1;
}

.item ul.item-share{
	position: absolute;
	z-index: 100;
	margin-left: 5px;
	margin-top: 5px;
	opacity: 0;
}


.item ul.item-share li{
	display: inline-block;
	margin-right: 5px;
}

.item ul.item-share li:last-child{
	margin-right: 0px;
}










/* BREADCRUMBS NAV */

#breadcrumbs{
	margin-bottom: 30px;
}

#breadcrumbs ul {
	border-radius: 0px;
	overflow: hidden;
	border: none;
	margin-left: 0;
	list-style: none;
	color: #808285;
	margin: 0px;
	background: none;
	z-index: 70;
	padding: 0;
	line-height: 1;
}

#breadcrumbs ul > * {
	margin: 0 auto;
	text-align: center;
	padding-top: 0;
	display: inline-block;
	font-size: 0.75rem;
	text-transform: capitalize;
	color: #808285;
	font-weight: normal;
	vertical-align: middle;
}
 
#breadcrumbs ul > *:hover a, #breadcrumbs ul > *:focus a {
	color: #ED1C24;
	text-decoration: none;
}
 
#breadcrumbs ul > * a, #breadcrumbs ul > * span {
	text-transform: capitalize;
	color: #808285;
}
  
#breadcrumbs ul > *.current {
	cursor: default;
	color: #808285;
}
   
#breadcrumbs ul > *.current a {
	cursor: default;
	color: #808285;
}
    
#breadcrumbs ul > *.current:hover, #breadcrumbs ul > *.current:focus {
	text-decoration: none;
}
  
#breadcrumbs ul > *.unavailable {
	color: #808285;
}
     
#breadcrumbs ul > *.unavailable a {
	color: #808285;
}
   
#breadcrumbs ul > *.unavailable:hover, #breadcrumbs ul > *.unavailable:focus {
	text-decoration: none;
	color: #808285;
	cursor: default; 
}
   
#breadcrumbs ul > *:before {
	content: "/";
	color: #808285;
	margin: 0 0.45rem;
	position: relative;
}

#breadcrumbs ul > *:first-child:before {
	content: " ";
	margin: 0; 
}





/* PRODUCT PAGE SHARE */


#product-share{
	margin-top: 15px;
}

#product-share ul{
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
}

#product-share ul li {
	display: inline-block;
	margin-right: 2px;
}

#product-share ul li:last-child {
	margin-right: 0px;
}



/* PRODUCT PAGE - PRODUCT OPTIONS */

#product #product-options select{
	width: 100px;
}

#product #product-qty{
	margin-top: 15px;
}






#product h1.product-title{
	margin-top: 0px;
	text-transform: uppercase;
	margin-bottom: 0px;
	letter-spacing: 0.05rem;
	font-size: 2rem;
}

#product h2.product-type{
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: 0.05rem;
	font-size: 1rem;
}

#product h2.product-type a:hover{
	color: #ED1C24;
}

#product #product-description ul li{
	list-style: initial;
	list-style-position: inside;
	font-size: 0.85rem;
}


#product #product-add{
	margin-top: 20px;
}






#product-details h5.product-vendor{
	margin-top: 0px;
	margin-bottom: 15px;
}

#product ul.pricing li {
	display: inline-block;
	margin-right: 10px;
}

#product ul.pricing li:last-child {
	margin-right: 0px;
}
	
#product h5.product-price {
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
}

#product h5.product-sale-price{
	margin: 0;
	padding: 0;
	color: #ed1c24;
}

#product h5.product-compare-price{
	margin: 0;
	padding: 0;
	text-decoration: line-through;
	color: #808285;
}




#product_modal p.lead {
	font-size: 1.2rem;
	line-height: 1.8; 
}

#product_modal p{
	font-size: 1rem;
	text-align: left;
	line-height: 1.4;
}

#product_modal ul li{
	font-size: 1rem;
	line-height: 1.8;
	list-style: disc;
	list-style-position:inside;
}

#product_modal h1.product-title{
	margin-bottom: 20px;
}

#product-details{
	margin-top: 0px;
	margin-bottom: 0px;
}

#product-images img{
	width: 100%;
}

#product h5{
	margin-bottom: 10px;
}

#product-details ul{
	margin-left: 0;
}





/* ACCOUNT */

#account{
	min-height: 800px;
}

#recover-password{
	display: none;
}

#forgot_password{
	margin-top: 30px;
}

.errors ul{
	margin-top: 15px;
}

.errors ul li{
	color: #ED1C24;
}

.errors ul li a{
	text-decoration: underline;
}

#account-address-list, #order_address, #order_details{
	width: 100%;
	margin-top: 30px;
}

#add_address{
	margin-top: 20px;
	display: block;
}




/* SIDEBAR */

ul.sidebar_nav {
	margin-bottom: 0;
}

ul.sidebar_nav li {
	margin-bottom: 10px;
	border-bottom: 1px solid #f2f0ef;
	padding-bottom: 10px;
	text-transform: uppercase;
}

ul.sidebar_nav li:last-child{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

ul.sidebar_nav li a{
	
	font-family: PT Sans Narrow, "Helvetica Neue", Helvetica, sans-serif;
	
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
    font-weight: 500;
    font-size: 1rem;
}

ul.sidebar_nav li a.current{
	color: #ED1C24;
}

ul.sidebar_nav li a:hover, ul.sidebar_nav li a:focus{
	color: #ED1C24;
}

ul.sidebar_nav li .fa{
	margin-right: 4px;
}




/* STATIC - SIZING GUIDE */

table tr td {
	padding: 0.5625rem 0.625rem;
	color: #000000;
	font-size: 0.85rem;
	line-height: 1;
}


table tr th, table thead tr th, table thead tr td {
	color: #808285;
	font-size: 0.85rem;
	font-weight: 500;
}


table thead, table tfoot {
	background: none;
	font-weight: normal;
}

th {
	font-weight: normal;
}
	
table {
	background: none;
	margin-bottom: 1.25rem;
	border: solid 1px #f2f2f2;
	width: 100%;
}

ul.qty.options li{
	min-width: 32px;
	height: 32px;
	text-align: center;
	font-size: 0.85rem;
	border: 1px solid #f2f2f2;
	line-height: 1.9;
}

ul.size.options li{
	min-width: 32px;
	height: 32px;
	text-align: center;
	font-size: 0.85rem;
	border: 1px solid #f2f2f2;
	line-height: 1.9;
}

ul.size.options li.size-chart{
	min-width: inherit;
	border: none;
	margin-left: 15px;
}

ul.size.options li.size-chart a{
	color: #A8A8A8;
}

ul.size.options li.size-chart a:hover{
	color: #808285;
}

.close-reveal-modal, .reveal-modal .close-reveal-modal {
	font-size: 2rem;
	color: #A8A8A8;
}

.close-reveal-modal:hover, .reveal-modal .close-reveal-modal:hover {
	color: #808285;
}






/* FOUNDATION TWEAKS */

thead.show-for-small{
	display: none!important;
}





/* SHOPPING CART PAGE */


/* CART */

#cart{
	min-height: 800px;
}

#cart p{
	text-align: center;
}

#cart textarea{
	height: 90px;
}

#cart input.CartQty{
	width: 40px;
	margin: 0 auto;
}

#cart h4.cart-subtotal{
	font-size: 1.2rem;
}

#cart .cart-product-remove{
	font-size: 0.85rem;
	margin-top: 15px;
	display: block;
	color: #808285;
}

#cart .cart-product-remove:hover, #cart .cart-product-remove:focus{
	color: #ED1C24;
}

#cart form{
  text-align: center;
}

#cart form td{
  text-align: center;
}

#cart label{
	text-align: left;
}

#cart table thead tr th, table thead tr td{
  text-align: center;
}

#cart #cart-checkout{
	text-align: right;
}

#cart #cart-checkout p{
	text-align: right;
}

#cart #cart-checkout small{
	margin-bottom: 15px;
	display: block;
}

#cart .cart-additional-checkout{
	margin-top: 20px;
}






/* FOUNDATION TWEAKS */

.collapse-right{
	padding-right: 0px;
}





/* GENERAL */


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */



.center{
	text-align: center;
}

body {
	position: relative;
	cursor: default;
	padding: 0;
	margin: 0;
	background: #ffffff;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	font-size: 0.85rem;
	
	font-family: Open Sans, "Helvetica Neue", Helvetica, sans-serif;
	
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

#content{
	min-height: 800px;
}

.left{
	float: left;
}

.right{
	float: right;
}

h1.page-title {
	font-size: 2.5rem;
}

form a{
	font-size: 0.85rem;
}

#forgot_password{
	margin-top: 15px;
}


a{
	color:#ED1C24;
	text-decoration: none;
	outline : none;
}

a:hover, a:focus {
	color:#808285;
}

a.current {
	color:#ED1C24;
}

a img {outline : none;}

img {border : 0;}


p {
	color: #000000;
	font-size: 0.85rem;
	line-height: 1.8;
}

p.lead {
	font-size: 1rem;
	line-height: 1.8;
	margin-bottom: 15px;
}

hr {
    border-color: #f2f0ef;
}

ul {
	list-style: none;
	margin-left: 0px;
}

ul li {
	font-size: 0.85rem;
	list-style-position: outside;
	line-height: 1.8;
}

ol li {
	font-size: 0.85rem;
	margin-bottom: 15px;
	list-style-position: inside;
}

ol li:last-child {
	margin-bottom: 0px;
}

ul li ul, ul li ol {
	margin-left: 0;
	margin-bottom: 0;
}

.description ul li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}

label {
	font-size: 0.85rem;
	color: #808285;
	margin-bottom: 5px;
	font-weight: 500;
	cursor: inherit;
	display: block;
}

span.or {
	margin-left: 12px;
	margin-right: 12px;
}

h1 a, h2 a {
	color: #000000;	
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;	
	
	font-family: PT Sans Narrow, "Helvetica Neue", Helvetica, sans-serif;
	

}

.uppercase{
	text-transform: uppercase;
}


.content_table{
	width: 100%;
	display: table;
}

.content_table_cell{
	display: table-cell;
	vertical-align: middle;
}



.button, a.button, input.button {
	background:#ED1C24;
	color: #ffffff;
	border: none;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0px;
	font-weight: 600;
	margin: 0;
	font-family: inherit;
	letter-spacing: 0.05rem;
	font-size: 0.85rem;
	padding: 10px;
}

button:hover, button:focus, .button:hover, .button:focus {
	background: #AC1016;
	color: #ffffff;
}

button.disabled, button[disabled], .button.disabled, .button[disabled]{
	color: #ffffff;
	background-color:#808285;
}

button.disabled:hover, button[disabled]:hover, .button.disabled:hover, .button[disabled]:hover{
	color: #ffffff;
	background-color:#808285;
}

.button.active {
	background-color: #AC1016;
	color: #ffffff;
}

.button.secondary, button.secondary{
	background-color: #f9f8f8;
}

.button.secondary:hover, button.secondary:hover{
	background-color: #E7E7E7;
}


.hidden{
	display: none!important;
}


.block{
	display: block!important;
}

select {
	border: 1px solid #000000;
	outline: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #000000;
	margin: 0;
	letter-spacing: inherit;
	font-weight: 500;
	font-size: 0.85rem;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	margin-bottom: 15px;
	appearance: none;
	background: #FFFFFF url(/cdn/shop/t/5/assets/select.svg?v=162462094216569976521470016465) no-repeat right center;
	cursor: pointer;
	-webkit-padding-end: 30px;
	height: 2.2rem;
	padding-top: 0rem;
	padding-bottom: 0rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

select:hover {
	background: #FFFFFF url(/cdn/shop/t/5/assets/select_hover.svg?v=33210862280957834001470016465) no-repeat right center;
	border-color: #ED1C24;
	color: #ED1C24;
}




input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	font-size: 0.85rem;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f2f2f2;
	border: none;
	box-shadow: none;
	transition: none;
  	height: 2.4rem;
}


textarea {
	font-size: 0.85rem;
	height: inherit;
}




input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
	background-color: #f2f2f2;
	outline: none;
	box-shadow: none;
	color: #ED1C24;
	border: none;
}








/* HEADER */

#header .logo{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

#header .logo img{
	width: 150px;
	height: 106px;
}






/* FOOTER - SOCIAL */


#footer-social {
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #f2f0ef;
	border-bottom: 1px solid #f2f0ef;
}

#footer-social ul{
	margin: 0;
}

#footer-social input {
	margin-bottom: 0;
}

#footer-social form {
	margin-bottom: 0;
}

#footer-social ul.social-links{
	float: left;
}

#footer-social ul.social-links li{
	display: inline-block;
	margin-right: 2px;
	vertical-align: middle;
	line-height: 1;
}

#footer-social ul.social-links li:last-child{
	display: inline-block;
	margin-right: 0px;
}

#footer-social ul.social-links li a .fa{
	font-size: 1.6rem;
	color: #ED1C24;
}

#footer-social ul.social-links li a:hover .fa{
	color: #AC1016;
}






/* FOOTER */

#footer a{
	color:#808285;
}

#footer a:hover{
	color:#ED1C24;
}

#footer ul {
	margin-left: 0px;
	float: left;
	margin-right: 30px;
}

#footer ul li {
	margin-bottom: 5px;
}

#footer ul li a {
	font-size: 0.85rem;
}

#footer ul li a:hover {
	color: #ED1C24;
}

#footer ul li:first-child label{
	margin-top: 0px;
}

#footer h6{
	text-transform: uppercase;
	font-size: 0.9rem;
}


/* FOOTER - COPYRIGHT */

#footer-secondary {
	margin-top: 60px;
}

#footer-secondary ul {
	margin-bottom: 15px;
}

#footer ul.copyright {

}

#footer ul.copyright li {
	display: inline-block;
	margin-right: 5px;
	font-size: 0.75rem;
	color: #808285;
}


#footer ul.copyright li:last-child {
	margin-right: 0px;
}

#footer ul.payment-methods {
	text-align: center;
}

#footer ul.payment-methods li {
	display: inline-block;
	margin-right: 0px;
}

#footer ul.payment-methods li:last-child {
	margin-right: 0px;
}

#footer ul.payment-methods img{
	width: 35px;
}




/* FILTERS */

#filters ul{
	padding: 0px;
	margin: 0px;
}

#filters ul li{
	margin-bottom: 12px;
}

#filters ul li:last-child{
	margin-bottom: 0px;
}



/* SECTIONS */

#related_products{
	margin-top: 30px;
}

#product_reviews{
	margin-top: 30px;
}



/* WHOLESALE */

#wholesale{
}

#wholesale .content_table{
	height: 220px;
	background-size: cover;
	background-position: center center;
}

#wholesale .content_table.panel_1{
	background-image: url('/cdn/shop/t/5/assets/wholesale_panel_1.jpg?v=168790730455196373281470771725');
}

#wholesale .content_table.panel_2{
	background-image: url('/cdn/shop/t/5/assets/wholesale_panel_2.jpg?v=142729384326122544501470771767');
}

#wholesale .content_table_cell{
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
}

#wholesale .content_table_cell h2{
	color: #ffffff;
	margin: 0px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	font-size: 2rem;
}

#wholesale .content_table_cell p{
	color: #ffffff;
	margin-top: 15px;
	margin-bottom: 0px;
	font-style: italic;
	line-height: 1;
	font-size: 1.1rem;
}





/* HOME - FEATURED RECIPES */

#featured_recipes .content_table{
	height: 300px;
	background-size: cover;
	background-position: center center;
}

#featured_recipes .content_table_cell p{
	opacity: 0;
	color: #ffffff;
	margin: 0;
	font-size: 1.1rem;
}

#featured_recipes a:hover .content_table_cell{
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	padding: 15px;
	opacity: 0;
}

#featured_recipes a:hover .content_table_cell p{
	opacity: 0;
}

#featured_recipes h3{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0px;
	font-family:"Wiesbaden-Regular";
	text-transform: capitalize;
	font-size: 1.6rem;
}



/* GENERAL */

h5.section-title {
	text-align: center;
	text-transform: uppercase;
	margin-top: 60px;
	margin-bottom: 15px;
}




.arrow-prev span {
	left: -20px;
	background-image: url(/cdn/shop/t/5/assets/arrow-prev.svg?v=176339054906504381631470016459);
}

.arrow-next span {
	right: -20px;
	background-image: url(/cdn/shop/t/5/assets/arrow-next.svg?v=131569856747270575821470016459);
}


.arrow-next span, .arrow-prev span {
	position: absolute;
	height: 50px;
	width: 40px;
	z-index: 80;
	top: 50%;
	margin-top: -20px;
	background-repeat: none;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: initial;
}

a.arrow-next:hover, a.arrow-prev:hover {
}

#form-container .button {
	height: 40px;
}









/* HEADER - DISCOUNT */

#discount{
	background: #ed1c24;
	padding: 10px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 30px;
	font-size: 0.75rem;
	text-transform: uppercase;
}

#discount a{
	color: #ffffff;
}



/* COLLECTION PAGE - DISCOUNT */

#collection #discount {
	text-align: left;
	padding: 10px;
	margin-top: 15px;
}

#collection #discount h4 {
	display: none;
}

#collection #discount p {
	font-size: 0.85rem;
}

#collection #discount h5{
	font-size: 1rem;
}



/* HOME PAGE - FEATURED PANELS */

#featured_panels{
	margin-bottom: 60px;
}

.large{
	margin-bottom: 30px;
}


#featured_panels .content_table{
	height: 240px;
	overflow: hidden;
	background-size: cover;
	margin-bottom: 0px;
	text-align: right;
	padding: 0;
	background-position: center;
}

#featured_panels .content_table_cell {
	opacity: 1;
	text-align: center;
	background: rgba(0, 0, 0, 0.35);
}


#featured_panels h4{
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
	letter-spacing: 0.1rem;
	font-weight: 500;
}


#featured_panels .content_table_cell .hovercontent{
	display: none;
}

#featured_panels .content_table:hover > .content_table_cell .hovercontent{
	display: block;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;	
}

/*
#featured_panels .content_table:hover > .content_table_cell{
transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;	
background: rgba(0, 0, 0, 0.85);
}
*/








/* TABLE */

table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #ffffff;
}







/* PRODUCT PAGE */



.product-message{
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 15px;
}

li.facebook {
	margin: 0 auto;
}


#sold-out{
	font-weight: normal;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 30px;
	margin-top: 30px;
}

#sold-out a:hover {
	text-decoration: none;
}


.thumbs {
	float: left;
	width: 100%;
	
}


.thumbs a {
	display: block;
	margin-bottom: 10px;
}


.thumbs a img{
	opacity: 1;
	width: 100%;
}

.thumbs.selected{
	display: none;
}

.thumbs a:hover img{
	opacity: 0.5;
}

img.active{
	opacity: 0.5;
}

img.active:hover{
	opacity: 1;
}





.side-nav { 
	margin-top: 0px;
	padding-top: 0px;
}

.side-nav li {
	margin: 0 0 0.5rem;
	border-top: 1px solid #f2f2f2;
}

.side-nav li:first-child {
	border-top: 0px solid #f2f2f2;
}

#empty-cart p {
	text-align: left;
}


.cart-quantity input {
	width: 40px;
	margin-top: 20px;
}

#empty-cart a:hover{
	color:#808285
}


	
	
#user-location .button {
	border-radius: 0px;
}




.expand {
	width: 100%;

}


ul.product-options {
	margin-left: 0;
}

ul.product-options li{
	margin-bottom: 15px;
}

ul.product-options select {
	width: 50%;
}


form.custom ul.product-options .custom.dropdown {
	width: 140px;
	display:  inline-block;
}

#header .top-bar ul.center {
	display: inline-block;
}

#header .top-bar-section ul.search-results{
	background: #ffffff;
}

#header .top-bar-section ul.search-results li{
	background: #ffffff;
	margin-bottom: 7px;
}

#header .top-bar-section ul.search-results li a{
	background: #ffffff;
	font-size: 0.85rem;
}

#header .top-bar-section ul.search-results li a:hover{
	background: #ffffff;
}

#header .top-bar-section ul.dropdown li a {
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}

#header .top-bar-section ul.dropdown li:last-child a {
	border-bottom: 1px solid #f2f2f2;
}

#header .top-bar-section ul.left li {
	border-right: 0px solid #ffffff;
}

#header .top-bar-section ul.left li:last-child{
	border-right: 0px;
}
	
#header .top-bar-section ul li a.current{
	color:#ED1C24;
}

#header .top-bar-section ul.left li ul.dropdown{
	background: #f9f8f8;
	padding-bottom: 0px;
}

#header .top-bar-section ul.left li ul.dropdown li{
	border-right: 0px;
}

#header .top-bar-section .dropdown li label{
	font-weight: 700;
	font-size: 0.7rem;
	text-transform: uppercase;
	color: #808285;
	background: #f9f8f8;
	padding: 0px 15px;
	display: none;
	margin-top: 15px;
}

#header .top-bar-section .dropdown li:first-child label{
	margin-top: 0px;
}

#header .top-bar-section .has-dropdown > a:after {
	border-color: #808285 transparent transparent transparent;
	font-family: 'FontAwesome';
	content: "\f107";
	border: none;
	top: 0px;
	margin-right: 23px;
	font-size: 0.85rem;
}

#header .top-bar-section .has-dropdown > a {
	padding-right: 30px ;
}

#header .contain-to-grid {
	background: #ffffff;
	border-top: 1px solid #f2f0ef;
	border-bottom: 1px solid #f2f0ef;
	text-align: center;
	margin-bottom: 30px;
}

#header.discount_enabled .contain-to-grid {
	margin-bottom: 0px;
}

#product-description{
	margin-top: 30px;
}


#product-description p{
	margin-top: 15px;
}

#header .top-bar-section ul.right li .dropdown {
	right: auto;
}

#header .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	top: 1rem;
	right: -8px;
	line-height: 1.2;
}

#header .top-bar-section ul.dropdown li:not(.has-form) a:not(.button):hover{
	color:#ED1C24;
}

#header .top-bar {
	background:#ffffff;
}

#header .top-bar ul.center{
	display: inline-block;
}

#header .top-bar .toggle-topbar a{
	color: #000000;
	font-weight: 500;
}

#header .top-bar .toggle-topbar.menu-icon a {
	color: #000000;
}

#header .top-bar .toggle-topbar.menu-icon a:hover span {
	color: #ED1C24;	
}

#header .top-bar.expanded .title-area {
	background: #f2f0ef;
}

#header .top-bar .toggle-topbar.menu-icon a span {
	color: #000000;
}

#header .top-bar.expanded .toggle-topbar.menu-icon a span {
	color: #808285;
}

#header .top-bar.expanded .toggle-topbar.menu-icon a span::after {
	box-shadow: 0 0px 0 1px #808285, 0 7px 0 1px #808285, 0 14px 0 1px #808285;
}

#header .top-bar.expanded .toggle-topbar.menu-icon a:hover span::after {
	box-shadow: 0 0px 0 1px #808285, 0 7px 0 1px #808285, 0 14px 0 1px #808285;
}

#header .top-bar .toggle-topbar.menu-icon a span::after {
	content: "";
	position: absolute;
	display: block;
	height: 0;
	top: 50%;
	margin-top: -8px;
	right: 15px;
	box-shadow: 0 0px 0 1px #000000, 0 7px 0 1px #000000, 0 14px 0 1px #000000;
	width: 16px;
}

#header .top-bar .toggle-topbar.menu-icon a:hover span::after {
	box-shadow: 0 0px 0 1px #ED1C24, 0 7px 0 1px #ED1C24, 0 14px 0 1px #ED1C24;
}

#header .top-bar-section ul li{
	margin-right: 10px;
}

#header .top-bar-section ul li:last-child{
	margin-right: 0px;
}

#header .top-bar-section ul li > a{
	
	font-family: PT Sans Narrow, "Helvetica Neue", Helvetica, sans-serif;
	
	letter-spacing: 0.05rem;	
	font-weight: 500;
	font-size: 1rem;
	color: #000000;
	background:#f9f8f8;
	text-transform: uppercase;
}

#header .top-bar-section ul li.has-dropdown > a:hover {
	color:#000000;
	background:#FFFFFF;
}

#header .top-bar-section li a:not(.button) {
	background:#ffffff;
}

#header .top-bar-section ul li:last-child a {
	padding-right: 0px;
}

#header .top-bar-section ul li:hover > a{
	color:#ED1C24;
	background:#FFFFFF;
}

#header .top-bar-section .dropdown li a{
	color:#808285;
	background: #FFFFFF;
	padding: 0px 15px;
}

#header .top-bar-section .dropdown li a:hover{
	background: #FFFFFF;
}

#header .top-bar-section .dropdown li.title h5 {
	margin-top: 0;
}

#header .top-bar-section .dropdown li.title h5 a {
	color: #808285;
	font-weight: normal;
	font-size: 1rem;
	text-transform: capitalize;
}

#header .top-bar-section ul li.title:hover > a{
	color:#808285;
	background:#FFFFFF;
}

#header .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
	color:#000000;
	background:#FFFFFF;
	text-align: left;
	text-transform: capitalize;
	padding-right: 15px;
}

#header .top-bar-section .dropdown .dropdown li:not(.has-form) a:not(.button) {
	background:#f7f7f7;
}

#header .top-bar-section ul {
	background: #ffffff;
}

#header .top-bar-section ul li {
	background: #f9f8f8;
}








.product-gallery img:hover { 
	cursor:grab; 
	cursor: -moz-grab;
	cursor: -webkit-grab;

}
.product-gallery img:active { 
	cursor:grabbing; 
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}



.product-gallery p{
	position: absolute;
  	left: 5px;
  bottom: 5px;
  margin: 0;
  color: #808285;
}

.product-gallery p.touch{
	display: none;
}





/* MID-MEDIUM SCREENS */

@media only screen and (min-width: 40.0625em) and (max-width: 50em) { 

	#home-slideshow .content_table {
		height: 400px;
	}
}



/* MID-MEDIUM SCREENS 2  */

@media only screen and (min-width: 50em) and (max-width: 64em) { 

	#home-slideshow .content_table {
		height: 500px;
	}

} 


/* MEDIUM SCREENS */

@media only screen and (min-width: 40.0625em) and (max-width: 64.063em) { 

	#header_message {
	    font-size: 0.7rem;
	}
	
	#discount {
	    font-size: 0.7rem;
	}
	
	h1.page-title {
		font-size: 2rem;
	}
  	
	#featured_recipes li.article:nth-child(3){
		display: none;		
	}

  
	#blog_roll ul li.article .content_table {
		height: 150px;
	}

	#splash .content_table_cell {
		padding: 20px;
	}

		
	#splash .logo {
		margin-bottom: 20px;
	}

	#splash .columns{
		height: 50%;
	}
      
	#home-slideshow .content_table_cell{
		padding: 15px;
	}
      
	#blog_roll ul li.article .content_table_cell h3 {
		font-size: 1.5rem;
	}
      
	#home-slideshow .cycle-pager {
		bottom: 15px;
		right: 15px;
	}
  
	#home-slideshow h1 {
		font-size: 2.5rem;
		letter-spacing: 0.1rem;
	}

	#home-slideshow h5 {
		font-size: 1.1rem;
	}
  

	.top-bar-section li:not(.has-form) a:not(.button) {
		padding: 0 10px;
	}

	section.top-bar-section ul.right li.search{
		display: none;
	}

	#footer-social h5{
		margin-bottom: 15px;
	}

	#home-slideshow .content_table {
		margin-top: 0px;
	}

	#header ul.links{
		margin-top: 5px;
	}

	#mc_embed_signup form img{
		margin-top: 20px;
	}

		
	#mc_embed_signup form{
		padding: 10px;
		padding-bottom: 20px;
		padding-top: 20px;
	}
      
	#page_banner .content_table {
		height: 450px;
	}
	
	#page_banner .content_table p.lead {
		font-size: 1rem;
		line-height: 1.8;
	}

	

	
	
	#footer ul.footer-links li{
		font-size: 0.85rem;
	}


	ul.product-options li{
		display: inline-block;
		margin-bottom: 0px;
		margin-right: 10px;
	}
	ul.product-options li:last-child{
		margin-right: 0px;
	}
	
	ul.product-options li select{
		width: inherit;
	}
	
	#product_banner .content_table_cell h2{
		font-size: 3rem;
		line-height: 4;
	}
	



	#product_panels h3{
		font-size: 1.4rem;
	}
	
	

	



	
	#filters ul li select.coll-filter {
		font-size: 0.85rem;
	}

	.video.reveal-modal iframe{
		width: 500px;
		height: 281px;
	}
	

	
	#footer .newsletter p {
		font-size: 0.7rem;
		width: 140px;
	}

	
		
	input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea{
		font-size: 0.85rem;
	}
	

	

	
	#page_banner h1 {
		font-size: 3rem;
	}


}











/* IPAD PORTRAIT */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {


}



/* IPAD LANDSCAPE */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	
}



/* IPAD GENERAL */ 

@media only screen and (device-width: 768px) {

	#home-slideshow .content_table {
		height: 400px;
	}
	.product-gallery img:hover { 
		cursor:initial; 

	}

	.product-gallery img:active { 
		cursor:initial; 
	}

	ul li.item figure a:hover img:first-child{ 
		display:block;
	}

	ul li.item figure a:hover img:last-child{ 
		display:block;
	}

	
	
	#collection #discount {
		padding: 5px;
	}
	
	
	#recipe_banner .article_details h5 {
		font-size: 1rem;
	}
		
	body {
		font-size: 0.85rem;
	}

	p {
		font-size: 0.85rem;
	}

	
	#blog_roll .content_table:hover > .content_table_cell .hovercontent{
		display: none;
	}
	
	
	#blog_roll .content_table:hover > .content_table_cell h3, #blog_roll .content_table:hover > .content_table_cell h5{
		display: block;
	}
	
	.product-gallery p.touch{
		display: block;
	}
	
	.product-gallery p{
		display: none;
	}

	#product_panels .content_table_cell, #featured_panels .content_table_cell{
		opacity: 1;
	}

	#filters ul.inline-list{
		font-size: 0.85rem;
	}

	.orbit-bullets-container {
		display: none;
	}
  	
	[data-magellan-expedition] {
		position: inherit;
	}
	
	.item ul.item-share{
		display: none;
	}
	
	.cycle-prev, .cycle-next { 
		opacity: 0.5; 
		display: none;
	}
	
}



/* IPHONE 6 LANDSCAPE  */ 

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 3) {
	
	#home-slideshow .content_table {
		height: 350px;
	}
  

}



/* IPHONE GENERAL */ 

@media only screen and (max-width: 40em)  { 
	
  	
	#header .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	top: 1rem;
	right: -8px;
	line-height: 1.2;
	}
  
  	#header .top-bar-section li a:not(.button){
  		border-left: 1px solid #f2f2f2;
		border-right: 1px solid #f2f2f2;
		border-bottom: 1px solid #f2f2f2;    
    }
  
	.top-bar-section ul {
    	text-align: left;
	}
  
  	#content {
    	min-height: 400px;
	}
  
	#discount{
		font-size: 0.7rem;
		margin-bottom: 20px;
	}
	
	#header .contain-to-grid {
	    margin-bottom: 20px;
	}
	
	#header ul#secondary-nav li {
	    margin-right: 5px;
	    font-size: 0.75rem;
	}
	
	ul.sidebar_nav {
	    margin-bottom: 30px;
	}
	
	#header .top-bar-section ul li.has-dropdown > a:hover {
		color:#ED1C24;
		background:#FFFFFF;
	}
	
	#header .top-bar-section ul li:last-child a {
	    border-bottom: 0px;
	}
	
	#header .top-bar-section .has-dropdown > a {
	    padding-right: 0;
	}
	
	thead.show-for-small {
	    display: table-header-group!important;
	}
	
	#wholesale .content_table_cell p {
		font-size: 0.95rem;
	}
	
	#wholesale .content_table {
		height: 150px;
	}
	
	#wholesale .content_table_cell h2 {
		letter-spacing: 0.025rem;
		font-size: 1.4rem;
	}
	
	#featured_recipes .content_table {
		height: 150px;
	}
	
	#featured_recipes li.article {
		margin-bottom: 30px;
	}
	
	#featured_recipes li.article:last-child {
		margin-bottom: 0px;
	}
	
	#featured_recipes h3 {
		font-size: 1.4rem;
	}
	
	#wholesale .content_table.panel_1 {
		margin-bottom: 15px;
	}
	
	.article_details h1 {
		font-size: 1.6rem;
	}
  
	#blog_roll ul li.article .content_table {
		height: 120px;
	}
	
	#blog_roll ul li.article .content_table_cell h3 {
		font-size: 1.4rem;
	}

	#header_message {
		font-size: 0.7rem;
	}
	
	#splash .content_table_cell {
		padding: 20px;
	}
		
	#splash p.lead {
		margin-bottom: 30px;
	}
		
	#splash .button {
		margin-bottom: 15px;
	}
		
	.product-gallery img:hover { 
		cursor:initial; 

	}
		
	.product-gallery img:active { 
		cursor:initial; 
	}
		
	#header .top-bar-section ul.dropdown li:last-child a:not(.button) {
		border-bottom: none;
	}
  
  	#header .top-bar-section ul li {
    	margin-right: 0px;
	}
		
	#mc_embed_signup form img{
		margin-top: 30px;
	}
      
	#gift-card{
		margin-top: 30px;
	}
		
	#home-slideshow .content_table_cell{
		padding: 15px;
	}
      
	#recent_articles{
		margin-bottom: 0px;
	}
	
	#blog_sidebar{
		display: none;
	}

	#mc_embed_signup h5{
		text-align: center;
	}
	
	#blog_roll .content_table:hover > .content_table_cell .hovercontent{
		display: none;
	}
	
	#blog_roll .content_table:hover > .content_table_cell h3, #blog_roll .content_table:hover > .content_table_cell h5{
		display: block;
	}
	
	#recipe_banner .article_details h5{
		font-size: 1rem;
	}
	
	#header .top-bar-section ul li.search{
		display: none;
	}
	
	#footer p{
		display: none;
	}
	
	#collection_banner .content_table_cell {
		vertical-align: middle;
		background: rgba(0, 0, 0, 0.35);
	}

	#collection_banner .content_table{
		height: 200px;
	}	

	#ingredients{
		margin-bottom: 60px;
	}
	
	#recipe_banner .content_table {
		height: 200px;
	}
	
	h1.page-title {
		text-align: center;
		font-size: 1.5rem;
	}
	
	#collection_banner h5{
		display: none;
	}
	
	#header ul#main-nav {
		text-align: center;
		border-bottom: none;
		float: none;
		margin-bottom: 10px;
	}
	
	#blog_tags{
		display: none;
	}
	
	#header .logo {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	
	#home-slideshow h1 {
	    font-size: 1.8rem;
	    letter-spacing: 0.025rem;
		padding-left: 0px;
		line-height: 1.2;
	}

	#home-slideshow .cycle-pager {
		display: none;
	}


	#footer-social ul.social-links{
		display: block;
		float: none;
		margin-bottom: 30px;
		text-align: center;
	}
	#sidebar .accordion, #sidebar h6{
		display: none;
	}
	
	#sidebar{
		border: none;
		padding: 0px;
	}
	
	#collection #message{
		display: none;
	}
	
	#sidebar #filters h6{
		display: block;
	}
	
	#sidebar #filters{
		border: 1px solid #f2f2f2;
		padding: 5px;
		margin-bottom: 15px;
	}

	#sidebar #filters ul li{
		width: 46%;
		margin-right: 0rem;
		margin-left: 2%;
		float: left;
	}

	ul li.item figure .product-details{
		text-align: center;
	}

	ul li.item figure .product-details{
		text-align: center;
	}
	
	#breadcrumbs .right{
		display: none;
	}
	#breadcrumbs .left > *, #breadcrumbs .left {
		float: none;
		text-align: center;
	}

	#header ul#secondary-nav li.search{
		display: none;
	}
	
	#product #product-options select{
		margin: 0 auto;
	}
	
	.product-gallery p{
		display: none;
	}
	
	#product ul.size.options li.size-chart{
		*/display: block;*/
		margin-left: 0px;
		margin-top: 15px;
		display: none;
	}
	
	#product-options{
		text-align: center;
	}
	
	#header ul#secondary-nav{
		text-align: center;
		float: none;
	}

	#collection_banner h1{
		text-align: center;
		font-size: 1.5rem;
	}
		
	#collection_banner .content_table_cell{
		padding: 15px;
	}

	#home-slideshow h5{
		font-size: 1.1rem;
	}
	
	#collection_sorting{
		display: none;
	}

	#header .top-bar {
		text-align: left;
	}
	
	#header .top-bar-section ul.left li:first-child {
		margin-left: 0px;
	}
	
	#header .top-bar-section .has-dropdown > a:after {
		content: "\f105";
		top: 18px;
	}

	#home-slideshow .content_table{
		height: 350px;
		margin-top: 0px;
	}

	#introduction p.lead{
		display: none;
	}
		
	#learn_more h4 {
		margin-bottom: 15px;
	}
		
		
	#learn_more a {
		margin-bottom: 30px;
		display: block;
	}
		
	#newsletter p.lead {
		margin-bottom: 30px;
		font-size: 1.1rem;
		text-align: center;
	}
		
	#introduction .content_table {
		height: inherit;
	}
	#introduction img {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	#product-details ul{
		text-align: center;
	}
		
	#page_banner h1 {
		font-size: 2rem;
	}


	#header .top-bar form{
		margin-right: 0px;
	}
	#home-slideshow {
		margin-bottom: 20px;
	}
		
	#featured_panels .large .content_table {
		height: 300px;
	}
		
		
	#featured_panels .content_table_cell .hovercontent{
		padding: 40px;
	}
		
	#featured_panels .content_table_cell .hovercontent p{
		display: none;
	}
		
	#footer ul{
		text-align: center;
	}

	#mc_embed_signup form {
		margin-left: inherit;
		left: 5%;
		width: 90%;
		padding: 15px;
		padding-left: 5px;
		padding-right: 5px;
	}

	#footer ul {
		float: none;
		margin-right: 0px;
	}
		
	#footer ul li{
		margin-right: 0px;
		margin-bottom: 0px;
	}
		
	#footer ul li:last-child{
		margin-bottom: 30px;
	}
	
	#footer-social h5 {
		text-align: center;
		margin-bottom: 15px;
	}
		
	#featured_panels .content_table{
		height: 200px;
	}

	.contain-to-grid{
		position: relative;
	}
		
	#product h5.product-price{
		text-align: center;
	}

	#product_banner .content_table_cell h2{
		font-size: 3rem;
		line-height: 3.4;
	}
		
	#product_panels .content_table {
		height: 140px;
	}
		
	#product_panels .content_table_cell, #featured_panels .content_table_cell{
		opacity: 1;
	}
		
	#product_panels h6{
		display: none;
	}
		
	#product_panels {
		margin-bottom: 15px;
	}

	ul.product-info li.product-type a{
		font-size: 0.85rem;
	}
	
	#header .top-bar-section .dropdown li label{
		margin-bottom: 8px;
	}
	
	#featured_panels .content_table, #product_panels .content_table {
		margin-bottom: 20px;
	}
		
	.selector-wrapper label{
		text-align: center;
	}
		
	#header .top-bar-section ul.right li .dropdown{
		padding-bottom: 0px;
	}

	#header .top-bar-section .dropdown li a{
		padding: 6px 15px;
	}

	.thumbs {
		text-align: center;
		margin-top: 5px;
	}
	.thumbs a {
		margin-bottom: 0px;
		display: inline-block;
		width: 45px;	
	}

	#product {
		margin-top: 15px;
	}
		
	#contact{
		margin-top: 0px;
	}

	#press-content  ul.grid figure img{
		margin: 0 auto;
	}
	
	#press-content figcaption {
		width: 100%;
	}

	#page h3 {
		text-align: center;
	}
	
	h4.vendor, h4.vendor a{
		text-align: center;
	}
	
	.video.reveal-modal iframe{
		width: 200px;
		height: 112px;
	}

	
	#media-content figcaption {
		opacity: 0;
	}

	#header .top-bar-container{
		width: 100%;
		padding: 0px;
	}

	/* FILTERS */

	#filters{
		margin-top: 1px;
	}

	#filters ul li{
	}
	
	.cycle-prev, .cycle-next { 
		opacity: 0.5; 
		display: none;
	}

	.cycle-prev { 
		left: auto;  
	}
		
	.cycle-pager {
		display: none;
	}
			 
	.cycle-overlay { 
		position: relative; bottom: 0; width: 100%; z-index: 400;
		background: #00bbb4; 
		padding: 10px;
		padding-top: 15px;
		margin-bottom: inherit;
		
	}
		
	.cycle-overlay h2 { 
		font-size: 1.2em;
	}
		
	.cycle-overlay h3 { 
		font-size: 1em;
		margin-top: 10px;
	}
		
	ul.product-box-contents-list li.product {
		border-bottom: none;
	}

	.item ul.item-share{
		display: none;
	}


	.single-option-selector {
		margin: 0 auto;
	}
		
	.orbit-bullets-container {
		display: none;
	}

	#forgot_password a {
		clear: both;
		display: block;
		margin-bottom: 20px;
	}

	[data-magellan-expedition] {
		position: inherit;
	}

		
	.top-nav ul.inline-list li{
		margin-left: 15px;
	}

		
	.has-dropdown label{
		display: block;
	}

	
	#header .top-bar-section .has-dropdown > a:after {
		border-color: transparent transparent transparent #ffffff;
	}


	#nav_categories .top-bar-section .has-dropdown > a:after{
		border-color: transparent transparent transparent #454545;
	}

	/* SECTIONS */



	.featured_collections{
		height: 100px;
	}

	
	.featured_collections h3 {
		font-size: 1.1rem;
	}
	
	
	ul.inline-list.left{
		float: none;
	}

	#product h5{
		text-align: center;
	}

	.collection_banner h5 {
	
	}
	
	.errors{
		text-align: center;
	}

	span.or {
		display: none;
	}
	
	#customer_accounts h2, #cart h2{
		text-align: center;
		margin-top: 30px;
	}

	#forgot_password {
		margin-top: 0px;
	}
	
	.button, a.button, input.button, select {
		width: 100%;
	}

	.newsletter{
		display: block;
		margin-top: 20px;
	}

	
	.caption h1, .caption h3{
		display: none;
	}
	
	ul.inline-list{
	}

	#product h4.description{
	}

	#featured-panels .content_table{
		margin-top: 0px;
		margin-bottom: 15px;
		height: 100px;
		font-size: 0.6rem;
	}


	
	#footer ul.copyright li {
		display: block;
		margin-right: 0px;
	}
	
	#footer .inline-list {
		float: none;
	}

	
	#footer ul.inline-list {
	}
	
	li.header_contact{
		display: none;
	}
	

	.collection_banner h3 {
		margin-top: 0px;
		margin-bottom: 0px;
		color: #808285;
	}


	.collection_banner{
		padding-bottom:10px;
		padding-top:10px;
		height: inherit;
		overflow:align: center;
		margin-bottom: 20px;
		width: 100%;
	}


	.collection_banner h1.text-shadow, .collection_banner h1.text-shadow, .collection_banner h5.text-shadow{
		text-shadow: none;
	}

	
	table tr th, table tr td {
		padding: 0.7rem 0.7rem;
	}
	
	.sign{
		margin-bottom: 30px;
	}

	#header .top-bar {
		margin-top: 0px;
	}


	h1.collection-title {
		font-size: 1.7rem;
		letter-spacing: 0.05em;
	}

	#product-details{
		margin-top: 30px;
		text-align: center;
	}
	
	#product .product-title {
		text-align: center;
		font-size: 1.8rem;
	}

	#customer_orders{
		margin-top: 100px;
	}

	.description ul li {
		list-style-type: none;
		list-style-position: outside;
		margin-left: 0px;
	}
	
	ul.product-options li {
		display: block;
	}
		
	form.custom ul.product-options .custom.dropdown {
		width: inherit;
		font-size: inherit;
	}

	.product-compare-price{
		text-align: center;
	}

	.color-selector, .variant-selector, .quantity-selector{
		margin-bottom: 10px;
	}
	
	.arrow-prev span, .arrow-next span {
		display: none;
	}

}