/** Shopify CDN: Minification failed

Line 30:145 Expected identifier but found "*"
Line 38:294 Expected identifier but found "*"
Line 368:61 Unexpected ";"
Line 377:5 Expected ":"
Line 377:7 Expected identifier but found "0"
Line 384:5 Expected ":"
Line 384:7 Expected identifier but found "0"
Line 481:15 Expected ":"
Line 728:44 Expected ":"
Line 912:78 Expected identifier but found "*"
... and 1 more hidden warnings

**/
/*
 * Mr Parker Shopify theme - created by Richard @ Underground Media
 * www.undergroundmedia.co.uk
 * Sitting in an English garden waiting for the sun.
 *
 * Gridlock - A CSS responsive grid system [12 column - Desktop standard]
 * @author Ben Plum
 * @version 0.2.0
 *
 * Copyright © 2013 Ben Plum <mr@benplum.com>
 * Released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
 */

	/* !Reset Box-sizing */
	* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; *behavior: url(boxsizing.htc); }

	/* !Defaults */
	.gridlock .row { margin-left: auto; margin-right: auto; width: 960px; /* Fallback */ }
	.gridlock .row:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
	.gridlock .row .row { margin-left: -1.0416666666666667%; margin-right: -1.0416666666666667%; width: 102.0833333333333334%; }
	.gridlock .row [class*="desktop-"] { float: left; margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }
	.gridlock .row [class*="desktop-"].right { float: right; }
	.gridlock .row [class*="desktop-"].padded { margin-left: 0; margin-right: 0; padding-left: 1.0416666666666667%; padding-right: 1.0416666666666667%; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box; *behavior: none; }

	/* !Rows, Widest to Thinest */
	@media screen and (min-width: 1220px) {
		.gridlock .row { width: 1200px; }
	}
	@media screen and (max-width: 1220px) {
		.gridlock .row { width: 960px; }
	}
	@media screen and (max-width: 980px) {
		.gridlock .row { width: 720px; }
	}
	@media screen and (max-width: 740px) {
		.gridlock .row { width: 480px; }
	}
	@media screen and (max-width: 500px) {
		.gridlock .row { width: 300px; }
	}

	/* !Desktop - Default, 12 column, 1220 + 960 (min 980), IE Standard */
	.gridlock .row .desktop-1  { width: 6.25%; }
	.gridlock .row .desktop-2  { width: 14.5833333333333333%; }
	.gridlock .row .desktop-3  { width: 22.9166666666666667%; }
	.gridlock .row .desktop-4  { width: 31.25%; }
	.gridlock .row .desktop-5  { width: 39.5833333333333333%; }
	.gridlock .row .desktop-6  { width: 47.9166666666666667%; }
	.gridlock .row .desktop-7  { width: 56.25%; }
	.gridlock .row .desktop-8  { width: 64.5833333333333333%; }
	.gridlock .row .desktop-9  { width: 72.9166666666666667%; }
	.gridlock .row .desktop-10 { width: 81.25%; }
	.gridlock .row .desktop-11 { width: 89.5833333333333333%; }
	.gridlock .row .desktop-12 { width: 97.9166666666666667%; }

	/* Push Cells */
	.gridlock .row .desktop-push-1  { margin-left: 9.375%; }
	.gridlock .row .desktop-push-2  { margin-left: 17.7083333333333333%; }
	.gridlock .row .desktop-push-3  { margin-left: 26.0416666666666667%; }
	.gridlock .row .desktop-push-4  { margin-left: 34.375%; }
	.gridlock .row .desktop-push-5  { margin-left: 42.7083333333333334%; }
	.gridlock .row .desktop-push-6  { margin-left: 51.0416666666666667%; }
	.gridlock .row .desktop-push-7  { margin-left: 59.375%; }
	.gridlock .row .desktop-push-8  { margin-left: 67.7083333333334%; }
	.gridlock .row .desktop-push-9  { margin-left: 76.0416666666668%; }
	.gridlock .row .desktop-push-10 { margin-left: 84.375%; }
	.gridlock .row .desktop-push-11 { margin-left: 92.7083333333335%; }

	/* Center Cells */
	.gridlock .row [class*="desktop-"].center { margin-left: auto; margin-right: auto; }

	/* !Generic, fractions */
	.gridlock .row .desktop-third { width: 31.25%; }
	.gridlock .row .desktop-half { width: 47.9166666666666667%; }
	.gridlock .row .desktop-full { width: 97.9166666666666667%; }

	.gridlock .row .desktop-push-third { margin-left: 34.375%; }
	.gridlock .row .desktop-push-half { margin-left: 51.0416666666666667%; }

	/* !Desktop - Max, 12 column, 1200 (min 1221) */
	@media screen and (min-width: 1221px) {
		.gridlock .row .max-1  { width: 6.25%; }
		.gridlock .row .max-2  { width: 14.5833333333333333%; }
		.gridlock .row .max-3  { width: 22.9166666666666667%; }
		.gridlock .row .max-4  { width: 31.25%; }
		.gridlock .row .max-5  { width: 39.5833333333333333%; }
		.gridlock .row .max-6  { width: 47.9166666666666667%; }
		.gridlock .row .max-7  { width: 56.25%; }
		.gridlock .row .max-8  { width: 64.5833333333333333%; }
		.gridlock .row .max-9  { width: 72.9166666666666667%; }
		.gridlock .row .max-10 { width: 81.25%; }
		.gridlock .row .max-11 { width: 89.5833333333333333%; }
		.gridlock .row .max-12 { width: 97.9166666666666667%; }

		/* Push Cells */
		.gridlock .row .max-push-1  { margin-left: 9.375%; }
		.gridlock .row .max-push-2  { margin-left: 17.7083333333333333%; }
		.gridlock .row .max-push-3  { margin-left: 26.0416666666666667%; }
		.gridlock .row .max-push-4  { margin-left: 34.375%; }
		.gridlock .row .max-push-5  { margin-left: 42.7083333333333334%; }
		.gridlock .row .max-push-6  { margin-left: 51.0416666666666667%; }
		.gridlock .row .max-push-7  { margin-left: 59.375%; }
		.gridlock .row .max-push-8  { margin-left: 67.7083333333334%; }
		.gridlock .row .max-push-9  { margin-left: 76.0416666666668%; }
		.gridlock .row .max-push-10 { margin-left: 84.375%; }
		.gridlock .row .max-push-11 { margin-left: 92.7083333333335%; }
	}

	/* !Tablet, 6 column, 720 (min 739) */
	@media screen and (min-width: 739px) and (max-width: 980px) {
		.gridlock .row [class*="desktop-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }

		.gridlock .row .tablet-1 { width: 14.5833333333333333%; }
		.gridlock .row .tablet-2 { width: 31.25%; }
		.gridlock .row .tablet-3 { width: 47.9166666666666667%; }
		.gridlock .row .tablet-4 { width: 64.5833333333333333%; }
		.gridlock .row .tablet-5 { width: 81.25%; }
		.gridlock .row .tablet-6 { width: 97.9166666666666667%; }

		/* Push Cells */
		.gridlock .row .tablet-push-1 { margin-left: 17.7083333333333333%; }
		.gridlock .row .tablet-push-2 { margin-left: 34.375%; }
		.gridlock .row .tablet-push-3 { margin-left: 51.0416666666666667%; }
		.gridlock .row .tablet-push-4 { margin-left: 67.7083333333334%; }
		.gridlock .row .tablet-push-5 { margin-left: 84.375%; }

		/* !Generic, fractions */
		.gridlock .row .tablet-third { width: 31.25%; }
		.gridlock .row .tablet-half { width: 47.9166666666666667%; }
		.gridlock .row .tablet-full { width: 97.9166666666666667%; }

		.gridlock .row .tablet-push-third { margin-left: 34.375%; }
		.gridlock .row .tablet-push-half { margin-left: 51.0416666666666667%; }
	}

	/* !Mobile, 3 column, 300 + 480 (max 740) */
	@media screen and (max-width: 740px) {
		.gridlock .row [class*="desktop-push-"], 
		.gridlock .row [class*="tablet-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }

		.gridlock .row .mobile-1 { width: 31.25%; }
		.gridlock .row .mobile-2 { width: 64.5833333333333333%; }
		.gridlock .row .mobile-3 { width: 97.9166666666666667%; }

		/* Push Cells */
		.gridlock .row .mobile-push-1 { margin-left: 34.375%; }
		.gridlock .row .mobile-push-2 { margin-left: 67.7083333333334%; }

		/* !Generic, fractions */
		.gridlock .row .mobile-third { width: 31.25%; }
		.gridlock .row .mobile-half { width: 47.9166666666666667%; }
		.gridlock .row .mobile-full { width: 97.9166666666666667%; }

		.gridlock .row .mobile-push-third { margin-left: 34.375%; }
		.gridlock .row .mobile-push-half { margin-left: 51.0416666666666667%; }
	}

	/* !Mobile - Min, 300 (max 500) */
	@media screen and (max-width: 500px) {
		.gridlock .row .min-full { width: 97.9166666666666667%; }
	}




body {	
    color: #333333;
    background: #ffffff;
    font-size: 16px; 
    font-family: "Gill Sans MT", Calibri, "Gill Sans", sans-serif;	
	line-height: 1.6em; 
	-webkit-text-size-adjust: none;	
    margin:0px;
	}
	
img { max-width: 100%; border: 0; }

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	margin-top: 0;
  	line-height: 1.2em;
  	font-style: italic;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 30px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }

h1, h2, h3, h4, h5, h6, p, dl, hr, ol, ul, pre, table, address, fieldset { margin-bottom: 5px; }

p { font-size: 16px; margin-bottom: 1.6em; line-height: 1.6em; }
strong { font-weight: bold; }
em { font-style:italic; }
pre { font-family: "Courier New", Courier, monospace; font-size: 13px; font-weight:bold; }

.date { text-transform: uppercase; letter-spacing: 0.1em; color:  #777777; font-size: 13px; }

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

a { text-decoration:none; color: #777777; outline: 0;}
a:hover { color: #999999; text-decoration:underline; outline: 0;}
a:visited { color:#777777; text-decoration:none; outline: 0; }
a:focus { outline:1px dotted #79160d; outline: 0; }

/* .row hr, .row p, .row ul, .row ol, .row dl, .row pre, .row address, .row table, .row form {margin-bottom: 1.6em;} */

dt { font-weight: bold; }

ol { padding: 0; margin-left: 0; text-indent: 0; list-style-position: inside; }
ul { padding: 0; margin: 0; list-style:disc inside;}
li {  }
blockquote { font-family: Georgia, "Times New Roman", Times, sans-serif; font-size:18px; line-height: 24px; font-style:italic; padding-left:35px; color: #999; margin: .5em 0 .5em 0; }

input, textarea { }

hr { background:#333333; border:none; color:#333333; display:block; height:1px; margin-top: 20px; width:100%;}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* #Buttons
================================================== */

    .button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  background: #2e7394; 
	  border: 1px solid #2e7394;
	  color: #ffffff;
	  display: inline-block;
	  font-size: 14px;
	  font-weight: normal;
	  text-decoration: none;
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "Gill Sans MT", Calibri, "Gill Sans", sans-serif;
      -webkit-appearance: none;
      text-transform: uppercase;
      letter-spacing: 0.1em;
    }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #ffffff;
		background: #195470;
	  border: 1px solid #195470;
	}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
    

/* #Forms
================================================== */

    form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		font: 13px 'Century Gothic', Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; width: 100%; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* =============== */
/* = Start CSS = */
/* =============== */


#wrapper {  }



#content {  }

#top-row { display: none; }

ul#cart { margin-bottom: 0px; text-align: right; }
ul#cart li { display: inline-block; margin-left: 15px;  padding: 10px; }
ul#cart li a { font-size: 13px; text-transform: uppercase;  };

#header ul#cart { float: right; }

#header { position: relative; }

#header #cart-block { 
  position: absolute; 
  right: 0; 
  top; 0; 
  margin-right: 1.0416666666666667%; 
}

#header #search-block {
  position: absolute; 
  left: 0; 
  top; 0; 
  margin-left: 1.0416666666666667%;
  margin-top: 10px;
}

#header #search-block .search-icon {
  position: absolute; 
  top: 7px; 
  right: 7px; 
}

#logo { margin-top: 12px; text-align: center; padding: 10px 0px; }
#logo h1 { margin: 0; padding: 0; line-height: 40px; }

#logo img { max-width: 300px; margin-bottom: 5px; }

#navigation {
  background: #ffffff;
  font-family: "Gill Sans MT", Calibri, "Gill Sans", sans-serif;
  text-align: center;
}

ul#nav {
  list-style: none;
  height: 40px;
  border-top: 1px solid #333333;
  margin-top: 5px;
}

ul#nav li {
    display: inline-block;
    position: relative;
    z-index: 8;
}

