/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/* apply a natural box layout model to all elements */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}/* ==========================================================================
   Base
   ========================================================================== */

html {
	color: #4b4b4d;
	font-family: 'circular';
	font-size: 16px;
	font-weight: 500;
	line-height: 1.45;

	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'circular';
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 900;
}

h1 {
	font-size: 22px;
	line-height: 1.25;
}

h2 {
	font-size: 20px;
	text-transform: none !important;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

p {
	margin: 0 0 10px;
}

b,
strong,
th {
	font-weight: 600;
}

th,
td {
	text-align: left;
}

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

	vertical-align: middle;
}

a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #59a059;
}

input,
textarea {
	padding: 5px 6px;

	border: 1px solid #c2c2c2;
	border-radius: 2px;

	color: #222;
}
input:focus,
textarea:focus {
	border-color: #b2b2b2;
	outline: none;
}

select {
	padding: 2px 3px;
	font-size: 12px;
}

input[type="checkbox"],
input[type="radio"] {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	line-height: normal;
	cursor: pointer;
}

/* Custom checkbox and radio button */
input[type="radio"],
input[type="checkbox"] {
	display: none;
	display: inline-block\9;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	cursor: pointer;
}

input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
	display:inline-block;
	display: none\9;
	width: 12px;
	height: 12px;
	margin-right: 4px;
	margin-top: 3px;

	border: 1px solid #a9a9a9;
	border-radius: 2px;
	background: #f9f9f9;
	background: linear-gradient(#f9f9f9, #e9e9e9);

	vertical-align: top;
	content: '';
}
input[type="radio"] + label:before {
	border-radius: 50%;
}
input[type="radio"]:checked + label:before {
	background: #f9f9f9 url(//wgrremote.se/img/mixed/checkbox-radio-2.png) center no-repeat;
	background-size: 6px;
}
input[type="checkbox"]:checked + label:before {
	background: #f9f9f9 url(//wgrremote.se/img/mixed/checkbox-box-2.png) center no-repeat;
	background-size: 8px;
}

input[type="radio"]:disabled + label:before,
input[type="checkbox"]:disabled + label:before {
	background: #bbb;
	cursor: default;
}

hr {
	display: block;
	height: 1px;
	margin: 15px 0;
	padding: 0;

	border: 0;
	border-top: 1px solid #e2e2e2;
}

/* ==========================================================================
   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-1 {
    width: 100%;
}
.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%;
}

.grid-2 {
    display: flex;
}

/* Bug fix on guide page */

.view-guide .grid {
	font-size: 0;
}

.view-guide .grid-item {
	font-size: initial;
}

/* ==========================================================================
   Layout
   ========================================================================== */

.l-top-menu-holder {
	position: relative;
	z-index: 11;
	
	width: 100%;
	
	background: #f2f2f2;
}

.l-top-menu {
	max-width: 1150px;
	margin: 0 auto;
	line-height: 35px;
	font-size: 12px;
	position: relative;
}

.l-menubar-wrapper {
	margin-bottom: 45px;
}

.l-top-menu__left {
	float: left;
}

.l-top-menu__right {
	float: right;
}
.l-top-menu__wishlist {
	margin-right: 25px;
	float: left;
}
.l-top-menu__wishlist i {
	color: #59a059;
	font-size: 16px;
}
.l-top-menu__right__left {
	float: left;
}

.l-top-menu__right__right {
	float: right;
	padding-left: 20px;
}

.l-top-menu__left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.l-top-menu__left li {
	display: inline-block;
	margin-right: 20px;
}

.lang-changer select {
	border-style: none;
	background: #f2f2f2;
}

.l-holder {
	position: relative;

	max-width: 1150px;
	margin: 15px auto;
	background-color: #fff;
}

.l-constrained {
	position: relative;

	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
}

.l-header {
	position: relative;
	padding-bottom: 10px;
}

.l-header__left {
	float: left;
	width: 15%;
}

.l-header__right {
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;

	display: flex;
	float: right;
	height: 123px;
	width: 85%;
}

.l-header__right__top {
	margin-bottom: 57px;

	color: #666;
	font-size: 12px;
	text-align: right;
}

.l-header__right__top__left {
	float: left;
	font-size: 18px;
	font-family: 'circular';
	font-weight: 400;
	/*font-style: italic;*/
}

.l-header__right__top a {
	color: #999;
}

.l-header__right__top a:hover {
	color: #59a059;
}

.l-header__right__top ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.l-header__right__top li {
	display: inline-block;
	margin-left: 20px;
}

.l-header__right__bottom {
	width: 100%;
}

.l-header__right__bottom__left {
	justify-content: space-between;

	display: flex;

	font-size: 18px;
	font-family: 'circular';
	font-weight: 400;
	/*font-style: italic;*/
}

.l-header__right__bottom__right {
	float: right;
}

.l-menubar {
	margin-top: 10px;
	position: relative;
	z-index: 10;

	min-height: 35px;
	/*margin-bottom: 25px;*/
	background-color: #fff;
	border-bottom: 2px solid #59a059;
}

.l-menubar__right {
	float: right;
	padding-top: 10px;
}

.l-menubar__right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.l-menubar__right li {
	display: inline-block;
	margin-left: 2px;
}

.is-menubar-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.l-menubar.is-menubar-sticky {
	margin-top: 35px;
}

.l-menubar-secondary {
	position: relative;
	z-index: 9;

	min-height: 30px;
	margin-bottom: 10px;
	background-color: #fff;
}

.l-content {}

.l-main {
	overflow: hidden;
	margin-bottom: 15px;
}

.view-home .l-main {
	overflow: auto;
}

.l-sidebar,
.l-sidebar-primary {
	width: 200px;
}
.l-sidebar-primary {
	margin-right: 25px;
	float: left;
}
.l-sidebar {
	margin-left: 25px;
	float: right;
}

.l-footer-holder {
	background: #f8f7f7;
    border: 1px solid #e9e7e7;

}

.l-footer {
	max-width: 1150px;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 13px;
}

.l-footer-flex {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.l-footer-col-1,
.l-footer-col-2,
.l-footer-col-3,
.l-footer-col-4,
.l-footer-col-5 {
	padding: 10px;
	margin-bottom: 20px;
	width: 207px;
	height: 193px;
}

.l-footer-col-5 {
	padding-right: 0;
}
.l-footer-col-1 {
	padding-left: 0;
}

.l-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.l-footer-social {
	width: 95px;
	margin-left: 46%;
}


.l-footer-check {
	clear: both;
	text-align: center;
	padding: 20px 0 20px;
}

.l-footer-check li {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

#footerNewsletterForm input {
	width: 80%;
	float: left;
	height: 35px;
	background: #fff;
	border-radius: 3px 0 0 3px;
	border: 1px solid #ddd;
	border-right-style: none;
	vertical-align: middle;
	padding-left: 10px;
}

#footerNewsletterForm .btn {
	float: right;
	width: 20%;
	text-align: center;
	height: 35px;
	line-height: 35px;
	padding: 0;
	vertical-align: middle;
	border-radius: 0 3px 3px 0;
}

.l-footer-col-overflow {
	overflow: hidden; /* Overflow hidden layout */
}

.l-footer-payment {
	clear: both;
	padding-top: 20px;
	text-align: center;
}

.l-footer-payment .payment-logo--list {
	display: inline-block;
	max-width: 80px;
	max-height: 70px;
	padding: 0;
	margin: 10px;
}
.l-footer-payment .klarna-logo-list {
	max-width: 330px;
}
.klarna-logo-list2 {
	max-width: 500px;
	width: 100%;
}

/* Productpage */

