/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
(Tweaked for CleanThemes theme)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* CSS cross-browser clear fix */
.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {
  clear:both;
}
.cf {
  zoom:1;
}

.bold{

  font-weight: bold;
  color: #6D6E71;

}


/* Remove FF input padding for consistant alignment */
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove the odd input formatting from iOS */
button,
input[type=submit],
input[type=button]{
  -webkit-appearance: none;
}

/* Stop Webkit's big glowy boxes, we have our own highlight effect */
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

/* Standard text CSS */
strong, b { font-weight:bold; }
abbr, acronym { border-bottom:1px dotted #8a8f93; cursor:help; }
em, i { font-style:italic; }
ul,ol,dl { margin:1em; font-size:100%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
blockquote {
  margin:1.5em 0em 1.5em 10px;
  padding:.5em 0em;
  quotes:"\201C""\201D";
  font-size:130%;
  font-style:italic;
  line-height: 100%;
}
blockquote:before{
  color: #8a8f93;
  content:open-quote;
  font-size:3em;
  line-height:.1em;
  margin-left: -20px;
  margin-right: 10px;
  vertical-align:-0.48em;
}
blockquote :first-child { display:inline; }
blockquote :last-child { margin-bottom:0; }
blockquote:after { content: no-close-quote; }

ol,ul,dl { margin-left:2em; }
ol li {    list-style: decimal outside; }
ul li {	list-style: disc outside; }
dl dd { margin-left:1em; }
th,td {
  border-bottom: 1px solid #d9d9d2;
  border-collapse: collapse;
  border-top: 1px solid #d9d9d2;
  padding: 0.7em;
}
th {
  /*distinguishing table headers from data cells*/
  font-weight:bold;
  text-align:left;
  border-bottom-width: 3px;
}
caption { margin-bottom:.5em; text-align:center; }
p,fieldset,table { margin-bottom:1em; }

hr {
  border: none;
  width: 100%;
  color: transparent;
  border-bottom: 3px double #d9d9d2;
  height: 9px;
  margin: 1em 0;
}

/* Google Fonts */






 body, input, textarea, select

{ font-family: Lato; }






 h1,h2,h3,h4,h5,h6

{ font-family: Lato; }






 #pageheader .logotext

{ font-family: Lato; }






 .nav-row

{ font-family: Lato; }







#pageheader .search-box input[type="text"],
.signup-form input[type="email"],
input[type="submit"],
button,
label,
#cart-summary-overlay,
#pageheader .utils,
.page-header .filters,
.tags,
#pagefooter

{ font-family: Lato; }






/* Theme styles */

body {
  font-size: 15px;
  line-height: 1.6em;
  color: #8a8f93;
  background: #ffffff;
  letter-spacing: 1px;
  overflow-y: scroll;
}

::selection{/* Webkit & Opera */
  background:#3d4c4f;
  color:#ffffff;
}
::-moz-selection{ /* Firefox */
  background:#3d4c4f;
  color:#ffffff;
}

a,
a:link,
a:visited {
  color:#3d4c4f;
  -moz-transition: color 100ms;
  -webkit-transition: color 100ms;
  transition: color 100ms;
  text-decoration:none;
}

a:hover {
  color:#e94b3f;
}

select {
  max-width: 100%;
}

input,
textarea {
  font-size: 15px;
  line-height: 15px;
  background-color: #ffffff;
  color: #8a8f93;
  border: 1px solid #e7e7e1;
  padding: 11px 15px;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
  letter-spacing: 1px;
}

input[type=checkbox] {
  border:none;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  border-radius:0;
}

textarea {
  height:120px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* HTML5 input placeholders */
::-webkit-input-placeholder {
  
  text-transform: uppercase;
  
  color: #3d4c4f;
}

:-moz-placeholder { /* Firefox 18- */
  
  text-transform: uppercase;
  
  color: #3d4c4f;
}

::-moz-placeholder {  /* Firefox 19+ */
  
  text-transform: uppercase;
  
  color: #3d4c4f;
}

:-ms-input-placeholder {
  
  text-transform: uppercase;
  
  color: #3d4c4f;
}

.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background:#464e54;
  border: none;
  color:#ffffff;
  font-size: 12px;
  line-height: 12px;
  height: auto;
  margin: 0;
  text-decoration: none !important;
  
  text-transform: uppercase;
  
  cursor: pointer;
  padding: 16px 15px 14px;
  vertical-align: middle;
  min-width: 120px;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  border-radius:0;
  -moz-transition: background-color 100ms, color 100ms;
  -webkit-transition: background-color 100ms, color 100ms;
  transition: background-color 100ms, color 100ms;
  display: inline-block;
  zoom:1;
  *display:inline;
  letter-spacing: 1px;
}

.button.compact,
button.compact,
input[type="submit"].compact,
input[type="reset"].compact,
input[type="button"].compact {
  width: auto;
  min-width: 0;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #e95144;
}

.button.altcolour,
button.altcolour,
input[type="submit"].altcolour,
input[type="reset"].altcolour,
input[type="button"].altcolour {
  background: #ffffff;
  color: #464e54;
}

.button.altaltcolour,
button.altaltcolour,
input[type="submit"].altaltcolour {
  background: #e95144;
}

.button.altaltcolour:hover,
button.altaltcolour:hover,
input[type="submit"].altaltcolour:hover {
  background: #464e54;
}

.button.notabutton,
a.button.notabutton,
button.notabutton,
input[type="submit"].notabutton {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: none;
  vertical-align: baseline;
  min-width: 0;
  overflow: visible;
  height: auto;
  color:#3d4c4f;
  -moz-transition: color 100ms;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}

.button.notabutton:hover,
a.button.notabutton:hover,
button.notabutton:hover,
input[type="submit"].notabutton:hover {
  color:#e94b3f;
}

.button.disabled,
a.button.disabled,
button[disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
input[type="button"][disabled] {
  background: #999 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #3d4c4f;
  font-weight: normal;
  line-height: 1.2em;
  
  text-transform: uppercase;
  
  margin-bottom: 1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  color: inherit;
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color:#e94b3f;
}

h1,
h2.h1-style { font-size: 32px; }




h2,
h1.h2-style,
h2.h2-style,
h3.h2-style,
h4.h2-style,
h5.h2-style,
h6.h2-style {
  font-size: 25px;
}


h3,
h1.h3-style,
h2.h3-style,
h3.h3-style,
h4.h3-style,
h5.h3-style,
h6.h3-style {
  font-size: 23px;
}


h4,
h1.h4-style,
h2.h4-style,
h3.h4-style,
h4.h4-style,
h5.h4-style,
h6.h4-style {
  font-size: 21px;
}


h5,
h1.h5-style,
h2.h5-style,
h3.h5-style,
h4.h5-style,
h5.h5-style,
h6.h5-style {
  font-size: 19px;
}


h6,
h1.h6-style,
h2.h6-style,
h3.h6-style,
h4.h6-style,
h5.h6-style,
h6.h6-style {
  font-size: 17px;
}


h1.majortitle,
h2.title, /* Req for Shopify account templates */
h2.majortitle,
h3.majortitle,
h4.majortitle,
h5.majortitle,
h6.majortitle,
.majortitle {
  margin: 10px 0;
}

h1.hometitle,
h2.hometitle,
h3.hometitle,
.hometitle {
  line-height: 1em;
  margin: 10px 0;
}


img {
  max-width: 100%;
  height: auto;
}

.hidden {
  display: none;
}

/* Lists  */
#pageheader ul,
#pageheader li {
  margin: 0;
  padding: 0;
  display: inline;
}

.container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container .container {
  padding-left: 0;
  padding-right: 0;
}

.flexslider .container {
  padding-left: 40px;
  padding-right: 40px;
}

#content {
  background: #ffffff;

  

  
  background-repeat:repeat;
  
  

  padding-bottom: 60px;
}

.template-index #content {
  padding-bottom: 0;
}

/* Header */
#pageheader {
  position: relative;
  background: #ffffff;
  z-index: 4000; /* Place above slider for live-search dropdown */
}

#pageheader,
#pageheader a {
  color: #3d4c4f;
}

#pageheader .logo {
  text-align: center;
  padding: 40px 0 40px;
  letter-spacing: 1px;
}

#pageheader .logo a {
  color: #3d4c4f;
}

#pageheader .logo img {
  vertical-align: top;
  width:170px;
}

#pageheader .logo .logotext {
  font-size: 22px;
  line-height: 1em;
}

#pageheader .search-box,
#pageheader .utils {
  position: absolute;
  top: 50%;
}

#pageheader .logo-pos-below .search-box,
#pageheader .logo-pos-below .utils,
#pageheader .logo-pos-above .search-box,
#pageheader .logo-pos-above .utils {
  top: 0;
  margin-top: 0;
}

#pageheader .search-box {
  left: 30px;
  margin-top: -15px;
}

#pageheader .search-box .search-form {
  border: 1px solid #ffffff;
  position: relative;
  display:inline-block;
  zoom:1;
  *display:inline;
}

#pageheader .search-box.focus .search-form {
  background-color: #fff;
  border-color: #dedede;
}

#pageheader .search-box .search-form i {
  width: 22px;
  height: 22px;
  background: url('//cdn.shopify.com/s/files/1/0295/0261/t/3/assets/social_spr_darkgrey.png?4631040122530219721') -221px center no-repeat;
  top: 7px;
  left: 2px;
  position: absolute;
  z-index: 1;
}

#pageheader .search-box.focus .search-form i {
  background-image: url('//cdn.shopify.com/s/files/1/0295/0261/t/3/assets/social_spr_darkgrey.png?4631040122530219721');
}

#pageheader .search-box .search-form input[type="text"] {
  border: none;
  background: transparent;
  padding: 11px 10px 11px 26px;
  width: 210px;
  font-size: 12px;
  color: #3d4c4f;
}

#pageheader .search-box.focus .search-form input[type="text"] {
    color: #666;
}

/* HTML5 input placeholders */
#pageheader .search-box .search-form input[type="text"]::-webkit-input-placeholder {
  color: #3d4c4f;
  opacity: 1;
}

#pageheader .search-box .search-form input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #3d4c4f;
  opacity: 1;
}

#pageheader .search-box .search-form input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
  color: #3d4c4f;
  opacity: 1;
}

#pageheader .search-box .search-form input[type="text"]:-ms-input-placeholder {
  color: #3d4c4f;
  opacity: 1;
}

#pageheader .search-box .search-form input[type="submit"] {
  opacity: 0;
  filter:alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 8px;
  background: transparent;
  color: #8a8f93;
  border: none;
  width: 20px;
  min-width: 0;
  height: 25px;
  padding: 5px 0;
  line-height: 2px;
  font-size: 100%;
}

#pageheader .search-box.focus .search-form input[type="submit"] {
  opacity: 1;
  filter:alpha(opacity=100);
}

#pageheader .search-box .results-box {
  position: absolute;
  background: #ffffff;
  width: 300px;
  max-width: 100%;
  z-index: 5000;
}

#pageheader .search-box .results-box > * {
  display: block;
  padding: 7px 2px;
  margin: 0;
  border-bottom: 1px solid #d9d9d2;
  border-left: 1px solid #d9d9d2;
  border-right: 1px solid #d9d9d2;
  min-height: 24px;
}

#pageheader .search-box .results-box > *:first-child {
  border-top: 1px solid #d9d9d2;
}

#pageheader .search-box .results-box > *:hover {
}

#pageheader .search-box .results-box .img {
  float: left;
  margin: -4px 10px 0 0;
  width: 32px;
  height: 32px;
  text-align: center;
  overflow: hidden;
}

#pageheader .search-box .results-box .img img {
  vertical-align: middle;
  margin-top: -2px;
}

#pageheader .search-box .results-box .load {
  background: url('//cdn.shopify.com/s/files/1/0295/0261/t/3/assets/ajax-load.gif?4631040122530219721') center center no-repeat;
  text-align: center;
}

#pageheader .search-box .results-box .note {
  text-align: center;
  background:#464e54;
  border: #464e54;
  color:#ffffff;
  font-size: 12px;
  
  text-transform: uppercase;
  
}

#pageheader .utils {
  right: 30px;
  height: 44px;
  line-height: 40px;
  margin-top: -18px;
  
  text-transform: uppercase;
  
  font-size: 12px;
}

