/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2e41f1");
  
@font-face {font-family: 'TextaNarrow-BoldIt';font-display: swap;src: url('2E41F1_3_0.eot');src: url('2E41F1_3_0.eot?#iefix') format('embedded-opentype'),url('2E41F1_3_0.woff2') format('woff2'),url('2E41F1_3_0.woff') format('woff'),url('2E41F1_3_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'TextaNarrow-Bold';font-display: swap;src: url('2E41F1_4_0.eot');src: url('2E41F1_4_0.eot?#iefix') format('embedded-opentype'),url('2E41F1_4_0.woff2') format('woff2'),url('2E41F1_4_0.woff') format('woff'),url('2E41F1_4_0.ttf') format('truetype');}
 

@font-face {font-family: 'TextaNarrow-It';font-display: swap;src: url('2E41F1_B_0.eot');src: url('2E41F1_B_0.eot?#iefix') format('embedded-opentype'),url('2E41F1_B_0.woff2') format('woff2'),url('2E41F1_B_0.woff') format('woff'),url('2E41F1_B_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'TextaNarrow-Regular';font-display: swap;src: url('2E41F1_10_0.eot');src: url('2E41F1_10_0.eot?#iefix') format('embedded-opentype'),url('2E41F1_10_0.woff2') format('woff2'),url('2E41F1_10_0.woff') format('woff'),url('2E41F1_10_0.ttf') format('truetype');}
 

*{
	margin:0;
	padding:0;
	font-family: inherit;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

article, aside, figure, footer, header, hgroup,
menu,main, nav, section { display: block; }

[dir='ltr'], [dir='rtl'] { 
	unicode-bidi: -webkit-isolate;
	unicode-bidi: -moz-isolate;
	unicode-bidi: -ms-isolate;
	unicode-bidi: isolate;
	} 
bdo[dir='ltr'], bdo[dir='rtl'] {
	unicode-bidi: bidi-override; 
	unicode-bidi: -webkit-isolate-override; 
	unicode-bidi: -moz-isolate-override; 
	unicode-bidi: -ms-isolate-override; 
	unicode-bidi: isolate-override;
  	}

/* ------- general rules for all elements ----------*/
#centerbox{
	text-align: center;
	height: 300px;
}

body
{
	font-family: 'TextaNarrow-Regular','Helvetica', sans-serif;
	/*font-family: 'Josefin Sans','Verdana', sans-serif;*/
	font-size:112.5%;
	line-height: 130%;
	background-color:#809fa4;
	color: #5e7074;
	font-weight: normal;
	letter-spacing: 0.03em;
	/*font-weight: 300;*/
}
#noscript-warning{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #222;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background: #ffff33;
	z-index: 10;
}
h1,h2,h3,h4, .plastic-free span,.widget summary span.summary-title{
	font-family: 'TextaNarrow-Bold','Arial', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.1;
}
h1,h2{
/*	letter-spacing: 1px;*/
}
.white h1, .white h2, .white h3, .white h4{
	margin-bottom: 10px;
}
.white{
	position: relative;
	background-color: #FFF;
	padding: 10px 20px;
	margin-bottom: 50px;
	margin-left: 0;
	margin-right: 0;
	overflow: auto;
}
.white h1{
	font-size: 1.3em;
}
.white h2{
	font-size: 1.2em;
}
.white h3{
	font-size: 1.1em;
}
.times{
	font-family: 'Times', serif;
}
.onMob{
	display: none;
}
.clearfix{
	clear: both;
}
.nowrap{
	white-space: nowrap;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.align_center{
	text-align: center;
}
.align_right, .aRt{
	text-align: right;
}
.rel{
	position: relative;
	z-index: 1;
}
.topPad{
	padding-top: 40px !important;
}
.bottomPad{
	padding-bottom: 20px !important;
}
.bMargin{
	margin-bottom: 10px !important;
}
.divider,hr{
	margin: 10px 0;
	border: none;
	border-bottom: 1px solid #809fa4;
}

.element_title{
	font-family:'TextaNarrow-Bold', sans-serif;
	text-transform: uppercase;
	font-size: 1.1em;
	margin-bottom: 5px;
	letter-spacing: 1px;
	color: #809FA4;
}
.smaller{
	font-size: 0.9em !important;
}

.bigger{
	font-size: 1.2em;
}

.italic{
	font-family: 'TextaNarrow-It', sans-serif;
	/*font-style: italic;*/
}
.purchase_disabled{
	font-family: 'TextaNarrow-It', sans-serif;
	margin-top: 10px;
}
strong,.bold, .ajaxStatus, .wishlist-status,.bannerTitle,th,b,#mobAccountMenu li,#mobCart,.widget label,#openLogin,.closePop{
	font-family: 'TextaNarrow-Bold','Arial', sans-serif;
	font-weight: normal;
}
.caps{
	text-transform: capitalize !important;
}

.checkboxes{
	margin: 10px auto 5px 20px;
}

/*.row{
	margin: 5px;
	border-bottom: 1px solid #d6ebf3;
}*/
.half{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}
.frmInner{
	background-color: #E9F0F0;
	padding: 10px;
	margin-top: 5px;
}
.hidden{
	display: none !important;
}
.bannerImg{
	display: inline-block;
	width: 30%;
	border: 1px solid #809fa4;
	padding: 5px 5px 0 5px;
	vertical-align: top;
}
.txtCol{
	display: inline-block;
	vertical-align: top;
	width: 58%;
	padding-left: 1%;
}
.bannerImg img{
	width: 100%;
}
.strike{
	text-decoration: line-through;
}
.fx_price, .highlight, .error,.advisory,.ajaxStatus, .wishlist-status{
	color: #e56b5e;
}
.token{
	padding: 5px;
	background-color: #E9F0F0;
	margin-bottom: 10px;
}
.token .error{
	/*color: yellow !important;*/
}

.breadcrumbs{
	font-size: 0.9em;
	text-align: right;
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 2;
}

header h2{
/*	color: #FFF;*/
	font-size: 1.1em;
}

.title{
	overflow: visible;
	position: relative;
	z-index: 1;
	text-align: center;
	background-color: #809fa4;
	height: 21px;
	margin-bottom: 50px;
	margin-top: 16px;
}
.title:before{
	 content: " ";
	  position: absolute;
	  background-color: #FFF;
	  z-index: -1;
	  top: 10px;
	  left: 5px;
	  right: 5px;
	  bottom: 10px;
}
.title h2,.title h1{
	font-family: 'TextaNarrow-Bold', sans-serif;
	border: 2px solid #FFF;
	position: relative;
	top: -10px;
	font-size: 1.3em;
	/*width: 150px;*/
	display: inline-block;
	padding: 2px 10px 0 10px;
	color: #FFF;
	text-transform: uppercase;
	min-height: 34px;
	line-height: 34px;
	overflow: visible;
	max-width: 85%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.title h2,.title h1{
		padding-top: 0;
		padding-bottom: 2px;
	}
}
.ie .title h2,.ie .title h1{
	padding-top: 0;
	padding-bottom: 2px;
}
.title h2,.title h2:before,.title h1,.title h1:before{
	background-color: rgb(255,143,135);
}
.title h2:before,.title h1:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  	-webkit-box-shadow: 2px 2px 1px 0px rgba(20, 20, 20, 0.7);
	-moz-box-shadow:    2px 2px 1px 0px rgba(20, 20, 20, 0.7);
	box-shadow:         2px 2px 1px 0px rgba(20, 20, 20, 0.7);
}
.auto{
	overflow: auto;
}
.auto-width{
	width: auto !important;
}
/*------------ page template -----------------------------*/
#skiptocontent {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px;
}
header{
	background-color: #FFF;
	white-space: nowrap;
	/*padding-top: 20px;*/
}
header #login{
	background-color: #809FA4;
	padding-bottom: 10px;
	padding-right: 10px;
}
.headerLeft,.headerRight{
	display: inline-block;
    vertical-align: top;
    white-space: normal;
    padding-top: 20px;
}
.headerLeft{
	width: 30%;
}
.headerRight{
	width: 70%;
	text-align: right;
}
#logo{
	box-sizing:border-box;
	/*text-align: center;*/
	width: 240px;
	/*padding-left: 20px;*/
	display: inline-block;
	margin-left: 30px;
	vertical-align: middle;
}
#logo img{
	width: 100%;
}
#header-tools{
	box-sizing:border-box;
	display: inline-block;
	vertical-align: middle;
	/*padding-right: 20px;*/
	text-align: right;
	width: calc(100% - 270px);
	white-space: normal;
}
.logo{
	display: block;
	width: 300px;
	height: 57px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/pure-nuff-stuff-logo.png) no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	position: relative;
}
.logo a{
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url("about:blank");
}
.phone{
	text-transform: uppercase;
	font-family: 'TextaNarrow-Bold', sans-serif;
	font-size: 1rem;
	padding-top: 1em;
	/*padding-right: 90px;*/
	/*border-top: 1px solid #809fa4;
	width: 234px;
	margin-left: 59px;*/
}
.phone span{
	
	display: inline-block;
}
.phone span:last-of-type{
	margin-right: 0;
}
.phone span:last-of-type:before{
	content: "|";
	display: inline;
	color: #72878C;
	margin-right: 5px;
	margin-left: 5px;
}
.phone a{
	border-bottom: 1px dotted #809FA4;
}
.phone a:hover{
	color: #FF8F87;
	border-bottom: 1px dotted #FF8F87;
}
.i,header nav ul{
	width: 95%;
	margin-left:auto;
	margin-right: auto;
	max-width: 1600px;
	position: relative;
}
header .i{
	padding-top: 10px;
}
#account_links .i{
	padding-top:0;
}
.bar{
	width: 100%;
	min-height: 20px;

}
#account_links{
	margin-top: 5px;
	padding: 8px 0;
	text-align: right;
	background-color: #72878c;
	color: #FFF;
}


#tools{
	height: 25px;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	z-index: 2;
	text-align: right;
}
main{
	padding-top: 30px;
	min-height: 300px;
	/*text-align: left;*/
	white-space: nowrap;
	background-color: #FFF;
	background-image: url(../img/background.png);
	background-repeat: repeat; 
	/*overflow-y: visible; 
	overflow-x: hidden;*/

}
main .i{
/*display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox; 
  display: -webkit-flex;    
  display: flex;      */
}

#sidebar{
	width: 250px;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	padding-top: 16px;
	/*padding-right: 0.5%;*/

	display: block;
	float: left;
	padding-top: 0;
}
#page_content{
	margin-left: 20px;
	/*margin-right: 250px;*/
	/*width: auto;*/
	/*padding-left: 1%;*/
	position: relative;
	min-height: 250px;
	white-space: normal;
	padding-bottom: 20px;
	/*display: inline-block;
	vertical-align: top;
	-webkit-box-flex: 1;     
	-moz-box-flex: 1;         
	-webkit-flex: 1;         
	-ms-flex: 1;             
	flex: 1;   */
	
	display: block;
	margin-left: 270px;
}

/*.ie main .i{
	display: block;
}
.ie #page_content {
	display: block;
	margin-left: 270px;
}
.ie #sidebar{
	display: block;
	float: left;
	padding-top: 0;
}*/

#searchform,#sidebar nav,.sidebar_testimonial, #sidebar .social{
	background-color: #FFF;
	margin-bottom: 10px;
	padding: 10px;
}

blockquote.sidebar_testimonial{

}
blockquote.sidebar_testimonial p:first-of-type:before{
font-family: "Times New Roman",serif;
content: "\201C";
color: #667481;
display: inline;
font-size: 60px;
position: relative;
/*left: -35px;*/
top: 20px;
line-height: 1;
margin-right: 5px;
color: #809FA4;
}
blockquote.sidebar_testimonial:after {
	font-family: 'TextaNarrow-It', sans-serif;
  content: "" attr(cite);
  display: block;
  text-align: left;
  font-size: 1em;
  padding-top: 0.25em;
  color: #72878C;
  /*font-weight: 500;*/
}
/*.sidebar_testimonial p:last-of-type{
	margin-top: 5px;
	font-family: 'TextaNarrow-LightIt', sans-serif;
}*/
.content{
	margin-left: 1%;
}
#currency{
	/*height: 70px;*/
	/*padding-top: 10px;
	margin-top: 10px;*/
	padding-right: 130px;
	/*padding-left: 10px;*/
	text-align: right;
	background: url('../img/ship-worldwide-2.png') no-repeat;
	background-position: right center;
	/*width: 300px;*/
}
#currency label{
	text-transform: uppercase;
	font-family: 'TextaNarrow-Bold', sans-serif;
	font-size: 1rem;
}
#currency select,#filter_box select, select{
	background-color: #809fa4;
	color: #FFF;
	border: 0;
	/*font-size: 0.9em;*/
	font-family: inherit;
	/*-webkit-appearance: none;*/
	/*height: 15px;*/
}
#currency p:first-of-type{
	padding-bottom: 5px;
}
#currency p:nth-of-type(2),#currency p:nth-of-type(3){
	font-size: 0.78em;
}
#currency select option:nth-child(-n+6) {  
  /*font-weight: bold;*/
  background-color: #72878c; 
}
#mob_toolbar{
	display: none;
	background-color: #4997c8;
	padding-top: 5px;
}
#intros{
	background-color: #FFF;
	padding: 10px 0;
	white-space: normal;
}
#intros .i{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;      
}
#intros .i section{
	padding: 0 10px;
	border-right: 2px solid #809fa4;
	 -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;         /* OLD - Firefox 19- */
  width: 33%;               /* For old syntax, otherwise collapses. */
  -webkit-flex: 1;          /* Chrome */
  -ms-flex: 1;              /* IE 10 */
  flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#intros .i section:first-of-type{
	padding-left: 0;
}
#intros .i section:last-of-type{
	padding-right: 0;
	border-right: none;
}
#intros .i section h2{
	font-size: 1.2em;
	font-family:'TextaNarrow-Bold', sans-serif;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