/* Product reminder */
.product-reminder {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-reminder__form {
    margin-bottom: 15px;
}

.is-product-reminder__spinner {
    position: relative;
    margin-left: 15px;
}

.l-product-col-1 {
	overflow: hidden;
}
.l-product-col-1,
.l-product-col-3 {
	width: 45%;
	float: left;
}
.l-product-col-2 {
	float: right;
	width: 50%;
}
.l-product-col-3 {
	clear: left;
}

/* Checkout */
.l-checkout {
	margin-top: 15px;
	margin-bottom: 15px;
}
.l-checkout-col-1,
.l-checkout-col-1-2 {
	float: left;
	width: 45%;
	padding-left: 10px;
}
.l-checkout-col-1-2 {
	clear: left;
}
.l-checkout-col-1-inner {
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 10px 20px 20px;

	background-color: #fcfcfc;
	border: 1px solid #e5e5e5;
	border-top-width: 2px;
}
.l-checkout-col-2 {
	float: right;
	width: 55%;
	padding-left: 35px;
	padding-right: 10px;
}
.l-checkout-col-2-inner {
	padding-top: 17px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 15px;

	border-top: 2px solid #e5e5e5;
}

.l-autocomplete {
	position: absolute;
	top: 238px;
	left: 50%;
	z-index: 99;

	width: 600px;
	display: none;
	margin-left: -402px;
	padding: 20px;
	background: #fff;

	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	border-radius: 0 0 4px 4px;
	color: #222;
	font-family: circular;
}
.is-autocomplete-result h3 {
	margin-bottom: 0;
}
.is-autocomplete-result hr {
	margin-bottom: 10px;
	margin-top: 5px;
}
.is-autocomplete-active .l-autocomplete {
	display: block;
}
.is-autocomplete-result .l-search-col-1 {
	width: 100%;
}
.is-autocomplete-result .more-link {
	margin-top: 5px;
}
.is-autocomplete-result .l-search-col-2 a,
.is-autocomplete-result .search-title {
	color: #222;
	font-size: 16px;
}
.is-autocomplete-result .search-title,
.is-autocomplete-result .search-cat {
	line-height: 1.3em;
}
.is-autocomplete-result .search-title {
	font-weight: 600;
}
.is-autocomplete-result .search-cat {
	color: #aaa;
}



/*
 * Search Page
 */

.l-search-col-1 {
	float: left;
	width: 80%;
	margin-right: 20px;
}
.l-search-col-2 {
	overflow: hidden;
}

/* ==========================================================================
   Modules
   ========================================================================== */

/* Media Object  */
.media {
	margin-bottom: 15px;
}
.media,
.media-body {
	overflow: hidden;
}
.media-img {
	margin-right: 15px;
	float: left;
}
.media-img img {
	display: block;
}

.table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.table td,
.table th {
	padding: 0;
}

.default-table {
	width: 100%;
}
.default-table > thead > tr {
	border-bottom: 1px solid #e2e2e2;
}
.default-table > thead th {
	padding: 8px;
}
.default-table > tbody td {
	padding: 8px;
}

.label-wrapper {
	padding-left: 20px;
}
.label-wrapper > label {
	position: relative;
}
.label-wrapper > label:before {
	position: absolute;
	margin-left: -20px;
}

/* List in horizontal mode  */
.nav,
.nav-block,
.nav-float {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
.nav > li,
.nav > li > a {
	display: inline-block;
}

.nav-float > li {
	float: left;
}

.nav-block > li > a {
	display: block;
}

.nav-tick li {
	margin-right: 10px;
}
.nav-tick {
	margin-bottom: 10px;
}

/* Clean list */
.block-list {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}

.list-info dd {
	margin: 0 0 15px;
}

/* Clean button */
.neutral-btn {
	padding: 0;

	border-style: none;
	background-color: transparent;
	outline: none;

   -webkit-appearance: none;
   	  -moz-appearance: none;
   		   appearance: none;
}

.breadcrumbs {
	padding-bottom: 7px;
	padding-top: 7px;
	margin-bottom: 15px;


	font-size: 12px;
}

.breadcrumbs > li {
	color: #777;
}
.breadcrumbs a {
	color: #444;
}
.breadcrumbs .wgr-icon {
	margin-left: 2px;
	margin-right: 2px;
	color: #999;
}

.sort-section {
	margin-bottom: 15px;
}
.sort-section > li {
	margin-right: 4px;
}

/* Used at ex: .sort-section and .rewies  */
.highlight-bar {
	padding: 7px 10px;
	background: #f8f7f7;
    border: 1px solid #e9e9e9;
	margin: 20px 0;
}

.startpage-bar {
	border-top: 1px solid #e1e1e1;
	font-size: 20px;
	margin: 15px 0 10px;
	padding-top: 20px;
	text-align: center;
}

.startpage-top {
	margin-bottom: 20px;
}

.startpage-top__left {
	float: left;
	width: 77%;
	border: 1px solid #e9e7e7;
}

.startpage-top__right {
	float: right;
	width: 21%;
	background: #f8f7f7;
	border: 1px solid #e9e7e7;
	padding: 20px;
}

.startpage-top__right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.startpage-top__right li {
	padding-left: 18px;
	background-image: url(../design/check.png);
	background-repeat: no-repeat;
	background-position: top 5px left;
	margin-bottom: 10px;
}

div.flexslider {
	margin-bottom: 0;
}

div.flex-caption {
	top: auto;
	left: 30px;
	right: auto;
	bottom: 25px;
	background: none;
	padding: 0;
	width: auto;
	max-width: 90%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

div.flex-caption h2 {
	color: #fff;
	font-size: 28px;
}
/* Bildspel */
.flex-caption__title {
	display: inline-block;
	margin-bottom: 5px;
}
div.flex-caption p {
	display: inline-block;

	color: #fff;
	font-size: 16px;
}

ol.flex-control-nav {
	top: auto;
	bottom: 0;
	z-index: 2;
}

ol.flex-control-paging li a {
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
}

ol.flex-control-paging li a.flex-active {
	background: #F93;
}

.startpage-intro {
	text-align: center;
	margin: 30px 0 20px;
}

.startpage-bottom {
	margin-top: 20px;
}

.startpage-bottom__left {
	float: left;
	width: 61%;
}

.startpage-bottom__right {
	float: right;
	width: 39%;
	padding-left: 20px;
}

.startpage-bottom__left p {
	margin-bottom: 0;
}

.startpage-bottom .grid-item {
	margin-bottom: 0;
}

.startpage-bottom__left .grid-item-1-3 {
	width: 45%;
}

.startpage-bottom__left .grid-item-2-3 {
	width: 55%;
	padding-left: 16px;
}

.startpage-bottom__left .grid-item-1-3 img {
	margin-bottom: 20px;
}

.startpage-bottom__left .grid-item-2-3 .grid-content {
	border: 1px solid #e2e2e2;
}

.start-news-btn,
.start-campaign-btn {
	display: inline-block;
	padding: 8px;
	border-top: 2px solid #727377;
	width: 50%;

	background-color: #e6e6e6;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #000;

	cursor: pointer;
}
.start-campaign-btn {
	width: 50%;
	padding-left: 2%;
}
.start-news-btn.is-active,
.start-campaign-btn.is-active {
	border-color: #d1d6dc;
	background-color: #fff;
}

.input-highlight {
	border: 1px solid #dcdcdc;
	border-radius: 4px;

	background-color: #fff;
	background-image: linear-gradient(to bottom, #fff 70%, #eee);
}
.input-highlight:focus {
	border-color: #dcdcdc;
}

.site-logo {
	display: inline-block;
	max-width: 120px;
    width: 100%;
}

.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: 4px;
	right: 0;
}
.vat-selector label {
	margin-left: 4px;
}

.xfory-bar {
	border-top: 1px solid #e1e1e1;
	font-size: 20px;
	margin: 15px 0 10px;
	padding-top: 20px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'circular';
}

/* Main navigation section */
.site-nav {
	float: left;
}
.site-nav > li:first-child > a {
	padding-left: 0;
}
.site-nav > li > a {
	display: block;
	padding: 0 10px;
	font-family: 'circular';
	font-weight: 900;
	font-size: 16px;
	line-height: 35px;
	white-space: nowrap; /* Fix for overlapping text in ie8 */
}
.site-nav a.selected {
	color: #59a059;
}

.site-nav > li:hover > a {
	color: #59a059;
}

.site-nav > li > a:hover {
	text-decoration: none;
}
.site-nav__home .wgr-icon {
	position: relative;
	top: -2px;

	font-size: 16px;
	vertical-align: middle;
}
/* Secondary navigation section */
.secondary-nav {
	float: left;
}
.secondary-nav > li:first-child > a {
	padding-left: 0;
}
.secondary-nav > li > a {
	display: block;
	padding: 0 10px;

	font-family: 'circular';
	font-weight: 400;
	font-size: 13px;
	line-height: 30px;
	text-transform: uppercase;
	white-space: nowrap; /* Fix for overlapping text in ie8 */
}
.secondary-nav > li > a:hover {
	text-decoration: none;
}

/* Languages section */
.lang-changer select {
	vertical-align: middle;
}

.site-buttons {
	flex-shrink: 0;

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

	vertical-align: top;
}

.site-buttons .btn {
	border-radius: 3;
	height: 37px;
	margin-right: 5px;
	padding: 0 14px;

	font-size: 16px;
	font-weight: 500;
	line-height: 37px;
	text-transform: uppercase;
}

/* Primary search section */
.site-search {
	position: relative;

	flex-shrink: 2;

	border: 1px solid #4b4b4d;
	border-radius: 0;
	display: inline-block;
	overflow: hidden;
	height: 37px;
	width: 100%;
	max-width: 550px;

	background: none;
	vertical-align: top;
}
.site-search__input,
.site-search__btn {
	top: 0;
	bottom: 0;

	display: inline-block;
	height: 35px;
	margin: auto;
}
.site-search input[type="search"] {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.site-search__input {
	left: 0;

	padding-left: 12px;
	width: 88%;

	background: #fff;
	color: #4b4b4d;
	font-size: 13px;
}

.site-search__input::placeholder {
	color: #000;
}
.site-search__btn {
	position: relative;
	right: -1px;

	width: 12%;

	color: #000;
	font-size: 16px;
	text-align: center;
}

/* Block section */
.module {
	margin-bottom: 15px;
}
.module__heading {
	margin: 0;
	padding: 7px 10px;
	font-size: 16px;
	border-radius: 4px 4px 0 0;

	background-color: #59a059;
	color: #fff;
	font-family: 'circular';
	font-weight: 900;
}

.module__heading a {
	color: #fff;
}

.module__body {
	padding: 10px;

	border: 1px solid #e2e2e2;
	border-top-style: none;

	background: #fff;

}
/* Secondary navigation */
.listmenu {
	margin: 0;

	padding-left: 10px;
	list-style-type: none;

	font-family: 'circular';
	font-weight: 400;
}
.listmenu a {
	position: relative;
	display: block;
	font-size: 14px;
	color: #222;
}

.listmenu a:hover {
	color: #59a059;
}

.listmenu ul a {
	font-size: 12px;
}

.listmenu .selected {
	font-weight: 600;
	color: #59a059;
}

.listmenu-0 {
	padding-left: 0;
}
.listmenu-0:last-child {
	margin-bottom: -1px; /* Fix for double-border */
}

.listmenu-0 > li > a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 17px;
	border-bottom: solid 1px #e2e2e2;
	background-color: #fff;
}

.listmenu-1 {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;

	border-bottom: solid 1px #e2e2e2;

	background: #fff;
}
.listmenu-1 > li > a {
	padding-top: 4px;
	padding-bottom: 4px;
}

/* Toggle menu */
li .listmenu {
	display: none;
}
.is-listmenu-opened > .listmenu {
	display: block;
}

/* Icon font */
.menu-node {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;

	margin: auto;
	width: 17px;
	height: 14px; /* Same as font-size */

	font-size: 14px;
	color: #59a059;
}

/* Grid for product-items and category-items */
/* Sub-modules: .grid-gallery--products and .grid-gallery--categories */
.grid-gallery,
.list-gallery {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
.grid-gallery {
	margin-left: -2%;
}
.grid-gallery > li {
	display: inline-block;
	*display: inline;
	width: 22.33%;
	margin-left: 2%;
	margin-bottom: 2%;
	padding: 0px;

	border: 1px solid #e9e9e9;

	background: #fff;

	vertical-align: top;
	cursor: pointer;
	zoom: 1;
}

.view-home .grid-gallery > li {
	width: 23%;
}

.view-checkout .grid-gallery > li {
	width: 18%;
}

.list-gallery > li {
	margin-bottom: 15px;
}
.list-gallery > li:last-child {
	margin-bottom: 0;
}

/* Product-item style */
.product-item {
	position: relative;
}

.product-item__img__banner {
	position: absolute;
	left: 10px;
	top: -10px;
	z-index: 2;
}

.product-item__img__banner a {
	margin-right: 3px;
	float: left;
}

.xfory-banner {
	position: absolute;
	right: -15px;
	top: -15px;
	z-index: 2;
}

.xfory-banner > img {
	width: 75px;
}

.product-item__img__banner a:hover,
.l-menubar__right a:hover,
.l-product-banners a:hover {
  color: red;
  position: relative;
}

.product-item__img__banner a[title]:hover:after,
.l-menubar__right a[title]:hover:after,
.l-product-banners a[title]:hover:after {
  content: attr(title);
  padding: 2px 8px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 100%;
  font-size: 13px;
  margin-top: -4px;
  z-index: 20;
  white-space: nowrap;
  background: #333;
  line-height: normal;
}

.l-menubar__right a[title]:hover:after {
	top: 100%;
	bottom: auto;
	margin-top: 4px;
}

a.banner__recycle[title]:hover:after {
	background: #333399;
}

a.banner__eco[title]:hover:after {
	background: #093;
}

a.banner__close[title]:hover:after {
	background: #39C;
}

a.banner__fair[title]:hover:after {
	background: #C00;
}

a.banner__safe[title]:hover:after {
	background: #F63;
}

a.banner__charity[title]:hover:after {
	background: #C06;
}

a.banner__campaign[title]:hover:after {
	background: #F93;
}

a.banner__vegan[title]:hover:after {
	background: #4d4d93;
}
.product-item__img__banner img,
.l-menubar__right a img,
.mobile-symbols img {
	max-height: 21px;
	max-width: 21px;
}

.product-item__banner {
	position: absolute;
    top: -55px;
    right: -65px;
    height: 120px;
    width: 140px;

    background-color: #d9d9d9;
    color: #fff;

    font-weight: 900;
    line-height: 17px;
    font-family: 'circular';
    font-size: 14px;
	text-align: center;
    text-transform: uppercase;

    z-index: 1;

    transform: rotate(45deg);
}

.product-item__banner span {
	width: 80px;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.l-product-col-1 {
	position: relative;
}

.l-product-banners img {
	max-height: 25px;
	max-widht: 25px;
}

.l-product-banners {
	position: absolute;
	top: 0;
	left: 10px;
}

.l-product-banners a {
	float: left;
	display: block;
	margin-right: 3px;
}

.product-item__img--editable {
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
}

.product-item__img {
	position: relative;
	overflow: hidden;

	height: 270px;
	line-height: 270px;
	text-align: center;
}
.product-item__body {
	padding: 10px 0;
	background: #f8f7f7;
	border-top: 1px solid #e9e9e9;
}

.product-item__bottom {
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}

.product-item__bottom .btn {
	padding: 7px 10px;
	font-size: 14px;
}

.product-item__bottom__left {
	display: inline-block;
	min-width: 100%;
	padding-top: 8px;
}

.product-item__bottom__right {
	display: inline-block;
	min-width: 100%;
	padding-top: 3px;
}

.product-item__bottom__owl {
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
	display: flex;
}

.product-item__bottom__left__owl {
	flex: 1;
	padding-top: 3px;
}

.product-item__bottom__right__owl {
	flex: 1;
	text-align: left;
}

.product-item__heading {
	padding-left: 10px;
	padding-right: 10px;
	height: 32px;
	overflow: hidden; /* clip text */
	margin-bottom: 7px;
	font-size: 13px;
	font-family: 'circular';
	font-weight: 500;
	text-transform: none;
	line-height: 1.3;
}
.product-item .price {
	margin-right: 1px;
	font-size: 16px;
}

.product-item .price:last-child {
	margin-right: 5px;
}

.product-item__buttons .btn {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 13px;
}

.product-producer__image {
	max-width: 175px;
}

/* Product list, row style */
.list-rows-table {
	width: 100%;
	max-width: 700px;
}

.list-rows-image {
	max-height: 50px;
	max-width: 50px;
}

/* Category-item style */
.grid-gallery > li.category-item {
	text-align: center;
	padding: 5px;
	border: 2px solid #fddfac;
}

.category-item__img {
	height: 175px;
	margin-bottom: 10px;

	line-height: 175px;
}
.category-item__heading {
	overflow: hidden;
	height: 20px;
}
.category-item__heading a {
	text-decoration: none;
	color: #555;
}

.category-item__heading a:hover {
	color: #555;
}

/* Category section */
.category-heading {}
.category-lead {
	margin-bottom: 10px;
}
.cateogry-header-holder {
	position: relative;
}
.category-header__title {
	position: absolute;
	bottom: 0;
	left: 15px;

	padding: 5px 6px;

	color: #fff;
}

/* Product section */
.product-title {
	margin-bottom: 10px;
}
.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 img {
	height: 50px;
	margin-top: 5px;
	margin-right: 5px;

	cursor: pointer;
}
.product-option-spacing {
	padding-right: 10px;
	padding-bottom: 7px;
}
.product-cart-button-wrapper {
	margin-bottom: 15px;
}

.product-cart-button-wrapper .btn--primary {
	vertical-align: middle;
	padding: 0px 40px;
	height: 40px;
	line-height: 40px;
}

.product-quantity-plus-btn {
    padding-right: 10px;
}

.product-quantity {
	width: 40px;
	height: 40px;
	padding-top: 4px;
	padding-bottom: 4px;

	border: 1px solid #ccc;
	border-radius: 3px;

	font-weight: 600;
	text-align: center;
	vertical-align: middle;
}
.product-custom-fields {
	margin-left: 5px;
	margin-top: 10px;
}
.product-price-field {
	margin-bottom: 15px;
    margin-top: 15px;
}
.product-price-field .price {
	font-size: 21px;
}
.product-stock {
	margin-bottom: 10px;
}
.product-stock-item {
	display: none; /* Show them with js */
}
.product-stock-item__text {
	vertical-align: middle;
}
.product-stock-item .wgr-icon {
	vertical-align: middle;
	font-size: 16px;
}
.in-stock .wgr-icon {
	color: #3eac0d;
}
.on-order .wgr-icon {
	color: #eba709;
}
.soon-out-of-stock .wgr-icon {
	color: #114b85;
}
.out-of-stock > .wgr-icon {
	color: #d4463d;
}
.product-part-payment-klarna,
.product-part-payment-hbank {
	margin-bottom: 10px;
}

.product-wishlist-addthis {
	margin-top: 15px;
	margin-bottom: 15px;
}

.product-wishlist {
	float: left;
	margin-right: 20px;
}
.addthis_toolbox {
	float: left;
}
.product-wishlist__icon {
	font-size: 18px;
}
.product-wishlist__link {
	font-weight: 600;

	color: #222;
}

.product-wishlist-remove {
	margin-top: 10px;
}
/* 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: 7px 14px;

	border-style: none;
	border-radius: 3px;

	background-color: #4b4b4d;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;

	cursor: pointer;
}
.btn:hover {
	text-decoration: none;
	opacity: 0.8;
	color: #fff;
}

.btn--large {
	padding: 10px 14px;
	font-size: 20px;
}

.btn--primary {
	background-color: #dc526c;
	color: #fff;
}

.btn--primary:hover {
	color: #fff;
}

.btn--orange {
	background: #59a059;
	color: #fff;
}

.btn--orange:hover {
	opacity: 0.8;
	/*background: #ea7d10;*/
	color: #fff;
}

/* Price section */
.price {
	font-weight: 600;
	color: #59a058;
	margin-right: 5px;
}
.price-discount {
	color: #f0593e;
}
.price-orginal {
	font-size: 13px;
	text-decoration: line-through;
}
.price-klarna {
	font-size: 13px;
}

/* Alert-box section */

.alert {
	position: relative;
	padding: 8px;
	margin-bottom: 15px;

	border: 1px solid #97c1da;
	border-radius: 3px;

	background-color: #d8ebf8;
	background-image: linear-gradient(to bottom, #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: linear-gradient(to bottom, #dff0d8, #d3edc8);

	color: #387b39;
}
.alert--error {
	border-color: #da9797;

	background-color: #f8d8d8;
	background-image: linear-gradient(to bottom, #f8d8d8, #efd0d0);

	color: #9c2400;
}
.alert--warn {
	border-color: #dca874;

	background-color: #ffe3c8;
	background-image: linear-gradient(to bottom, #ffe3c8, #f5dac0);

	color: #613a00;
}
.is-alert-close {
	padding-right: 30px;
}
.is-alert-close .icon-times {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 30px;

	line-height: 34px;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
}
.is-alert-close .icon-times:hover {
	color: #666;
}

/* Reviews section */

.top-reviews {
    cursor: pointer;
}
.top-reviews__stars .review-stars {
    display: inline-block;
    margin-right: 5px;
    
    font-size: 16px;
}
.top-reviews__number {
    display: inline-block;
    margin-left: 2px;
    margin-right: 12px;
}
.top-reviews__link {
    display: inline-block;
    
    text-decoration: underline;
}
.reviews {
	margin-bottom: 20px;
    margin-top: 20px;
    
    font-size: 13px;
}
.reviews__title {
    font-size: 14px;
}
.more-reviews {
    text-align: right;
}
.reviews__form {
    margin-top: 30px;
}
.reviews__form__content {  
    border-radius: 3px;
	padding: 10px;

	background: #f2f2f2;
}
.reviews__form input,
.reviews__form textarea {
    border-radius: 3px;
    width: 100%; 
}
.reviews__form__row {
    margin-bottom: 5px; 
}
.reviews__form__row .btn {
    margin-top: 10px;
    padding: 10px 25px;
    
    font-size: 13px;
}
.review-body {
    display: flex;
    
    border-radius: 3px;
    margin-bottom: 5px;
	overflow: hidden;
	padding: 10px;

	background: #f2f2f2;
}
.review-col-1 {
	width: 100%;
}
.review-col-2 {
	flex-shrink: 0;
    
    max-width: 45%;
    padding-left: 10px;
    
    text-align: right;
}
.review__stars {
    margin-top: 5px;
}
.review__stars .review-stars {
    margin-right: 3px;
}
.review-date,
.review-name {
    display: block;
    
	font-size: 10px;
}

/* Icon fonts */
.review-stars {
	font-size: 14px;
	margin-right: 2px;
}
.review-stars-on {
	color: #e8b025;
}
.review-stars-off {
	color: #ccc;
}

/* Input form */
.input-form input,
.input-form textarea {
	width: 100%;
}
.input-form__row {
	margin-bottom: 8px;
}
.input-form label {
	display: inline-block;
}
.max-width-form {
	max-width: 300px;
}
.max-width-form-x2 {
	max-width: 400px;
}

/* Input's in group */
.input-group {
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}
.input-group .input-group__item {
	position: relative;

	float: left;

	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: 100px;
}
.payment-logo--medium {
	width: 50px;
}
.payment-logo--small {
	width: 30px;
}

.payment-logo--list {
	display: block;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.payment-logo--list:last-child {
	margin-bottom: 0;
}

.payment-logo--highlight {
	padding: 5px 7px;
	border-radius: 3px;

	background: #fff;
}

/* Checkout section */
.checkout-stepnumber {
	display: inline-block;
	margin-right: 3px;
	height: 28px;
	width: 28px;
	line-height: 28px;
	vertical-align: middle;

	border-radius: 50%;
	background-color: #59a059;

	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
.checkout-termsinfo {
	margin-top: 12px;
}

.is-checkout-collapse-heading {
	cursor: pointer;
	display: inline-block;
}
.is-checkout-collapse-body {
	padding-top: 5px;
	padding-bottom: 10px;
}

.checkout-title {
	margin-bottom: 0;
	vertical-align: middle;

	font-size: 20px;
}
.checkout-title span {
	vertical-align: middle;
}

.checkout-info {
	padding: 10px 20px 0;
	margin-bottom: 20px;
	overflow: hidden;

	border: 1px solid #e2e2e2;
	border-radius: 3px;
	background: #f9f9f9;
}

.checkout-info-item {
	float: left;
	margin-bottom: 10px;
	margin-right: 30px;
}

.checkout-switch-info {
	margin-bottom: 10px;
}

.checkout-shipping-methods {
	margin-bottom: 15px;
}
.checkout-shipping-methods-heading {
	margin-bottom: 6px;
}

.checkout-shipping-method {
	background: #FFF;
    border: 1px solid #E2E2E2;
    margin-bottom: 4px;
    cursor: pointer;
    padding: 8px;
    border-radius: 3px;
}
.checkout-shipping-method--active {
	border: 1px solid #bbb;
}
.checkout-shipping-method-title {
	font-weight: 600;
	font-style: italic;
}
.checkout-shipping-method-price {
	float: right;
}
.checkout-shipping-method-description {
	margin-bottom: 0;
	opacity: .8;

	font-style: italic;
}

/* Shipping form table */
.checkout-shipping-form {}

.checkout-separate-shipping {
	padding-bottom: 10px;
	margin-bottom: 15px;

	border-bottom: 1px solid #e2e2e2;
}

/* Payment methods table */
.checkout-payment-methods {}
.checkout-payment-methods td {
	padding-bottom: 10px;
}

.checkout-change-payment-option {
	display: inline-block;
	margin-left: 5px;
}

/* Cart table */
.checkout-cart {}
.checkout-cart th,
.checkout-cart-row td {
	padding-top: 7px;
	padding-bottom: 7px;
}
.checkout-cart tfoot th,
.checkout-cart tfoot td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.checkout-cart tfoot th {
	text-align: right;
}
.checkout-cart-row {
	border-top: 1px solid #ededed;
}
.checkout-cart thead th:last-child,
.checkout-cart-row td:last-child {
	padding-left: 15px;
	white-space: nowrap;
}

.checkout-cart-item-cell-1 {
	text-align: center;
}
.checkout-cart-item-cell-2 {
	width: 50%;
}
.checkout-cart-item-cell-3 {
	width: 50%;

	text-align: center;
}

.checkout-cart-thumbnail {
	text-align: center;
}

.checkout-cart-thumbnail {
	max-height: 35px;
	max-width: 35px;
	display: inline-block;
	margin-right: 10px;
}

.checkout-cart-link {
	color: #222;
}

.checkout-cart-quantity {
	display: inline-block;
	white-space: nowrap;
}
.checkout-cart-quantity-btn {
	display: inline-block;
	height: 30px;
	padding-left: 7px;
	padding-right: 7px;

	line-height: 30px;
	font-size: 12px;
	vertical-align: middle;
}
.checkout-cart-quantity-btn:hover {
	text-decoration: none;
}
.checkout-cart-quantity-input {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 0;

	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	-webkit-appearance: none;
}

.checkout-cart-vat {
	font-size: 11px;
	font-weight: normal;
	opacity: 0.5;
	color: #222;
}

.checkout-cart-shipping-info {
	margin-right: 5px;
	font-weight: normal;
}

.checkout-cart-topay {
	vertical-align: bottom;
	font-size: 15px;
	font-weight: 600;
	color: #59a058;
}

.checkout-message {
	width: 100%;
	max-width: 350px;
}

.checkout-call-to-action .wgr-icon {
	display: inline-block;
	height: 55px;
	width: 55px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 15px;

	border-radius: 50%;
	background: #f2f2f2;

	text-align: center;
	line-height: 55px;
}

.checkout-call-to-action h3 {
	margin-bottom: 0;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1;
}

.checkout-call-to-action p {
	margin-bottom: 0;
}

.checkout-personal-id-info {
	padding: 7px;
	margin-top: 7px;
	margin-bottom: 10px;

	background: #f9f9f9;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	font-size: 11px;
}

.checkout-target-link {
	color: #666666;
	margin-bottom: 3px;
}
.checkout-target-link:hover {
	/*text-decoration: underline;*/
}

/* followup on orders */
.followup {
	margin-bottom: 14px;
	padding: 10px;

	background: #fff;
	border: 1px solid #ccc;
}
.followup textarea {
	width: 100%;
	max-width: 400px;
}
.followup .media-img {
	width: 160px;
	text-align: center;
}
.followup .media-img img {
	display: inline-block;
}

.followup-stars {
	margin-bottom: 5px;

	unicode-bidi: bidi-override;
	direction: rtl;
	font-size: 0;
	text-align: left;
}
.followup-stars input,
.followup-stars input + label:before {
	display: none;
}
.followup-stars > label {
	cursor: pointer;
	font-size: 16px;
	color: #999;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.followup-stars .wgr-icon {
	display: inline-block;
	padding: 4px 2px;
}
.followup-stars input:checked + label .wgr-icon:before,
.followup-stars input:checked + label ~ label .wgr-icon:before,
.followup-stars > label:hover .wgr-icon:before,
.followup-stars > label:hover ~ label .wgr-icon:before {
	content: "\f005";
	color: #e8b025;
}

/* Wishlist section */
.wishlist-input-headline {
	width: 100%;
	max-width: 500px;

	font-size: 24px;
	line-height: 26px;
}
.wishlist-input-description {
	width: 100%;
	max-width: 500px;

	font-size: 11px;
}

/* Paginator */
.paginator {
	margin-bottom: 10px;
}

.paginator__item {
	display: inline-block;
	padding: 4px 8px;
	margin-right: 5px;

	background-color: #fff;
	background-image: linear-gradient(to bottom, #fff, #efefef);

	border: 1px solid #dcdcdc;
	border-radius: 3px;

	cursor: pointer;
}
.paginator__item:hover {
	text-decoration: none;
	border-color: #cacaca;
}
.paginator__item.selected {
	font-weight: 600;
}
.paginator__item.disabled {
	opacity: .5;
	cursor: text;
}
.paginator__item--prev {}
.paginator__item--next {}

/* Dropdown - Barebone */
.mega-menu ul,
.dropdown-menu ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	display: none; /* Hide dropdown */
	min-height: 260px;
}
.sub-menu {
	top: 0;
	left: 100%;
}
.has-dropdown:hover > .dropdown {
	display: block; /* Show dropdown */
}

/*.id_77.has-dropdown:hover > .dropdown {
	display: none;
}
.id_77.has-dropdown:hover > .dropdown {
	right: 0;
	left: auto !important;
}*/
.id_77.has-dropdown:hover > .dropdown > .dropdown-inner > .dropdown-inner__right {
	display: none;
}

.id_77 > .dropdown > .dropdown-inner > .dropdown-inner__left > li {
	 display: block;
}

.id_77 .dropdown-inner__left {
	padding-right: 0;
}

.id_77 .dropdown {
	min-height: 0;
}

.has-dropdown .wgr-icon {
	margin-left: 5px;
}

/* Standard dropdown */
.dropdown-menu .has-dropdown {
	position: relative;
}
.dropdown-menu .dropdown {
	min-width: 100%;
	border: 2px solid #fddfac;
	border-top-style: none;
	margin-left: -10px;
	background: #fff;
	box-shadow: 2px 2px 4px rgba(100, 100, 100, 0.1);
}
.dropdown-menu .dropdown a {
	display: block;
	padding: 5px 30px 5px 10px;
	border-style: none;
	font-size: 12px;
	white-space: pre;
}

.dropdown-menu .dropdown .wgr-icon {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;

	margin: auto;
	height: 11px; /* Same as font-size */

	font-size: 11px;
}

/* Mega dropdown */
.mega-menu .dropdown {
	padding: 20px 0 20px 20px;
	border: 2px solid #59a059;
	border-radius: 0 0 3px 3px;
	background: #fff;
	background-image: linear-gradient(to bottom, #fff 80%, #f5f5f5);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.site-nav > li.id_170 .dropdown-inner__left {
	display: none;
}

.id_170 .dropdown {
	right: 0;
	left: auto !important;
}

/* Any level */
.dropdown-right-active .dropdown-inner__left {
	padding-right: 230px;
}
.dropdown-inner__left {
	padding-right: 0;
}

.dropdown-inner__right {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	width: 220px;
	margin: 20px 0;
	padding-left: 20px;
	border-left: 1px solid #ddd;
}

.dropdown-inner__right ul ul ul {
	padding-left: 20px;
}

.mega-menu .dropdown a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333;
	font-size: 13px;
}

.mega-menu .dropdown a:hover {
	opacity: 0.7;
}

.mega-menu .dropdown a.selected {
    background: none;
}

/* First level */
.mega-menu .dropdown > li,
.mega-menu .dropdown > div > div > li,
.mega-menu .dropdown > div > div > ul > li {
	display: inline-block;
	min-width: 150px;
	padding-right: 20px;

	vertical-align: top;
}
.mega-menu .dropdown > li > a,
.mega-menu .dropdown > div > div > li > a,
.mega-menu .dropdown > div > div > ul > li > a {
	margin-bottom: 7px;

	border-bottom: 1px solid #ddd;

	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}

.mega-menu .dropdown > div > div.dropdown-inner__right > ul > li > a {
	border-bottom: 1px solid #ddd;

	color: #f0593e;
}

.mega-menu .dropdown .dropdown-inner__left ul ul {
	display: none;
    padding-left: 12px;
}
.mega-menu .dropdown .dropdown-inner__left ul li:hover > ul {
	display: block;
}
.mega-menu .dropdown .dropdown-inner__left ul ul a {
	padding-top: 0px;
	padding-bottom: 0px;
}
.mega-menu .dropdown .dropdown-inner__left ul ul ul {
	display: none;
}

.category-checkout-link {
	color: #999;
}
.category-checkout-link:hover {
	color: #333;
	text-decoration: none;
}
.category-checkout-link__text,
.category-checkout-link .wgr-icon {
	vertical-align: middle;
}
.category-checkout-link .wgr-icon {
	padding-right: 3px;
	font-size: 18px;
}

.rss-logo .wgr-icon {
	font-size: 14px;
	vertical-align: middle;
}
.rss-logo a {
	color: #333;
}
.rss-logo a:hover {
	color: #db6b27;
	text-decoration: none;
}

/* Spinner */
.spinner-container {
	position: relative;
	z-index: 9;

	color: #222; /* Spinner color */
}
.spinner-container--small {
	height: 25px;
}
.spinner-container--large {
	height: 100px;
}
.spinner-container--pno {
	position: absolute;
	top: 50%;
	right: 14px;
}
.spinner-container--kco {
	height: 300px;
	color: #0070ba;
}
.spinner-container--unifaun {
	display: inline;
	margin-left: 10px;
}

.wgr-production {
	padding-top: 20px;
	font-size: 11px;
	text-align: center;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin-bottom: 20px;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sitemap-list,
.sitemap-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sitemap-list li {
	margin-top: 1px;
	margin-bottom: 1px;
}
.sitemap-list ul {
	margin-bottom: 8px;
	border-left: 1px solid #E2E2E2;
}
.sitemap-list ul li {
	position: relative;
	padding-left: 15px;
}
.sitemap-list ul li:before {
	position: absolute;
	top: 50%;
	left: 0;

	width: 8px;
	border-top: 1px solid #E2E2E2;
	content: '';
}
.sitemap-list > li > a {
	font-weight: 600;
}

/*  Nosto   */
.grid-gallery--nosto {
    overflow: hidden;
}
.grid-gallery--nosto li {
    float: left;
}
.grid-gallery--nosto img {
    max-height: 100%;
}
.grid-gallery--nostoDense li {
	float: left;
}
.grid-gallery--nostoDense img {
	max-height: 92%;
}
.grid-gallery--nostoDense .product-item__img {
	height: 117px;
	line-height: 111px;
}

.site-search > .input-table__item {
	position: relative;
}
.site-search__input::-ms-clear {
	display: none;
}

/* Autocomplete section */
.is-autocomplete-spinner {
	position: absolute;
	top: 50%;
	right: 10px;
	color: #222;
}
.is-autocomplete-clear {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;

	width: 20px;
	height: 30px;
	line-height: 30px;
	margin: auto;
	display: none;

	font-size: 14px;
	text-align: center;
	cursor: pointer;
	color: #222;

	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.is-autocomplete-active .is-autocomplete-clear,
.is-autocomplete-progress .is-autocomplete-clear {
	display: block;
}
.is-autocomplete-spinner-active .is-autocomplete-clear {
	display: none;
}

/* ==========================================================================
   States
   ========================================================================== */

.is-hidden {
	display: none !important;
}

/* ==========================================================================
   Helpers
   ========================================================================== */

/* Clear floated elements */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

.flush {
	margin: 0 !important;
}
.wipe {
	padding: 0 !important;
}

.right {
	float: right !important;
}
.left {
	float: left !important;
}
.float-none {
	float: none !important;
}

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

.uppercase {
	text-transform: uppercase !important;
}
.lowercase {
    text-transform: lowercase;
}

.go:after{
	content: "\00A0" "\00BB" !important;
}

.stretched {
	width: 100% !important;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.muted {
	color: #999;
}

.brand {
	color: #693;
}

.hide {
	display: none;
}

/* Input table */
.input-table {
	display: table;
}
.input-table__item {
	display: table-cell;
	white-space: nowrap;
}
.input-table--middle .input-table__item {
	vertical-align: middle;
}

.clear {
	clear: both;
}

.stretched {
	width: 100% !important;
}

/* ==========================================================================
   OLD CSS
   ========================================================================== */

div#popcart img {
	width: auto;
}

/* Dropdown-cart */
div#topcart-holder {
	position: relative;
	z-index: 2;
}
div#topcart-area {
	display: inline-block;
}

div#topcart-hoverarea {
	display: inline-block;
	*display: inline;
	cursor: pointer;
}

div#topcart-holder .btn {
	height: 36px;
	line-height: 36px;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 0;
}

.topcart-count,
.topcart-subtotal {
	font-weight: 600;
}

.topcart-icon {
	margin-right: 12px;
	margin-top: -2px;
}
.topcart-font-icon {
	display: none;
}
.topcart-arrow {
	margin-right: 15px;
	margin-left: 8px;
}
.topcart-font-arrow {
	display: none;
}

div#popcart {
	position: absolute;
	right: 0px;
	top: 100%;
	z-index: 900;
	font-size: 14px;
	display: none;
	height: 0;
	max-width: 350px;
	padding: 3px;
	border: 2px solid #ddd;
	border-top-style: none;
	border-radius: 0px;
	overflow: hidden;
	line-height: normal;
	background-color: #fff;
	box-shadow: -1px 1px 4px rgba(150, 150, 150, 0.1);

	color: #666;

	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;
}
div#popcart .btn {
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Icon fonts */
.cart-icons {
	color: #595959;
	font-size: 14px;
}
.cart-icons:hover {
	text-decoration: none;
}
.cart-add:hover {
	color: #338b33;
}
.cart-sub:hover {
	color: #3e62a3;
}
.cart-remove:hover {
	color: #900;
}

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: #666;
	margin: 4px;
	margin-bottom: 6px;
	padding: 4px;
	font-weight: 400;
	font-size: 11px;
}
div#popCartShipping a, div#popCartShipping a:hover {
	text-decoration: underline;
	color: #666;
}

/* Icon font */
.popcart-shipping-icon {
	color: #666;
	font-size: 13px;
	padding-right: 5px;
}

#cartCountryForm select {
	height: 24px;
	vertical-align: middle;
}

#cartCountryForm .btn {
	height: 24px;
	line-height: 24px;
	padding-top: 0;
	padding-bottom: 0;

	margin-left: 4px;
	vertical-align: middle;
}

.fb_iframe_widget iframe {
	position: relative !important;
}

/* Instagram widget */
.instagram-widget {
	position: relative;
	margin-bottom: 20px;
}

.instagram-widget--grid {
	margin-left: -2%;
}
.instagram-widget--grid li {
	width: 31.33%;
	margin-left: 2%;
	margin-bottom: 2%;
	position: relative;
}

.instagram-widget__item {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;

    vertical-align: middle;
    transition: opacity .3s;
}
.instagram-widget__item:hover {
    opacity: .8;
}
.instagram-widget__image {
    position: absolute;
    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    background-position: 50%;
}

/* Newsletter Popup */
.newsletter-popup {
    padding-top: 10px;
    padding-bottom: 5px;
}
.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-inner div {
	font-family: 'circular' !important;
}

.fancybox-fluid .fancybox-inner {
    height: auto !important;
}
.fancybox-skin {
    background: #fff !important;
}
/* ta bort .stretched om den redan finns */
.stretched {
    width: 100% !important;
}

/* Sorry. Kan inte detta... */
.gift-editable {
	margin-bottom: 30px;
}

.max-width-generator {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.generator-ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: -1%;
	text-transform: uppercase;
	text-align: center;
}

.generator-top-filter {
	margin-left: -5%;
}

.generator-ul > li {
	display: inline-block;
	width: 15.66%;
	margin-left: 1%;
	margin-bottom: 10px;
	vertical-align: top;
}

.generator-top-filter > li {
	width: 20%;
	margin-left: 5%;
}

.generator-ul label,
.generator-under-filters > li > span,
.generator-under-filters > li > a {
	border: 2px solid transparent;
	display: block;
	padding: 5px 10px;
	border-radius: 40px;
	text-align: center;
	background: #59a059;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	color: #fff;
}

.generator-top-filter input[type="checkbox"] + label:before,
.generator-under-filters input[type="checkbox"] + label:before {
	display: none;
}

.generator-ul input[type="checkbox"]:checked + label {
	border-color: #f0593e;
	
	background-color: #59a058;
}

.generator-slider {
	margin-left: 100px;
	margin-right: 100px;
}

.generator-slider.ui-widget-content {
	background: #eee;
	border: 1px solid #ddd;
}

.generator-slider .ui-widget-header {
	background: #59a059;

}

.generator-ul-2 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.generator-ul-2 > li {
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 13px;
}

/* filter */
.product-filter {
	margin-bottom: 25px;
	padding-bottom: 10px;
	
    background: #f2f2f2;
}

.filter-heading {
	border-radius: 4px 4px 0 0;
    padding: 10px;
	
	background: #58a059;
    color: #fff;
}

.product-filter__options {
	display: none;
	
	margin: 3px 10px;
    padding: 5px 0;
}
.product-filter__options.is-active {
	display: block;
}

.product-filter__items {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.product-filter__item {
	margin-bottom: 5px;
	margin-right: 15px;
	margin-top: 5px;
    max-width: 23%;
	width: 100%;
	
	font-size: 13px;
}

.filter-clear {
	float: right;

	color: #fff;
	cursor: pointer;
}

.product-filter__item input[type="checkbox"] + label::after,
.product-filter__item input[type="checkbox"] + label::before {
	display: none;
}
.product-filter__item label {
	display: block;
	padding: 5px;
	
    background: #ffff;
    text-align: center;
}

.product-filter__item input[type="checkbox"]:checked + label {
	background: #59a059;
	color: #fff;
}

.product-filter-title-holder {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	
	margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.product-filter__title {
	position: relative;
	
	align-items: center;
	display: flex;
	
	margin-bottom: 3px;
	margin-right: 15px;
	margin-top: 3px;
	overflow: hidden;
	padding: 4px 8px;
	
    background: #fff;
	font-size: 14px;
	
	cursor: pointer;
}
.product-filter__title.selected {
	background: #59a059;
	color: #fff;
}

.product-filter__title .filter-icon {
	margin-left: 5px;
}

.product-filter__title .filter-icon-active {
	display: none;
}
.product-filter__title.selected .filter-icon-active {
	display: block;
	
	background: #58a059;
}
.product-filter__title.selected .filter-icon-inactive {
	display: none;
}

/* inspiration pages */
.inspiration-header {
	margin-bottom: 20px;
}

.view-inspiration .breadcrumbs {
	margin-bottom: 0;
	border-style: none;
}

.inspiration-editable .grid-content * {
	margin-bottom: 0;
}

.recipe-ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -1%;
}

.recipe-ul > li {
	position: relative;
	display: inline-block;
	margin-left: 1%;
	width: 19%;
}

.recipe-ul > li:hover {
	opacity: 0.3;
}

.recipe-img {
	display: block;
	height: 177px;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.recipe-title,
.guides-item__title {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	padding: 5px 12px;
	font-weight: 700;
	text-align: center;
	color: #000;
}

.recipe-title a,
.guides-item__title a {
	color: #000;
}

.recipies-ul {
	text-align: left;
}

.recipies-ul li {
	width: auto;
}

.recipies-ul li a {
	padding: 5px 30px;
}

.generator-filter-title {
	font-weight: 700;
	padding-left: 0;
	padding-top: 5px;
	margin-right: 10px;
}

.brands-ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
	margin-left: -2%;
}

.brand-item {
	position: relative;
	display: inline-block;
	margin-left: 2%;
	width: 31.33%;
}

.brand-item:hover {
	opacity: 0.3;
}

.brand-item__img {
	display: block;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.brand-item__title {
	position: absolute;
	bottom: 20px;
	left: 10px;
	margin-right: 10px;
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px 12px;
	font-weight: 700;
	color: #000;
}

.guides-ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
	margin-left: -1%;
}

.guides-item {
	position: relative;
	display: inline-block;
	margin-left: 1%;
	width: 24%;
}

.guides-item:hover {
	opacity: 0.3;
}

.guides-item__img {
	display: block;
	height: 135px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/*.guides-item__title {
	position: absolute;
	top: 0px;
	right: 0px;
	max-width: 60%;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	padding: 5px 12px;
	text-align: center;
	font-weight: 700;
	color: #000;
}*/

.experts-ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
	margin-left: -1%;
}

.experts-item {
	position: relative;
	display: inline-block;
	margin-left: 1%;
	margin-bottom: 10px;
	width: 49%;
	min-height: 300px;
	vertical-align: top;
	background-color: #bfc6ca;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
}

.experts-item__text {
	max-width: 70%;
	padding: 20px;
	background-image: linear-gradient(to right, rgba(191, 198, 202, 1) 70%, rgba(191, 198, 202, 0));
	font-size: 16px;
	color: #000;
}

.experts-item__text b {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
}

.experts-item__text h2 {
	letter-spacing: 0.5px;
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase !important;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

.experts-item__text__preamble {
	margin-bottom: 15px;
}

.experts-item__text .btn {
	margin-bottom: 7px;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 700;
}

.btn-klarna {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
	text-rendering: optimizeLegibility;
    font-weight: 700;
	font-style: normal;
	font-family: "Helvetica Neue", Helvetica, Gotham, Arial, "sans-serif";
	box-sizing: border-box;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
	display: inline-block;
    font-size: 15px;
    background-color: #0072cc;
    border-color: #005da0;
    color: #fff;
    -webkit-transition: #005da0 .3s ease-out;
    transition: #005da0 .3s ease-out;
    padding: .875rem 2.1875rem .9375rem;
	border-radius: 5px;
	text-decoration: none;
}
.alignswish {
	margin-left:6px;
	margin-right:6px;
}

/* NEW STARTPAGE */
.startpage-flexslider-holder {
	margin-left: -10px;
	margin-bottom: 10px;
}

.startpage-flexslider-holder .flexslider {
	display: inline-block;
	width: 66.666%;
	padding-left: 10px;
	vertical-align: middle;
}

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

.startpage-flexslider-holder .flex-direction-nav a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 29px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	font-size: 20px;
	color: #59a058;
	opacity: 0.7;
}

.startpage-flexslider-holder .flex-direction-nav .flex-next {
	padding-left: 3px;
}

.startpage-bar.startpage-bar-border {
	border-style: none;
	position: relative;
	padding-top: 0;
}
.startpage-bar.startpage-bar-border:after {
	content: "";
	position: absolute;
	bottom: 50%;
	left: 0;
	right: 0;
	height: 1px;
	width: 100%;
	background: #eee;
}

.startpage-bar.startpage-bar-border span {
	display: inline-block;
	position: relative;
	z-index: 2;
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

.startpage-bar--no-margin {
	margin-bottom: 0;
}

.startpage-insta .instagram-widget li {
	width: 18%;
}

.startpage-insta .insta-li--5,
.startpage-insta .insta-li--6,
.startpage-insta .insta-li--7,
.startpage-insta .insta-li--8 {
	display: none;
}

.startpage-insta__edit {
	margin-top: 10px;
	text-align: center;
}

.startpage-insta__edit ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.startpage-insta__edit li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}
.startpage-insta__edit li .wgr-icon {
	position: relative;
	top: -3px;
	font-size: 30px;
	color: #000;
}

.startpage-insta__edit a:hover {
	opacity: 0.8;
}

.startpage-insta__edit h3 a {
	border-style: none;
    border-radius: 3px;
	display: inline-block;
    padding: 7px 14px;

    background-color: #4b4b4d;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    cursor: pointer;
}

.startpage-prod-slider {
	position: relative;
}

/*New images around slideshow */
.editable-slideshow-right {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;

	width: 33.333%;
	padding-left: 10px;
	vertical-align: middle;
}
.editable-slideshow-right p,
.editable-slideshow-down p {
	margin-bottom: 0;
}
.editable-slideshow-right .grid-item {
	margin-top: 6px;
	margin-bottom: 0;
	padding-left: 14px;
}
.editable-slideshow-right .grid-1-1:first-child > .grid-item {
	margin-bottom: 3px;
	margin-top: 0;
}

.editable-slideshow-right .grid-content,
.editable-slideshow-down .grid-content {
	position: relative;
}
.editable-slideshow-right .grid-content .grid {
	position: absolute;
	bottom: 10px;

	margin-top: 0;
	margin-left: 0;
}
.editable-slideshow-down .grid-content .grid  {
	position: absolute;
	bottom: 0;

	margin-top: 0;
	margin-left: 0;
}
.editable-slideshow-down .grid-content .grid-item {
    margin-bottom: 15px;
}

.editable-slideshow-right h2 span span,
.editable-slideshow-down h2 span span {
	padding: 6px 10px;
}
.editable-slideshow-right .grid-content .grid-content span span,
.editable-slideshow-down .grid-content .grid-content span span {
	padding: 5px 10px;
}

.editable-slideshow-right >.grid,
.editable-slideshow-down >.grid {
	margin-left: -10px;
}
.editable-slideshow-right >.grid >.grid-item {
	padding-left: 10px;
}
.editable-slideshow-down >.grid >.grid-item {
	padding-left: 10px;
}
.editable-slideshow-down .grid-content a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

    text-indent: -9999px;
}
.editable-slideshow-mobile h2 {
	margin-bottom: 0;
}
.editable-slideshow-mobile .grid-item {
	margin-bottom: 10px;
}
.editable-slideshow-mobile .grid-item:first-child {
	margin-right: 2%;
}
.editable-slideshow-mobile a span span {
	border-radius: 4px;
	display: block;
	padding: 8px 12px;
}
.header-usp-mobile {
	position: absolute;
	top: 6px;
	left: 200px;

	display: none;

	font-size: 12px;
}
.header-usp-mobile ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

/* Category gallery on startpage */

.grid-gallery.grid-gallery--categories {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 15px;
}

.view-home .grid-gallery.grid-gallery--categories li  {
	position: relative;

	flex-direction: column;

	border-radius: 0;
	display: flex;
	overflow: hidden;
	margin-left: 0;
	margin-bottom: 0;
	width: auto;

	cursor: pointer;
}

.grid-gallery.grid-gallery--categories2 {
	grid-template-rows: 2fr;
	grid-gap: 2%;

	display: grid;
	list-style-type: none;
	margin: 0;
	margin-left: 1%;
	padding-left: 0;
	max-width: 370px;
	width: 100%;
}

.view-home .grid-gallery.grid-gallery--categories2 > li {
	width: 100%;
}

.view-home .grid-gallery > li.category-item {
	border: none;
}
.category-item__body {
	text-align: left;
}
.category-item__body__items {
	display: inline-block;
	padding: 8px 10px;

	color: #fff;
}
.category-item__body__title {
	font-size: 2rem;
}
.category-item__body__desc {
	font-size: 1.2rem;
}

.owl-stage-outer {
	padding-top: 29px;
}

.owl-item .product-item {
	padding: 0px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #e9e9e9;

	background: #fff;

	vertical-align: top;
	cursor: pointer;
	zoom: 1;
}

.owl-item .product-item__img {
	margin-right: 1px;
	line-height: 266px;
}

.owl-carousel .owl-item .product-item img {
	width: auto;
	display: inline;
}

.owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -10px;
}

.owl-nav > div {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 33px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	font-size: 20px;
	color: #59a058;
	opacity: 0.7;
}
.owl-nav > div:hover {
	opacity: 1;
}

.owl-nav .owl-prev {
	left: 9px;
}

.owl-nav .owl-next {
	right: 9px;
}

.owl-btn-holder {
    text-align: center;
}

.inspo-item {
	position: relative;
	height: 350px;
	overflow: hidden;
}

.inspo-item * {
	margin-bottom: 0;
}

.inspo-item img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	width: auto !important;
	height: auto !important;
}