#pageheader .utils .phone_us {
	vertical-align: middle;
  display:inline-block;
  zoom:1;
  *display:inline;
  text-align:right;
  /*height:40px;*/
  margin-right:15px;
  padding-right:18px;

}

#pageheader .utils .phone_us .phone_prompt {
	margin:0px;
	padding:0px;
	height:12px;
}

#pageheader .utils .phone_us .phone_number {
	font-size:22px;
	margin-top:11px;
}


#pageheader .utils .social-links,
#pageheader .utils .cart-summary {
  vertical-align: middle;
  display:inline-block;
  zoom:1;
  *display:inline;
}

#pageheader .utils .social-links {
  margin-right: 35px;
}

#pageheader .utils .cart-summary {
  text-align: right;
}

#pageheader .utils .cart-summary .switcher {
  margin-left: 3px;
  display: inline;
  vertical-align: middle;
  position: relative;
}

#pageheader .utils .cart-summary .switcher .selected-currency {
  padding: 4px 5px;
  border: 1px solid #d9d9d4;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#pageheader .utils .cart-summary .switcher .switcher-drop {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 50;
}

#pageheader .utils .cart-summary .switcher .switcher-drop .inner {
  margin-top: 1.3em;
  line-height: 1em;
  padding: 8px 20px 6px;
  border: 1px solid #dedede;
  background: #fff;
  color: #444;
  white-space: nowrap;
}

#pageheader .utils .cart-summary .switcher .switcher-drop .inner:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #dedede transparent;
  position: absolute;
  top: 1.3em;
  right: 15px;
  margin-top: -5px;
}

#pageheader .utils .cart-summary .switcher .switcher-drop .inner:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 1.3em;
  right: 15px;
  margin-top: -4px;
}

#pageheader .utils .cart-summary .switcher.show-drop .switcher-drop,
#pageheader .utils .cart-summary .switcher:hover .switcher-drop {
  display: block;
  -webkit-animation: reveal 0.2s ease-out 0s 1 normal none;
  animation: reveal 0.2s ease-out 0s 1 normal none;
}

#pageheader .utils .cart-summary .switcher-drop {
}

#pageheader .utils .cart-summary .button {
  min-width: 0;
  padding: 8px 15px;
  vertical-align: middle;
  color: #ffffff;
}

#pageheader .util-area {


}

#pageheader .util-area .signup-reveal-area {
  display: inline;
  position: relative;
}

#pageheader .util-area .signup-reveal {
  
  text-transform: uppercase;
  
  font-size: 12px;
}

#pageheader .util-area .signup-form-cont {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 50;
}

#pageheader .util-area .signup-reveal-area.show-drop .signup-form-cont,
#pageheader .util-area .signup-reveal-area:hover .signup-form-cont {
  display: block;
  -webkit-animation: reveal 0.2s ease-out 0s 1 normal none;
  animation: reveal 0.2s ease-out 0s 1 normal none;
}

#pageheader .util-area .signup-form-cont .signup-form {
  margin-top: 1.3em;
}

#pageheader .util-area .signup-form-cont .signup-form:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #dedede transparent;
  position: absolute;
  top: 1.3em;
  left: 15px;
  margin-top: -5px;
}

#pageheader .util-area .signup-form-cont .signup-form:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 1.3em;
  left: 15px;
  margin-top: -4px;
}

#pageheader .util-area .signup-form {
  background-color: #fff;
  border-color: #dedede;
}

#pageheader .util-area .signup-form * {
  color: #444;
  background: transparent;
}

/* HTML5 input placeholders */
#pageheader .util-area .signup-form input::-webkit-input-placeholder {
  color: #444;
}

#pageheader .util-area .signup-form input:-moz-placeholder { /* Firefox 18- */
  color: #444;
}

#pageheader .util-area .signup-form input::-moz-placeholder {  /* Firefox 19+ */
  color: #444;
}

#pageheader .util-area .signup-form input:-ms-input-placeholder {
  color: #444;
}

#pageheader .util-area .signup-form label {
  display: none;
}

#pageheader .util-area .loyalty_program {
font-size:12px;
text-transform:none;
/*width: 175px;
position: absolute;*/
margin-left: -19px;
text-align: right; }

#pageheader .util-area .loyalty_program p{

  font-size:12px;
  line-height: 13px;
  margin-bottom: 5px;

}

#sloyalty-widget{ max-width: 175px; }

/* Nav */
.nav-row {
  text-align: center;
  line-height: 2.5em;
  font-size: 12px;
}

.nav-row .multi-level-nav > div { /* All nav rows regardless of tier */
  padding: 5px 0;
}

.nav-row .tier-1 {
  
  text-transform: uppercase;
  
}

.nav-row ul {
  margin: 0;

  display:inline-block;
  zoom:1;
  *display:inline;
}

.nav-row ul li {
  vertical-align: top;
  margin: 0;

  display:inline-block;
  zoom:1;
  *display:inline;
}

.nav-row a {
  padding: 10px 18px;
  white-space: nowrap;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.nav-row a.expanded,
.nav-row li.active > a {
  color:#e94b3f;
}

.nav-row a .exp {
  margin-left: 5px;
  width: 10px;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.nav-row a.listing-title {
  font-weight: bold;
}

.nav-row .slash {
  padding: 10px 0;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.nav-row ul ul {
  display: none;
}

.nav-row ul ul.listed {
  display: block;
  padding-bottom: 10px;
}

.nav-row .tier-1 ul ul.listed {
  display: none;
}

.nav-row ul ul.listed > li {
  display: block;
}

.nav-row ul ul.listed > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1em;
}

.tags.nav-row {
  border-top: 1px solid #d9d9d2;
  border-bottom: 1px solid #d9d9d2;
  padding: 15px;
  text-transform: capitalize;
}

.tags .active a {
  color: #e94b3f;
}

.multi-tag-row {
  margin-bottom: 10px;
}

.multi-tag-row .tags.nav-row {
  margin-top: -1px;
}

.tags.nav-row.social {
  text-align: right;
}

/* Main nav only */
#main-nav {
  border-bottom: 1px solid #d9d9d2;
  z-index:9999;
}

#main-nav .multi-level-nav > div {
  border-top: 1px solid #d9d9d4;
  background: #d9d9ce;
}

#main-nav .multi-level-nav .tier-1 { background: #f5f5f2; }
#main-nav .multi-level-nav .tier-2 { background: #e7e7e1; }

#main-nav a {
  color: #3d4c4f;
}

#main-nav a.expanded,
#main-nav li.active > a,
#main-nav a:hover {
  color: #e95144 !important;
}

#main-nav .account-links {
  padding: 0 18px;
  color: #999999;
  white-space: nowrap;
}

#main-nav .account-links a {
  padding-left: 0;
  padding-right: 0;
  color: #999999;
}

/* Store messages */
#store-messages {
}

#store-messages .message {
  position: relative;
  text-align: center;
  padding: 12px 0 16px;
}

#store-messages.messages-2 .message {
  float: left;
  width:49.5%;
}

#store-messages.messages-3 .message {
  float: left;
  width:33.33%;
}

#store-messages .message a {
  display: block;
}

#store-messages .message .title,
#store-messages .message .tagline {
  margin: 0 20px;

}

#store-messages .message .title {
  line-height:1.3em;
  font-size: 16px;
  -moz-transition: color 100ms;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}

#store-messages .message a:hover .title {
  color:#e94b3f;
}

#store-messages .message .tagline {
  font-size: 12px;
  
  text-transform: uppercase;
  
  display: block;
  line-height:1.4em;
  margin-top:5px;
}

#store-messages .message .fluff {
  border-left: 1px solid #d9d9d2;
  width: 1px;
  position: absolute;
  left: 0;
  top: 20px;
  height: 28px;
}

/* Headings above content */
.page-header {
  text-align: center;
  padding: 20px 0 20px;
}

.page-header .pagetitle {
  margin-bottom: 20px;
}

.page-header .user-content {
  text-align: left;
}

.page-header .filters {
  float: left;
  
  text-transform: uppercase;
  
  font-size: 12px;
}

.page-header .social-area {
  float: right;
  
  text-transform: uppercase;
  
  font-size: 12px;
}

.page-header .social-area .rsslink,
.page-header .social-area .social {
  vertical-align: middle;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.page-header .social-area .rsslink img {
  height: 28px;
  width: 28px;
  margin-left: 10px;
}

.page-header .filters .tags {
  margin-right: 25px;
}

/* Pagination */
.pagination-row {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pagination {
  
  text-transform: uppercase;
  
  font-size: 12px;
}

.pagination .pagecount {
  border-left: 1px solid ;
  border-right: 1px solid ;
  padding: 0 5px;
  margin: 0 2px;
}

/* Main footer */

/* HIDE THE SHOP MENU Temporarily for Dev */
#main-nav.footer-nav div.multi-level-nav div.tier-1 ul li:nth-child(5) {
    display:none;
}

#pagefooter {
  padding: 22px 0 50px;
  font-size: 12px;
  
  <!-- text-transform: uppercase; -->
  
}

#pagefooter .image-links {
  background: #f5f5f2;
  padding: 25px 0;
  border-top: 1px solid #d9d9d2;
}

#pagefooter .image-links .image-link {
  width: 31.4%;
  float: left;
  text-align: center;
}

#pagefooter .image-links .image-link.block-1 {
  margin-left: 1.4%;
}

#pagefooter .image-links .image-link.block-2 {
  margin: 0 1.4%;
}

#pagefooter .image-links .image-link.block-3 {
  margin-right: 1.4%;
}

#pagefooter .image-links .image-link img {
  max-width: 100%;
  height: auto;
  text-align: center;
}

#pagefooter .nav-row {
  background: #f5f5f2;
  border-top: 1px solid #d9d9d2;
  border-bottom: 1px solid #d9d9d2;
}

#pagefooter .nav-row a {
  color: #3d4c4f;
}

#pagefooter .lower {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

#pagefooter .footer_logo{

  margin-top: 32px;

}

#pagefooter .footer_logo img{

  max-width: 90px;

}

#pagefooter .copyright {
  margin-top: 22px;
}

#pagefooter .copyright .copy {
  white-space: nowrap;
}

#pagefooter .copyright img {
  vertical-align: middle;
  margin-right: 20px;
}

#pagefooter .interact {
  margin-top: 30px;
}

#pagefooter .interact .social-links {
  display:inline-block;
  zoom:1;
  *display:inline;
  vertical-align: middle;
}

#pagefooter .payment-methods {
  margin-top: 20px;
}

#pagefooter .payment-methods ul {
  margin-left: 0;
}

/* Signup form in header *or* footer */
.signup-form-cont {
  text-align: center;
  clear: both;
  white-space: nowrap;
}

.signup-form {
  display:inline-block;
  zoom:1;
  *display:inline;
  vertical-align: middle;
}

.signup-form {
  border: 1px solid #e7e7e1;
  background-color: #ffffff;
}

.signup-form label {
  font-size: 12px;
  line-height: 12px;
  padding: 0 25px;
  border-right: 1px solid #e7e7e1;
  vertical-align: middle;
  
  text-transform: uppercase;
  
}

.signup-form input[type="email"] {
  border: none;
  text-align: center;
  font-size: 12px;
}

.signup-form h4 {
  margin: 0.6em 2em;
}

/* Social links */
.social-links li {
  list-style:none;
  display:inline;
}

.social-links a {
  display:inline-block;
  zoom:1;
  *display:inline;
  height: 0;
  text-indent: -999em;
  vertical-align: middle;
  
  width: 22px;
  padding-top: 22px;
  background: url('//cdn.shopify.com/s/files/1/0295/0261/t/3/assets/social_spr_darkgrey.png?4631040122530219721') 0 0 no-repeat;
  
}

.social-links a:hover {
  opacity: 0.8;
}

.social-links .facebook a {}

.social-links .twitter a { background-position: -22px 0; }
.social-links .rss a { background-position: -44px 0; }
.social-links .pinterest a { background-position: -66px 0; }
.social-links .google a { background-position: -88px 0; }
.social-links .instagram a { background-position: -110px 0; }
.social-links .vimeo a { background-position: -132px 0; }
.social-links .youtube a { background-position: -154px 0; }
.social-links .flickr a { background-position: -176px 0; }
.social-links .tumblr a { background-position: -198px 0; }


