/* ==========================================================================
   Base
   ========================================================================== */
* {
  margin: 0;
}
html, body {
  height: 100%;
}

.stickyholder {
	min-height: 100%;
	  /* equal to footer height */
	margin-bottom: -255px !important;
	margin: 0 auto;
	max-width: 1000px;
	box-shadow: 0 5px 15px #7d7d7d;
}
.stickyholder:after {
	content: "";
	display: block;
}
b,
strong {
	font-weight: bold;
}
hr {
	height: 0;
	-moz-box-sizing: content-box;
		 box-sizing: content-box;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
img {
	max-width: 100%;
	height: auto !important;
}
.checkout-thumb img {
	max-width: none;
}

/* Clean button */
.neutral-btn {
	padding: 0;
	border-style: none;
	background-color: transparent;
	outline: none;
   -webkit-appearance: none;
	  -moz-appearance: none;
		   appearance: none;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button,
input {
   line-height: normal;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
/***** Begin here *****/
html {
	line-height: 1.4;
}
body {
	margin: 0;
	background: #fff;
}
html,
button,
input,
select,
textarea {
	font-family: 'Vollkorn', serif;
	font-size: 16px;
	color: #333333;
}
select {
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6, .litenrubrik {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 400;
	text-transform: uppercase;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
.litenrubrik {
	font-size: 13px;
	color: #666;
}
p {
	margin: 0 0 10px;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input,
textarea {
	padding: 6px 7px;
	border: 1px solid #c2c2c2;
	color: #222;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
input:focus,
textarea:focus {
	border: 1px solid #b2b2b2;
	outline: none;
}
input[type="checkbox"],
input[type="radio"] {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	line-height: normal;
	cursor: pointer;
}
hr {
	display: block;
	height: 1px;
	margin: 15px 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #cfcfcf;
}

/* ==========================================================================
   Grid
   ========================================================================== */

/* Grid styles */
.grid {
	margin-left: -20px;
}
.grid:before,
.grid:after {
	content: "";
	display: table;
}
.grid:after {
	clear: both;
}

.grid-item {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 20px;

	vertical-align: top;
}

.grid--middle .grid-item {
	vertical-align: middle;
}

.grid-item-1-2 {
	width: 50%;
}
.grid-item-1-3 {
	width: 33.33%;
}
.grid-item-2-3 {
	width: 66.66%;
}
.grid-item-1-4 {
	width: 25%;
}

.grid-item-1-6 {
	width: 16.66%;
}

/* Large */
@media all and (max-width: 768px) {
	.grid-item-1-4 {
		width: 50%;
	}
	.grid-item-1-6 {
		width: 31.33%;
	}
}

/* medium */
@media all and (max-width: 480px) {
	.grid {
		margin-left: 0;
	}

	.grid-item {
		padding-left: 0;
	}
	.grid-item-1-2,
	.grid-item-1-3,
	.grid-item-2-3,
	.grid-item-1-4 {
		width: 100%;
	}

	.grid-item-1-6 {
		width: 50%;
	}
}


/* ==========================================================================
   Layuot
   ========================================================================== */
.l-holder {
	position: relative;
	max-width: 1200px;
	min-height: 760px;
	margin: 20px auto;
	padding-bottom: 30px;
	/*border-radius: 5px;*/
	background: #fff;
}

.view-home .l-holder {
	max-width: none;
	margin-top: 0;
}

.l-constrained {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.l-top-menu-holder {
	width: 100%;
	background: #fff;
	padding-top: 10px;
}

.l-top-menu {
	font-size: 14px;
}

.l-top-menu a {
	color: #222;
}

.l-top-menu a:hover {
	color: #666;
}

.l-top-menu__left {
	float: left;
	padding-right: 20px;
}

.l-top-menu__right {
	float: right;
}

.l-top-menu__middle {
	overflow: hidden;
	text-align: center;
}

.l-top-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.l-top-menu__right li {
	display: inline-block;
	margin-left: 20px;
}

.l-header-holder {
	width: 100%;
	background: #fff;
}

.l-header {
	position: relative;
	z-index: 11;
	top: -10px;
	padding-bottom: 10px;
}

.l-header__left {
	float: left;
	width: 33%;
	padding-top: 50px;
}

.l-header__right {
	position: relative;
	float: right;
	width: 33%;
	padding-top: 50px;
}

.l-header__middle {
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.l-menubar-holder {
	position: relative;
	z-index: 10;
	width: 100%;
	background: #252122;
}

.l-header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.l-header li {
	display: inline-block;
	margin-right: 10px;
}

.l-menubar {
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
}

.l-content {
	margin-bottom: 15px;
}
.view-home .l-content{
	margin: 0px;
}
.l-main {
	overflow: hidden;
}

.l-sidebar,
.l-sidebar-primary {
	width: 165px;
	float: right;
}
.l-sidebar {
	margin-left: 25px;
}
.l-sidebar-primary {
	margin-right: 25px;
	float: left;
}
.stickyholder:after {
  /* .push must be the same height as footer */
  height: 247px;
}

.l-footer-instagram h2 a {
	color: #333;
}

.l-footer-instagram h2 a:hover {
	text-decoration: none;
}

.l-footer-top-holder {
	width: 100%;
	background: #252122;
}

.l-footer-top {
	padding-top: 20px;
	padding-bottom: 17px;
	color: #fff;
}

.l-footer-top__left {
	float: left;
	padding-top: 7px;
}

.l-footer-top__right {
	overflow: hidden;
	min-width: 220px;
	padding-left: 15px;
}

.l-footer-top__left p,
.l-footer-top__left h2 {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 0;
}

#footerNewsletterForm input {
	float: left;
	width: 80%;
	background: #fff;
	height: 40px;
	vertical-align: middle;
	border-style: none;
	padding-left: 12px;
}

#footerNewsletterForm .btn {
	float: right;
	width: 20%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	background: #634d36;
}

.l-footer-holder {
	width: 100%;
	background:	#9a8e82;
	border-bottom: 1px solid #83715f;
}

.l-footer {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
}

.l-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.l-footer a {
	color: #fff;
}

.l-footer-col-1,
.l-footer-col-2,
.l-footer-col-3,
.l-footer-col-4,
.l-footer-col-5 {
	float: left;
	width: 20%;
	padding-left: 30px;
}

.l-footer-col-1 {
	padding-left: 0px;
	width: 18%;
}

.l-footer-col-2 {
	width: 22%;
}

.l-footer-col-5 .wgr-icon {
	color: #634d36;
}

.l-footer-payment-holder {
	width: 100%;
	background:	#9a8e82;
}

.l-footer-payment {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.l-footer-payment__bottom {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	font-size: 16px;
	color: #fff;
	font-style: italic;
}

.klarna-logo-list {
	max-width: 350px;
	width: 100%;
}

.l-product-col-1 {
	float: left;
	width: 50%;
	padding-right: 20px;
}

.l-product-col-2 {
	float: right;
	width: 50%;
}

.l-product-pay__left {
	float: left;
	padding-right: 20px;
}

.l-product-pay__right {
	overflow: hidden;
	padding-top: 10px;
	min-width: 210px;
}

.product-producer {
	margin-bottom: 0;
	text-transform: none;
	font-size: 12px;
	color: #666;
}

.stock-item--check {
	margin-right: 5px;
	color: #2e9726;
}

.l-product-editable {
	margin-bottom: 20px;
}

.l-product-editable__left {
	float: left;
	width: 60%;
	max-width: 350px;
	background: #9a8e82;
	padding: 10px 10px 10px;
	color: #fff;
	font-size: 13px;
}

.l-product-editable__right {
	float: left;
	max-width: 35%;
	margin-left: 5%;
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
}

.l-product-editable__right h3 {
	margin-bottom: 0;
	text-transform: none;
}

.l-product-editable__left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wish-btn .wgr-icon {
	margin-right: 6px;
	color: #634d36;
}

.l-product-script {
	margin-top: 20px;
	text-align: center;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Allura', sans-serif;
	font-size: 26px;
}

/* ==========================================================================
   Helpers
   ========================================================================== */
/* Clear floated elements */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
/* Media Object  */
.media {
	margin-top: 15px;
	margin-bottom: 15px;
}
.media,
.media-body {
	overflow: hidden;
}
.media-img {
	margin-right: 15px;
	float: left;
}
.media-img img {
	display: block;
}
/* List in horizontal mode  */
.nav,
.nav-float {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav > li,
.nav > li > a {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.nav-tick li {
	margin-right: 10px;
}
.nav-tick {
	margin-bottom: 10px;
}
.nav-float > li {
	float: left;
}
.nav-float > li > a {
	display: block;
}
/* Clean list */
.block-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-info dd {
	margin: 0 0 15px;
}
.flush {
	margin: 0 !important;
}
.wipe {
	padding: 0 !important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.muted {
	color: #999;
}
.brand {
	color: #584326;
}
/* ==========================================================================
   Modules
   ========================================================================== */
/*.fader {
	position: absolute;
	top: 0;
	width: 100%;
}*/

.breadcrumbs-holder {
	width: 100%;
	background: #eee;
}

.breadcrumbs {
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding-bottom: 6px;
	font-size: 12px;
}
.breadcrumbs > li {
	margin-right: 5px;
}
.filter-section {
	margin-bottom: 15px;
}
.filter-section > li {
	margin-right: 10px;
}
.filter-section > li > * {
	vertical-align: middle;
}
/* Used at ex: .filter-section and .rewies  */
.highlight-bar {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 8px 10px 7px;
	/*border: 1px solid #e1e1e1;*/
	/*background: #fff url(../design/highlight_bar_bg.png) repeat-x bottom;*/
	background: #252122;
	color: #fff;
	text-align: center;
}
#fancybox-inner {
	height: auto !important;
	width: auto !important;
	right: 10px;
	bottom: 10px;
}
.startpage-bar {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-family: 'Allura', sans-serif;
	text-transform: none;
	color: #000000;
	font-size: 40px;
}

.startpage-bar:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	height: 3px;
	background: #eee;
}

.startpage-pics {
	margin-top: 30px;
	margin-bottom: 20px;
}
.startpage-pics table {
	width: 100%;
}
.startpage-pics td {
	width: 24.5%;
	display: inline-block;
	text-align: center;
}

.startpage-pics .grid {
	margin-left: -25px;
}

.startpage-pics .grid-item {
	padding-left: 25px;
}

.startpage-pics .grid-content {
	text-align: center;
}

.startpage-pics .grid-content h3,
.startpage-pics .grid-content p {
	margin-bottom: 0;
}

.startpage-pics .grid-content h3 {
	text-align: center;
	background: #eee;
	padding: 5px 10px;
	text-transform: none;
	font-family: 'Allura', sans-serif;
	font-size: 34px;
}

.startpage-pics .grid-content h3 a {
	display: block;
	color: #333;
}

.startpage-pics .grid-content h3 a:hover {
	text-decoration: none;
}

.startpage-top > .grid {
	margin-left: 0;
}

.startpage-top > .grid > .grid-item {
	padding-left: 0;
}

.startpage-top > .grid > .grid-item > .grid-content {
	position: relative;
}

.startpage-top .grid .grid {
	position: absolute;
	left: 20px;
	right: 0;
	bottom: 0;
	padding: 8px 10px 5px 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
}

.startpage-top .grid .grid .grid-item {
	padding-left: 10px;
}

.startpage-top * {
	margin-bottom: 0;
}

.startpage-top .grid .grid .grid-content-2 {
	text-align: right;
}

.startpage-top .grid .grid h2 {
	padding-top: 6px;
	font-size: 16px;
	font-weight: 700;
}

.startpage-top .grid .grid h3 {
	text-transform: none;
	font-size: 23px;
	font-family: 'Allura', sans-serif;
}

.startpage-top .grid .grid a {
	color: #333;
}

.startpage-top img {
	width: 100%;
	max-width: none;
	height: auto !important;
}

.startpage-banner-holder {
	width: 100%;
	background-color: #9a8e82;
	background-image: url(../design/bg1.png), url(../design/bg2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
}

.startpage-banner {
	padding-top: 25px;
	padding-bottom: 15px;
	text-align: center;
	color: #fff;
}

.startpage-banner h3 {
	margin-bottom: 5px;
	text-transform: none;
	font-size: 24px;
	font-weight: 700;
}

div.flexslider {
	margin-top: 10px;
	margin-bottom: 40px;
}

.startpage-intro-holder {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	background-color: #9a8e82;
	background-image: url(../design/bg1.png), url(../design/bg2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
}

.startpage-intro {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	color: #fff;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.startpage-intro h3 {
	text-transform: none;
	font-family: 'Allura', sans-serif;
	font-size: 34px;
}

.shop-new-holder {
	margin-bottom: 20px;
	width: 100%;
	background-color: #9a8e82;
	background-image: url(../design/bg1.png), url(../design/bg2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	padding-top: 25px;
	padding-bottom: 20px;
}

.input-highlight {
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	background: #fff url(../design/input_highlight_bg.png) repeat-x bottom;
}
.input-highlight:focus {
	border: 1px solid #dcdcdc;
}
.input-highlight--full {
	width: 100%;
	margin-bottom: 5px;
}
.site-logo {
	display: inline-block;
	/*margin-bottom: 14px;*/
}
.site-banner {
	position: absolute;
	top: -24px;
	right: -15px;
	width: 240px;
	height: 120px;
	background: url(../design/header_banner.png) no-repeat;
}
.vat-selector {
	position: absolute;
	bottom: 0;
	right: 0;
}
/* Main navigation section */
.site-nav {
	float: left;
}
.site-nav__item,
.site-nav > li > a {
	padding: 0 13px;
	line-height: 47px;
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
}
.site-nav__right {
	float: right;
}
.site-nav__icon {
	margin-top: -3px; /* Fix for align middle */
}

.site-nav > li > a:hover {
	text-decoration: none;
}

.site-nav > li:hover > a {
	background: #9a8e82;
}

/* Languages section */
.lang-changer select {
	vertical-align: middle;
	border: 1px solid #eae8e6;
}
.international{
	position: absolute;
	top: 98px;
	right: 20px;
}
/* Primary search section */
.site-search {
	position: relative;
	height: 42px;
	max-width: 250px;
	width: 100%;
	padding: 0;
	border-style: none;
	border-radius: 0;
	background: #eee;
	font-size: 22px;
	font-family: 'Allura', sans-serif;
}
.site-search__input {
	position: absolute;
	top: 2;
	right: 0;
	bottom: 0;
	left: 0px;
	height: 40px;
	padding: 0;
	padding-left: 10px;
	margin: auto;
	border: none;
	background: none;
	font-size: 22px;
	font-family: 'Allura', sans-serif;
	font-weight: 400;
	color: #222;
}
.site-search__input:focus {
	border: none;
	font-family: 'Vollkorn', serif;
	font-size: 16px;
}
.site-search__btn {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 45px;
	height: 40px;
	margin: auto;
	border: none;
	background: url(../design/magnify.png) no-repeat 100% 50%;
}
/* Block section */
.module {
	margin-bottom: 15px;
}
.module__heading {
	margin: 0;
	padding: 8px 10px;
	border-radius: 4px 4px 0 0;
	background: #a4ba83 url(../design/module_heading_bg.png) repeat-x bottom;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-transform: uppercase;
}
.module__body {
	padding: 10px;
	border: 1px solid #dcdcdc;
	border-top: none;
	background: #fff;
}
/* Secondary navigation */
.listmenu {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 10px;
}
.listmenu li {
	position: relative;
}
.listmenu a {
	display: block;
	color: #222;
}
.listmenu .selected {
	font-weight: bold;
}
.listmenu-level-0 {
	padding-left: 0;
}
.listmenu-level-0:last-child {
	margin-bottom: -1px; /* Fix for double-border */
}
.listmenu-level-0__item {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-bottom: solid 1px #dcdcdc;
	background: #fff url(../design/listmenu_bg.png) repeat-x bottom;
}
.listmenu-level-1 {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-bottom: solid 1px #dcdcdc;
	background: #fff;
	box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.15),
				inset 0 -4px 5px -5px rgba(0,0,0,0.1);
}
.listmenu-level-1 a {
	padding-top: 4px;
	padding-bottom: 4px;

	color: #262223  !important;
}
.listmenu-level-1 a:hover {
	color: #dcdcdc !important;
}
.menu-node {
	position: absolute;
	top: 10px;
	right: 8px;
	width: 6px;
	height: 6px;
	/* background-image: url("../design/node.png"); */
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.menu-node-minus {
	background-image: url("../design/node_minus.png");
}
.menu-node-plus {
	background-image: url("../design/node_plus.png");
}
/* Grid for product-items and category-items */
/* Sub-modules: .grid-gallery--products and .grid-gallery--categories */
.grid-gallery,
.list-gallery {
	margin: 0;
	padding: 0;
	list-style: none;
}
.grid-gallery {
	margin-left: -1%;
}
.grid-gallery > li {
	display: inline-block;
	*display: inline;
	width: 24%;
	margin-left: 1%;
	margin-bottom: 15px;
	padding: 8px;
	border: 1px solid #fff;
	background: #fff;
	vertical-align: top;
	cursor: pointer;
	zoom: 1;
	text-align: left;
}

.grid-gallery > li:hover {
	border: 1px solid #e2e2e2;
}

.view-home .grid-gallery > li {
	width: 24%;
}
.list-gallery > li {
	margin-bottom: 15px;
}
.list-gallery > li:last-child {
	margin-bottom: 0;
}
/* Product-item and Category-item Style */
.product-item {
	position: relative;
}
.product-item__img {
	position: relative;
	height: 275px;
	margin-bottom: 8px;
	line-height: 275px;
	text-align: center;
}

.product-item__bestseller {
	position: absolute;
	top: 5px;
	left: 5px;
}

.product-item__producer {
	height: 19px;
	overflow: hidden;
	font-size: 13px;
	color: #666666;
}

.product-item__heading {
	height: 45px;
	margin-bottom: 5px;
	overflow: hidden; /* clip text */
	font-size: 16px;
	color: #333;
	text-transform: none;
}
.product-item .price {
	font-size: 18px;
}
.product-item .price-discount {
	font-weight: bold;
}
.product-item .procent-saved {
	/*border: 1px solid #000;
	background: #fff;
	color: #000;
	padding: 3px 2px;*/
	position: absolute;
	top: 15px;
	left: 15px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #C00;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}
.product-item__buttons {
	margin-top: 5px;
}

.product-item__banner {
	position: absolute;
	top: 15px;
	right: -1px;

	height: 26px;
	padding-left: 11px;
	padding-right: 11px;

	background-color: #d9d9d9;

	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 28px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.5);
	z-index: 2;
}

/* Category item style */
.category-item {
	position: relative;
	text-align: center;
}
.category-item__img img {
	width: 100%;
}
.category-item__heading {
	position: absolute;
	left: 8px;
	right: 8px;
	bottom: 8px;

	padding: 10px 15px 5px 10px;

	background: #fff;
	background: rgba(255, 255, 255, 0.8);

	font-size: 16px;
	line-height: 20px;
}
.category-item__heading a {
	color: #333;
	text-decoration: none;
}
.category-item__heading span {
	float: right;
	text-transform: none;
	font-size: 23px;
	line-height: 20px;
	font-family: 'Allura', sans-serif;
}
.grid-gallery .category-trademark {
	margin-bottom: 10px;
}
.heading--trademark {
	position: static;

	background: rgba(0, 0, 0, 0.02);
}

/* Product section */
.product-carousel {
	height: 400px;
	margin-bottom: 15px;
	line-height: 400px;
	text-align: center;
}
.product-thumbs {
	margin-bottom: 15px;
	font-size: 0; /* Fix: Removes whitespace */
}

.product-thumbs > a {
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
}

.product-thumbs img {
	max-height: 100px;
	cursor: pointer;
}
.product-option-spacing {
	padding-right: 10px;
	padding-bottom: 7px;
}
.product-quantity {
	width: 50px;
	vertical-align: middle;
	height: 50px;
	background: #f5f5f5;
	border: 1px solid #CCC;
	border-radius: 0px;
	font-weight: bold;
	text-align: center;
}

.btn.visaprodBuyButton {
	padding: 0px 50px;
	height: 50px;
	line-height: 53px;
	vertical-align: middle;
}

.product-custom-fields {
	margin-left: 5px;
	margin-top: 10px;
}
.product-price-field {
	margin-top: 15px;
	margin-bottom: 15px;
}
.product-price-field .price {
	font-size: 21px;
}
.product-stock {
	margin-bottom: 5px;
}
.product-stock-item {
	display: none; /* Show them with js */
}
.product-stock-item__text {
	vertical-align: middle;
}
/* News-page section */
.news-item .media-img {
	width: 100px;
	min-height: 1px; /* Fix for collapsing width if .media-img is empty */
}
.news-item__date {
	font-style: italic;
	color: #999;
}
/* Button section */
.btn {
	display: inline-block;
	padding: 11px 18px 7px 18px;
	border-style: none;
	text-transform: uppercase;
	background: #d2d2d2;
	font-size: 14px;
	color: #333333;
	line-height: 1;
	cursor: pointer;
}
.btn:hover {
	text-decoration: none;
	opacity: 0.8;
}
.btn--primary {
	background: #000;
	color: #fff;
}
.btn--primary--large {
	padding: 12px 40px;
	color: #fff;
	background: #634d36;
	font-size: 20px;
}
.btn--checkout{
	background: #634d36;
	border-style: none;
	color: #fff;
	font-size: 16px;
	text-transform: none;
}

.btn--block {
	display: block;
	text-align: center;
}

/* Alert-box section */
.alert {
	padding: 8px;
	margin-bottom: 15px;
	border: 1px solid #97c1da;
	border-radius: 3px;
	background-color: #d8ebf8;
	background-image: -webkit-linear-gradient(#d8ebf8, #d0e3ef);
	background-image: 	 -moz-linear-gradient(#d8ebf8, #d0e3ef);
	background-image: 		  linear-gradient(#d8ebf8, #d0e3ef);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
	color: #264c72;
}
.alert--success {
	border-color: #b6d79a;
	background-color: #dff0d8;
	background-image: -webkit-linear-gradient(#dff0d8, #d3edc8);
	background-image: 	 -moz-linear-gradient(#dff0d8, #d3edc8);
	background-image: 		  linear-gradient(#dff0d8, #d3edc8);
	color: #387b39;
}
.alert--error {
	border-color: #da9797;
	background-color: #f8d8d8;
	background-image: -webkit-linear-gradient(#f8d8d8, #efd0d0);
	background-image: 	 -moz-linear-gradient(#f8d8d8, #efd0d0);
	background-image: 		  linear-gradient(#f8d8d8, #efd0d0);
	color: #9c2400;
}
.alert--warn {
	border-color: #dca874;

	background-color: #ffe3c8;
	background-image: -webkit-linear-gradient(#ffe3c8, #f5dac0);
	background-image: 	 -moz-linear-gradient(#ffe3c8, #f5dac0);
	background-image: 		  linear-gradient(#ffe3c8, #f5dac0);

	color: #613A00;
}
/* Price section */
.price {
	/*font-weight: bold;*/
	color: #222;
	font-weight: 700;
}
.price-discount {
	color: #C00;
}
.price-orginal {
	font-size: 14px;
	text-decoration: line-through;
}
.price-klarna {
	font-size: 14px;
}
/* Reviews section */
.reviews {
	margin-bottom: 20px;
}
.review-body {
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.review-col-1 {
	width: 200px;
	margin-right: 15px;
	float: left;
}
.review-col-2 {
	overflow: hidden; /* Overflow hidden layout */
}
.review-date {
	font-size :10px;
}
.review-stars {
	display: inline-block;
	height: 15px;
	background: url(/design/star.gif) repeat-x top left;
}
.review-stars-on {
	background-position: 0 -32px;
}
.review-stars-off {
	background-position: 0 0;
}
.review-stars-1 { width: 16px; }
.review-stars-2 { width: 32px; }
.review-stars-3 { width: 48px; }
.review-stars-4 { width: 64px; }
.review-stars-5 { width: 80px; }
/* Input form */
.input-form input,
.input-form textarea {
	width: 100%;
}
.input-form--checkout input,
.input-form--checkout textarea {
	margin: 3px 0;
}
/* Input's in group */
.input-group {
	position: relative;

	font-size: 0;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group .input-group__item {
	position: relative;
	display: inline-block;
	width: 50%;
}
.input-group .input-group__item:first-child {
	width: 48%;
	margin-right: 2%;
}
.input-group-1-4 .input-group__item {
	width: 70%;
}
.input-group-1-4 > .input-group__item:first-child {
	width: 28%;
}
/* Payment logos */
/* In sidebar and checkout */
.payment-logo {
	max-width: 200px;
}
.payment-logo--medium {
	width: 50px;
}
.payment-logo--small {
	width: 30px;
}
.payment-logo--list {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: auto;
}
.payment-logo--highlight {
	padding: 5px 7px;
	border-radius: 3px;
	background: #fff;
}
/* Checkout section */
.checkout-stepnumber {
	display: inline-block;
	margin-right: 6px;
	padding: 3px 8px;
	border-radius: 25px;
	background-color: #584326;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.checkout-termsinfo {
	margin-top: 12px;
}
.checkout-highlight {
	background-color: #584326 !important;
	color: #fff;
	font-size: 14px !important;
}
.checkout-highlight b{
	font-weight: lighter !important;
}
.checkout-area-addresses {
	width: 49%;
	float: left;
}
.checkout-area-paymentoptions {
	width: 49%;
	float: right;
}
.wishlist-input-headline {
	font-family:"Trebuchet MS", 'Open Sans',Verdana, Arial;
	font-size: 24px;
	line-height: 26px;
	width:500px;
}
.wishlist-input-description {
	font-family:"Trebuchet MS",'Open Sans', Verdana, Arial;
	font-size: 11px;
	width:500px;
}
/* ==========================================================================
   States
   ========================================================================== */
.is-hidden {
	display: none;
}
.is-fixed-top {
	position: fixed;
	top: 0;
	width: 100% !important;
	margin-left: auto;
	margin-right: auto;
}

.is-menubar-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;

	margin-left: auto;
	margin-right: auto;
}
/* ==========================================================================
   OLD CSS
   ========================================================================== */
th {
	font-family: "Trebuchet MS", 'Open Sans',  Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	color: #584326;
	/*background-image: url("../design/knapp_bg.gif");
	background-repeat: repeat-x;*/
	background-color: #8f857a;
	border: 1px solid #e1e1e1;
	height: 26px;
}
table.graybg td {
	background-color: #f4f3f2;
	font-size: 13px;
}
th.t {
	background-color: transparent;
	text-align: right;
	background-image: none;
	border: none;
}
table.graybg {
	width: 100%;
}
.graybg .bth2,
.graybg .bth4,
#td_attbetala,
#td_varavmoms {
	white-space: nowrap;
}
/* Dropdown-cart */
div#topcart-holder {
	float: right;
	z-index: 2;
	position: relative;
}
div#topcart-area {
}
div#topcart-hoverarea {
	display: inline-block;
	*display: inline;
	cursor: pointer;
}

.topcart-inner__left {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}

.topcart-inner__middle {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
	line-height: 1.2;
}

.topcart-inner__right {
	display: inline-block;
	vertical-align: middle;
}

.topcart-arrow {
	margin-left: 8px;
}


div#popcart {
	position: absolute;
	right: 0px;
	top: 100%;
	padding: 3px;
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 0px;
	background-color: #fff;
	-webkit-box-shadow: -1px 1px 8px rgba(50, 50, 50, 0.1);
	   -moz-box-shadow: -1px 1px 8px rgba(50, 50, 50, 0.1);
			box-shadow: -1px 1px 8px rgba(50, 50, 50, 0.1);
	 -webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
			 box-sizing: content-box;
	color: #666;
	max-width: 350px;
	z-index: 900;
	height: 0px;
	overflow: hidden;
	display: none;
}
div#popcart .btn {
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
a.cartplus, a.cartminus, a.cartx {
	background: #555 no-repeat center center;
	color: #fff;
	font-size: 8px;
	text-align: center;
	width: 11px;
	height: 11px;
	overflow: hidden;
	border: none;
	border-radius: 2px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-top: 1px;
	font-weight: bold;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 0;
	line-height: normal;
}
a.cartplus {
	background-image: url(/design/cartbutton_plus.png);
}
a.cartminus {
	background-image: url(/design/cartbutton_minus.png);
	background-position-y: 5px;
}
a.cartx {
	background-image: url(/design/cartbutton_remove.png);
}
a.cartplus:hover, a.cartminus:hover, a.cartx:hover {
	text-decoration: none;
}
a.cartx:hover {
	background-color: #900;
}
a.cartplus:hover {
	background-color: #338B33;
}
a.cartminus:hover {
	background-color: #3E62A3;
}
div.popCartRowSplit {
	height: 1px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 2px;
}
div.popCartErrorMessage {
	background-color: #FCC;
	text-align: center;
	font-style: italic;
	padding: 5px;
	width: 100%;
	font-size: 10px;
	color: #333;
}
div#popCartShipping {
	background: #eee;
	color: #7d7d7d;
	margin: 4px;
	margin-bottom: 6px;
	padding: 4px;
	padding-left: 5px;
	font-weight: 400;
	font-size: 13px;
}
div#popCartShipping a, div#popCartShipping a:hover {
	text-decoration: underline;
	color: #666;
}

#cartCountryForm select {
	height: 30px;
	vertical-align: middle;
}

#cartCountryForm .btn {
	height: 30px;
	line-height: 32px;
	margin-left: 2px;
	vertical-align: middle;
	padding-top: 0;
	padding-bottom: 0;
}
/* Checkout */

			.fb_iframe_widget iframe {
				position: relative !important;
			}

tr.doldkassarad {
	display: none;
}
#checkoutSwitchModeInfo {
	background: #eee url(/gfx/question.gif) 6px 8px no-repeat;
	padding: 6px;
	padding-left: 24px;
	margin-top: 6px;
}
#checkoutSwitchModeInfo a {
	text-decoration: underline;
}
.checkoutTextarea {
	height: 48px;
}
.checkoutFieldsBlock {
	margin-bottom: 16px;
}
#checkoutCountrySpan {
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
.checkoutExtraTable {
	margin-top: 15px;
}
#paymentform {
	margin-top: 15px;
}
div.followuppost {
	border: 1px solid #ccc;
	background: #fff;
	margin-bottom:16px;
	padding:12px;
}
div.followuppost h2 {
	color:#333;
	font-size:14px;
	line-height:16px;
	margin:0 0 8px 0;
	font-weight:bold;
}
div.followupstars {
	height:20px;
}
textarea.followupreview {
	width:400px;
	height:40px;
	margin-bottom:5px;
}
div.followupsocialbutton {
	float:left;
	margin-right:5px;
	margin-top:5px;
	height:30px;
	width:80px;
	line-height:30px;
	overflow:hidden;
}
div.followupsocialbuttons {
	overflow:hidden;
}
input.followupsubmit
{
	font-size:14px;
	cursor:pointer;
}
td.followupbild {
	width:105px;
	text-align:center;
}
td.followupbild img {
	max-width:105px;
}
.toppicture{
	position: absolute;
	top: 0;
	z-index: -99;
	width: 100%;
	height: 918px;
	background: url(/design/top.png) center no-repeat;
}
.bottompicture{
	position: absolute;
	z-index: -99;
	width: 100%;
	height: 378px;
	bottom: 0;
	background: url(/design/bottom.png) center no-repeat;
}
.brands{
	width:100%;
	margin-top: 10px;
}
.brands iframe > html > body > #widget > div#footer  {
	display: none;
}
.brands h1, .brands h2, .brands h3{
	font-weight: lighter;
}
.brands h3 {
	font-family: 'Allura', sans-serif;
	font-size: 28px;
	line-height: 30px;
	text-align: center;
}
.brands ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.brands li {
	display: inline-block;
	margin: 2px 4px;
	width: 100px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.brands li img {
	max-width: 90px;
	width: auto !important;
	height: auto !important;
	max-height: 60px;
}

.brands iframe {
	margin-top: 40px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.mini-insta {
	display: none;
}
.cookiesandmobile{
	position: absolute;
	top: 202px;
	left: 845px;
}
.loggedin{
	position: absolute;
	top: 120px;
	left:785px;
}
.loggedin h5{
	margin-bottom: 2px;
}
/*dropdown*/
.nav-float .listmenu, .nav-float #verticalmenu {
	float:left;
	margin: 0;
	padding: 0;
   list-style: none;
}
.nav-float .listmenu > li {
	float: left;
	list-style: none;
	position: static;
}
.nav-float .listmenu > li a {
	display: block;
	padding: 0 10px;
	line-height: 47px;
	font-size: 16px;
	color: #fff;
	background: none;
	border :none;
	font-weight: 400;
	text-transform: uppercase;
}
.nav-float .listmenu > li a:hover {
	background-color: #f4f3f2;
	color: #7d7d7d;
	text-decoration: none;
}
.nav-float .listmenu .menu-node {
	display:none;
}
		.nav-float .listmenu-level-1, .nav-float .listmenu-level-2, .nav-float .listmenu-level-3 {
			display: none;
		   position: absolute;
			background: #f4f3f2;
			color: #7d7d7d;
			max-width: 1000px;
			width: 100%;
			z-index: 99;
			border: solid 1px #7d7d7d;
			border-top: 0px;
			left: 0;
		}
		.nav-float .listmenu-level-1 > li a:hover {
			color: #584326;
		}
		.nav-float .listmenu-level-1 a, .nav-float .listmenu-level-2 a, .nav-float .listmenu-level-3 a {
			width: 230px;;
		}

		 .nav-float .listmenu-level-2 {
			 left: 260px;
			 top: 0;
			 margin-top: -1px;
			 border-top: solid 1px;
		 }

/* Dropdown - Barebone */
.mega-menu ul,
.dropdown-menu ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
.dropdown {
	position: absolute;
	left: 0;
	z-index: 20;

	display: none; /* Hide dropdown */
}
.sub-menu {
	top: 0;
	left: 100%;
}
.has-dropdown:hover > .dropdown {
	display: block; /* Show dropdown */
}
.has-dropdown .wgr-icon {
	margin-left: 10px;
}



/* Mega dropdown */
.mega-menu .dropdown {
	padding: 0px 0 20px 30px;
	border-bottom: 3px solid #252122;

	background: #9a8e82;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	width: 100%;
	left: 0;
	right: 0;
}

.dropdown-inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/* Any level */
.mega-menu .dropdown a {
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 14px;
	color: #fff;
	text-transform: none;
}

.mega-menu .dropdown a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* First level */
.mega-menu .dropdown > div > li {
	display: inline-block;
	min-width: 25%;
	padding-right: 30px;
	margin-top: 20px;
	vertical-align: top;
}
.mega-menu .dropdown > div > li > a {
	margin-bottom: 5px;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 1px solid #c3b8ad;
	color: #000;
}

.mega-menu #ul_42 > div > li  {
	margin-top: 5px;
}

.mega-menu #ul_42  {
	padding-top: 15px;
}

/* Instagram widget */
.instagram-widget {
	margin-bottom: -7px;
}
.instagram-widget li {
	width: 12.5%;
}
.instagram-widget a {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 100%;
	display: block;
	transition: opacity .3s;
}
.instagram-widget a:hover {
	opacity: .8;
}
.instagram-image {
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
	max-width: none;
}
.instagram-image--landscape {
	width: auto;
	height: 100%;
}
.instagram-image--portrait {
	width: 100%;
	height: auto;
}
@media all and (max-width: 960px) {
	.instagram-widget li {
		width: 25%;
	}
}

@media all and (max-width: 480px) {
	.instagram-widget li {
		width: 50%;
	}
}


*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Newsletter Popup */
.antiblock-newsletter-popup {
	padding-top: 10px;
	padding-bottom: 5px;
}
.antiblock-newsletter-popup label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}
.newsletter-popup__btn {
	margin-top: 10px;
	outline-style: none;
}
.is-newsletter-form-status {
	display: none;
	margin-top: 10px;
}
.is-newsletter-form-status .is-info {
	font-weight: bold;
	color: #264c72;
}
.is-newsletter-form-status .is-error {
	color: #9c2400;
}
.is-newsletter-spinner {
	position: relative;
	margin-left: 18px;
}

.fancybox-fluid .fancybox-inner {
	height: auto !important;
}
.fancybox-skin {
	background: #fff !important;
}
/* ta bort .stretched om den redan finns */
.stretched {
	width: 100% !important;
}