#intros .i section p:last-of-type{
	margin-top: 5px;
}
.ie #intros .i{
	display: block;
	white-space: nowrap;
}
.ie #intros .i section{
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
}
.fieldLbl{
	display: inline-block;
	width: 170px;
	vertical-align: top;
	text-align: left;
}
/*--- wishlist stuff ---*/
.wishlist{
	list-style: none;
	margin: 0;
	padding: 0;
}
.wishlist li{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 30px;
	padding: 10px 0;
	border-bottom: 1px solid #809fa4;
}
.wishlist-thumbnail{
	flex: 0 0 150px;
	margin-right: 20px;
}
.wishlist-body{
	flex: 1 1 calc(100% - 170px);
}
.wishlist-actions{
	width: 100%;
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
.wishlist-actions form + form{
	margin-left: 15px;
}
.wishlist-status{
	flex: 0 0 100%;
	text-align: right;
	padding-top: 5px;
}
.wishlist h3{
	text-transform: initial;
	margin-top: -5px;
}
.copy-status{
	/*padding-left: 10px;
	padding-right: 10px;*/
}
@media screen and (max-width: 430px){
	.wishlist-body{
	flex: 0 0 100%;
	padding-top: 15px;
}
}
/*------------ nav stuff ---------------------------------*/
.menu-descriptor{
	height: 1px;
	width: 1px;
	position: absolute;
	z-index: -1;
	overflow: hidden;
	color: transparent;

}
header nav{
	background-color:#809fa4;
	font-family:'TextaNarrow-Bold', sans-serif;
}
nav ul, #sidebar nav ul, .topMenu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.topMenu{
	text-align: right;
	display: inline-block;
	border-bottom: 1px solid #809fa4;
}


header nav ul li,.topMenu li {
	 display: inline-block;
	 position: relative;
 	overflow: visible;
	/*background: rgb(255,255,255);
	background: rgba(255, 255 , 255, 0.9);*/
}
.topMenu li{
	padding: 0 8px;
}
header nav ul li{
	padding: 8px 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFF;
}
header nav ul li a{
	display: block;
}
.topMenu li {
	border-right: 1px solid #809fa4;
	line-height: 100%;
}
.topMenu li:last-child{
	border-right: none;
}


nav ul li ul {
  display: none;
  width: auto !important;
}

header nav ul li:hover{
	/*-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);*/
	color: #809fa4;
	background: #FFF;
}
header nav ul li:hover a{
	color: #3144b !important;
}
.horizontal_nav ul li:hover ul, ul.hovered {
	/*display: block;*/
	position: absolute;
	z-index: 9000;
	left: 0;
	color: #FFF;
	background: #809fa4;
	width: auto;
	/*border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;*/
}
header nav ul li:hover > ul.child {
	display: block;
	height: auto;
	position: absolute;
	left: 0;
	z-index: 100;
	background: #809FA4;
	border-left: 1px solid #809FA4;
	border-right: 1px solid #809FA4;
	border-bottom: 1px solid #809FA4;
}

header nav ul li ul li{
	display: block;
	text-align: left;
	float: none;
	/*width: 250px;
	color: #FFF;*/
	line-height: 20px;
	padding: 5px 0px;
	padding: 5px;
}

#sidebar nav ul{
	width: auto;

}
#sidebar nav ul li {
	font-family:'TextaNarrow-Bold', sans-serif;
	letter-spacing: 1px;
	 display: block;
		/*font-size: 1.1em;*/
		line-height: 130%;
		padding-left: 20px;
		padding-bottom: 3px;
		padding-top: 3px;
	 position: relative;
	 color: inherit;
	 background: url(../img/tinyleaf.png) no-repeat left center;
	 text-transform: uppercase;

	/*background: rgb(255,255,255);
	background: rgba(255, 255 , 255, 0.9);*/
}
#sidebar nav ul li ul {
  display: none;
 }
/* #sidebar nav ul li a {
	display: block;
	text-decoration: none;
	padding: 2px 0px;
	margin-left: 1px;
	color:#5273b9;
	font-size: 100%;
	text-decoration:none;

	color: #4462a0;

}*/

/*#sidebar nav ul li:hover{
	text-decoration: none;
	color: #4997c8;
	background: #FFF;
}
#sidebar nav ul li:hover a{
	color: #5273b9;

	color: #4462a0;
}
#sidebar nav ul li:hover a:hover{
	color: #5273b9;

	color: #4462a0;
}*/
#sidebar nav ul li:hover ul, ul.hovered {
	/*display: block;*/
	position: absolute;
	z-index: 9000;
	color: #4997c8;
	background: #FFF;
	/*top: 0;*/
	right: -150px;
	/*border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;*/
}
#sidebar nav ul li:hover > ul.child {
	display: inline-block;
	height: auto;
}

#sidebar nav ul li ul li{
	text-align: left;
	float: none;
	width: 250px;
	color: #4997c8;
	line-height: 20px;
	padding: 2px 10px;
}

/*---- mobile menu  ------------*/
.showMenu{
	cursor: pointer;
}
#mobMenu
{
	display: block;
	position: fixed;
	min-width: 50%;
	top: 0;
	left: -100%;
	bottom: 0;
	z-index: 20;
	font-family: 'TextaNarrow-Bold','Arial', sans-serif;
	font-weight: normal;
	background-color: rgb(128,159,164);
	background-color: rgba(128,159,164,0.95);
	-webkit-box-shadow: 5px 0px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    5px 0px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         5px 0px 3px 0px rgba(50, 50, 50, 0.75);
	overflow: scroll;
}
#mobMenu p{
	color: #FFF;
	padding-left: 5px;
	font-size: 1.8em;
	
}
#mobMenu p:first-of-type{
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
}
#mobMenu ul {
	list-style: none;
}
#mobMenu ul li {
	text-transform: uppercase;
	text-align: right;
	 display: block;
	 position: relative;
	 border-bottom: 1px solid #FFF;
	 white-space: nowrap;
	 font-size: 0.9em;
	 padding: 10px 10px 10px 5px;
}
#mobMenu ul li .fa{
	font-size: 1.5em;
}
#mobMenu ul li a,#mobMenu a{
	color: #FFF;
	display: block;
	margin: 0;
	padding: 10px 10px 10px 5px;
}
#mobMenu ul li{
	padding: 0;
}
#mobMenu ul li.nohover{
	padding: 10px 10px 10px 5px;
}
#mobMenu ul li:hover{
	background-color: rgb(255,255,255);
  }
  #mobMenu ul li.nohover:hover{
	background-color: rgb(128,159,164);
	background-color: rgba(128,159,164,0.9);
  }
 #mobMenu ul li:hover a, #mobMenu ul li:hover a:hover{
  	color: #5e7074;
  }
#menuButton{
	display: none;
	background-color: #72878C;
	width: 100%;
	text-align: center;
	font-size: 18px;
	padding-top: 27px;
	padding-bottom: 5px;
	cursor: pointer;
	color: #FFF;
	height: 53px !important;
	position: relative;
	z-index: 5;
}
#menuButton span#menu-icon{
	position: absolute;
	width: 40px;
	height: 40px;
	z-index: 10;
	top: 0;
	left: 50%;
	margin-left: -20px;
}
#menuButton span.bar{
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 0;
	display: block;
}

#menu-icon span{
	position: absolute;
	height: 3px;
	/*width: 100%;*/
	top:50%;
	margin-top: -2px;
	left: 0;
	right: 0;
	background-color: #FFF;
	display: block;
/*	-webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
	transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);*/
}
#menu-icon span:first-of-type{
	-webkit-transform: translate3d(0, -9px, 0);
	-moz-transform: translate3d(0, -9px, 0);
	-ms-transform: translate3d(0, -9px, 0);
	-o-transform: translate3d(0, -9px, 0);
	transform: translate3d(0, -9px, 0);
}
#menu-icon span:nth-of-type(2){
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}


#menu-icon span:last-of-type{
	-webkit-transform: translate3d(0, 9px, 0);
	-moz-transform: translate3d(0, 9px, 0);
	-ms-transform: translate3d(0, 9px, 0);
	-o-transform: translate3d(0, 9px, 0);
	transform: translate3d(0, 9px, 0);
}

#mobAccountMenu{
	display: none;
	list-style-position: inside;
	list-style-image: url(../img/tinyleaf.png);
	background-color: #FFF;
	padding: 5px 5px 5px 20px;
}
#mobAccountMenu li{
	height: 15px;
	line-height: 15px;
	margin-bottom: 10px;
	position: relative;
}
#mobAccountMenu li a{
	position: relative;
	top: -2px;
}
/*------------ gradient buttons --------------------------*/
.grey {
	text-shadow: 0 -1px #777;
	-moz-box-shadow: 0 1px 1px #999, 0 -1px 1px #555;
	-webkit-box-shadow: 0 1px 1px #999, 0 -1px 1px #555;
	box-shadow: 0 1px 1px #999, 0 -1px 1px #555;
	color: #FFF;
background: rgb(187,187,187);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ODg4ODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(187,187,187,1) 0%, rgba(136,136,136,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,187,187,1)), color-stop(100%,rgba(136,136,136,1)));
background: -webkit-linear-gradient(top,  rgba(187,187,187,1) 0%,rgba(136,136,136,1) 100%);
background: -o-linear-gradient(top,  rgba(187,187,187,1) 0%,rgba(136,136,136,1) 100%);
background: -ms-linear-gradient(top,  rgba(187,187,187,1) 0%,rgba(136,136,136,1) 100%);
background: linear-gradient(to bottom,  rgba(187,187,187,1) 0%,rgba(136,136,136,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#888888',GradientType=0 );

}

.grey:active {
background: rgb(170,170,170);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjY2NjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(170,170,170,1) 0%, rgba(102,102,102,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,170,170,1)), color-stop(100%,rgba(102,102,102,1)));
background: -webkit-linear-gradient(top,  rgba(170,170,170,1) 0%,rgba(102,102,102,1) 100%);
background: -o-linear-gradient(top,  rgba(170,170,170,1) 0%,rgba(102,102,102,1) 100%);
background: -ms-linear-gradient(top,  rgba(170,170,170,1) 0%,rgba(102,102,102,1) 100%);
background: linear-gradient(to bottom,  rgba(170,170,170,1) 0%,rgba(102,102,102,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#666666',GradientType=0 );

}
.green {
	text-shadow: 0 -1px #777;
	-moz-box-shadow: 0 1px 1px #ddd, 0 -1px 1px #555;
	-webkit-box-shadow: 0 1px 1px #ddd, 0 -1px 1px #555;
	box-shadow: 0 1px 1px #ddd, 0 -1px 1px #555;
	color: #FFF;
	background: rgb(128,159,164);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwOWZhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3Mjg3OGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(128,159,164,1) 0%, rgba(114,135,140,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,159,164,1)), color-stop(100%,rgba(114,135,140,1)));