.social .socitem {
  vertical-align:top;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.social .socitem.label {
  margin: -2px 10px 0 0;
}

/* Product listing */


.product-block {

  text-align: center;
  max-width: 290px;
}

.product-block .block-inner {
  height: 435px;
}

.product-block .image-cont {
  position: relative;
  max-height: 435px;
  opacity: 0;
  padding-bottom: 0px;
}

.no-js .product-block .image-cont {
  opacity: 1;
}

.product-block .image-cont img {
  max-height: 435px;
  width: auto;
}

.product-block .productlabel {
  position: absolute;
  
  top: 50%;
  margin-top: -20px;
  
  left: 0;
  right: 0;
  text-align: center;
}

.productlabel > span {
  padding: 6px 20px;
  background: #e94b3f;
  color: #ffffff;
  
  text-transform: uppercase;
  
  font-size: 80%;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.productlabel.soldout > span {
  background: #464e54;
}

.productlabel.general > span {
  background: #1bba8c;
}

.product-block .hover-info {
  position: absolute;
  color: inherit;
  
  /* For hiding pre-hover */
  opacity: 0;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
  
  
  top: 4%;
  left: 7%;
  width: 86%;
  height: 92%;
  bottom: -1px;
  
}

.ie7 .product-block .hover-info,
.ie8 .product-block .hover-info{
  display: none;
}

.product-block .hover-info .bg {
  background: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=90);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 1500ms;
  transition: opacity 150ms;
}


.product-block:hover .block-inner .hover-info,
.product-block.expanded .block-inner .hover-info {
  opacity: 1;
  display: block;
}


.product-block .hover-info > .inner {
  width: 100%;
  
  display: table;
  height: 100%;
  
  position: relative;
  z-index: 10;
}


.ie7 .product-block .hover-info > .inner {
  position: absolute;
  display: block;
  height: auto;
  width: auto;
  top: 50%;
  left: 40px;
  right: 40px;
  margin-top: -30px;
}


.product-block .hover-info > .inner > .innerer {
  
  display: table-cell;
  vertical-align: middle;
  
  
  padding: 0 20px;
  
}

.ie7 .product-block .hover-info > .inner > .innerer {
  display: block;
}

.product-block .title{

  font-size: 16px;
  color: #231F20;
  font-weight: 300;

}

.product-block .price{

  font-size: 23px;
  color: #231F20;
  font-weight: 300;

}

.product-block .hover-info .reducedfrom {
  font-style: italic;
  opacity: 0.7;
  margin: 0 5px;
  
}

.product-block .hover-info .reducedfrom .amount {
  text-decoration: line-through;
}

.product-block .hover-info .price {
  margin: 0 5px;
}

.product-block .hover-info .price .from {
  font-size: 80%;
}

.product-block.expanded .image-cont:after {
  top: 435px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #e7e7e1;
  border-width: 15px;
  left: 50%;
  margin: -9px 0 0 -15px;
}

/* Collection blocks - in style of product block */

.product-block.collection-block .productlabel {
  
  margin-top: -30px;
  
}

.product-block.collection-block .productlabel > span {
  background: #464e54;
  color: #ffffff;
  -moz-transition: background-color 100ms;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
  
}

.product-block.collection-block:hover .productlabel > span {
  background: #e95144;
}

.product-block.collection-block .productlabel .count {
  text-transform: none;
  font-style: italic;
  display: block;
}

.collection-slider-row.is-showing-collections {
  
  background: #f5f5f2;
  
}

.collection-slider-row.is-showing-collections .collection-listing {
	height: 330px;
}

/* Search results */
.product-block.page-block {
}

.product-block.page-block .block-inner {
  border: 1px solid #000;
  
  width: 300px;
  
  overflow: hidden;
}

.product-block.page-block .block-inner .text-cont {
  padding: 20px;
  overflow: hidden;
  text-align: left;
}

/* Placeholder blocks for layout */
.product-block.placeholder {
  border: none !important;
  height: 0px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  
  display: none;
  
}

/* Product detail */
.product-detail .gallery {
  position: relative;
}

.product-detail .gallery img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: top;
}

.product-detail .gallery .main-image {
  margin: 0 0 20px 0;
  text-align: center;
}

.product-detail .gallery.has-thumbnails .main-image {
  margin-right: 60px;
}

.product-detail .gallery .thumbnails {
  position: absolute;
  top: 0;
  right: 0;
}

.product-detail .gallery .thumbnails > * {
  display: block;
  margin-bottom: 10px;
}

.product-detail .detail {
  text-align: left;
  position: relative;
}

.product-detail .detail .title {
  margin: 0 0 0.5em;
}

.product-detail .detail .price {
}

.product-detail .detail .price .was-price {
  font-size: 15px;
  margin-right: 15px;
  text-decoration: line-through;
}

.product-detail .detail .productlabel {
  position: static;
  float: right;
  margin: 0 0 10px 10px;
}

.product-detail .detail .description {
  margin: 50px 0;
}

.product-detail .description {
  clear: both;
}

.product-detail .product-form .input-row {
  margin: 20px 0;
  clear: both;
}

.product-detail .product-form .input-row label {
  float: left;
  width: 80px;
  margin-bottom: 10px;
}

.product-detail .product-form .input-row label.singleopt {
  float: none;
  width: auto;
}

.product-detail .product-form .input-row label[for="quantity"] {
  margin-top: 8px;
}

.product-detail .product-form .input-row .selector-wrapper {
  clear: both;
}

.product-detail .product-form .input-row .inline-option .selector-wrapper {
  clear: none;
  display: inline;
}

.product-detail .product-form .input-row select {
  min-width: 70px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 4px;
  border: 1px solid #d9d9d2;
  -webkit-appearance: menulist-button;
}







/* Slide-out product detail, i.e. home, collection */

.collection-listing .product-detail {
  background: #e7e7e1;
  overflow: hidden;
  position: relative;
  line-height: 1.6em;
}

.collection-listing .product-detail .inner {
  padding: 50px 90px;
}

.collection-listing-stream .product-detail .gallery .thumbnails,
.collection-listing .product-detail .gallery .thumbnails {
  position: static;
}

.collection-listing-stream .product-detail .gallery .thumbnails > *,
.collection-listing .product-detail .gallery .thumbnails > * {
  display: inline;
  margin: 0;
}

.collection-listing-stream .product-detail .gallery .thumbnails .active,
.collection-listing .product-detail .gallery .thumbnails .active {
  text-decoration: underline;
}

.collection-listing .product-detail,
.collection-listing .product-detail h1,
.collection-listing .product-detail h1 a,
.collection-listing .product-detail h1.majortitle,
.collection-listing .product-detail h2,
.collection-listing .product-detail h3,
.collection-listing .product-detail h4,
.collection-listing .product-detail h5,
.collection-listing .product-detail h6 {
  color: #3d4c4f;
}

.collection-listing .product-detail a {
  color: #e95144;
}

.collection-listing .product-detail a.button {
  background-color: #e95144;
  color: #fff;
}

.collection-listing .product-detail a.button:hover {
  background-color: #e95144;
}

.collection-listing .product-detail .gallery .main-image,
.collection-listing-stream .product-detail .gallery .main-image {
  margin-right: 0;
}

.product-detail .close-detail {
  position: absolute;
  right: 20px;
  top: 20px;
  background: transparent url('//cdn.shopify.com/s/files/1/0295/0261/t/3/assets/close-bg-dark.png?4631040122530219721') center center no-repeat;
  text-indent: -999em;
  width: 40px;
  height: 40px;
  padding: 10px;
}

/* Collection slider specific */
.collection-slider-row {
  padding-top: 40px;
}


.collection-slider-row.collection-slider-1 {
  background: #f5f5f2;
}



.collection-slider-row.collection-slider-2 {
  background: #f5f5f2;
}



.collection-slider-row.collection-slider-3 {
  background: #f5f5f2;
}


.collection-slider .collection-listing {
  overflow: hidden;
  position: relative;
  height: 330px;
}

.collection-slider .collection-listing .product-block {
  padding: 10px 10px;
  width: auto; /* even in fixed-mode */
  max-width: 200px;
  overflow: hidden;

}

.collection-slider .collection-listing .product-block,
.collection-slider .collection-listing .product-block .block-inner {
  height: 300px;
  max-height: none;
}

.collection-slider .collection-listing .product-block .block-inner .image-cont {
  max-height: none;
}

.collection-slider .collection-listing .product-block .block-inner .image-cont img {
  max-height: 300px;
}

.collection-slider .collection-listing .product-block .product-detail {
  display: none;
}

.collection-slider-row .collection-listing .product-detail {
  position: relative;
  height: auto;
  margin-top: 0;
}

.collection-slider .product-block.expanded .image-cont:after {
  top: 300px;
}

/* Collection page specific */
.collection-listing {
  text-align: center;
  line-height: 0;
}

.collection-listing .product-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 435px;
  
  padding: 10px 8px;
  vertical-align: top;
  line-height: 1.6em;
}

.collection-listing .product-block .image-cont img {
  max-height: 435px;
  vertical-align: top;
}

.collection-listing .product-detail {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 0;
  margin-top: 20px;
}

/* Collection page stream-mode! */
.collection-listing-stream .block-inner {
  display: none;
}

.collection-listing-stream .product-detail {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #d9d9d2;
}

.collection-listing-stream .product-block:first-child .product-detail {
  border-top: none;
}

.collection-listing-stream .product-detail .close-detail {
  display: none;
}

/* View All under title on homepage */
.view-all {
  text-align: center;
  font-size: 80%;
  line-height: 1em;
  
  text-transform: uppercase;
  
  margin: 10px 0 20px;
}

.view-all > * {
  vertical-align: middle;
}

.view-all .prev,
.view-all .next {
  margin: 0 40px;
  font-size: 140%;
}

/* Collection page items */
.view-as-label {
  
  text-transform: uppercase;
  
}

#view-as-tiles,
#view-as-stream {
  padding-left: 25px;
  position: relative;
  margin-left: 15px;
}

#view-as-tiles div,
#view-as-stream div {
  background: #3d4c4f;
  position: absolute;
  -moz-transition: background-color 100ms;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
}

#view-as-tiles.active,
#view-as-stream.active {
  color: #e94b3f;
}

#view-as-tiles.active div,
#view-as-stream.active div {
  background: #e94b3f;
  position: absolute;
}

#view-as-tiles:hover div,
#view-as-stream:hover div {
  background: #e94b3f;
}

#view-as-tiles div {
  height: 6px;
  width: 6px;
}

#view-as-tiles .fluff1 { left: 0; top: 0; }
#view-as-tiles .fluff2 { left: 8px; top: 0; }
#view-as-tiles .fluff3 { left: 0; top: 8px; }
#view-as-tiles .fluff4 { left: 8px; top: 8px; }

#view-as-stream .fluff {
  left: 0;
  top: 0;
  height: 14px;
  width: 14px;
}



/* Blog / articles */


.search_by {
	border-bottom: 1px solid #eee;
	padding-bottom:0px;
	margin-bottom:30px;
}

.filter_navigation {
	text-align:left;

}

.filter_navigation h4 {
	font-size:16px;
}

.filter_navigation ul, .filter_navigation ul li {
	list-style:none;
	margin-left:0;
	font-size:14px;
}

.tags {
	margin-top:20px;
}

.tags a {
	margin-right:5px;
}

.article .container {
	padding-left:80px;
	padding-right:80px;
}

.blog-grid-title {
	font-size:20px;
	text-align:left;
	margin-top:10px;
}

.article-grid-item {
	font-size:15px;
	text-align:left;
	height:425px;
	overflow:hidden;
	margin-bottom:10px;
}

.blog-image {
	margin-bottom:30px;

}


.article-list .article {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #d9d9d2;
}

.article-list .article:first-child {
  border-top: none;
  padding-top: 20px;
}

.article .container,
#comments.container {
  max-width: 800px;
}

.article .continue-reading {
  letter-spacing: normal;
  margin-bottom: 1em;
}

.article .meta {
  font-style: italic;
  letter-spacing: normal;
}

.article .meta .time {
  display: block;
  opacity: 0.9;
}

.article .meta .tags .label {
  color: #3d4c4f;
}

