/** Shopify CDN: Minification failed

Line 23:145 Expected identifier but found "*"
Line 31:294 Expected identifier but found "*"
Line 456:15 Expected ":"
Line 660:44 Expected ":"

**/
/*
 * 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%; }
	}

@media only screen and (max-width:1000px) {
.floatnav1000 {display:none }
}

body {	
    color: #6e6e6e;
    background: #ffffff;
    font-size: 12px; 
    font-family:'Droid Sans', sans-serif;	
	line-height: 1.6em; 
	-webkit-text-size-adjust: none;	
  	margin:0;
	}
	
img { max-width: 100%; border: 0; }

h1, h2, h3, h4, h5, h6 {
	color: ;
	font-family:'Droid Sans', sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
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: 12px; margin-bottom: 1em; margin-top: 0px; }
strong { font-weight: bold; }
em { font-style:italic; }
pre { font-family: "Courier New", Courier, monospace; font-size: 13px; font-weight:bold; }

p.date { }

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

a { text-decoration:none; color: #216dcf; outline: 0;}
a:hover { color: #216dcf; text-decoration:underline; outline: 0;}
a:visited { color:#216dcf; 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:#eeeeee; border:none; color:#eeeeee; 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: #39964c; 
	  border: 1px solid #39964c;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #ffffff;
	  display: inline-block;
	  font-size: 12px;
	  font-weight: normal;
	  text-decoration: none;
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: 'Droid Sans', sans-serif; 
      -webkit-appearance: none; }

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

	.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;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px 'Droid Sans', 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 {  }

ul#cart { margin-top: 40px; text-align: right; text-transform: uppercase; }
ul#cart li { display: inline; margin-left: 15px; }

#header { position: relative;  padding-top:40px;}
#logo h1 { margin: 0; padding: 0; line-height: 40px; }
#top-row{ background:#BCC6CC; padding:4px 0; color:#000; position:fixed; width:100%; z-index:9999;}
#navigation {
    background: #ffffff;
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;}

#top-left{
  float:left;
  width:auto;}

#top-right{
  height:25px;
  float:right;
  width:auto;}

#top-right a{
  display:inline-block;}

#top-right .div-ra{
  float:right;}

.top-fixed-item {
    float: left;
    margin-right: 30px;}

.top-fixed-item img {
    float: left;}

.top-fixed-item p {
    float: left;
    margin: 3px 0 0 10px;}

@media (max-width: 955px){.top-item-3{display:none !important;}}
@media (max-width: 740px){.top-item-2{display:none !important;}}

ul#nav {
    list-style: none;
  height: 30px;
  margin-top: 5px;}

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

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

ul#nav li a {
    font-size: 14px;
	font-weight: bold;
    color: #575757;
    height: 25px;
    display: block;
    padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
  	line-height: 25px;}

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

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

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

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

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

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

ul#nav li ul li a{
    text-align: left;
    padding-left: 10px;
    color: #000000;
	text-transform uppercase! important;}

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

.shipping-category .down{
  margin-top:0;
  display:none;}

nav.primary select { display: none; }

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

.search {
	margin-top:35px;
	height: 40px;
	padding: 5px 0;}

#cart-shipping-total-container:after{
  content: "DKK";
  padding-left: 2px;
  position: relative;
  right: auto;
  top: 0;}

#content { }

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

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

#homepage-products h2, #homepage-collections h2, #homepage-blog h2, #follow-us h2 {
	color: ;
	border-bottom: 1px solid #eeeeee;
	overflow: visible;
	line-height: 17px;
	height: 9px;
	margin: 40px auto;
	text-align: center;
	width: 97.9166666666666667%;
	text-transform: uppercase;}

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

#follow-us .instaaccount {	
	float: left;
  	display: inline;
  	margin-right: 15px;
  	margin-left: 20px;
  	max-width: 148px;
  	max-height: 148px;}
 
#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; float: left; }
ul#featured-posts li { float: left; display: inline; }

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

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

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

#sidebar h4 { padding-bottom: 5px; margin-bottom: 5px; }
#sidebar ul { list-style-type: none; margin-bottom: 20px; }
#sidebar h1 { padding-bottom: 10px; border-bottom: 1px solid #eeeeee; margin-bottom: 20px;  }

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

#side-filter { width: 100%; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; 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/2/assets/select.png?v=165875623313023863111414016865) 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: right; }
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/2/assets/transparency.png?v=142486020310164957731414016867);
	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: 12px; margin-bottom: 1em; }
#product-info p { margin-bottom: 0; }
#product-info a { text-decoration: none! important; text-transform: uppercase; }
#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 { font-weight: bold; }
.was, .product-compare-price { text-decoration: line-through; }
.was { color: #666; display: inline; margin-left: 5px; }
.onsale { font-weight: bold; color: #ba2323; display: inline; }

.instagram { overflow:hidden; }

.new { background: url(/cdn/shop/t/2/assets/transparency.png?v=142486020310164957731414016867); 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/2/assets/transparency.png?v=142486020310164957731414016867); 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/2/assets/transparency.png?v=142486020310164957731414016867); 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;}

.collection_banners img {
  	width: auto;
  	height: auto;}

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

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

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

/*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: 18px; margin-bottom: 10px; }

#add { margin-top: 20px; }

#product-description { border-right: 1px solid #eeeeee; padding-right: 20px; }
#product-description form { border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; padding-bottom: 10px; }
#product-description a {color: #216dcf; }

#related h4 { margin-bottom: 20px; }
ul.related-products { list-style-type:none; }
.related-products * { text-align: center;  }
.related-products div.image {  }
.related-products img {  }
.related-products li { display: inline-block; }
.related-products {  }

ul#popups { margin: 10px 0 20px; list-style-type: none; }
ul#popups li { display: inline; margin-right 10px; border-right: 1px solid #eeeeee; 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 #eeeeee; }
#looked-at h4 { margin-bottom: 20px; }

#produktbanner { width: 100%; display: block; float: left; margin: 10px 0 10px 0; }

#produktbanner a {
       display: none;
       background: url(http://cdn.shopify.com/s/files/1/0290/1721/files/Produkt_banner_300x139.jpg?2127) no-repeat;
       height: 139px;
       width: 300px;}

#produktbanner a:hover {
       background-position: 0 -30px;}

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

#cartform { margin-top: 5px; }
.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; }

#cart .kurv {
	background-color: #f3f3f3;
    color: #727272;
  	font-weight: bold;
  	padding: 14px 8px 8px 8px;
  	margin: 0 5px;
  	border: 1px #727272 solid;
  	position:relative;
}
	

#cart img { margin-right: 5px;}
/*
 *
 * CUSTOM CART STYLE 
*/
.cart_page_table tr td .quantity{ margin:0 auto;}
.shipping-form{ clear: both; }