background: -webkit-linear-gradient(top,  rgba(128,159,164,1) 0%,rgba(114,135,140,1) 100%);
background: -o-linear-gradient(top,  rgba(128,159,164,1) 0%,rgba(114,135,140,1) 100%);
background: -ms-linear-gradient(top,  rgba(128,159,164,1) 0%,rgba(114,135,140,1) 100%);
background: linear-gradient(to bottom,  rgba(128,159,164,1) 0%,rgba(114,135,140,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#809fa4', endColorstr='#72878c',GradientType=0 );

}

.green:active {
	color: #eee !important;
	-moz-box-shadow: 0 1px 1px #eee, 0 -2px 1px #555;
	-webkit-box-shadow: 0 1px 1px #eee, 0 -2px 1px #555;
	box-shadow: 0 1px 1px #eee, 0 -2px 1px #555;
	background: rgb(114,139,145);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcyOGI5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YzZjNzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(114,139,145,1) 0%, rgba(92,108,112,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(114,139,145,1)), color-stop(100%,rgba(92,108,112,1)));
background: -webkit-linear-gradient(top,  rgba(114,139,145,1) 0%,rgba(92,108,112,1) 100%);
background: -o-linear-gradient(top,  rgba(114,139,145,1) 0%,rgba(92,108,112,1) 100%);
background: -ms-linear-gradient(top,  rgba(114,139,145,1) 0%,rgba(92,108,112,1) 100%);
background: linear-gradient(to bottom,  rgba(114,139,145,1) 0%,rgba(92,108,112,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#728b91', endColorstr='#5c6c70',GradientType=0 );


}


.blue {
	color: #FFF;
	text-shadow: 0 -1px #38495d;
	-moz-box-shadow: 0 1px 1px #ddd, 0 -1px 1px #555;
	-webkit-box-shadow: 0 1px 1px #ddd, 0 -1px 1px #555;
	box-shadow: 0 1px 1px #ddd, 0 -1px 1px #555;
	background: #80b7dd;
background: -moz-linear-gradient(top, #80b7dd 0%, #4997c8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80b7dd), color-stop(100%,#4997c8));
background: -webkit-linear-gradient(top, #80b7dd 0%,#4997c8 100%);
background: -o-linear-gradient(top, #80b7dd 0%,#4997c8 100%);
background: -ms-linear-gradient(top, #80b7dd 0%,#4997c8 100%);
background: linear-gradient(to bottom, #80b7dd 0%,#4997c8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b7dd', endColorstr='#4997c8',GradientType=0 );
}

.blue:active {
	color: #eee !important;
	-moz-box-shadow: 0 1px 1px #eee, 0 -2px 1px #555;
	-webkit-box-shadow: 0 1px 1px #eee, 0 -2px 1px #555;
	box-shadow: 0 1px 1px #eee, 0 -2px 1px #555;
	background: #4ca2db;
background: -moz-linear-gradient(top,  #4ca2db 0%, #0f80c6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ca2db), color-stop(100%,#0f80c6));
background: -webkit-linear-gradient(top,  #4ca2db 0%,#0f80c6 100%);
background: -o-linear-gradient(top,  #4ca2db 0%,#0f80c6 100%);
background: -ms-linear-gradient(top,  #4ca2db 0%,#0f80c6 100%);
background: linear-gradient(to bottom,  #4ca2db 0%,#0f80c6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ca2db', endColorstr='#0f80c6',GradientType=0 );

}
/* downloadable document link styles -------------------------------------------*/

a.pdf{
background:transparent url(../img/icons/pdf.png) center center no-repeat;
display:block;
width:75px;
height:75px;
/*margin: 0 10px 10px 0;*/
text-indent: -9999px;
border-style: solid;
border-width: 1px;
border-color: transparent;

}
.small_icon{
	width:40px !important;
height:40px !important;
background-size: 40px 40px !important;
}
 
/* Excel Documents links */
a.xls{
background:transparent url(../img/icons/xls.png) center center no-repeat;
display:block;
width:75px;
height:75px;
/*margin: 0 10px 10px 0;*/
text-indent: -9999px;
border-style: solid;
border-width: 1px;
border-color: transparent;
}
 
/* Word Document Links */
a.doc {
background:transparent url(../img/icons/doc.png) center center no-repeat;
display:block;
width:75px;
height:75px;
/*margin: 0 10px 10px 0;*/
text-indent: -9999px;
border-style: solid;
border-width: 1px;
border-color: transparent;
}

/* Text Document Links */
a.rtf, a.txt {
background:transparent url(../img/icons/txt.png) center center no-repeat;
display:block;
width:75px;
height:75px;
/*margin: 0 10px 10px 0;*/
text-indent: -9999px;
border-style: solid;
border-width: 1px;
border-color: transparent;
}

a.rtf:hover, a.txt:hover, a.doc:hover, a.xls:hover, a.pdf:hover{
	border-color: #FFF;
}


/*--------- links behavious --------------------------------------*/
/*#nav_menu a:link, #nav_menu a:visited, #vertical_menu a:link, #vertical_menu a:visited*/
a
{
	color: #5e7074;
	text-decoration:none;
	-moz-transition: color .2s,border-color .2s;
	-webkit-transition: color .2s,border-color .2s;
	-o-transition: color .2s,border-color .2s;
	transition: color .2s,border-color .2s;
}

a img{
	outline: none;
	border: none;
}

a:hover, a:active, a.current
{
	color:#31444b;
	text-decoration:none;
}
a.blue-link, .pagination a, .orderlist a, .content_area a, .mob_Backbutton, article a{
	color:#5273b9;
	text-decoration:none;
	border-bottom: 1px dotted #5273b9;

}

a.blue-link:hover, .pagination a:hover,.orderlist a:hover,.content_area a:hover, .mob_Backbutton:hover,article a:hover{
	/*color:#FFF;*/
	color:#5273b9;
	text-decoration:none;
	border-bottom: 1px solid #5273b9;
	/*border-bottom-color: #FFF;*/
}
.purchase_disabled a{
	color: #4462a0;
	border-bottom: 1px dotted #4462a0;
}
.purchase_disabled a:hover{
	color: #4462a0;
	border-bottom: 1px solid #4462a0;
}
header a, #intros a, #sidebar a{
	color: #5e7074;
	text-decoration: none;
	border-bottom: none;
}
#sidebar a{
	margin-bottom: 10px;
}
#sidebar a:hover{
	color: #ff8f87;
}

header a:hover,#intros a:hover, header nav ul li ul li:hover a:hover,header nav ul li:hover a,ul.child li:hover a:hover {
	color: #31444b;
	border-bottom: none;
}
ul.child li a{
 	color: #FFF !important;
 }
 ul.child li:hover a{
 	color: #31444b !important;
 }
.breadcrumbs a, .tab_content a, .cart_row a, .uline{
	color: #5e7074;
	text-decoration: none;
	border-bottom: 1px dotted #5e7074;
}
.breadcrumbs a:hover, .tab_content a:hover,.cart_row a:hover, .uline:hover{
	color: #31444b;
	border-bottom: 1px solid #31444b;
}
a.fa,a.fa:hover{
	border-bottom: none !important;
}
header nav a{
	color: #FFF;
	border-bottom: none;
}
 #loginform a{
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}
 #loginform a:hover{
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
.socialicon{
    display: inline-block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    background-image: url(../img/social.png);
    background-repeat: no-repeat;
    text-indent: -999px;
    margin: 0 5px 5px 0;
    border:none;

}
.socialicon:hover{
	border:none;
}
.facebook{
    background-position: 0 0;
}
.twitter{
    background-position: -50px 0;
}
.googlePlus{
    background-position: -100px 0;
}
.instagram{
    background-position: -150px 0;
}
.flickr{
    background-position: -200px 0;
}
.linkedin{
    background-position: -250px 0;
}
.pinterest{
    background-position: -300px 0;
}

.title_link{
	color: #5273b9;
	border: none !important;
	color: #4462a0;
}
.title_link:hover{
	color: #FFF;
	border: none !important;
}

a.rss {
	display: block;
	height: 20px;
	line-height: 20px;
	background: url(../img/rss.png) no-repeat;
	padding-left: 25px;
	margin-left: 20px;
	margin-top: 3px;
	text-decoration: none;
}
.button {
	display: inline-block;	
	color: #FFF;
	padding: 0 5px;
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

.button:hover{
	color: #FFF;
}
.mob_Backbutton {
	text-transform: uppercase;
	font-size: 1.2em;
	display: none;
	width: 50px;
	float: right;
	position: absolute;
	right: 0;
	top:-25px;
	z-index: 2;
}
.big_button{
	height: 30px !important;
	line-height: 30px !important;
	text-transform: uppercase;
	margin-right: 0px !important;
	/*max-width: 210px;*/
}
a.big_button{
	color: #FFF;
}
.px150{
	width: 150px;
}
.skinny_button{
	width: 15px;
	min-width:90px;
	font-size: 0.9em !important;
}
.pinkArr,.greenArr,.greenArr2{
	display: inline-block;
	height: 36px;
	width: 211px;
	/*width: 200px;*/
	font-size: 1.1em;
	padding-left: 10px;
	text-transform: uppercase;
	background-image: url(../img/arrows.png);
	background-repeat: no-repeat;
	line-height: 36px;
	margin: 5px 0;
	font-family: 'TextaNarrow-Bold', sans-serif;
	text-align: left;
	/*letter-spacing: 1px;*/
}
.pinkArr{
	background-position: 0 0;
}
.greenArr{
	background-position: 0 -36px;
}
.greenArr2{
	background-position: 0 -72px;
}
/*-------- AJAX STUFF ----------------------*/
#target {
	/*display: none;*/
	margin-left: 1%;
}

#modal{
	display: none;
	top: 100px;
	position: absolute;
	margin-left: 50%;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px rgba(50, 50, 50, 0.75);
	z-index: 200;
	padding: 10px;
	border: 1px solid #809fa4;
	background-color: #FFF;

}
.close_modal{
	cursor: pointer;
}
#modal .fa{
	font-size: 1.2em;
}
#status_output{
	clear: both;
	min-height: 15px;
}
#updateStatus{
	margin: 0;
}
#deletebox{
	display:none;
	clear: right;
	margin: 0;
	padding: 0;
	height: 100px;
}
.positioned{
	position: fixed;
	top: 50px;
	left: 50%;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: -250px;
	z-index: 100;
	display: none;

}
#form_loader, #newsletter_loader,#quick_loader {
	clear: both;
	background: url('../img/blue-white-loader.gif') no-repeat;
	width: 120px;
	height: 15px;
	margin-left: auto;
	margin-right: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#form_loader, #newsletter_loader{
	display: none;
}
#quick_loader{
	display: none;
	margin-left: 10px;
}
#quick_status{
	padding-left: 5px;
}
#newsletter_loader {
	margin-left: 0;
	margin-right: auto;
}
#shipping_loader{
	margin-left: 3px;
	padding-top: 3px;
	display: none;
}
#currency_load{
	display: none;
	clear: both;
	background: url('../img/rate.gif') no-repeat;
	background-position: right;
	text-align: right;
	width: 101px;
	height: 15px;
	margin-left: auto;
	margin-right: 0;
	margin-top: 10px;
}
.overlay{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:10;
	background:#FFF;
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
#loader {
	display: none;
	position: fixed;
	z-index: 101;
	padding: 1px;
}

#loader.loading{
	display: block;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	background: url(../img/spinner.gif) no-repeat;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.8);
	background-position:center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px rgba(50, 50, 50, 0.75);
}

#searchModal{
	display: none;
	position: fixed;
	z-index: 100;
	padding: 1px;
	width: 250px;	
	top: 30%;
	left: 50%;
	margin-left: -125px;
	padding: 10px;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.9);
	background-position:center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	text-align: center;
	-webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px rgba(50, 50, 50, 0.75);
}

/*--- flex things ---*/
.flex{
	display: flex;
}
.space-between{
	justify-content: space-between;
}
.items-center{
	align-items: center;
}

.flex-col{
	flex-direction: column;
	align-items: stretch;
}

/*------------- banners ----------------*/

#bannerWrapper{
	position: relative;
	width: 100%;
	/*margin-top: 15px;*/
	/*margin-bottom: 30px;*/
	/*background-color: #FFF;*/
	background-color: #E9F0F0;
	padding-top: 10px;
}
#banners{
	overflow: visible;
}
.bannerItem{
	text-align: center;
	padding-bottom: 5px;
	float: left;
	overflow: visible;
	white-space: normal;
	font-size: 1rem;
}
.bannerItem p{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
/*	color: #ffcc33;*/
}
.bannerTitle{
	font-family:'TextaNarrow-Bold', sans-serif;
	text-transform: uppercase;
	margin-right: 5px;
}

#bannerPagination{
	text-align: center;
	padding-right: 10px;
	margin-bottom: 5px;
}
#bannerPagination a{
	margin: 0 5px;
	color: #809fa4;
}
#bannerPagination a:hover, #bannerPagination a.selected {
	color: #ff8f87;
}

/*------------ specific page template stuff ----*/
#featured_products,.featured_products #category_thumbs, .search_results, #related_products, #recently_viewed ul, #cart_alerts ul, #leb_alerts ul, #ingredientList{
	list-style: none;
	/*width: 100%;*/
	padding-bottom: 20px;
}
#featured_products, .featured_products{
	margin-left: -5px;
	margin-right: -5px;
}
#cart_alerts{
	/*width: 100%;*/
	margin: 10px 0;
}
#recently_viewed{
	text-align: center;
	width: 100%;
	margin: 10px 0 0 1%;
	background-color: rgb(205, 231, 159);
	background-color: rgba(255, 255, 255, 0.2);	
}
#recently_viewed h2, #cart_alerts h2,#ingredientList h2{
	font-size: 1.1em;
}
#cart_alerts h3,#ingredientList h2{
	background-color: #C8D4D5;
	line-height: 1.6;
	padding-left: 5px;
}
#cart_alerts li,#ingredientList li{
	padding: 5px;
	margin-bottom: 10px;
	background-color: #e9f0f0;
	position: relative;
	overflow: auto;
}
#ingredientList li .cart_button, .buttonMargins .cart_button{
	margin-right: 15px;
	margin-bottom: 5px;
}

#related ul,#cart-freeship-alert ul{
	margin-left:0;
	margin-right: 0;
	margin-top: 10px;
	/*white-space: nowrap;*/
}
.search_results{
	border-top: 1px solid #809fa4;
}
.search_results li{
	padding: 10px 5px;
	overflow: auto;
}
.search_results li p{
	margin-bottom: 5px;
}
/*#featured_products {

}*/
#category_thumbs li, #featured_products li,.featured_products li{
	display: inline-block;
	width: 25%;
	vertical-align: top;
}
#featured_products.home li:last-of-type{
	display: none;
}
#related ul li, #cart-freeship-alert ul li{
	display: inline-block;
	width: 25%;
	white-space: normal;
	position: relative !important;
	vertical-align: top;
}
#related ul li .thumb_title, #cart-freeship-alert ul li .thumb_title{
		min-height:115px;
		height: auto;
	}
/*	#related ul li .thumb_title:before{
		display: inline-block;
		content: "";
		width: 0;
		height: 100%;
		vertical-align: middle;
	}
	#related ul li .thumb_title h3{
		display: inline-block;
		vertical-align: middle;
	}*/
#recently_viewed li{
	display: block;
	width: 16.6%;
	float: right;
	position: relative !important;
}
.thumb{
	position: relative;
	overflow: visible;
	/*width:96%;*/
	margin: 5px;
	text-align: left;
	background-color: #FFF;
	/* -webkit-box-shadow: 2px 2px 1px 0px rgba(20, 20, 20, 0.7);
	-moz-box-shadow:    2px 2px 1px 0px rgba(20, 20, 20, 0.7);
	box-shadow:         2px 2px 1px 0px rgba(20, 20, 20, 0.7);*/
	/*border: 1px solid #d6ebf3;*/
	border: 3px solid #809FA4;
	-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.thumb:hover{
	border: 3px solid #FF8F87;
}
.thumbImg{
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 0;
	padding-bottom: 100%;
}
.imgWrapper {
    height: 200%;
    left: -50%;
    position: absolute;
    top: -50%;
    width: 200%;
    z-index: 1;
}
.tiny_thumb{
	width: 150px;
	position: relative;
	margin-right: 30px;
	float: left;
	background-color: #FFF;
}
#cart_alerts .tiny_thumb{
	width: 95px;
	margin-right: 10px;
}
.tiny_thumb:hover img{
	border: 1px solid #72878c;
}
.tiny_thumb img{
	width: 100%;
	border: 1px solid #809fa4;
}
/*.tiny_thumb .blaze{
	width: 70% !important;
}*/
.thumb a{
	display: block;
	text-indent: -9999px;
	position: absolute;
	z-index: 3;
	top: 0;
	left:0;
	right:0;
	bottom: 0;
	background-image: url("about:blank");

}
.thumb a:hover{
	/*border: 1px solid #809fa4;*/
}
.thumbnail{
	width: 100%;
	 margin-bottom: -4px;
}

.thumb_title{
	position: relative;
	/*position: absolute;
	left: 0;
	right: 0;
	bottom: 0;*/
	height: 150px;
	/*text-align: center;
	z-index: 2;*/
	line-height: 110%;
	font-size: 0.9em;
	padding: 8px;
	background-color: #FFF;
}
.thumb_title h3{
	font-family:'TextaNarrow-Bold', sans-serif;
	letter-spacing: 1px;
	margin-bottom: 7px;
}

