/*! 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: border-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 {
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	line-height: 1.45;
	color: #151515;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
}
.view-checkout {
	/* Custom checkout background */
	background: #eee;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 700;
	color: #000;
	/*text-transform: uppercase;*/
}

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

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

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: #888;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #111;
}

.product-description img {
	height: auto !important;
}

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: 11px;
}

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

/* ==========================================================================
   Layout
   ========================================================================== */
.l-top-menu-holder {
	width: 100%;
	background: #ededec;
	position: relative;
	z-index: 11;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.l-top-menu {
	position: relative;
	max-width: 1150px;
	margin: 0 auto;
	height: 60px;
	line-height: 56px;
	font-weight: 400;
	font-size: 18px;
	color: #000;
}

.l-top-menu img {
	position: relative;
	top: -2px;
}

.wishlist-icon {
	margin-right: 4px;
}

.l-top-menu a {
	color: #000000;
}

.l-top-menu a:hover {
	color: #555;
}

.topcart-empty #topcart-holder {
	display: inline;
}

.l-top-menu__right {
	float: right;
}

.l-top-menu__left {
	overflow: hidden;
	padding-right: 20px;
}

.l-top-menu__right__left,
.l-top-menu__right__middle,
.l-top-menu__right__right {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}

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

.l-top-menu__right__left img {
	margin-right: 7px;
}
.l-top-menu__right__left li {
	display: inline-block;
	margin-left: 20px;
}

.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-holder {
	width: 100%;
	background: #fff;
	z-index: 10;
	position: relative;
}

.l-header {
	position: relative;
	max-width: 1150px;
	margin: 0 auto;
	padding: 20px 0;
}

.l-header__left {
	float: left;
	margin: 0;
}
.l-header__middle {
	padding: 0 25px;
	overflow: hidden;

	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
.l-header__middle * {
	margin-bottom: 0;
}
.l-header__middle > table {
	display: inline-table;
	margin: auto;
}
.l-header__middle ul {
	padding: 0;
	margin: 0;
	list-style-type: none;

	font-size: 13px;
}
.l-header__middle li {
	background-image: url(../design/check-black.png);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0 2px 20px;
}
.l-header__middle i {
	margin-right: 5px;
}

.l-header__right {
	float: right;
	font-size: 12px;
	color: #666;
}
.l-header__right img {
	margin-left: 20px;
}
.l-header__right .ev-prisjakt img {
	margin: 0;
}
.l-header__right td {
	display: inline-block;
	vertical-align: top;
	padding-top: 0;
}

.l-menubar-holder {
	position: relative;
	z-index: 10;
	width: 100%;
	background: #000;
}

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

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

.l-top-check {
	color: #666666;
	font-size: 12px;
}

.l-top-check h2 {
	font-size: 14px;
	margin-bottom: 0;
}

.l-top-check .grid {
	margin-left: -40px;
}

.l-top-check .grid-item {
	margin-bottom: 10px;
	padding-left: 40px;
}

.l-top-check .grid-content {
	padding-right: 10px;
	border-right: 1px solid #e2e2e2;
	padding-left: 40px;
	background-image: url(../design/check.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.l-top-check .grid-content-3 {
	border-style: none;
	padding-right: 0;
}

.l-content {}

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


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

.l-footer-top-holder {
	width: 100%;
	background: #000;
}

.l-footer-top {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 13px;
	color: #b3b3b3;
}

.l-footer-top * {
	margin-bottom: 0;
}

.l-footer-top h2 {
	text-transform: none;
	font-weight: 400;
	color: #fff;
}

.l-footer-top__left {
	float: left;
	width: 70%;
}

.l-footer-top__right {
	float: right;
	max-width: 28%;
	min-width: 200px;
}

.l-footer-top__left__left {
	float: left;
	padding-right: 30px;
}

.l-footer-top__left__right {
	overflow: hidden;
}

#footerNewsletterForm input {
	float: left;
	width: 80%;
	height: 45px;
	border-style: none;
	border-radius: 0;
	background: #fff;
	vertical-align: middle;
	padding-left: 12px;
}

#footerNewsletterForm .btn {
	float: right;
	width: 20%;
	height: 45px;
	line-height: 45px;
	padding: 0;
	border-style: none;
	text-align: center;
	border-radius: 0;
	vertical-align: middle;
	font-size: 20px;
}

.l-footer-top__right .wgr-icon {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	font-size: 24px;
	color: #000;
}

.l-footer-holder {
	background: #f5f5f5;
	border-top: 3px solid #e7e7e7;
}

.l-footer,
.l-footer-middle,
.l-footer-bottom {
	max-width: 1150px;
	margin: 0 auto;
	padding: 40px 0;
}

.l-footer {
	line-height: 2;
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
}

.l-footer a {
	color: #666;
}

.l-footer a:hover {
	color: #000;
}

.l-footer-col-2,
.l-footer-col-2-2,
.l-footer-col-3,
.l-footer-col-4 {
	float: left;
	width: 18.75%;
	padding-right: 15px;
}

.l-footer-col-1 {
	width: 25%;
	float: left;
	padding-right: 15px;
}

.l-footer-col-4 {
	padding-right: 0;
}

.l-footer-col-1 .wgr-icon {
	font-size: 35px;
	color: #be1e2d;
	position: relative;
	top: -2px;
}

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

.l-footer-middle-holder {
	background: #f5f5f5;
	border-top: 1px solid #e7e7e7;
	font-size: 12px;
	color: #666;
}

.l-footer-middle__left {
	float: left;
	width: 68%;
}

.l-footer-middle__right {
	float: right;
	text-align: right;
	max-width: 28%;
}

.l-footer-bottom-holder {
	background: #f5f5f5;
	border-top: 1px solid #e7e7e7;
}

.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: 100%;
}

.l-autocomplete {
		width: 100%;
		position: absolute;
	top: 59px;
	left: 50%;
	margin-left: -575px;
	z-index: 99;
	width: 100%;
	max-width: 1150px;
	display: none;
	padding: 20px;
	background: #fff;

	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	border-radius: 0 0 4px 4px;
	color: #222;
}
.is-autocomplete-active .l-autocomplete {
	display: block;
}

/*
 * Product Page
 */

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

.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;
}
.productpage-edit {
	margin-bottom: 15px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 20px;
}

.fancybox-table-wrapper tr:first-child {
	white-space: nowrap;
}

.product-option-spacing__title .icon-popup {
	cursor: pointer;
}

/*
 * Checkout Page
 */

.view-checkout .l-holder {
	background-color: transparent;
	box-shadow: none;
}
.view-checkout .l-header {
	margin: 0 0 20px;
	padding: 25px 15px;
	background: #fff;
	max-width: none;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}


.view-checkout .l-content {
	margin-left: 0;
	margin-right: 0;
}

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

	background-color: #fff;
	border-top: 3px solid #333;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	border-radius: 0 0 4px 4px;
}
.l-checkout-col-1-inner {
	padding-top: 10px;
}
.l-checkout-col-2 {
	float: right;
	width: 55%;
	padding-left: 35px;
}

.l-klarna-checkout {
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

.l-ecster-pay {
	padding: 10px;
	padding-bottom: 0;
	overflow: hidden;
}

.newsletter-colour {
	color: #be1e2d;
	font-weight: bold;
}

/*
 * 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;
	margin-bottom: 25px;
	font-size: 12px;
}
.breadcrumbs > li {
	color: #777;
}
.breadcrumbs a {
	color: #444;
}
.breadcrumbs .wgr-icon {
	margin-left: 2px;
	margin-right: 2px;
	color: #999;
}

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

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

.startpage-bar {
	font-size: 22px;
	border-top: 2px solid #e7e7e7;
	text-align: center;
	margin: 40px 0 0px;
}

.startpage-bar span {
	display: inline-block;
	padding: 10px 15px;
	background: #fff;
	position: relative;
	top: -25px;
}

div.flex-caption {
	width: 370px;
	right: -12px;
	left: auto;
	top: 0;
	bottom: 0;
	padding: 40px 30px;
	text-shadow: 1px 2px 6px #000;
/*	background: #dfdfdf;*/
}