.shipping-form label{
  float:left;
  line-height: 20px;
  margin-bottom: 10px;}

.country-shipping-form{
  float: left;
  display:none;}

.country-shipping-form, .shipping-category{ width: 100%;}

.country-shipping-form span{
  float: left;
  position: relative;
  top: 7px;}

.country-shipping-form select{
  float: left;
  margin-left: 15px;
  width: 200px;
  margin-top:8px;}

.shipping-category{
  margin-top: 30px;
  float: left;}

.shipping-category .title{
  float:left;
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;}

.shipping-category .sub-title{
  float: left;
  width: 100%;
  margin-bottom: 10px;}

.shipping-category-block{
  float: left;
  margin: 0 auto;
  width: 33%;
  padding-bottom:10px;}

.shipping-category-block.last {
  padding: 0;
  display:none;}

.shipping-category-block input{
  float:left;}

.pakke-shipping{ /*width: 100%;*/ }

.pakke-shipping label{ width: 100%;}

.pakke-shipping select{ width: 300px;}

.work-shipping{  
  display: block;
  padding: 20px 20px 0px 20px;
  background-color: #fff;  
  clear: both;}

.work-shipping .work-shipping-div .content{
  width: 340px;  
  border: 1px solid #ccc;
  float: left;
  padding: 10px;}