.tall_title{
	height: 130px;
}
.thumb_title p{
	/*margin-bottom: 2px;*/
}
.thumb_title p:last-of-type{
	position: absolute;
	bottom: 5px;
	left: 8px;
	z-index: 2;
	background-color: #FFF;
}
.title_inner{
	text-align: center;
}
.blaze{
	position: absolute;
	z-index: 4;
	display: block;
	width: 100px;
	height: 100px;
	top: -10px;
	right: -10px;
	background-image: url(../img/blazes.png);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	background-size: 400px 100px;
}

.special{
	background-position: -100px;
}
.multitask{
	background-position: -200px;
}
.backsoon{
	background-position: -300px;
}
.tiny_blaze{
	position: absolute;
	z-index: 4;
	display: block;
	width: 65px !important;
	top: -5px;
	right: -5px;
}
#cart_alerts .blaze {
    background-size: 110px 55px;
    height: 55px;
    right: -10px;
    top: -10px;
    width: 55px;
}
#cart_alerts .special{
	background-position: -55px;
}

#letters{
	width: 99%;
	margin-left: 1%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.letter, .db_letter{
	text-align: center;
	float: left;
	margin-right: 0.5%;
	margin-bottom: 0.5%;
	background-color: rgb(187, 223, 125);
	background-color: rgba(255, 255, 255, 0.2);
	-moz-transition: background-color .4s;
	-webkit-transition: background-color .4s;
	-o-transition: background-color .4s;
	transition: background-color .4s;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}
.letter{
	width: 6.5%;
}
.db_letter{
	width: 13.5%;
}
.letter:hover, .db_letter:hover{
	/*cursor: pointer;*/
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.8);
}
.current_letter{
	background-color: rgb(255, 255, 255) !important;
	background-color: rgba(255, 255, 255, 0.8) !important;
}
.letter p,.db_letter p {
	font-size: 3.5em;
	font-weight: 800;
  /*letter-spacing: 0.1em;*/
  /*color: rgb(142,11,0);*/
  text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}
.letter a, .db_letter a{
	color: #5273b9;
	color: #4462a0;
}
.letter a:hover, .db_letter a:hover{
	color: #5273b9;
	color: #4462a0;
}
.download_thumb{
	display: block;
	width: 75px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
	margin-bottom: 5px;
}
.small_thumb{
	display: block;
	width: 50px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
}
.download_thumb:hover,.small_thumb:hover{
	border-color: #FFF;
}
.download_details{
	padding-left: 90px;
}
#filter_box{
	float: right;
	margin-bottom: 10px;
}
#filter_box label{
	width: 120px !important;
}


.img_center{
	margin: 10px auto;
}
.img_left{
	float: left;
	margin: 10px 10px 10px 0;
}
.img_right{
	float: right;
	margin: 10px 0 10px 10px;
}
.portrait{
	width: 30%;
	
}
.landscape{
	width: 30%;
}
.figure img{
	width: 90%;
	border: 1px solid #FFF;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.figure{
	padding: 5px 0;
	text-align: center;
	/*background-color: rgb(187, 223, 125);
	background-color: rgba(255, 255, 255, 0.4);*/
}
.key-points,.key-text{
	display: inline-block;
	vertical-align: middle;
}
.key-points{
	width: 250px;
	
}
.leaf-logo{
	width: 80px;
}
.key-text{
	width: calc(100% - 250px);
}
.key-points p{
	line-height: 3;
	font-family: 'TextaNarrow-Bold', sans-serif;
}
.key-text p{
	margin-bottom: 0.5em;
}
/*---- homepage hero banners ---*/
.hero-banner{
	margin-bottom: 60px;
	display: table;
	width: calc(100% + 20px);
	table-layout: auto;
	border-spacing: 10px;
	margin-left: -10px;
	margin-right: -10px;
}
.hero{
	display:inline-block;
	height: 0;
	padding-bottom: 40%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	border: 3px solid #809FA4; 
	z-index: 1;
	color: #fff;
	display: table-cell;
	max-width: 100%;
	overflow: hidden;
	
}
.hero-image{
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
}
/*@supports (object-fit: cover) {

	.hero-image{
		object-fit: cover;
		object-position: 50% 50%;
		width: 100%;
		height: auto;
	}
}*/

div.hero + div{
	width: 36%;
	margin-left: 10px;
}
.hero:after{
	content: "";
	display: block;
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0,0,0,0.25);
}
.hero-inner{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	text-align: center;
	padding: 2rem;
}
.hero-inner div,.hero-inner:before{
	display: inline-block;
	vertical-align: middle;
}
.hero-inner:before{
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
}

.hero h2{
	font-size: 2.2rem;
	margin-bottom: 0.5rem;
}
.hero p{
	font-size: 1.25rem;
}
.hero .hero-readmore{
	position: relative;
	margin-top: 2rem;
}
.hero-readmore span{
	display: inline-block;
	font-family: 'TextaNarrow-Bold', sans-serif;
	border: 2px solid #FFF;
	position: relative;
	/*top: -10px;*/
	font-size: 1.125em;
	color: #FFF;
	line-height:1.2;
	padding: 0.25em 1em;
	text-transform: uppercase;
	overflow: visible;
	max-width: 85%;
	background-color: rgb(255,143,135);
	-moz-transition: background-color .2s;
	-webkit-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}
.hero-readmore span:before{
	background-color: inherit;
	content: " ";
	position: absolute;
	z-index: -1;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
}
.hero a{
	display: block;
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-indent: -999px;

}

.hero:hover .hero-readmore span,.hero:focus-within .hero-readmore span{
	background-color: #72878C;
}
.hero:hover:after,.hero:focus-within:after{
	background-color: rgba(0,0,0,0.45);
}



@supports (display: -webkit-flex) or
          (display: -moz-flex) or
          (display: flex) {
          
          	.hero-banner{
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				-webkit-flex-direction: row;
				-moz-flex-direction: row;
				flex-direction: row;
				-webkit-justify-content: center;
				-moz-justify-content: center;
				justify-content: center;
				-webkit-align-items: stretch;
				-moz-align-items: stretch;
				align-items: stretch;
				width:100%;
				margin-left:0;
				margin-right:0;
			}

          	.hero{
				-webkit-flex: 1 1 auto;
			    -moz-flex: 1 1 auto;
    			flex: 1 1 auto;
			}
			div.hero + div{
				width: 36%;
				-webkit-flex: 0 1 auto;
			    -moz-flex: 0 1 auto;
    			flex: 0 1 auto;
    			margin-left: 10px;
			}

			.hero-inner div{
				height: 100%;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				-webkit-flex-direction: column;
				-moz-flex-direction: column;
				flex-direction: column;

				-webkit-justify-content: center;
				-moz-justify-content: center;
				justify-content: center;
			}
			.hero-inner:before{
				display: none;
			}
 }
/*----- CART PREVIEW ----------------*/
.inline-wrapper{
	display: inline-block;
	vertical-align: middle;
	padding-right: 1em;
}
#cart_preview{
	position: relative;
	/*border-top: 1px solid #809fa4;
	padding-top: 10px;*/
	display: inline-block;
	vertical-align: middle;
}
.cart_icon{
	color: #FFF;
	text-align: left;
	white-space: no-wrap;
/*	-moz-transition: color .2s;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;*/
	/*line-height: 2em;*/
}
.cart_icon span{
	display: inline-block;
	vertical-align: middle;
}
.cart_icon .fa{
	font-size: 2em;
	margin-right: 10px;
}
.cart_icon:hover{
	color: #fa9899 !important;
}

#cart_preview table{
	display: none;
	/*display: block;*/
	position: absolute;
	z-index: 10;
	width: 300px;
	left: auto;
		right: 0;
	top: 30px;
	text-align: left;
	color: #72878C;
	white-space: normal;
	background-color: #FFF;
	font-size: 0.9em;
	border: 1px solid #72878c;
	padding-bottom: 10px;
		-webkit-box-shadow: 1px -1px 3px 0px rgba(50, 50, 50, 0.6);
-moz-box-shadow:    1px -1px 3px 0px rgba(50, 50, 50, 0.6);
box-shadow:         1px -1px 3px 0px rgba(50, 50, 50, 0.6);
}

#cart_preview:hover table,#cart_preview.hovered table{
	display: block;
}
#mobCart{
	display: none;
	text-align: right;
	font-size: 110%;
}
#mobCart a{
	color: #809fa4;
	padding-right: 10px;
}
/*----- PRODUCT PAGE STUFF ---------------*/
#purchase_options{
	width: 60%;
	float: right;
	padding: 25px 10px 10px 10px;
	/*display: table;*/
}
.table{
	display: table;
	width: 100%;
	margin-top: 20px;
}
.tRow{
	display: table-row;
}

/*.tRow div{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	position: relative;
	padding: 3px 0;
	z-index: 1;
	
}*/
.optionForm select{
	max-width: 70% !important;
}
.optionForm.b > div{
	border-bottom: 1px solid #809fa4;
}
.optionForm hr{
	margin-top: 20px;
	clear: both;
}
.optionForm div:last-of-type{
	/*text-align: right;*/
}
#optionSummary{
	padding-right: 100px;
	/*display: table-caption;
	caption-side: bottom;*/
	/*padding-bottom: 5px;
	border-bottom: 1px solid #809fa4;*/
}


.optionButton{
	position: absolute;
	z-index: 2;
	right: 0;
	top:20px;
}
#product_images{
	position: relative;
	width: 35%;
	float: left;
	margin-top: 15px;
}
#main_image{
	width: 100%;
	position: relative;
	overflow: visible;
}
#image_loader{
	display: none;
	position: absolute;
	z-index: 2;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	background: url(../img/spinner.gif) no-repeat;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.9);
	background-position:center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#main_image img{
	width: 100%;
	border: 1px solid #d6ebf3;
}
#product_thumbs{
	width: 100%;
}
#product_thumbs a{
	display: inline-block;
	width: 32%;
	margin-top: 5px;
}
#product_thumbs a img{
	width: 100%;
}
#product_thumbs a:nth-child(3n+2) {  
  margin-left: 2%;
  margin-right: 2%;
}
/*#product_thumbs img:first-child{
	margin-left: 0;
	margin-right: 1%;
}
#product_thumbs img:last-child{
	margin-right: 0;
	margin-left: 1%;
}*/
#product_details{
	list-style: none;
	clear: both;
	position: relative;
	margin-top: 40px;
	margin-bottom: 20px;
	z-index: 5;
	/*margin-left: 1%;*/
}
#product_details li{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	/*overflow: hidden;*/
}
.tab_content{
	display: none;
	padding: 10px; 
/*	overflow: hidden*/;
}
.tab_content h3{
	font-size: 1.125em;
	text-transform: capitalize;
	margin-top: 1em;
	margin-bottom: 5px;
}
.current_tab{
	z-index: 6 !important;
	position: relative !important;
}
.current_tab .tab_content{
	display: block;
	background-color: #e9f0f0;
}
#product_details li h2{
	display: block;
	width: 150px;
	height: 30px;
	top: -30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	background-color: #e2e9ca;
	text-transform: uppercase;
	font-size: 0.9em;
	cursor: pointer;
	-webkit-border-top-left-radius: 300px;
	-webkit-border-top-right-radius: 1px;
	-moz-border-radius-topleft: 300px;
	-moz-border-radius-topright: 1px;
	border-top-left-radius: 300px;
	border-top-right-radius: 1px;
	overflow: hidden;
}
.current_tab h2{
	background-color: #e9f0f0 !important;
	color: #5e7074 !important;
}

#testimonial h2{
	font-size: 1em;

}
#testimonial blockquote{
	border-top: 1px dotted #809fa4;
	padding-top: 8px;
	margin-bottom: 10px;
	position: relative;
}
#testimonial blockquote p{
	position: relative;
	margin-left: 40px;
}
blockquote p:first-of-type{
	
}
.reply{
	font-family: 'TextaNarrow-It', sans-serif;
	margin-left: 40px;
	

}
#moreReviews{
	padding-bottom: 10px;
}
#moreReviews, #showReviews{
	display: none;
}
.leaf{
	position: absolute;
	top: 0;
	left: -40px;
	z-index: 1;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(../img/leaf-icon.png);
	background-repeat: no-repeat;
}
#related{
	background-color: #FFF;
	padding: 10px;
	/*clear: both;*/
	margin: 10px 0;
}
#cart-freeship-alert{
	/*background-color: #FFF;
	padding: 10px;
	margin: 10px 0;
	clear: both;
	display: none;
	position: absolute;
	z-index: 30;
	left: 0;
	right:0;
	top: 16%;
	text-align: center;
	border: 2px solid #809fa4;
	-webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px rgba(50, 50, 50, 0.75);*/
}

#cart-freeship-alert{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	text-align: center;
	background-color: rgba(255,255,255,0.6);
	-webkit-transition: opacity 600ms ease;
    -moz-transition: opacity 600ms ease;
    -o-transition: opacity 600ms ease;
    transition: opacity 600ms ease;
}

#cart-freeship-alert.visible{
	visibility: visible;
	opacity: 1;
	z-index: 30;
}
#cart-freeship-alert div{
	display: inline-block;
	max-width: 400px;
	margin: 10% 5px 0 5px;
	padding: 1rem;
	background-color: #FFF;
	text-align: center;
	border: 2px solid #809fa4;
	-webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px rgba(50, 50, 50, 0.75);
	background-image: url(../img/leaf-logo-400px-trans.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
background-position: -35% -20%;
}
@supports (display: -webkit-flex) or
	          (display: flex)  {

	#cart-freeship-alert{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	#cart-freeship-alert div{
		margin: 0 5px;
	}
}
#cart-freeship-alert .cart_button{
	margin-right: 0;
	height: 2em;
line-height: 2em;
padding: 0 0.5em;
font-size: 1.25rem;
}
/*------------ product custom stuff -----------*/
.custom{
	background-color: #E9F0F0;
	padding: 10px;
	margin: 5px 0;
}
.custom hr{
	border-bottom: 1px solid #c2ccce;
}
#blendDD,#blendInfo,.blendDD,.blendInfo{
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
#blendDD select,.blendDD select{
	min-width: 150px;
}