.article .meta .tags a {
  opacity: 0.9;
  color: inherit;
}

.article .meta .tags a:hover {
  color:#e94b3f;
}

.user-content {
  letter-spacing: normal;
}

.user-content h1,
.user-content h2,
.user-content h3,
.user-content h4,
.user-content h5,
.user-content h6 {
  letter-spacing: 1px;
  margin: 1em 0 5px;
}

.user-content a {
  text-decoration: underline;
}

.user-content iframe {
  max-width: 100%;
}

/* Meta info */
.meta .iconmeta {
  background: url('//cdn.shopify.com/s/files/1/0295/0261/t/3/assets/meta_icons_grey.png?4631040122530219721') no-repeat 0 0;
  padding-left: 25px;
  margin-right: 10px;
  line-height: 1.4em;
  height: 20px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.meta .iconmeta a {
  white-space: nowrap;
}

.meta .iconmeta.time {
  background-position: 0 -162px;
}

.meta .iconmeta.tags {
  background-position: 0 -80px;
}

/* Cart */

#cartform .divider {
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d2;
}

#cartform .item-list {
  margin: 10px 0 40px;
}

#cartform .item {
  clear:both;
  list-style:none;
  position:relative;
  border-top: 1px solid #d9d9d2;
  padding: 10px 0;
}

#cartform .item:first-child {
  border-top: none;
}

#cartform .item a.remove {
  position: absolute;
  top: 45px;
  right: 5%;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#cartform .item .image {
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 0 4% 0 5%;
  float: left;
}

#cartform .item .image img {
  vertical-align: middle;
}

#cartform .item .desc {
  overflow: hidden;
  margin: 40px 50% 0 0;
}

#cartform .item .desc .name {
  display: block;
}

#cartform .item .quantity {
  position: absolute;
  top: 40px;
  right: 30%;
  width: 130px;
}

#cartform .item .quantity input {
  width: 34px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#cartform .item .line-total {
  margin-top: 5px;
  position: absolute;
  top: 40px;
  right: 10%;
  width: 90px;
  text-align: right;
}

#cartform .checkout-note {
}

#cartform .checkout-note textarea {
  width: 91%;
  max-width: 91%;
  margin-top: 10px;
}

#cartform .totals-area {
  text-align: center;
}

#cartform .totals-area .checkout-col {
  float: right;
  max-width: 360px;
}

#cartform .totals-area .subtotal {
  margin: 0 0 40px;
}

#cartform .totals-area .checkout-buttons {
  margin: 0 0 40px;
}

#cartform .termsagreement {
  margin-bottom: 5px;
}

#cartform .termsagreement label {
  vertical-align:middle;
}

#additional-checkout-buttons input {
  background: none;
  border: none;
  height: auto;
}

#cartform #shipping-calculator {
}

#cartform #shipping-calculator .inputrow {
  float: left;
  clear: none;
  width: 20%;
  padding: 0 30px 20px 0;
}

#cartform #shipping-calculator .inputrow label {
  display: block;
  float: none;
  margin: 0 0 10px 0;
}

#cartform #shipping-calculator .inputrow.ziprow {
  width: auto;
  overflow: hidden;
  padding-right: 0;
}

#cartform #shipping-calculator .inputrow.ziprow input {
  width: auto;
}

#cartform #shipping-calculator .inputrow.ziprow #address_zip {
  width: 120px;
  margin-right: 20px;
}

#cartform #shipping-calculator #wrapper-response {
  padding: 20px 0;
  clear: both;
}

/** Forms **/

#template { /* All default Shopify form templates start with #template */
  text-align: center;
}

#template .template_header {
  margin: 40px 0;
}

#template button,
#template input {
  width: 362px;
  text-align: center;
}

#template textarea {
  width: 362px;
}

#template label {
  
  text-transform: uppercase;
  
  font-size: 85%;
}

#template .action_bottom {
  margin-top: 27px;
}

#template .note {
  display: block;
}

#template .errors {
  margin: 10px 25px;
  font-style: italic;
}

#template .errors li {
  list-style: none;
}

.jsforms #template .large_form {
  position: relative;
  margin-top: -1px;
}

.jsforms #template .large_form label {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  padding: 0 20px;
}

#template.lefty-form {
  text-align: left;
}

#template.lefty-form input[type="text"],
#template.lefty-form input[type="email"],
#template.lefty-form textarea {
  text-align: left;
}

#template.righty-form {
  text-align: center;
}

#template.righty-form input[type="text"],
#template.righty-form input[type="email"],
#template.righty-form textarea,
#template.righty-form input[type="submit"] {
  text-align: center;
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
}

#address_tables {
  margin-top: 40px;
}

#admin_header {
  margin: 20px 0 40px;
}

#admin_header .title {
  text-align: center;
}

#admin_header .action_return {
  margin-bottom: 20px;
}

#customer_sidebar {
  float: left;
  width: 33%;
}

#customer_detail .address p,
.address_table .view_address p,
#order_address .address p {
  margin-bottom: 0;
}

#customer_orders {
  float: right;
  width: 60%;
}

#order_address {
  margin-top: 10px;
}

#order_address #order_payment {
  float: left;
  width: 48%;
  margin-bottom: 20px;
}

#order_address #order_shipping {
  float: right;
  width: 48%;
  margin-bottom: 20px;
}

#order_details {
  clear: both;
  width: 100%;
}

#comments .comment {
  padding-top: 20px;
  border-top: 1px solid #d9d9d2;
}

#comments .comment.first {
  border-top: 0;
}

#comments .comment .gravatar {
  float: left;
}

#comments .comment .detail {
  margin-left: 100px;
}

.payment-methods li {
  margin-left:5px;
  padding-top:32px;
  height:0;
  width:53px;
  overflow:hidden;
  background:url('//cdn.shopify.com/s/files/1/0295/0261/t/3/assets/payment_spr_white.png?4631040122530219721');
  display: inline-block;
  zoom:1;
  *display:inline;
}

.payment-methods li.pay-paypal {
  background-position: -5px 0;
}
.payment-methods li.pay-visa {
  background-position: -78px 0;
  width: 44px;
}
.payment-methods li.pay-mastercard {
  background-position: -137px 0;
  width:40px;
}
.payment-methods li.pay-amex {
  background-position: -192px 0;
  width: 36px;
}
.payment-methods li.pay-discover {
  background-position: -239px 0;
  width:54px;
}
.payment-methods li.pay-cirrus {
  background-position: -305px 0;
  width: 42px;
}
.payment-methods li.pay-maestro {
  background-position: -363px 0;
  width: 42px;
}
.payment-methods li.pay-google-wallet {
  background-position: -419px 0;
  width: 101px;
}
.payment-methods li.pay-dankort {
  background-position: -525px 0;
  width: 50px;
}
.payment-methods li.pay-jcb {
  background-position: -595px 0;
  width: 38px;
}
.payment-methods li.pay-diners {
  background-position: -650px 0;
  width: 36px;
}

ul.taglist {
  margin:0;
}

ul.taglist li {
  display:inline;
  white-space: nowrap;
}

table.noborders,
table.noborders tr,
table.noborders th,
table.noborders td {
  border:0;
}

.simple-popup {
  position: absolute;
  width: 140px;
  padding: 10px 15px;
  border: 1px solid #d9d9d2;
  background: #ffffff;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  -webkit-box-shadow: 0 0 2px 0 #888;
  -moz-box-shadow: 0 0 2px 0 #888;
  box-shadow: 0 0 2px 0 #888;
  text-align:center;
}

.fb_iframe_widget iframe {
  max-width:none;
}

/* Overlays over slider and ad on homepage */
.slide .overlay-text {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 100%;
  text-align: center;
}

.slide .overlay-text.overlay-left {
  text-align: left;
}

.slide .overlay-text.overlay-right {
  text-align: right;
}

.slide .overlay-text .inner {
  display: table;
  width: 100%;
  height: 100%;
}

.slide .overlay-text .text {
  font-size: 32px;
  line-height: 1px; /* set small so table doesn't get too large */
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.ie7 .slide .overlay-text .text {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}

.slideshow {
  
  background: #f5f5f2;
  
}

.slideshow .overlay-text .button {
  background: ;
  border-color: ;
  color: #ffffff;
}

.slideshow .slide .overlay-text .text span {
  line-height: 1.2em;
  color: #464e54;
  
  padding: 5px 10px;
  display: inline-block;
  zoom:1;
  *display:inline;
}

/* Full width ad only */
.full-width-image {
  overflow: hidden;
  position: relative;
  
  background: #f5f5f2;
  
  line-height: 0;
  margin-top: 22px;
}

.full-width-image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.full-width-image .overlay-text,
.full-width-image h1 span {
  color: #ffffff;
}

.slide.full-width-image .overlay-text .text {
  font-size: 32px;
}

.slide.full-width-image .overlay-text .text span {
  line-height: 1.2em;
  
  padding: 5px 10px;
  vertical-align: middle;
  display: inline-block;
  zoom:1;
  *display:inline;
}



/* Post Code Styles */
.post-code-widget {
  overflow: hidden;
  position: relative;

  background: #F1F2F2;

  line-height: 0;
  margin-top: 1px;
}

.post-code-widget img {
  width: 100%;
  height: auto;
  vertical-align: top;
}





.align-center,
.align-centre {
  text-align: center;
}

.align-right {
  text-align: right;
}

a .state {
  display: inline-block;
  zoom:1;
  *display:inline;
  width: 1em;
  text-align: center;
}

/* Content and content layouts */

.spaced-row {
  margin-bottom: 40px;
}

.padded-row {
  padding-top: 40px;
  padding-bottom: 40px;
}

.strongly-padded-row {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content img,
.content iframe,
.content embed,
.content object {
  max-width: 100%;
  height: auto;
}

.layout-column-half-left {
  float: left;
  width: 45%;
}

.layout-column-half-right {
  float: right;
  width: 45%;
}

.layout-content-with-image-left .image-cont,
.layout-content-with-image-right .image-cont {
  display: inline-block;
  zoom:1;
  *display:inline;

  width: 33%;
  text-align: center;
  vertical-align: middle;
}

.layout-content-with-image-left .content,
.layout-content-with-image-right .content {
  display: inline-block;
  zoom:1;
  *display:inline;

  width: 60%;
  margin-right: 5%;
  vertical-align: middle;
}

.layout-content-with-image-left .content {
  margin-left: 5%;
  margin-right: 0;
}

.layout {
  position: relative;
}

.layout .col-third {
  float: left;
  width: 30%;
  margin-left: 5%;
}

.layout .col-third.left {
  margin-left: 0;
}

.layout .col-third.right {
  float: right;
  margin-left: 0;
}

.image-cont img {
  max-width: 100%;
  height: auto;
}

/* Just-added-to-cart summary */
#cart-summary-overlay {
  position: fixed;
  z-index: 6000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: #f5f5f2;
  border-bottom: 1px solid #d9d9d2;
  
  text-transform: uppercase;
  
  font-size: 80%;
}

#cart-summary-overlay .item {
  float: left;
  width: 50%;
  padding-left: 20px;
}

#cart-summary-overlay .item .cols {
  margin-top: 10px;
}

#cart-summary-overlay .item .img {
  float: left;
  width: 95px;
}

#cart-summary-overlay .item .info,
#cart-summary-overlay .item .detail {
  float: left;
  width: 190px;
  margin-left: 10px;
}

#cart-summary-overlay img {
  max-height: 70px;
  max-width: 100%;
}

#cart-summary-overlay .cart {
  float: right;
  width: 40%;
  text-align: right;
  padding-right: 20px;
}

#cart-summary-overlay .cart .cart-text {
  margin: 15px 0 10px;
  font-style: italic;
  text-transform: none;
}

#cart-summary-overlay #shop-more,
#cart-summary-overlay .button {
  margin-left: 10px;
}

.scaled-text {
  transition: font-size 300ms;
}