div.flex-caption h2 {
	color: #fff;
	font-size: 36px;
}

div.flex-caption p {
	color: #fff;
	font-size: 20px;
}

div.flex-caption a.btn {
	display: block !important;
	font-size: 14px;
	text-align: center;
	background: #be1e2d;
	border: 3px solid #fff;
	margin-top: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 6px;
}

div.flex-caption a.btn:hover {
	background: #fff;
	color: #be1e2d;
	opacity: 1;
}

.flex-banner {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 323px;
	height: 111px;
	background-image:url(../design/banner.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center left;
	color: #fff;
}

.flex-banner__left {
	font-size: 30px;
	width: 180px;
	text-align: center;
	font-weight: 700;
	padding-top: 20px;
}

.flex-banner__right {
	position: absolute;
	right: 30px;
	bottom: 15px;
	width: 90px;
	text-align: left;
}

.flex-banner__right__installed {
	font-size: 12px;
}

.flex-banner__right__price {
	font-size: 16px;
	font-weight: 700;
}

.flexslider .slides .flex-banner__right__price img {
	width: auto;
	display: inline-block;
	margin-right: 10px;
}

ol.flex-control-nav {
	top: auto;
	bottom: 0;
	z-index: 2;
	text-align: left;
	padding-left: 20px;
}

ol.flex-control-paging li a {
	width: 11px;
	height: 11px;
	border: 2px solid #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

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

.startpage-3-images {
	margin-top: 20px;
}

.startpage-3-images > .grid > .grid-item > .grid-content {
	position: relative;
}

.startpage-3-images .grid .grid {
	position: absolute;
	top: 15px;
	left: 15px;
}

.startpage-3-images .grid .grid {
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 50%;
	background: #be1e2d;
	color: #fff;
	padding-top: 15px;
	font-size: 12px;
	margin-left: auto;
}

.startpage-3-images .grid .grid .grid-item {
	padding-left: 0;
	margin-bottom: 0;
}

.startpage-3-images p {
	margin-bottom: 0px;
}

.startpage-3-images .grid .grid h3 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 0;
	line-height: 26px;
}

.startpage-3-images .grid-content h2 {
	padding: 10px 55px 10px 15px;
	background-color: #dfdfdf;
	background-image: url(../design/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #222;
	margin-bottom: 0;
}

.startpage-2-images {
	margin-top: 20px;
}

.startpage-2-images__left {
	float: left;
	width: 59%;
	position: relative;
	overflow: hidden;
}
.startpage-2-images__left .grid {
	background-color: #be1e2d;
	color: #fff;
}

.startpage-2-images__right {
	float: right;
	width: 39%;
	position: relative;
	overflow: hidden;
}

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

.startpage-2-images__left .grid-item-2-3 {
	width: 57%;
}

.startpage-2-images__left .grid-item-2-3 p {
	margin-bottom: 0;
}

.startpage-2-images__left .grid-item-1-3 {
	width: 43%;
	background-image: url(../design/tool-big.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 160px;
	text-align: center;
	padding-top: 90px;
	padding-right: 20px;
	padding-left: 30px;
	font-size: 16px;
}

.startpage-2-images__left .grid-item-1-3 h2 {
	font-size: 34px;
	line-height: 36px;
	color: #fff;
}

.startpage-2-images__right .grid .grid {
	position: absolute;
	bottom: 70px;
	left: 20px;
	right: 20px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.startpage-2-images__right p,
.startpage-2-images__right h2,
.startpage-2-images__right h3,
.startpage-2-images__right h4 {
	text-align: center;
	color: #fff;
	margin-bottom: 0;
}

.startpage-2-images__right .grid .grid h3 {
	font-size: 20px;
	line-height: 22px;
}

.startpage-2-images__right h3 .wgr-icon {
	font-size: 8px;
	vertical-align: middle;
}

.startpage-2-images__right h2 {
	font-size: 58px;
	line-height: 62px;
	margin-bottom: 20px;
}

.startpage-2-images__right a {
	display: inline-block;
	padding: 12px 40px;
	background-color: #000;
	font-weight: 700;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}

.startpage-2-images__left > .grid > .grid-item > .grid-content > h3,
.startpage-2-images__right > .grid > .grid-item > .grid-content > h3 {
	display: block;
	background: #be1e2d;
	width: 240px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	position: absolute;
	top: 25px;
	left: -65px;
	 -ms-transform: rotate(-38deg); /* IE 9 */
	-webkit-transform: rotate(-38deg); /* Chrome, Safari, Opera */
	transform: rotate(-38deg);
	text-transform: none;
	font-weight: 400;
	z-index: 2;
}

.startpage-intro {
	background: #f5f5f5;
	padding: 20px;
	border: 1px solid #e9e9e9;
	margin: 20px 0;
}

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

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

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

.view-checkout .site-logo {
	margin: 0;
}
.view-checkout .site-logo img {
	max-height: 45px;
}

.site-banner {
	position: absolute;
	top: -24px;
	right: -15px;

	width: 200px;
	height: 120px;

	background: url(../design/header_banner.png) no-repeat;
	background-size: 100%;
}

.vat-selector {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 10px;
	font-size: 11px;
	color: #ddd;
}
.vat-selector label {
	margin-left: 4px;
	vertical-align: -webkit-baseline-middle;
}
.vat-selector input[type="radio"] + label:before, input[type="checkbox"] + label:before {
	vertical-align: initial;
}
.vat-selector-title {
	vertical-align: -webkit-baseline-middle;
}

/* Main navigation section */
.site-nav {
	float: left;

}
.site-nav > li > a {
	display: block;
	padding: 0 15px 0 15px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 55px;
	white-space: nowrap; /* Fix for overlapping text in ie8 */
}
.site-nav > li:first-child > a {
	padding-left: 0;
}
.site-nav > li > a:hover {
	text-decoration: none;
	opacity: .8;
}
.site-nav__home .wgr-icon {
	position: relative;
	top: -2px;

	font-size: 16px;
	vertical-align: middle;
}
.nav-right {
	float: left;
	/*margin-right: 150px;*/
}

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

/* Primary search section */
.site-search {
	margin-top: 10px;
	border-radius: 0px;
	height: 36px;
	line-height: normal;
	background: #fff;
	font-size: 13px;
	font-weight: 400;
	border-style: none;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.site-search__input::-ms-clear {
	display: none;
}

.site-search > .input-table__item {
	position: relative;
}
.site-search__input,
.site-search__btn {
	height: 40px;
	padding-left: 15px;

	vertical-align: top;
}
.site-search__input {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.site-search__input::-ms-clear {
	display: none;
}
.site-search__btn {
	padding: 0 20px;
	color: #be1e2d;
	font-size: 20px;
	margin-right: -1px;
}

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

/* Block section */
.module {
	margin-bottom: 15px;
}
.module__heading {
	margin: 0;
	padding: 7px 10px;
	background-color: #000;
	color: #fff;
}
.module__body {
	padding: 10px;

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

	background: #fff;

}
/* Secondary navigation */
.listmenu {
	margin: 0;
	padding-left: 10px;
	list-style-type: none;
}
.listmenu a {
	position: relative;
	display: block;
	font-size: 13px;
	color: #222;
}
.listmenu .selected {
	font-weight: 700;
	color: #000;
}

.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 #e4e4e4;
	background-color: #fff;
}

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

	border-bottom: solid 1px #e4e4e4;

	background: #f5f5f5;
}
.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: 15px;
	height: 12px; /* Same as font-size */

	font-size: 12px;
	color: #000;
}

/* Button section */
.btn {
	display: inline-block;
	padding: 7px 20px;

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

	background-color: #000;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}
.btn:hover {
	text-decoration: none;
	opacity: 0.8;
	color: #fff;
}

.btn--large {
	padding: 16px 45px;
	font-size: 20px;
}

.btn--primary {
	background-color: #be1e2d;
}

.btn--block {
	display: block;
	text-align: center;
}

/* Price section */
.price {
	font-weight: 700;
	color: #be1e2d;
}
.price-discount {
	color: #c00;
}
.price-orginal {
	font-size: 13px;
	text-decoration: line-through;
}
.price-klarna {
	font-size: 13px;
}

/* 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: -1%;
}
.grid-gallery > li {
	display: inline-block;
	*display: inline;
	width: 24%;
	margin-left: 1%;
	margin-bottom: 1%;
	padding: 0px;
	text-align: center;
	border: 1px solid #e9e9e9;

	background: #fff;

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

.grid-gallery > li:hover {
	border: 1px solid #d2d2d2;
}

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

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

.l-autocomplete .grid-gallery > li,
.view-search .grid-gallery > li {
	width: 31%;
}

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

/* Dropdown - Barebone */
.mega-menu ul,
.dropdown-menu ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
.dropdown {
	position: absolute;
	top: 100%;
	left: 0;

	display: none; /* Hide dropdown */
}
.sub-menu {
	top: 0;
	left: 100%;
}
.has-dropdown:hover > .dropdown {
	display: block; /* Show dropdown */
}
.has-dropdown .wgr-icon {
	margin-left: 7px;
	font-size: 13px;
}

/* Standard dropdown */
.dropdown-menu .has-dropdown {
	position: relative;
}
.dropdown-menu .dropdown {
	min-width: 100%;
	border: 1px solid #333;
	border-top-style: none;
	text-align: left;
	background: #000;
}
.dropdown-menu > li > .dropdown {
	/*margin-left: 15px;*/
}

.dropdown-menu .dropdown ul {
	margin-left: 0;
}

.dropdown-menu .dropdown a {
	display: block;
	padding: 5px 30px 5px 10px;
	border-top: 1px solid #333;
	color: #fff;
	white-space: pre;
}

.dropdown-menu .dropdown li:hover {
	background: #333;
}

.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 0;
	border: 1px solid #dcdcdc;
	border-radius: 0 0 3px 3px;

	background: #ededed;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);

	width: 100%;
	height: 70vh;
	overflow-y: scroll;
}

/* Any level */
.mega-menu li {}

.mega-menu .dropdown a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;

	font-size: 13px;
	color: #5d5d5d;
}

.mega-menu .dropdown a.showmore {
	font-weight: normal;
	text-decoration: underline;
}

/* First level */
.mega-menu .dropdown .l-constrained {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-rule: 1px solid #cccccc; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px solid #cccccc; /* Firefox */
	column-rule: 1px solid #cccccc;

	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
	-moz-column-gap: 30px; /* Firefox */
	column-gap: 30px;
}

.mega-menu .dropdown .cc-1 {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
}
.mega-menu .dropdown .cc-2 {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
}
.mega-menu .dropdown .cc-3 {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
}
.mega-menu .dropdown .cc-4,
.mega-menu .dropdown .cc-5,
.mega-menu .dropdown .cc-6,
.mega-menu .dropdown .cc-7,
.mega-menu .dropdown .cc-8 {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
	-moz-column-count: 4; /* Firefox */
	column-count: 4;
}
/*.mega-menu .dropdown .l-constrained--id-6 {
	-webkit-column-count: initial; / * Chrome, Safari, Opera * /
	-moz-column-count: initial; /* Firefox * /
	column-count: initial;
}*/

.mega-menu .dropdown .l-constrained > li {
	position: relative;

	display: table;
	padding-bottom: 15px;

	vertical-align: top;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.li-holder {
	position: relative;

	padding-left: 26px;
}
.mega-menu .dropdown .l-constrained--id-6.cc-4 {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
}
.mega-menu .dropdown .l-constrained--id-6 .li-nr--3 {
	display: block;

	 -webkit-column-break-inside: auto;
	 page-break-inside: auto;
	 break-inside: auto;
}
/*.mega-menu .dropdown .l-constrained--id-6 > li {
	position: static;
	display: inline-block;
	width: 33.33%;
}
.mega-menu .dropdown .l-constrained--id-6 .li-nr--1:after,
.mega-menu .dropdown .l-constrained--id-6 .li-nr--2:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 33.33%;

	margin-left: -20px;
	width: 1px;

	background: #ccc;
	content: "";
}
.mega-menu .dropdown .l-constrained--id-6 .li-nr--2:after {
	left: 66.66%;
}*/
.mega-menu .dropdown .l-constrained > li > div > a,
.mega-menu .dropdown .l-constrained > li > a {
	/*margin-bottom: 7px;*/

	font-weight: 600;
	font-size: 18px;
	color: #000;
/*	text-decoration: underline;*/
}
.dropdown-icon {
	position: absolute;
	left: 0px;
	top: 3px;

	max-width: 26px
}

.dropdown-secondary {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;

	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.mega-menu > li:first-child .dropdown-secondary {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.dropdown-secondary > li {
	/*display: inline-block;*/
	/*width: 24%;
	margin-right: 1%;*/
	position: relative;
	margin-bottom: 5px;

	vertical-align: top;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.dropdown-secondary > .has-dropdown {
	margin-bottom: 15px;
}
.mega-menu a.level-2-title {
	/*margin-bottom: 7px;*/

	font-weight: 600;
	font-size: 14px;
	color: #5d5d5d;
}

.mega-menu > li:first-child  a.level-2-title {
	font-size: 16px;
}

.is-back-to-top-btn {
	position: fixed;
	bottom: 10px;
	z-index: 100;
	padding: 7px 20px;
	margin-right: 10px;

	background: #666;
	background: rgba(102,102,102,.8);
	opacity: 0;

	text-transform: uppercase;
	color: #fff;
	font-weight: 700;

	transition: opacity .3s, background .2s;
}
.is-back-to-top-btn:hover {
	background: rgba(0,0,0,.8);
}
.is-back-to-top-btn--active {
	opacity: 1;
}
.back-to-top-btn__arrow {
	margin-left: 7px;
}

/* Product-item style */
.product-item {
	position: relative;
}
.product-item-brand {
	max-width: 70px;
	max-height: 30px;
	width: auto;
	position: absolute;
	top: 5px;
	right: 5px;
}

.product-item__img {
	position: relative;
	height: 195px;
	margin-bottom: 7px;
	padding: 10px;
	line-height: 175px;
	text-align: center;
}
.product-item__body {
	padding: 10px;
	background: #f5f5f5;
}
.product-item__heading {
	height: 40px;
	overflow: hidden; /* clip text */
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	color: #333;
	line-height: 1.3;
}
.product-item .price {
	font-size: 24px;
}
.product-item__price__from {
	display: inline-block;
	margin-right: 5px;

	color: #be1e2d;
	font-size: 14px;
	font-weight: 700;
}
.product-item .price-original {
	font-size: 14px;
	text-decoration: line-through;
}
.product-item__buttons {
	margin-top: 12px;
}
.product-item__buttons .btn {
	min-width: 70%;
	text-align: center;
}

.product-item__banner {
	position: relative;
	right: 9px;
	height: 26px;
	margin-bottom: 6px;
	padding-left: 11px;
	padding-right: 11px;
	background-color: #d9d9d9;
	color: #fff;
	text-shadow: #000 2px 2px 1px;
	font-weight: 700;
	line-height: 26px;
	z-index: 2;
}

.product-item__banner__span {
	position: absolute;
	top: 0;
	left: 100%;
	border: 13px solid #d9d9d9;
	border-left-style: none;
	border-right-color: transparent !important;
	border-right-width: 9px;
	content: '';
}

.product-item__banner__span2 {
	position: absolute;
	top: 100%;
	left: 0;
	border: 8px solid #666;
	border-right-style: none;
	border-bottom-style: none;
	border-left-color: transparent !important;
	border-left-width: 6px;
	content: '';
}

.bannerContainer {
	position: absolute;
	top: 5px;
	left: 2px;
}
.product-item__badge {
	background-color: #bf1e2e;
	background-size: 100%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 2px;
}
.product-item__badge2 {
	postition: relative;
	margin-top: -6px;
	font-size: 12px;
	background-color: transparent;
	text-align: center;
	padding: 2px;
	color: #000;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

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

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

/*
 * Category Page
 */

/* Item style */
.grid-gallery > li.category-item {
	text-align: center;
	padding: 10px;
}
.category-item__img {
	height: 175px;
	margin-bottom: 10px;

	line-height: 175px;
}
.category-item__heading {
	height: auto;
}
.category-item__heading a {
	text-decoration: none;
	color: #333;
}

/* Category description */
.category-heading {}
.category-lead {
	margin-bottom: 10px;
}

/* Reviews section */
.reviews {
	margin-bottom: 20px;
}
.review-body {
	padding: 10px;
	overflow: hidden;

	border-bottom: 1px solid #ddd;
}
.review-col-1 {
	max-width: 150px;
	margin-right: 15px;
	float: left;
}
.review-col-2 {
	overflow: hidden; /* Overflow hidden layout */
}
.review-date {
	font-size: 10px;
}
.review-stars {
	font-size: 14px;
	margin-right: 2px;
}
.review-stars-on {
	color: #e8b025;
}
.review-stars-off {
	color: #ccc;
}

/* Checkout link */
.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;
}

/*
 * Product Page
 */
.product-brand {
	max-width: 100px;
	max-height: 50px;
	position:  absolute;
	top: 0;
	right: 0;
}

.product-title {
	margin-bottom: 15px;
}
.product-carousel {
	height: 400px;
	margin-bottom: 15px;

	line-height: 400px;
	text-align: center;
}
.product-carousel a {
	display: block;
}
.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-select-table {
	margin-bottom: 20px;
}

.product-select-table tr {
	display: inline-block;
	width: 50%;
}

.product-select-table select {
	margin-bottom: 5px;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
}

.product-option-spacing__title {
	margin-top: 5px;
	font-weight: 700;
}

.product-select-table .dd,
.product-select-table .ddTitle {
	background: none !important;
	border-radius: 0 !important;
}

.product-select-table .dd,
.product-select-table .ddcommon .ddTitle {
	width: 100% !important;
}

.product-select-table .ddChild {
	font-size: 13px;
}

.product-check-table,
.product-check-table tbody,
.product-check-table tr,
.product-check-table td,
.product-select-table table,
.product-select-table tbody,
.product-select-table td {
	display: block;
	width: 100%;
}

.product-option-spacing {
	padding-bottom: 7px;
}
.product-option-spacing__no-title {
	margin-top: 32px;
}

.product-check-table select {
	width: 100%;
	height: 35px;
	margin-top: 4px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	font-size: 14px;
}

.product-option-spacing.sizetd input {
	width: 100%;
	height: 35px;
}

.product-check-table,
.product-select-table {
	margin-bottom: 20px;
	margin-left: -10px;
}

.product-check-table td,
.product-select-table td {
	padding-left: 10px;
}

.product-check-table tr {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.product-check-table tr.hanging,
.product-check-table tr.sizetr {
	width: 100%;
	margin-left: 10px;
}

.product-check-table tr.hanging td,
.product-check-table tr.sizetr td {
	padding-left: 0;
}

.product-check-table tr.hanging {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.option-width,
.option-height {
	display: inline-block;
	width: 50%;
	margin: 4px 0 0 0;
}

.option-width__title,
.option-height__title {
	font-size: 12px;
}

.option-width {
	padding-right: 10px;
}

.option-height {
	padding-left: 10px;
}

.sizing-divider {
	width: 100%;
	height: 3px;
	background-color: #f5f5f5;
	margin: 10px 0 0 0;
}

.attrprice {
	margin-left: 10px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
}

.red {
	color: #be1e2d;
}

.product-cart-button-wrapper {
	margin-bottom: 15px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 20px;
}

.product-cart-button-wrapper__left {
	float: left;
	max-width: 40%;
}

.product-cart-button-wrapper__right {
	overflow: hidden;
	padding-left: 20px;
	text-align: right;
}

.button-roof {
	margin-top: 5px;
}

.product-cart-button-wrapper .btn--primary {
	vertical-align: middle;
	padding: 0px 40px;
	height: 50px;
	line-height: 50px;
}
.product-quantity {
	width: 70px;
	height: 50px;
	padding-top: 4px;
	padding-bottom: 4px;

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

	font-weight: 600;
	text-align: center;
	vertical-align: middle;
}
.product-pack {
	width: 50px;
	height: 50px;
	padding-top: 4px;
	padding-bottom: 4px;

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

	font-weight: 600;
	text-align: center;
	vertical-align: middle;
}
.product-custom-fields {
	margin-bottom: 20px;
}
.product-price-field {
	margin-bottom: 15px;
}
.product-price-field .price {
	font-size: 30px;
}
.product-stock {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 700;
}
.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-description {
	display: none;
	border: 1px solid #ddd;
	padding: 20px;
}

.product-description__bottom {
	border: 1px solid #ddd;
	border-top-style: none;
	padding: 10px 20px;
}

.product-description__bottom__left {
	float: left;
	max-width: 49%;
}

.product-description__bottom__right {
	float: right;
	max-width: 49%;
	text-align: right;
}

.product-description__bottom p {
	margin-bottom: 0;
}

.product-description.visible {
	display: block;
}

.product-tabs {
	margin-bottom: 20px;

}

.product-tab {
	display: inline-block;
	cursor: pointer;
/*	width:32%; */
	padding: 8px 15px 5px;
	border: 1px solid #ddd;
	border-bottom-style: none;
	position: relative;
	margn-right: 10px;
	background: #fafafa;
	color: #666;
	bottom: -1px;
	font-size: 16px;
	font-weight: 400;
	margin-right: -1px;
	margin-right: 5px;
}

.product-tab.active-tab {
	border-bottom: 1px solid #fff;
	background: #fff;
	font-weight: 700;
	color: #000;
	border-radius: 3px 3px 0 0;
}

/*
 * News Page
 */

.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;
}

/*
 * Checkout Page
 */

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

	border-radius: 50%;
	background-color: #be1e2d;

	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;
	font-weight: 600;
}
.checkout-title span {
	vertical-align: middle;
}

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

	border-radius: 3px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.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: 2px 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;
}

#rabattkodinput {
	height: 28px;
	vertical-align: middle;
}

#rabattkodknapp {
	height: 28px;
	line-height: 28px;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
}

/* 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;
	color: #222;
}
.checkout-cart-quantity-btn:hover {
	text-decoration: none;
}

.checkout-cart-vat {
	font-size: 13px;
	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: 16px;
	font-weight: 600;
	color: #be1e2d;
}

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

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

	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);

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

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

.checkout-usp 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: #24659C;
	margin-bottom: 3px;
}
.checkout-target-link:hover {
	text-decoration: underline;
}

/*
 * Checkout Followup Page
 */

.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 Page
 */

.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;
}


/*
 * Blog Page
 */

.blog-archive-entry {
	background: #fafafa;
	font-size: 13px;
	padding: 3px 3px 3px 7px;
	border: 1px solid #eee;
	border-radius: 3px;
	margin-bottom: 15px;
}
.blog-archive-entry .view-info {
	padding: 1px 0 0 0;
	margin: 0;
}
.blog-archive-entry .view-all {
	float: right;
	font-size: 11px;
}

.blog-filter__toggle,
.blog-filter {
	display: none;
}

.is-comment-error {
	background: #fff1f1 !important;
	border-color: #f1a8a8 !important;
}

.comments {
	padding: 5px;
}

.no-comments-heading {
	margin: 20px 0 0 0;

	font-size: 15px;
	font-weight: normal;
	text-align: center;
	color: #888;
}
.comments-heading {
	font-weight: normal;
	margin: 25px 0 10px 0;
}

.comment-thumbnail {
	border-radius: 3px;
}

.leave-comment {
	margin-bottom: 15px;
}
.comment-area {
	border: 2px solid #ddd;
	border-radius: 3px;
}
.comment-area textarea {
	width: 100%;
	height: 70px;
	padding: 5px 7px;

	border: 0;

	font-size: 13px;
	resize: none;
}
.comment-area__footer {
	padding: 2px;

	background: #eee;

	border-top: 1px solid #ddd;
}
.comment-area__submit {
	float: right;
	padding: 7px 22px 8px 22px;
}
.comment-area__commentuser {
	padding-right: 2px;
	overflow: hidden;
}
.comment-area__commentuser input {
	width: 100%;
	padding: 5px 6px 6px;

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

	background: #fff;
	font-size: 13px;
}
.comment-area__newsign {
	display: inline-block;
	padding: 6px 8px;
}

.the-comment {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.the-comment:last-child {
	border: 0;
}
.the-comment:hover .the-comment__delete {
	display: inline-block;
}
.the-comment__delete {
	display: none;
	float: right;
}
.the-comment__delete:hover {
	text-decoration: none;
}
.the-comment__delete .wgr-icon {
	color: #D4463D;
	font-size: 14px;
}
.the-comment__header {
	font-size: 12px;
	padding: 1px 0 3px 0;
}
.the-comment__message {
	font-size: 13px;
}
.the-comment__author {
	font-weight: bold;
}
.the-comment__timestamp {
	color: #555;
}
.the-comment__separator {
	color: #aaa;
	display: inline-block;
	padding: 0 3px;
}

.the-comment__canceldelete {
	display: none;
	padding-bottom: 15px;
	margin-bottom: 15px;

	border-bottom: 1px solid #eee;

	font-size: 11px;
}

/* Blog view */
.blog-post {
	margin-bottom: 20px;
}
.blog-post img {
	height: auto !important;
}
.blog-post__body {
	margin-bottom: 20px;
}
.blog-post__footer {
	position: relative;
	clear: both;
	border: 1px solid transparent;
	border-top-color: #ddd;
	border-bottom-color: #ddd;
	margin-top: 50px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.blog-item__tag {
	display: inline-block;
	padding: 4px 10px;
	margin: 5px;
	border: 1px solid #dcdcdc;
}

/* List view */
.blog-post__thumbnail {
	float: right;
	margin-left: 10px;

	width: 30%;
	height: 200px;
	line-height: 199px;
	text-align: center;
}
.blog-post__thumbnail img {
	max-height: 200px;
}
.blog-post__title h2 {
	color: #000;
}
.blog-post__title:hover {
	text-decoration: none;
}
.blog-post__comments {
	float: right;
}
.blog-post__link {
	position: absolute;
	left: 0;
	top: -30px;
}
.blog-post__link .wgr-icon {
	vertical-align: middle;
}


/*
 * Sitemap Page
 */

.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;
}

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

.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;
}

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

.wgr-production a {
	color: #be1e2d;
}

.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%;
}

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

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

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

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

/* 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 {}

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

/* FlexSlider */
.flexslider {
	margin: 0 0 20px;
	background: #fff;
	position: relative;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	position: absolute;
	top: 50%;
	z-index: 10;

	display: block;
	width: 15px;
	height: 26px;
	margin: -13px 0 0;
	overflow: hidden;
	opacity: 0;

	cursor: pointer;
	color: rgba(0,0,0,0.8);
	line-height: 1;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	text-decoration: none;

	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
			transition: opacity .3s ease;
}

.flex-direction-nav .flex-prev {
	left: 5px;
}
.flex-direction-nav .flex-next {
	right: 5px;
	text-align: right;
}
.flexslider:hover .flex-prev,
.flexslider:hover .flex-next {
	opacity: 0.7;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}

.flex-direction-nav a:before {
	font-family: "wgr-icons";
	font-size: 26px;
	display: inline-block;
	content: '\f104';
}

.flex-direction-nav a.flex-next:before {
	content: '\f105';
}

/* Pause/Play */
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}