/*--- product ratings -----------------------*/
#review{
	background-color: #f8f8f8;
	padding: 10px 5px;
}
#review h2 {
    font-size: 1em;
    border-bottom: 1px dotted #809fa4;
    padding-bottom: 10px;
}
#review button[type=submit]{
	margin-left: 345px;
	width: 75px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#review textarea{
	width: 250px;
	height: 80px;
}
#review input[type="text"],#review input[type="email"]
{
	width: 250px;
}
.ratingLabel{
	display: inline-block;
	width: 160px;
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
}
 .rating {
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    position: relative;
}
.rating-input {
    float: right;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 0 0 -20px;
    opacity: 0;
}
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star {
    background-position: 0 0;
}
.rating-star,
.rating:hover .rating-star {
    position: relative;
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    background: url('../img/rating-leaf.png') 0 -20px;
    cursor: pointer;
}
#reviewStatus{
	text-align: right;
	max-width: 410px;
	margin-bottom: 5px;
	font-family: 'TextaNarrow-Bold', sans-serif;
}
.ratingIcon{
	position: relative;
	top: 5px;
	margin-right: 10px;
	display: inline-block;
	width: 100px;
	height: 20px;
	overflow: hidden;
	background: url('../img/ratingIcon.png') 0 0px no-repeat;
}
._r1{
	background-position: 0 -80px !important;
}
._r2{
	background-position: 0 -60px !important;
}
._r3{
	background-position: 0 -40px !important;
}
._r4{
	background-position: 0 -20px !important;
}
._r5{
	background-position: 0 0 !important;
}
/*------------ articles -----------------------*/



article{
	margin: 17px auto 10px auto;
	width: 100%;
	background-color: #FFF;
	padding: 20px;
	overflow: auto;
	box-sizing:border-box;
/*	-webkit-box-shadow: 4px -3px 4px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    4px -3px 4px 0px rgba(50, 50, 50, 0.6);
	box-shadow:         4px -3px 4px 0px rgba(50, 50, 50, 0.6);*/
}

article header{
	text-align: center;
	padding: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
}
article img{
	max-width: 100% !important;
	margin: 10px auto;
}
.simplebox, .articles li {
    padding: 8px;
    margin: 10px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ddd;
    /*box-shadow: 0 1px 1px #fff inset, 0 -1px 0px #ccc inset;*/
}
.simplebox-title, .simplebox-content {
   /* box-shadow: 0 1px 1px #ddd inset;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: #fff;*/
}
.simplebox{
	background-color: #E9F0F0;
}
.simplebox-title {
    margin: 0 0 8px;
    padding: 5px 8px;
    text-align: center;
}
.simplebox-content {
    padding: 0 8px;
}

.simplebox.align-right{
	float: right;
	margin-right: 0;
}
.simplebox.align-left{
	float: left;
	margin-left: 0;
}
.simplebox.align-center {
    margin-left: auto;
    margin-right: auto;
}

/*---------- ARTICLES INDEX VERTICAL TABS -------------------------*/

#articles_index{
  	margin-right: 270px;
	list-style: none;
	position: relative;
	z-index: 1;
}
#article_cats{
   float: right;
   width: 250px;
   margin-left: -250px;
   list-style: none;
   background-color: #C8D4D5;
/*   color: #FFF;*/
   padding: 5px;
   box-sizing:border-box;
}
#article_cats ul{
	 list-style: none;
}
#article_cats ul li a{
	display: block;
	padding: 3px;
	background-color: #E9F0F0;
	margin-bottom: 5px;
}
#article_cats ul li a:hover,#article_cats ul li a.current_cat{
	background-color: #FFF;
}
#article_cats h2{
	font-size: 1.2em;
}

#articles_index li{
	background-color: #E9F0F0;
	border: 1px solid #809FA4;
	padding-bottom: 5px;
	margin-bottom: 20px;
	position: relative;
	overflow: visible;
	/*z-index: 1;*/
	box-sizing:border-box;
/*	background-color: rgb(187, 223, 125);
	background-color: rgba(255, 255, 255, 0.2);*/
	/*margin-bottom: 3px;
	padding: 3px;*/
}
#articles_index li:before{
	content: " ";
	position: absolute;
	top: -5px;
	left:-5px;
	right: -5px;
	bottom: -5px;
	background-color: #E9F0F0;
	z-index: -1;
}
#articles_index li h2{
	background-color: #C8D4D5;
	padding: 5px;
}
#articles_index li p{
	margin-left: 5px;
	margin-right: 5px;
}
#vertical_tabs{
	width: 96%;
	margin: 10px auto;
	position: relative;
	
}
#vertical_tabs .tab{
	position: absolute;
	top: 0;
	left: 0;
	width: 93%;
	min-height: 300px;
	z-index: 1;
	
}
#vertical_tabs .current_tab{
	z-index: 20 !important;
}
#vertical_tabs .tab_content{
	width: 93%;
	min-height: 540px;
	background-color: #E9F0F0;
	border-top: 1px solid #e3f1fd;
	padding-bottom: 10px;
	display: none;
}
#vertical_tabs .current_tab .tab_content{
	display: block;
	-webkit-box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.40);
	-moz-box-shadow:    3px 3px 3px rgba(50, 50, 50, 0.40);
	box-shadow:         3px 3px 3px rgba(50, 50, 50, 0.40);

	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#vertical_tabs .tab_title{
	background-color: #eee;
	width: 160px;
	position: absolute;
	right: -160px;
	font-size: 0.6em;
	text-align: center;
	/*border-top: 1px solid #e3f1fd;*/
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	cursor: pointer;
	z-index: 2;
	-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
#vertical_tabs .tab_title h2{
	margin: 7px 5px;
}
#vertical_tabs .current_tab .tab_title{
	background-color: #E9F0F0;
	-webkit-box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.40);
	-moz-box-shadow:    3px 3px 3px rgba(50, 50, 50, 0.40);
	box-shadow:         3px 3px 3px rgba(50, 50, 50, 0.40);
}

/*------------- shopping cart stuff------------*/

/* cart faux table */
.cart{
	margin: 10px 0;
	background-color: #e9f0f0;
}
.header_row{
	background-color: #c8d4d5;
	text-transform: uppercase;
}

.cart_row{
	padding: 5px;
	white-space: nowrap;
	text-align: left;
	overflow: hidden;
}
.cart_row form{
	width: 100%;
}
.cart_row form div:last-of-type{
	text-align: right;
}
.cart_cell{
	display: inline-block;
	white-space: normal;
	width: 18%;
	vertical-align: top;
	position: relative;
	z-index: 1;
	padding-top: 3px;
	/*border-right: 1px solid #809fa4;*/
}
.cart_cell label{
	position: relative;
}
.cart_cell label span{
	position: absolute;
	z-index: -1;
	color: #E9F0F0;
}
.cart_cell input[type=text],.cart_cell input[type=tel]{
	text-align: center;
}
.cart_cell .smaller{
	font-size: 0.8em !important;
}
.cart_cell p{
	margin-left: 3px;
}
.cart_cell.wide{
	width: 31%;
}
.cart_cell.narrow{
	width: 12%;
}

.widget{
	/*display: table;*/
	width: 100%;
	background-color: #e9f0f0;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 10px;
	box-sizing: border-box;
}
.widget p{
	line-height: 1.5;
	margin-bottom: 0.25em;
	position: relative;
	z-index: 1;
}
.widget h2{
	position: relative;
	z-index: 1;
	margin-bottom: 1em;
}
.widget summary {
    position: relative;
    z-index: 1;

}
.widget summary span.summary-title{
	 margin-bottom: 1em;
    font-size: 1.2em;
}
.summary-caption{
	display: block;
}
details[open] summary{
	   margin-bottom: 1em;
}
details[open] .summary-caption{
	display: none;
}
.widget h2:before{
	position: absolute;
	content: "";
	display: block;
	z-index: -1;
	top: -10px;
	left:-10px;
	right:-10px;
	bottom: -10px;
	background-color: #C8D4D5;
}
.widget summary:before{
	position: absolute;
	content: "";
	display: block;
	z-index: -1;
	top: -10px;
	left:-10px;
	right:-10px;
	bottom: -10px;
	background-color: #E9F0F0;
}
.widget details[open] summary:before{
	background-color: #C8D4D5;
}

.widget label{
	display: inline-block;
	min-width: 130px;
	padding-right: 5px;
}
.tRow{
	display: table-row;
}
.tRow > div{
	display: table-cell;
	padding: 10px 5px;
	position: relative;
	z-index: 1;
	vertical-align: middle;
}
.tRow > div:last-of-type{
	text-align: right;
	padding-right: 10px;
}
/*.widgetCaption{
	display: table-caption;
	caption-side: bottom;
	padding-bottom: 5px;
}*/
#no_plastic_free{
	font-family: 'TextaNarrow-Bold','Arial', sans-serif;
	font-weight: normal;
	cursor: pointer;
}
#no_plastic_free:hover{
	color:#31444b;
}
.widgetWrapper{
	display: inline-block;
	vertical-align: top;
	margin: 20px 0;
	width: calc(100% - 380px);
}
#cart_totals{
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
	width: 375px;
	margin-bottom: 20px;
	text-align: right;
	/*float: right;*/
}
#cart_totals .cart_button, .checkout_form .cart_button, #on_account{
	margin-top: 5px;
	margin-bottom: 10px;
	min-width: 235px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 1.25rem;
}
#voucher{
	text-align: left;
	width: 50%;
	/*float: left;*/
	padding: 10px;
	background: rgb(235, 234, 230);
	margin-top: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	
}
.paypal_xpress{
	margin-top: 15px;
}
.empty_cart{
	margin-top: 30px;
	text-align: center;
}

#sage_logos{
	margin-top: 5px;
	text-align: right;
	width: 220px;
	float: right;
}
#sage_logos img,.sage_logos img{
	height: 45px;
	width: auto;
}
.sage_logos{
	padding-top: 1em;
	padding-right: 11px;
}
#refresh{
	font-size: 1.5em;
	line-height: 150%;
	cursor: pointer;
	position: relative;
}
#refresh .fa{
	position: relative;
	top: 3px;
}
/*-- paypal --*/
#paypaloverlay{
	display:none;
	position:fixed;
	z-index: 101;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.8);
	background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, rgba(0,0,0,0.8) 100%);
	background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, rgba(0,0,0,0.8) 100%);
	background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, rgba(0,0,0,0.8) 100%);
	background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, rgba(0,0,0,0.8) 100%);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#paypaloverlay p{
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: 70px;
	left: 0;
	width: 100%;
}

#paypal-button{
	text-align: left;
	max-width: 300px;
	margin-top: 1em;
}
/*----------- lists -----------------------*/
.standard_list{
	list-style: none;
	margin-top: 10px;
	/*margin-left: 1%;*/
	border-bottom: 1px solid #809fa4;
}
.category_downloads{
	margin-top: 10px;
	list-style: none;
}
.category_downloads li{
	/*float: left;*/
	/*margin-right: 5px;
*/}
.category_downloads .download_details{
	padding-left: 50px;
}

.download_list, .articles{
	list-style: none !important;
	margin: 10px !important;
}


.download_list li{
	display: block;
	clear: both;
	padding: 2px 0;
	margin-bottom: 10px;
}
ol{
	list-style: decimal;
	padding: 0.5em 0;
	margin-left: 1em;
}
ol li{
	padding: 0.2em;
}
li ol{
	padding-left: 1em;
}
ol li ol{
	list-style: lower-roman;
}
ol li ol li ol{
	list-style: lower-alpha;
}

ol.notes
{
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0px;
	margin: 20px;
}
.notes li{
	margin-bottom: 10px;
}
ul.bulleted{
	list-style-type: circle;
	list-style-position: inside;
	padding: 0px;
	margin: 10px 0px;
}
.tab_content ul, article ul{
	list-style-type: disc;
	list-style-position: outside;
	padding: 0px;
	margin: 30px;
}
.ingredients{
	list-style: none !important;
	margin: 0 !important;
}
.ingredients li{
	display: inline-block;
	margin-right: 5px;
	overflow: visible;
	z-index: 1;
}
.ingredients li a{
	display: inline-block;
	padding: 0 10px;
	height: 1.5em;
	line-height: 1.5em;
	border-radius: 0.75em;
	background-color: #FFF;
	margin: 5px 5px 5px 0;
	border-bottom: none;
	-moz-transition: color .2s,background-color .2s;
	-webkit-transition: color .2s,background-color .2s;
	-o-transition: color .2s,background-color .2s;
	transition: color .2s,background-color .2s;
}
.ingredients li a:hover{
	border-bottom: none;
	background-color: #FF8F87;
	color: #FFF;
}
.ingredients li div{
	display: none;
	position: absolute;
	right: 0;
	width: 170%;
	padding: 5px;
	bottom: 30px;
	background-color: #FFF;
	z-index: 10;
	overflow: visible;
	border: 1px solid #809fa4;
	-webkit-box-shadow: 1px -1px 3px 0px rgba(50, 50, 50, 0.6);
-moz-box-shadow:    1px -1px 3px 0px rgba(50, 50, 50, 0.6);
box-shadow:         1px -1px 3px 0px rgba(50, 50, 50, 0.6);
}
.menu_open{
	display: block !important;
}
.ingredients li div .fa{
	float: right;
}
.ingredients li div p:last-of-type{
	text-align: right;
}
.ingredients li div h3{
	margin-top: 10px;
}
.ingredients li div:after, .ingredients li div:before {
	border: solid transparent;
	content: ' ';
	height: 0;
	right: 12px;
	left: auto;
	position: absolute;
	width: 0;
}

.ingredients li div:after {
	border-width: 10px;
	border-top-color: #fff;
	bottom: -20px;
	right: 13px;
		left: auto;
}

.ingredients li div:before {
	border-width: 11px;
	border-top-color: #809fa4;
	bottom: -23px;

}
.tab_content li{
	position: relative !important;
}
.tab_content ol{
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0px;
	margin: 30px;
}