/*
* jQuery FlexSlider v1.8
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flex-direction-nav {height:0;}
.flex-direction-nav li {list-style:none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider { width: 100%; margin: 0; padding: 0; overflow: hidden; }
.flexslider .slides > li {display: none; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block; margin: 0 auto; width: 100%; }/* stretch image */
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {overflow:hidden; zoom: 1; margin: 0;}
.flexslider .slides > li {position: relative; overflow:hidden;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Control Nav */
.flex-control-nav {
  text-align:center;
  margin-top:10px;
  display:none;
}
.flex-control-nav li {
  display:inline;
}
.flex-control-nav li a {
  text-indent:-9999em;
  width:4px;
  height:4px;
  background:#777;
  border:2px solid #777;
  margin:3px;
  display:inline-block;
  zoom:1;
  *display:inline;
  cursor:pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -moz-transition: background-color 250ms linear;
  -webkit-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
.flex-control-nav li a.active {
  background:#fff;
}

.flexslider .flex-control-nav {
  display: none;
}

.flex-direction-nav a {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
}

.flexslider .flex-direction-nav a {
  background: transparent url('//cdn.shopify.com/s/files/1/0295/0261/t/3/assets/flexslider-leftright.png?4631040122530219721') left top no-repeat;
  width: 59px;
  height: 74px;
  top: 50%;
  margin-top: -37px;
  z-index: 3000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border: 0!important;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.flexslider .flex-direction-nav a.flex-prev {
  left: 10px;
}

.flexslider .flex-direction-nav a.flex-next {
  right: 10px;
  background-position: 100% top;
}

.flexslider:hover .flex-direction-nav a.flex-prev:hover,
.flexslider:hover .flex-direction-nav a.flex-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.flexslider .slides > li { list-style: none; }



/* Responsive styles */

/*
 * This media query is specifically for shunting logo onto its own line
 * before search/social icons overlap.
*/
@media only screen and (max-width: 959px) {
  /* Sit search/socials on different level to logo */
  #pageheader .logo {
    clear: both; /* avoid social icons interfering */
  }

  #pageheader .util-area {
    margin-left: 30px;
    margin-right: 30px;
    height: auto;
  }

  #pageheader .search-box,
  #pageheader .utils {
    position: static;
    float: right;
    margin: 10px 0;
    height: auto;
  }

  #pageheader .search-box {
    position: relative;
    top: 0;
    left: 0;
    float: left;
  }

  .post-code-response p {
      font-size: 16px !important;
      line-height: 20px !important;

    }




}

/* Roughly tablet size */
@media only screen and (max-width: 959px) {
  .layout .col-third {
    float: none;
    width: auto;
    margin-left: 0;
  }

  .layout .col-third,
  .layout .col-third.left,
  .layout .col-third.right {
    float: none;
	width: auto;
    margin-bottom: 20px;
    margin-left: 0;
  }

  #customer_sidebar,
  #customer_orders,
  #order_address #order_payment,
  #order_address #order_shipping {
    float: none;
    display: block;
    width: auto;
    margin: 20px 0;
  }

  .nav-row a {
    padding-left: 14px;
    padding-right: 14px;
  }

  #cartform .item .desc {
    margin-right: 43%;
  }

  #cartform .item .quantity {
    right: 23%;
  }

  #cartform #shipping-calculator .inputrow {
    width: auto;
  }

  #cartform #shipping-calculator .inputrow input {
    margin-bottom: 20px;
  }

  #template button,
  #template input,
  #template textarea {
    width: 332px;
    max-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #pageheader .logo-pos-above .signup-form label {
    display: none;
  }
}

/* Phone sizes typically start here */
@media only screen and (max-width: 767px) {
  /* General layout */
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .strongly-padded-row {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .layout-column-half-left,
  .layout-column-half-right {
    float: none;
    width: auto;
  }

  .layout-column-half-left {
    margin-bottom: 40px;
  }

  .layout-content-with-image-left .content,
  .layout-content-with-image-left .image-cont,
  .layout-content-with-image-right .content,
  .layout-content-with-image-right .image-cont {
    display: block;
    width: auto;
    margin: 20px 0;
  }

  .layout .col-third,
  .layout .col-third.left,
  .layout .col-third.right {
    float: none;
    width: auto;
    margin-left: 0;
  }

  #template.lefty-form {
    text-align: center;
  }

  .nav-row a {
    padding-left: 10px;
    padding-right: 10px;
  }

  #store-messages.messages-2 .message,
  #store-messages.messages-3 .message {
    float: none;
    width: auto;
  }

  #store-messages .message .fluff {
    display: none;
  }

  .page-header .filters {
    float: none;
  }

  .page-header .social-area {
    margin-top: 20px;
    float: none;
  }

  /* full-width images should keep a fixed height and crop to the side */

  #content .slide .overlay-text .button {
    display: none;
  }

  .flexslider .flex-direction-nav a {
    display: none;
  }

  .collection-listing .product-block {
    height: auto;
    width: 47%;
    padding-left: 1%;
    padding-right: 1%;
    min-width: 0;
  }

  .collection-slider .collection-listing .product-block {
    max-width: 98%;
  }

  .collection-listing .product-block .image-cont,
  .collection-slider .collection-listing .product-block .image-cont {
    height: auto;
    max-height: none;
  }

  .collection-listing .product-block img,
  .collection-slider .collection-listing .product-block img {
    max-height: none;
    max-width: 100%;
    height: auto;
  }

  .product-block.page-block .block-inner {
    width: auto;
  }

  .collection-listing .product-detail .inner {
    padding: 100px 40px 50px 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  #cartform .item .image {
    margin-left: 0;
  }

  #cartform .item .desc {
    margin-right: 0;
  }

  #cartform .item .quantotal {
    position: relative;
    clear: both;
    padding-top: 20px;
  }

  #cartform .item .quantity {
    position: static;
    float: left;
  }

  #cartform .item .line-total {
    position: static;
    float: right;
  }

  #cartform .item a.remove {
    right: 10px;
  }

  #cartform .totals-area .checkout-col {
    float: none;
    max-width: none;
  }

  .detail .product-form .variants{

    display: block;
    margin-left: 0px;

  }

  .post-code-response p {

    font-size: 14px !important;
    line-height: 18px !important;

  }

  .article-list {
  text-align:center;
  }

  .article-grid-item {
	font-size:15px;
	text-align:center;
	height:580px;
	overflow:hidden;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

.article-grid-item h2 {
	max-width:480px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}



}

@media only screen and (max-width: 600px) {
  #pageheader .util-area {
    text-align: center;
  }

  #pageheader .search-box,
  #pageheader .utils {
    float: none;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
  }

  #pageheader .util-area .signup-reveal-area {
    display: block;
    margin-bottom: 15px;
  }

  #pageheader .util-area .signup-form-cont .signup-form:before {
    left: 50%;
  }

  #pageheader .util-area .signup-form-cont .signup-form:after {
    left: 50%;
  }

  #pageheader .utils .social-links,
  #pageheader .utils .cart-summary {
    display: block;
    margin: 0 0 10px;
    text-align: center;
  }

  #pageheader .utils .cart-summary {
    margin-bottom: 20px;
  }

  #pageheader .utils .cart-summary .switcher .switcher-drop,
  #pageheader .util-area .signup-form-cont {
    position: relative;
    -webkit-animation: none;
    animation: none;
  }

  #pageheader .utils .cart-summary .switcher .switcher-drop .inner {
    white-space: normal;
  }

  #pageheader .utils .cart-summary .switcher .switcher-drop .inner:before {
    top: 0;
    left: 50%;
  }

  #pageheader .utils .cart-summary .switcher .switcher-drop .inner:after {
    top: 1px;
    left: 50%;
  }

  #pagefooter .image-links .image-link {
    float: none;
    width: auto;
  }

  #pagefooter .image-links .image-link.block-1,
  #pagefooter .image-links .image-link.block-2,
  #pagefooter .image-links .image-link.block-3 {
    margin: 0 1.4%;
  }

  #pageheader .search-box {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #pageheader .search-box .search-form {
    border-color: #dedede;
    background-color: #fff;
    display: block;
  }

  #pageheader .search-box .search-form input[type="text"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  #pageheader .search-box .search-form input[type="submit"] {
    opacity: 1;
  }

  #pageheader .search-box i {
    background-image: url('//cdn.shopify.com/s/files/1/0295/0261/t/3/assets/social_spr_darkgrey.png?4631040122530219721');
  }

  /* HTML5 input placeholders */
  #pageheader .search-box input[type="text"]::-webkit-input-placeholder {
    color: #666;
  }

  #pageheader .search-box input[type="text"]::-moz-placeholder {
    color: #666;
  }

  #pageheader .search-box input[type="text"]:-ms-input-placeholder {
    color: #666;
  }

  #pageheader .search-box .results-box {
    position: static;
    width: auto;
  }

  .nav-row {
    line-height: 1em;
  }

  .view-as {
    display: block;
    margin: 10px 0 0;
  }

  #comments .comment .gravatar {
    width: 40px;
  }

  #comments .comment .detail {
    margin-left: 55px;
  }

  #cart-summary-overlay .item * {
    display: inline;
  }

  #cart-summary-overlay .item,
  #cart-summary-overlay .item .info,
  #cart-summary-overlay .cart {
    width: auto;
    float: none;
    padding: 0 20px;
  }

  #cart-summary-overlay .item .img,
  #cart-summary-overlay .item .detail,
  #cart-summary-overlay .cart .cart-text {
    display: none;
  }

  #cart-summary-overlay .item .info > * {
    display: inline;
    margin-right: 10px;
  }

  #cart-summary-overlay #shop-more,
  #cart-summary-overlay .button {
    width: 49%;
    margin: 0;
    -moz-box-sizing: content-box;
    box-sizing: border-box;
  }

  #cart-summary-overlay #shop-more {
    float: left;
  }

  .post-code-input .postcode-input-field {

    width: 50%;

    }


    .no-hover .product-block {

      max-width: 90%!important;
      height: 435px;
      margin: 20px 0px!important;

    }

    .collection-listing .product-block .image-cont img {
      max-height: 500px;
    }



}

@media only screen and (max-width: 480px) {
  /* Show all product rows at half height */
  .product-block .block-inner {
    height: 217px;
  }

  .product-block .block-inner .image-cont img {
  /*  max-height: 217px; */
  }



    .collection-listing .product-block {
      width: 80% !important;
    }

    .post-code-input .postcode-input-field {
      width: 35% !important;
    }

    .post-code-response p {
      font-size: 11px !important;
      line-height: 16px !important;
      width: 45% !important;

    }

	 .article-grid-item {
		 height:450px;
	   }

     .collection-slider .collection-listing .product-block .block-inner .image-cont img {
     max-height: 100%;
    }

    .collection-slider .collection-listing .product-block, .collection-slider .collection-listing .product-block .block-inner {
      height: 450px;
    }

    .collection-slider .collection-listing {
      height: 470px;
    }


}

@media only screen and (max-width: 360px) {
  .signup-form label {
    display: none;
  }
}


/* High DPI devices get some graphical upgrades */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {

  
  .social-links a {
    background-image:url('//cdn.shopify.com/s/files/1/0295/0261/t/3/assets/social_spr_darkgrey_2x.png?4631040122530219721');
    -moz-background-size:243px 22px;
    -ie-background-size:243px 22px;
    -o-background-size:243px 22px;
    -webkit-background-size:243px 22px;
    background-size:243px 22px;
  }
  

  #pageheader .search-box .search-form i {
    background-image:url('//cdn.shopify.com/s/files/1/0295/0261/t/3/assets/social_spr_darkgrey_2x.png?4631040122530219721');
    -moz-background-size:243px 22px;
    -ie-background-size:243px 22px;
    -o-background-size:243px 22px;
    -webkit-background-size:243px 22px;
    background-size:243px 22px;
  }

  .payment-methods li {
    background:url('//cdn.shopify.com/s/files/1/0295/0261/t/3/assets/payment_spr_white_2x.png?4631040122530219721');
    -moz-background-size:691px 32px;
    -ie-background-size:691px 32px;
    -o-background-size:691px 32px;
    -webkit-background-size:691px 32px;
    background-size:691px 32px;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
  html {
    -webkit-text-size-adjust: none; /* Prevent iOS font scaling */
  }
}

/* Animations */
@-webkit-keyframes reveal {
  0% {
    margin-left:-999px;
    opacity:0;
  }

  1% {
    margin-left:0;
    opacity:0;
    -webkit-transform:scale(0.98) translateY(-15px);
  }

  80% { -webkit-transform:scale(1); }

  100% { -webkit-transform:translateY(0); }
}