.flex-pauseplay a:before {
	font-family: "wgr-icons";
	font-size: 20px;
	display: inline-block;
	content: '\f04c';
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a.flex-play:before {
	content: '\f04d';
}

/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	top: 100%;
	margin-top: 5px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 4px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 9px;
	height: 9px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.2);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0,0,0,0.3);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0,0,0,0.5);
	cursor: default;
}
.flex-control-thumbs {
	position: static;
	margin: 5px 0 0;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

/* Caption styles */
.flex-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 8;
	padding: 5px 10px;
	overflow: hidden;

/*    background: #444;
	background: rgba(0,0,0,0.6); */

	color: #fff;
}
.flex-caption h2 {
	margin-bottom: 3px;
}
.flex-caption p {
	padding: 0 0 5px;
	margin: 0;

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

@media all and (max-width: 480px) {
	.flex-caption {
		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;
}

.clear {
	clear: both;
}

.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;
}

.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: #be1e2d;
}

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

div#popcart img {
	width: auto;
}

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

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

.topcart-count-holder,
.topcart-subtotal {
	line-height: normal;
}

.topcart-count {
	display: inline-block;
	margin-right: 8px;
	font-weight: 400;
	font-size: 18px;
	color: #222;
}

.topcart-subtotal {
	font-weight: 400;
	font-size: 12px;
	color: #222;
}