/*----------- table stuff ------------------*/
table.checkout{
	width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-spacing: 0;
	/*text-transform: uppercase;*/
}
th{
	text-align: left;
}
td, th{
	margin: 0;
	padding: 3px;
	/*text-align: inherit;*/
}
table.checkout th{
	background-color: #C8D4D5;
}
table.checkout tr td:first-of-type{
	max-width: 200px;
}
table.options td{
	
	border-top: 1px solid #a7cdda;
	
}
table.no_options td{
	max-width: 150px;
}

table.checkout tr td:last-child{
	/*padding-right: 10px;*/
}

table.quick_order{
	/*clear: both;*/
	width: 100%;
	margin: 10px 0;
	border-spacing: 0px;
}
.quick_order td{
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #809fa4;
	background-color: #E9F0F0;
}
.quick_order th{
	background-color: #C8D4D5;
}
.quick_order h3{
	font-size: 1.1em;
}
table.orderform{
	border-spacing: 0px;
	line-height: 120%;
	font-size: 0.9em;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}
.orderform td,.orderform th{
	padding: 5px 0px 5px 5px;
	/*border-bottom: 1px solid #AAA;*/
	text-align: left;
}

/*----------- form elements ----------------*/

input::-moz-focus-inner,button::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0 !important;
    padding: 0 !important;
}

textarea, input[type=text], input[type=password], input[type=email], input[type=tel] {
/*	-webkit-box-shadow: rgb(222, 222, 222) 0px 2px 3px 0px inset;
	-moz-box-shadow: rgb(222, 222, 222) 0px 2px 3px 0px inset;
	box-shadow: rgb(222, 222, 222) 0px 2px 3px 0px inset;*/
	width: 90%;
	margin: 4px 0;
	padding: 2px ;
	background: rgb(255,255,255);
	border: 1px solid #809fa4;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;*/
}
.optionForm input[type=text],.optionForm input[type=tel]{
	text-align: center;
}
input[type=password]:focus, input[type=text]:focus, textarea:focus,input[type=password]:focus, input[type=email]:focus, input[type=tel]:focus{
	background: #FFF;
	outline: 1px solid #1E90FF;
	border: 1px solid #FF8F87;
	/*border: 1px solid #5273b9;*/
}

.tiny_input{
	width: 20px !important;
	padding: 2px !important;
}
.optionForm .tiny_input{
	margin-left: 1px;
}
.tiny_dropdown{
	width: 60px !important;
}
.small_input{
	width: 70px !important;
}
.med_input{
	margin-top: 0px !important;
	width: 140px !important;
}
.fwidth{
	display: inline-block;
	width: 40px;
	text-align: right;
	margin-right: 5px;
}
select:focus{
	outline: none;
}
textarea{
	height: 60px;
}
.checkout_form textarea{
	width: 70%;
}
input[type=submit], input[type=button], button {
	display: inline-block;
	text-align: center;
	border: none;
	-webkit-appearance: none;
	font-size: inherit;
	font-family: inherit;
	/*letter-spacing: 1px;*/
	cursor: pointer;
}
.delete-voucher{
	background-color: transparent;
	margin-left: 20px;
	color: #5273b9;
}
.cart_button{
	white-space: nowrap;
	font-family: 'TextaNarrow-Bold', sans-serif;
	border: 1px solid #FFF;
	position: relative;
	/*font-size: 1.3em;*/
	/*width: 150px;*/
	display: inline-block;
	padding: 0 10px;
	min-width: 75px;
	color: #FFF;
	text-transform: uppercase;
	height: 24px;
	line-height: 24px;
	overflow: visible;
	text-decoration: none;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-appearance: none;
}
.wishlist_button{
	font-size: 0.875rem;
	min-width: 50px;
}
.inline-buttons button + button{
	margin-left: 20px;
	padding-left: 15px;
}
@media screen and (max-width: 1400px){
	.inline-buttons{
		display: flex;
		flex-direction: column;
		align-items: stretch;
		padding: 10px 0 10px 15px;
	}
	.inline-buttons button + button{
		margin-left: 0;
		margin-top: 20px;
	}
}
.flex-col button + button{
	margin-top: 20px;
}
.cart_button:hover,.cart_button:active{
	color: #FFF;
}
.pinkButton,.pinkButton:before{
	background-color: rgb(255,143,135);
}
.greenButton,.greenButton:before{
	background-color: #809fa4;
}
.pgreenButton,.pgreenButton:before{
	background-color: #80bcac;
}
.widget .cart_button{
	height: 30px;
	line-height: 30px;
}

.cart_button:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  	-webkit-box-shadow: 2px 2px 1px 0px rgba(20, 20, 20, 0.7);
	-moz-box-shadow:    2px 2px 1px 0px rgba(20, 20, 20, 0.7);
	box-shadow:         2px 2px 1px 0px rgba(20, 20, 20, 0.7);
}
.cart_button:active:before{
		-webkit-box-shadow: 1px 1px 1px 0px rgba(20, 20, 20, 0.7);
	-moz-box-shadow:    1px 1px 1px 0px rgba(20, 20, 20, 0.7);
	box-shadow:         1px 1px 1px 0px rgba(20, 20, 20, 0.7);
}
.cart_button.float_right{
	/*margin-top: 10px;*/
	margin-bottom: 10px;
}
.ie .cart_button{
	line-height: 20px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.cart_button{
		line-height: 20px;
	}
}
#paypalExpress{

	display: block;
	margin-top: 10px;
	background: url("../img/paypal-express.png") no-repeat scroll 0 0 transparent;
  	cursor: pointer;
 	height: 31px;
 	width: 154px;
 	line-height: 31px;
  	/*width: 23px;*/
  	font-weight: 600;
  	font-size: 1.1em;
  	padding: 0;
  	text-transform: uppercase;
  	text-indent:-999px;
  	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}
#loginForm input[type=text],#loginForm input[type=email],#loginForm input[type=password]
{
	margin-left: 5px;
	margin-right: 10px;
}
#loginForm button{
	margin-left: 20px;
}
#accountForm label,#loginForm label{
	display: inline-block;
	width: 130px;
	text-align: right;
	margin-right: 10px;
}
#accountForm label._top,#accountForm textarea{
	vertical-align: top;
}
#accountForm input[type=text],#accountForm input[type=tel],#accountForm input[type=email],#accountForm textarea
{
	width: 250px;
}
#accountForm p,.checkout_form p{
	margin: 16px 0;
}
#contactform{
	/*width: 600px;*/
	margin: 0 10px 10px 10px;
}
#contactform input[type=text], #contactform input[type=email],#contactform input[type=tel],#contactform textarea{
	width: 100%;
	box-sizing: border-box;
}



#loginform{
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: right;
	/*font-size: 0.9em;*/
	color: #FFF;
}
#loginform .cart_button{
	
	margin-left: 20px; 

	margin-top: 5px;
}
#loginform .button:hover{
border-bottom: none;
}
#loginform input[type=text],#loginform input[type=password]{
	width: 200px;
	padding: 0 2px;
	/*height: 20px;
	line-height: 15px;*/
	color: #5e7074;
}
#loginform label, .checkbox_label{
	padding: 0 5px;
	float: none !important;
	display: inline !important;
}
.terms_label{
	width: auto;
	padding:; 0;
	float: none !important;
	display: inline !important;
}
#login_status, .login_status{
	/*clear: both;*/
	height: 25px;
	line-height: 25px;
}
#sidebar form input[type=text],#sidebar form input[type=email]{
	width: 75%;
	padding: 2px 5px;
	margin: 0;
	height: 20px;
	font-size: inherit;
}

#mob_searchform{
	width: 170px;
	margin-top: 0;
	float:right;
	text-align: right;
}
#filterform{
	background-color: #E9F0F0;
	padding: 5px;
	margin-bottom: 10px;
}
#filterform input[type=text]{
	margin-right: 10px;
	width: 100px;
}
#mob_searchform input[type=text]{
	width: 130px;
}

#searchform input[type=submit],#mob_searchform input[type=submit]{
	display: inline-block;
	margin: 0;
	margin-left: 10px;
	background: url("../img/search.png") no-repeat scroll 0 0 transparent;
  	cursor: pointer;
 	height: 30px;
  	width: 30px;
  	line-height: 30px;
  	text-indent:-999px;
}
#searchform input[type=submit]:hover{
	background-position: 0 -30px;
}
#newsletterform button{
	color: #809fa4;
	background-color: transparent;
	display: inline;
  	cursor: pointer;
  	font-size: 1.5em;
  	padding: 0;
  	margin-left: 5px;
  	position: relative;
  	top: 2px;
}

#newsletterform button:hover{
	color: #72878c;
}
#newsletterform{
	border-top: 1px solid #809fa4;
	padding-top: 10px;
	margin-bottom: 5px;
}
#signup_status p{
	margin: 0;
	height: auto !important;
	line-height: 130% !important;
}
.add_cart{
	display: block;
	margin-top: 2px;
	background: url("../img/add-to-cart.png") no-repeat scroll 0 0 transparent;
  	cursor: pointer;
 	height: 37px !important;
  	/*width: 40px;*/
  	text-indent:40px;
  	color: #4997c8 !important;
  	border: 1px solid #CCC !important;
  	text-transform: uppercase;
  	font-weight: 600;
  	padding: 5px !important;
  	background-color: #FFF;
  	-moz-box-shadow: 0 1px 1px #ddd, 0 -1px 1px #555;
	-webkit-box-shadow: 0 1px 1px #ddd, 0 -1px 1px #555;
	box-shadow: 0 1px 1px #ddd, 0 -1px 1px #555;
}
#quickform{
	/*width: 325px;*/
	background-color: rgb(205, 231, 159);
	background-color: rgba(255, 255, 255, 0.2);
	margin-top: 5px !important;
}
#quickform label{
	display: inline;
	width: auto;
	float: none;
}
#quickform td{
	padding: 0;
}
#orderform{
	background-color: #E9F0F0;
	padding: 10px 0;
}
/*-- popup login form --*/
.closePop{
	float: right;
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	position: relative;
	z-index: 10;
	font-size: 1.5em;
	color: #72878C;
	background-color: transparent;
}
.closePop:hover{
	color: #FF8F87;
}
#openLogin{
	display: inline;
	background-color: transparent;
	color: #07C;
	/*text-transform: uppercase;*/
	padding: 0;
	height: auto;
	line-height: normal;
	font-size: inherit;
	text-decoration: underline;
	vertical-align: baseline;
}

#openLogin:hover{
	background-color: transparent;
	color: #FF8F87 !important;
}
#popupLoginForm{
	position: absolute;
	padding: 10px;
	z-index: 30;
	width: 400px;
	/*min-width: 220px;*/
	left: -9999px;
	top:40px;
	background-color: #E9F0F0;
	border: 1px solid #72878C;
	text-align: left;
	-webkit-box-shadow: -2px 2px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: -2px 2px 3px 0px rgba(0,0,0,0.5);
	box-shadow: -2px 2px 3px 0px rgba(0,0,0,0.5);
}
#popupLoginForm.open{
	left: -5px;
}
#popupLoginForm:after, #popupLoginForm:before {
	bottom: 100%;
	left: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 20;
}

#popupLoginForm:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #E9F0F0;
	border-width: 10px;
	margin-left: -9px;
}
#popupLoginForm:before {
	border-color: rgba(161, 148, 122, 0);
	border-bottom-color: #72878C;
	border-width: 11px;
	margin-left: -10px;
	left: 20px;
}
#popupLoginForm p{
	padding-bottom: 0.5em;
}
#popupLoginForm label{
	width: 70px;
	display: inline-block;
	vertical-align: middle;
}
#popupLoginForm input[type="text"], #popupLoginForm input[type="email"],#popupLoginForm input[type="password"]{
	width: calc(100% - 90px);
}
/*-------- checkout form specific ----------*/
#checkout_progress{
	
}
#voucher input[type=text]{
	width: 100px;
}
.checkout_form{
	margin-top: 20px;
	margin-bottom: 20px;
	/*clear: both;*/
}
#deliverystuff{
	position: relative;
}
#deliverystuff.disabled input, #deliverystuff.disabled select,#deliverystuff.disabled label{
	opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
#deliverystuff.disabled:before{
	content: " ";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.checkout_form label{
	display: inline-block;
	vertical-align: top;
	text-align: right;
	margin-right: 10px;
	width: 180px;
}
.checkout_form input[type=text],.checkout_form input[type=email],.checkout_form input[type=tel], .checkout_form select, .checkout_form input[type=password]{
	width: calc(100% - 225px);
	max-width: 400px;
}
.checkout_form button{
	margin-right: 0;
	margin-left: 15px;
}
select{
	max-width: 170px;
	font-size: 1rem;
	height: 1.5em;
/*	font-size: inherit;
	font-family: inherit;
	color: #5e7074;*/
}
option{
	padding: 0 3px;
}