@keyframes reveal {
  0% {
    margin-left:-999px;
    opacity:0;
  }

  1% {
    margin-left:0;
    opacity:0;
    transform:scale(0.98) translateY(-15px); }
  80% { transform:scale(1); }
  100% { transform:translateY(0); }
}

/*************    ---                   ---                   ---   *************/
/*************    |     ENTER YOUR CUSTOM CODE BELOW HERE       |   *************/
/*************    ---                   ---                   ---   *************/


.product-block {
box-sizing: content-box!important;
}

/* Post Code App Css */

.post-code-container{

      max-width: 1080px;
      width: 100%;
      height: 140px;
      background-color: #D94C2B;
      position: relative;
      margin: 28px auto;

    }

    .post-code-response{

      width: 48%;
      height: 140px;
      display: table;
      margin-left: 6%;
      float: left;

    }

    .post-code-response p{

      font-size: 20px;
      line-height: 22px;
      color: #fff;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 100;
      width: 50%;
      margin-left: 15%;
      display: table-cell;
      vertical-align: middle;


    }

    .post-code-response .success{

      display: none;

    }

    .post-code-response .fail{

      display: none;

    }

    .post-code-input{

      width: 37%;
      height: 48px;
      display: table-cell;
      vertical-align: middle;
      float: right;
      margin-top: 46px;

    }

    .post-code-input .postcode-input-field{

      height: 48px;
      width: 60%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: none;
        padding: 0;
        vertical-align: top;
        font-size: 22px;
        color: #6D6E71;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 100;
      padding-left: 3%;


    }

    .post-code-input .post-code-button{

      height: 48px;
      width: 20%;
      -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: none;
        padding: 0;
        background-color: #FCD624;
        margin: 0 0 0 2%;
        color: #6D6E71;
        font-size: 18px;
        line-height: 18px;
        cursor: pointer;
        min-width: 40px;
        max-width: 60px;


    }


.img-no-margin p{

  margin: 0;
  padding: 0;
  margin-before: 1em;
  margin-after: 1em;

}



.user-content h1{

    font-size: 42px;
    line-height: 48px;
    color: #C0C2C4;



}


.user-content h2, .user-content h3, .user-content h4{

    font-size: 30px;
    line-height: 38px;
    color: #F68B1F;
    text-transform: none;
    font-weight: 100;
    font-family: "proxima-nova",sans-serif;


}


.user-content p{

    font-size: 20px;
    line-height: 26px;
    color: #555555;
    font-weight: 100;
    font-family: "proxima-nova",sans-serif;


}


.user-content div{

    font-size: 18px;
    line-height: 24px;
    color: #6D6E71;
    font-weight: 100;
    font-family: "proxima-nova",sans-serif;


}

.majortitle{

  font-family: "proxima-nova",sans-serif;
  font-weight: 100;
  color: #808285;

}


/* Collections Page */


.from_ten_dollars-spacer{

    width: 100%;
    height: 46px;
    position: relative;


}



.from_ten_dollars-banner{

    width: 100%;
    height: 36px;
    position: absolute;
    background-color: #FCD83F;
    left: 0;
    right: 0;
    padding-top: 10px;



}

.from_ten_dollars-banner > p{

    width: 100%;
    text-align: center;
    color: #231F20;

}

.collection_page-font_color, .collection_page-font_color p, .collection_page-font_color div{

      color: #231F20 !important;

}

.no-hover-content{

    display: none;

}


/* Helpers */

.italic{


    font-style: italic;

}

/* No Hover Styles To remove hover on the collection pages */

.no-hover .product-block {

    text-align: center;
      max-width: 274px;
    height: 435px;
    margin: 20px 10px;
    padding: 0;
    background-color: #EBEBEC;
    position: relative;

}


.no-hover .product-block .image-cont{


    max-height: 280px;
    overflow: hidden;


}

.no-hover .product-block .hover-info{

    display: none !important;

}


.no-hover .no-hover-content{

    display: inline-block;
    width: 100%;
    font-family: "proxima-nova",sans-serif;

}


.no-hover .no-hover-content p{

    color: #231F20;
	padding-left: 8px;
    padding-right:8px;
    letter-spacing:0px;
    font-size:15px;
    line-height:20px;
    text-transform:capitalize;
}


.no-hover .no-hover-content .no-hover-title{

    margin-top: 22px;
    max-height: 72px;
    overflow: hidden;


}


.no-hover .no-hover-content .iconimage{

    display: inline-block;

}

.time img {
margin-top:-3px;
}



.no-hover .no-hover-content .time{

    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;

}

.no-hover .no-hover-content .star_separator{

    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    bottom: 30px;

}

/*****************************************************************************************/
/*****************************************************************************************/
/****************      PRODUCT BLOCKS - SHOP PAGE -- Est 22/6/16      ********************/
/*****************************************************************************************/
/*****************************************************************************************/


#shop-recipes,
#shop-meal-plans,
#meal_plan_3_select,
#meal_plan_4_select
{
display:none;
}

.shop-container {
  text-align:center;
}

.top-logo-group {
  max-width:700px;
  width:100%;
  margin: 20px auto 0px auto;
  text-align:center;

}


.good-food-logo {
  width:700px;
  margin: auto;
}

.good-food-logo-header {
width:600px;
margin: auto;
}

.good-food-logo-header img {
  width:330px!important;
}

.good-food-logo-mobile {
  width:600px;
  margin: auto;
  display:none;
}

.cooks-grocer-logo {
  float:right;
  text-align:left;
  border-left: 2px solid #777;
  width:200px;
  height:60px;
  display:inline-block;
}

.cooks-grocer-logo img {
  margin-left:25px;
}

.flavoured-by {
  font-size:15px;
  line-height:22px;
  text-align:left;
  padding-top:15px;
  margin-left:25px;
  display:block
}

#meal-plan-info:hover,
#shop-as-you-go-info:hover,
#meal-plan-info:hover > #meal-plan-info h5 {
  text-decoration: underline!important;
  color:#000;
}

#meal-plan-info h5, #shop-as-you-go-info h5 {
  font-family: "proxima-nova", Lato, sans-serif;
  font-weight:600;
  font-size:32px;
}

.no-hover .shop-block {
  height: 500px;
}

.shop-block .image-cont {
  opacity:1 !important;
}


.product_btn_details {
  position:absolute;
  width:100%;
  top: 380px;
  height:80px;
  color:#333;
}

.view_recipe {
  display:block;
  font-size:12px;
  letter-spacing:0;
}

.product_btn_details .glyphicon {
  color:#999;
  margin: 2px 3px 10px 10px;
}

.product_btn_details .glyphicon-cutlery {
  margin-left:10px;
}

.product-block-btn, .product-block-btn:hover {
    /*background-color: #FFDE30;*/
    background-color: #CCC;
    font-size: 12px!important;
    height: 25px;
    margin-top:20px;
    color: #000!important;
    font-weight: 200!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
    border:none;

}

.btn-group.open .dropdown-toggle  {
  background-color: #CCC!important;
}

.meal-btn {
  background-color: #000000;
  font-size: 12px!important;
  line-height:13px;
  height: 33px;
  margin-top:10px;
  color: #FFF!important;
  font-weight: 200!important;
  padding: 10px 20px!important;
  border:none;

}



ul.dropdown-menu {
width:274px;
left:-57px;
padding-top:10px;
padding-bottom:10px;
}

ul.dropdown-menu li a {
  font-size:20px;
  line-height:34px;
}

.product_btn_details a.view_recipe {
  margin-top:0;
  padding-top:0;
  line-height:15px;
}

.btn-group ul.dropdown-menu li {
    list-style: none !important;
}

.meal-plan-template {
    margin-top: 20px;
    float: left;
}

.meal-plan-template p {
  font-size:20px!important;
}



#shop-meal-plans-container {
    width: 100%;
    background-color:#efefef;
    float:left;
    margin:20px 0px;
    padding:20px 0px;
}

#shop-meal-plans-container h3 {
  font-size:24px;
  font-weight: 500;
  font-style: normal;
  color:#000;
  margin:20px 20px 0px 20px;
}

#shop-meal-plans-container p {
  font-size:20px;
  font-weight: 300;
  font-style: normal;
  color:#333;
  margin:0px 20px 30px 20px;
}

#shop-meal-plans-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-spacing:0;

}

#three_meals_holder  {
  width:50%;
  min-width:530px;
  float:left;
  margin: 30px 0px;
  text-align:center;
}

#four_meals_holder  {
  min-width:530px;
  width:50%;
  float:right;
  margin: 30px 0px;
  text-align:center;
}

.meal_plan_img {
  height:300px;
}

.meal_plan_img_large {
  height:300px;
}


.grocer-yellow,
.grocer-yellow:hover
{

  display:block;
  margin: 20px auto;
  float:none;
  background-color: #FFDE30;
  color: #231F20;
  height: 35px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}


#three_meal_select,
#four_meal_select {
  width:inherit;
}

#meal_plan_3_select p ,
#meal_plan_4_select p {
  color:#000000;
  font-weight: 100;
  margin:5px;
  font-size:22px;
}

#meal_plan_3_select h4,
#meal_plan_4_select h4 {
    font-family: "proxima-nova", Lato, sans-serif;
    text-transform: none;
    font-weight: 600;
    margin-top:20px;
    color:#000;
}

#meal_plan_3_select a.grocer-yellow,
#meal_plan_4_select a.grocer-yellow {
  width:65%;
  text-transform: uppercase;
}

#meal_plan_3_select div,
#meal_plan_4_select div {
  width:33%;
  max-width: 160px;
  float:left;
  text-align:center;
}

#meal_plan_3_select, #meal_plan_4_select {
  width:480px;
  margin-left:auto;
  margin-right:auto;
}


.no-hover .no-hover-content .food_category{
    display: inline-block;
    vertical-align: top;
}


.single-product-details > .title{
  width: 100%;
  text-align: center;
  color: #808285;
  font-weight: 100;
  font-family: "proxima-nova", sans-serif;
  font-size: 34px;
  line-height: 38px;
  margin-top: 40px !important;

}


.single-product-details > .product_description{

  text-align: center;
  color: #4D4D4F;
  font-weight: 100;
  font-family: "proxima-nova",sans-serif;
  font-size: 19px;
  line-height: 25px;
  font-style: italic;


}


.single-product-details > .product_description > .description{

    margin: 20px 0 20px 0;

}

.custom_fields > .star_spacer{

  text-align: center;
  width: 100%;
  font-family: "proxima-nova",sans-serif;
  font-size: 27px;
  line-height: 30px;
  color: #231F20;
  font-weight: 100;
  margin-bottom: 8px;


}


.custom_fields > .iconimage{

    display: inline-block;
    text-align: center;

}



.custom_fields > .time{

    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 100%;
    color: #231F20;

}

.custom_fields > .time img{

  margin-top: -1px;
  display: inline-block;

}


.custom_fields > .food_category{

    display: inline-block;
    vertical-align: top;
    text-align: center;

}


.custom_fields .serving_icon{

    margin-left: 30px;

}


.main-image-single-product{

    margin-right: 0 !important;

}

.product-form{

    text-align: center;
    margin-top: 40px;

}

.product-form .variants{

    display: inline-block;
    margin-left: 80px;

}

.product-form .variants:first-child{

    margin-left: 0px !important;

}


.product-form .variants .add-to-cart-button{

    background-color: #FFDE40;
    color: #231F20;
    height: 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;


}


.back_to_products{

    display: block;
    height: 25px;
    width: 100%;
    margin: 50px 0 0 0;
    text-align: center;

}


.variants .variant_title{

  color: #231F20;
  font-family: "proxima-nova",sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 100;


}


.variants .variant_price{

  color: #231F20;
  font-family: "proxima-nova",sans-serif;
  font-size: 42px;
  line-height: 46px;
  font-weight: 100;


}

.icon_text{

    vertical-align: top;
    padding-top:5px;
    text-transform:none;
    font-size:12px;

}


.home_banner{

    max-width: 1166px !important;

}



/*
*
* Customer Accounts Page */


.account_subscription {
	margin-top:30px;
	float:left;
	display:block;
	width:100%;
	text-align:center;
}


#customer_sidebar {
display:block;
clear:both;
}