.topcart-icon {
	margin-right: 5px;
}
.topcart-font-icon {
	display: none;
}
.topcart-arrow {
	margin-right: 12px;
	margin-left: 10px;
}
.topcart-font-arrow {
	display: none;
}

div#topcart-holder .btn {
	float: right;
	color: #fff;
	margin-top: 10px;
	margin-left: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
}

div#popcart {
	position: absolute;
	right: -3px;
	top: 100%;
	z-index: 900;
	line-height: normal;
	display: none;
	height: 0;
	max-width: 350px;
	min-width: 300px !important;
	padding: 4px;
	border: 3px solid #ededec;
	border-top-style: none;
	border-radius: 0px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	background-color: #fff;
	color: #666;

	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;
}
div#popcart .btn--block {
	margin: 5px;
	color: #fff;
}

/* 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: #f5f5f5;
	color: #666;
	margin: 4px;
	margin-bottom: 6px;
	padding: 4px;
	font-weight: 400;
	font-size: 12px;
}
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;
	vertical-align: middle;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 3px;
}

.fb_iframe_widget iframe {
	position: relative !important;
}

.filter-margin {
	display: none;
}

.filter-holder {
	margin: 5px 0 20px;
	background: #f3f3f3;
	padding-right: 20px;
	line-height: 40px;
	position: relative;
}

.filter-title {
	line-height: 50px;
	margin-right: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background: #bf1e2e;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
}

.filter-title .wgr-icon {
	margin-left: 8px;
	font-size: 11px;
}

.filter-holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.filter-holder li {
	display: inline-block;
}

ul.filterlistmenu {
	display: inline-block;
	margin: 0 8px;
	text-align: center;
	background: #f3f3f3;
}
/* Black selected-filer-button */
.filterlistmenu .selected-filter {
	background: #000;
	padding-left: 8px;
	padding-right: 8px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
}