.home-shipping-div .content{
  width: 290px;
  float: left;
  padding: 20px;}

.work-shipping p{ width: 100%;}

.work-shipping input{
  width: 200px !important;
  display: inline-block;
  margin-bottom:16px;}

.work-shipping label{
  line-height: 30px;
  width: 100px;
  display: inline-block;}

.shipping-category-block .sub-div{
  display: none;
  height: auto;
  margin: 15px 5px;
  padding: 10px;
  position:absolute;
  left:0;}

.sub-div .pakke-shipping-div{
  height: 140px; }

.sub-div .work-shipping-div{
  height: 265px;}

.sub-div .work-shipping-div select#work-address-country{
  width: 150px;}

.sub-div .pakke-shipping-div .content{
  width: 350px;
  float: left;}

.local-shop-shipping.sub-div > div, .work-shipping.sub-div > div{
  width:550px;
  margin:0 auto;}

.g_list_box > input {
    display: inline-block;
    float: left;
    margin-left: -20px;
    min-width: 0;
    width: auto;}
#checkout-controls-container .tooltip-filter {
  left: 35px;
  top: -100px;
  height: 100px;}

.tooltip-button button {
  background-image: url(/cdn/shop/t/2/assets/tooltip-button.png?v=105804115976044006421414016867);
  border: 1px solid #5AB53E;
  border-radius: 0 0 0 0;
  height: 28px;
  line-height: 0;
  outline: 1px solid #2f7918;
  text-shadow: 1px black;
  margin:0;}

.tooltip-filter {
  font-size: 1.05em;
  height: 139px;
  line-height: 20px;
  position: absolute;
  width: 240px;}

.shipping-category .tooltip-filter {
    left: 50%;
    margin-left: -120px;
    top: -45px;}

.tooltip-button { border-bottom: 1px solid #d1d1c7!important;}

.tooltip-filter .tooltip-text{
  padding: 5px 10px;
   border: 1px solid #BBBBBB;
   border-bottom: 0px;
   border-radius: 5px 5px 0px 0px;
   background-color: #FDF7E9;}

.tooltip-filter .tooltip-green{
  color: #00AA00;
  font-size: 1.1em;
  font-weight: bold;}

.tooltip-filter .tooltip-red {
  color: #AA0000;
  font-size: 1.1em;
  font-weight: bold;}

.tooltip-filter  .tooltip-button{
  background-color: #EAE7D8;
  padding: 5px 0;
  text-align: center;
  border: 1px solid #BBBBBB;
  border-bottom: 0px;  
  border-top: 0px;  
  border-radius: 0px 0px 5px 5px;}

.tooltip-button button:hover{
  background: none repeat scroll 0 0 #4D4D4F;}

.bottom-arrow {
  /*background-image: url(/cdn/shop/t/2/assets/bottom-arrow.png?v=103658935023329155831414016859);*/
  background: transparent;
  padding: 0 0 10px 0;}

.down-arrow-tool{
  background-image: url(/cdn/shop/t/2/assets/bottom-arrow.png?v=103658935023329155831414016859);
  display: block;
  height: 11px;
  margin: -11px auto;
  width: 21px;}

#pakkeshop-1 .shipping-option:after, #arbejde-2 .shipping-option:after {
    content: "[29 DKK eller gratis*]";
    margin-left: 0px;
    position: relative;
    font-size: 80%;}

#hjem-til-3 .shipping-option:after {
    content: "[Post DK: 39 DKK]";
    margin-left: 0px;
    position: relative;
  	font-size: 80%;}

.cart_page_table{ float:left;}
.cart-comment-toggle{ float:left;}

@media (max-width: 1024px) {	
    #pakkeshop-1 .shipping-option:after, #arbejde-2 .shipping-option:after {
        text-align:center;
  		display:block;
  		margin-left:-50px;}
    #hjem-til-3 .shipping-option:after {
        text-align:center;
  		display:block;
  		margin-left:-50px;}
	.shipping-rates-div .shipping-rates .shipping-option{ left:25px;}
}
@media (max-width: 960px) {
	.local-shop-shipping.sub-div > div, .work-shipping.sub-div > div{width:100%;}
	#pakkeshop-1 .shipping-option:after, #arbejde-2 .shipping-option:after {
  		margin-left:0;}
	#hjem-til-3 .shipping-option:after { margin-left:0;	}
	.shipping-rates-div .shipping-rates .shipping-option{ left:auto;}
}
.phone-shipping{
  float: left;
  margin-top: 50px;
  width: 100%;
  display: none!important;}