/* YOTPO Reviews Styles */

.yoMain{

   font-family: "proxima-nova",sans-serif !important;
   color: #231F20 !important;

}

.yoReviewsBtn{


	font-weight: 100 !important;

}


.yoPowered-link{

	color: #231F20 !important;

}

/* Local Delivery Styles */
#order-delivery-form-wrapper br + p {

	color: #3d4c4f;
    font-weight: normal;
    line-height: 1.2em;
    text-transform: uppercase;
  	font-size: 23px;
	color: #CE3621;
}

.checkout-note h3{

  	color: #CE3621;

}

/* Checkout updates 2014 */

li.item.cf.peak-delivery {
	/*display:none;*/
}

.menu_back {
  text-transform: uppercase;
  color: #E75247;
  font-size: 22px;
  padding-left:180px;
  margin-bottom:30px;
  font-weight:600;
}

.menu_back a {
  color: #E75247;
}

.cart-new .cart-new-row{
  width: 100%;
  margin: 15px 0;
}

.cart-new .number{
  width: 60px;
  height: 60px;
  background-color: #E75247;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin: 0 7% 0 5%;
  font-family: Lato;
  -webkit-font-smoothing: antialiased; }
  .cart-new .cart-new-content{
   display: inline-block;
   vertical-align: top;
   margin: 0;
   width: 75%;
    }
  .cart-new .cart-new-content h2{
   text-transform: capitalize;
   color: #E75247;
   font-size: 30px;
   padding: 13px 0;
   margin: 0;
   text-align:left;
   font-weight:600;
   -webkit-font-smoothing: antialiased; }
   .cart-new .textareawrapper{ display: none; }
   .cart-new .instructions-input{ width: 100%; height: 90px; }
   .cart-new .go-to-checkout input[type="checkbox"]{
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    margin: 28px 0 10px 4px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e6e6e6;
   }
   .cart-new .go-to-checkout label{
    margin: 22px 0 10px 18px;
    display: inline-block;
    vertical-align: top; }
    #cartform .cart-new .new-cart-total{
      border-bottom: 1px solid #d9d9d2;
      padding-bottom: 18px;
      margin-bottom: 30px;
    }
    .new-cart-total p{
      font-size: 20px;
      -webkit-font-smoothing: antialiased;
    }
    .new-cart-total .cart-new-content{ padding-left: 64px; margin-left: 12%; width: 76%;}
    .new-cart-total .cart-new-content .total-ex-delivery{
      width: 150px;
      display: inline-block;
      right: 0;
      float: right;
    }
    .new-cart-total .cart-update{
      margin-bottom: 35px;    }

    .new-cart-total .cart-new-content .total-ex-delivery h1{ margin: 0; padding: 0; }
    .new-cart-total .cart-new-content .total-ex-delivery p{
      -webkit-font-smoothing: antialiased;
      font-size: 12px;
    }
    .go-to-checkout .cart-new-content input[type="image"]{ padding: 11px 0; }
    .cart-new-or{ width: 150px; text-align: center; display: block; }
    .cart-new-space-time-sat{ padding-left: 50px; }
    .cart-new-space-time-mon-tue{ padding-left: 25px; }

    /* New cart mobile styles */
    @media (max-width: 767px) {

      .cart-new .number{
        display: block;
        margin: 0 auto; }
      .cart-new .cart-new-content{
        width: 100%;
        text-align: center; }
      .cart-new-or{ width: 100%; }
      .cart-new .instructions-input { width: 90%; }
      .cart-new  .cart-new-terms-label{
        display: block !important;
        margin: 5px 0 15px 0 !important;
      }
      .layout-column-half-left {
        margin-bottom: 0px !important; }
      .new-cart-total .cart-new-content{
        width: 100% !important;
        text-align: center !important;
        padding: 0 !important;
        margin: 0 !important; }
      .new-cart-total .cart-new-content .total-ex-delivery{
        width: 100%;
        display: block; }
      .cart-new-space-time-sat, .cart-new-space-time-mon-tue{
        display: block;
        padding-left: 0px;
      }

    }












/*********************************
*
* ////////////////////////////////
* CSS for Meal Plan Pages
* Home Page HTML Meal Plan Banners
* ////////////////////////////////
*
*
*
**********************************/