.form_input_box{
	width: 400px;
	float: left;
	display: block;
	min-height: 30px;
}
.form_error{
	min-height: 19px;
	margin-left: 180px;
}
.checkout_form .row{
	background: rgb(221, 220, 216);
	margin-top: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 10px 0px;
}
.checkout_stage{
	display: block;
	margin: 10px auto;
	width: 140px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
}
p.checkout_stage{
	background-color: #FFF;
	border: 1px dotted #809fa4;
}
a.checkout_stage{
	background-color: #809fa4;
	border: 1px solid #809fa4;
	color: #FFF !important;
	cursor: pointer;
}
a.checkout_stage:hover{
	background-color:#72878c;
}
.advice{
	font-size: 1rem;
}
.error{
	color: red !important;
}
p.form-error-field .error{
	display: inline-block;
	padding-bottom: 1em;
}
.req{
	font-size: 0.8em;
	position: relative;
	top: -1px;
	display: block;
}
/*-- payment form specific --*/
#payment_form{
/*	overflow: auto;*/
}
#payment_form h2,#paypal_form h2{
	margin-bottom: 2rem;
}
#payment_form label{
	display: block;
	width: auto;
	text-align: left;
}
#payment_form p{
	padding-bottom: 1rem;
}
#cc-cvc,#exp-month{
	width: 60px;
}
#exp-year{
	width: 100px;
}
#card-element, #payment_form input[type="text"]{
	display: inline-block;
	width: 400px;
	max-width: calc(100% - 30px);
	vertical-align: middle;
	background-color: #FFF;
	border: 1px solid #2C2B2D;
	padding: 12px 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#card-element,#payment_form input[type="text"] + hr{
	padding-top: 1em;
}
.card-icon{
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 60px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
	background-size: cover;
}
.visa{
	background-image: url(../img/visa.gif);
}
.visa_electron{
	background-image: url(../img/visaelectron.gif);
}
.mastercard{
	background-image: url(../img/mastercard.gif);
}
.maestro{
	background-image: url(../img/maestro.gif);
}
.amex{
	background-image: url(../img/amex.png);
}
.paypalicon{
	background-image: url(../img/paypal.png);
	border: 1px solid #666;
}
.stripeicon{
	background-image: url(../img/stripe.png);
	border: 1px solid #666;
}
.cards-icon{
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 180px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	margin-right: 10px;
	background-image: url(../img/visa-mastercard.png);
	border: 1px solid #666;
}
#sagepay
#cardIcon{
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 60px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  	filter: alpha(opacity=0);
  	opacity: 0;
}
#cardIcon.visa,#cardIcon.visa_electron,#cardIcon.mastercard,#cardIcon.maestro,#cardIcon.amex{
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  	filter: alpha(opacity=100);
  	opacity: 1;
}

.card{
	width: 16.2%;
	height: 84px;
	overflow: hidden;
	padding: 0px;
	float: left;
	text-align: center;
}
.card img{
	cursor: pointer;
}
.card img:hover{
	transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1); /* IE 9 */
	-webkit-transform: scale(1.1,1.1); /* Safari and Chrome */
}
td label{
	display: inline;
	width: auto;
	float: none;
	text-align: left;
}
.card label{
	width: auto;
	float: none;
}
.card label,.card input[type=radio],.card img{
		display: block;
		text-align: center;
		margin: 0 auto 5px auto;
}
.card_advice{
	width: 200px;
}
.card img{
	width: 50px;
}
.inline_spacer{
	display: inline;
	width: 10px;
}
.mob_advice{
	display: none;
	font-style: italic;
}

#threeDsecure{
	display: block;
	margin: 10px auto;
	border: 2px solid #5273B9;
	background: url(../img/spinner.gif) no-repeat;
	background-color: rgb(200,230,149);
	background-color: rgba(255,255,255,0.3);
	background-position:center;
}

#vatAlert{
	display: none;
	position: fixed;
	box-sizing: border-box;
	background-color: #FFF;
	padding: 10px;
	clear: both;
	margin: 10px 0;
	z-index: 30;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	top: 16%;
	text-align: center;
	border: 2px solid #809fa4;
	-webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px rgba(50, 50, 50, 0.75);
}

.new-payment-stuff{
	display: flex;
	flex-wrap: wrap;

}
.new-payment-stuff > form{
	background-color: #E9F0F0;
	padding: 15px;
}
.new-payment-stuff > form:first-of-type{
	margin-right: 20px;
}
#paypal_form{
	width: 300px;
	max-width: 100%;
}
#payment_form{
	min-width: 300px;
	width: calc(100% - 380px);
}
/*-------- ACCOUNT SPECIFIC ----------------------*/

.accountMenu{
	list-style: none;
	margin-left: 20px;
}
.accountMenu li{
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 20px;
}
.accountMenu li:first-child{
	margin-top: 20px;
}

.accountMenu a{
	font-family: 'TextaNarrow-Bold', sans-serif;
	border: 1px solid #FFF;
	position: relative;
	/*font-size: 1.3em;*/
	/*width: 150px;*/
	
	padding: 0 10px;
	color: #FFF;
	text-transform: uppercase;
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	text-decoration: none;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.accountMenu a:hover,.accountMenu a:active{
	color: #FFF;
}

.accountMenu a,.accountMenu a:before{
	background-color: #809fa4;
}

.accountMenu a:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  	-webkit-box-shadow: 2px 2px 1px 0px rgba(20, 20, 20, 0.7);
	-moz-box-shadow:    2px 2px 1px 0px rgba(20, 20, 20, 0.7);
	box-shadow:         2px 2px 1px 0px rgba(20, 20, 20, 0.7);
}
.accountMenu a:active:before{
		-webkit-box-shadow: 1px 1px 1px 0px rgba(20, 20, 20, 0.7);
	-moz-box-shadow:    1px 1px 1px 0px rgba(20, 20, 20, 0.7);
	box-shadow:         1px 1px 1px 0px rgba(20, 20, 20, 0.7);
}



.orderlist{
	list-style: none;
}
.orderlist li{
	display: block;
	margin: 5px 0;
	padding: 10px;
	/*width: 60%;*/
	border-bottom: 1px dotted #809fa4;
}
.pagination{
	margin-left: 20px;
}

.editable{
	line-height: 31px;
}

.editable input[type=text]{
	width: 150px;
	display: inline-block;
	margin: 0px 5px;
	padding: 3px;
	font-size: 0.9em;
}
.editable a.button, .dropdown .button{
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	height: 21px;
	line-height: 21px;
	font-size: 0.9em;
	min-width: 50px !important;
}
.attributes {
	margin-left: 20px;
	margin: 5px 0 5px 20px;
	padding: 0 5px;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.8);
	/*height: 2em;
	line-height: 2em;*/
}
.attributes .bold{
	display: inline-block;
	width: 150px;
}
.attributes a.edit, a.edit_dd{
	margin-left: 10px;
	font-style: italic;
	color: #4997c8;
}
.attributes a.edit:hover, a.edit_dd:hover{
	color: #5273b9;
}
/*-------- TWITTER STUFF --------------------------------------*/
#tweets {
	padding: 10px 5px 0 10px;
	/*height: 260px;*/
	overflow: hidden;
	
}
#tweets .tweet {
    margin: 0 auto 5px auto;
    padding: 0 0 15px 0;
    border-bottom: 1px dotted #FFF;
}
 

 
#tweets .tweet .text {
    display:block;
}
 
#tweets .tweet .time, #tweet_content .tweet .user {
    font-style: italic;
}
 
#tweets .tweet:last-child {
    border:0;
}
.twitter_icon{
	position: absolute;
	top: 5px;
	right: 5px;
	height: 40px;
}





/*---------- footer stuff -----------------*/
footer{
	white-space: nowrap;
}
#credit_cards{
	/*float: right;*/
	/*width: 100%;*/
	margin-top: 5px;
	max-width: 100%;
}
footer .i{
	padding-top: 0.5em;
}
footer .i div{
	width: 25%;
	display: inline-block;
	vertical-align: top;
	min-height: 50px;
	color: #FFF;
	line-height: 150%;
	font-size: 0.9em;
	margin-bottom: 20px;
	white-space: nowrap;
}
footer .i div h4{
	margin-top: 5px;
	font-family: 'TextaNarrow-Bold', sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0.5em;
}
footer .i div a{
	color: #FFF;
	text-decoration: none;
}
footer .i div a:hover{
	color: #FFF;
	text-decoration: underline;
}
footer .i div ul{
	list-style: none;
}
footer .i div div{
	display: block;
	width: 100%;
}
footer img{max-width: 100%;}
.footer_sage_logos{
	margin-top: 5px;
	text-align: right;
	/*float: right;*/
}
.footer_sage_logos img{
	height: 45px;
}
#mobSocial{
	text-align: center;
	background-color: #FFF;
	display: none;
}
#mobSocial .i{
	width: 95%;
	margin: 0 auto;
	border-top: 1px solid #809fa4;
	padding-top: 10px;
	padding-bottom: 5px;
}
#mobSocial .socialicon{
	margin: 0 5px;
}
/*-- cookie stuff --*/
.cookie-rel{
	position: relative;
}
.marketing-cookies-advice{
	display: inline-block;
	padding: 20px 50px;
	position: absolute;
	top: 5%;
	left: 0;
	z-index: 10;
	width: 100%;
}
.marketing-cookies-advice .ti-control-play{
	font-size: 40px;
	display: inline-block;
	width: 100%;
	text-align: center;
	cursor: pointer;
	color: rgb(161,148,122);
	-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.accept-marketing-cookies{
	-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
	text-decoration: none;
	color: rgb(161,148,122);
	cursor: pointer;
}
.accept-marketing-cookies:hover,.marketing-cookies-advice .ti-control-play:hover{
	
	color: rgb(102,116,129);
}


#cookie-consent{

	box-sizing:border-box;
	display: block;
	position: fixed;
	visibility: hidden;
	left: 20px;
	right: 20px;
	bottom: 20px;
	width: calc(100% - 40px);
	height: auto;
	/*background-color: #E9F0F0;*/
	background-color: #F5F6F6;
	border:2px solid #72878C;
	color: #72878C;
	white-space: normal;
	/*border-bottom: 5px solid #FFF;*/
	/*font-size: 0.8rem;*/
	padding: 10px 2em 10px 2em;
	z-index: 100;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity:0;	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#cookie-consent.show-cookies{
	visibility: visible;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=1);
	opacity:1;	
}
#cookie-consent div{
	display: inline-block;
	vertical-align: middle;
}
#cookie-consent div:first-of-type{
	width: calc(100% - 220px);
	padding-right: 20px;
	text-align: left;
}
#cookie-consent div:last-of-type{
	width: 200px;
}
/*#cookie-consent div:last-of-type p:first-of-type{
	text-align: right;
}*/
.no-js #cookie-consent{
	display: block;
}
.closeCookie{
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 20px;
	z-index: 10;
}


#cookie-consent a{
	color: rgb(102,116,129);
	border-bottom: 1px dotted rgb(102,116,129);
	/*font-weight: 400;*/
}
.cookie-consent p:last-of-type{
	/*padding-top: 0.5em;*/
	/*text-align: right;*/
}
#cookie-consent button{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: none;
	font-weight: 400;
	margin-top: 5px;
}

.noIframe{
	display: block;
	border: 1px solid #72878C;
	text-align: center;
	width: 100%;
	height: 0;
	padding-top: 60%;
	position: relative;
}
.noIframe p{
	text-align: center;
	width: 100%;
	top: 50%;
	line-height: 1.5;
	margin-top: -10px;
}
.cookie-chkbox{
	
	position: relative;
	/*white-space: nowrap;*/
}
span.cookie-chkbox{
	margin: 0 2em 0 0;
}
.checkout_form span.cookie-chkbox{
	margin: 0;
}
.cookie-chkbox span {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	/*border-radius: 4px;*/
	text-indent: -9999px;
	background: #FFF;
	border: 1px solid #72878C;
}
.cookie-chkbox.box-right span{
	left: auto;
	right: 0;
}
.cookie-chkbox label span:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 2px solid #FFF;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cookie-chkbox label:hover span:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.cookie-chkbox input[type=checkbox]:checked + span:after{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.cookie-chkbox input[type=checkbox]:checked + span{
	background: #72878C;
}
.cookie-chkbox input[type=checkbox]{
	margin-left: 10px;
	display: inline;
	vertical-align: middle;
	height: 10px;
line-height: 10px;

}
.cookie-chkbox label{
	display: inline-block;
	vertical-align: middle;
	color: #72878C;
	float: none;
	position: relative;
	padding: 0;
	width: auto !important;
}
.iframe-disabled{
	border: 1px solid #222;
	background:transparent url(../img/filmstrip.png) center center no-repeat;
	background-size: 100px auto;
}
/*---------------- mobile and tablet rules --------------*/