.filterlistmenu .selected-filter a {
	color: #fff;
}

ul.filterlistmenu li.filter-item-title,
.sort-title {
	background: #f3f3f3;
	color: #1e1e1e;
	display: inline-block;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;
	border-style: none;
}

ul.filterlistmenu li.filter-item-title.orange {
	background: #e2e2e2;
}

.filter-arrow {
	position: relative;
	top: -2px;
	margin-left: 4px;
	font-size: 14px;
	color: #333;
	vertical-align: middle;
}

.filter-arrow.icon-times {
	font-size: 16px;
	width: 20px;
	text-align: center;
	display: inline-block;
	margin-top: -3px;
	height: 20px;
	line-height: 22px;
	margin-bottom: 3px;
}

.filter-click {
	cursor: pointer;
}

.visible .filter-click,
.visible .filter-arrow {
	color: #000;
}

.sort-title {
	padding-left: 0;
}

ul.filterlistmenu li {
	display: inline-block;
	background: none;
	border-style: none;
	text-align: left;
}

li.filter-item-row label {
	display: inline;
	cursor: pointer;
}

li.filter-item-row input[type=checkbox],
li.filter-item-row input[type=radio] {
	float: none;
	margin: -1px 4px 0 4px;
	vertical-align: middle;
}

.filterlistmenu li.filter-item-row {
	min-width: 12.5%;
	text-transform: none;
	font-size: 14px;
	font-weight: 400;
	padding-top: 4px;
	padding-bottom: 4px;
	white-space: nowrap;
}