@font-face {
    font-family: 'Next-Light';
    src: url('../assets/Next-Light.eot');
    src: url('../assets/Next-Light.eot?#iefix') format('embedded-opentype'),
        url('../assets/Next-Light.woff') format('woff'),
        url('../assets/Next-Light.ttf') format('truetype'),
        url('../assets/Next-Light.svg#Next-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Next-LightItalic';
    src: url('../assets/Next-LightItalic.eot');
    src: url('../assets/Next-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../assets/Next-LightItalic.woff') format('woff'),
        url('../assets/Next-LightItalic.ttf') format('truetype'),
        url('../assets/Next-LightItalic.svg#Next-LightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Next-Book';
    src: url('../assets/Next-Book.eot');
    src: url('../assets/Next-Book.eot?#iefix') format('embedded-opentype'),
        url('../assets/Next-Book.woff') format('woff'),
        url('../assets/Next-Book.ttf') format('truetype'),
        url('../assets/Next-Book.svg#Next-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Next-BookItalic';
    src: url('../assets/Next-BookItalic.eot');
    src: url('../assets/Next-BookItalic.eot?#iefix') format('embedded-opentype'),
        url('../assets/Next-BookItalic.woff') format('woff'),
        url('../assets/Next-BookItalic.ttf') format('truetype'),
        url('../assets/Next-BookItalic.svg#Next-BookItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Next-Demi';
    src: url('../assets/Next-Demi.eot');
    src: url('../assets/Next-Demi.eot?#iefix') format('embedded-opentype'),
        url('../assets/Next-Demi.woff') format('woff'),
        url('../assets/Next-Demi.ttf') format('truetype'),
        url('../assets/Next-Demi.svg#Next-Demi') format('svg');
    font-weight: normal;
    font-style: normal;
}






.yellow_banner {
background-color:#FFDE30;
width:100%;
padding-top:20px;
padding-bottom:50px;
margin:40px 0px;
}

.quote_banner {
background-color:#FFDE30;
width:100%;
height:140px;
margin:30px 0px 25px 0px;
text-align:center!important;
display:table;
}

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

p.quote {
font-family:"proxima-nova", Lato, sans-serif;
font-style:italic;
color:#555;
font-weight:100!important;
font-size:27px;
line-height:32px;
letter-spacing:0px;
margin:15px 0 0 0!important;
}

p.quote_author {
font-family:"proxima-nova", Lato, sans-serif;
font-weight:800!important;
font-style:normal;
font-size:22px;
line-height:24px;
color:#444;
letter-spacing:0px;
margin-top:6px;
}

.grey_banner {
background-color:#EFEFEF;
width:100%;
padding-top:40px;
padding-bottom:90px;
margin:40px 0px 0px 0px;
text-align:center;
}

.col-sliver {
width:30px;
float:left;
height:300px;
display:table;
text-align:center;
color:#000;
}

.col-sliver span {
display:table-cell;
vertical-align:middle;
font-style:italic;
font-size:22px;
}


.meal-plans {
padding:0;
}

.meal-plan-3 {
padding:0;
width:48%;
min-width:295px;
float:left;
}
.meal-plan-4 {
padding:0;
width:40%;
min-width:295px;
float:left;

}

.meal-plan-4 div, .meal-plan-3 div {
clear:both;
text-align:center;
font-style:italic;
}

.meal-plan-3 a, .meal-plan-4 a {
text-decoration:underline!important;
color:#000!important;

}



.right {
float:right;
}

.left {
float:left;
}

#meal_plan_info, #meal_plan_page {
width:100%;
float:left;
text-align:center;
}

#meal_plan_page h3, #meal_plan_info h3 {
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    color: #000;
    margin: 20px 20px 0px 20px;
}



#meal_plan_page p
 {
    color: #000000;
    font-weight: 100;
    margin: 5px;
    font-size: 22px;
}


.serve_wrapper div {
    width: 33%;
    max-width: 80%;
    text-align: center;
    float:left;
}

.serve_wrapper div a {
    width: 80%;
}


.serve_wrapper {
  width:80%;
  margin: auto;

}



h1.main-title {
	font-family:"proxima-nova", Lato, sans-serif;
font-weight:200!important;
text-align:center;
font-size:34px;
letter-spacing:1px;
text-transform:uppercase;
margin:50px 0px 25px 0px;
color:#777;
}


h2 {
font-family:"proxima-nova", Lato, sans-serif;
font-weight:300;
text-align:center;
font-size:36px;
text-transform:none;
margin:25px 0px 10px 0px;
color:#111;
}

h3 {
	font-family:"proxima-nova", Lato, sans-serif;
font-weight:300;
text-align:center;
text-transform:none;
color:#777;
font-style:italic;
font-size:30px;
margin:0px;
}

.shop-container .home_yellow_banner {
margin-bottom:20px;
}

.meal-plan-template h2 {
margin-top:20px;
}

.meal-plan-template h3 {
	font-family:"proxima-nova", Lato, sans-serif;
font-weight:300;
text-align:center;
text-transform:none;
color:#777;
font-style:normal;
font-size:24px;
margin:0px 0px 10px 0px;
}

hr {
	border-bottom: 1px solid #d9d9d2;
	margin-bottom:40px;
}

.grey_banner p, .meal-plan-template p {
font-family:"proxima-nova", Lato, sans-serif;
font-size:22px;
line-height:29px;
font-weight:300;
color:#888888;
letter-spacing:0;
text-align:center;
margin: 0 0 10px 0;
}

.meal-form {
margin:40px auto;
}

.meal-form label {
font-family:"proxima-nova", Lato, sans-serif;
font-size:30px;
color:#000;
cursor:auto;
cursor:pointer;
margin-bottom:0px;
font-weight:700;
}


.meal_price {
font-family:"proxima-nova", Lato, sans-serif;
float:right;
font-size:30px;
line-height:32px;
font-weight:200;
color:#999;
letter-spacing:0;
display:none;
}

.meal_description {
font-family:"proxima-nova", Lato, sans-serif;
clear:both;
display:block;
margin-left:40px;
font-size:21px;
letter-spacing:0;
color:#5d5d5d;
font-weight:200;
margin-bottom:10px;

}

input[type='radio'] {
transform: scale(2);
margin:-12px 20px 0px 0px;
}

/*
button {
background-color:#FFDE30;
font-size:20px!important;
height:35px;
color:#000!important;
font-weight:200!important;
padding-left:60px!important;
padding-right:60px!important;
}
*/

.btn-tcg {
background-color:#FFDE30;
font-size:20px!important;
height:35px;
color:#000!important;
font-weight:200!important;
padding-left:60px!important;
padding-right:60px!important;
}

button:hover {
/*  background-color:#222222; */
color:#fff!important;
}

.col-centered{
float: none;
margin: 0 auto;
}

.checkout {
text-align:center;
	margin-top:30px;
	margin-bottom:30px;
display:block;
clear:both;
}

.top-intro p {
font-family:"proxima-nova", Lato, sans-serif;
font-size:22px;
line-height:26px;
text-align:center;
margin-top:10px!important;

}

.page-intro {
font-family:"proxima-nova", Lato, sans-serif;
font-size:24px;
line-height:30px;
color:#333;
font-style:italic;
}

.grey-border {
	border-top: #cccccc solid 1px;
	height:1px;
	margin-top:50px;
	margin-bottom:50px;
	display:block;
}
.Sign-up {
	margin-bottom:20px;
	text-align:center;
	display:block;
	clear:both;
}

.Sign-up p {
	font-family:"proxima-nova", Lato, sans-serif;
font-size:20px!important;
line-height:24px!important;
font-weight:300!important;
letter-spacing:0px;
color:#777777;
margin:0 0 10px 0;
}

.Sign-up h4 {
	font-family:"proxima-nova", Lato, sans-serif;
	text-transform:none;
	font-style:italic;
	font-size:33px;
	line-height:37px!important;
	font-weight:300!important;
	margin:0 0 20px 0;
}


/*
////////////////////////////////////
/
/    HOME PAGE BANNERS
/
///////////////////////////////////
*/

.promo_bubble {
  position:absolute;
  float:left;
  margin: -20px 0 0 10px;
  width:150px;
  height:auto;
  z-index:999;
}


.home_intro_banner {
		background-color:#FFDE30;
	   width:100%;
     height:440px;
	   margin:0px 0px;
     padding-bottom:30px:
	}

  .home_intro_banner img {
    max-height:440px;
    width:auto;
    margin-left:-30px;
  }

  .home_intro_title {
    position:relative;
  }

  .home_intro_title h1 {
    font-family:"proxima-nova", Lato, sans-serif;
    font-size:24px;
    text-align:center;
    text-transform:none;
  	font-style:italic;
    letter-spacing:0;
    margin:-80px 0 0 80px;
  }


  .home_about_banner {
  	   width:100%;
       min-height:440px;
  	   margin:0px 0px;
       padding-bottom:40px;
       text-align:center;
       background: #E3E4DD url(../assets/Chicken_recipe_banner.jpg) no-repeat 85% 100%;
  	}

.home_about_banner h2 {
    font-family: 'Next-Demi';
      font-size:34px;
      margin-top:60px;
      margin-bottom:40px;
}

.home_about_banner h3 {
  font-family:"proxima-nova", Lato, sans-serif;
  font-size:19px;
  text-align:center;
  text-transform:none;
  margin-bottom:20px;
}

.home_about_banner a {
  font-family: 'Next-Demi';
  text-align:center;
  font-size:20px;


}

.home_getstarted_banner {
		  background-color:#f5f5f2;
	   width:100%;
	   padding-top:30px;
	   padding-bottom:50px;
	   margin:0px;
     text-align:center;
	}

.home_getstarted_banner h3 {
    color:#444;
    margin:20px 0 20px 0;
    padding:0 20px;
    font-family: 'Next-Demi', sans-serif;
    font-style:normal;
    font-size:48px;
  }

  .home_getstarted_banner h4 {
      text-align:center;
      color:#444;
      margin:0 0 40px;
      padding:0 20px;
      font-family: 'Next-Demi', sans-serif;
      font-style:normal;
      font-size:30px;
      text-transform: none;
    }

    .getstarted, .getstarted:hover {
    font-size:23px;
    letter-spacing:0;
    font-weight:600;
    width:340px;
    padding:12px;
    height:60px;
    text-transform: uppercase;
    }
    .getstarted:hover {
    color:#FFF;
    }



.home_yellow_banner {
		  background-color:#FFDE30;
	   width:100%;
	   padding-top:20px;
	   padding-bottom:50px;
	   margin:30px 0px;
	}



	.home_yellow_banner h3 {
    	color:#444;
		margin:40px 0 0 0;
		padding:0 20px;
		font-family: 'Next-Demi', sans-serif;
		font-style:normal;
		font-size:40px;
	}



	.plate-wrap{
		padding:0;
		text-align:center;
		margin:auto;
	}

	.plate-copy-1 {
		position:absolute;
		top:110px;
		left:170px;
		width:200px;
	}

	.plate-copy-2 {
		position:absolute;
		top:110px;
		left:110px;
		width:210px;

	}

	.plate-copy-1 h5, .plate-copy-2 h5 {
		font-family: 'Next-Book', sans-serif;
		font-size:27px;
        line-height:33px;
		text-transform:none;
        margin-bottom:10px!important;

	}

	.plate-copy-1 h4, .plate-copy-2 h4 {
		position:absolute;
		top:300px;
		left:20px;
		font-family: 'Next-BookItalic', sans-serif;
		font-size:16px;
	}

	.plate-copy-2 h4 {
		left:25px;
	}



	.plate-copy-1 p, .plate-copy-2 p {
		font-family:"proxima-nova", Lato, sans-serif;
		font-size:15px;
		line-height:17px;

	}

	.plate-copy-2 p {
		padding: 0 5px;

	}

	.plate-wrap div {
		display:inline-block;
	}

	.plate-wrap img {
		display:inline-block;

		max-height:420px;
        width:auto;
	}

	.meal-option-1 {
  cursor:pointer;
	   padding:0;

	}

	.meal-option-2 {
  cursor:pointer;
	   padding:0;

	}

	.meal-option-sliver {
	float:left;
	height:400px;
	display:table!important;
	text-align:center;
	}

	.meal-option-sliver span {
	 display:table-cell;
	vertical-align:middle;
	font-style:italic;
	font-size:22px;
   }

   @media (max-width: 990px) {
	  .meal-option-sliver-wrapper {
	display:block;
	width:100%;
	text-align:center;
	}
	.meal-option-sliver {
		width:100%;
	height:20px;
	margin:20px 0 0 0;
	}

		.remove-cutlery {
			display:none!important;

		}

		.plate-copy-1 {
		left:110px;
	}

	}





	.home_how_it_works_banner {
		  background-color:#FAFAFA;
			width: 200px;
			background: -webkit-radial-gradient(circle, #FFFFFF, #FAFAFA); /* For Safari 5.1 to 6.0 */
			background: -o-radial-gradient(circle, #FFFFFF, #FAFAFA); /* For Opera 11.6 to 12.0 */
			background: -moz-radial-gradient(circle, #FFFFFF, #FAFAFA); /* For Fx 3.6 to 15 */
			background: radial-gradient(circle, #FFFFFF, #FAFAFA); /* Standard syntax (must be last) */


		   width:100%;
		   padding-top:20px;
		   padding-bottom:30px;
		   margin:30px 0px;
	}

	.home_how_it_works_banner h3 {
		margin:40px 0 20px 0;
		font-family: 'Next-Demi', sans-serif;
		font-style:normal;
		font-size:40px;
	}

	.works-number {
	height:38px;
	width:38px;
	text-align:center;
	padding-top:7px;
    background-image:url(../assets/bg_yellow_dot.png);
	background-size: 38px 38px;
	font-family:"proxima-nova", Lato, sans-serif;
	font-size:17px;
	color:#666;
	display:block;
	margin-bottom:40px;
	}

	.how-it-works-wrap {
		text-align:center;

	}

	.how-it-works-wrap div {
		display:inline-block;
		text-align:center;
				float:none;
				vertical-align:top;
	}

	.how-it-works-wrap img {
		height:95px;
		display:block;
		margin:auto;

	}

	.how-it-works-wrap h4 {
		margin:30px 0 20px 0;
		padding:0;
		font-family: 'Next-Demi', sans-serif;
		font-style:normal;
		text-transform:none;
		font-size:24px;
		line-height:30px;
	}

	.home_how_it_works_banner h5 {
	font-family: 'Next-LightItalic', sans-serif;
	font-size:32px;
	text-transform:none;
	font-style:normal;
	margin:20px 0px 40px 0px;
	color:#666;

	}



	.how-it-works-wrap p {
		position:relative;

		font-family:"proxima-nova", Lato, sans-serif;
		font-size:15px;
		line-height:19px;

	}

  .spacer-line {
    width:100%!important;
    max-width:100%!important;
    margin:10px auto;
    display:block;
  }

  .home_yellow_banner.shop-page {
  margin-top:0!important;
  }

.home_yellow_banner.shop-page .meal-plan-template p {
  color:#111!important;
}

 .home_yellow_banner.shop-page .container .row .col-centered h3 {
    font-size: 34px!important;
    line-height: 37px!important;
}


@media (max-width: 1200px) {

  .good-food-logo-header img {
    width:270px!important;
  }

	.plate-copy-1 h4, .plate-copy-2 h4 {
		position:static;
	}

  .home_intro_banner {
       max-height:440px;
  	}

    .home_about_banner {
       background: #E3E4DD url(../assets/Chicken_recipe_banner.jpg) no-repeat 100% 100%;
       background-size:45%;
  	}

    .plate-wrap img {
      max-height:380px;
    }



    #meal-plan-info h5, #shop-as-you-go-info h5 {
    font-size:29px;
    line-height:32px;
    }

    .plate-copy-1 {
      top: 80px;
      left: 140px;
      width: 220px;
    }

    .plate-copy-2 {
        top: 80px;
        left: 90px;
        width: 220px;
    }

    #three_meals_holder, #four_meals_holder  {
      min-width:45%;
    }

    .meal_plan_img, .meal_plan_img_large {
    height: 250px;
    margin:0;
    padding:0;
    }


}

@media (max-width: 1024px) {


.logo.container {
  padding-bottom:10px!important;
}

#pageheader .search-box, #pageheader .utils {
    position: static;
    float: right;
    margin: 0 0 10px 0;
    height: auto;
}

#pageheader .utils .phone_us {
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    text-align: right;
    margin-right: 15px;
    padding-right: 18px;
}

#pageheader .search-box {
    position: relative;
    top: 10px;
    left: 0;
    float: left;
}




}



@media (max-width: 992px) {

    .promo_bubble {
      margin: 30px 0 0 10px;
      top:0;
      width:150px;
      height:auto;
      z-index:9999;
    }


    .home_about_banner {
      background-image:none;
    }

    .home_intro_title h1 {
      font-size:20px;
      margin:-60px 0 0 70px;
    }

    #three_meals_holder, #four_meals_holder  {
      min-width:100%;
      width:100%;
      margin-left:auto;
      margin-right:auto;
    }

    .meal_plan_img, .meal_plan_img_large {
      height: 280px;
      margin:0;
      padding:0;
    }

    #three_meal_select, #four_meal_select {
      width: 25%;
    }

    .plate-copy-1 {
      left: 85px;
    }

    .plate-copy-2 {
        left: 85px;
    }


}

@media (max-width: 768px) {

  .home_intro_banner {
     height:100%
	}

  .menu_back {
    font-size: 14px;
    padding-left:0;
    text-align:center;
  }

  .cart-new .cart-new-content h2 {
    text-align:center;
  }

  .home_intro_title {
    display:none;
  }



  .good-food-logo {
    max-width:100%;
  }

}




@media (max-width: 600px) {

        .col-sliver {
        	height:20px;
            width:100%;
            text-align:center;
            margin:10px 0 10px 0;
            font-size:24px;
        }

        #pageheader .logo {
            padding-top:20px;
            padding-bottom:0px;

        }

        #pageheader .search-box {
          display:none;
        }

        #pageheader .utils {
            margin:0;
        }

        #pageheader .search-box, #pageheader .utils {
        float:none;
        }

        .good-food-logo-header {
          max-width:80%;
        }

        #pageheader .utils .phone_us {
        text-align:centre;
        height:auto;
        margin:0;
        display:block;
        clear:right;
         padding:0;

        }

        #pageheader .utils .phone_us .phone_prompt, #pageheader .utils .phone_us .phone_number {
            text-align:center;

        }


        #pageheader .utils .social-links, #pageheader .utils .cart-summary {
        display:inline-block;
        clear:left;
        }

        .slideshow, .post-code-widget {
        display:none;

        }
        .social-links {
          margin-right:15px!important;
        }
        .social-links li a {
            margin-top:-12px;
        }


        .number {
        margin-top:20px;
        }






}   /* end media query 600px */

@media (max-width: 550px) {


    h1.hometitle, .hometitle {
    line-height: 1.3em!important;
    margin: 10px 30px!important;
    }

    .promo_bubble {
      margin: 10px 0 0 5px;
      top:0;
      width:110px;
      height:auto;
      z-index:9999;
    }


    .collection-slider-row {
        padding-top: 20px;
    }

    .plate-copy-1, .plate-copy-2 {
      position: absolute;
      top: 95px;
      left: 22%;
      width: 55%;
  	}


  	.plate-copy-1 h5, .plate-copy-2 h5 {
  		font-size:27px;
          line-height:28px;
          margin-bottom:5px;

  	}



    .meal_plan_img, .meal_plan_img_large {
      height: 200px;
    }

    #three_meal_select, #four_meal_select {
      width: 25%;
    }

    #meal_plan_3_select, #meal_plan_4_select {
      max-width:90%;
    }

    .good-food-logo-mobile {
      display:block;
      max-width:90%;

    }

    .good-food-logo-mobile img {
    margin-left:-10%;
    }

    .good-food-logo {
      display:none;

    }

}

@media (max-width: 350px) {
  .meal_plan_img, .meal_plan_img_large {
    height: 150px;
  }

  #meal_plan_3_select a.grocer-yellow, #meal_plan_4_select a.grocer-yellow {
    width: 80%;
    }

}