ul#nav li:hover {
    color: #777777;
	background: #ffffff;
}

ul#nav li a {
    font-size: 16px;
	font-weight: normal;
    color: #333333;
    height: 40px;
    display: block;
    padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
  	line-height: 45px;
}

ul#nav li a:hover {
    background: #ffffff;
    color: #777777;
    text-decoration: none;
}

ul#nav li ul{
    display: none;
    float: left;
    position: absolute;
    top: 34;
    left: 0;
    z-index: 5;
    margin: 0;
    padding: 8px 0px;
	border: 1px solid #333333;
}


ul#nav li:hover ul{
    display: block;
    background: #ffffff;
}

ul#nav li ul li{
    background: #ffffff;
	color: #333333;
    width: 180px;
    text-align: left;
}


ul#nav li ul li:hover {
    background: #f7f2f2;
}

ul#nav li ul li a:hover {
	color: #777777;
	background: #f7f2f2;
}

ul#nav li ul li a{
    text-align: left;
    padding-left: 15px;
    color: #333333;
	text-transform uppercase! important;
    line-height: 30px;
    height: 30px;
}



.down {
    float: right;
  	margin-top: -31px;
    margin-right: 3px;
    font-weight: bolder;
    font-size: 10px;
    color: #333333;
}

nav.primary select { display: none; }