.phone-shipping label{
  float: left;
  width: 470px;}

.phone-shipping input{
  float: left;
  width: 200px !important;}

.home-adress-shipping{
  clear: both;  
  display: block;
  margin-left: 50px;}

.home-adress-shipping .content{ color: #FF0000;}

.pakke-shop-address, .local-shop-address{
  color: #999999;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  line-height: 17px;
  margin: 5px 0 0 0px !important;
  padding: 10px !important;}

#cart-shipping-total-container{
  float:right;}

#cart-shipping-total {
  display:inline;}

#map-canvas img {
    max-width: none;}

#cartform #subtotal-money-currency{
  position:relative;
}
#cartform #subtotal-money-currency:after{
  content:"DKK";
  position:relative;
  top:0;
  right:auto;
  padding-left:2px;}

#cartform .item-price{
  position:relative;}

#cartform .item-price:after{
  content:"DKK";
  position:relative;
  top:0;
  right:auto;
  padding-left:2px;}

#online-handel-container {
  float: right;
  width:300px;}

#cartform .ten.columns{
  width:800px;
  float:left;}

.static-block-cart {
  background-color: #EAEBEC;
  border: 1px solid #CCCCCC;
  margin-left: 30px;
  padding: 5px;}

.static-block-cart table {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    clear: both;
    color: #666666;
    margin-bottom: 5px;
    text-shadow: 1px 1px 0 #FFFFFF;
    width: 100%;}

.mobile-on { display: none !important;}

@media (max-width: 980px) {
  .search{
    margin-top:10px;}
  ul#cart{
    margin-top:18px;}
  #online-handel-container {
      display: none;}
}
@media (max-width: 600px){
	.pakke-shipping-col1{display:none !important;}
}

.shop_no{
  display: block;
  float: left;}

.shipping-rates-div {
  background: #f0f0f0;
  /*
  background: -moz-linear-gradient(center top , #FBFBFB, #FAFAFA) repeat scroll 0 0 transparent;  
  background: -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), to(#FAFAFA));
  */
  height: 53px;
  border: 1px solid #c4c8cb;
  cursor: pointer;
  border-radius:5px;
  width:98%;}

@media (max-width: 719px) {
	#pakkeshop-1 .shipping-option:after, #arbejde-2 .shipping-option:after {
  		display:inline;
    }
    #hjem-til-3 .shipping-option:after {
        display:inline;
    }
  .shipping-category-block{
    width:100%;
    clear:both;
    padding-bottom:0}
  
  .shipping-rates-div {
  background: #fff;
  border-top:1px solid #C4C8CB;
  border-radius:0;
  border-bottom:none;}

  .shipping-category .last{ border-bottom:1px solid #C4C8CB;}}

.shipping-rates-div .shipping-rates{
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;}

.shipping-rates-div .shipping-rates .tick{
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 15px;
  width: 20px;}

.shipping-rates-div .shipping-rates .shipping-option{
  position: relative;
  top: 13px;}

.shipping-rates-div .shipping-rates .up-down-sub-div{
  bottom: 8px;
  float: right;
  position: relative;
  right: 10px;
  display:none;}

#idcartform .twelve .nomob a{
  float: left;}

#idcartform .item-price{
  float: right;}

#cartform .sixteen.columns {
  position: relative;
  width:100%;
  float:left;}

.sixteen.columns .ten.columns{
	width:600px;}