.sort-bar {
	cursor: pointer;
	position: relative;
	display: inline-block;
	margin-right: 5pX;
}

.category-top-bar {
	text-align: right;
	margin-top: 10px;
	font-size: 14px;
}

.sorting-title .icon-arrow-down5 {
	margin-left: 7px;
}

.sorting-title .icon-times {
	margin-bottom: 0;
	margin-left: 1px;
}

.inline-form {
	display: inline-block;
}

.count-prods {
	display: inline-block;
	margin-left: 15px;
	text-transform: uppercase;
}

.sort-dropdown {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	background: #fff;
	z-index: 10;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
	line-height: normal;
	text-align: left;
}
.filter-holder ul.filter-dropdown {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	background: #e2e2e2;
	z-index: 9;
	line-height: normal;
	text-align: left;
}

.filterlistmenu.visible .filter-dropdown,
.visible.sort-dropdown {
	display: block;
}

.filterlistmenu .btn {
	font-weight: 400;
}

.roofcalculator {
	vertical-align: middle;
	padding: 0px 40px;
	padding-left: 33px;
	height: 28px;
	line-height: 28px;
}

/* Lazyloading of images */
.is-lazyload,
.is-lazyloading {
	visibility: hidden;
	opacity: 0;
}

.is-lazyloaded {
	visibility: visible;
	opacity: 1;
	transition: opacity .3s;
}