#nav-border {
	margin-top: 5px;
	margin-bottom: 20px;
	height: 1px;
	background: #333333;
  	position: relative;
}

.search {
	height: 40px;
	padding: 5px 0;
}

#content {

}


.delivery-info-block {
    text-align: center; 
    border: 1px dotted #333333;
    padding: 4px;
    line-height: 1em;
    margin-bottom: 20px; 
}

.delivery-info-block h6 { margin: 0; }

/* =============== */
/* = index.liquid = */
/* =============== */

#left-images img, #right-images img { margin-bottom: 20px; }
#left-images img.last, #right-images img.last { margin-bottom: 0; }


#homepage-welcome h2, #homepage-products h2, #homepage-collections h2, #homepage-blog h2, #follow-us h2,
.nosto_element h2
{
	color: ;
	border-bottom: 4px double #333333;
  	font-family: "Gill Sans MT", Calibri, "Gill Sans", sans-serif;
  	font-style: normal;
    letter-spacing: 2px;
	overflow: visible;
	line-height: 17px;
	height: 9px;
	margin: 40px auto;
	text-align: center;
	width: 97.9166666666666667%;
	text-transform: uppercase;
}

#homepage-welcome span, #homepage-products span, #homepage-collections span, #homepage-blog span, #follow-us span,
  .nosto_element h2 span 
{
	padding: 0 10px;
	background: #fff;
}