.checkout-buttons #checkout {
    display: block;
    margin: 0 auto;
    width: 65%;}

#cartform .fifteen.columns {
  margin-bottom: 20px;}



.circle{
  display: block;
  height: 50px;
  line-height: 50px;
  width: 100%;
  clear: both;}

.step2{
  margin-top: 10px;
  margin-bottom: 0px;}

.circle img{ float: left;}

.circle .number-circle{
  float: left;
  position: relative;
  right: 29px;}

.subdiv-help{
  float: right;
  position: relative;}

.subdiv-help .text{
  background-color: #CACACA;
  float: right;
  padding: 15px;
  width: 160px;}

.subdiv-help .sub-div-help-img{
  left:-20px;
  width: 20px;
  position: absolute;
  top: 50px;}

.sub-div-help-img img{ border:none !important;}

.checkout-btn{ }

.back-to-shoping{  
  float: right;
  margin-top: 5px;
  position: relative;
  right: 30px;
  text-align: center;}

.back-to-shoping a{ color: #0000FF;}

.static-block-cart{
  margin-left:30px;
  padding:5px;
  background-color: #EAEBEC;
  border: 1px solid #CCCCCC;}

.static-block-cart > table { margin-bottom: 5px;}

.static-block-content{
  border: 1px solid #C0C0C0;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
  float: left;
  margin: 0 0px 10px 0px;
  width: 298px;
  min-height:80px;}

.home-adress-shipping{	display:none;}
.shipping-category-block.active > .pakke-shipping, .shipping-category-block.active > .local-shop-shipping,
.shipping-category-block.active > .work-shipping, .shipping-category-block.active > .home-adress-shipping{
  display:block;}

#checkout-controls-container {
    float: right;
    margin-right: 20px;
    margin-top: 15px;
    position: relative;
    width: 355px;
    z-index: 999;}

.checkout-controls {
  float:right;
  background: -moz-linear-gradient(center top , #FBFBFB, #FAFAFA) repeat scroll 0 0 transparent;
  border-bottom: 1px solid #E0E0E0;
  border: 1px solid #CCCCCC;
  padding: 12px;
  margin-left: 30px;
  text-align:left;}

/* cart arrow style */
.shipping-category-block.active .up-down-sub-div img { display: none;}

.shipping-category-block.active .up-down-sub-div {
  background:url('/cdn/shop/t/2/assets/right.png?v=101715113098656045401414016865');
  background-position:right center;
  background-repeat:no-repeat;
  height: 36px;
  margin-top: -8px;
  width: 22px;}

.local-shop-shipping .shop-shipping-div .content {
    float: left;
    width: 315px;}

.shipping-option .shipping-price {
  display:none;}

/* 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 { float:right; text-align: right; display: block; margin:0 auto; width:355px; }
#basket-right h4 { margin: 20px 0; }
#note { background: transparent; }

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

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

#page h1 { margin-bottom: 20px; }
ul#blog-articles { list-style-type: none; }
.single-article { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eeeeee; float: left; clear: left; }

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

#comments { clear: left; float: left; border-top: 1px solid #eeeeee; 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 #eeeeee; padding-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; }

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

#search-bar { margin-top: 20px; border-bottom: 1px solid #eeeeee; }
#q { text-transform: uppercase; width:260px;}


/* =============== */
/* = 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: #eeeeee;}

.icons { clear: left; }

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

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

#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; }
#USPer img { max-width: 110px; text-align: center;  margin-bottom: 10px; margin-right: 5px;}
#USPer img.square { max-width: 90px; text-align: center;  margin-bottom: 10px; margin-right: 5px;}


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

#mobile-product { display: none; }

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


#pagination { text-align: center; margin-top: 20px; padding-top: 20px; }
#pagination a { margin: 0 5px; background: #eeeeee; padding: 2px 5px; border-radius: 15px; }
#pagination a:hover { text-decoration: none; background: #6e6e6e; 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; }


.shipping-line {display:none;}

.pakke-shipping-block{	background-color:#f4f8fb;}