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

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

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

[hidden],
template {
  display: none;
}

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

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

a {
  background-color: transparent;
}

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

dfn {
  font-style: italic;
}

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

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

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

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

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

small {
  font-size: 80%;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

img {
  border: 0;
}

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

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

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

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

figure {
  margin: 1em 40px;
}

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

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

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

pre {
  overflow: auto;
}

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

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

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

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

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

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

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

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

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

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

html {
	font-family: "Open sans", sans-serif;
	font-size: 13px;
	line-height: 1.45;
	color: #222;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 400;
}

h3,
h4,
h5,
h6 {
	font-weight: 600;
}

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

h2 {
	font-size: 20px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 10px;
}

p {
	margin: 0 0 10px;
}

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

th,
td {
	text-align: left;
}

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

a:hover {
	text-decoration: underline;
}

input,
textarea {
	padding: 5px 6px;
	border: 1px solid #c2c2c2;
	border-radius: 2px;
	color: #222;
}

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

input::-ms-clear {
	display: 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: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#f9f9f9),
		to(#e9e9e9)
	);
	background: -o-linear-gradient(#f9f9f9, #e9e9e9);
	background: linear-gradient(#f9f9f9, #e9e9e9);
	vertical-align: text-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;
}

.invoiceDeliveryType-wrapper input[type="radio"]:checked + label:before {
	background: #f9f9f9 url(//wgrremote.se/img/mixed/checkbox-radio-2.png)
		center no-repeat;
	background-size: 6px;
	vertical-align: text-top;
}

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

input[type="radio"] + .label_bottom,
input[type="checkbox"] + .label_bottom {
	font-size: 20px;
}

hr {
	display: block;
	height: 1px;
	margin: 15px 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #eee;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

.editable-body img,
.category-lead img,
.product-description img {
	height: auto !important;
}

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

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

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

/* Grid styles */

.grid {
	margin-left: -20px;
}

.grid:before,
.grid:after {
	content: "";
	display: table;
}

.grid:after {
	clear: both;
}

.grid-item {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 20px;
	vertical-align: top;
}

.grid--middle .grid-item {
	vertical-align: middle;
}

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

.grid-item-1-3 {
	width: 33.33%;
}

.grid-item-2-3 {
	width: 66.66%;
}

.grid-item-1-4 {
	width: 25%;
}

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

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

.l-holder {
	position: relative;
	max-width: 1150px;
	margin: 15px auto;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 15px #b5b5b5;
	box-shadow: 0 5px 15px #b5b5b5;
}

.l-constrained {
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
}

.l-header,
.l-menubar,
.l-content,
.l-footer {
	margin-left: 15px;
	margin-right: 15px;
}

.l-header {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}

.l-menubar {
	position: relative;
	z-index: 10;
	min-height: 41px;
	margin-bottom: 15px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	background-color: #fff;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(50%, #fff),
		to(#eee)
	);
	background-image: -o-linear-gradient(top, #fff 50%, #eee);
	background-image: linear-gradient(to bottom, #fff 50%, #eee);
}

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

.l-content {
}

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

.l-inner {
	margin-left: 25px;
	margin-right: 25px;
}

.view-home .l-inner {
	margin: 0 10px;
}

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

.l-sidebar,
.l-sidebar-primary,
.l-sidebar-filter {
	width: 180px;
}

.l-sidebar-primary,
.l-sidebar-filter {
	margin-right: 15px;
	float: left;
}

.l-sidebar {
	margin-left: 15px;
	float: right;
}

.l-footer-holder {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #eee;
}

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

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

.l-footer-col-1,
.l-footer-col-2,
.l-footer-col-3,
.l-footer-col-4 {
	float: left;
	width: 19%;
	padding-right: 20px;
	padding-bottom: 20px;
}

.l-footer-col-1 {
	width: 24%;
}

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

.l-footer-payment {
	display: none;
	text-align: center;
	margin-top: 10px;
	padding-top: 25px;
	border-top: 1px solid #eee;
}

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

.l-footer-payment .klarna-logo-list {
	max-width: 330px;
}

.l-footer-bottom-holder {
	width: 100%;
	background: #fff;
}

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

.l-footer-bottom__left {
	float: left;
	width: 65%;
}

.l-footer-bottom__right {
	float: right;
	width: 30%;
	text-align: right;
}

/* Productpage */

.l-product {
	overflow: hidden;
}

.l-product-col-1,
.l-product-col-3 {
	width: 46%;
	float: left;
}

.l-product-col-2 {
	float: right;
	width: 50%;
}

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

#stafflandemain table {
	width: 100%;
	max-width: 238px;
	margin-bottom: 20px;
}

#product-info table {
	width: 300px;
	margin-bottom: 20px;
}

#product-info table,
#product-info tbody,
#product-info tr,
#stafflandemain table,
#stafflandemain tbody,
#stafflandemain tr {
	display: block;
}

#product-info td,
#product-info th,
#stafflandemain td,
#stafflandemain th {
	width: 50%;
	display: inline-block;
	padding: 5px;
}

#product-info th,
#stafflandemain th {
	font-weight: 700;
	background: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px;
}

#product-info tr:nth-child(odd),
#stafflandemain tr:nth-child(odd) {
	background: #f5f5f5;
}

#product-info td,
#stafflandemain td {
	border-bottom: 1px solid #eee;
}

.staggering-info {
	display: none;
	color: #25c52c;
	font-size: 13px;
	font-weight: 700;
}

.staggering-amount {
	display: none;
}

.price-has-files span.price {
	color: #25c52c !important;
}

.price-has-files .staggering-info {
	display: block;
}

.price-has-files .staggering-amount {
	display: inline-block;
}

.js-attribute-info table::after {
	display: none !important;
}

.custom-input-label input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.custom-input-label .icon-arrow-circle-o-up {
	vertical-align: text-bottom;
	font-size: 18px;
}

.custom-input-label input + label {
	display: inline-block;
	border-radius: 5px;
	padding: 5px 12px;
	margin-top: 5px;
	background-color: #b1b1b1;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.custom-input-label .has-files + label {
	background: #9cd24b;
}

.custom-input-label .input-file-content,
.custom-input-label .has-files + label .input-file-empty {
	display: none;
}

.custom-input-label .has-files + label .input-file-content {
	display: block;
}

.custom-label-yes,
.custom-label-no {
	display: inline-block;
}

.custom-label-yes input[type="radio"] + label:before,
.custom-label-yes input[type="checkbox"] + label:before {
	display: none;
}

.custom-label-no input[type="radio"] + label:before,
.custom-label-no input[type="checkbox"] + label:before {
	display: none;
}