.inspo-item .grid {
	position: absolute;
	top: 100px;
	bottom: 100px;
	left: 60px;
	right: 60px;
	margin: 0;
}

.inspo-item .grid-item {
	display: table;
	width: 100%;
	height: 100%;
	padding: 0;
}

.inspo-item .grid-content {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	color: #fff;
}

.inspo-item .grid-content a {
	display: block;
	color: #fff;
}

.inspo-item .grid-content h2 {
	font-size: 38px;
}
@media all and (max-width: 480px) {
	.inspo-item .grid {
		left: 45px;
		right: 45px;
	}
	.inspo-item .grid-content {
		font-size: 15px;
	}

	.inspo-item .grid-content h2 {
		font-size: 28px;
	}

	.owl-item .product-item__img {
		line-height: 166px;
	}
}

.checkout-cart-item--quantitybox{display:none}
.checkout-cart-item--quantitybox>input{max-width:40px;text-align:center}


.product-giftgen {
	height: 368px;
	line-height: 368px;
}

.view-category--170 .product-giftgen,
.view-category--244 .product-giftgen,
.view-category--245 .product-giftgen,
.view-category--246 .product-giftgen,
.view-category--248 .product-giftgen{
	height: 386px;
	line-height: 386px;
}

.brand-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 35px;
}