#homepage-welcome p {
  max-width: 850px; 
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
}

#collection-loop h3 {
	margin: 10px 0;
}

ul#collection-loop { list-style-type: none; float: left; }
ul#collection-loop li { float: left; display: inline; }

ul#featured-posts { list-style-type: none; }
ul#featured-posts li { float: left; display: inline; margin-bottom: 40px; }

.index ul#featured-posts li { margin-bottom: 0px; }

/* =============== */
/* = collections = */
/* =============== */

ul#collection-loop { margin-top: 20px; }

#collection-description {  }
#collection-description h1 { margin-bottom: 5px; }
#full-width-filter { overflow: hidden; margin-bottom: 20px;}

#sidebar { padding-top: 10px; }
#sidebar h2 { padding-top: 10px; padding-bottom: 10px; margin-bottom: 20px;  border-top: 1px solid #333333; border-bottom: 1px solid #333333; }
#sidebar h4 { font-size: 15px; padding-bottom: 5px; margin-bottom: 5px; font-family: "Gill Sans MT", Calibri, "Gill Sans", sans-serif; letter-spacing: 0.1em; text-transform: uppercase; font-style: normal; }
#sidebar ul { list-style-type: none; margin-bottom: 20px; }
#sidebar ul li { line-height: 1.4em; }
#sidebar h1 { padding-bottom: 10px; border-bottom: 1px solid #333333; margin-bottom: 20px;  }