.energy__wrapper {
	height: 16px;
	margin-bottom: 7px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pcenter;
	-ms-flex-pcenter;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.energy-label {
	margin-top: 5px;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.energy-label__arrow {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid;
}
.energy-label__text {
	padding-left: 7px;
	text-align: left;
	height: 16px;
	width: 45px;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
}
.energy-label__document-text {
	font-size: 13px;
	margin-top: 3px;
}
.energy-label__document-text a {
	margin-left: 5px;
}
.productpage .energy-label__document-text a {
	margin-left: 0;
}

.size-tab__holder {
	width: 100%;
	font-size: 0;
}
.size-tab {
	display: inline-block;
	width: 50%;
	font-size: 18px;
	font-weight: lighter;
	padding: 10px;
	text-align: center;
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
	cursor: pointer;
}
.size-tab.selected, .size-tab:hover {
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.not-active {
	opacity: 0.6;
}

/**
 * Cookie control
 */
 .cookie-control-banner {
	position: fixed;
	bottom: 0;
	z-index: 100000;

    display: flex;
    flex-direction: column;
    justify-content: center;

	border-top: 2px solid #e9e9e9;
	padding: 10px;
	width: 100%;

	background: #2d2d2d;
	color: #fff;
	text-align: center;
}

.cookie-control-banner h4 {
	color: #fff;
}

.cookie-control-banner--big {
	min-height: 250px;
}

.cookie-control-wrapper {
	margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.cookie-control-wrapper .cookie-control-banner--small {
	display: flex;
}

.cookie-control-banner__text {
    display: block;

	text-align: left;
}

.cookie-control-banner__text .cookie-control-banner--small {
	margin-right: 15px;
}

.cookie-control-banner__text .cookie-control-banner--big {
	margin-bottom: 20px;
}

.cookie-control-banner__buttons {
	display: flex;
    justify-content: center;
    align-items: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
    max-width: 350px;
    width: 100%;
}

.cookie-control-banner__buttons .cookie-control-banner--small {
	margin-right: 0;
}

.cookie-control-banner__buttons .btn {
	display: block;
	border-radius: 0;
	margin-left: 5%;
	width: 100%;

	background: none;
	color: #fff;
}

.cookie-control-banner__buttons .btn:first-child {
	margin-left: 0;
}

.cookie-control-banner .btn--primary {
	border-color: #fff;

	background: #fff;
	color: #000;
}

.cookie-control-controller .btn {
	border-radius: 0;

	background: none;
	color: #000;
}

.cookie-control-controller .btn--primary {
	border-color: #000;

	background: #000;
	color: #fff;
}

.cookie-control-overlay {
	position: absolute;
	top: 0;
	z-index: 100001;

	height: 100%;
	width: 100%;

	background: #000;
	opacity: 0.6;
}

.cookie-control-controller-holder {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100002;

	display: flex;
	align-items: center;
}

.cookie-control-controller {
	max-height: 80vh;
	margin: auto;
	overflow-y: auto;
	padding: 3%;
	max-width: 753px;

	background: #fff;
}

.cookie-control-controller__item {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.cookie-control-controller__item h4 {
	font-size: 1.6rem;
}

.cookie-control-controller__optional {
	display: flex;
	align-items: center;

	padding-left: 15px;
}

.cookie-control-controller__optional label {
	display: flex;
	align-items: center;

	width: 100%;
}

.cookie-control-controller__optional input[type="checkbox"] + label:before {
	border: 2px solid #a9a9a9;
	border-radius: 4px;

	height: 16px;
	min-width: 16px;
	width: 16px;

	background-size: 10px;
}

.cookie-control-controller__optional .item-text {
	margin-left: 15px;
}

.cookie-control-controller__optional .item-text p {
	margin-bottom: 0;
}
/* Hidden in desktop */
.l-mobile-header,
.l-mobile-nav,
.sort-select,
.filter-responsive,
.checkout-cart-row-small {
	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-6 {
		width: 31.33%;
	}
}

/* medium */
@media all and (max-width: 480px) {
	.grid {
		margin-left: 0;
	}

	.grid-item {
		padding-left: 0;
	}
	.grid-item-1-2,
	.grid-item-1-3,
	.grid-item-2-3,
	.grid-item-1-4 {
		width: 100%;
	}

	.grid-item-1-6 {
		width: 50%;
	}
}

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

@media all and (max-width: 1190px) {

	.l-holder,
	.l-top-menu,
	.l-header,
	.l-menubar,
	.l-footer,
	.l-footer-middle,
	.l-footer-bottom,
	.l-constrained {
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
	}

	.l-autocomplete {
		left: 15px;
		width: auto;
		right: 15px;
		margin-right: auto;
		margin-left: auto;
	}

	.site-nav > li > a {
		font-size: 15px;
		padding-left: 8px;
		padding-right: 8px;
	}

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

	.dropdown-menu .dropdown {
		margin-left: 25px;
	}

	div.flex-caption h2 {
		font-size: 32px;
		line-height: 34px;
	}

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

	div.flex-caption a.btn {
		font-size: 13px;
	}

	.startpage-2-images__left .grid-item-1-3 {
		padding-top: 80px;
		font-size: 14px;
	}

	.startpage-2-images__left .grid-item-1-3 h2 {
		font-size: 28px;
		line-height: 30px;
	}

	.startpage-2-images__right h2 {
		font-size: 42px;
		line-height: 44px;
	}

	.startpage-2-images__left .grid-item-2-3 {
		font-size: 14px;
	}

	.l-top-check .grid {
		margin-left: -20px;
	}

	.l-top-check .grid-item {
		padding-left: 20px;
	}

	.l-top-check h2 {
		font-size: 13px;
	}

	.filter-holder {
		padding-right: 10px;
	}

	ul.filterlistmenu {
		margin: 0 2px;
	}

	.filter-arrow {
		font-size: 11px;
	}

	.filterlistmenu .btn {
		padding-left: 12px;
		padding-right: 12px;
		font-size: 12px;
	}

	.site-nav > li > a {
		font-size: 13px;
		padding-left: 6px;
		padding-right: 6px;
	}

	.mega-menu > li:first-child .dropdown-secondary {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

/* XLarge */
@media all and (max-width: 960px) {
	.l-header__left {
		max-width: 220px;
		margin: 13px 0;
	}
	.l-header__middle ul {
		display: none;
	}

	.l-sidebar,
	.l-top-menu__left__left {
		display: none;
	}

	.l-top-menu__left {
		min-width:200px;
	}

	.l-top-menu__left__middle {
		padding-left: 0px;
		padding-right: 20px;
	}

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

	.site-nav > li > a {
		font-size: 12px;
		padding-left: 8px;
		padding-right: 8px;
	}
	.has-dropdown > a > .wgr-icon {
		display: none;
	}

	.dropdown-menu .dropdown {
		margin-left: 20px;
	}

	.mega-menu .dropdown .cc-4,
	.mega-menu .dropdown .cc-5,
	.mega-menu .dropdown .cc-6,
	.mega-menu .dropdown .cc-7,
	.mega-menu .dropdown .cc-8 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}

	div.flex-caption {
		width: 300px;
		padding: 30px 20px;
	}

	div.flex-caption h2 {
		font-size: 26px;
		line-height: 28px;
	}

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

	div.flex-caption a.btn {
		font-size: 12px;
	}

	.flex-banner {
		width: 250px;
		height: 86px;
	}

	.flex-banner__right {
		right: 10px;
		bottom: 5px;
		width: 85px;
	}

	.flex-banner__right__installed {
		font-size: 11px;
	}

	.flex-banner__left {
		font-size: 24px;
		padding-top: 18px;
		width: 135px;
	}

	.flexslider .slides .flex-banner__right__price img {
		margin-right: 5px;
	}

	.startpage-2-images__right .grid .grid {
		bottom: 50px;
	}

	.startpage-2-images__right h4 {
		font-size: 16px;
		line-height: 18px;
	}

	.startpage-2-images__right h2 {
		font-size: 34px;
		line-height: 36px;
		margin-bottom: 10px;
	}

	.startpage-2-images__right a {
		padding: 8px 20px;
		font-size: 13px;
	}

	.startpage-2-images__left .grid-item-1-3 {
		padding-top: 40px;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 13px;
	}

	.startpage-2-images__left .grid-item-1-3 h2 {
		font-size: 22px;
		line-height: 24px;
	}

	.l-sidebar,
	.l-sidebar-primary {
		width: 25%;
	}

	.l-footer-middle__left {
		width: 55%;
	}

	.l-footer-middle__right {
		max-width: 43%;
	}

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

	.filter-holder {
		text-align: center;
		line-height: 30px;
	}

	.count-prods {
		margin-left: 8px;
	}

	.product-cart-button-wrapper__left,
	.product-cart-button-wrapper__right {
		float: none;
		max-width: none;
		padding: 0;
		text-align: center;
	}
}

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

	.l-main {
		width: 100%;
	}

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

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

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

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

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

	.view-home .l-content,
	.view-checkout .l-content {
		margin-top: 15px;
	}

	.l-top-check {
		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;
		overflow: hidden;

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

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

		background: #fff;
		box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	}
	.view-checkout .l-mobile-header,
	.l-mobile-header.zoomed {
		position: absolute;
	}

	.l-header {
		display: none;
	}

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

		display: none;
		padding-top: 20px;
		padding-bottom: 70px;
		overflow-y: auto;

		background-color: #F6F6F6;

		-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;
	}
	.is-mobile-nav-open .l-mobile-nav {
		display: block;
	}
	.is-mobile-nav-open body {
		overflow: hidden;
	}

	.l-top-check .grid-item-2-3 {
		padding-right: 10px;
	}

	.l-top-check .grid-item-1-3 .grid-item-1-3 {
		padding-left: 10px;
		width: 40px;
	}

	.l-top-check .grid-item-1-3 .grid-item-1-3 img {
		max-width: 20px;
	}

	.l-top-check h2 {
		font-size: 11px;
	}

	div.flex-caption {
		width: 250px;
		padding: 20px 15px;
	}

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

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

	div.flex-caption a.btn {
		font-size: 11px;
		padding-top: 7px;
		padding-bottom: 7px;
		margin-top: 10px;
	}

	.startpage-3-images .grid-content h2 {
		font-size: 14px;
	}

	.startpage-2-images__left,
	.startpage-2-images__right {
		float: none;
		width: auto;
		max-width: 450px;
		margin: 0 auto 10px;
	}

	.startpage-2-images__left .grid-item-2-3 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.startpage-2-images__left .grid-item-2-3 {
		 padding-left: 0px;
		 padding-right: 0px;
	}

	.startpage-2-images__right table {
		bottom: 100px;
	}

	.l-footer-top__left,
	.l-footer-top__left__left,
	.l-footer-top__left__right,
	.l-footer-top__right {
		float: none;
		width: 100%;
		max-width: none;
		min-width: 0;
		padding: 0;
		text-align: center;
	}

	.l-footer-top__left {
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
	}

	.l-footer-top__right {
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}

	.l-footer-top__left__right {
		margin-top: 10px;
	}

	.l-footer-col-1,
	.l-footer-col-2,
	.l-footer-col-2-2,
	.l-footer-col-3,
	.l-footer-col-4 {
		width: 50%;
		text-align: center;
	}

	.l-footer-col-3 {
		clear: left;
	}

	.l-footer-col-3,
	.l-footer-col-4 {
		padding-top: 30px;
	}

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

	.l-autocomplete {
		top: 0;
		margin-left: 0;
		margin-right: 0;
		padding: 15px;
		padding-bottom: 250px;
		box-shadow: none;
	}
	.is-autocomplete-open body {
		background: #fff;
	}
	.is-autocomplete-open .l-autocomplete {
		display: block;
	}
	.is-autocomplete-open .l-mobile-header,
	.is-autocomplete-open .l-mobile-nav,
	.is-autocomplete-open .page {
		display: none;
	}

	.filterlistmenu li.filter-item-row {
		min-width: 20%;
	}
}

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

@media all and (max-width: 730px) {

	.flex-banner {
		display: none;
	}

	.startpage-3-images .grid-item-1-3 {
		width: 100%;
		float: none;
		margin: 0 auto 10px;
		max-width: 375px;
		display: block;
	}

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

	.l-footer-bottom.l-top-check {
		display: block;
	}

}

@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;
	}

	div.flex-caption a.btn {
		display: none !important;
	}

	div.flex-caption {
		width: 180px;
		padding: 15px 10px;
	}

	div.flex-caption h2 {
		font-size: 16px;
		line-height: 18px;
	}

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

	.l-top-check .grid {
		margin-left: 0;
	}

	.l-top-check .grid-item-1-3 {
		padding-left: 0;
		display: block;
		width: 100%;
	}

	.l-top-check .grid-content {
		padding-right: 0;
		border-style: none;
	}

	.l-footer-middle__left,
	.l-footer-middle__right {
		max-width: none;
		width: 100%;
		float: none;
		text-align: center;
	}

	.l-footer-middle__right {
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}

	.product-option-spacing__no-title {
		margin-top: 0;
	}
}

/* Medium */
@media all and (max-width: 480px) {
	.l-holder {
		margin-top: 50px; /* Same as .l-mobile-header height */
	}
	.l-mobile-header {
		height: 50px;
	}
	.l-mobile-nav {
		top: 50px; /* Same as .l-mobile-header height */
	}

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

	.l-checkout-col-1-inner {
		padding: 5px 15px 15px;
	}

	.l-klarna-checkout {
		padding-left: 5px;
		padding-right: 5px;
	}

	.l-ecster-pay {
		padding: 0;
		padding-top: 5px;
	}

	.l-top-check {
		margin-top: 10px;
		margin-bottom: 0px;
		font-size: 11px;
	}

	.l-top-check .grid-item-2-3,
	.l-footer-bottom.l-top-check .grid-item-2-3 {
		border-style: none;
		padding-right: 0;
		margin-right: 0;
	}

	.l-top-check .grid-item-1-3 .grid-item-1-3,
	.l-top-check .grid-item-1-3:first-child .grid-item-1-3 {
		padding-left: 0;
		width: 25px;
	}

	.startpage-2-images__right table {
		bottom: 60px;
	}

	.startpage-2-images__left {
		max-width:380px;
	}

	.startpage-2-images__left .grid-item-2-3,
	.startpage-2-images__left .grid-item-1-3 {
		float: none;
		display: block;
		width: auto;
		min-height: 0;
		padding-bottom: 20px;
		padding-top: 0;
		background-image: none;
	}

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

	.product-item__heading {
		font-size: 14px;
		height: 36px;
	}

	.l-footer-col-1,
	.l-footer-col-2,
	.l-footer-col-2-2,
	.l-footer-col-3,
	.l-footer-col-4 {
		float: none;
		width: 100%;
		padding: 0;
		padding-bottom: 20px;
	}

	.btn--large {
		padding-left: 30px;
		padding-right: 30px;
	}

	.l-checkout-col-2-inner .btn--large {
		display: block;
		text-align: center;
	}

	.product-cart-button-wrapper {
		padding: 10px 8px;
	}

	.product-check-table tr {
		width: 100%;
	}

	.filterlistmenu li.filter-item-row {
		min-width: 33.33%;
	}
}

@media all and (max-width: 400px) {

	div.flex-caption {
		width: 135px;
	}

	.flex-caption p {
		display: none;
	}
}

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

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

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

	.mini-site-logo,
	.mini-site-logo img,
	.mini-menu,
	.mini-search,
	.mini-cart {
		position: absolute;
		top: 0;
		bottom: 0;
	}

	.mini-site-logo {
		left: 85px;
		right: 85px;
		margin: auto;
	}

	.mini-site-logo img {
		left: 0;
		right: 0;

		max-width: 155px;
		max-height: 100%;
		margin: auto;
		padding-top: 5px;
		padding-bottom: 5px;

		-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);
	}
	.is-new-mini-cart-item .mini-site-logo img {
		-webkit-transform: translateY(-65px);
			-ms-transform: translateY(-65px);
				transform: translateY(-65px);

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

	.mini-cart-info {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		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-search,
	.mini-cart {
		width: 45px;
		color: #222;
		font-size: 22px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.mini-menu {
		left: 0;
		padding-left: 5px;
	}
	.mini-search {
		left: 45px;
		padding-right: 5px;
		font-size: 18px;
	}
	.mini-cart {
		right: 0;
		padding-right: 5px;
	}
	.is-touch.mini-menu,
	.is-touch.mini-search,
	.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: #be1e2d;
		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 .wgr-icon:before {
		content: "\f00d";
	}



	.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;
	}
}

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

	.product-carousel {
		height: 350px;
		margin-bottom: 15px;
        
		line-height: 350px;
	}
    .product-carousel img {
        max-height: 350px;
    }

	.review-col-1 {
		max-width: auto;
		margin-right: 0;
		float: none;
		margin-bottom: 10px;
	}

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

	.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;
	}
	.followup-stars > label {
		font-size: 20px;
	}
}

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