.brand-gallery__item {
	padding: 5px;
	flex: 0 25%;
}

.brand-gallery__item h3 {
	font-size: 1.8em;
}

.letter-gallery {
	font-size: 1.2em;
}
/* icons */
.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
	pointer-events: none;
}

.icon--small {
	font-size: 0.8rem;
}

.icon--medium {
	font-size: 1.2rem;
}

.icon--large {
	font-size: 3rem;
}

/* States */
.icon-on,
.is-active .icon-off,
.is-hover .icon-off {
	display: none;
}

.is-active .icon-on,
.is-hover .icon-on {
	display: inline;
}

/* Hidden in desktop */
.l-mobile-header,
.l-mobile-search,
.l-mobile-nav,
.sort-select,
.filter-responsive,
.checkout-cart-row-small,
.startpage-usp-mobile,
.categoryListMobile,
.l-footer-categories {
	display: none;
}

.l-menubar {
	/* overwrite inline style... */
	max-width: 1150px !important;
}

/* ==========================================================================
   Grid
   ========================================================================== */

/* Large */
@media all and (max-width: 768px) {
	.grid-item-1-4 {
		width: 50%;
	}
	.grid-item-1-4:nth-child(3) {
		clear: both;
	}
	.grid-item-1-6 {
		width: 31.33%;
	}
	.editable-slideshow-mobile .grid-item-1-2 {
		width: 49%;
	}
}