#sidebar ul li a.current { border-bottom: 1px solid #333333; color: #333333;  text-decoration: none; }

#sidebar ul.sub-menu { 
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 15px; 
}

#sidebar .sidebar-heading { position: relative; }
#sidebar .sidebar-heading #category-toggle { display: none; position: absolute; right: 5px; top: 13px; }



#side-filter { width: 100%; border-top: 1px solid #333333; border-bottom: 1px solid #333333; margin-bottom: 20px; padding-top: 20px; }
#side-filter p { margin-bottom: 5px; }
#side-filter li { margin-bottom: 10px; }

ul#sortme h4 { margin-top: 10px; }
#full-width-filter .filter { float: left; margin-right: 20px; }
#full-width-filter p { margin-bottom: 5px;}
.clearfix.filter { display: block; border: 0; overflow: hidden; max-width: 175px; }
ul#sortme li { }
ul#sortme p {  }
.coll-filter {  }

span.customSelect { 
    font:12px sans-serif;
    background:#fff url(/cdn/shop/t/3/assets/select.png?v=165875623313023863111385057489) right center no-repeat;
    border:1px solid #ddd;
    color:#555;
    padding:7px 9px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px;
    width:175px;
}


ul#product-loop { padding-top: 10px; list-style-type: none; float: left; }
ul#product-loop li { float: left; display: inline; ; }

.product { ; position: relative; margin-bottom: 20px; }
.product img { display: block; margin: 0 auto; }
.product img a { border: 0; }

.first { clear: left; }

#product-info {
	display: none;
	padding: 10px 5px;
	background: url(/cdn/shop/t/3/assets/transparency.png?v=142486020310164957731385057493);
	position: absolute;
	width: 80%;
	left: 10%;
	bottom: 5%;
	cursor: pointer;
	text-align: center;
	border: 1px solid #ccc;
	z-index: 10000;	
}

#product-info h3 { font-size: 14px; margin-bottom: 1em; }
#product-info p { margin-bottom: 0.8em; font-size: 10px; letter-spacing: 1px; text-transform: uppercase;}
#product-info a { text-decoration: none! important; }
#show-sizes { margin-top: 5px; margin-bottom: 10px; }
#show-sizes span { background: transparent; padding: 0; }

#show-sizes .size.options { text-align: center; }
#show-sizes .size.options li { border: 0; margin: 0 3px; position: relative; float: none! important;}
#show-sizes .crossed-out { top: 0; position:absolute; width:15px; height:15px; left:-2px; right:0; }