/*@media screen and (max-width: 1200px) {
	#logo{
		
		width: 220px;
	}
	#header-tools{
		width: calc(100% - 250px);
	}
	

}*/
@media screen and (max-width: 1400px){
	#category_thumbs li, #featured_products li, .featured_products li
	{
		width: 33%;
	}

}
@media screen and (max-width: 1250px){
	body{
		/*font-size:100%;*/
	}
	#logo{
		width: 210px;
		margin-left: 10px;
	}
	#header-tools{
		width: calc(100% - 240px);
	}
	
	#sidebar{
		width: 226px;
	}
	.key-points p {
	    line-height: 4;
	}
	#page_content{
		margin-left: 14px;

		display: block;
		margin-left: 240px;
	}
	/*.ie #page_content {
		display: block;
		margin-left: 240px;
	}*/
	#related ul li, #cart-freeship-alert ul li{
	width: 33%;
	}
	#sidebar form input[type="text"], #sidebar form input[type="email"]{
		width: 70%;
	}
	
	#featured_products.home li:last-of-type{
		display: inline-block;
	}
	#currency {
	  
	    margin-top:5px;
	    padding-right: 110px;
	    background-size: auto 100px;
	}
	#currency p{
		/*font-size: 0.95em;*/
	}
	header nav ul li{
		padding: 5px 6px;
		font-size: 0.95em;
	}
	
	#related ul li .thumb_title p, #cart-freeship-alert ul li .thumb_title p{
		display: none;
	}
	select{
		max-width: 140px;
	}
	.cart_button{
		padding: 0 3px;
	}
	.ingredients li div{
		right: 0;
	}
	.ingredients li div:after, .ingredients li div:before {
		right: 12px;
		left: auto;
	}

	.ingredients li div:after {
		right: 13px;
		left: auto;
	}
	.widget form div:last-of-type{
		white-space: nowrap;
	}
	.checkout_form label{
		text-align: left;
		width: 140px;
	}
	.checkout_form input[type="text"], .checkout_form input[type="email"], .checkout_form input[type="tel"], .checkout_form select, .checkout_form input[type="password"] {
	    width: calc(100% - 180px);
	}
	/*.checkout_form input[type="text"], .checkout_form input[type="email"], .checkout_form select, .checkout_form input[type="password"] {
		margin-left: 10px;
	}*/

	.socialicon{
	    margin: 0 1px 0 0;
	}
	#currency {
	  
	    padding-right: 90px;
	    background-size: auto 80px;
	}
	.phone{
		padding-top: 0.5em;
	}
	header .i{
		width: 98%;
	}
	#cart_totals{
		width:320px;
	}
	.widgetWrapper {
    	width: calc(100% - 330px);
	}

}
@media screen and (max-width:1050px){
	#review button[type=submit]{
		margin-left: 295px;
	}
	#review textarea{
		width: 200px;
	}
	#review input[type="text"],#review input[type="email"]
	{
		width: 200px;
	}
	#reviewStatus{
		max-width: 360px;
	}
	#cart_totals{
		width: 280px;
	}
	.widgetWrapper {
    	width: calc(100% - 290px);
	}
	.checkout_form label{
		display: block;
		width: auto;
		margin-right: 0;
	}
	.checkout_form .cookie-chkbox label{
		display: inline-block;
	}
	.req{
		display: inline;
	}
	.checkout_form input[type="text"], .checkout_form input[type="email"], .checkout_form input[type="tel"], .checkout_form select, .checkout_form input[type="password"],.checkout_form textarea{
		width: calc(100% - 40px);
	}
	div.hero + div{
		width: 40%;
	}
	.hero h2 {
    font-size: 1.75rem;
    	margin-bottom: 0.5rem;
	}
	.hero p {
    	font-size: 1.125rem;
	}
	.hero-readmore span{
		font-size: 1.125rem;
	}
}
@media screen and (max-width:1023px){
	header{
		white-space: normal;
		
	}
	header .i{
		position: relative;
		padding-bottom: 190px;
	}
	#account_links .i{
		padding-bottom: 0;
	}
	#header-tools{
		width: 100%;
		text-align: center;
		display: block;
	}
	#currency{
		background-image: none;
		padding-right: 0;
		text-align: center;
	}
	#currency p:first-of-type{
		padding-bottom: 0;
	}
	#currency p:nth-of-type(3){
		display: none;
	}
	.phone {
	    padding-top: 0;
	}

	#logo{
		/*width: 100%;*/
		width: 240px;
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -120px;
		bottom: 5px;

	}
	#bannerWrapper,#pages-menu{
		display: none;
	}

	#menuButton{
		display: block;
	}
	.key-points, .key-text {
	    display: block;
	    width: 100%;
	}
	.key-text{
		padding-top: 10px;
	}
	.key-points p {
    	line-height: 1;
    	text-align: center;
	}
	#category_thumbs li, #featured_products li, .featured_products li {
	    width: 50%;
	}
	footer{
		white-space: normal;
	}
	footer .i div{
		width: 33%;
	}
	#paypal_form,#payment_form{
	width: 100%
	}
	#paypal_form{
		margin-right: 0;
	}


}

@media screen and (max-width: 950px){
	
	#product_images{
		width: 30%;
	}
	#purchase_options{
		width: 65%;
	}
	select{
		max-width: 120px;
		min-width: 0 !important;
	}
	#page_content{
		/*margin-left: 10px;*/
	}
	.topMenu{
		position: absolute;
		z-index: 1;
		right:0;
		top: -30px;
	}
	
	.card{
		font-size: 0.9em;
	}
	.advice{
		display: inline-block;
		white-space: pre-line;
		width: 100%;
		margin-bottom: 10px;
	}
	.frmHalf{
		display: inline-block;
	}
	#articles_index{
	  	margin-right: 210px;
	
	}
	#article_cats{
	   float: right;
	   width: 200px;
	   margin-left: -200px;
	}
	.ratingLabel{
		width: 90%;
		text-align: left;
	}
	#review button[type=submit]{
		margin-left: 0;
	}
	#review textarea{
		width: 90%;
	}
	#review input[type="text"],#review input[type="email"]
	{
		width: 90%;
	}
	#reviewStatus{
		max-width: none;
	}
	footer .i div{
		width: 50%;
	}
}
@media screen and (max-width: 900px){
	.title{
		margin-bottom: 80px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.key-points, .key-text {
	    display: inline-block;
	   
	}
	.key-points{width: 250px;}
	.key-text{
		width: calc(100% - 250px);
		padding-top: 0;
	}
	.key-points p {
    	line-height: 4;
    	text-align: left;
	}


	.noMob,.topMenu,#sidebar nav, .sidebar_testimonial,#sidebar .social,#bannerWrapper{
		display: none !important;
	}
	
	
	.onMob, #menuButton,#mobAccountMenu,#mobCart,#mobSocial{
		display: block;
	}
	header {
    	padding-top: 0;
	}
	
	.phone {
	    margin-left:0;
	    width: auto;
	    border-top: none;
	}
	#currency{
		background-image: none;
		height: auto;
	    margin-top: 10px;
	    padding-left: 0;
	    padding-right: 0;
	    padding-top: 0;
	    text-align: center;
	}
	main{
		padding-top: 0px;
	}

	#sidebar,#page_content{
		display: block;
		width: 100%;
		padding-top: 0;
		margin: 0;
	}
	.i{
		margin: 0;
		width: 100%;
	}
	#sidebar{
		padding-bottom: 5px;
		width: 100%;
		margin-left: 0;
		float: none;
	}
	#page_content {
		margin-left: 0px;
	}


	#searchform{
		padding: 5px 2.5%;
	}
	#page_content{
		padding-bottom: 10px;
	}
	#featured_products, .featured_products #category_thumbs, .search_results, #related_products, #recently_viewed ul, #cart_alerts ul, #ingredientList {
    	margin-bottom: 0px;
	}
	#category_thumbs li, #featured_products li, .featured_products li {
    	width: 50%;
	}
	.frmHalf{
		display: inline-block;
	}
	#searchform{
		white-space: nowrap;
	}
	#searchform p{
		display: inline-block;
		width: 50%;
		vertical-align: middle;
	}
	
	#cookie-consent {
    left: 5px;
    right: 5px;
    bottom: 5px;
    width: calc(100% - 10px);
    padding: 5px 5px 10px 5px;
	}
	.closeCookie{
		display: none !important;
	}
	.hero-banner{
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	#featured_products, .featured_products {
	    margin-left: 5px;
	    margin-right: 5px;
	}
	footer .i{
		padding-left:10px;
		padding-right:10px;
		width: calc(100% -20px);
	}
	footer .i div,footer .i{
		box-sizing:border-box;
	}
	/*#intros{
		margin-right: -10px;
		margin-left: -10px;
	}*/
}
@media screen and (max-width: 768px){
	.hero-banner{
		display: block;
		margin-left:10px;
		margin-right: 10px;
		width: calc(100% - 20px);
	}
	.hero{
		display: block;
		margin-bottom: 20px;
		width: 100%;
	}
	div.hero + div{
		display: block;
		width: 100%;
		margin-left: 0;
	}

}
@media screen and (max-width: 650px){
	#cart_preview{
		display: block;
		margin-top: 20px;
	}
	#cart_preview table{
		left: auto;
		right: 0;
	}
	.inline-wrapper{
		padding-right: 0;
	}
	.widget,.widget form,.widget form div,.widgetCaption{
		display: block;
	}
	.widget form div{
		padding: 3px 0 3px 3px;
	}
	.widget form label{
		display: inline-block;
		width: 120px;
		text-align: right;
	}
	.widget form label.wideLbl{
		width: 240px;
	}
	.widgetCaption{
		padding: 5px 3px 0 3px;
	}
	.widget form select{
		width:130px;
	}
	.widget form .cart_button{
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.widget form .med_input{
		width: 90px !important;
	}
	footer .i div{
		width: 100%;
		display: block;
		text-align: center;
	}
	.footer_sage_logos,footer .i div .align_right{
		text-align: center;
	}
	.card{
		width:33%;
		margin-bottom: 5px;
	}
	#cart_totals,.widgetWrapper{
		width: 100%;
	}
	.cart_cell .cart_button{
		margin-right: 5px;
	}
	.white{
		/*padding: 10px;*/
	}
	 #popupLoginForm{
		width: 340px;
	}
	.hero{
		padding-bottom: 50%;
	}
	
}
@media screen and (max-width: 600px){
	.card label,.card input[type=radio],.card img{
		display: block;
		text-align: center;
		margin: 0 auto 5px auto;
	}
	.key-points, .key-text {
	    display: block;
	    width: 100%;
	}
	.key-text{
		padding-top: 10px;
	}
	.key-points p {
    	line-height: 1;
    	text-align: center;
	}
	.phone span:last-of-type:before{
		display: none;
	}
	.phone span:last-of-type{
		width: 100%;
		padding-top: 5px;
	}
	.title:before{
		display: none;
	}
	.title{
		background-color: transparent;
		height: auto;
		margin-bottom: 15px;
	}
	.breadcrumbs{
		position: static;
	}

/*	#payment_form input[type="text"], #payment_form input[type="tel"], #payment_form select, #payment_form input[type="password"], #payment_form textarea {
	    width: calc(100% - 75px);

	}*/
}
@media screen and (max-width: 575px){
	#category_thumbs, #featured_products, .featured_products{
		text-align: center;
	}
	#category_thumbs li, #featured_products li, .featured_products li
	{
		width: 80%;
	}
	
	#featured_products.home li:last-of-type{
		display: none;
	}
	#intros {
		padding: 10%;
	}
	#intros .i {
    	display: block;
	}
	#intros .i section{
		display: block;
		border: none;
		padding: 5px 0;
		border-bottom: 1px solid #809fa4;
		width: 100%;
	}
	#intros .i section:last-of-type{
		border-bottom: none;
	}
	#intros .i section .italic{
		text-align: right;
	}
	#purchase_options {
    	width: 100%;
    	float: none;
	}
	#product_images {
		margin-top: 30px;
    	width: 250px;
    	float: none;
    	margin-left: auto;
    	margin-right: auto;
	}
	#purchase_options .cart_button{
		margin-right: 10px;
	}
	#related ul li, #cart-freeship-alert ul li {
	    display: inline-block;
	    position: relative !important;
	    vertical-align: top;
	    white-space: normal;
	    width: 50%;
	}
	.ingredients li div {
		width: 130%;
		right: -50%;
	}
	.ingredients li div:after, .ingredients li div:before {
		right: 50%;
		left: auto;
	}

	.ingredients li div:after {
		right: 50%;
		margin-right: 1px;
		left: auto;
	}
		#accountForm button, #loginForm button{
		float: right;
	}
	.attributes .bold{
		width: 110px;
	}
	#sage_logos {
	    float: none;
	    width: auto;
	}
	.checkout_form textarea{
		display: inline-block;
	}
	.frmInner{
		white-space: normal;
	}
	#articles_index{
	  	margin-right: 0;
	  	float: none;
	
	}
	#article_cats{
	   float: none;
	   width: 200px;
	   margin-left: 0px;
	   margin-bottom: 10px;
	}
	#set-cookie-prefs{
		width: 80%;
		margin-top: 30px;
		font-size: 0.9em;
	}
	.cookie-consent{
		text-align: center;
	}
	#cookie-consent{
		font-size: 1rem;
	}
	#cookie-consent div:first-of-type,#cookie-consent div:last-of-type{
		width: 100%;
		padding-right: 0;
	}
	#cookie-consent div:last-of-type{
		padding-top: 10px;
	}
	.cookie-chkbox {
	    margin: 0 1em 0 0;

	}
	.cart_row{
		white-space: normal;
	}
	.cart_row form{
		border-top: 1px solid #809FA4;
	}
	.cart_cell label span{
		position: static;
		color: #5e7074;
	}
	.cart div:nth-of-type(2) form{
		border-top: none;
	}
	.cart_row form div,.cart_row form div.narrow,.header_row div,.header_row div.narrow{
		width: calc(25% - 4px);
		vertical-align: middle;
	}
	.cart_row form div:first-of-type{
		width: 100%;
		background-color: transparent;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.header_row div:first-of-type{
		display: none;
	}
	.widget form label.wideLbl {
    width: auto;
    text-align: left;
	}
	.checkout_form .cart_button{
		width: calc(50% - 30px);
		min-width: 0;
	}
	.hero{
		padding-bottom: 0;
		height: auto;
	}
	.hero-inner{
		position: relative;
	}

	
	
}
@media screen and (max-width: 520px){
	#logo {
	    width: 200px;
	    margin-left: -100px;
	    bottom: 25px;

	}
	body{
		font-size:100%;
	}
	
	.half{
		display: block;
	    width: 100%;
	}
	#deliverystuff{
		margin-top: 2em;
		border-top: 1px solid #72878C
	}
	#deliverystuff.disabled{
		display: none;
	}
	#ingredientList li .cart_button, .buttonMargins .cart_button {
	    margin-bottom: 10px;
	    margin-top: 5px;
	    margin-right: 15px;
	}
	.bannerImg {
	    display: block;
	    width: 250px;
	    margin: 0 auto 10px auto;
	}
	.txtCol {
	    display: block;
	    padding-left: 0;
	    width: 100%;
	}
	.mobCenter{
		text-align: center !important;
	}
	#accountForm label, #loginForm label {
	    margin-right: 5px;
	    width: 120px;
	}
	#accountForm input[type=text]{
		width: 140px !important;
	}
	#cart_totals{
		width: 100%;
	}
	.do_block{
		display: inline-block;
		width: 100%;
		padding-bottom: 10px;
	}
	.checkout_form label{
		width: 130px;
	}
	#payment_form label{
		width: 100%;
	}
	#payment_form input[type=tel],#payment_form input[type=text]{
		margin-left: 0;
	}
	
	#filterform input[type=text]{
		margin-right: 5px;
		width: 80px;
	}
	#filterform span{
		white-space: nowrap;
		float: right;
	}
	#popupLoginForm{
		width: 300px;
	}

}
@media screen and (max-width: 400px){
	.widget form label.wideLbl{
		width: 240px;
		text-align: left;
	}
	.widget form .med_input{
		width: 90px !important;
	}
	.cart_button {
	    height: 20px;
	    line-height: 20px;
	    overflow: visible;
	   font-size: 0.8em;
	}

}


@media print{
	@page {size: 80%}

	body{
		font-size:90%;
	}
	
	.noprint{
		display: none !important;
	}

	*{
		background: transparent !important;
	}
	p,h1,h2,h3,h4{
		color: #000 !important;
	}
}