/* 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%;
	}
	.l-footer-social {
		margin-left: 40%;
	}
	.editable-slideshow-mobile a span span {
		font-size: 15px;
	}
}

/* Large */
@media all and (max-width: 768px) {
	.grid-item-1-4 {
		width: 50%;
	}
	.grid-item-1-4:nth-child(3) {
		clear: both;
	}
}

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

	.l-footer-categories .grid-item {
		width: 50%;

		margin-bottom: 0;
		padding-left: 5px;
		padding-right: 5px;

		text-align: center;
	}
}

/* ==========================================================================
   Layout
   ========================================================================== */

@media all and (max-width: 1190px) {
	.l-holder,
	.l-top-menu,
	.l-footer {
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
	}
	.is-menubar-sticky.l-menubar {
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
	}

	.l-header__right__bottom__left {
		font-size: 16px;
	}

	.l-autocomplete {
		left: 16%;

		margin-left: 0;
	}

	.l-top-menu__left li {
		margin-right: 12px;
		font-size: 11px;
	}

	.site-nav > li > a {
		font-size: 14px;
		padding: 0 10px;
	}

	.startpage-top__left,
	.startpage-top__right {
		float: none;
		width: 100%;
	}

	.startpage-top__right {
		text-align: center;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}

	.startpage-top__right h3 {
		font-size: 22px;
	}

	.startpage-top__right li {
		display: inline-block;
		margin: 0 10px 5px;
	}

	.product-item__bottom__left,
	.product-item__bottom__right {
		float: none;
		width: 100%;
		max-width: none;
	}

	.generator-ul > li {
		width: 19%;
	}

	.experts-item__text h2 {
		font-size: 30px;
	}
	.product-giftgen {
		height: 420px;
		line-height: 386px;
	}
}