.custom-label-yes input + label,
.custom-label-no input + label {
	display: inline-block;
	border-radius: 5px;
	padding: 5px 13px;
	margin-top: 5px;
	background-color: #e2e8de;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.custom-label-yes input[type="radio"]:checked + label,
.custom-label-yes input[type="checkbox"]:checked + label {
	background-color: #9cd24b;
}

.custom-label-no input[type="radio"]:checked + label,
.custom-label-no input[type="checkbox"]:checked + label {
	background-color: #9cd24b;
}

.custom-input-list .custom-input-label input + label {
	margin-bottom: 5px;
}

/* Checkout */

.l-checkout {
	margin-top: 15px;
	margin-bottom: 15px;
}

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

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

.b-l-checkout-col {
	float: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.l-checkout-col-1,
.l-checkout-col-1-2 {
	float: left;
	width: 45%;
	padding-left: 10px;
}

.l-checkout-col-1-2 {
	clear: left;
}

.l-checkout-col-1-inner {
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 10px 20px 20px;
	background-color: #fcfcfc;
	border: 1px solid #e5e5e5;
	border-top-width: 2px;
}

/*.l-checkout-col-2 {
	float: right;
	width: 55%;
	padding-left: 35px;
	padding-right: 10px;
}*/

.l-checkout--right {
	float: right;
	width: 55%;
	padding-left: 35px;
	padding-right: 10px;
}

.l-checkout-col-2-inner {
	padding-top: 17px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	border-top: 2px solid #e5e5e5;
}

.l-checkout--bottom {
	clear: both;
}

.l-checkout--bottom__left {
	float: left;
	width: 45%;
	padding-left: 10px;
}

.l-checkout--bottom__right {
	float: right;
	width: 55%;
	padding-left: 35px;
	padding-right: 10px;
}

.dibsCheckout-standard__return {
	margin-top: 10px;
	margin-left: 20px;
}

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

.crumbs {
	padding-bottom: 7px;
	margin-bottom: 25px;
	font-size: 12px;
	border-bottom: 1px solid #eee;
}

.crumbs > li {
	color: #777;
}

.crumbs a {
	color: #444;
}

.crumbs .wgr-icon {
	margin-left: 2px;
	margin-right: 2px;
	color: #999;
}

.sort-section {
	margin-bottom: 15px;
}

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

.view-category .sort-section {
	text-align: right;
}

.sort-section input[type="radio"] + label:before {
}

.sort-select {
	display: block;
	margin-bottom: 15px;
}

.sort-select select {
	/*width: 100%;*/
	float: right;
}

/* Used at ex: .sort-section and .rewies */

.highlight-bar {
	padding: 7px 10px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#eee)
	);
	background-image: -o-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(to bottom, #fff, #eee);
}

.startpage-bar {
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	border-radius: 4px 4px 0 0;
	background-color: #fff;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(50%, #fff),
		to(#eee)
	);
	background-image: -o-linear-gradient(top, #fff 50%, #eee);
	background-image: linear-gradient(to bottom, #fff 50%, #eee);
	color: #693;
	font-size: 18px;
}

.input-highlight {
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	background-color: #fff;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(70%, #fff),
		to(#eee)
	);
	background-image: -o-linear-gradient(top, #fff 70%, #eee);
	background-image: linear-gradient(to bottom, #fff 70%, #eee);
}

.input-highlight:focus {
	border-color: #dcdcdc;
}

.breadcrumbs {
	font-size: 12px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.body-front-entreprodukter .breadcrumbs a {
	color: #000;
}
.body-front-entreprodukter .breadcrumbs a:hover {
	color: var(--ent-primary-color);
}
.site-logo {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.site-logo img {
	height: auto;
	width: 100%;
}

.site-banner {
	position: absolute;
	top: -24px;
	right: -15px;
	width: 240px;
	height: 120px;
	background: url(../design/header_banner.png) no-repeat;
}

.vat-selector {
	position: absolute;
	bottom: 0;
	right: 0;
}

.vat-selector label {
	margin-left: 4px;
}

/* Main navigation section */

.site-nav,
.site-nav-secondary {
	float: left;
}

.site-nav > li > a,
.site-nav-secondary > li > a {
	display: block;
	padding: 0 15px;
	-webkit-box-shadow: 1px 0 0 #dcdcdc;
	box-shadow: 1px 0 0 #dcdcdc;
	/* First border */
	border-right: 1px solid #fff;
	/* Secondary border */
	color: #693;
	font-weight: 600;
	line-height: 41px;
	white-space: nowrap;
	/* Fix for overlapping text in ie8 */
}

.site-nav > li > a:hover,
.site-nav-secondary > li > a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.site-nav__home .wgr-icon {
	position: relative;
	top: -2px;
	font-size: 16px;
	vertical-align: middle;
}

/* Languages section */

.lang-changer select {
	vertical-align: middle;
}

/* Primary search section */

.site-search {
	position: relative;
	height: 30px;
	margin-bottom: 15px;
	overflow: hidden;
}

.site-search__input,
.site-search__btn {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.site-search__input {
	left: 0;
	width: 80%;
	padding-left: 8px;
}

.site-search__btn {
	right: 0;
	width: 20%;
	padding-right: 8px;
	text-align: right;
	font-size: 14px;
	color: #616161;
}

/* Block section */

.module {
	margin-bottom: 15px;
}

.module__heading {
	margin: 0;
	padding: 7px 10px;
	border-radius: 4px 4px 0 0;
	background-color: #92b264;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#a1bd7b),
		to(#7fa944)
	);
	background-image: -o-linear-gradient(top, #a1bd7b, #7fa944);
	background-image: linear-gradient(to bottom, #a1bd7b, #7fa944);
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.module__body {
	padding: 10px;
	border: 1px solid #dcdcdc;
	border-top-style: none;
	background: #fff;
}

/* Filter module */

.filter-module-wrap {
	position: absolute;
	bottom: 20px;
	right: calc(100% + 20px);
	height: 100%;
	width: 200px;
}

.filter-module {
	margin-bottom: 15px;
}

.filter-module__heading {
	margin-bottom: 10px;
	padding: 5px 10px 5px 0;
	border-bottom: 3px solid #456a9e;
	font-weight: 600;
	color: #456a9e;
}

.filter-module h5.filter-module__heading {
	font-size: 15px;
}

.filter-module__body {
	padding: 10px;
	border-top-style: none;
	background: #fff;
}

.filter-module-sticky {
	position: -webkit-sticky;
	position: sticky;
	right: 100%;
	top: 190px;
	/*max-height: calc(100vh - 65px);*/
	max-height: 75dvh;
	overflow-y: auto;
}

.has-filters .grid-gallery {
	overflow: hidden;
}

.mobile-filter-btn {
	padding: 15px;
	background: #13538c;
	color: #fff;
}

.clear-filter {
	margin: 10px 0;
	padding: 2px 10px;
	border: 1px solid #13538c;
	border-radius: 4px;
	display: none;
	float: left;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

/* Secondary navigation */

.listmenu {
	margin: 0;
	padding-left: 10px;
	list-style-type: none;
}

.listmenu a {
	position: relative;
	display: block;
	color: #222;
}

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

.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 #dcdcdc;
	background-color: #fff;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#f8f8f8)
	);
	background-image: -o-linear-gradient(top, #fff, #f8f8f8);
	background-image: linear-gradient(to bottom, #fff, #f8f8f8);
}

.listmenu-1 {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-bottom: solid 1px #dcdcdc;
	background: #fff;
}

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

/* Toggle menu */

li .listmenu {
	display: none;
}

.is-listmenu-opened > .listmenu {
	display: block;
}

/* Icon font */

.menu-node {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 15px;
	height: 12px;
	/* Same as font-size */
	font-size: 12px;
	color: #693;
}

/* Grid for product-items and category-items */

/* Sub-modules: .grid-gallery--products and .grid-gallery--categories */

.grid-gallery,
.list-gallery {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}

.grid-gallery {
	margin-left: -2%;
}

.grid-gallery > li {
	display: inline-block;
	*display: inline;
	width: 23%;
	margin-left: 2%;
	margin-bottom: 2%;
	padding: 8px;
	border: 1px solid #e9e9e9;
	background: #fff;
	vertical-align: top;
	cursor: pointer;
	zoom: 1;
}

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

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

.view-category
	.body-front-skyltab
	.grid-gallery-subcategories
	.category-item-noimages,
.view-category
	.body-front-citypro
	.grid-gallery-subcategories
	.category-item-noimages,
.view-category .body-front-skyltab .grid-gallery-subcategories .category-item,
.view-category .body-front-citypro .grid-gallery-subcategories .category-item {
	width: 13%;
}

.grid-gallery-subcategories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.grid-gallery-subcategories .category-item-noimages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.body-front-citypro .category-item-noimages {
	padding: 5px 15px 5px 15px;
	background-color: #3aac3e;
	border-radius: 6px;
	border-color: #3aac3e;
	color: #fff;
}

.body-front-citypro .category-item-noimages a {
	color: #fff;
}

.body-front-skyltab .category-item-noimages {
	padding: 5px 15px 5px 15px;
	-webkit-box-shadow: 0 5px 3px -3px #cecece;
	box-shadow: 0 5px 3px -3px #cecece;
	border-radius: 6px;
	background-color: #13538c;
}

.body-front-skyltab .category-item-noimages a {
	color: #fff;
}

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

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

/* Product-item style */

.product-item {
	position: relative;
}

.product-item__img {
	height: 210px;
	margin-bottom: 7px;
	line-height: 210px;
	text-align: center;
}

.product-item__body {
}

.product-item__heading {
	height: 55px;
	overflow: hidden;
	/* clip text */
	margin-bottom: 7px;
	font-size: 13px;
	line-height: 1.3;
}

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

.product-item__buttons {
	margin-top: 7px;
}

.product-item__boxtext {
	margin-bottom: 10px;
	height: 35px;
	overflow: hidden;
	/* clip text */
}

/* Banners */

/*.p-banner {
	position: absolute;
}

.p-banner--holder {
	cursor: pointer;
	position: absolute;
	top: -30px;
	display: inline-block;
	padding: 3px 10px 0 8px;
	font-weight: bold;
	border-radius: 3px 0 0 3px;
	height: 24px;
	min-width: 110px;
	box-sizing: border-box;
	box-shadow: 0 0 3px #aaa;
	color: #fff;
	background-position: left bottom;
	background-repeat: repeat-x;
}

.p-banner--holder:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.p-banner--holder:after {
	border-width: 12px;
	top: 50%;
	margin-top: -12px;
}

.p-banner--dot {
	position: absolute;
	right: -3px;
	top: 9px;
	z-index: 1;
	background-image: url(/images/product-banner_dot.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}
*/

.js-product-banner {
	position: absolute;
	top: -3px;
	left: -3px;
	width: 125px;
	height: 90px;
	overflow: hidden;
}

.square-banner {
	top: -1px;
	left: -1px;
	width: auto;
	height: auto;
}

.p-banner {
	position: relative;
	left: -36px;
	top: 18px;
	z-index: 5;
	width: 170px;
	height: 31px;
	line-height: 31px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	text-align: center;
	-ms-transform: rotate(-35deg);
	/* IE 9 */
	-webkit-transform: rotate(-35deg);
	/* Chrome, Safari, Opera */
	transform: rotate(-35deg);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
}

.square-banner .p-banner {
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	border-radius: 0;
	text-align: center;
	-ms-transform: rotate(0);
	/* IE 9 */
	-webkit-transform: rotate(0);
	/* Chrome, Safari, Opera */
	transform: rotate(0);
}

.square-banner .p-banner__inner {
	padding: 5px 10px 10px;
	font-size: 30px;
	line-height: 1.3;
}

.square-banner .p-banner__subtitle {
	display: block;
	font-size: 13px;
	font-weight: 400;
	text-transform: none;
}

.banner-wrap-1,
.banner-wrap-2 {
	position: absolute;
	z-index: 3;
}

.banner-wrap-1 {
	top: 0;
	right: 0;
	width: 5px;
	height: 2px;
	border-top-right-radius: 3px;
}

.banner-wrap-2 {
	bottom: 0;
	left: 0;
	width: 2px;
	height: 5px;
	border-bottom-left-radius: 3px;
}

/* Product list, row style */

.list-rows-table {
	width: 100%;
	max-width: 700px;
}

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

/* Category-item style */

.category-item {
	text-align: center;
}

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

.category-item__heading {
	height: 45px !important;
	font-size: 10px !important;
}

.category-item__heading a {
	text-decoration: none;
	font-weight: 600;
	font-size: 11px;
	display: table-cell;
	height: 35px;
	vertical-align: middle;
}

.grid-gallery--categories {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 15px;
}

.cat-noimages {
	border: 0px !important;
	width: auto !important;
	padding-right: 20px !important;
}

.cat-noimages .category-item__heading {
	height: auto !important;
}

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

/* Product section */

.product-title {
	margin-bottom: 0px;
}

.article-number {
	display: block;
	margin-bottom: 15px;
	margin-top: 5px;
}

.product-banner {
	position: static;
	max-width: none;
	display: inline-block;
	margin-bottom: 5px;
}

.product-carousel {
	position: relative;
	height: 400px;
	margin-bottom: 15px;
	line-height: 400px;
	text-align: center;
}

.product-carousel img {
	max-height: 400px;
}

.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-thumbs .video {
	position: relative;
}

.product-thumbs .video img {
	-o-object-fit: cover;
	object-fit: cover;
}

.product-thumbs .youtube-overlay {
	position: absolute;
	top: 0;
	left: 6px;
	right: 13px;
	bottom: 0;
	/* width: 100%; */
	height: 40px;
	margin: auto;
	background: rgba(255, 255, 255, 0.8);
	color: #f5001c;
	font-size: 40px;
	line-height: 1;
	text-align: center;
	pointer-events: none;
}

.product-option-spacing {
	padding-right: 10px;
	padding-bottom: 7px;
}

.product-cart-button-wrapper {
	margin-bottom: 15px;
}

.product-cart-button-wrapper .btn--primary {
	vertical-align: middle;
	padding: 7px 10px;
}

.product-quantity {
	width: 30px;
	height: 29px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
}

.product-custom-fields {
	margin-left: 5px;
	margin-top: 10px;
}

.product-price-field {
	margin-bottom: 15px;
}

.product-price-field .price {
	font-size: 21px;
}

.product-stock {
	margin-bottom: 10px;
}

.product-stock-item {
	display: none;
	/* Show them with js */
}

.product-stock-item__text {
	vertical-align: middle;
}

.product-stock-item .wgr-icon {
	vertical-align: middle;
	font-size: 16px;
}

.in-stock .wgr-icon {
	color: #3eac0d;
}

.on-order .wgr-icon {
	color: #eba709;
}

.soon-out-of-stock .wgr-icon {
	color: #114b85;
}

.out-of-stock .wgr-icon {
	color: #d4463d;
}

.product-part-payment-klarna,
.product-part-payment-hbank {
	margin-bottom: 10px;
}

/* News-page section */

.news-item .media-img {
	width: 100px;
	min-height: 1px;
	/* Fix for collapsing width if .media-img is empty */
}

.news-item__date {
	font-style: italic;
	color: #999;
}

/* Button section */

.btn {
	display: inline-block;
	padding: 6px 9px;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	background-color: #fff;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#e9e9e9)
	);
	background-image: -o-linear-gradient(top, #fff, #e9e9e9);
	background-image: linear-gradient(to bottom, #fff, #e9e9e9);
	font-weight: 600;
	color: #222;
	line-height: 1;
	cursor: pointer;
}

.btn:hover {
	text-decoration: none;
	opacity: 0.8;
}

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

.btn--primary {
	border: 1px solid #7ba145;
	background-color: #b5cb94;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#b5cb94),
		to(#8cb455)
	);
	background-image: -o-linear-gradient(top, #b5cb94, #8cb455);
	background-image: linear-gradient(to bottom, #b5cb94, #8cb455);
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.btn.btn--request-quote:hover {
    color: #fff !important;;
}
.btn.btn--request-quote {
    border: 1px solid #ababab !important;
    background-color: #8f8f8f!important;
    color: #ffffff !important;
    padding: 10px 15px !important;
    margin-block: 20px !important;
    background-image: none !important;
}

/* Price section */

.price {
	font-weight: 600;
	color: #693;
}

.price-discount {
	color: #c00;
}

.price-orginal {
	font-size: 13px;
	text-decoration: line-through;
}

.price-klarna {
	font-size: 11px;
}

/* Alert-box section */

.alert {
	position: relative;
	padding: 8px;
	margin-bottom: 15px;
	border: 1px solid #97c1da;
	border-radius: 3px;
	background-color: #d8ebf8;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#d8ebf8),
		to(#d0e3ef)
	);
	background-image: -o-linear-gradient(top, #d8ebf8, #d0e3ef);
	background-image: linear-gradient(to bottom, #d8ebf8, #d0e3ef);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
	color: #264c72;
}

.alert--success {
	border-color: #b6d79a;
	background-color: #dff0d8;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#dff0d8),
		to(#d3edc8)
	);
	background-image: -o-linear-gradient(top, #dff0d8, #d3edc8);
	background-image: linear-gradient(to bottom, #dff0d8, #d3edc8);
	color: #387b39;
}

.alert--error {
	border-color: #da9797;
	background-color: #f8d8d8;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#f8d8d8),
		to(#efd0d0)
	);
	background-image: -o-linear-gradient(top, #f8d8d8, #efd0d0);
	background-image: linear-gradient(to bottom, #f8d8d8, #efd0d0);
	color: #9c2400;
}

.alert--warn {
	border-color: #dca874;
	background-color: #ffe3c8;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#ffe3c8),
		to(#f5dac0)
	);
	background-image: -o-linear-gradient(top, #ffe3c8, #f5dac0);
	background-image: linear-gradient(to bottom, #ffe3c8, #f5dac0);
	color: #613a00;
}

.is-alert-close {
	padding-right: 30px;
}

.is-alert-close .icon-times {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 30px;
	line-height: 34px;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
}

.is-alert-close .icon-times:hover {
	color: #666;
}

/* Reviews section */

.reviews {
	margin-bottom: 20px;
}

.review-body {
	padding: 10px 0;
	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;
}

/* Icon fonts */

.review-stars {
	font-size: 14px;
	margin-right: 2px;
}

.review-stars-on {
	color: #e8b025;
}

.review-stars-off {
	color: #ccc;
}

/* Input form */

.input-form input,
.input-form textarea {
	width: 100%;
}

.input-form__row {
	margin-bottom: 8px;
}

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

.max-width-form {
	max-width: 300px;
}

.max-width-form-x2 {
	max-width: 400px;
}

/* Input's in group */

.input-group {
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}

.input-group .input-group__item {
	position: relative;
	float: left;
	width: 50%;
}

.input-group .input-group__item:first-child {
	width: 48%;
	margin-right: 2%;
}

.input-group-1-4 .input-group__item {
	width: 70%;
}

.input-group-1-4 > .input-group__item:first-child {
	width: 28%;
}

/* Payment logos */

/* In sidebar and checkout */

.payment-logo {
	max-width: 130px;
	height: auto;
	width: 100%;
}

.payment-logo--medium {
	width: 50px;
}

.payment-logo--small {
	width: 30px;
}

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

.payment-logo--list:last-child {
	margin-bottom: 0;
}

.payment-logo--highlight {
	padding: 5px 7px;
	border-radius: 3px;
	background: #fff;
}

/* Checkout section */

.checkout-stepnumber {
	display: inline-block;
	margin-right: 3px;
	height: 28px;
	width: 28px;
	line-height: 28px;
	vertical-align: middle;
	border-radius: 50%;
	background-color: #693;
	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: 15px;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	background: #f9f9f9;
}

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

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

/* Shipping form table */

.checkout-shipping-form {
}

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

/* Payment methods table */

.checkout-payment-methods {
}

.checkout-payment-methods td {
	padding-bottom: 10px;
}

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

.invoiceDeliveryType-wrapper {
	display: none;
	padding-left: 20px;
	padding-top: 7px;
}

/* Cart table */

.checkout-cart {
}

.checkout-cart th,
.checkout-cart-row td {
	padding-top: 7px;
	padding-bottom: 7px;
}

.checkout-cart tfoot th,
.checkout-cart tfoot td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.checkout-cart tfoot th {
	text-align: right;
}

.checkout-cart-row {
	border-top: 1px solid #ededed;
}

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

.checkout-cart-item-cell-1 {
	text-align: center;
}

.checkout-cart-item-cell-2 {
	width: 50%;
}

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

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

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

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

.checkout-cart-quantity {
	display: inline-block;
	white-space: nowrap;
}

.checkout-cart-quantity-btn {
	display: inline-block;
	height: 30px;
	padding-left: 7px;
	padding-right: 7px;
	line-height: 30px;
	font-size: 12px;
	vertical-align: middle;
}

.checkout-cart-quantity-btn:hover {
	text-decoration: none;
}

.checkout-cart-quantity-input {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 0;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	-webkit-appearance: none;
}

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

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

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

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

.checkout-call-to-action .wgr-icon {
	display: inline-block;
	height: 55px;
	width: 55px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 15px;
	border-radius: 50%;
	background: #f2f2f2;
	text-align: center;
	line-height: 55px;
}

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

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

.checkout-personal-id-info {
	padding: 7px;
	margin-top: 7px;
	margin-bottom: 10px;
	background: #f9f9f9;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	font-size: 11px;
}

.checkout-target-link {
	color: #24659c;
	margin-bottom: 3px;
}

.checkout-target-link:hover {
	text-decoration: underline;
}

.checkout-company-option {
	display: inline-block;
	margin-left: 10px;
}

/* followup on orders */

.followup {
	margin-bottom: 14px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
}

.followup textarea {
	width: 100%;
	max-width: 400px;
}

.followup .media-img {
	width: 160px;
	text-align: center;
}

.followup .media-img img {
	display: inline-block;
}

.followup-stars {
	margin-bottom: 5px;
	unicode-bidi: bidi-override;
	direction: rtl;
	font-size: 0;
	text-align: left;
}

.followup-stars input,
.followup-stars input + label:before {
	display: none;
}

.followup-stars > label {
	cursor: pointer;
	font-size: 16px;
	color: #999;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.followup-stars .wgr-icon {
	display: inline-block;
	padding: 4px 2px;
}

.followup-stars input:checked + label .wgr-icon:before,
.followup-stars input:checked + label ~ label .wgr-icon:before,
.followup-stars > label:hover .wgr-icon:before,
.followup-stars > label:hover ~ label .wgr-icon:before {
	content: "\f005";
	color: #e8b025;
}

/* Wishlist section */

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

.wishlist-input-description {
	width: 100%;
	max-width: 500px;
	font-size: 11px;
}

/* Paginator */

.paginator {
	margin-bottom: 10px;
}

.paginator__item {
	display: inline-block;
	padding: 4px 8px;
	margin-right: 5px;
	background-color: #fff;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#efefef)
	);
	background-image: -o-linear-gradient(top, #fff, #efefef);
	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: 0.5;
	cursor: text;
}

.paginator__item--prev {
}

.paginator__item--next {
}

/* Dropdown - Barebone */

.mega-menu ul,
.dropdown-menu ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}

.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	/* Hide dropdown */
}

.sub-menu {
	top: 0;
	left: 100%;
}

.has-dropdown:hover > .dropdown {
	display: block;
	/* Show dropdown */
}

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

/* Standard dropdown */

.dropdown-menu .has-dropdown {
	position: relative;
}

.dropdown-menu .dropdown {
	min-width: 100%;
	border: 1px solid #dcdcdc;
	border-top-style: none;
	background: #fff;
}

.dropdown-menu .dropdown a,
.body-front-entreprodukter .dropdown-menu .dropdown h3 {
	display: block;
	padding: 10px 30px 10px 10px;
	border-top: 1px solid #dcdcdc;
	white-space: pre;
}

.dropdown-menu .dropdown .wgr-icon {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	height: 11px;
	/* Same as font-size */
	font-size: 11px;
}

.body-front-entreprodukter .dropdown-menu .dropdown a,
.body-front-entreprodukter .dropdown-menu .dropdown h3 {
	padding-bottom: 5px;
	padding-top: 5px;

	color: #222;
	font-size: 18px;
    font-weight: 600;
}

/* Mega dropdown */

.mega-menu .dropdown {
	padding: 20px 0 20px 20px;
	border: 1px solid #dcdcdc;
	border-radius: 0 0 3px 3px;
	background: #fff;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

/* Any level */

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

/* First level */

.mega-menu .dropdown > li {
	display: inline-block;
	min-width: 140px;
	margin-right: 20px;
	vertical-align: top;
}

.mega-menu .dropdown > li > a {
	margin-bottom: 7px;
	border-bottom: 1px solid #eee;
	font-weight: 600;
	font-size: 13px;
}

.category-checkout-link {
	color: #999;
}

.category-checkout-link:hover {
	color: #333;
	text-decoration: none;
}

.category-checkout-link__text,
.category-checkout-link .wgr-icon {
	vertical-align: middle;
}

.category-checkout-link .wgr-icon {
	padding-right: 3px;
	font-size: 18px;
}

.rss-logo .wgr-icon {
	font-size: 14px;
	vertical-align: middle;
}

.rss-logo a {
	color: #333;
}

.rss-logo a:hover {
	color: #db6b27;
	text-decoration: none;
}

/* Spinner */

.spinner-container {
	position: relative;
	z-index: 9;
	color: #222;
	/* Spinner color */
}

.spinner-container--small {
	height: 25px;
}

.spinner-container--large {
	height: 100px;
}

.spinner-container--pno {
	position: absolute;
	top: 50%;
	right: 14px;
}

.spinner-container--kco {
	height: 300px;
	color: #0070ba;
}

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

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* padding-top: 25px; */
	height: 0;
	margin-bottom: 20px;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sitemap-list,
.sitemap-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sitemap-list li {
	margin-top: 1px;
	margin-bottom: 1px;
}

.sitemap-list ul {
	margin-bottom: 8px;
	border-left: 1px solid #e2e2e2;
}

.sitemap-list ul li {
	position: relative;
	padding-left: 15px;
}

.sitemap-list ul li:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	border-top: 1px solid #e2e2e2;
	content: "";
}

.sitemap-list > li > a {
	font-weight: 600;
}

/* Nosto */

.grid-gallery--nosto {
	overflow: hidden;
}

.grid-gallery--nosto li {
	float: left;
}

.grid-gallery--nosto img {
	max-height: 100%;
}

.grid-gallery--nostoDense li {
	float: left;
}

.grid-gallery--nostoDense img {
	max-height: 92%;
}

.grid-gallery--nostoDense .product-item__img {
	height: 117px;
	line-height: 111px;
}

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

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

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

/* Clear floated elements */

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

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

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

.view-checkout .text-right {
	padding-left: 20px;
	text-align: unset;
}

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

.stretched {
	width: 100% !important;
}

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

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

.muted {
	color: #999;
}

.brand {
	color: #693;
}

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

div#popcart img {
	width: auto;
}

/* Dropdown-cart */

div#topcart-holder {
	position: relative;
	z-index: 2;
	float: right;
	margin-right: 4px;
	margin-top: 3px;
	height: 35px;
}

div#topcart-area {
	display: inline-block;
	height: 35px;
	padding: 0 5px;
	border-radius: 2px;
	background-color: #ededed;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#ededed),
		to(#d3d3d3)
	);
	background-image: -o-linear-gradient(top, #ededed, #d3d3d3);
	background-image: linear-gradient(to bottom, #ededed, #d3d3d3);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35);
	font-size: 13px;
	line-height: 34px;
}

div#topcart-hoverarea {
	display: inline-block;
	*display: inline;
	margin-right: 5px;
	cursor: pointer;
}

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

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

.topcart-font-icon {
	display: none;
}

.topcart-arrow {
	margin-right: 4px;
}

.topcart-font-arrow {
	display: none;
}

div#popcart {
	position: absolute;
	right: 5px;
	top: 39px;
	z-index: 900;
	display: none;
	height: 0;
	max-width: 350px;
	padding: 3px;
	border: 1px solid #ccc;
	border-top-style: none;
	border-radius: 3px;
	overflow: hidden;
	background-color: #fff;
	-webkit-box-shadow: -1px 1px 8px rgba(50, 50, 50, 0.3);
	box-shadow: -1px 1px 8px rgba(50, 50, 50, 0.3);
	color: #666;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

div#popcart .btn {
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Icon fonts */

.cart-icons {
	color: #595959;
	font-size: 14px;
}

.cart-icons:hover {
	text-decoration: none;
}

.cart-add:hover {
	color: #338b33;
}

.cart-sub:hover {
	color: #3e62a3;
}

.cart-remove:hover {
	color: #900;
}

div.popCartRowSplit {
	height: 1px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 2px;
}

div.popCartErrorMessage {
	background-color: #fcc;
	text-align: center;
	font-style: italic;
	padding: 5px;
	width: 100%;
	font-size: 10px;
	color: #333;
}

div#popCartShipping {
	background: #e2ecc0;
	color: #693;
	margin: 4px;
	margin-bottom: 6px;
	padding: 4px;
	font-weight: 600;
	font-size: 11px;
}

div#popCartShipping a,
div#popCartShipping a:hover {
	text-decoration: underline;
	color: #693;
}

/* Icon font */

.popcart-shipping-icon {
	color: #535353;
	font-size: 13px;
	padding-right: 5px;
	text-shadow: 0 1px 1px #fff;
}

.fb_iframe_widget iframe {
	position: relative !important;
}

/*	==========================================================================
	Default front - SKYLT AB
	========================================================================== */

.body-front-skyltab a {
	color: #456a9e;
}

.body-front-skyltab .site-logo {
	margin-bottom: 15px;
}

.body-front-skyltab a:hover,
.body-front-skyltab .dropdown__service a:hover,
.body-front-skyltab .dropdown__products a:hover {
	-webkit-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	text-decoration: none;
	color: #709ddc;
}

.body-front-skyltab .l-holder {
	background: #f6f6f3;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

.l-holder-404-title {
	max-width: 1150px;
	padding-top: 30px;
	margin: auto;
}

.view-home .body-front-skyltab .l-holder {
	max-width: none;
	margin-top: 0;
	margin-bottom: 0;
}

.view-home .body-front-skyltab .l-main {
	margin-bottom: 0;
}

.body-front-skyltab .startpage-holder {
	max-width: 1150px;
	margin: 0 auto;
}

.body-front-skyltab .l-inner,
.body-front-skyltab .l-content,
.body-front-skyltab .l-main {
	margin-left: 0;
	margin-right: 0;
}

.body-front-skyltab .l-top-menu-holder {
	width: 100%;
	background: #456a9e;
	z-index: 11;
	position: relative;
	height: 55px;
}

.body-front-skyltab .l-top-menu-holder.is-menubar-sticky {
	position: fixed;
}

.body-front-skyltab .l-top-menu {
	max-width: 1150px;
	margin: 0 auto;
	color: #fff;
	text-transform: uppercase;
	height: 45px !important;
	line-height: 45px;
	font-size: 20px;
	font-weight: 700;
	position: relative;
}

.body-front-skyltab .l-top-menu a {
	color: #fff;
}

.body-front-skyltab .l-top-menu__left {
	float: right;
}

.body-front-skyltab .l-top-menu__right {
	float: right;
}

.body-front-skyltab .l-top-menu__middle {
	overflow: hidden;
	text-align: right;
}

.body-front-skyltab .l-top-menu__left * {
	margin-bottom: 0;
}

.l-top-menu__left__right {
	float: right;
	padding-left: 30px;
}

.body-front-citypro .l-top-menu__left__right {
	position: relative;
	padding: 0 10px 0 50px;
}

.body-front-citypro .l-top-menu__left__right img {
	position: absolute;
	bottom: 20px;
	left: 15%;
	-webkit-animation: drive 10s ease-out;
	animation: drive 10s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.l-top-menu__middle .site-nav {
	text-align: left;
	text-transform: none;
}

.body-front-skyltab .l-top-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.body-front-skyltab .l-top-menu li {
	display: inline-block;
}

.body-front-skyltab .has-dropdown__service {
	margin-left: 30px;
	cursor: pointer;
	position: relative;
}

.body-front-skyltab .has-dropdown__service,
.body-front-skyltab .l-top-menu__left p {
	display: inline-block;
}

.has-dropdown__products .icon-list2 {
	color: #fff;
	font-size: 24px;
	vertical-align: middle;
}

.l-top-menu__left .site-search {
	margin-right: 0;
	margin-left: auto;
	margin-bottom: 0;
	background: #13538c;
}

.l-top-menu__left .site-search input {
	background: #fff;
}

.is-menubar-appended .l-top-menu__left-usp {
	display: none;
}

.is-menubar-sticky .l-header__right__middle__left {
	margin-top: 0;
}

.is-menubar-appended .l-top-menu__left {
	margin-top: 0;
	width: 100%;
	max-width: 400px;
}

.is-menubar-sticky .site-search {
	height: 43px;
}

.body-front-signimport .is-menubar-sticky .site-search {
	height: 55px;
}

.body-front-signimport .is-menubar-sticky .l-top-menu__left {
	display: flex;
}

.body-front-signimport .is-menubar-sticky .has-dropdown__service {
	width: 100%;
	margin-left: 0;
}

.body-front-signimport .l-top-menu__left .site-search {
	background: #b5070d;
}

.body-front-citypro .l-top-menu__left .site-search {
	background: #39ac3e;
}

.body-front-citypro .is-menubar-sticky .site-search {
	height: 55px;
}

.body-front-skyltab .dropdown__service {
	display: none;
	position: absolute;
	top: 100%;
	background: #2f5488;
	padding: 7px 20px 10px 15px;
	z-index: 11;
	line-height: normal;
	min-width: 100%;
	font-size: 14px;
	text-transform: none;
}

.body-front-skyltab .dropdown__service ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.body-front-skyltab .dropdown__service li {
	display: block;
}

.body-front-skyltab .l-header-holder {
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.body-front-skyltab .l-header {
	max-width: 1150px;
	margin: 0 auto;
}

.body-front-skyltab .l-header__left {
	float: left;
}

.body-front-skyltab .l-header__right {
	float: right;
	text-align: right;
	padding-top: 5px;
}

.body-front-skyltab .l-header__right__top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.body-front-skyltab .l-header__right__bottom {
	clear: both;
}

.l-header__right__top li {
	display: inline-block;
	margin-left: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.body-front-skyltab .site-search__input {
	padding-left: 12px;
	color: #999;
	height: 38px;
	border: 1px solid #ddd;
	border-right-style: none;
	width: 85%;
	border-radius: 0px;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
}

.body-front-skyltab .site-search__btn {
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0;
	background: #9cd24b;
	color: #fff;
	width: 15%;
	border-radius: 0px;
}

.body-front-skyltab .l-menubar-holder {
	width: 100%;
	background: #456a9e;
	position: relative;
	z-index: 10;
}

.body-front-skyltab .l-menubar-holder.is-menubar-sticky {
	position: fixed;
	margin-top: 55px;
	border-top: 1px solid #fff;
}

.body-front-skyltab .is-menubar-sticky .l-top-menu__left > p > img {
	display: none;
}

.body-front-skyltab .l-menubar {
	max-width: 1150px;
	margin: 0 auto;
	background: none;
	border-style: none;
	border-radius: 0;
	position: relative;
}

.body-front-skyltab .has-dropdown__products {
	cursor: pointer;
}

.body-front-skyltab .has-dropdown__products img,
.body-front-skyltab .has-dropdown__service img {
	margin-left: 5px;
}

.body-front-skyltab .has-dropdown__products:hover > span,
.body-front-skyltab .has-dropdown__service:hover > span {
	opacity: 0.8;
}

.body-front-skyltab .dropdown__products {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #2f5488;
	padding: 7px 20px 10px 15px;
	z-index: 11;
	line-height: normal;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.body-front-skyltab .dropdown__products__left {
	width: 65%;
	float: left;
	padding-top: 10px;
}

.body-front-skyltab .dropdown__products__right {
	width: 30%;
	float: right;
	overflow: hidden;
}

.body-front-skyltab .dropdown__products__right h2 {
	position: absolute;
	top: 30px;
	right: -30px;
	background: #9cd24b;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 25px;
	width: 170px;
	-ms-transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	font-family: "Lato", sans-serif;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	display: block;
}

.body-front-skyltab .dropdown__products > div > ul > li {
	display: inline-block;
	vertical-align: top;
	margin-top: 8px;
	width: 33%;
}

.body-front-skyltab .dropdown__products ul ul,
.body-front-citypro .dropdown__products ul ul,
.body-front-signimport .dropdown__products ul ul {
	display: none;
}

.body-front-skyltab .dropdown__products a {
	color: #fff;
}

.body-front-skyltab .dropdown__products ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.body-front-skyltab .dropdown__products ul ul a {
	font-style: italic;
	padding-left: 10px;
	font-size: 12px;
}

.body-front-skyltab .dropdown__products .has-dropdown .wgr-icon {
	margin-left: 0;
}

.body-front-skyltab .dropdown__products .wgr-icon {
	color: #9cd24b;
	font-weight: 700;
	font-size: 17px;
	vertical-align: middle;
}

.body-front-skyltab .site-nav > li > a,
.body-front-skyltab .site-nav > li > span {
	border-style: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: block;
	padding: 0 20px 0 0;
	font-weight: 700;
	line-height: 55px;
	white-space: nowrap;
	font-size: 20px;
}

.body-front-skyltab .site-nav > li > span.choose-here {
	font-family: "Courgette", cursive;
	font-weight: 400;
	color: #9cd24b;
}

.body-front-skyltab .topcart-empty {
	padding-right: 20px;
	display: inline-block;
}

.body-front-skyltab div#topcart-area {
	background: none;
	background: #2f5488;
	padding: 0 0 0 20px;
	border-style: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: auto;
	line-height: 55px;
	position: relative;
	top: -3px;
	margin: 0 0 0 30px;
}

.body-front-skyltab div#topcart-holder {
	margin: 0;
}

.body-front-skyltab div#topcart-holder .btn--primary {
	height: 58px;
	line-height: 58px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 20px;
	border-style: none;
}

.body-front-skyltab .topcart-count {
	font-size: 20px;
	font-weight: 700;
	margin-right: 10px;
	position: relative;
	bottom: -2px;
}

.body-front-skyltab .topcart-arrow {
	margin-left: 10px;
	margin-right: 10px;
}

.body-front-skyltab div#popcart {
	font-size: 14px;
	line-height: normal;
	color: #fff;
	top: 100%;
	background: #456a9e;
	right: -2px;
	border: 2px solid #fff;
	border-top-style: none;
	border-radius: 0px;
	text-transform: none;
}

.body-front-skyltab div#popcart a {
	color: #fff;
}

.body-front-skyltab div#popCartShipping {
	background: #2f5488;
	color: #fff;
}

.body-front-skyltab .popcart-shipping-icon {
	color: #fff;
	text-shadow: none;
}

.body-front-skyltab #cartCountryForm select {
	height: 24px;
	vertical-align: middle;
	color: #222;
}

.body-front-skyltab #cartCountryForm .btn {
	height: 24px;
	vertical-align: middle;
	line-height: 24px;
	padding-bottom: 0;
	padding-top: 0;
	margin-left: 2px;
	border-style: none;
}

.body-front-skyltab div.flex-caption {
	left: 40px;
	bottom: 50px;
	top: auto;
	right: auto;
	max-width: 700px;
	padding: 0px;
	background: none;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.body-front-skyltab div.flex-caption h2 {
	font-size: 60px;
	font-weight: 700;
	line-height: 63px;
}

.body-front-skyltab div.flex-caption p {
	font-size: 30px;
	font-weight: 600;
	line-height: 33px;
	color: #fff;
}

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

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

.body-front-skyltab ol.flex-control-paging li a.flex-active {
	background: #456a9e;
}

.body-front-skyltab .startpage-bar {
	border-style: none;
	background: none;
	padding: 0;
	border-radius: 0;
	margin: 30px 0 20px;
	font-size: 16px;
	color: #222;
}

.body-front-skyltab .grid-gallery {
	margin-left: -1%;
	background-color: #f6f6f3;
}

.view-home .body-front-skyltab .grid-gallery > li,
.body-front-skyltab .grid-gallery > li {
	width: 19%;
	margin-left: 1%;
	margin-bottom: 1%;
	text-align: center;
}

.body-front-skyltab .grid-gallery.grid-gallery-recommended > li,
.body-front-signimport .grid-gallery.grid-gallery-recommended > li,
.body-front-citypro .grid-gallery.grid-gallery-recommended > li,
.grid-gallery.grid-gallery-recommended > li {
	width: 32%;
}

.products-popup {
	text-align: center;
}

.products-popup__close {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #222;
	text-decoration: none;
}

.body-front-skyltab .grid-gallery.grid-gallery--popup > li {
	width: 48%;
}

.body-front-skyltab .product-item__boxtext {
	font-size: 13px;
}

.body-front-skyltab .product-item__heading {
	text-transform: none;
	font-weight: 600;
	font-size: 14px;
}

.body-front-skyltab .product-item .price {
	font-size: 20px;
	font-weight: 700;
}

.body-front-skyltab .category-item__heading {
	font-size: 15px;
	white-space: normal;
	height: 42px;
	overflow: hidden;
}

.body-front-skyltab .category-id_83 {
	font-size: 14px;
	height: auto;
}

.body-front-skyltab .startpage-intro-holder {
	width: 100%;
	background: #f6f6f3;
}

.body-front-skyltab .startpage-intro {
	max-width: 1150px;
	margin: 20px auto 0px;
	padding: 40px 0;
	color: #000;
}

.body-front-skyltab .startpage-intro a {
	color: #b4ccef;
}

.body-front-skyltab .startpage-intro a:hover {
	color: #fff;
}

.body-front-skyltab .startpage-intro .grid-item a {
	display: inline-block;
	padding: 5px 20px;
	border: 2px solid #9cd24b;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}

.body-front-skyltab .startpage-intro .grid-item a:hover {
	background: #9cd24b;
}

.body-front-skyltab .startpage-intro h1 {
	font-size: 50px;
	margin-bottom: 0;
}

.body-front-skyltab .startpage-intro h2 {
	color: #000;
	font-size: 24px;
	background-image: url(../design/h2_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.body-front-skyltab .l-footer-holder {
	border-top: 1px solid #eee;
}

.body-front-skyltab .l-footer-payment {
	display: block;
	border-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.body-front-skyltab .l-footer-payment .klarna-logo-list {
	width: auto;
	max-width: 100%;
	margin-top: 15px;
}

.body-front-skyltab .l-footer h3 {
	color: #456a9e;
}

.body-front-skyltab .l-footer a {
	color: #222;
}

.body-front-skyltab .l-footer a:hover {
	color: #456a9e;
}

.body-front-skyltab .l-footer-col-4 li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}

.body-front-skyltab .l-footer-bottom {
	font-size: 12px;
}

.body-front-skyltab .highlight-bar {
	background: #f5f5f5;
	border-style: none;
}

.body-front-skyltab .vat-selector {
	position: static;
	bottom: auto;
	right: auto;
}

.body-front-skyltab .btn {
	display: inline-block;
	padding: 6px 15px;
	border: 2px solid #f3f3f3;
	border-radius: 0px;
	background-image: none;
	background-color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	line-height: 1;
	cursor: pointer;
}

.body-front-skyltab .btn:hover {
	color: #666;
}

.body-front-skyltab .btn--primary {
	border: 2px solid #9cd24b;
	text-shadow: none;
	background-color: #9cd24b;
	color: #fff;
}

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

.body-front-skyltab .product-cart-button-wrapper .btn--primary {
	height: 40px;
	line-height: 40px;
	padding-bottom: 0;
	padding-top: 0;
	font-size: 16px;
}

.body-front-skyltab #rabattkodknapp {
	line-height: 25px;
}

.body-front-skyltab .product-quantity {
	height: 40px;
	width: 45px;
}

.body-front-skyltab .checkout-stepnumber {
	background: #9cd24b;
}

.body-front-skyltab .checkout-cart-topay {
	color: #8fc53d;
}

.body-front-skyltab .price {
	color: inherit;
}

.body-front-skyltab h1,
.body-front-skyltab h2,
.body-front-skyltab h3,
.body-front-skyltab h4,
.body-front-skyltab h5,
.body-front-skyltab h6 {
	font-weight: 700;
	text-transform: uppercase;
}

.body-front-skyltab h1 {
	font-size: 24px;
	line-height: 1.25;
}

.body-front-skyltab h2 {
	font-size: 20px;
}

.body-front-skyltab h3 {
	font-size: 16px;
}

.body-front-skyltab h4 {
	font-size: 14px;
}

.body-front-skyltab h5 {
	font-size: 12px;
}

.view-category .body-front-skyltab {
	background-color: #f6f6f3;
}

.view-product .body-front-skyltab {
	background-color: #f6f6f3;
}

.nav .breadcrumbs .body-front-skyltab {
	background-color: #f6f6f3;
}

.body-front-skyltab .grid-gallery > li.cat-noimages {
	background: #f6f6f3;
}

/*	==========================================================================
	Signimport
	========================================================================== */

.body-front-signimport a {
	color: #456a9e;
}

.body-front-signimport a:hover,
.body-front-signimport .dropdown__service a:hover,
.body-front-signimport .dropdown__products a:hover {
	-webkit-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	text-decoration: none;
	color: #709ddc;
}

.body-front-signimport .l-holder {
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

.view-home .body-front-signimport .l-holder {
	max-width: none;
	margin-top: 0;
	margin-bottom: 0;
}

.view-home .body-front-signimport .l-main {
	margin-bottom: 0;
}

.body-front-signimport .startpage-holder {
	max-width: 1150px;
	margin: 0 auto;
}

.body-front-signimport .l-inner,
.body-front-signimport .l-content,
.body-front-signimport .l-main {
	margin-left: 0;
	margin-right: 0;
}

.body-front-signimport .l-top-menu-holder {
	width: 100%;
	background: #456a9e;
	z-index: 11;
	position: relative;
	height: 55px;
}

.body-front-signimport .l-top-menu-holder.is-menubar-sticky {
	position: fixed;
}

.body-front-signimport .l-top-menu {
	max-width: 1150px;
	margin: 0 auto;
	color: #fff;
	text-transform: uppercase;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	font-weight: 700;
	position: relative;
}

.body-front-signimport .l-top-menu a {
	color: #fff;
}

.body-front-signimport .l-top-menu__left {
	float: right;
}

.body-front-signimport .l-top-menu__right {
	float: right;
}

.body-front-signimport .l-top-menu__middle {
	overflow: hidden;
	text-align: right;
}

.body-front-signimport .l-top-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.body-front-signimport .l-top-menu li {
	display: inline-block;
}

.body-front-signimport .has-dropdown__service {
	margin-left: 30px;
	cursor: pointer;
	position: relative;
}

.body-front-signimport .has-dropdown__service,
.body-front-signimport .l-top-menu__left p {
	display: inline-block;
}

.body-front-signimport .dropdown__service {
	display: none;
	position: absolute;
	top: 100%;
	background: #2f5488;
	padding: 7px 20px 10px 15px;
	z-index: 11;
	line-height: normal;
	min-width: 100%;
	font-size: 14px;
	text-transform: none;
}

.body-front-signimport .dropdown__service ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.body-front-signimport .dropdown__service li {
	display: block;
}

.body-front-signimport .l-header-holder {
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.body-front-signimport .l-header {
	max-width: 1150px;
	margin: 0 auto;
}

.body-front-signimport .l-header__left {
	float: left;
}

.body-front-signimport .l-header__right {
	float: right;
	text-align: right;
	padding-top: 5px;
}

.body-front-signimport .l-header__right__top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.body-front-signimport .l-header__right__bottom {
	clear: both;
}

.l-header__right__top li {
	display: inline-block;
	margin-left: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.body-front-signimport .site-search {
	max-width: none;
}

.body-front-signimport .site-search__input {
	padding-left: 12px;
	color: #999;
	height: 38px;
	border: 1px solid #ddd;
	border-right-style: none;
	width: 85%;
	border-radius: 0px;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
}

.body-front-signimport .site-search__btn {
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0;
	background: #9cd24b;
	color: #fff;
	width: 15%;
	border-radius: 0px;
}

.body-front-signimport .l-menubar-holder {
	width: 100%;
	background: #456a9e;
	position: relative;
	z-index: 10;
}

.body-front-signimport .l-menubar-holder.is-menubar-sticky {
	position: fixed;
	margin-top: 55px;
	border-top: 1px solid #fff;
}

.body-front-signimport .l-menubar {
	max-width: 1150px;
	margin: 0 auto;
	background: none;
	border-style: none;
	border-radius: 0;
	position: relative;
}

.body-front-signimport .has-dropdown__products {
	cursor: pointer;
}

.body-front-signimport .has-dropdown__products img,
.body-front-signimport .has-dropdown__service img {
	margin-left: 5px;
}

.body-front-signimport .has-dropdown__products:hover > span,
.body-front-signimport .has-dropdown__service:hover > span {
	opacity: 0.8;
}

.body-front-signimport .dropdown__products {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #2f5488;
	padding: 7px 20px 10px 15px;
	z-index: 11;
	line-height: normal;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.body-front-signimport .dropdown__products__left {
	width: 65%;
	float: left;
	padding-top: 10px;
}

.body-front-signimport .dropdown__products__right {
	width: 30%;
	float: right;
	overflow: hidden;
}

.body-front-signimport .dropdown__products__right h2 {
	position: absolute;
	top: 30px;
	right: -30px;
	background: #9cd24b;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 25px;
	width: 170px;
	-ms-transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	font-family: "Lato", sans-serif;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	display: block;
}

.body-front-signimport .dropdown__products > div > ul > li {
	float: left;
	width: 33%;
}

.body-front-signimport .dropdown__products a {
	color: #fff;
}

.body-front-signimport .dropdown__products ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.body-front-signimport .dropdown__products ul ul a {
	font-style: italic;
	padding-left: 10px;
	font-size: 12px;
}

.body-front-signimport .dropdown__products .has-dropdown .wgr-icon {
	margin-left: 0;
}

.body-front-signimport .dropdown__products .wgr-icon {
	color: #9cd24b;
	font-weight: 700;
	font-size: 17px;
	vertical-align: middle;
}

.body-front-signimport .site-nav > li > a,
.body-front-signimport .site-nav > li > span {
	border-style: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: block;
	padding: 0 20px 0 0;
	font-weight: 700;
	line-height: 55px;
	white-space: nowrap;
	font-size: 20px;
}

.body-front-signimport .site-nav > li > span.choose-here {
	font-family: "Courgette", cursive;
	font-weight: 400;
	color: #9cd24b;
}

.body-front-signimport .topcart-empty {
	padding-right: 20px;
	display: inline-block;
}

.body-front-signimport div#topcart-area {
	background: none;
	background: #2f5488;
	padding: 0 0 0 20px;
	border-style: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: auto;
	line-height: 55px;
	position: relative;
	top: -3px;
	margin: 0 0 0 30px;
}

.body-front-signimport div#topcart-holder {
	margin: 0;
}

.body-front-signimport div#topcart-holder .btn--primary {
	height: 58px;
	line-height: 58px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 20px;
	border-style: none;
}

.body-front-signimport .topcart-count {
	font-size: 20px;
	font-weight: 700;
	margin-right: 10px;
	position: relative;
	bottom: -2px;
}

.body-front-signimport .topcart-arrow {
	margin-left: 10px;
	margin-right: 10px;
}

.body-front-signimport div#popcart {
	font-size: 14px;
	line-height: normal;
	color: #fff;
	top: 100%;
	background: #456a9e;
	right: -2px;
	border: 2px solid #fff;
	border-top-style: none;
	border-radius: 0px;
	text-transform: none;
}

.body-front-signimport div#popcart a {
	color: #fff;
}

.body-front-signimport div#popCartShipping {
	background: #2f5488;
	color: #fff;
}

.body-front-signimport .popcart-shipping-icon {
	color: #fff;
	text-shadow: none;
}

.body-front-signimport #cartCountryForm select {
	height: 24px;
	vertical-align: middle;
	color: #222;
}

.body-front-signimport #cartCountryForm .btn {
	height: 24px;
	vertical-align: middle;
	line-height: 24px;
	padding-bottom: 0;
	padding-top: 0;
	margin-left: 2px;
	border-style: none;
}

.body-front-signimport div.flex-caption {
	left: 40px;
	bottom: 50px;
	top: auto;
	right: auto;
	max-width: 700px;
	padding: 0px;
	background: none;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.body-front-signimport div.flex-caption h2 {
	font-size: 60px;
	font-weight: 700;
	line-height: 63px;
}

.body-front-signimport div.flex-caption p {
	font-size: 30px;
	font-weight: 600;
	line-height: 33px;
	color: #fff;
}

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

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

.body-front-signimport ol.flex-control-paging li a.flex-active {
	background: #456a9e;
}

.body-front-signimport .startpage-bar {
	border-style: none;
	background: none;
	padding: 0;
	border-radius: 0;
	margin: 30px 0 20px;
	font-size: 16px;
	color: #222;
}

.body-front-signimport .grid-gallery {
	margin-left: -1%;
}

.view-home .body-front-signimport .grid-gallery > li,
.body-front-signimport .grid-gallery > li {
	width: 19%;
	margin-left: 1%;
	margin-bottom: 1%;
	text-align: center;
}

.body-front-signimport .product-item__boxtext {
	font-size: 13px;
}

.body-front-signimport .product-item__heading {
	text-transform: none;
	font-weight: 600;
	font-size: 14px;
}

.body-front-signimport .product-item .price {
	font-size: 20px;
	font-weight: 700;
}

.body-front-signimport .startpage-intro-holder {
	width: 100%;
	background: #456a9e;
}

.body-front-signimport .startpage-intro {
	max-width: 1150px;
	margin: 20px auto 0px;
	padding: 40px 0;
	color: #fff;
}

.body-front-signimport .startpage-intro a {
	color: #b4ccef;
}

.body-front-signimport .startpage-intro a:hover {
	color: #fff;
}

.body-front-signimport .startpage-intro .grid-item a {
	display: inline-block;
	padding: 5px 20px;
	border: 2px solid #9cd24b;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}

.body-front-signimport .startpage-intro .grid-item a:hover {
	background: #9cd24b;
}

.body-front-signimport .startpage-intro h1 {
	font-size: 50px;
	margin-bottom: 0;
}

.body-front-signimport .startpage-intro h2 {
	color: #7ea9eb;
	font-size: 24px;
	background-image: url(../design/h2_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.body-front-signimport .l-footer-holder {
	border-top: 1px solid #eee;
}

.body-front-signimport .l-footer-payment {
	display: block;
	border-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.body-front-signimport .l-footer-payment .klarna-logo-list {
	width: auto;
	max-width: 100%;
	margin-top: 15px;
}

.body-front-signimport .l-footer h3 {
	color: #456a9e;
}

.body-front-signimport .l-footer a {
	color: #222;
}

.body-front-signimport .l-footer a:hover {
	color: #456a9e;
}

.body-front-signimport .l-footer-col-4 li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}

.body-front-signimport .l-footer-bottom {
	font-size: 12px;
}

.body-front-signimport .highlight-bar {
	background: #f5f5f5;
	border-style: none;
}

.body-front-signimport .vat-selector {
	position: static;
	bottom: auto;
	right: auto;
}

.body-front-signimport .btn {
	display: inline-block;
	padding: 6px 15px;
	border: 2px solid #f3f3f3;
	border-radius: 0px;
	background-image: none;
	background-color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	line-height: 1;
	cursor: pointer;
}

.body-front-signimport .btn:hover {
	color: #666;
}

.body-front-signimport .btn--primary {
	border: 2px solid #9cd24b;
	text-shadow: none;
	background-color: #9cd24b;
	color: #fff;
}

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

.body-front-signimport .product-cart-button-wrapper .btn--primary {
	height: 40px;
	line-height: 40px;
	padding-bottom: 0;
	padding-top: 0;
	font-size: 16px;
}

.body-front-signimport #rabattkodknapp {
	line-height: 25px;
}

.body-front-signimport .product-quantity {
	height: 40px;
	width: 45px;
}

.body-front-signimport .checkout-stepnumber {
	background: #9cd24b;
}

.body-front-signimport .checkout-cart-topay {
	color: #8fc53d;
}

.body-front-signimport .price {
	color: inherit;
}

.body-front-signimport h1,
.body-front-signimport h2,
.body-front-signimport h3,
.body-front-signimport h4,
.body-front-signimport h5,
.body-front-signimport h6 {
	font-weight: 700;
	text-transform: uppercase;
}

.body-front-signimport h1 {
	font-size: 24px;
	line-height: 1.25;
}

.body-front-signimport h2 {
	font-size: 20px;
}

.body-front-signimport h3 {
	font-size: 16px;
}

.body-front-signimport h4 {
	font-size: 14px;
}

.body-front-signimport h5 {
	font-size: 12px;
}

/*	==========================================================================
	FRONT CITYPRO
	========================================================================== */

.body-front-citypro a {
	color: #456a9e;
}

.body-front-citypro a:hover,
.body-front-citypro .dropdown__service a:hover,
.body-front-citypro .dropdown__products a:hover {
	-webkit-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	text-decoration: none;
	color: #709ddc;
}

.body-front-citypro .l-holder {
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

.view-home .body-front-citypro .l-holder {
	max-width: none;
	margin-top: 0;
	margin-bottom: 0;
}

.view-home .body-front-citypro .l-main {
	margin-bottom: 0;
}

.body-front-citypro .startpage-holder {
	max-width: 1150px;
	margin: 0 auto;
}

.body-front-citypro .l-inner,
.body-front-citypro .l-content,
.body-front-citypro .l-main {
	margin-left: 0;
	margin-right: 0;
}

.body-front-citypro .l-top-menu-holder {
	width: 100%;
	background: #456a9e;
	z-index: 11;
	position: relative;
	height: 56px;
}

.body-front-citypro .l-top-menu-holder.is-menubar-sticky {
	position: fixed;
}

.body-front-citypro .l-top-menu {
	max-width: 1150px;
	margin: 0 auto;
	color: #fff;
	text-transform: uppercase;
	height: 56px;
	line-height: 56px;
	font-size: 20px;
	font-weight: 700;
	position: relative;
}

.body-front-citypro .l-top-menu a {
	color: #fff;
}

.body-front-citypro .l-top-menu__left {
	float: right;
}

.body-front-citypro .l-top-menu__right {
	float: right;
}

.body-front-citypro .l-top-menu__middle {
	overflow: hidden;
	text-align: right;
}

.body-front-citypro .l-top-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.body-front-citypro .l-top-menu li {
	display: inline-block;
}

.body-front-citypro .has-dropdown__service {
	margin-left: 30px;
	cursor: pointer;
	position: relative;
}

.body-front-citypro .has-dropdown__service,
.body-front-citypro .l-top-menu__left p {
	display: inline-block;
}

.body-front-citypro .dropdown__service {
	display: none;
	position: absolute;
	top: 100%;
	background: #2f5488;
	padding: 7px 20px 10px 15px;
	z-index: 11;
	line-height: normal;
	min-width: 100%;
	font-size: 14px;
	text-transform: none;
}

.body-front-citypro .dropdown__service ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.body-front-citypro .dropdown__service li {
	display: block;
}

.body-front-citypro .l-header-holder {
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.body-front-citypro .l-header {
	max-width: 1150px;
	margin: 0 auto;
}

.body-front-citypro .l-header__left {
	float: left;
}

.body-front-citypro .l-header__right {
	float: right;
	text-align: right;
	padding-top: 5px;
}

.l-header__right__middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 620px;
	margin-left: auto;
	width: 100%;
}

.l-header__right__middle__left {
	width: 100%;
}

.l-header__right__middle__right {
	width: 40%;
}

.l-header__right__top {
	margin-bottom: 25px;
}

.body-front-citypro .l-header__right__top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.body-front-citypro .l-header__right__bottom {
	clear: both;
}

.l-header__right__top li {
	display: inline-block;
	margin-left: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.site-search {
	background: #fff;
	border-style: none;
	border-radius: 0px;
	height: 40px;
	max-width: 400px;
	width: 100%;
	margin-bottom: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
}

.body-front-citypro .site-search__input {
	padding-left: 12px;
	color: #999;
	height: 38px;
	border: 1px solid #ddd;
	border-right-style: none;
	width: 85%;
	border-radius: 0px;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
}

.body-front-citypro .site-search__btn {
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0;
	background: #9cd24b;
	color: #fff;
	width: 15%;
	border-radius: 0px;
}

.body-front-citypro .l-menubar-holder {
	width: 100%;
	background: #456a9e;
	position: relative;
	z-index: 10;
}

.body-front-citypro .l-menubar-holder.is-menubar-sticky {
	position: fixed;
	margin-top: 55px;
	border-top: 1px solid #fff;
}

.body-front-citypro .l-menubar {
	max-width: 1150px;
	margin: 0 auto;
	background: none;
	border-style: none;
	border-radius: 0;
	position: relative;
}

.body-front-citypro .has-dropdown__products {
	cursor: pointer;
}

.body-front-citypro .has-dropdown__products img,
.body-front-citypro .has-dropdown__service img {
	margin-left: 5px;
}

.body-front-citypro .has-dropdown__products:hover > span,
.body-front-citypro .has-dropdown__service:hover > span {
	opacity: 0.8;
}

.body-front-citypro .dropdown__products {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #2f5488;
	padding: 7px 20px 10px 15px;
	z-index: 11;
	line-height: normal;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.body-front-citypro .dropdown__products__left {
	width: 65%;
	float: left;
	padding-top: 10px;
}

.body-front-citypro .dropdown__products__right {
	width: 30%;
	float: right;
	overflow: hidden;
}

.body-front-citypro .dropdown__products__right h2 {
	position: absolute;
	top: 30px;
	right: -30px;
	background: #9cd24b;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 25px;
	width: 170px;
	-ms-transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	font-family: "Lato", sans-serif;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	display: block;
}

.body-front-citypro .dropdown__products > div > ul > li {
	float: left;
	width: 33%;
}

.body-front-citypro .dropdown__products a {
	color: #fff;
}

.body-front-citypro .dropdown__products ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.body-front-citypro .dropdown__products ul ul a {
	font-style: italic;
	padding-left: 10px;
	font-size: 12px;
}

.body-front-citypro .dropdown__products .has-dropdown .wgr-icon {
	margin-left: 0;
}

.body-front-citypro .dropdown__products .wgr-icon {
	color: #9cd24b;
	font-weight: 700;
	font-size: 17px;
	vertical-align: middle;
}

.body-front-citypro .site-nav > li > a,
.body-front-citypro .site-nav > li > span {
	border-style: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: block;
	padding: 0 20px 0 0;
	font-weight: 700;
	line-height: 55px;
	white-space: nowrap;
	font-size: 20px;
}

.body-front-citypro .site-nav > li > span.choose-here {
	font-family: "Courgette", cursive;
	font-weight: 400;
	color: #9cd24b;
}

.body-front-citypro .topcart-empty {
	padding-right: 20px;
	display: inline-block;
}

.body-front-citypro div#topcart-area {
	background: none;
	background: #2f5488;
	padding: 0 0 0 20px;
	border-style: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: auto;
	line-height: 55px;
	position: relative;
	top: -3px;
	margin: 0 0 0 30px;
}

.body-front-citypro div#topcart-holder {
	margin: 0;
}

.body-front-citypro div#topcart-holder .btn--primary {
	height: 58px;
	line-height: 58px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 20px;
	border-style: none;
}

.body-front-citypro .topcart-count {
	font-size: 20px;
	font-weight: 700;
	margin-right: 10px;
	position: relative;
	bottom: -2px;
}

.body-front-citypro .topcart-arrow {
	margin-left: 10px;
	margin-right: 10px;
}

.body-front-citypro div#popcart {
	font-size: 14px;
	line-height: normal;
	color: #fff;
	top: 100%;
	background: #456a9e;
	right: -2px;
	border: 2px solid #fff;
	border-top-style: none;
	border-radius: 0px;
	text-transform: none;
}

.body-front-citypro div#popcart a {
	color: #fff;
}

.body-front-citypro div#popCartShipping {
	background: #2f5488;
	color: #fff;
}

.body-front-citypro .popcart-shipping-icon {
	color: #fff;
	text-shadow: none;
}

.body-front-citypro #cartCountryForm select {
	height: 24px;
	vertical-align: middle;
	color: #222;
}

.body-front-citypro #cartCountryForm .btn {
	height: 24px;
	vertical-align: middle;
	line-height: 24px;
	padding-bottom: 0;
	padding-top: 0;
	margin-left: 2px;
	border-style: none;
}

.body-front-citypro div.flex-caption {
	left: 40px;
	bottom: 50px;
	top: auto;
	right: auto;
	max-width: 700px;
	padding: 0px;
	background: none;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.body-front-citypro div.flex-caption h2 {
	font-size: 60px;
	font-weight: 700;
	line-height: 63px;
}

.body-front-citypro div.flex-caption p {
	font-size: 30px;
	font-weight: 600;
	line-height: 33px;
	color: #fff;
}

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

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

.body-front-citypro ol.flex-control-paging li a.flex-active {
	background: #456a9e;
}

.body-front-citypro .startpage-bar {
	border-style: none;
	background: none;
	padding: 0;
	border-radius: 0;
	margin: 30px 0 20px;
	font-size: 16px;
	color: #222;
}

.body-front-citypro .grid-gallery {
	margin-left: -1%;
}

.view-home .body-front-citypro .grid-gallery > li,
.body-front-citypro .grid-gallery > li {
	width: 19%;
	margin-left: 1%;
	margin-bottom: 1%;
	text-align: center;
}

.body-front-citypro .product-item__boxtext {
	font-size: 13px;
}

.body-front-citypro .product-item__heading {
	text-transform: none;
	font-weight: 600;
	font-size: 14px;
}

.body-front-citypro .product-item .price {
	font-size: 20px;
	font-weight: 700;
}

.body-front-citypro .startpage-intro-holder {
	width: 100%;
	background: #456a9e;
}

.body-front-citypro .startpage-intro {
	max-width: 1150px;
	margin: 20px auto 0px;
	padding: 40px 0;
	color: #fff;
}

.body-front-citypro .startpage-intro a {
	color: #b4ccef;
}

.body-front-citypro .startpage-intro a:hover {
	color: #fff;
}

.body-front-citypro .startpage-intro .grid-item a {
	display: inline-block;
	padding: 5px 20px;
	border: 2px solid #9cd24b;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}

.body-front-citypro .startpage-intro .grid-item a:hover {
	background: #9cd24b;
}

.body-front-citypro .startpage-intro h1 {
	font-size: 50px;
	margin-bottom: 0;
}

.body-front-citypro .startpage-intro h2 {
	color: #7ea9eb;
	font-size: 24px;
	background-image: url(../design/h2_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.body-front-citypro .l-footer-holder {
	border-top: 1px solid #eee;
}

.body-front-citypro .l-footer-payment {
	display: block;
	border-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.body-front-citypro .l-footer-payment .klarna-logo-list {
	width: auto;
	max-width: 100%;
	margin-top: 15px;
}

.body-front-citypro .l-footer h3 {
	color: #456a9e;
}

.body-front-citypro .l-footer a {
	color: #222;
}

.body-front-citypro .l-footer a:hover {
	color: #456a9e;
}

.body-front-citypro .l-footer-col-4 li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}

.body-front-citypro .l-footer-bottom {
	font-size: 12px;
}

.body-front-citypro .highlight-bar {
	background: #f5f5f5;
	border-style: none;
}

.body-front-citypro .vat-selector {
	position: static;
	bottom: auto;
	right: auto;
}

.body-front-citypro .btn {
	display: inline-block;
	padding: 6px 15px;
	border: 2px solid #f3f3f3;
	border-radius: 0px;
	background-image: none;
	background-color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	line-height: 1;
	cursor: pointer;
}

.body-front-citypro .btn:hover {
	color: #666;
}

.body-front-citypro .btn--primary {
	border: 2px solid #9cd24b;
	text-shadow: none;
	background-color: #9cd24b;
	color: #fff;
}

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

.body-front-citypro .product-cart-button-wrapper .btn--primary {
	height: 40px;
	line-height: 40px;
	padding-bottom: 0;
	padding-top: 0;
	font-size: 16px;
}

.body-front-citypro #rabattkodknapp {
	line-height: 25px;
}

.body-front-citypro .product-quantity {
	height: 40px;
	width: 45px;
}

.body-front-citypro .checkout-stepnumber {
	background: #9cd24b;
}

.body-front-citypro .checkout-cart-topay {
	color: #8fc53d;
}

.body-front-citypro .price {
	color: inherit;
}

.body-front-citypro h1,
.body-front-citypro h2,
.body-front-citypro h3,
.body-front-citypro h4,
.body-front-citypro h5,
.body-front-citypro h6 {
	font-weight: 700;
	text-transform: uppercase;
}

.body-front-citypro h1 {
	font-size: 24px;
	line-height: 1.25;
}

.body-front-citypro h2 {
	font-size: 20px;
}

.body-front-citypro h3 {
	font-size: 16px;
}

.body-front-citypro h4 {
	font-size: 14px;
}

.body-front-citypro h5 {
	font-size: 12px;
}

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

.startpage-intro .grid-item p {
	margin-bottom: 5px;
}

.startpage-intro .grid-item img {
	height: auto !important;
}

.body-front-skyltab .price-discount,
.body-front-signimport .price-discount,
.body-front-citypro .price-discount {
	color: #c00;
}

.body-front-skyltab .btn--large,
.body-front-citypro .btn--large,
.body-front-signimport .btn--large {
	padding: 10px 30px;
	font-size: 20px;
}

/*
	New css-code
*/

.annanlevadress {
	margin-bottom: 10px;
	padding-bottom: 0px;
}

.annanlevadress label {
	text-transform: uppercase;
}

.annanlevadress input[type="checkbox"] + label:before {
	margin-top: 8px;
	margin-right: 10px;
}

.seperate-delivery__editable {
	margin-bottom: 27px;
	font-style: italic;
	color: #666;
}

.supportknapp {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

.supportknapp a {
	color: #fff !important;
}

.editable-contact-img {
	width: 45%;
	float: right;
	overflow: hidden;
}

.editable-contact-text {
	width: 100%;
	float: left;
	overflow: hidden;
	padding-bottom: 20px;
}

.contact-wrapper {
	width: 55%;
	float: left;
}

.teleavisering {
	border: 1px solid;
	padding: 20px 5px;
	background-color: #f9f9f9;
	font-weight: 600;
	max-width: 350px;
}

.private-customer {
	display: inline;
	position: fixed;
	z-index: 9999;
	bottom: 100px;
	right: 10px;
	padding: 10px;
	background-color: #0067b3;
	color: #fff;
	border-radius: 20px;
	max-width: 105px;
	text-align: center;
}

.private-customer p,
.private-customer a {
	color: #fff;
}

.view-contact-private .private-customer {
	display: none;
}

.view-contact-private .private-customer-application {
	margin: 40px 0;
	padding: 0;
}

.private-customer-application .input-group .input-group__item:first-child {
	width: 100%;
}

@-webkit-keyframes drive {
	50% {
		left: 15%;
	}
	75% {
		left: 100%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-ms-filter: none;
		/*IE*/
		-webkit-filter: none;
		filter: none;
		/*IE*/
	}
	76% {
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
		-ms-filter: fliph;
		/*IE*/
		-webkit-filter: fliph;
		filter: fliph;
		/*IE*/
	}
	99% {
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
		-ms-filter: fliph;
		/*IE*/
		-webkit-filter: fliph;
		filter: fliph;
		/*IE*/
	}
	100% {
		left: 15%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-ms-filter: none;
		/*IE*/
		-webkit-filter: none;
		filter: none;
		/*IE*/
	}
}

@keyframes drive {
	50% {
		left: 15%;
	}
	75% {
		left: 100%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-ms-filter: none;
		/*IE*/
		-webkit-filter: none;
		filter: none;
		/*IE*/
	}
	76% {
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
		-ms-filter: fliph;
		/*IE*/
		-webkit-filter: fliph;
		filter: fliph;
		/*IE*/
	}
	99% {
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
		-ms-filter: fliph;
		/*IE*/
		-webkit-filter: fliph;
		filter: fliph;
		/*IE*/
	}
	100% {
		left: 15%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-ms-filter: none;
		/*IE*/
		-webkit-filter: none;
		filter: none;
		/*IE*/
	}
}

@-webkit-keyframes "drive" {
	50% {
		left: 15%;
	}
	75% {
		left: 100%;
		-webkit-transform: scaleX(1);
	}
	76% {
		-webkit-transform: scaleX(-1);
	}
	99% {
		-webkit-transform: scaleX(-1);
	}
	100% {
		left: 15%;
		-webkit-transform: scaleX(1);
	}
}

.banner-left-top {
	background: #9cd24b;
	color: #fff;
	padding: 11px;
	width: 300px;
	text-align: center;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	z-index: 99999999999;
	left: -65px;
	top: 55px;
}

.banner-left-top h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-bottom: 0px;
}

.banner-left-text {
	position: absolute;
	left: 1px;
	top: 300px;
	width: 315px;
	background: #fff;
	color: #000;
	z-index: 99999;
	padding: 10px 15px;
	border-radius: 4px;
	border: 1px solid #ccc;
	font-size: 12px;
	display: none;
}

/* Placeholders */

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #999;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
	opacity: 1;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #999;
}

.checkoutField {
	height: 36px;
}

.checkout-required {
	position: relative;
}

.checkout-required:after {
	content: "*";
	display: block;
	position: absolute;
	color: red;
	right: 10px;
	top: 10px;
	font-size: 14px;
	font-weight: bold;
}

.checkout-required--ok:after {
	display: none !important;
}

/*	==========================================================================
	Fastighetsbox
	========================================================================== */
/* neutralize */
.body-front-fastighetsbox .l-menubar {
	position: static;
	z-index: auto;
	min-height: 0;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	background-image: none;
}

.body-front-fastighetsbox .l-header__middle ul,
.body-front-fastighetsbox .l-menubar ul {
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 0;
	list-style: none;
}

.body-front-fastighetsbox div#topcart-holder {
	position: static;
	z-index: auto;
	float: none;
	margin-right: 0;
	margin-top: 0;
	height: auto;
}

.body-front-fastighetsbox div#topcart-area {
	display: block;
	height: auto;
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	font-size: 13px;
	line-height: 34px;
}
/* END neutralize */

html .body-front-fastighetsbox {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
}

html .body-front-fastighetsbox h1,
html .body-front-fastighetsbox h2,
html .body-front-fastighetsbox h3,
html .body-front-fastighetsbox h4,
html .body-front-fastighetsbox h5,
html .body-front-fastighetsbox h6 {
	font-weight: 400;
}

.body-front-fastighetsbox .l-header-holder {
	background-color: #303030;
}

.body-front-fastighetsbox .l-header {
	display: flex;
	justify-content: space-between;

	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-bottom: 18px;
	padding-left: 90px;
	padding-right: 90px;
	padding-top: 20px;
	max-width: 1600px;
}

/*
.view-home .body-front-fastighetsbox .l-header {
	max-width: 1090px;
	padding-right: 18px;
}
*/

.body-front-fastighetsbox .l-header__middle {
	color: #f2f2f2;
}

.body-front-fastighetsbox .l-header__middle ul {
	display: flex;
	flex: 1 1 auto;
	justify-content: space-between;
}

.body-front-fastighetsbox .l-header__middle li {
	display: flex;
	align-items: center;
	flex: 0 0 30%;

	margin-left: 0;
	text-transform: none;
}

.body-front-fastighetsbox .l-header__middle li:nth-child(2) {
	flex-grow: 1;

	max-width: 170px;
}

.body-front-fastighetsbox .l-header__middle li img {
	align-self: center;

	margin-right: 10px;
}

.body-front-fastighetsbox .l-header__bottom {
    position: relative;

	display: flex;
	align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    
	max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 8px;
	padding-right: 90px;
}
.body-front-fastighetsbox .l-header__bottom__left {
	max-width: 400px;
    width: 100%;
}
.body-front-fastighetsbox .l-header__bottom__left .site-search {
	margin-bottom: 0;
}
.body-front-fastighetsbox .l-header__bottom__right .vat-selector {
	position: relative;
	color: #fff;
}

.body-front-fastighetsbox .l-menubar-holder {
	/* padding-left: 90px;
	padding-right: 90px; */

	background-color: #242424;
}

.body-front-fastighetsbox .l-menubar {
	display: flex;
	justify-content: space-between;

	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
	padding-bottom: 6px;
	padding-left: 90px;
	padding-right: 90px;
	padding-top: 4px;

	color: #f2f2f2;
	text-transform: uppercase;
}

/*
.view-home .body-front-fastighetsbox .l-menubar {
	max-width: 1090px;
	padding-right: 20px;
} */

.body-front-fastighetsbox .l-menubar a {
	color: #f2f2f2;
}

.body-front-fastighetsbox .l-menubar ul {
	display: flex;
}

.body-front-fastighetsbox .l-menubar__left li + li {
	margin-left: 38px;
}

.body-front-fastighetsbox .l-menubar__right li + li::before {
	content: "|";
	margin-left: 10px;
	margin-right: 10px;
}

.body-front-fastighetsbox .topcart-button-inner {
	padding-left: 38px;
	padding-right: 38px;

	border: 2px solid #e8d40f;
	border-radius: 30px;
}

.body-front-fastighetsbox div#topcart-area {
	color: #f2f2f2;
	cursor: default;
}

.body-front-fastighetsbox div#topcart-area a {
	color: #f2f2f2;
	cursor: pointer;
	text-decoration: none;
}

.body-front-fastighetsbox #popcart {
	right: 5px;
	top: calc(100% - 18px);
	max-width: 350px;
	padding: 3px;
	border: 2px solid #303030;
	border-top-style: none;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: -1px 1px 8px rgba(50, 50, 50, 0.3);
	color: #666;
}

.body-front-fastighetsbox #popcart .btn {
	background-image: none;
	border: none;
	background-color: #e8d40f;
	border-radius: 30px;
	text-shadow: none;
	color: #303030;
}

.body-front-fastighetsbox #popCartShipping {
	background: #303030;
	color: #f2f2f2;
	margin: 4px;
	margin-bottom: 6px;
	padding: 4px;
	font-weight: 600;
	font-size: 11px;
}

.body-front-fastighetsbox #popCartShipping a,
.body-front-fastighetsbox #popCartShipping a:hover {
	text-decoration: underline;
	color: #f2f2f2;
}

.body-front-fastighetsbox .popcart-shipping-icon {
	color: #f2f2f2;
}

.body-front-fastighetsbox #popcart .price {
	color: #303030;
}

.body-front-fastighetsbox .site-logo {
	display: block;

	margin-bottom: 0;
	margin-left: -75px;
	margin-top: 0;
	max-width: 310px;
}

.body-front-fastighetsbox .topcart-count {
	margin-left: 0;
	margin-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;

	background-color: #e8d40f;
	color: #303030;
	border-radius: 30px;
}

/*____________________________________________________________________________*/
.body-front-fastighetsbox .l-holder {
	max-width: 1600px;
	padding-left: 90px;
	padding-right: 90px;
	overflow: hidden;
}

.body-front-fastighetsbox .l-holder {
	margin-left: 0;
	margin-right: 0;
}

.body-front-fastighetsbox .l-content,
.body-front-fastighetsbox .l-inner,
.body-front-fastighetsbox .view-home .l-inner {
	margin-left: 0;
	margin-right: 0;
}

.body-front-fastighetsbox .bilderx {
	position: relative;

	margin-bottom: 2%;
	width: 100%;
}

.body-front-fastighetsbox .bilderx a {
	display: block;
}

.body-front-fastighetsbox .bilderx a img {
	margin: 0;
	width: 100%;
}

.body-front-fastighetsbox .bilder-textx {
	position: absolute;
	left: 0;
	bottom: 176px;
	top: auto;

	display: block;
	float: none;
	padding: 10px 20px;
	width: fit-content;

	background-color: #ffffffc7;
	font-size: 16px;
}

.body-front-fastighetsbox .bilder-textx a {
	display: block;
}

.body-front-fastighetsbox .bilder-text2x {
	position: absolute;
	bottom: 24px;
	left: auto;
	right: 0;
	top: auto;

	display: block;
	float: none;
	padding: 10px 20px;
	width: fit-content;

	background-color: #ffffffc7;
	font-size: 16px;
	text-align: right;
}

.body-front-fastighetsbox .bilder-text2x a {
}

/*

.body-front-fastighetsbox .bilder-textx {
	position: absolute;
	left: 0;
	top: 332px;

	display: block;
	float: none;
	padding: 10px 20px;
	width: fit-content;

	background-color: #ffffffc7;
	font-size: 16px;
}

.body-front-fastighetsbox .bilder-textx {
	position: absolute;
	bottom: 142px;
	padding: 10px 20px;
	background-color: #ffffffc7;
	font-size: 16px;
}

.body-front-fastighetsbox .bilder-text2x {
	position: absolute;
	left: unset;
	right: 0;
	top: 539px;

	display: block;
	float: none;
	padding: 10px 20px;
	width: fit-content;

	background-color: #ffffffc7;
	font-size: 16px;
	text-align: right;
}

.body-front-fastighetsbox .bilder-text2x {
	position: absolute;
	bottom: 24px;
	right: 0;
	padding: 10px 20px;
	background-color: #ffffffc7;
	font-size: 16px;
	text-align: right;
}
*/

.body-front-fastighetsbox .fastighetsbox .ruta1-5 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.body-front-fastighetsbox .fastighetsbox .ruta-text {
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;

	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 90%;

	background: rgba(1, 1, 1, 0.5) !important;
	color: white;
	font-size: 23px;
	text-align: center;
}

.body-front-fastighetsbox .fastighetsbox .ruta1-2 {
	position: relative;

	flex: 0 0 49%;

	display: block;
	border: none;
	height: auto;
	margin: 0;
	margin-bottom: 2%;
}

.body-front-fastighetsbox .fastighetsbox .ruta1-2 a {
	display: block;
}

.body-front-fastighetsbox .fastighetsbox .ruta1-2 img {
	height: auto;
}

.body-front-fastighetsbox .fastighetsbox .ruta3-5 {
	position: relative;
	top: auto;

	flex: 0 0 32%;

	display: block;
	border: none;
	height: auto;
	margin: 0;
}

.body-front-fastighetsbox .fastighetsbox .ruta3-5 a {
	display: block;
}

.body-front-fastighetsbox .fastighetsbox .ruta3-5 img {
	height: auto;
}

.body-front-fastighetsbox .fastighetsbox .bilder {
	position: relative;

	margin-top: 2%;
	width: 100%;
}

.body-front-fastighetsbox .fastighetsbox .bilder a {
	display: block;
}

.body-front-fastighetsbox .fastighetsbox .bilder img {
	margin-left: 0;
	width: 100%;
}

.body-front-fastighetsbox .bilder-text {
	position: absolute;
	bottom: 176px;
	left: 0;
	top: auto;

	display: block;
	float: none;
	padding: 10px 20px;

	background-color: #ffffffc7;
	font-size: 30px;
}

.body-front-fastighetsbox .bilder-text2 {
	position: absolute;
	bottom: 24px;
	left: auto;
	right: 0;
	top: auto;

	display: block;
	float: none;
	padding: 10px 20px;

	background-color: #ffffffc7;
	font-size: 30px;
	text-align: right;
}

/* neutralize */
.body-front-fastighetsbox .huvudtext {
	position: static;
	top: auto;
}

.body-front-fastighetsbox .huvudtext .marks {
	position: static;

	display: block;
	float: none;
	margin: 0;
	width: auto;

	text-align: left;
}

.body-front-fastighetsbox .huvudtext .marks-right img {
	position: static;

	display: block;
	float: none;
	margin: 0;

	text-align: left;
}

.body-front-fastighetsbox .huvudtext .marks2 {
	position: static;

	display: block;
	width: auto;
}

.body-front-fastighetsbox .huvudtext .marks2 img {
	float: none;
}

.body-front-fastighetsbox .huvudtext .marks-right2 {
	position: static;

	display: block;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	width: auto;

	line-height: normal;
	text-align: left;
}
/* END neutralize */

.body-front-fastighetsbox .huvudtext {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;

	margin-top: 2%;
}

.body-front-fastighetsbox .huvudtext div {
	flex: 0 0 49%;
}

.body-front-fastighetsbox .huvudtext div:nth-child(odd) {
	text-align: right;
}

.body-front-fastighetsbox .l-footer {
	padding-left: 15px;
	padding-right: 15px;
}

.body-front-fastighetsbox .grid-gallery-subcategories {
	text-align: center;
}

.view-checkout .body-front-fastighetsbox .l-header__right {
	display: none;
}

.view-checkout .body-front-fastighetsbox .l-header__middle {
	flex: 0 0 auto;

	margin-left: 0;
	margin-top: 0;
	max-width: 65%;
}

.view-checkout .body-front-fastighetsbox .l-header__middle li {
	flex: 0 0 27%;
}

.body-front-fastighetsbox .price {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

.body-front-fastighetsbox .menu-node {
	color: #303030;
}

.body-front-fastighetsbox .checkout-stepnumber {
	background-color: #e8d40f;
	color: #222;
}

.body-front-fastighetsbox .is-menubar-sticky{
	z-index: 3;
}

/*	==========================================================================
Entreprodukter
========================================================================== */

/*
* Base
*/
:root {
	--ent-primary-color: #ffbd59;
	--ent-primary-color-text: #fff;
	--ent-secondary-color: #fff;
	--ent-secondary-color-text: #000;
	
	--ent-primary-bg-color: #000000;
	--ent-secondary-bg-color: #4a4a49;
	--ent-tertiary-bg-color: #fff;
	
	--ent-content-width: 1340px;
}

.body-front-entreprodukter {
	font-size: 16px;
}

.body-front-entreprodukter h1,
.body-front-entreprodukter h2,
.body-front-entreprodukter h3,
.body-front-entreprodukter h4,
.body-front-entreprodukter h5,
.body-front-entreprodukter h6 {
	font-weight: 700;
	text-transform: uppercase;
}

.body-front-entreprodukter h1 {
	font-size: 24px;
	line-height: 1.25;
}

.body-front-entreprodukter h2 {
	font-size: 20px;
}

.body-front-entreprodukter h3 {
	font-size: 16px;
}

.body-front-entreprodukter h4 {
	font-size: 14px;
}

.body-front-entreprodukter h5 {
	font-size: 12px;
}

.body-front-entreprodukter a {
	color: #000;
}
.body-front-entreprodukter a:hover {
	color: var(--ent-primary-color);
}

.body-front-entreprodukter {
	font-family: 'Arimo', sans-serif;
}

.body-front-entreprodukter img {
	height: auto;
}

/*
* Layout
*/
.body-front-entreprodukter .l-header {
	max-width: var(--ent-content-width);
	margin: 0 auto;
}
.body-front-entreprodukter .l-constrained {
	max-width: var(--ent-content-width);
}
.body-front-entreprodukter .l-holder {
	max-width: var(--ent-content-width);
}

/*
* Module
*/
/* Styled selects */
.styled-select {
	position: relative;
	display: inline-block;
}

.styled-select__title {
	position: relative;
	padding: 4px 20px 4px 5px;
	cursor: pointer;
}

.styled-select__title .wgr-icon {
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;

	height: 11px;
	margin: auto;

	font-size: 11px;
}

.styled-select__dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;

	min-width: 100%;
	margin: 0;
	padding: 7px 0;
	border: 1px solid #e7e7e7;

	background: #fff;
	font-size: 13px;
	line-height: 1.3;
	text-align: left;

	display: none;
	white-space: nowrap;
}

.styled-select.is-opened .styled-select__dropdown {
	display: block;
}

.styled-select__dropdown--right {
	right: 0;
	left: auto;
}

.styled-select__dropdown > li {
	display: block;
}

.styled-select__dropdown > li > a,
.styled-select__dropdown > li > input[type="radio"] + label {
	display: block;
	padding: 3px 15px;
}

.styles-vat-selector {
    display: flex;
    justify-content: space-between;
    align-items: center;

    border-radius: 20px;
    padding: 6px 20px;
	
	background: var(--ent-tertiary-bg-color);
    color: var(--ent-secondary-color-text);
    font-weight: 700;
	cursor: pointer;
}

.styled-select-icon {
	margin-left: 5px;
	font-size: 16px;
}

/* Filter */
.body-front-entreprodukter .filter-module__heading {
	border-color: var(--ent-primary-color);
	color: var(--ent-primary-color);
}

/*
* header
*/
.body-front-entreprodukter .l-header__left {
	display: flex;
    align-items: center;
}
.body-front-entreprodukter .dropdown-icon-ent {
	color: var(--ent-primary-color);
	font-size: 50px;
}


.body-front-entreprodukter .site-logo {
	margin-bottom: 15px;
}

.body-front-entreprodukter a:hover,
.body-front-entreprodukter .dropdown__service a:hover,
.body-front-entreprodukter .dropdown__products a:hover {
	-webkit-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	text-decoration: none;
	color: var(--ent-primary-color) !important;
}

.body-front-entreprodukter .l-holder {
	background: var(--ent-tertiary-bg-color);
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}


.view-home .body-front-entreprodukter .l-holder {
	max-width: none;
	margin-top: 0;
	margin-bottom: 0;
}

.view-home .body-front-entreprodukter .l-main {
	margin-bottom: 0;
	background-color: var(--ent-tertiary-bg-color);
}

.body-front-entreprodukter .startpage-holder {
	max-width: 1150px;
	margin: 0 auto;
}

.body-front-entreprodukter .l-inner,
.body-front-entreprodukter .l-content,
.body-front-entreprodukter .l-main {
	margin-left: 0;
	margin-right: 0;
}

.body-front-entreprodukter .l-top-menu-holder {
	width: 100%;
	background: #456a9e;
	z-index: 11;
	position: relative;
	height: 45px;
}

.body-front-entreprodukter .l-top-menu-holder.is-menubar-sticky {
	position: fixed;
}

.body-front-entreprodukter .l-top-menu {
	position: relative;

	display: flex;
    flex-direction: row-reverse;

	max-width: 1150px;
	margin: 0 auto;
	height: 45px !important;
	line-height: 45px;
	
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.body-front-entreprodukter .l-top-menu a {
	color: #fff;
}

.body-front-entreprodukter .l-top-menu__left {
	display: flex;
	flex-direction: row-reverse;
}

.body-front-entreprodukter .l-top-menu__right {
	float: right;
}

.body-front-entreprodukter .l-top-menu__middle {
	overflow: hidden;
	text-align: right;
}

.body-front-entreprodukter .l-top-menu__left * {
	margin-bottom: 0;
}

.l-top-menu__left__right {
	float: right;
	padding-left: 30px;
}

.body-front-citypro .l-top-menu__left__right {
	position: relative;
	padding: 0 10px 0 50px;
}

.body-front-citypro .l-top-menu__left__right img {
	position: absolute;
	bottom: 20px;
	left: 15%;
	-webkit-animation: drive 10s ease-out;
	animation: drive 10s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.body-front-entreprodukter .l-top-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.body-front-entreprodukter .l-top-menu li {
	display: inline-block;
}

.body-front-entreprodukter .has-dropdown__service {
	margin-left: 30px;
	cursor: pointer;
	position: relative;
}

.body-front-entreprodukter .has-dropdown__service,
.body-front-entreprodukter .l-top-menu__left p {
	display: inline-block;
}

.body-front-signimport .is-menubar-sticky .site-search {
	height: 55px;
}

.body-front-signimport .is-menubar-sticky .l-top-menu__left {
	display: flex;
}

.body-front-signimport .is-menubar-sticky .has-dropdown__service {
	width: 100%;
	margin-left: 0;
}

.body-front-signimport .l-top-menu__left .site-search {
	background: #b5070d;
}

.body-front-citypro .l-top-menu__left .site-search {
	background: #39ac3e;
}

.body-front-citypro .is-menubar-sticky .site-search {
	height: 55px;
}

.body-front-entreprodukter .l-mobile-search {
	display: none;
}

.body-front-entreprodukter .dropdown__service {
	display: none;
	position: absolute;
	top: 100%;
	background: #2f5488;
	padding: 7px 20px 10px 15px;
	z-index: 11;
	line-height: normal;
	min-width: 100%;
	font-size: 14px;
	text-transform: none;
}

.body-front-entreprodukter .dropdown__service ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.body-front-entreprodukter .dropdown__service li {
	display: block;
}

.body-front-entreprodukter .l-header-holder {
	position: sticky;
    top: 0;
    z-index: 11;

	width: 100%;

	background: var(--ent-primary-bg-color);
	color: var(--ent-primary-color-text);
}
.body-front-entreprodukter .l-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.body-front-entreprodukter .l-header__right {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.body-front-entreprodukter .l-header__middle__top {
	margin-bottom: 1em;
	max-width: 610px;
    width: 100%;
}

.body-front-entreprodukter .l-header__middle__top ul {
	display: flex;
	justify-content: space-between;

	margin: 0;
	padding: 0;
	list-style: none;

	font-size: 18px;
}
.body-front-entreprodukter .l-header__middle {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
	flex: 1;
}

.body-front-entreprodukter .l-header__middle__bottom,
.body-front-entreprodukter .site-search {
	max-width: 650px;
    width: 100%;
}
.body-front-entreprodukter .site-search {
	border-radius: 40px;
	height: 60px;
	margin-bottom: 0;
}

.body-front-entreprodukter .site-search__input {
	border-style: none;
	border-radius: 0px;
	border-right-style: none;
	height: 38px;
	padding-left: 32px;
	width: 85%;

	color: #999;
	font-size: 16px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.body-front-entreprodukter .site-search__btn {
	border-radius: 0px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	width: 15%;
	
	background: var(--ent-tertiary-bg-color);
	color: #999999;
	font-size: 26px;
	text-align: center;
}

.body-front-entreprodukter .l-menubar-holder {
	position: sticky;
    top: 134px;
	z-index: 10;
	
	width: 100%;

	background: var(--ent-tertiary-bg-color);
	color: var(--ent-secondary-color-text);
}

.body-front-entreprodukter .l-menubar-holder.is-menubar-sticky {
	position: fixed;
	margin-top: 55px;
	border-top: 1px solid #fff;
}

.body-front-entreprodukter .is-menubar-sticky .l-top-menu__left > p > img {
	display: none;
}

.body-front-entreprodukter .l-menubar {
	position: relative;

	border-style: none;
	border-radius: 0;
	margin: 0 auto;
	max-width: var(--ent-content-width);
	
	background: none;
}

.body-front-entreprodukter .has-dropdown__products {
	cursor: pointer;
}

.body-front-entreprodukter .has-dropdown__products img,
.body-front-entreprodukter .has-dropdown__service img {
	margin-left: 5px;
}

.body-front-entreprodukter .has-dropdown__products:hover > span,
.body-front-entreprodukter .has-dropdown__service:hover > span {
	opacity: 0.8;
}

.body-front-entreprodukter .dropdown__products {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 11;

	display: none;
	padding: 7px 20px 10px 15px;
	line-height: normal;
	overflow: hidden;
	width: 100%;
	
	background: var(--ent-primary-bg-color);
	font-size: 14px;
	font-weight: 700;
	
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.body-front-entreprodukter .dropdown__products__left {
	width: 65%;
	float: left;
	padding-top: 10px;
}

.body-front-entreprodukter .dropdown__products__right {
	width: 30%;
	float: right;
	overflow: hidden;
}

.body-front-entreprodukter .dropdown__products__right h2 {
	position: absolute;
	top: 30px;
	right: -30px;
	background: #9cd24b;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 25px;
	width: 170px;
	-ms-transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	font-family: "Lato", sans-serif;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	display: block;
}

.body-front-entreprodukter .dropdown__products > div > ul > li {
	display: inline-block;
	vertical-align: top;
	margin-top: 8px;
	width: 33%;
}

.body-front-entreprodukter .dropdown__products ul ul,
.body-front-citypro .dropdown__products ul ul,
.body-front-signimport .dropdown__products ul ul {
	display: none;
}

.body-front-entreprodukter .dropdown__products a {
	color: #fff;
}

.body-front-entreprodukter .dropdown__products ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.body-front-entreprodukter .dropdown__products ul ul a {
	font-style: italic;
	padding-left: 10px;
	font-size: 12px;
}

.body-front-entreprodukter .dropdown__products .has-dropdown .wgr-icon {
	margin-left: 0;
}

.body-front-entreprodukter .dropdown__products .wgr-icon {
	color: var(--ent-primary-color);
	font-weight: 700;
	font-size: 17px;
	vertical-align: middle;
}
.body-front-entreprodukter .l-menubar .nav > li > a,
.body-front-entreprodukter .site-nav > li > a,
.body-front-entreprodukter .site-nav > li > span,
.body-front-entreprodukter .site-nav-secondary > li > a,
.body-front-entreprodukter .site-nav-secondary > li > h3,
.body-front-entreprodukter .site-nav-secondary > li > span {
	display: block;
	border-style: none;
	border-bottom: 1px solid transparent;
	margin: 0 20px 0 0;
	line-height: 54px;
	
	color: var(--ent-secondary-color-text);
	cursor: pointer;
	font-size: 20px;
	font-weight: 700;
	text-transform: none;
	
	box-shadow: none;
	-webkit-box-shadow: none;
	white-space: nowrap;
}
.body-front-entreprodukter .site-nav-secondary > li {
	margin-right: 20px;
}
.body-front-entreprodukter .site-nav-secondary > li > a,
.body-front-entreprodukter .site-nav-secondary > li > h3,
.body-front-entreprodukter .site-nav-secondary > li > span {
	padding-left: 0;
	padding-right: 0;
}

.body-front-entreprodukter .l-menubar .nav > li > a:hover,
.body-front-entreprodukter .site-nav > li > a:hover,
.body-front-entreprodukter .site-nav-secondary > li > a:hover,
.body-front-entreprodukter .site-nav-secondary > li:hover > a,
.body-front-entreprodukter .site-nav-secondary > li:hover > h3 {
    border-color: var(--ent-primary-color);
}
.body-front-entreprodukter .site-nav-secondary > li:hover > a,
.body-front-entreprodukter .site-nav-secondary > li:hover > h3 {
    color: var(--ent-primary-color);
}

.body-front-entreprodukter .site-nav > li > span.choose-here,
.body-front-entreprodukter .site-nav-secondary > li > span.choose-here {
	font-family: "Courgette", cursive;
	font-weight: 400;
	color: #9cd24b;
}

/*
* Entereprodukter Cart
*/

.body-front-entreprodukter .topcart-empty {
	padding-right: 20px;
	display: inline-block;
}

.body-front-entreprodukter div#topcart-area {
	position: relative;
	top: 0;
	
	border-style: none;
	border-radius: 0;
	padding: 0;
	height: auto;
	line-height: 45px;
	margin: 0 0 0 30px;
	
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.body-front-entreprodukter .topcart-count {
	position: absolute;
    top: -11px;
    right: -17px;
    
    display: flex;
    justify-content: center;
    align-items: center;

	border-radius: 50%;
    height: 30px;
	margin-left: 0;
    width: 30px;

	background-color: #00cc00;
	font-size: 16px;
	text-align: center;
}

.body-front-entreprodukter .topcart-icon {
	height: auto;
	margin-bottom: 0;
	max-width: 60px;
	width: 100%;
}

.body-front-entreprodukter div#topcart-holder {
	float: none;
	height: auto;
}

.body-front-entreprodukter div#topcart-holder .btn--primary {
	height: 58px;
	line-height: 58px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 20px;
	border-style: none;
}

.body-front-entreprodukter .topcart-arrow {
	margin-left: 10px;
	margin-right: 10px;
}

.body-front-entreprodukter div#popcart {
	top: calc(100% - 2.5em);
	right: 0;
	
	border: 2px solid #000;
	border-radius: 4px;
	line-height: normal;
	
	background: #fff;
	color: #000;
	font-size: 14px;
	text-transform: none;
}

.body-front-entreprodukter div#popcart table tbody tr {
	display: block;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
}

.body-front-entreprodukter div#popcart table a {
	color: #000;
}

.body-front-entreprodukter div#popcart .wgr-icon {
	color: #595959;
}

.body-front-entreprodukter div#popCartShipping {
	background: #000;
	color: #fff;
}

.body-front-entreprodukter div#popCartShipping a {
	color: #fff;
}

.body-front-entreprodukter .popcart-shipping-icon {
	color: #fff;
	text-shadow: none;
}

.body-front-entreprodukter #cartCountryForm select {
	height: 24px;
	vertical-align: middle;
	color: #222;
}

.body-front-entreprodukter #cartCountryForm .btn {
	height: 24px;
	vertical-align: middle;
	line-height: 24px;
	padding-bottom: 0;
	padding-top: 0;
	margin-left: 2px;
	border-style: none;
}

/*
* Entreprodukter Flexslider
*/

.body-front-entreprodukter div.flex-caption {
	left: 40px;
	bottom: 50px;
	top: auto;
	right: auto;
	max-width: 700px;
	padding: 0px;
	background: none;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.body-front-entreprodukter div.flex-caption h2 {
	font-size: 60px;
	font-weight: 700;
	line-height: 63px;
}

.body-front-entreprodukter div.flex-caption p {
	font-size: 30px;
	font-weight: 600;
	line-height: 33px;
	color: #fff;
}

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

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

.body-front-entreprodukter ol.flex-control-paging li a.flex-active {
	background: #456a9e;
}

/*
* Entreprodukter startpage
*/

.view-home .body-front-entreprodukter .grid-gallery--categories {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1em;

	border-style: none;
    margin-left: auto;
    margin-right: auto;
	max-width: var(--ent-content-width);
}
.view-home  .body-front-entreprodukter .category-item {
	position: relative;

	border-style: none;
	margin: 0 !important;
	overflow: hidden;
	padding: 0;
	width: auto !important;

	background: #fff;
	text-align: center;
	cursor: pointer;
}

.view-home  .body-front-entreprodukter .category-item__img {
	position: relative;

	height: auto;
    line-height: normal;
	margin-bottom: 0;
    padding-bottom: 60%;
}
.view-home .body-front-entreprodukter .category-item__img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	margin: auto;
	max-height: 100%;
}
.view-home .body-front-entreprodukter .category-item__heading {
	overflow: hidden;
}

.view-home .body-front-entreprodukter .category-item__heading a {
	color: var(--ent-secondary-color-text);
	text-decoration: none;
}
.view-home .body-front-entreprodukter .category-item__body {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    background-color: rgba(00,0,0,0.5);
    color: var(--ent-primary-color-text);
    font-size: 2.4rem;
}

.body-front-entreprodukter .startpage-intro {
	max-width: var(--ent-content-width);
	margin: 20px auto 0px;
	padding: 40px 0;
	color: #000;
}

/* startpage big content */

.body-front-entreprodukter .startpage-big-content {
	margin-bottom: 2em;
	margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
}

.body-front-entreprodukter .startpage-big-content figure {
	position: relative;

    display: flex;
    align-items: center;
    justify-content: flex-start;

	margin: 0;
}
.body-front-entreprodukter .startpage-big-content figure img {
	height: auto;
}
.body-front-entreprodukter .startpage-big-content figcaption {
	position: absolute;
	left: 0.1em;

	padding-left: 3em;
    max-width: 50%;

	background-color: rgba(0,0,0,0.3);
	color: var(--ent-primary-color-text);
	font-size: 5rem;
    font-weight: 700;
}
.body-front-entreprodukter .startpage-big-content .grid-item {
	margin-bottom: 0;
}
.body-front-entreprodukter .startpage-big-content .grid-content {
	position: relative;
}
.body-front-entreprodukter .startpage-big-content .grid .grid {
    position: absolute;
    top: calc(50% - 142px);
    left: calc(50% + 91px);

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    height: 100%;
	margin-left: 0;
    max-height: 285px;
    max-width: 285px;
    padding: 1.2em 1.5em;
    width: 100%;
	
	background: var(--ent-primary-color);
	color: var(--ent-primary-color-text);
	font-size: 48px;
	font-weight: 700;
    text-align: center;
    line-height: normal;
}
.body-front-entreprodukter .startpage-big-content .grid .grid .grid-item {
	padding-left: 0;
	margin-bottom: 0;
}

/* Startpage constrained content */
.body-front-entreprodukter .startpage-constrained-content  {
	margin-bottom: 2em;
}
.body-front-entreprodukter .startpage-constrained-content .grid-2 {
	display: flex;
    justify-content: space-between;

	margin-left: 0;
}
.body-front-entreprodukter .startpage-constrained-content .grid-2::after,
.body-front-entreprodukter .startpage-constrained-content .grid-2::before {
	content: none;
}
.body-front-entreprodukter .startpage-constrained-content .grid-item {
	position: relative;

	margin-bottom: 0;
	padding-left: 0;
	width: auto;
}
.body-front-entreprodukter .startpage-constrained-content .grid .grid-item h3 {
	font-size: 2.8rem;
    font-weight: 700;
    text-transform: none;
}
.body-front-entreprodukter .startpage-constrained-content .grid .grid-item a {
	color: var(--ent-primary-color-text);
	font-size: 1.6rem;
    font-weight: 700;
}
.body-front-entreprodukter .startpage-constrained-content .grid .grid {
	position: absolute;
	top: calc(50% - 62px);
    left: 0;
	right: 0;

	padding-left: 0;
	margin-left: 0;

	background-color: rgba(0,0,0,0.3);
	color: var(--ent-primary-color-text);
	font-size: 1.6rem;
    font-weight: 700;
}

.body-front-entreprodukter .startpage-constrained-content .grid .grid .grid-item {
    padding-bottom: 1em;
	padding-left: 1em;
	padding-top: 1em;
}

.body-front-entreprodukter .startpage-constrained-content > .grid-1-1 {
    margin-bottom: 2em;
	margin-top: 2em;

	text-align: center;
}
.body-front-entreprodukter .startpage-constrained-content .grid-1-1 h4 {
	font-size: 3rem;
	font-weight: 700;
}
.body-front-entreprodukter .startpage-constrained-content .grid-1-1,
.body-front-entreprodukter .startpage-constrained-content .grid-1-1 a {
	font-size: 1.6rem;
	font-weight: 700;
}

/*
* Startpage Bar
*/

.body-front-entreprodukter .startpage-bar {
	border-style: none;
	background: none;
	padding: 0;
	border-radius: 0;
	margin: 30px 0 20px;
	font-size: 16px;
	color: #222;
}

/* Gallery */

.body-front-entreprodukter .grid-gallery {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2em;

	margin-left: 5px;
    margin-right: 5px;
}
.body-front-entreprodukter .grid-gallery.grid-gallery--categories {
	grid-template-columns: repeat(7, 1fr);

    margin-bottom: 15px;
	padding-bottom: 15px;
}
.body-front-entreprodukter .grid-gallery .category-item__img {
	height: 135px;
	line-height: 135px;
	overflow: hidden;
}

.view-home .body-front-entreprodukter .grid-gallery > li,
.body-front-entreprodukter .grid-gallery > li,
.body-front-entreprodukter .grid-gallery.grid-gallery-recommended > li {
	border-color: #e9e9e9;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;

    text-align: center;
 }

 .body-front-entreprodukter .grid-gallery-subcategories .category-item-noimages a {
	color: #000;
 }
 .body-front-entreprodukter .grid-gallery-subcategories .category-item-noimages:hover a {
	color: var(--ent-primary-color);
 }

.body-front-signimport .grid-gallery.grid-gallery-recommended > li,
.body-front-citypro .grid-gallery.grid-gallery-recommended > li,
.grid-gallery.grid-gallery-recommended > li {
	width: 32%;
}

.body-front-entreprodukter .grid-gallery.grid-gallery--popup > li {
	width: 48%;
}

.body-front-entreprodukter .product-item__boxtext {
	font-size: 13px;
}
.body-front-entreprodukter .product-item__heading {
	text-transform: none;
    font-weight: 400;
    font-size: 14px;
}
.body-front-entreprodukter .category-item__heading {
    color: #000;
    font-size: 13px;
    font-weight: 400;
}

.body-front-entreprodukter .product-item .price {
	color: #6b9834;
	font-size: 20px;
	font-weight: 700;
}

.body-front-entreprodukter .category-item__heading {
	font-size: 15px;
	white-space: normal;
	height: 42px;
	overflow: hidden;
}

.body-front-entreprodukter .category-item__heading a {
	color: var(--ent-secondary-color-text);
	font-size: 14px;
	font-weight: 400;
}

.body-front-entreprodukter .category-id_83 {
	font-size: 14px;
	height: auto;
}

.body-front-entreprodukter .startpage-intro-holder {
	width: 100%;
	background: var(--ent-tertiary-bg-color);
}

.body-front-entreprodukter .startpage-intro a {
	color: #b4ccef;
}

.body-front-entreprodukter .startpage-intro a:hover {
	color: #fff;
}

.body-front-entreprodukter .startpage-intro .grid-item a {
	display: inline-block;
	padding: 5px 20px;
	border: 2px solid #9cd24b;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}

.body-front-entreprodukter .startpage-intro .grid-item a:hover {
	background: #9cd24b;
}

.body-front-entreprodukter .startpage-intro h1 {
	font-size: 50px;
	margin-bottom: 0;
}

.body-front-entreprodukter .startpage-intro h2 {
	color: #000;
	font-size: 24px;
	background-image: url(../design/h2_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

/*
* Footer
*/
.body-front-entreprodukter .l-footer {
	display: grid;
	grid-template-columns: repeat(3, 1fr);

	max-width: var(--ent-content-width);
}
.body-front-entreprodukter .l-footer-holder {
	border-style: none;
	padding: 5em 0;

	background-color: var(--ent-primary-bg-color);
	color: var(--ent-primary-color-text);
}

.body-front-entreprodukter .l-footer-col {
	float: none;
	width: 100%;
}

.body-front-entreprodukter .l-footer-payment {
	display: block;
	border-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.body-front-entreprodukter .l-footer-bottom__left {
	float: none;
	width: auto;
}
.footer-payment-bottom .l-footer-payment {
	text-align: center;
}
.body-front-entreprodukter .l-footer-bottom-holder {
	background-color: var(--ent-secondary-bg-color);
	color: var(--ent-primary-color-text);
}

.body-front-entreprodukter .l-footer h3 {
	font-size: 24px;
	color: var(--ent-primary-color);
}

.body-front-entreprodukter .l-footer a {
	color: var(--ent-primary-color-text);
}

.body-front-entreprodukter .l-footer a:hover {
	color: var(--ent-primary-color);
}

.body-front-entreprodukter .l-footer-payment .klarna-logo-list {
	width: auto;
	max-width: 100%;
	margin-top: 15px;
}

.body-front-entreprodukter .l-footer-col-4 li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}

.body-front-entreprodukter .l-footer-bottom {
	font-size: 12px;
}

.body-front-entreprodukter .highlight-bar {
	background: #f5f5f5;
	border-style: none;
}

.body-front-entreprodukter .vat-selector {
	position: relative;
	bottom: auto;
	right: auto;
}

.body-front-entreprodukter .btn {
	display: inline-block;
	padding: 6px 15px;
	border: 2px solid #f3f3f3;
	border-radius: 0px;
	background-image: none;
	background-color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	line-height: 1;
	cursor: pointer;
}

.body-front-entreprodukter .btn:hover {
	color: #666;
}

.body-front-entreprodukter .btn--primary {
	border: 2px solid var(--ent-primary-color);
	border-radius: 18px;

	background-color: var(--ent-primary-color);
	color: #000;
	text-shadow: none;
}
.body-front-entreprodukter .btn--primary {
	border: 1px solid #7ea146;
    border-radius: 4px;
    background-color: var(--ent-primary-color);
    background: rgb(144,179,87);
    background: linear-gradient(0deg, rgba(144,179,87,1) 25%, rgba(182,202,147,1) 75%);
    color: #fff;
    text-shadow: 1px 1px #7ea146;
}

.body-front-entreprodukter .btn--large  {
	padding: 10px 30px;
	font-size: 20px;
}

.body-front-entreprodukter .btn--primary:hover {
	color: #fff !important;
}

.body-front-entreprodukter .product-cart-button-wrapper .btn--primary {
	height: 40px;
	line-height: 40px;
	padding-bottom: 0;
	padding-top: 0;
	font-size: 16px;
}

.body-front-entreprodukter #rabattkodknapp {
	line-height: 25px;
}

.body-front-entreprodukter .product-quantity {
	height: 40px;
	width: 45px;
}

.body-front-entreprodukter .checkout-stepnumber {
	background: #00cc00;
}

.body-front-entreprodukter .checkout-cart-topay {
	color: #8fc53d;
}

.body-front-entreprodukter .price {
	color: inherit;
}

.view-product .body-front-entreprodukter {
	background-color: var(--ent-tertiary-bg-color);
}

.nav .breadcrumbs .body-front-entreprodukter {
	background-color: #f6f6f3;
}

.body-front-entreprodukter .grid-gallery > li.cat-noimages {
	background: #f6f6f3;
}

.body-front-entreprodukter .l-footer-bottom__left h3,
.body-front-entreprodukter .l-footer-bottom__left a {
	color: var(--ent-primary-color);
}

/*
* Entreprodukter categorypage
*/
.category-lead--bottom {
	margin-top: 4em;
}
.category-lead .rowq {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.category-lead .col-4q {
	flex: 1;
}
.category-lead .col-8q {
	flex: 2;
}

/*
Popup for chosing private or business customer
*/
.privfor{
	width:100%;
	height: 100%;
	background: #fff;
	position: fixed;
	left: 0px;
	top: 0px;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	display: none;
	z-index: 12000;
}
.privfor-holder {
	position: fixed;
	left: 0px;
	top: 0px;
	width:100%;
	height: 100%;
	display: none;
	z-index: 13000;
}
.privfor-inner {
	position: relative;
	margin: 0 auto;
	margin-top: 150px;
	width:500px;

	background: #333;
	color: #dcdcdc;
	padding: 30px;

	box-shadow: 0 5px 15px #b5b5b5;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}

.privfor-inner span {
	width: 100%;
	color: #fff;
	text-align: center;
}

.privfor-btn-container {
	margin-top: 15px;
	width: 48%;
	text-align: center;
}

.privfor-btn-container .btn{
	width: 100%;
	padding: 10px;

	border-radius: 8px;
	background: #fff;
	color: #333;

	text-align:	center;
}

.privfor-btn-container b {
	color: #dcdcdc;
	font-size: 10px;
}

.privfor-usp {
	width: 100%;
	margin: 40px 0;

	display: flex;
	justify-content: center;
	align-items: center;

	font-size: 14px;
}

.privfor-usp i {
	margin-right: 5px;
	color: #9cd24b;
}

.privfor-cookies {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.privfor-cookies i {
	margin-right: 5px;
	color: #fff;
}

.privfor-cookies b {
	font-size: 9px;
	text-align: left;
}

/* Entreprodukter Productpage */

.view-product .body-front-entreprodukter .grid-gallery {
	grid-template-columns: repeat(3, 1fr);
    grid-gap: 1em;
    margin-left: 0px;
    margin-right: 0px;
}
.body-front-entreprodukter .product-thumbs {
    position: relative;
	
	margin: auto;
    
	text-align: center;
}
.body-front-entreprodukter .product-thumbs img {
    position: relative;
    
	border: solid 1px #d1d1d1;
    height: 70px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 5px;
	max-width: 100%;
    padding: 5px;
    width: auto;
    
	cursor: pointer;
}
.body-front-entreprodukter .product-thumbs a {
	padding-right: 10px
}

.body-front-entreprodukter .mini-cart-count {
    color: #fff;
}

.body-front-entreprodukter .startpage-categories figure {
	position: relative;
	margin: 0;
}
.body-front-entreprodukter .startpage-categories figure:hover {
	opacity: 0.8;
}
.body-front-entreprodukter .startpage-categories figcaption {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

	padding: 4px 8px;

    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    font-family: 'Arimo';
    text-align: center;
}
.body-front-entreprodukter .startpage-categories figcaption a {
	color: #fff;
}

.body-front-entreprodukter .square-banner .p-banner__inner{
	padding: 3px 5px 5px;
    font-size: 15px;
    line-height: 1;
    border-radius: 0px 0px 8px 0px;
}

/* Entreprodukter about us*/

.body-front-entreprodukter .editable-contact-img .row-ossx {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/**
 * 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,
.filter-med,
.filter-responsive,
.checkout-cart-row-small,
.filter-close-icon,
.mobile-filter-btn {
	display: none;
}

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

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

/* Large */
@media all and (max-width: 768px) {
	.grid-item-1-4 {
		width: 50%;
	}
	.grid-item-1-4:nth-child(3) {
		clear: both;
	}
	.grid-item-1-6 {
		width: 31.33%;
	}
	.banner-left-top{
		display: none;
	}
	html {
		font-size: 15px;
	}
}

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

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

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

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

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

@media all and (max-width: 1600px) {
	.filter-module-wrap {
		display: none;
	}
	.filter-med {
		display: block;

		position: -webkit-sticky;
		position: sticky;
		top: 55px;

		max-height: calc(100vh - 65px);
		overflow-y: auto;
	}

	.has-filters .category-bottom-wrap .grid-gallery {
		float: right;
		width: calc(100% - 200px);
	}

	.has-filters .body-front-entreprodukter .category-bottom-wrap .grid-gallery {
		width: calc(100% - 205px);
	}
}

@media all and (max-width: 1190px) {
	.l-holder,
	.body-front-skyltab .l-top-menu,
	.body-front-skyltab .l-header,
	.body-front-skyltab .l-menubar,
	.body-front-skyltab .startpage-holder,
	.body-front-skyltab .startpage-intro,
	.body-front-skyltab .l-footer,
	.body-front-skyltab .l-footer-bottom,
	.body-front-citypro .l-top-menu,
	.body-front-citypro .l-header,
	.body-front-citypro .l-menubar,
	.body-front-citypro .startpage-holder,
	.body-front-citypro .startpage-intro,
	.body-front-citypro .l-footer,
	.body-front-citypro .l-footer-bottom,
	.body-front-signimport .l-top-menu,
	.body-front-signimport .l-header,
	.body-front-signimport .l-menubar,
	.body-front-signimport .startpage-holder,
	.body-front-signimport .startpage-intro,
	.body-front-signimport .l-footer,
	.body-front-signimport .l-footer-bottom{
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
	}

	.view-home .body-front-skyltab .l-holder,
	.view-home .body-front-citypro .l-holder,
	.view-home .body-front-signimport .l-holder,
	.view-home .body-front-fastighetsbox .l-holder,
	.view-home .body-front-entreprodukter.l-holder {
		margin-left: 0;
		margin-right: 0;
	}

	.body-front-skyltab div.flex-caption,
	.body-front-citypro div.flex-caption,
	.body-front-signimport div.flex-caption,
	.body-front-entreprodukter div.flex-caption {
		bottom: 30px;
	}

	.body-front-skyltab div.flex-caption h2,
	.body-front-citypro div.flex-caption h2,
	.body-front-signimport div.flex-caption h2,
	.body-front-entreprodukter div.flex-caption h2 {
		font-size: 50px;
		line-height: 53px;
	}

	.body-front-skyltab div.flex-caption p,
	.body-front-citypro div.flex-caption p,
	.body-front-signimport div.flex-caption p,
	.body-front-entreprodukter div.flex-caption p {
		font-size: 18px;
		line-height: 21px;
	}

	.body-front-skyltab .l-header__right__top li,
	.body-front-citypro .l-header__right__top li,
	.body-front-signimport .l-header__right__top li,
	.body-front-entreprodukter .l-header__right__top li  {
		margin-left: 15px;
		font-size: 12px;
	}

	.body-front-skyltab .l-header__right,
	.body-front-citypro .l-header__right,
	.body-front-signimport .l-header__right,
	.body-front-entreprodukter .l-header__right {
		max-width: 60%;
	}

	.body-front-skyltab .l-top-menu,
	.body-front-citypro .l-top-menu,
	.body-front-signimport .l-top-menu,
	.body-front-entreprodukter .l-top-menu,
	.body-front-skyltab .l-top-menu .site-nav > li > span,
	.body-front-citypro .l-top-menu .site-nav > li > span,
	.body-front-signimport .l-top-menu .site-nav > li > span,
	.body-front-entreprodukter .l-top-menu .site-nav > li > span  {
		font-size: 16px;
	}

	.body-front-citypro .l-top-menu .choose-here,
	.body-front-signimport .l-top-menu .choose-here {
		display: none;
	}

	.body-front-skyltab .l-top-menu__left > p img,
	.body-front-entreprodukter .l-top-menu__left > p img {
		max-width: 250px;
		height: auto !important;
		vertical-align: bottom;
	}

	.body-front-skyltab .has-dropdown__service,
	.body-front-entreprodukter .has-dropdown__service {
		margin-left: 10px;
	}

	.body-front-skyltab div#topcart-area,
	.body-front-entreprodukter div#topcart-area {
		margin-left: 5px;
	}

	.view-checkout .l-footer {
		padding-left: 15px;
		padding-right: 15px;
	}

	.body-front-entreprodukter ul.site-nav-secondary > li > a,
	.body-front-entreprodukter ul.site-nav-secondary > li > h3,
	.body-front-entreprodukter ul.site-nav-secondary > li > span,
	.body-front-entreprodukter .l-menubar .nav.site-nav-secondary > li > a {
		font-size: 18px;
	}
	.body-front-entreprodukter ul.site-nav-secondary > li {
		margin-right: 10px;
	}

}

@media all and (max-width: 1100px) {
	.view-category .body-front-skyltab .grid-gallery-subcategories .category-item-noimages,
	.view-category .body-front-citypro .grid-gallery-subcategories .category-item-noimages,
	.view-category .body-front-skyltab .grid-gallery-subcategories .category-item,
	.view-category .body-front-citypro .grid-gallery-subcategories .category-item {
		width: 24%;
		margin-left: 1%;
   		margin-bottom: 1%;
	}
}

@media all and (max-width: 960px) {
	.body-front-fastighetsbox .l-header__bottom,
	.body-front-fastighetsbox .l-header {
		padding-right: 15px;
	}

	.body-front-fastighetsbox .l-menubar {
		padding-left: 15px;
		padding-right: 15px;
	}

	.body-front-fastighetsbox .l-menubar__left li + li {
		margin-left: 18px;
	}

	.body-front-fastighetsbox .l-holder {
		padding-left: 15px;
		padding-right: 15px;
	}

	.body-front-fastighetsbox .l-header__middle {
		margin-left: -75px;
	}

	.view-checkout .body-front-fastighetsbox .l-header__middle {
		flex: 0 0 auto;
	}

	.view-checkout .body-front-fastighetsbox .l-header__middle ul {
		flex-direction: column;
	}

	.body-front-entreprodukter ul.site-nav-secondary > li > a,
	.body-front-entreprodukter ul.site-nav-secondary > li > h3,
	.body-front-entreprodukter ul.site-nav-secondary > li > span,
	.body-front-entreprodukter .l-menubar .nav.site-nav-secondary > li > a {
		font-size: 16px;
	}
	.body-front-entreprodukter ul.site-nav-secondary > li {
		margin-right: 0;
	}
}

@media all and (min-width: 960px) {
	.view-checkout .body-front-fastighetsbox .l-header__middle li:nth-child(2) {
		flex-grow: 1;

		max-width: 170px;
	}

	.view-checkout .body-front-fastighetsbox .l-header__middle li:nth-child(3) {
		max-width: 120px;
	}
}

@media all and (max-width: 768px) {
	.view-category .body-front-skyltab .grid-gallery-subcategories .category-item-noimages,
	.view-category .body-front-citypro .grid-gallery-subcategories .category-item-noimages
	.view-category .body-front-skyltab .grid-gallery-subcategories .category-item,
	.view-category .body-front-citypro .grid-gallery-subcategories .category-item {
		width: 32.33%;
	}
}

@media all and (max-width: 480px) {
	.view-category .body-front-skyltab .grid-gallery-subcategories .category-item-noimages,
	.view-category .body-front-citypro .grid-gallery-subcategories .category-item-noimages,
	.view-category .body-front-skyltab .grid-gallery-subcategories .category-item,
	.view-category .body-front-citypro .grid-gallery-subcategories .category-item {
		width: 49%;
	}
}

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

	.body-front-skyltab .l-top-menu,
	.body-front-skyltab div#topcart-holder .btn--primary,
	.body-front-citypro .l-top-menu,
	.body-front-citypro div#topcart-holder .btn--primary,
	.body-front-signimport .l-top-menu,
	.body-front-signimport div#topcart-holder .btn--primary,
	.body-front-entreprodukter .l-top-menu,
	.body-front-entreprodukter div#topcart-holder .btn--primary {
		font-size: 16px;
	}

	.body-front-skyltab div.flex-caption,
	.body-front-citypro div.flex-caption,
	.body-front-signimport div.flex-caption,
	.body-front-entreprodukter div.flex-caption {
		bottom: 25px;
		left: 25px;
		max-width: 400px;
	}

	.body-front-skyltab div.flex-caption h2,
	.body-front-citypro div.flex-caption h2,
	.body-front-signimport div.flex-caption h2,
	.body-front-entreprodukter div.flex-caption h2 {
		font-size: 30px;
		line-height: 33px;
	}

	.body-front-skyltab div.flex-caption p,
	.body-front-citypro div.flex-caption p,
	.body-front-signimport div.flex-caption ,
	.body-front-entreprodukter div.flex-caption pp {
		font-size: 16px;
		line-height: 19px;
	}

	/* Checkout */
	.l-checkout-col-1,
	.l-checkout-col-1-2,
	.l-checkout-col-2,
	.l-checkout--right,
	.l-checkout--bottom__left,
	.l-checkout--bottom__right {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.checkout-call-to-action {
		display: none;
	}

	.l-checkout-col-1-2 {
		clear: none;
	}
	.l-checkout-col-1-inner {
		padding: 5px;
		margin-bottom: 15px;

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

	.body-front-skyltab .grid-gallery.grid-gallery-recommended > li,
	.body-front-signimport .grid-gallery.grid-gallery-recommended > li,
	.body-front-citypro .grid-gallery.grid-gallery-recommended > li,
	.grid-gallery.grid-gallery-recommended > li {
		width: 49%;
	}
	
	.body-front-skyltab .l-top-menu__left > p img,
	.body-front-entreprodukter .l-top-menu__left > p img {
		max-width: 200px;
	}

	.body-front-skyltab .is-menubar-sticky .l-top-menu__left > p img,
	.body-front-entreprodukter .is-menubar-sticky .l-top-menu__left > p img {
		display: none;
	}

	.body-front-skyltab .l-top-menu .choose-here,
	.body-front-entreprodukter .l-top-menu .choose-here {
		display: none;
	}
	.view-checkout .text-right {
		padding-left: 0px;
	}
}

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

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

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

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

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

	.l-sidebar-filter {
		padding: 20px;
		position: fixed;
		left: -110%;
		top: 0;
		bottom: 0;

		z-index: 2000;
		border-radius: 0;
		max-height: none;

		width: 75%;
		margin: auto;
		overflow-y: auto;
		transition: left .15s ease-in;

		background: #fff;
	}

	.filter-overlay {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1999;
		background: rgba(0,0,0,0.5);

		display: none;
	}

	.has-filters .category-bottom-wrap .grid-gallery {
		float: none;
		width: 100%;
	}

	.is-mobile-filter-open .filter-overlay {
		display: block;
	}

	.filter-responsive {
		display: block;
	}

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

		padding: 0;
		padding-bottom: 70px;
		overflow-y: auto;

		background-color: #fff;

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

		-webkit-transition: all 0.25s;

		-o-transition: all 0.25s;

		transition: all 0.25s;
	}

	.l-mobile-filter-menu__inner {
		padding: 20px;
	}

	html.is-mobile-filter-open,
	.is-mobile-filter-open body {
		overflow: hidden;
	}

	.is-mobile-filter-open .l-sidebar-filter {
		left: 0;
	}

	.filter-close-icon {
		position: absolute;
		right: 10px;
		top: 10px;

		display: block;

		color: #456a9e;
		font-size: 20px;
	}

	.mobile-filter-btn {
		display: block;
		padding: 15px;
		position: fixed;
		bottom: 20px;
		left: 0;
		right: 0;
		margin: auto;

		max-width: 130px;
		border-radius: 30px;
		background: #456a9e;
		z-index: 10;
		cursor: pointer;

		color: #fff;
		font-size: 16px;
		text-align: center;
	}
	.mobile-filter-icon {
		margin-right: 10px;
	}

	.l-content,
	.body-front-skyltab .l-content,
	.body-front-citypro .l-content,
	.body-front-signimport .l-content {
		margin-top: 15px;
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.view-home .body-front-skyltab .l-content,
	.view-home .body-front-citypro .l-content,
	.view-home .body-front-signimport .l-content,
	.view-home .body-front-entreprodukter .l-content {
		margin-top: 0px;
		margin-left: 0;
		margin-right: 0;
	}

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

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

	.view-home .body-front-skyltab .l-holder,
	.view-home .body-front-citypro .l-holder,
	.view-home .body-front-signimport .l-holder {
		margin-top: 115px;
	}

	.body-front-fastighetsbox .l-holder {
		margin-top: 65px;
	}

	.l-mobile-header {
		position: fixed;
		overflow: hidden;

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

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

		background: #fff;
	}

	.body-front-fastighetsbox .l-mobile-header {
		background: #303030;
	}

	.l-header {
		display: none;
	}

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

		display: none;
		padding-top: 15px;
		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;
	}

	.body-front-fastighetsbox .l-mobile-nav {
		top: 65px; /* Same as .l-mobile-header height */
	}

	html.is-mobile-nav-open,
	.is-mobile-nav-open body {
		height: 100%;
		overflow: hidden;
	}
	.is-mobile-nav-open .l-holder {
		height: 100%;
		margin-top: 0;
	}
	.is-mobile-nav-open .l-mobile-nav {
		display: block;
	}
	
	.body-front-skyltab .startpage-intro h1,
	.body-front-citypro .startpage-intro h1,
	.body-front-signimport .startpage-intro h1,
	.body-front-entreprodukter .startpage-intro h1 {
		font-size: 34px;
	}

	.body-front-skyltab .startpage-intro h2,
	.body-front-citypro .startpage-intro h2,
	.body-front-signimport .startpage-intro h2,
	.body-front-entreprodukter .startpage-intro h2 {
		font-size: 20px;
	}

	.l-footer-col-2,
	.l-footer-col-3 {
		display: none;
	}

	.l-footer-col-1 {
		width: 45%;
	}

	.l-footer-col-4 {
		width: 55%;
	}

	.editable-contact-img {
		display: none;
	}

	.contact-wrapper {
		width: 100%;
	}
	.l-mobile-search {
		position: fixed;
		top: 65px;
		left: 0;
		right: 0;
		z-index: 6;

		display: block;

		background: #fff;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
		box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	}

	.l-mobile-search .site-search {
		margin-bottom: 10px !important;
	}
}

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

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

	.body-front-skyltab .grid-gallery.grid-gallery-recommended > li,
	.body-front-signimport .grid-gallery.grid-gallery-recommended > li,
	.body-front-citypro .grid-gallery.grid-gallery-recommended > li,
	.grid-gallery.grid-gallery-recommended > li {
		width: 32.33%;
		margin-left: 1%;
	}

	.body-front-skyltab .grid-gallery.grid-gallery--popup > li {
		width: 49%;
	}
}

/* Medium */
@media all and (max-width: 480px) {
	.l-holder,
	.view-home .body-front-skyltab .l-holder,
	.view-home .body-front-citypro .l-holder,
	.view-home .body-front-signimport .l-holder {
		margin-top: 105px; /* Same as .l-mobile-header height */
	}
	.l-mobile-header {
		height: 50px;
	}
	.l-mobile-nav {
		top: 105px; /* Same as .l-mobile-header height */
	}
	.body-front-fastighetsbox .l-holder {
		margin-top: 50px;
	}
	.body-front-fastighetsbox .l-mobile-nav {
		top: 50px; /* Same as .l-mobile-header height */
	}

	.l-content,
	.body-front-skyltab .l-content,
	.body-front-citypro .l-content,
	.body-front-signimport .l-content {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.body-front-skyltab .startpage-intro h1,
	.body-front-citypro .startpage-intro h1,
	.body-front-signimport .startpage-intro h1,
	.body-front-entreprodukter .startpage-intro h1 {
		font-size: 24px;
	}

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

	.body-front-skyltab .grid-gallery.grid-gallery-recommended > li,
	.body-front-signimport .grid-gallery.grid-gallery-recommended > li,
	.body-front-citypro .grid-gallery.grid-gallery-recommended > li,
	.grid-gallery.grid-gallery-recommended > li {
		width: 49%;
		margin-left: 1%;
	}

	.l-footer-col-1,
	.l-footer-col-4,
	.l-footer-bottom__left,
	.l-footer-bottom__right {
		float: none;
		width: 100%;
		text-align: left;
	}

	.body-front-fastighetsbox .l-mobile-search {
		top: 50px;
	}
}

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

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

/* Large */
@media all and (max-width: 960px) {
	.body-front-skyltab .l-top-menu__left,
	.body-front-entreprodukter .l-top-menu__left {
		max-width: 385px;
	}
}

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

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

	.mini-site-logo {
		left: 65px;
		right: 65px;

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

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

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

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

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

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

		-webkit-transition: -webkit-transform .4s cubic-bezier(.694, .0482, .335, 1);
				transition: -webkit-transform .4s cubic-bezier(.694, .0482, .335, 1);
				-o-transition: transform .4s cubic-bezier(.694, .0482, .335, 1);
				transition: transform .4s cubic-bezier(.694, .0482, .335, 1);
				transition: transform .4s cubic-bezier(.694, .0482, .335, 1), -webkit-transform .4s cubic-bezier(.694, .0482, .335, 1);
	}

	.body-front-fastighetsbox .mini-cart-info {
		color: #f2f2f2;
	}

	.is-new-mini-cart-item .mini-cart-info {
		-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
				transform: translateY(0);

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

	.mini-menu,
	.mini-cart {
		width: 65px;
		color: #444;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

	.body-front-fastighetsbox .mini-menu,
	.body-front-fastighetsbox .mini-cart {
		color: #f2f2f2;
	}

	.mini-menu {
		left: 0;
		font-size: 30px;
	}
	.mini-cart {
		right: 0;
		font-size: 22px;
	}
	.is-touch.mini-menu,
	.is-touch.mini-cart {
		opacity: 0.5;

	    -webkit-transition: opacity .15s;
	   			-o-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: #693;
		border-radius: 50%;

		line-height: 17px;
		font-size: 9px;
		color: #fff;
		text-align: center;
	}
	
	.body-front-skyltab .mini-cart-count,
	.body-front-citypro .mini-cart-count,
	.body-front-signimport .mini-cart-count,
	.body-front-entreprodukter .mini-cart-count {
		background: #9cd24b;
	}

	.body-front-fastighetsbox .mini-cart-count {
		background: #e8d40f;
		color: #222;
	}

	.is-new-mini-cart-item .mini-cart-count {
		-webkit-animation: cart-count-pop .25s cubic-bezier(.694, .0482, .335, 1);
				animation: cart-count-pop .25s cubic-bezier(.694, .0482, .335, 1);
	}
	.is-mobile-nav-open .mini-menu {
		font-size: 22px;
	}
	.is-mobile-nav-open .mini-menu .wgr-icon:before {
		content: "\f00d";
	}

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

	.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 {
		max-width: 135px;
	}

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

	.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;
	}
	.checkout-cart-quantity-input {
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
}

/** Menu modules **/

/* Large */
@media all and (max-width: 768px) {
	.site-search,
	.body-front-skyltab .site-search,
	.body-front-citypro .site-search,
	.body-front-signimport .site-search  {
		max-width: 440px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	.mobile-module,
	.mobile-module-edit {
		margin-bottom: 30px;
	}
	.mobile-module__heading,
	.mobile-module-edit h3 {
		margin: 0;
		padding: 8px 18px;
		font-weight: 600;
		color: #fff;
		background: #456A9E;
		font-size: 16px;
	}
	
	.body-front-skyltab .mobile-module__heading,
	.body-front-skyltab .mobile-module-edit h3,
	.body-front-citypro .mobile-module__heading,
	.body-front-citypro .mobile-module-edit h3,
	.body-front-signimport .mobile-module__heading,
	.body-front-signimport .mobile-module-edit h3 {
		color: #fff;
		background: #456A9E;
		font-size: 16px;
	}

	.body-front-entreprodukter .mobile-module__heading,
	.body-front-entreprodukter .mobile-module-edit h3 {
		background-color: var(--ent-primary-color);
		font-size: 16px;
	}

	.body-front-fastighetsbox .mobile-module__heading,
	.body-front-fastighetsbox .mobile-module-edit h3 {
		color: #f2f2f2;
		background: #303030;
		font-size: 16px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		text-align: center;
		line-height: 42px;
		font-size: 22px;
	}

	.body-front-skyltab .menu-node {
		color: #9cd24b;
	}

	.lang-changer {
		text-align: center;
	}
}

/* Medium */
@media all and (max-width: 480px) {
	.site-search,
	.body-front-skyltab .site-search,
	.body-front-citypro .site-search,
	.body-front-signimport .site-search {
		margin-left: 12px;
		margin-right: 12px;
		width: auto;
	}
	.mobile-module__heading {
		padding-left: 12px;
		padding-right: 12px;
	}
	.mobile-module__body {
		padding: 12px;
	}
	.mobile-listmenu a {
		padding-left: 12px;
		padding-right: 12px;
	}
	
	.body-front-skyltab .product-item .price,
	.body-front-citypro .product-item .price,
	.body-front-signimport .product-item .price,
	.body-front-entreprodukter .product-item .price {
		font-size: 18px;
	}

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

/** Grid-gallery **/

@media all and (max-width: 1600px) {
	
	.has-filters .body-front-skyltab .grid-gallery > li,
	.has-filters .view-home .body-front-citypro .grid-gallery > li,
	.has-filters .body-front-citypro .grid-gallery > li,
	.has-filters .view-home .body-front-signimport .grid-gallery > li,
	.has-filters .body-front-signimport .grid-gallery > li {
		width: 24%;
    }

    .has-filters .body-front-skyltab .grid-gallery-subcategories > li,
	.has-filters .body-front-citypro .grid-gallery-subcategories > li,
	.has-filters .body-front-signimport .grid-gallery-subcategories > li {
		width: 13%;
	}
}


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

	.product-item__heading {
		height: 55px;
	}
	
	.has-filters .body-front-skyltab .grid-gallery > li,
	.has-filters .view-home .body-front-citypro .grid-gallery > li,
	.has-filters .body-front-citypro .grid-gallery > li,
	.has-filters .view-home .body-front-signimport .grid-gallery > li,
	.has-filters .body-front-signimport .grid-gallery > li,
	.has-filters .view-home .body-front-entreprodukter .grid-gallery > li {
		width: 32.3333%;
    }

    .has-filters .body-front-skyltab .grid-gallery-subcategories > li,
	.has-filters .body-front-citypro .grid-gallery-subcategories > li,
	.has-filters .body-front-signimport .grid-gallery-subcategories > li {
		width: 13%;
	}
}

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

	.view-home .body-front-skyltab .grid-gallery > li,
	.body-front-skyltab .grid-gallery > li,
	.body-front-citypro .grid-gallery > li,
	.body-front-signimport .grid-gallery > li,
	.body-front-entreprodukter .grid-gallery > li {
		width: 24%;
    }

    .has-filters .body-front-skyltab .grid-gallery-subcategories > li,
	.has-filters .body-front-citypro .grid-gallery-subcategories > li,
	.has-filters .body-front-signimport .grid-gallery-subcategories > li{
		width: 19%;
	}
}

@media all and (max-width: 768px) {
	.view-home .body-front-skyltab .grid-gallery > li,
	.body-front-skyltab .grid-gallery > li,
	.view-home .body-front-citypro .grid-gallery > li,
	.body-front-citypro .grid-gallery > li,
	.view-home .body-front-signimport .grid-gallery > li,
	.body-front-signimport .grid-gallery > li,
	.view-home .body-front-entreprodukter .grid-gallery > li,
	.body-front-entreprodukter .grid-gallery > li {
		width: 32.33%;
    }

    .has-filters .body-front-skyltab .grid-gallery-subcategories > li,
	.has-filters .body-front-citypro .grid-gallery-subcategories > li,
	.has-filters .body-front-signimport .grid-gallery-subcategories > li {
		width: 24%;
	}

	.privfor-inner {
		width: 450px;
	}
}

/* Medium */
@media all and (max-width: 480px) {
	.grid-gallery > li {
		padding: 6px 6px 8px;
	}
	.grid-gallery > li,
	.view-home .grid-gallery > li,
	.view-checkout .grid-gallery > li {
		width: 48%;
	}

	.view-home .body-front-skyltab .grid-gallery > li,
	.body-front-skyltab .grid-gallery > li,
	.view-home .body-front-citypro .grid-gallery > li,
	.body-front-citypro .grid-gallery > li,
	.view-home .body-front-signimport .grid-gallery > li,
	.body-front-signimport .grid-gallery > li {
		width: 48%;
		margin-left: 2%;
		margin-bottom: 2%;
	}

	.has-filters .body-front-skyltab .grid-gallery > li,
	.has-filters .view-home .body-front-citypro .grid-gallery > li,
	.has-filters .body-front-citypro .grid-gallery > li,
	.has-filters .view-home .body-front-signimport .grid-gallery > li,
	.has-filters .body-front-signimport .grid-gallery > li,
	.has-filters .view-home .body-front-entreprodukter .grid-gallery > li {
		width: 48%;
    }

    .has-filters .body-front-skyltab .grid-gallery-subcategories > li,
	.has-filters .body-front-citypro .grid-gallery-subcategories > li,
	.has-filters .body-front-signimport .grid-gallery-subcategories > li {
        width: 32.33%;
        margin-left: 1%;
		margin-bottom: 1%;
	}

	.privfor-inner {
		width: 100%;
	}
}

@media all and (max-width: 360px) {
	.has-filters .body-front-skyltab .grid-gallery-subcategories > li,
	.has-filters .body-front-citypro .grid-gallery-subcategories > li,
	.has-filters .body-front-signimport .grid-gallery-subcategories > li {
        width: 49%;
	}
}

/*	==========================================================================
	Fastighetsbox
	========================================================================== */
	@media all and (max-width: 1201px) {
		.body-front-fastighetsbox .l-header {
			flex-wrap: wrap;
		}
		
		.body-front-fastighetsbox .l-header__left {
			order: 1;
		}
		
		.body-front-fastighetsbox .l-header__middle {
			flex: 1 1 100%;
			order: 3;
			
			margin-top: 18px;
		}
		
		.body-front-fastighetsbox .js-sticky .l-header__middle {
			display: none;
		}
		
		.view-checkout .body-front-fastighetsbox .l-header__middle {
			order: 2;
		}
		
		.body-front-fastighetsbox .l-header__middle li:nth-child(2) {
			flex-grow: 0;
			max-width: none;
		}
		
		.body-front-fastighetsbox .l-header__right {
			order: 2;
		}
	}
	
	@media all and (max-width: 768px) {
		.body-front-fastighetsbox .site-search__input {
			left: 0;
			padding-left: 8px;
			height: 38px;
			border: 1px solid #b1b1b1;
			width: 85%;
			border-radius: 13px;
		}

		.body-front-fastighetsbox .l-mobile-search .site-search {
			margin-bottom: 10px;
			margin-top: 10px;
		}

		.body-front-fastighetsbox .site-search__btn {
			border-radius: 0px 13px 13px 00px;
			height: 40px;
			line-height: 40px;
			padding-right: 0;
			width: 17%;

			background-color: #57ce00;
			color: #fff;
			font-size: 18px;
			text-align: center;
		}
		.body-front-fastighetsbox .l-mobile-search {
			display: flex;
			justify-content: space-between;
			align-items: center;
			gap: 15px;

			padding-left: 15px;
			padding-right: 15px;
		}

		.l-mobile-nav .vat-selector {
			position: static;
			inset: auto;

			display: block;
			margin-bottom: 15px;

			text-align: center;
		}
	}

	@media all and (max-width: 480px) {
		.body-front-fastighetsbox .l-mobile-search .site-search {
			margin-left: 0;
			margin-right: 0;
			width: 100%;
		}
	}


/*	==========================================================================
	Entreprodukter
	========================================================================== */

	:root {
		--ent-primary-color: #ffbd59;
		--ent-primary-color-text: #fff;
		--ent-secondary-color: #fff;
		--ent-secondary-color-text: #000;
		
		--ent-primary-bg-color: #000000;
		--ent-secondary-bg-color: #4a4a49;
		--ent-tertiary-bg-color: #fff;
		
		--ent-content-width: 1340px;
	}

	@media all and (max-width: 1600px) {
		.body-front-entreprodukter .filter-med {
			top: 190px
		}
	}
	@media all and (max-width: 1340px) {
		.body-front-entreprodukter .startpage-big-content figcaption {
			padding-left: 2em;
			font-size: 3rem;
		}
		.body-front-entreprodukter .startpage-big-content .grid .grid {
			top: calc(50% - 76px);
			
			max-height: 120px;
			max-width: 120px;
			padding: 1.2em 1.5em;

			font-size: 27px;
		}
		.body-front-entreprodukter .l-top-menu,
		.body-front-entreprodukter .l-header,
		.body-front-entreprodukter .l-menubar,
		.body-front-entreprodukter .startpage-holder,
		.body-front-entreprodukter .startpage-intro,
		.body-front-entreprodukter .l-footer,
		.body-front-entreprodukter .l-footer-bottom {
			margin-left: 15px;
			margin-right: 15px;
			width: auto;
		}
		.body-front-entreprodukter .l-header__middle__top,
		.body-front-entreprodukter .l-header__middle__bottom, 
		.body-front-entreprodukter .site-search {
			max-width: 475px;
		}
	}
	@media all and (max-width: 960px) {
		.body-front-entreprodukter .l-header {
			padding-bottom: 10px;
			padding-top: 10px;
		}
		.body-front-entreprodukter .site-logo img {
			height: auto;
			max-width: 120px;
			width: auto;
		}
		.body-front-entreprodukter .site-search {
			height: 50px;
		}
		.body-front-entreprodukter .l-header__middle__top ul {
			font-size: 15px;
		}
		.body-front-entreprodukter .topcart-icon {
			max-width: 50px;
		}
		.body-front-entreprodukter .dropdown-icon-ent {
			font-size: 40px;
		}
		.view-home .body-front-entreprodukter .grid-gallery > li, 
		.body-front-entreprodukter .grid-gallery > li {
			width: 100%;
		}
		.view-product .body-front-entreprodukter .grid-gallery {
			grid-template-columns: repeat(2, 1fr);
		}
		.body-front-entreprodukter .grid-gallery.grid-gallery--categories {
			grid-template-columns: repeat(3, 1fr);
		}
		.body-front-entreprodukter .l-menubar-holder {
			top: 114px;
		}
	}
	@media all and (max-width: 768px) {
		.body-front-entreprodukter .mini-cart-count {
			height: 22px;
			line-height: 22px;
			width: 22px;

			font-size: 11px;

			background: #00cc00;
		}
		.body-front-entreprodukter .l-mobile-header {
			position: sticky;
			background-color: var(--ent-primary-bg-color);
		}
		.body-front-entreprodukter .l-holder {
			margin-top: 0;
			margin-left: 15px;
			margin-right: 15px;
		}
		.body-front-entreprodukter .mini-menu {
			color: var(--ent-primary-color);
			font-size: 50px;
		}
		.body-front-entreprodukter .topcart-icon {
			max-width: 44px;
		}
		.body-front-entreprodukter .l-mobile-search {
			position: sticky;

			display: block;
    		padding-bottom: 1px;
			padding-left: 15px;
			padding-right: 15px;

			background-color: var(--ent-primary-bg-color);
		}
		.body-front-entreprodukter .startpage-big-content figcaption {
			padding-left: 0.5em;
			font-size: 1.6rem;
		}
		.body-front-entreprodukter .startpage-big-content .grid .grid {
			top: calc(50% - 25px);
			
			max-height: 60px;
			max-width: 60px;

			font-size: 12px;
		}
		.body-front-entreprodukter .startpage-constrained-content .grid-2 {
			flex-direction: column;
			align-items: center;
		}
		.body-front-entreprodukter .startpage-constrained-content .grid-item-1-2:first-child {
			margin-bottom: 2em;
		}

		.view-home .body-front-entreprodukter .grid-gallery--categories {
			grid-template-columns: repeat(2, 1fr);

			margin-left: 3px;
			margin-right: 3px;
		}

		.view-category .body-front-entreprodukter .grid-gallery {
			margin-bottom: 30px;
		}

		.body-front-entreprodukter .site-search {
			height: 40px;
			margin-left: auto;
			margin-right: auto;
		}
		.body-front-entreprodukter .site-search__input {
			font-size: 13px;
		}
		.body-front-entreprodukter .site-search__btn {
			font-size: 20px;
		}
		.body-front-entreprodukter .mobile-module__heading {
			background-color: var(--ent-primary-color);
		}
		.body-front-entreprodukter .category-item__body__title {
			font-size: 22px;
		}
		.body-front-entreprodukter .startpage-constrained-content .grid-1-1 h4 {
			font-size: 2rem;
		}
		.body-front-entreprodukter .l-footer {
			grid-template-columns: repeat(2, 1fr);
		}
		.view-home .body-front-entreprodukter .grid-gallery > li, 
		.body-front-entreprodukter .grid-gallery > li,
		.view-category .body-front-entreprodukter .grid-gallery-subcategories .category-item {
			width: 100%;
		}
		.body-front-entreprodukter .grid-gallery {
			grid-template-columns: repeat(2, 1fr);
		}
		.body-front-entreprodukter .startpage-categories figcaption a {
			font-size: 1.5rem;
		}
		.body-front-entreprodukter .startpage-categories .grid-item {
			padding-left: 15px;
		}

		.has-filters .body-front-entreprodukter .category-bottom-wrap .grid-gallery {
			padding-left: 2px;
			padding-right: 8px;
			width: 100%;
		}
		.body-front-entreprodukter .mobile-filter-btn {
			background-color: #000;
		}
		.body-front-entreprodukter .filter-med {
			top: 0;	
		}
	}
	@media all and (max-width: 480px) {
		.body-front-entreprodukter .l-mobile-header {
			height: 65px;
		}
		.body-front-entreprodukter .l-mobile-nav {
			top: 115px;
		}

		.body-front-entreprodukter .category-item__body__title {
			font-size: 16px;
		}
		.body-front-entreprodukter .startpage-constrained-content .grid-1-1 h4 {
			font-size: 1.5rem;
		}
		.body-front-entreprodukter .startpage-constrained-content .grid-1-1, 
		.body-front-entreprodukter .startpage-constrained-content .grid-1-1 a {
			font-size: 1.2rem;
		}

		.body-front-entreprodukter .startpage-constrained-content .grid .grid-item h3 {
			font-size: 2rem;
		}
		.body-front-entreprodukter .startpage-constrained-content .grid .grid {
			font-size: 1.2rem;
		}
		.view-home .body-front-entreprodukter .grid-gallery > li, 
		.body-front-entreprodukter .grid-gallery > li,
		.view-category .body-front-entreprodukter .grid-gallery-subcategories .category-item {
			width: 100%;
		}
		.view-product .body-front-entreprodukter .grid-gallery {
			grid-template-columns: repeat(3, 1fr);
		}

		.body-front-entreprodukter .grid-gallery.grid-gallery--categories {
			grid-template-columns: repeat(2, 1fr);
		}

		.body-front-entreprodukter .grid-gallery {
			grid-gap: 1em;
		}
		.body-front-entreprodukter .startpage-categories .grid-item {
			padding-right: 15px;
		}

		.body-front-entreprodukter .startpage-constrained-content .grid-2 {
			padding-left: 15px;
			padding-right: 15px;
		}
	}

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

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


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