/** Menu modules **/

/* Large */
@media all and (max-width: 768px) {
	.site-search {
		margin-bottom: 15px;
		border: 1px solid #e2e2e2;
	}
	.site-search__input {
		font-size: 16px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.site-search__close {
		float: right;
		padding-left: 15px;
		padding-top: 11px;
		padding-bottom: 11px;
		color: #222;
		font-weight: 600;
	}

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

	.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;
	}

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

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

/* Medium */
@media all and (max-width: 480px) {
	.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__body,
	.product-item__img {
		padding: 7px;
	}

	.product-item__buttons .btn {
		padding-left: 12px;
		padding-right: 12px;
	}

	.l-footer-col-1 .grid-item-1-3 {
		width: 40px;
	}

	.l-footer-col-1 .grid-item-2-3 {
		width: auto;
	}

	.energy-label__document-text a {
	margin-left: 0;
}
}

/** Grid-gallery **/

@media all and (max-width: 1100px) {
	.view-home .grid-gallery > li {
		width: 23%;
	}

	.l-autocomplete .grid-gallery > li {
		width: 31.33%;
	}
}

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

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

@media all and (max-width: 768px) {
	/* Hide back to top button in autocomplete and mobile nav */
	.is-autocomplete-open .is-back-to-top-btn,
	.is-mobile-nav-open .is-back-to-top-btn {
		display: none;
	}
}

@media all and (max-width: 480px) {
	.is-back-to-top-btn {
		bottom: 25px;
		margin-right: 25px;
	}
	.back-to-top-btn__text {
		display: none;
	}
	.back-to-top-btn__arrow {
		margin-left: 0;
	}
}

/*
 * Blog Page
 */

@media all and (max-width: 960px) {
	.blog-filter__toggle {
		display: inline-block;
		width: 49%;
		margin-bottom: 10px;
		vertical-align: top;
	}
	.blog-filter__toggle h5 {
		position: relative;
		margin-bottom: 0;
		padding: 2px 10px;

		border: 1px solid #dcdcdc;
		background: #eee;

		font-weight: 400;
		vertical-align: top;
	}
	.blog-filter__toggle .wgr-icon {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		height: 14px;
		font-size: 14px;
	}
	.blog-filter {
		margin-bottom: 10px;
	}
	.blog-filter ul {
		display: inline-block;
		margin: 0;
		margin-left: -5px;
		padding: 0;
	}

	.blog-filter select {
		max-width: 450px;
		margin-top: 5px;
	}
}

@media all and (max-width: 480px) {
	.blog-filter__toggle {
		width: 100%;
	}
	.blog-post__thumbnail {
		float: none;
		margin-left: 10px;

		width: 100%;
		height: 200px;
		line-height: 199px;
		text-align: center;
	}

	.blog-post__footer span {
		font-size: 11px;
	}

	.blog-post__comments {
		float: none;
	}
	.blog-post__comments:before {
		content: ' / ';
	}
}

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

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

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

/* 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;
	}
	.l-product-col-2 {
		font-size: 13px;
	}
	.product-tab {
		width: 100%;

	}
}

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

/* Hide element at mobile size */
@media all and (max-width: 768px) {
	.hide-on-touch {
		display: none;
	}
}

/**
 * Cookie control
 */
 @media all and (max-width: 480px) {
	.cookie-control-wrapper {
		flex-direction: column;
	}

	.cookie-control-banner__buttons {
		flex-direction: column;
		
		max-width: none;
	}

	.cookie-control-banner__buttons .btn {
		margin-bottom: 3%;
		margin-left: 0;
	}
}

@media all and (max-width: 768px) {
	.cookie-control-wrapper {
		margin-bottom: 5px;
	}

	.cookie-control-controller {
		max-width: 80vw;
		padding: 6%;
	}
}

/* ==========================================================================
   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 all and (min-width: 1050px) {
	.nav-right > li > a {
		padding: 0 15px;
	}
}
@media all and (max-width: 800px) {
	.site-nav > li > a {
		font-size: 13px;
	}
}
@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 */