@media all and (max-width: 1090px) {
	.experts-item {
		width: 99%;
		min-height: 0px;
	}

	.l-top-menu__left {
		display: none;
	}

	.l-header__right__top ul {
		display: none;
	}
}

@media all and (max-width: 995px) {
	.site-nav > li > a {
		font-size: 12px;
		padding: 0 6px;
	}
}

/* XLarge */
@media all and (max-width: 960px) {
	.l-sidebar {
		display: none;
	}

	.l-header__left {
		width: 20%;
	}

	.l-header__right {
		width: 80%;
	}

	.l-header__right__bottom__left {
		font-size: 14px;
	}

	.site-buttons .btn {
		padding: 0 10px;
		font-size: 11px;
	}



	div.flex-caption h2 {
		font-size: 22px;
	}

	.startpage-bottom__right {
		padding-left: 15px;
	}

	.inspo-item .grid {
		top: 50px;
		bottom: 50px;
	}

	/*.mega-menu .dropdown > li {
		width: 25%;
	}*/

	/* Checkout */
	.l-checkout-col-1,
	.l-checkout-col-1-2,
	.l-checkout-col-2 {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.l-checkout-col-1-2 {
		clear: none;
	}
	.l-checkout-col-1-inner {
		padding: 5px;
		margin-bottom: 15px;

		background-color: transparent;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	.l-checkout-col-2-inner {
		padding-left: 5px;
		padding-right: 5px;
	}



	.site-nav > li > a {
		font-size: 11px;
		padding: 0 6px;
		font-weight: 600;
	}

	.has-dropdown .wgr-icon {
		display: none;
	}

	.generator-ul > li {
		width: 24%;
	}

	.generator-top-filter {
		margin-left: -1%;
	}

	.generator-top-filter > li {
		width: 24%;
		margin-left: 1%;
	}

	.generator-slider {
		margin-left: 20px;
		margin-right: 20px;
	}

	.recipe-ul > li,
	.guides-item {
		width: 32.33%;
	}

	.brand-item {
		width: 48%;
	}

	.editable-slideshow-right .grid-content .grid-content span span,
	.editable-slideshow-down .grid-content .grid-content span span {
		font-size: 13px;
	}
	.editable-slideshow-right .grid-content .grid-content h2 span span,
	.editable-slideshow-down .grid-content .grid-content h2 span span {
		font-size: 16px;
	}

	.product-item__bottom .btn {
		padding: 5px 7px;
    	font-size: 12px;
	}
    
    .top-reviews {
       font-size: 14px; 
    }
    .top-reviews__number {
        display: inline-block;
        margin-right: 7px;
    }
    .top-reviews__stars .review-stars {
        margin-right: 2px;
        
        font-size: 15px;
    }    
    
    .product-cart-button-wrapper .btn--primary {
        padding: 0px 26px;
    }
    .review-body {
        display: block;
    }
    .review-col-2 {
        max-width: none;
        padding-left: 0px;

        text-align: left;
    }
    .review-date, 
    .review-name {
        display: inline-block;
    }
    .review-date {
        margin-right: 10px;
    }
}

/* Large */
@media all and (max-width: 768px) {
	body {
		background: #fff;
	}

	.l-inner,
	.view-home .l-inner,
	.view-checkout .l-inner {
		margin-left: 0;
		margin-right: 0;
	}

	.l-menubar-wrapper,
	.l-menubar,
	.l-menubar-secondary,
	.l-menubar-wrapper2,
	.l-top-menu-holder {
		display: none;
	}

	.l-menubar {
		margin-left: 0;
		margin-right: 0;
	}

	.l-sidebar-primary {
		display: none;
	}

	.filter-responsive {
		display: block;
	}

	.l-content {
		margin-top: 15px;
		margin-left: 15px;
		margin-right: 15px;
	}

	.l-holder {
		margin: 0;
		margin-top: 65px; /* Same as .l-mobile-header height */

		background: #fff;
		box-shadow: none;
		border-radius: 0;
	}

	.l-mobile-header {
		position: fixed;

		top: 0;
		left: 0;
		z-index: 1000;

		display: block;
		width: 100%;
		height: 65px;

		background: #fff;
		border-bottom:1px solid #e2e2e2;
	}

	.is-mobile-nav-open .l-mobile-header {
		border-bottom:none;
	}

	.l-mobile-header__content {
		overflow: hidden;
		height: 65px;
		position: relative;
	}

	.l-header {
		display: none;
	}

	.l-mobile-search {
		padding: 20px;
		position: absolute;
		z-index: 99;
		top: 65px;
		left: 0;
		right: 0;

		background: #fff;
		border-bottom:1px solid #e1e1e1;
	}

	.is-search-open .l-mobile-search {
		display: block;
	}

	/*.is-search-open .mini-search {
		background: #5da35a;
	}*/

	.l-mobile-nav {
		position: absolute;
		z-index: 99;
		top: 65px; /* Same as .l-mobile-header height */
		bottom: 0;
		left: 0;
		right: 0;

		display: none;
		overflow-y: auto;

		background: rgba(0,0,0,0.3);

		-moz-user-select: -moz-none;
		-webkit-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		-webkit-overflow-scrolling: touch !important;
	}

	.l-mobile-nav__left {
		padding-bottom: 70px;

		width: 100%;
		background-color: #F6F6F6;

		float:left;
	}

	.l-mobile-nav__close {
		position: fixed;
		top:71px;
		right: 10px;

		font-size: 22px;
		color: #fff;
	}

	html.is-mobile-nav-open,
	.is-mobile-nav-open body {
		height: 100%;
		overflow: hidden;
	}
	.is-mobile-nav-open .l-holder {
		height: 100%;
		/*margin-top: 0;*/
	}
	.is-mobile-nav-open .l-mobile-nav {
		display: block;
	}
	
	div.flex-caption {
		max-width: 90%;
	}

	div.flex-caption h2 {
		font-size: 20px;
	}

	div.flex-caption p {
		font-size: 14px;
	}

	.mobile-symbols {
		text-align: center;
		margin-bottom: 10px;
	}

	.l-footer .mobile-symbols {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.mobile-symbols ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.mobile-symbols li {
		display: inline-block;
		margin: 0 3px;
	}

	.mobile-colors {
		margin-top: 15px;
		text-align: center;
	}

	.startpage-bottom__left {
		float: none;
		width: 100%;
	}

	.startpage-bottom__right {
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 450px;
		padding-left: 0;
	}

	.inspo-item .grid {
		top: 100px;
		bottom: 100px;
	}

	.view-inspiration .breadcrumbs {
		margin-top: 10px;
		margin-left: 15px;
	}

	.brand-item {
		width: 31.33%;
	}

	.l-footer-check {
		display: none;
	}

	.l-footer-categories {
		margin-top: 25px;
		display: block;
	}

	.l-search-col-1 {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	/*
	.l-search-col-2 {
		margin-bottom: 10px;
	}
	*/

	.l-autocomplete {
		position: absolute;
		top: 65px;
		left: 0;
		right: 0;

		margin-left: 0;
		margin-right: 0;
		padding: 0;
		width: auto;
		display: block;

		background: none;

		box-shadow: none;
		overflow-y: auto;
	}
	.is-autocomplete-open body {
		background: #fff;
	}
	.is-autocomplete-result {
		background: #fff;
		padding: 15px;
		display: none;
	}
	.is-autocomplete-active .is-autocomplete-result {
		display: block;
	}
	.mobile-autocomplete {
		display: flex;
		background: #fff;
		padding: 10px;
		border-bottom: none;
	}
	.site-search__btn {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}

	.product-item .price {
		font-size: 14px;
	}
}

@media screen and (orientation:landscape) {
	.l-mobile-header {
		position: absolute;
	}
}

@media all and (max-width: 600px) {
	.l-product-col-1,
	.l-product-col-2,
	.l-product-col-3 {
		width: auto;
		padding-right: 0;
		float: none;
	}

	.product-item__img__banner a {
		margin-right: 2px;
	}

	.product-item__img__banner {
		left: 5px;
	}

	.generator-ul > li {
		width: 32.33%;
	}

	.generator-top-filter > li {
		width: 49%;
	}

	.recipe-ul > li,
	.guides-item {
		width: 49%;
	}

	.brand-item {
		width: 48%;
	}

	.l-footer-col-1,
	.l-footer-col-2,
	.l-footer-col-3,
	.l-footer-col-4 {
		width: 154px;
	}
	.l-footer-col-5 {
		width: 240px;
	}
}

/* Medium */
@media all and (max-width: 480px) {
	.l-autocomplete {
		position: fixed;
	}

	.l-holder {
		margin-top: 123px; /* Same as .l-mobile-header height */
	}
	.l-mobile-header,
	.l-mobile-header__content {
		height: 65px;
	}
	.l-mobile-nav,
	.l-mobile-search {
		top: 65px; /* Same as .l-mobile-header height */
	}

	.l-content {
		margin-left: 10px;
		margin-right: 10px;
	}

	.startpage-top__right {
		text-align: left;
	}

	.startpage-top__right li {
		display: block;
		margin: 0 0 5px;
	}

	.startpage-top__right h3 {
		font-size: 16px;
	}

	.startpage-bottom__left {
		margin-bottom: 20px;
	}

	.startpage-bottom__left .grid-item-1-3,
	.startpage-bottom__left .grid-item-2-3 {
		width: 100%;
		float: none;
		text-align: center;
		padding-left: 0px;
	}
	.startpage-flexslider-holder .flex-direction-nav a {
		width: 20px;
		height: 20px;
		line-height: 19px;
	}
	.flex-direction-nav a:before {
		font-size: 20px !important;
	}

	/* Cancel KCO's margins... */
	.l-klarna-checkout {
		margin-left: -10px;
		margin-right: -10px;
	}

	.l-footer-payment .klarna-logo-list {
		max-width: 100%;
	}

	.view-inspiration .breadcrumbs {
		margin-left: 10px;
	}

	.generator-ul > li {
		width: 49%;
	}

	.recipe-ul > li,
	.guides-item {
		width: 99%;
	}
	
	.product-filter__items {
		margin-left: -2%;
	}
	
	.product-filter__item {
		justify-content: space-between;
		
		margin-right: 0;
		margin-left: 2%;
		max-width: 48%;
		width: 100%;
	}
	
	.product-filter-title-holder {
		margin-left: -2%;
	}
	
	.product-filter__title {
		justify-content: space-between;
		
		margin-right: 0;
		margin-left: 2%;
		max-width: 48%;
		width: 100%;
	}
	
	.product-filter__title span {
		max-width: 85%;
		overflow: hidden;
	}
	
	.product-filter__title .filter-icon {
		position: absolute;
		top: 8px;
		right: 7px;
		
		background: #fff;
	}

	.brand-item {
		width: 98%;
	}

	.experts-item {
		background-position: top right -80px;
	}

	.experts-item__text {
		padding: 10px;
		background-image: linear-gradient(to right, rgba(191, 198, 202, 1) 60%, rgba(191, 198, 202, 0));
	}
	.xfory-banner {
		right: -10px;
	}
	/* Instagram */
 	.instagram-widget--grid li {
        width: 48%;
    }
    .instagram-widget li:last-child {
        /* Remove last odd item */
        display: none;
    }
	
	div.flex-caption h2 {
		font-size: 1.2rem;
	}
	.flex-caption .flex-caption__desc {
		margin-top: 10px;
	}
}

@media all and (max-width: 350px) {
	.l-checkout-col-1-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.l-footer-col-1,
	.l-footer-col-2,
	.l-footer-col-3,
	.l-footer-col-4,
	.l-footer-col-5 {
		margin: 0;
		padding: 10px;
		height: auto;
	}
}

/* ==========================================================================
   Modules
   ========================================================================== */

/* Large */
@media all and (max-width: 768px) {
	.site-banner,
	div#topcart-hoverarea,
	.vat-selector {
		display: none;
	}

	.mini-site-logo {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 60px;
		right: auto;

		padding: 4px;
		max-width: 155px;
		max-height: 60px;
		margin: auto;

		-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
				transform: translateY(0);

		-webkit-transition: -webkit-transform .4s cubic-bezier(.694, .0482, .335, 1);
				transition: transform .4s cubic-bezier(.694, .0482, .335, 1);
	}
	.header-usp-mobile {
		display: block;
	}
	.is-new-mini-cart-item .header-usp-mobile,
	.is-new-mini-cart-item .mini-site-logo {
		-webkit-transform: translateY(-65px);
			-ms-transform: translateY(-65px);
				transform: translateY(-65px);

		-webkit-transition-delay: 0.15s;
				transition-delay: 0.15s;
	}
	.no-csstransforms .header-usp-mobile,
	.no-csstransforms .mini-site-logo {
		top: 0;
	}
	.no-csstransforms .new-mini-cart-item .header-usp-mobile,
	.no-csstransforms .new-mini-cart-item .mini-site-logo {
		top: -100px;
	}

	.mini-cart-info {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 65px;
		right: 65px;
		margin: auto;
		text-align: center;
		color: #222;
		font-weight: 600;
		font-size: 11px;

		-webkit-transform: translateY(65px);
			-ms-transform: translateY(65px);
				transform: translateY(65px);

		-webkit-transition: -webkit-transform .4s cubic-bezier(.694, .0482, .335, 1);
				transition: transform .4s cubic-bezier(.694, .0482, .335, 1);
	}
	.is-new-mini-cart-item .mini-cart-info {
		-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
				transform: translateY(0);

		-webkit-transition-delay: 0.15s;
				transition-delay: 0.15s;
	}
	.no-csstransforms .mini-cart-info {
		top: 100px;
	}
	.no-csstransforms .new-mini-cart-item .mini-cart-info {
		top: 0;
	}
	.mini-cart-info:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}
	.mini-cart-info-text {
		display: inline-block;
		vertical-align: middle;
		line-height: 1.1;
	}

	.mini-menu,
	.mini-cart,
	.mini-login,
	.mini-wishlist {
		position: absolute;
		top: 0;
		bottom: 0;

		width: 35px;

		color: #4b4b4d;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.mini-login svg,
	.mini-wishlist svg {
		height: 100%;
		padding-bottom: 9px;

		font-size: 22px;
	}
	.mini-wishlist svg {
		font-size: 24px;
	}
	.mini-login {
		right: 66px;

		text-align: center;
	}
	.mini-wishlist {
		right: 35px;

		text-align: center;
	}
	.mini-menu {
		/*left: 0;
		font-size: 30px;*/
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0px;

		width: 60px;
		padding-left: 5px;
		padding-right: 5px;
		border-right: 1px solid #e2e2e2;

		font-size: 28px;
	}
	.mini-menu .wgr-icon {
		position: relative;
		top: -8px;
		font-size: 45px;
	}
	.mini-menu__title {
		display: block;
		margin-top: 8px;

		color: #666;
		font-size: 13px;
		text-transform: uppercase;
	}
	.is-mobile-nav-open .mini-menu .icon-list2,
	.is-mobile-nav-open .mini-menu__title {
		color: #fff;
	}
	.mini-search {
		/*left: 65px;*/
		left: 50px;
		font-size: 20px;
	}
	.mini-cart {
		right: 0;
		padding-right: 11px;
		font-size: 22px;
	}
	.is-touch.mini-menu,
	.is-touch.mini-cart {
		opacity: 0.5;

	    -webkit-transition: opacity .15s;
	   			transition: opacity .15s;
	}
	.mini-cart-inner {
		position: relative;
		display: inline-block;
	}
	.mini-cart-count {
		position: absolute;
		top: -4px;
		right: -10px;

		height: 17px;
		width: 17px;

		background: #59a058;
		border-radius: 50%;

		line-height: 17px;
		font-size: 9px;
		color: #fff;
		text-align: center;
	}
	.is-new-mini-cart-item .mini-cart-count {
		-webkit-animation: cart-count-pop .25s cubic-bezier(.694, .0482, .335, 1);
				animation: cart-count-pop .25s cubic-bezier(.694, .0482, .335, 1);
	}
	.is-mobile-nav-open .mini-menu {
		font-size: 22px;

		background: #dc526c;
	}
	.is-mobile-nav-open .mini-menu .wgr-icon:before {
		content: "\f00d";
	}

	.wgr-production {
		margin-top: 15px;
		color: #555;
	}

	.sort-section {
        display: none;
    }
    .sort-select {
        display: block;
        margin-bottom: 15px;
    }
    .sort-select select {
        width: 100%;
    }

	.checkout-info {
		padding: 7px 15px 0;
	}

	.checkout-info-item {
		float: none;
		margin-right: 0;
		margin-bottom: 7px;
	}
	.checkout-info-terms {
		display: none;
	}
	.checkout-stepnumber {
		height: 22px;
		width: 22px;
		line-height: 22px;
		font-size: 11px;
	}

	.editable-productpage h1 {
		margin-top: 15px;
		font-size: 16px;
	}

	.categoryListMobile {
		display: block;
	}

	.categoryListMobile .grid-gallery {
		padding-top: 15px;
	}

	.categories-desktop {
		display: none;
	}

	.site-search__input {
		font-size: 16px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.site-search__close {
		float: right;
		padding-left: 15px;
		margin-bottom: 0;
		color: #222;
		font-weight: 600;
		order: 2;
	}
	.start-items__news,
	.start-items__campaigns,
	.start-items__news h2,
	.start-items__campaigns h2,
	.editable-slideshow-right,
	.editable-slideshow-down {
		display: none;
	}

	.start-items__news.is-active,
	.start-items__campaigns.is-active,
	.editable-slideshow-mobile {
		display: block;
	}

	.startpage-flexslider-holder .flexslider {
		width: 100%;
	}
	.startpage-flexslider-holder .flex-caption {
		pointer-events: none;
	}
    
     div.flex-caption p.flex-caption__desc { 
        display: none;
    }
}

/* Medium */
@media all and (max-width: 480px) {
	.mini-site-logo {
		max-width: 90px;
	}

	.header-usp-mobile {
		left: 150px;
		top: 10px;
		font-size: 10px;
	}

	.product-carousel {
		height: auto;
		margin-left: 50px;
		margin-right: 50px;
		margin-bottom: 15px;
		line-height: 1;
		text-align: center;
	}

	.checkout-cart thead th:last-child,
	.checkout-cart-row td:last-child {
		padding-left: 10px;
		white-space: nowrap;
	}

	.checkout-cart-quantity-btn {
		/* display:none; */
	}

	.checkout-cart-custom-text {
		display: none;
	}
	.checkout-cart-row-small {
		display: table-row;
	}
	.checkout-cart-row-small td {
		padding-top: 0;
	}

	.followup {
		text-align: center;
	}
	.followup textarea {
		font-size: 16px;
	}
	.followup .media-img {
		width: auto;
		float: none;
		margin-left: 0;
		margin-bottom: 15px;
	}
	.followup-stars {
		margin-top: 10px;
		margin-bottom: 15px;

		text-align: center; 
	}
    .view-product .followup-stars {
        text-align: left;
    }
	.followup-stars > label {
		font-size: 20px;
	}
}
@media all and (max-width: 400px) {
	.mini-cart-info {
		left: 80px;
		right: 102px;
	}

	.mini-site-logo {
		max-width: 75px;
	}

	.header-usp-mobile {
		left: 130px;
	}
}
@media all and (max-width: 370px) {
	.header-usp-mobile {
		display: none;
	}
}

@media all and (max-width: 350px) {
	.checkout-cart-thumbnail {
		max-height: 25px;
		max-width: 25px;
		margin-right: 5px;
	}
	.checkout-cart-quantity-input {
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
    
}

/** Menu modules **/

/* Large */
@media all and (max-width: 768px) {
	.site-search {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		background: #fff;
	}

	.lang-changer select {
		background: #fff;
		border: 1px solid #ddd;
	}

	.mobile-module,
	.mobile-module-edit {
		margin-bottom: 30px;
	}
	.mobile-module__heading,
	.mobile-module-edit h3 {
		margin: 0;
		padding: 8px 18px;
		background-color: #dc526c;
		font-weight: 400;
		color: #fff;
		font-size: 16px;
	}

	.mobile-module__body {
		background-color: #fcfcfc;
		padding: 20px;
		border-top: 1px solid #e2e2e2;
		border-bottom: 1px solid #e2e2e2;
	}

	.mobile-listmenu,
	.mobile-module-edit ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	.mobile-listmenu a,
	.mobile-module-edit li {
		position: relative;

		display: block;
		padding: 12px 18px;
		border-bottom: 1px solid #e2e2e2;

		font-size: 13px;
		color: #222;
	}

	.mobile-listmenu .mobile-listmenu a {
		border-style: none;
	}

	.mobile-listmenu .mobile-listmenu .mobile-listmenu a {
		font-style: italic;
	}

	.mobile-listmenu .mobile-listmenu {
		border-bottom: 1px solid #e2e2e2;
	}

	.mobile-listmenu .mobile-listmenu .mobile-listmenu {
		border-top: 1px solid #e2e2e2;
	}

	.mobile-module-edit a {
		color: #222;
	}

	.mobile-listmenu a:hover {
		text-decoration: none;
	}

	.mobile-listmenu .selected {
		font-weight: 600;
	}

	.mobile-listmenu-0,
	.mobile-module-edit ul {
		background-color: #fcfcfc;
	}

	.mobile-listmenu-0 + .mobile-listmenu-0 {
		border-top-style: none; /* Fix for double-border */
	}

	.mobile-listmenu-1 {
		background: rgba(0,0,0,.02);
	}

	.mobile-listmenu-1 .mobile-listmenu {
		/*background: rgba(0,0,0,.02);*/
		border-left: 5px solid #c9c9c9;
	}

	/* Toggle menu */
	li .mobile-listmenu {
		display: none;
	}
	.is-listmenu-opened > .mobile-listmenu {
		display: block;
	}

/*	.mobile-listmenu .parent a {
		text-transform: lowercase;
	}*/


	/* Font icon */
	.menu-node {
		width: 40px;
		height: 100%;

		color: #dc526c;
		text-align: center;
		line-height: 42px;
		font-size: 22px;
	}
	.lang-changer {
		text-align: center;
	}

	/* Product item */
	.product-item__bottom {
		float: right;
	}

	.product-item__bottom__left,
	.product-item__bottom__right {
		float: left;
		width: auto;
		min-width: 0;
	}
	.product-item__bottom__left {
		padding-top: 6px;
		margin-right: 10px;
	}
	.product-item__bottom__right {}
}


/* Medium */
@media all and (max-width: 480px) {
	.site-search {
		margin-left: 0px;
		margin-right: 0px;
	}
	.mobile-module__heading,
	.mobile-module-edit h3 {
		padding-left: 12px;
		padding-right: 12px;
	}
	.mobile-module__body {
		padding: 12px;
	}
	.mobile-listmenu a,
	.mobile-module-edit li {
		padding-left: 12px;
		padding-right: 12px;
	}

	.product-item__bottom {
		padding-left: 10px;
		padding-right: 10px;
		float: none;
		text-align: center;
	}

	.product-item__bottom .btn {
		display: block;
		margin-top: 5px;
		font-size: 14px;
		padding: 7px 10px;
	}

	.product-item__body {
		padding: 7px;
	}

	.product-item__img {
		height: 170px;
		line-height: 170px;
	}

	.product-item__img img {
		max-height: 170px;
	}
}

/* Medium */
@media all and (max-width: 375px) {
	.product-item__banner {
		top: -50px;
		right: -60px;
		height: 100px;
		width: 120px;

		line-height: 13px;
		font-size: 12px;
	}
	.product-item__banner span {
		width: 70px;
		bottom: 3px;
	}

	.product-item__bottom .btn {
		font-size: 12px;
	}
}

/** Grid-gallery **/

@media all and (max-width: 1100px) {
	.view-home .grid-gallery > li {
		width: 31.33%;
	}
	.l-footer-col-1,
	.l-footer-col-2,
	.l-footer-col-3 {
		width: 153px;
	}

	.l-inner .grid-gallery--products {
		margin-left: -1%;
	}

	.l-inner .grid-gallery--products > li {
		margin-left: 1%;
		width: 32.33%;
	}
}

/* XLarge */
@media all and (max-width: 960px) {
	.grid-gallery > li,
	.view-checkout .grid-gallery > li {
		width: 31.33%;
	}
}

@media all and (max-width: 850px) {
	.l-inner .grid-gallery--products > li {
		width: 48%;
	}
}

@media all and (max-width: 768px) {
	.l-inner .grid-gallery--products > li {
		width: 32.33%;
	}
}

/* Medium */
@media all and (max-width: 600px) {
	.grid-gallery > li,
	.view-home .grid-gallery > li,
	.view-checkout .grid-gallery > li {
		width: 48%;
		margin-bottom: 15px;
	}
}
/* Medium */
@media all and (max-width: 480px) {
	.view-search .grid-gallery > li,
	.l-autocomplete .grid-gallery > li,
	.l-inner .grid-gallery--products > li {
		width: 48%;
	}
}

/* ==========================================================================
   Helpers
   ========================================================================== */

/* XLarge */
@media all and (max-width: 960px) {
	.hide-for-xlarge {
		display: none !important;
	}
}

/* Hide element at desktop size */
@media all and (min-width: 769px) {
	.hide-on-desktop {
		display: none;
	}
}

/* Large */
@media all and (max-width: 768px) {
	.hide-for-large {
		display: none !important;
	}
}

/* Medium */
@media all and (max-width: 480px) {
	.hide-for-medium {
		display: none !important;
	}
}

/* Small */
@media all and (max-width: 320px) {
	.hide-for-small {
		display: none !important;
	}
}

@media all and (min-width: 769px) {
	.show-for-large {
		display: block !important;
	}
}


/* ==========================================================================
   Custom animations
   ========================================================================== */

@-webkit-keyframes cart-count-pop {
	50% {
		-webkit-transform: scale(1.35);
				transform: scale(1.35);
	}
	100% {
		-webkit-transform: scale(1);
				transform: scale(1);
	}
}
@keyframes cart-count-pop {
	50% {
		-webkit-transform: scale(1.35);
				transform: scale(1.35);
	}
	100% {
		-webkit-transform: scale(1);
				transform: scale(1);
	}
}
@media print {
    /* Base */
    @page {
        padding: 1.5cm
    }

    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    /* Layout */
    .l-menubar,
    .l-menubar-wrapper,
    .l-sidebar,
    .l-sidebar-primary,
    .l-footer {
        display: none;
    }

    .l-holder {
        margin: 0;
        padding: 0;
        width: auto;
        
        -webkit-transition: none; 
        transition: none;
    }

    .l-header {
        position: static;
        margin-bottom: 15px;
        text-align: center;
    }

    .site-logo {
        max-width: 250px;
    }

    .l-content,
    .l-inner {
        margin: 0;
    }

    /* Modules */
    .btn,
    .vat-selector,
    .mini-menu-icon,
    .mini-cart-icon,
    .category-checkout-link,
    .product-cart-button-wrapper,
    .product-part-payment-klarna,
    .product-part-payment-hbank {
        display: none;
    }

    /* Helpers */
    .hidden-print {
        display: none !important;
    }
}/* This CSS will be loaded last so you can overload any previous instructions */