.prod-price {  }
.was, .product-compare-price { text-decoration: line-through; }
.was { color: #666; display: inline; margin-left: 5px; }
.onsale {  color: #ba2323; display: inline; }

.instagram { overflow:hidden; }

.new { background: url(/cdn/shop/t/3/assets/transparency.png?v=142486020310164957731385057493); padding: 5px 10px; position: absolute; top: 5px; left: 5px; border: 1px solid #ccc; text-transform: uppercase; text-align: center; z-index: 2;  }
.sale-item { background: url(/cdn/shop/t/3/assets/transparency.png?v=142486020310164957731385057493); padding: 5px 10px; position: absolute; top: 5px; left: 5px; border: 1px solid #ccc; text-transform: uppercase; text-align: center; }
.so { background: url(/cdn/shop/t/3/assets/transparency.png?v=142486020310164957731385057493); padding: 5px 10px; position: absolute; top: 5px; left: 5px; border: 1px solid #ccc; text-transform: uppercase; text-align: center; z-index: 3; }

.backto {
	margin-right: 10px;
	border-right: 1px solid #eee;
	padding-right: 5px; 
}

.prev-prod {
	margin-right: 10px;
	padding-right: 5px;
	border-right: 1px solid #eee;
}


/* ================ */
/* = Product page = */
/* ================ */

ul#thumbs { list-style-type: none; }
ul#thumbs li { max-width: 69px; }

#bigimage { text-align: center; max-width: 386px; }

/*set a border on the images to prevent shifting*/
 ul#thumbs img { border: 1px solid transparent; }
 
 /*Change the colour*/
 .active img {border:1px solid #ccc !important;}

#product-price { font-size: 28px; margin-bottom: 10px; }

#add { margin-top: 20px; }

#product-description { border-right: 1px solid #333333; padding-right: 20px; }
#product-description form { border-top: 1px solid #333333; border-bottom: 1px solid #333333; padding-bottom: 10px; }

#product-description h2 {
  font-family: "Gill Sans MT", Calibri, "Gill Sans", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 14px;
}

#related h4 { margin-bottom: 20px; }
ul.related-products { list-style-type:none; }
.related-products * { text-align:center; padding:0 }
.related-products div.image {  }
.related-products img { width: 100%; max-width: 100%; }
.related-products li { float:left; margin: 0 0 20px; }
.related-products {  }

ul#popups { margin: 10px 0 20px; list-style-type: none; }
ul#popups li { display: inline; margin-right 10px; border-right: 1px solid #333333; padding-right: 10px; margin-left: 10px; }
ul#popups li.first { margin-left: 0; }
ul#popups li.last { border-right: 0; }

#social { float: left; width: 100%; padding-bottom: 10px; }
#looked-at { margin-top: 20px; border-top: 1px solid #333333; }
#looked-at h4 { margin-bottom: 20px; }

/* =============== */
/* = Cart = */
/* =============== */

#cartform { margin-top: 20px; }
.cart-item { display: table-cell; }
.cart-image { display: inline-block; margin-right: 10px; }
.cart-image img { vertical-align: middle; } 
.cart-title { display: inline-block; }

table { 
  width: 100%; 
  border-collapse: collapse; 
}


/* Zebra striping */
tr:nth-of-type(odd) { 
}
th { 
  background: #f9f9f9; 
  font-weight: normal; 
}
td, th { 
  padding: 10px; 
  border: 1px solid #eee; 
  text-align: left; 
}

#basket-right { text-align: right; float: right; }
#basket-right h4 { margin: 20px 0; }
#note { background: transparent; }

#cart-notes { margin-top: 20px; margin-bottom: 20px; }

/* =============== */
/* = Blogs & Pages = */
/* =============== */


#page a, #article-body a, .article-body a { text-decoration: underline; }
#page h1 { margin-bottom: 30px; text-align: center; padding-bottom: 25px; border-bottom: 1px solid #333; }
ul#blog-articles { list-style-type: none; }
.single-article { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #333333; float: left; clear: left; }

ul#posts { list-style: none; }
ul#posts li { margin-bottom: 20px; padding-bottom: 0; border-bottom: 1px solid #333333; }
ul#posts li p { margin-top: 0; margin-bottom: 1.0em;}
ul#posts li.tags { padding-bottom: 10px; }

#comments { clear: left; float: left; border-top: 1px solid #333333; padding-top: 20px; margin-top: 20px; width: 100%; }
#comment-form { clear: left; float: left; }
#comments ul { margin-top: 20px; list-style-type: none; }
#comments ul li { float: left; display: block; width: 100%; margin: 0 0 20px 0; border-bottom: 1px solid #333333; padding-bottom: 20px; }

#sidebar h3 {
    font-family: "Gill Sans MT", Calibri, "Gill Sans", sans-serif;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.1em;
    color: #333333;
    margin-bottom: 20px;
}

.comment-details { margin-bottom: 10px; }
.gravatar { float: left; margin-right: 20px; }
.comment { float: left; }
.comment p { margin-top: 0; }

dd { margin-left: 0; }

.notice { border: 1px dashed #eee; padding: 5px; background: ghostwhite; margin: 20px 0; }


.blog-header-wrapper { padding-bottom: 20px; border-bottom: 1px solid #333; margin-bottom: 20px; }

.homepage-excerpt p { margin: 0; }

/* =============== */
/* = Search = */
/* =============== */

#search-bar { border-bottom: 1px solid #333333; }
#q { }


/* =============== */
/* = Customer Accounts = */
/* =============== */

#customer-wrapper p { margin-top: 0! important; margin-bottom: 0! important; }

#forgot_password { margin-bottom: 15px; }
#customer-wrapper form { margin-top: 20px; }
#admin_header { margin-bottom: 30px; }
.view_address p { margin: 0; }
#customer_detail p { margin: 0; }

#order_address {
clear: both;
float: left;
width: 100%;
margin-bottom: 20px;
}

#order_details { float: left; }
	
 
/* =============== */
/* = Footer = */
/* =============== */


#footer { margin-bottom: 20px;}
#footer ul { list-style-type: none;}

#footer-border {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	background: #333333;
}

#footer h4 { 
  	font-family: "Gill Sans MT", Calibri, "Gill Sans", sans-serif;
  	font-style: normal;
  	letter-spacing: 0.1em;
  	text-transform: uppercase;
    color: #333333;
    padding-bottom: 10px;
}

.icons { clear: left; }

#mc_embed_signup {
	margin-top: -10px;
}

#mce-EMAIL {
	float: left;
	margin-right: 0px;
}

#mc-embedded-subscribe {
	float: left;
	margin-top: 0;
  	padding: 6px 10px;
}

#payment { text-align: center; margin-top: 30px; margin-bottom: 50px; }
#payment img { max-width: 60px; text-align: center;  margin-bottom: 10px; display: inline; }

/* =============== */
/* = Mobile Hides = */
/* =============== */

#mobile-product { display: none; }

/* =============== */
/* = Global = */
/* =============== */


#pagination { text-align: right; margin-top: 20px; padding-top: 20px; }
#pagination a { margin: 0 5px; padding: 2px 5px; }
#pagination a:hover { text-decoration: none; background: #333333; color: #fff; }
#pagination .current { background: transparent; }
#pagination .count { margin-right: 20px; }


#breadcrumb { font-size: 12px; margin-bottom: 20px; width: 100%; }
#breadcrumb a { padding: 0 5px 0 0; }
#breadcrumb p { padding: 0 5px 0 0; }
.separator { padding-right: 5px; }


.social-links a { display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; margin: 0.19em; padding: 0; }
[class^="shopify-social-icon-"]:before, [class*=" shopify-social-icon-"]:before { /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ color: #333333; font-size: 26px; }




/* -------------------------------- */
/* Wufoo styling   	     		*/
/* -------------------------------- */

.form-embed { margin-top: 10px; }
form.wufoo { background: #f5f5f5; padding: 25px; } 
.wufoo #header { display: none; }
.wufoo input.text, .wufoo input.search, .wufoo textarea.textarea { background: #ffffff; border: 1px solid ; } 
.wufoo input.text, .wufoo textarea.textarea, .wufoo input.file, .wufoo select.select { padding: 8px; font-size: 14px !important; width: 100%; }
.wufoo li.focused { background: none; }
.wufoo label.desc, .wufoo legend.desc { font-size: 14px; padding-bottom: 5px; }
.wufoo li div, .wufoo li span, .wufoo li div label, .wufoo li span label { color: #777777; font-size: 12px; }
.wufoo input.btTxt { color: #ffffff; padding: 10px 20px; font-size: 14px !important;  }
.wufoo input.btTxt:hover { background #999999; }
.wufoo .section h3 { font-size: 90%; letter-spacing: 0.1em; font-weight: bold; }
.wufoo .confirm h2 { font-size: 14px; }
form.wufoo span.req { color: #777777 !important;  }

form.wufoo#form2 { max-width: 485px; }
.embed #container { background: #ffffff; }

#wuf-adv { display: none !important; }

