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

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

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

[hidden],
template {
  display: none;
}

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

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

a {
  background-color: transparent;
}

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

dfn {
  font-style: italic;
}

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

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

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

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

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

small {
  font-size: 80%;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

img {
  border: 0;
}

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

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

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

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

figure {
  margin: 1em 40px;
}

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

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

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

pre {
  overflow: auto;
}

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

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

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

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

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

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

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

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

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

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

@font-face {
	font-family: 'circular-book';
	src: url('fonts/circularstd-book.eot');
	src: url('fonts/circularstd-book.eot?#iefix') format('embedded-opentype'),
	url('fonts/circularstd-book.woff') format('woff'),
	url('fonts/circularstd-book.ttf') format('truetype'),
	url('fonts/circularstd-book.svg#circular-book') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'circular-bold';
	src: url('fonts/circularstd-bold.eot');
	src: url('fonts/circularstd-bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/circularstd-bold.woff') format('woff'),
	url('fonts/circularstd-bold.ttf') format('truetype'),
	url('fonts/circularstd-bold.svg#circular-bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	font-family: 'circular-book', sans-serif;
	font-size: 15px;
	line-height: 1.45;
	color: #000;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'circular-bold', sans-serif;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 400;
}

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

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

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 15px;
}

p {
	margin: 0 0 10px;
}

b,
strong,
th {
	font-family: 'circular-bold', sans-serif;
	font-weight: 400;
}

th,
td {
	text-align: left;
}

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

	vertical-align: middle;
}

a {
	color: #39b54a;
	text-decoration: none;
}
a:hover {
	color: #157d23;
}

input,
textarea {
	padding: 5px 6px;

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

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

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

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: -webkit-linear-gradient(#f9f9f9, #e9e9e9);
	background: -o-linear-gradient(#f9f9f9, #e9e9e9);
	background: linear-gradient(#f9f9f9, #e9e9e9);

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

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

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

	border: 0;
	border-top: 1px solid #cfcfcf;
}
.checkout-cart-item--quantitybox>input {
	max-width:40px;
	text-align:center
}

.mail-cart-area {
	padding: 25px;
	z-index: 25;
	background-color: #ddd;
}

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

/* Grid styles */
.grid {
	margin-left: -20px;
}
.grid:before,
.grid:after {
	content: "";
	display: table;
}
.grid:after {
	clear: both;
}

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

	vertical-align: top;
}

.grid--middle .grid-item {
	vertical-align: middle;
}
.grid-item-1-1 {
	width: 100%;
}
.grid-item-1-2 {
	width: 50%;
}
.grid-item-1-3 {
	width: 33.33%;
}
.grid-item-2-3 {
	width: 66.66%;
}
.grid-item-1-4 {
	width: 25%;
}

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

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

.l-holder {
	position: relative;

	max-width: 1150px;
	margin: 15px auto 30px;
}

.view-home .l-holder,
.view-category .l-holder,
.view-checkout .l-holder,
.view-blog .l-holder {
	max-width: none;
	margin-top: 0;
}

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

.l-constrained {
	position: relative;

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

.l-top-menu-holder {
	position: relative;
	z-index: 12;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.l-top-menu {
	position: relative;
	line-height: 38px;
}

.l-top-menu__left {
	float: left;
}
.l-top-menu__left span {
	display: block;
	padding-top: 1px;
	padding-left: 25.7875px;
	padding-right: 25.7875px;
	min-height: 41px;
	border-left: 1px solid #e3e3e3;
}

.l-top-menu__left .wgr-icon {
	position: relative;
	top: 3px;
}

.l-top-menu__right {
	float: right;
	padding-right: 10px;
	border-right: 1px solid #e3e3e3;
}

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

.l-top-menu__right__left {
	min-height: 41px;
	padding-top: 2px;
	padding-right: 20px;
	border-right: 1px solid #e3e3e3;
}

.l-top-menu__right__left a {
	color: #000;
}

.l-top-menu__middle {
	overflow: hidden;
	min-height: 41px;
	padding-left: 20px;
	padding-right: 20px;
	background: #f5f5f5;
	border-left: 1px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;

}

.l-top-menu__left img {
	position: relative;
	top: -1px;
	/* margin-right: 10px; */
	max-height: 35px;
}

.l-top-menu__left a {
	color: #000;
}

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

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

.l-header__left {
	float: left;
}

.l-header__right {
	overflow: hidden;
	padding-top: 13px;
	padding-left: 20px;
	text-align: right;
}

.l-menubar {
	position: relative;

	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: -webkit-linear-gradient(top, #fff 50%, #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%;
	z-index: 10;

	margin-left: auto;
	margin-right: auto;
}

.l-content {}

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

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

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

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

.l-footer {
	padding-top: 70px;
	padding-bottom: 70px;
}

.l-footer-col-1 {
	float: left;
	width: 150px;
	margin-right: 80px;
}
.l-footer-col-2,
.l-footer-col-2__top {
	overflow: hidden;
}

.l-footer-col-2__top {
	margin-bottom: 30px;
}

.l-footer-col-2__top ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -98px;
}

.l-footer-col-2__top li {
	display: inline-block;
	margin-left: 98px;
}

.l-footer-col-2__top,
.l-footer-col-2__top a,
.l-footer-col-3 {
	font-size: 18px;
	color: #000;
	font-family: 'circular-bold', sans-serif;
}

.l-footer-col-2__bottom__left {
	float: left;
	width: 46%;
}

.l-footer-col-2__bottom__right {
	float: right;
	width: 46%;
}

.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 {
	width: 100%;
	max-width: 450px;
}

.l-autocomplete {
	position: absolute;
	top: 42px;
	left: 0;
	right: 0;
	z-index: 99;

	width: 100%;
	display: none;
	padding: 20px;
	background: #fff;

	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);

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

.styled-select {
	position: relative;
	display: none;
	padding: 0 20px;
}

.styled-select__title {
	cursor: pointer;
	padding: 0px 30px
}

.styled-select__title::after {
	content: "\f078";
	font-size: 11px;
	margin-left: 15px;
	visibility: hidden;
	vertical-align: middle;

	visibility: visible;
	font-family: 'wgr-icons';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.styled-select__dropdown {
	position: absolute;
	top: 100%;
	z-index: 10;
	min-width: 100%;
	padding: 0px 0px 0px 5px;
	margin: 0;
	border: 1px solid #e7e7e7;
	background: #fff;
	font-size: 15px;
	text-align: left;
	display: none;
	white-space: nowrap
}

.styled-select-wrapper {
	padding-left: 0;
	padding-right: 0;
}

.styled-select__dropdown a:hover {
	color: #666;
}

.styled-select__dropdown a {
	cursor: pointer;
}

.styled-select__dropdown--right {
	right: 0;
	left: auto
}

.styled-select__dropdown>li {
	display: block
}

/*
 * Product Page
 */

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

.l-product-bottom .category-faq {
	border-top: 2px solid #ddd;
}

.l-product__sidebar {
	float: right;
	width: 30%;
}

.l-product__sidebar .grid-gallery {
	margin-left: -5%;
}

.l-product__sidebar .grid-gallery > li {
	width: 45%;
	margin-left: 5%;
}

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

.l-product {
	float: left;
	width: 67%;
	overflow: hidden;
}
.l-product-col-1,
.l-product-col-3 {
	width: 45%;
	float: left;
}
.l-product-col-2 {
	float: right;
	width: 50%;
}
.l-product-col-3 {
	margin-top: -41px;
	padding-top: 41px;
	clear: left;
}

.product-description--readmore,
.product-description2--readmore {
	display: none;
}

.product-description--readmore.visible,
.product-description2--readmore.visible {
	display: block;
}

.read-more-text,
.read-more-text2 {
	color: #f15a24;
	cursor: pointer;
}

.read-more-text .show-for-visible,
.read-more-text2 .show-for-visible {
	display: none;
}

.read-more-text.visible .show-for-visible,
.read-more-text2.visible .show-for-visible {
	display: inline;
}

.read-more-text.visible .hide-for-visible,
.read-more-text2.visible .hide-for-visible {
	display: none;
}

/* Category Page */
.category-nav {
	display: flex;
	border-bottom: 2px solid #f15a24;

	margin-bottom: 20px;
	width: 100%;
}

.category-nav-col {
	border-top-right-radius: 10px;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 10px;
	width: 100%;

	background: #e3e3e3;
	cursor: pointer;
}

.category-nav-col:hover {
	background: rgba(241,90,36,0.8);
}

.category-nav-col-new {
	padding-left: 12px;
	padding-right: 12px;
	cursor: pointer;
	border-left: 1px solid #fff;
}

.category-nav-col-new a,
.category-nav-col a {
	display: block;
	color: #000;
}

.category-nav-col.selected,
.category-nav-col-new.selected {
	background: #f15a24;
	border-left: 1px solid #f15a24;
	color: #000;
}
.category-nav-col.selected a,
.category-nav-col-new.selected a {
	color: #fff;
}

.category-content-col {
	display: none;
}

.category-content-col.selected {
	display: block;
}
.category-bottom {
	position: relative;
}

.category-bottom__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}
.category-bottom__smalltitle {
	min-height: 41px;
}

.category-bottom__guide,
.category-bottom__blog {
	position: relative;
	width: 48%;
}

.category-bottom__blog {
	padding-bottom: 70px;
}

.category-blog-btn {
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
}

.category-bottom__guide {
	margin-right: 4%;
	background-color: lightgrey;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}

.guide-hero {
	position: relative;
	background: #e3e3e3;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 70px;
}

.guide-hero__btn,
.category-blog-btn {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}

.guide-hero__btn {
	text-align: center;
}

.guide-hero__title {
	line-height: 1.2;
	padding: 15px 10px;
}

.category-bottom h2,
.category-bottom h1 {
	margin-bottom: 5px;
	font-size: 38px;
	color: #f15a24;
}

.category-bottom__smalltitle {
	font-size: 20px;
	font-family: 'circular-bold';
	margin-bottom: 0;
	background-color: #fff;
	padding-bottom: 10px;
}

.category-bottom__guide__top p {
	margin: 0;
}

.category-bottom__guide h3,
.category-bottom__blogg h3 {
	padding-bottom: 10px;
}

.line-through-outer {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.line-through-outer:after {
	content: "";
	position: absolute;
	bottom: 12px;
	left: -5px;
	right: -5px;
	height: 3px;
	background: #f15a24;
}

.line-through-inner {
	position: relative;
	z-index: 2;
}

.category-bottom__smalltitle .addthis_toolbox {
	position: relative;
	top: -2px;
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
}

.category-bottom__smalltitle .addthis-blog {
	margin-bottom: 0;
}

.category-bottom__bottom {}

.category-bottom__steps {
	float: left;
	width: 46%;
	margin-bottom: 60px; /* Same as margin for blog posts */
}
.category-bottom__facts {
	float: right;
	width: 46%;
	margin-bottom: 60px; /* Same as margin for blog posts */
}

.category-bottom__facts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.category-bottom__facts li {
	padding-left: 18px;
}

.category-bottom__facts li .wgr-icon {
	margin-left: -15px;
}

.category-bottom__facts.view-more-editable table {
	margin-top: 0;
}

.category-bottom__facts.view-more-editable th {
	background: none;
	min-height: 0;
	padding-left: 0;
	color: #f05a23;
}

.category-bottom__facts.view-more-editable th.visible {
	display: none;
	background: none;
}

.category-bottom__bottom .view-more-editable td {
	padding-top: 0;
}

.guide-anchor {
	position: absolute;
	top: -150px;
	left: 0;
	right: 0;
}

.guide-facts li .wgr-icon {
	color: #f15a24;
}

/* Guides -- slideshow */
.guide-steps__left {
	float: left;
	width: 70px;
	font-size: 100px;
	line-height: 1;
	color: #f15a24;
}

.guide-steps__right {
	position: relative;
	overflow: hidden;
	padding-left: 10px;
}

.guide-steps__right .display-table,
.guide-steps__right .display-tablecell {
	min-height: 100px;
}

.guide-steps {
	min-height: 100px;
}

.slick-prev:before,
.slick-next:before {
	color: #333 !important;
}

.slick-slide,
.slick-slide a {
	outline: none !important;
}

.slick-initialized .slick-slide {
	margin-left: 3px;
	margin-right: 3px;
	padding-bottom: 10px;
}
.is-banner-active .slick-initialized .slick-slide {
	padding-bottom: 30px;
}
.flexslider--mobile .slick-initialized .slick-slide {
	margin-left: 0;
	margin-right: 0;
}

button.slick-prev {
	left: -5px;
	z-index: 3;
}

button.slick-next {
	right: 5px;
	z-index: 3;
}

button.slick-prev:before,
button.slick-next:before {
	font-family: "wgr-icons";
	font-size: 26px;
	display: inline-block;
	content: '\f104';
	color: #777 !important;
}

button.slick-next:before {
	content: '\f105';
}

ul.slick-dots {
	top: 100%;
	bottom: auto;
}

ul.slick-dots li {
	width: 14px;
	height: 14px;
	background: #f15a24;
	opacity: 0.5;
	border-radius: 50%;
}

ul.slick-dots li.slick-active {
	opacity: 1;
}

ul.slick-dots li button:before {
	content: "";
}

.category-blog {

}

.category-blog a {
	color: #000;
}

.category-blog h3,
.category-blog h3 a,
.category-blog a.btn {
	color: #f15a24;
}

.category-blog h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}

.category-faq {
	padding-top: 30px;
	border-top: 2px solid #ffde17;
}

.category-faq-table-holder {
	margin-left: -2%;
}

.view-more-editable .category-faq-table,
.category-faq-table--other {
	display: inline-block;
	vertical-align: top;
	margin-left: 2%;
	width: 23%;
}

.category-faq.view-more-editable th {
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

.faq-cat-title {
	margin-top: 20px;
	font-size: 20px;
	color: #f05a23;
}

.category-products-holder {
	margin-top: 10px;
	margin-bottom: 30px;
}


/* View more on editable area */
.view-more-editable td {
	display: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.view-more-editable table {
	margin-top: 20px;
}

.view-more-editable table,
.view-more-editable tbody,
.view-more-editable tr,
.view-more-editable th,
.view-more-editable td.visible {
	display: block;
}

.view-more-editable th {
	margin-top: 5px;
	background-image: url(../design/more-faq.png);
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: left top 2px;
	min-height: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	cursor: pointer;
	text-align: left !important;
}

.view-more-editable th.visible {
	background-image: url(../design/less-faq.png);
}

.category-faq.view-more-editable th.view-more-faq {
	background-image: none;
	border-style: none;
	margin-bottom: 0;
	padding-left: 0;
	padding-bottom: 0;
	color: #f05a23;
}

.view-more-faq.visible {
	display: none;
}

td.view-more-faq-td.visible {
	padding-top: 0;
}

td.visible table {
	margin-top: 0;
}

/*
 * Checkout Page
 */


.is-kco-overlay,
.is-kco-overlay-2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	overflow: hidden;

	background: rgba(255, 255, 255, .7);
	text-align: center;

	display: none;
}
.is-kco-overlay {
	min-height: 300px;
}

.is-kco-overlay-2 img {
	position: absolute;
	top: 80px;
	-webkit-animation: spin 1.25s infinite linear;
	animation: spin 1.25s infinite linear;
}

.is-kco-suspended .is-kco-overlay,
.is-kco-suspended .is-kco-overlay-2,
.is-kco-suspended.is-kco-overlay {
	display: block;
}

.kco-suspended-info--loading,
.kco-suspended-info--empty {
	display: none;
}

.is-kco-suspended--loading .kco-suspended-info,
.is-kco-suspended--empty .kco-suspended-info {
	display: none;
}

.is-kco-suspended--loading .kco-suspended-info--loading,
.is-kco-suspended--empty .kco-suspended-info--empty {
	display: block;
}

.is-kco-suspended.is-kco-suspended--loading .kco-suspended-info--loading,
.is-kco-suspended.is-kco-suspended--empty .kco-suspended-info--empty {
	margin-top: 135px;
	display: inline-block;
	padding: 10px 20px 5px;
	border-radius: 40px;

	background: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0 0 25px 30px rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 25px 30px rgba(255, 255, 255, 0.8);
}

.show-info-popup .wgr-icon {
	position: relative;
	cursor: help;
	color: #E64424;
}

.show-info-popup .info-popup {
	display: none;
}

.show-info-popup:hover .info-popup,
.show-info-popup:focus .info-popup {
	top: 20px;
	right: -140px;
	position: absolute;
	display: block;
	width: 280px;
	height: auto;
	border: 2px solid #E64424;
	padding: 5px;
	background: #fff;
	z-index: 999;
}

.show-info-popup:hover .info-popup:after,
.show-info-popup:focus .info-popup:after {
	content: "";
	position: absolute;
	top: -9px;
	left: 127px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 8px 5px;
	border-color: transparent transparent #E64424 transparent;
}

.kco-suspended-info {
	margin-top: 135px;
	display: inline-block;
	padding: 10px 20px 5px;
	border-radius: 40px;

	background: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0 0 25px 30px rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 25px 30px rgba(255, 255, 255, 0.8);
}
.is-kco-suspended-heading {
	font-weight: bold;
	font-size: 20px;
}

.transporterSCArea {
	float:right;
}

.l-checkout {
	margin-bottom: 15px;
}
.l-checkout__right {
	float: left;
	width: 65%;
}

.l-checkout-right-menu {
	margin-bottom: 15px;
	float: right;
	width: 30%;
}

.l-checkout-right-menu .startpage-bar {
	margin-top: 0;
	margin-bottom: 5px;
}

.l-checkout-right-menu h3 {
	font-family: 'circular-bold';
}

.l-checkout-right-menu h2 {
	font-size: 50px;
	line-height: 1;
}

.l-checkout-right-menu a {
	color: #f15a24;
}


.l-checkout-right-menu .grid-gallery {
	margin-left: -5%;
	margin-bottom: 20px;
}

.l-checkout-right-menu .grid-gallery > li {
	width: 45%;
	margin-left: 5%;
}

.l-checkout-right-menu .product-item__img {
	height: 120px;
	line-height: 112px;
}

.l-checkout-right-menu .product-item__img img {
	max-height: 112px;
}

/*.l-checkout-right-menu .product-item__bottom__left,
.l-checkout-right-menu .product-item__bottom__right {
	float: none;
	width: 100%;
	max-width: none;
}*/

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

	background-color: #fff;
	border-top: 2px solid #f15a24;
}
.l-checkout-col-1-inner {
	position: relative;
	padding-top: 10px;
}
.l-checkout-col-2-inner {
	position: relative;
	border-top: none;
}
/* Disable cart on reload */
.is-checkout-suspended .l-checkout-col-1-inner:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	content: '';
}
/*.l-checkout-col-2 {
	float: right;
	width: 55%;
	padding-left: 35px;
}*/

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

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

.font-weight-heavy {
	font-weight: 700;
}

/*
 * Search Page
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumbs {
	margin-bottom: 25px;
	font-size: 13px;
}
.breadcrumbs > li {
	color: #777;

}

.view-blog .breadcrumbs {
	margin-top: 15px;
}

.current-bread {
	display: inline-block;
	text-decoration: underline;
}

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

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

/* Used at ex: .sort-section and .rewies  */
.highlight-bar {
	padding: 7px 10px;
	border: 1px solid #e1e1e1;

	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image: -o-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(to bottom, #fff, #eee);
}

.startpage-bar {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
	font-size: 24px;
}

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

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

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

.site-logo,
.site-logo img {
	max-width: 300px;
}

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

	width: 200px;
	height: 120px;

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

.vat-selector input[type="radio"] + label:before {
	margin-top: 11px;
}
.vat-selector label {
	margin-left: 4px;
}

/* Main navigation section */
.site-nav {
}

.site-nav > li {
	margin-left: 5px;
	margin-right: 5px;
}

.site-nav > li > a {
	position: relative;
	display: block;
	padding: 0 15px;
	white-space: nowrap; /* Fix for overlapping text in ie8 */
	text-align: center;
	border-bottom: 5px solid transparent;
	font-family: 'circular-bold', sans-serif;
	font-size: 16px;
	color: #000;
}

.site-nav > li.selected > a {
	border-bottom: 5px solid #f15a24;
}

.site-nav > li.selected > a:after,
.site-nav > li:hover > a:after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	height: 3px;
	background: #f15a24;
}

.site-nav > li.selected > a span,
.site-nav > li:hover > a span {
	position: relative;
	z-index: 2;
}

.site-nav__more {
	min-width: 79px;
}

.site-nav__more .site-nav__img img {
	max-width: 49px;
	margin-bottom: 1px;
}

.site-nav__more .less,
.site-nav__more.less .more {
	display: none;
}

.site-nav__more.less .less {
	display: block;
}

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

	font-size: 16px;
	vertical-align: middle;
}

.site-nav__img {
	max-height: 40px;
}

.site-nav__img img {
	max-height: 40px;
	max-width: 55px;
	vertical-align: bottom;
}

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

/* Primary search section */
.site-search {
	width: 100%;
	max-width: 250px;
	margin-top: 5px;
	border-style: none;
	border-radius: 4px;
	height: 30px;
	line-height: normal;
	background: none;
}
.site-search > .input-table__item {
	position: relative;
}
.site-search__input,
.site-search__btn {
	height: 30px;
	line-height: 34px;
	padding-left: 10px;

	vertical-align: top;
}
.site-search__input {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: #fff;
	padding-right: 10px;
	border-radius: 4px 0 0 4px;
}
.site-search__input::-ms-clear {
	display: none;
}
.site-search__btn {
	padding-right: 10px;
	padding-left: 10px;
	background: #f05a23;
	border-radius: 0 4px 4px 0;
	color: #000;
	font-size: 20px;
}

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

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

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

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

/* Block section */
.module {
	margin-bottom: 25px;
}
.module__heading {
	margin: 0;
	margin-bottom: 5px;
	font-family: 'circular-bold';
	font-size: 20px;
	color: #000;
}
.module__body {
	padding: 10px;

	border-style: none;

	background: #fff;

}
.module__body-blog-filter {
	padding: 5px 0 10px 0;
}

.blog-products {
	padding: 0;
}

.mobile-product-list {
	display: none;
}

/* Secondary navigation */
.listmenu {
	margin: 0;
	padding-left: 10px;
	list-style-type: none;
}
.listmenu a {
	position: relative;
	display: block;

	color: #222;
}
.listmenu .selected {
	font-family: 'circular-bold';
	color: #f05a23;
}

.listmenu-0 {
	padding-left: 0;
}
.listmenu-0:last-child {
	margin-bottom: -1px; /* Fix for double-border */
}
.listmenu-0 > li > a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 17px;
	border-style: none;
	background-color: #fff;
}

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

.module--latest .listmenu-0 > li > a {
	margin-bottom: 10px;
}


/* Toggle menu */
li .listmenu {
	display: none;
}
.is-listmenu-opened > .listmenu {
	display: block;
}
.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;
}

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

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

	background-color: #e3e3e3;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 1;

	cursor: pointer;
}

.btn:hover {
	text-decoration: none;
	background-color: #ccc;
	color: #000;
}

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

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

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

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

.btn--black {
	background: #000;
	color: #f15a24;
}

.btn--black:hover {
	background: #f05a23;
	color: #000 !important;
	text-decoration: underline;
}

.btn--orange {
	background: #f05a23;
	color: #000;
}
.btn--orange:hover {
	background: #000;
	color: #f05a23;
	text-decoration: underline;
}

.btn--rounded {
	border-radius: 30px;
	width: 145px;
	padding: 14px;
	height: 45px;
}

.btn--checkout {
	padding: 15px 100px;
	background: #f15a24;
}

.btn--checkout:hover {
	background: #d44715;
}

/* Price section */
.price {
	font-weight: 400;
	color: #39b54a;
}
.price-discount {
	color: #f15a24;
}
.price-original {
	font-size: 14px;
	text-decoration: line-through;
}
.price-klarna {
	font-size: 14px;
}

/* 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: 0px;

	border-style: none;

	background: #fff;

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

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

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

.list-gallery > li {
	border-bottom: 2px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.list-gallery > li:last-child {
	margin-bottom: 0;
}

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

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

/* Standard dropdown */
.dropdown-menu .has-dropdown {
	position: relative;
}
.dropdown-menu .dropdown {
	min-width: 100%;
	border-style: none;

	background: #e3e3e3;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: normal;
}
.dropdown-menu .dropdown a {
	display: block;
	padding: 3px 30px 3px 10px;
	font-size: 14px;

	white-space: pre;
}

.dropdown-menu .dropdown a:hover {
	color: #f05a23;
}

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

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

	font-size: 11px;
}

.l-top-menu__left .dropdown {
	margin-left: 28px;
	min-width: 90%;
}

.dropdown-hiddencats {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: -20px;
	padding: 10px 0 15px 20px;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-top-style: none;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 0 0px 8px 8px;
	text-align: left;
	z-index: 9;
	max-width: 500px;
}

.dropdown-hiddencats .site-nav > li {
	margin: 0;
}

.dropdown-hiddencats .site-nav > li.selected > a,
.dropdown-hiddencats .site-nav > li:hover > a {
	color: #f15a25;
}

.dropdown-hiddencats .site-nav > li.selected > a:after,
.dropdown-hiddencats .site-nav > li:hover > a:after {
	display: none;
}

.dropdown-hiddencats li {
	width: 33.33%;
}

.dropdown-hiddencats .site-nav > li > a {
	text-align: left;
	margin-right: 20px;
	padding-left: 0;
}

.dropdown-hiddencats .site-nav > .idpests-menuitem > a {
	color: #f15a24;
}

.dropdown-hiddencats .site-nav > li.selected > a {
	color: #f05a23;
}

.dropdown-hiddencats .site-nav > li.selected > a:after {
	display: none;
}

.dropdown-hiddencats.visible {
	display: block;
}

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

/* New click dropdown in topmenu */
.has-dropdown-click-menu {
	min-width: 65px;
	font-size: 28px;
	cursor: pointer;
}

.dropdown-click-menu {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;

	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	background: #fff;
	line-height: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #e3e3e3;
	border-top-style: none;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	border-radius: 0 0px 4px 4px;
	font-size: 16px;
}

.dropdown-click-menu a {
	display: block;
	padding: 4px 30px 4px 12px;
	white-space: nowrap;
}

.dropdown-click-menu a:hover {
	background: #f5f5f5;
}

.has-dropdown-click-menu.visible .dropdown-click-menu {
	display: block;
}

/* Product-item style */
.grid-gallery > li.product-item {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 2px solid #ddd;
}

.product-item__img {
	position: relative;

	height: 183px;
	margin-bottom: 7px;
	overflow: hidden;
	padding-bottom: 8px;

	line-height: 175px;
	text-align: center;
}
.product-item__banner {
	position: absolute;
    bottom: 0;
    left: 0;
	z-index: 2;

    height: 26px;
    padding-left: 3px;
    padding-right: 3px;

    background-color: #d9d9d9;
    color: #fff;
	font-size: 18px;
    line-height: 26px;

}
.l-product__sidebar--col .product-item__banner {
	font-size: 14px;
	height: 23px;
}
.view-category .product-item__banner,
.view-home .product-item__banner {
	font-size: 16px;
}

.l-product-col-1 .product-item__banner {
	bottom: -2px;
}

.product-item__body {}
.product-item__heading {
	height: 46px;
	overflow: hidden; /* clip text */
	margin-bottom: 3px;
	font-family: 'circular-bold';
	font-size: 18px;
	line-height: 1.3;
}
.product-item .price {
	font-size: 22px;
}
.product-item__buttons {
	margin-top: 7px;
}

.product-item__category {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 13px;

	display: block;
}

.product-item__category .phrase {
	height: 21px;
	padding-top: 3px;
	overflow: hidden;
}

.product-item__category .phrase,
.product-item__category .img {
	display: inline-block;
	vertical-align: middle;
}

.product-item__category .img {
	margin-right: 8px;
}

.product-item__category img {
	max-height: 18px;
}

.product-item__header > .product-item__rating {
	padding-top: 2px;
}

.product-item__header.has-rating > .product-item__category {
	border-bottom: 2px solid #f15a24;
}

.product-item__rating .wgr-icon {
	margin-left: 2px;
	margin-right: 2px;

	font-size: 14px;
}

.product-item__rating .wgr-icon:first-child {
	margin-left: 0;
}

.product-item__rating__exakt {
	color: #000;
	font-size: 13px;
}
.product-item__rating__number {
	color: #bbb;
	font-size: 13px;
	margin-left: 2px;
}

.product-item__bottom__left {
	float: left;
	max-width: 43%;
}

.product-item__bottom__right {
	float: right;
	max-width: 55%;
	padding-top: 5px;
}

.productpage-item__header {
	display: flex;
	justify-content: space-between;
}

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

.list-rows-image {
	max-height: 50px;
	max-width: 50px;
}*/
/* Product list, row style */
.list-rows-table {
	width: 100%;
	margin-bottom: 20px;
}

.list-rows-table td {
	padding: 2px 5px;
	white-space: nowrap;
}

.list-rows-table td:first-child {
	width: 50px;
	text-align: center;
}

.list-rows-table td:nth-child(2) {
	width: 100%;
	white-space: normal;
}

.list-rows-table td:last-child {
	text-align: right;
	padding-left: 20px;
}

.list-rows-image {
	max-height: 50px;
	max-width: 50px;
	text-align: center;
}
.checkout-higlight-bar {
	background-color: #FFF;
	border: none;
	border-bottom: 2px solid #f15a24;
	background-image: none;
	font-size: 24px;
	color: #f15a24;
}
.special-price-color {
	color: #222;
}

/*
 * Category Page
 */

/* Item style */
.cat-looking-for-title {
	margin-top: 30px;
	font-size: 20px;
}

.grid-gallery > li.category-item {
	cursor: default;
}
.category-item__img {
	height: 175px;
	margin-bottom: 10px;

	line-height: 175px;
}
.category-item__heading {
	margin-bottom: 5px;
	font-size: 24px;
}
.category-item__heading a {
	text-decoration: none;
	color: #000;
}

.category-item__content {
	/*height: 92px;
	overflow: hidden;*/
}

/* Category description */
.category-heading {
	margin-top: 30px;
	font-weight: 400;
	font-size: 22px;
}
.category-lead {
	margin-bottom: 10px;
}

/* Reviews section */
.product-reviews {
	padding-top: 10px;
}
.reviews {
	margin-top: 10px;
	max-height: 371px;
	overflow-y: auto;

	padding-right: 15px;
}

.reviews::-webkit-scrollbar {
	border-radius: 20px;
	width: 7px;

	background-color: #c4c4c4;
}
.reviews::-webkit-scrollbar-thumb {
	border-radius: 20px;

	background-color: #666;
}
.review-item {
	position: relative;

	border-top: 2px solid #ddd;
	overflow: hidden;
	margin-bottom: 10px;
	width: 100%;
	padding-top: 5px;

	background: #fff;
	color: #5A5A5A;
	font-weight: 400;
}
.review-item__header {
	margin-bottom: 10px;
}
.review-item__header__top {
	display: flex;
}
.review-item__lang {
	margin-right: 5px;
}
.review-date {
	margin-left: 10px;
}
.review-item__body {
	color: #5a5a5a;
}
.review-item__name {
	color: #000;
}
.review-item__verified {
	margin-left: 5px;
	color: #56A302;
}
.review-item__verified svg {
	margin-right: 2px;
}

.review-stars {
	margin-left: 2px;
	margin-right: 2px;

	font-size: 14px;
}
.review-stars:first-of-type {
	margin-left: 0;
}
.js-review-link .review-stars:last-of-type {
	margin-right: 5px;
}
.review-link__more > a {
	color: #f15a24;

	display: flex;
	justify-content: center;
}
.review-stars-on {
	color: #ffce10;
}
.review-stars-off {
	color: #ddd;
}
.review-reply {
	margin-top: 8px;
	padding: 8px;
	background: #eee;
}
.review--btn {
	display: flex;
    justify-content: center;

	border-style: none;
    margin: 0 auto;

	color: #f15a24;
	background-color: transparent;
}

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

/*
 * Product Page
 */
.product-preamble {
	margin-bottom: 20px;
	font-size: 20px;
}

.product-title {
	margin-bottom: 0px;
	font-size: 40px;
	color: #f05a23;
}
.article-number {
	margin-bottom: 15px;
	font-size: 13px;
}

.product-carousel {
	position: relative;

	height: 305px;
	padding-top: 5px;
	margin-bottom: 2px;
	line-height: 300px;
	text-align: center;
}

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

.l-product-price {
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
}

.l-product-price__left {
	float: left;
	max-width: 49%;
	padding-top: 8px;
}

.l-product-price__right {
	float: right;
	max-width: 49%;
}

.l-product-thumb {
	display: flex;
	justify-content: space-between;

	padding-top: 10px;
	overflow: hidden;
}

.l-product-thumb__left {
	max-width: 42%;
	width: 100%;
}

.l-product-thumb__right {
	flex-shrink: 0;

	padding-top: 7px;
	overflow: hidden;
}

.product-thumbs {
	margin-bottom: 15px;

	font-size: 0; /* Fix: Removes whitespace */
}
.product-thumbs img {
	height: 50px;
	margin-top: 5px;
	margin-right: 5px;

	cursor: pointer;
}
.product-option-spacing {
	padding-right: 10px;
	padding-bottom: 7px;
}
.product-cart-button-wrapper {
	display: flex;
	justify-content: flex-end;

	margin-bottom: 15px;
}

.product-cart-button-wrapper .btn--primary {
	padding: 0px 26px;
	height: 45px;
	line-height: 45px;
	width: 94px;

	font-size: 22px;
	vertical-align: middle;
	text-align: center;
}
.product-quantity {
	border-style: none;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-radius: 0;
	height: 45px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 37px;

	background: #f5f5f5;
	text-align: center;
	vertical-align: middle;
}
.product-quantity:focus,
.product-quantity:focus-visible {
	outline: unset;
	border-color: #ccc;
}

.product-quantity-input__holder {
	display: flex;
	align-items: stretch;
}
.product-quantity-input__holder span {
	display: flex;
	align-items: center;

	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin-left: -8px;
	padding-right: 5px;

	background: #f5f5f5;
}
.product-quantity-holder,
.product-quantity--select-holder {
	display: flex;
	flex-shrink: 0;

	margin-right: 5px;
}

.product-quantity--select-holder {
	position: relative;

	border: 2px solid #ccc;
	border-radius: 24px;
	padding-right: 15px;
	padding-left: 15px;

	background: #f5f5f5;
}

.product-quantity--select-holder:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 1;

	border-width: 2px;
	border-style: solid;
	border-color: transparent #000 #000 transparent;
	height: 10px;
	margin-top: -8px;
	width: 10px;

	transform: rotate(45deg);
}

.product-quantity-buttons {
	border: 2px solid #ccc;

	background: #f5f5f5;
}
.product-quantity-button--decrease {
	border-right-style: none;
	border-radius: 24px 0 0 24px;
	padding-left: 15px;
	padding-right: 0;
}
.product-quantity-button--increase {
	border-left-style: none;
	border-radius: 0 24px 24px 0;
	padding-left: 0;
	padding-right: 15px;
}

.product-quantity--select {
	position: relative;
	z-index: 2;

	border-style: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	width: 60px;

	background: transparent;
	font-size: 15px;

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

.product-quantity--select:focus-visible {
	outline: none;
}

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

.product-staggering {
	display: flex;
	flex-direction: column;

	margin-bottom: 20px;

	color: #4eb543;
}

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

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

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

.description-nav {
	display: flex;
	border-bottom: 2px solid #f15a24;

	margin-bottom: 10px;
	width: 100%;
}

.description-nav--col {
	border-left: 1px solid #fff;
	border-top-right-radius: 10px;
	margin-right: 10px;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;

	background: #e3e3e3;
	cursor: pointer;
}

.description-nav--col:hover {
	background: rgba(241,90,36,0.8);
}

.description-nav--col.selected {
	background: #f15a24;
	border-left: 1px solid #f15a24;
	color: #000;
}

.description-content--col {
	display: none;
}

.description-content--col.selected {
	display: block;
}

.secondary-description {
	margin-top: 10px;
}

/*
* Brands page
*/
.brands-list {
	margin-left: -5%;
}
.brands-list > li {
	display: inline-block;
	margin-bottom: 3%;
	margin-left: 5%;
	margin-top: 2%;
	width: 20%;

	vertical-align: middle;
}

.view-brandpage .brand-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.brand-main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;

	-ms-flex-negative: 1;
	flex-shrink: 1;
}
.view-brandspage .l-sidebar {
	-ms-flex-negative: 0;
	flex-shrink: 0;

	margin-left: 45px;
	width: 200px;
}
.view-brandpage .l-sidebar .product-item__bottom__left,
.view-brandpage .l-sidebar .product-item__bottom__right {
	float: none;
	max-width: none;
}

/*
 * News Page
 */

.news-item .media-img {
	width: 100px;
	min-height: 1px; /* Fix for collapsing width if .media-img is empty */
}
.news-item__date {
	font-style: italic;
	color: #999;
}

/*
 * Checkout Page
 */

.best-extra-field input[type="radio"],
.best-house-box input[type="checkbox"]{
	display: inline-block;
	margin-right: 4px;
}
.best-radio {
	display: block;
	padding-bottom: 7px;
}
.best-radio input[type="radio"] {
	display: inline-block;
	padding: 3px;
	border: 4px solid rgba(237, 93, 49, 0.6);
	border-radius: 50%;

	background-clip: content-box;
	background-color: #fff;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.best-radio input[type="radio"]:checked {
	background-color: #fff;
	border: 4px solid #ed5b2f;
}

.best-house-text-1,
.best-house-text-2,
.best-house-text-3 {
	display:none;
}
.best-extra-field-holder {
	background-color: #eee;
	padding: 27px;
}
.best-boxes-left {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
.best-boxes-right {
	width: 50%;
	float: right;
	margin-bottom: 10px;
}

.best-extra-field-holder textarea {
	width:100%;
}

.best-grid {
	display: flex;
	padding-top: 5px;
	flex-direction: row;
	justify-content: space-around;
}

.best-grid-item {
	flex: 50%;
}

.best-text {
	display: none;
}
.best-text textarea {
	width: 100%;
}

.best-grid-item .best-radio input[type="radio"] {
	display: inline-block;
}

.best-grid-item .best-radio label:before,
.best-grid-item .best-radio label:after {
	display: none;
}

.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: 24px;
	color: #f15a24;
}
.checkout-title span {
	vertical-align: middle;
}

.checkout-small-title {
	margin-top: 20px;
	font-size: 20px;
	font-family: 'circular-bold';
}

.checkout-info {
	margin-top: 20px;
	/*margin-bottom: 20px;*/
	overflow: hidden;
}

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

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

.checkout-shipping-method {
	background: #eee;
	margin-bottom: 6px;
	cursor: pointer;
	padding: 8px;
	border-radius: 3px;
}

.checkout-shipping-method .label-wrapper {
	padding-left: 50px;
}

.checkout-shipping-method input[type="radio"] + label:before {
	display: none;
}

.checkout-shipping-method input[type="radio"]:checked + label:before {
	display: none;
}

.checkout-shipping-method span + .label-wrapper {
	display: inline-block;
	padding-left: 15px;
	margin-top: 3px;
	width: 93%;
}

.checkout-shipping-method > .label-wrapper:first-child {
	position: relative;

	margin-top: 3px;
	padding-left: 0;
}

.checkout-shipping-method .label-checkbox,
.checkout-company-selector .label-checkbox {
	position: relative;

	display: inline-block;
	margin-top: 0;
	margin-left: 10px;
	width: 25px;
	height: 25px;
	border-style: none;
	border-radius: 50%;

	background-color: #fff;
	background-image: url(../design/checkbox-radio2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13px;
	vertical-align: top;

	content: '';
}
.checkout-shipping-method--active .label-checkbox,
.checkout-company-selector--active .label-checkbox {
	background-image: url(../design/checkbox-radio.png);
}

.checkout-shipping-method > .label-wrapper:first-child .label-checkbox {
	float: left;

	margin-top: -3px;
	margin-right: 13px;
}


.checkout-customer-info {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 15px;
}

.checkout-customer-info__company-selector {
	flex: 50%;
	padding-right: 2%;
}

.checkout-customer-info__zip-code {
	flex: 50%;
	padding-left: 2%;
}

.checkout-customer-info__zip-code input {
	padding: 10px;
	width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #f15a24;

	text-align: center;
}

.checkout-company {
	display: flex;
	flex-direction: row;
	margin-bottom: 15px;
}

.checkout-company-selector {
	margin-left: 3px;
	background: #eee;
	padding: 10px;
	flex: 20%;
}
.checkout-company-selector:first-child {
	margin-left: 0;
}

.checkout-company-selector .label-wrapper {
	display: inline-block;
	padding-left: 15px;
	margin-top: 2px;

	text-align: center;
}
.checkout-company-selector label {
	text-align: center;
	vertical-align: center;

	cursor: pointer;
}

.checkout-company-selector input[type="radio"] + label:before {
	display: none;
	position: absolute;
	top: -6px;
	left: -20px;

	margin-top: 0;
	width: 25px;
	height: 25px;

	background-color: #fff;
	border-style: none;
	background-image: url(../design/checkbox-radio2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13px;
}

.checkout-company-selector input[type="radio"]:checked + label:before {
	background-color: #fff;
	background-image: url(../design/checkbox-radio.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13px;
}

.agent-list,
.best-area,
.checkout-shipping-method-comment {
	margin-top: 5px;
	margin-left: 48px;
}

.agent-list,
.best-area {
	background: #fff;
}

.agent-list select,
.best-area select {
	width: 100%;
	border-radius: 4px;
	padding-left: 10px;
	padding-right: 50px;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:
			url('../design/down-arrow.png'),
			-webkit-linear-gradient(left, rgba(241, 90, 36, 0.6), rgba(241, 90, 36, 0.6));
	background:
			url('../design/down-arrow.png'),
			-o-linear-gradient(left, rgba(241, 90, 36, 0.6), rgba(241, 90, 36, 0.6));
	background:
			url('../design/down-arrow.png'),
			linear-gradient(to right, rgba(241, 90, 36, 0.6), rgba(241, 90, 36, 0.6));
	background-size:
			20px,
			2.5em 2.5em;
	background-position:
			right 10px center,
			100% 0;
	background-repeat: no-repeat;
}

.best-area .best-delivery-info {
	display: none;
}

.checkout-shipping-method--active .best-area .best-delivery-info {
	display: block;
	padding-top: 10px;
	border: 2px solid transparent;
	background: #F6F6F6;
	padding: 5px;
}

.checkout-shipping-method--active {
	border-color: #bbb;
}
.checkout-shipping-method--active .agent-list select,
.checkout-shipping-method--active .best-area select {
	width: 100%;
	border-radius: 4px;
	padding-left: 10px;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../design/down-arrow.png), -webkit-linear-gradient(left, rgba(241, 90, 36, 1), rgba(241, 90, 36, 1));
	background: url(../design/down-arrow.png), -o-linear-gradient(left, rgba(241, 90, 36, 1), rgba(241, 90, 36, 1));
	background: url(../design/down-arrow.png), linear-gradient(to right, rgba(241, 90, 36, 1), rgba(241, 90, 36, 1));
	background-size:
			20px,
			2.5em 2.5em;
	background-position:
			right 10px center,
			100% 0;
	background-repeat: no-repeat;
}
.checkout-shipping-method-title {
	font-weight: 600;
	font-style: italic;
}
.checkout-shipping-method-price {
	float: right;
}
.checkout-shipping-method-description {
	margin-bottom: 0;
	opacity: .8;

	font-style: italic;
}

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

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

	border-bottom: 1px solid #e2e2e2;
}

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

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

/* Cart table */
.checkout-cart {}
.checkout-cart th,
.checkout-cart-row td {
	padding-top: 7px;
	padding-bottom: 7px;
}
.checkout-cart tfoot th,
.checkout-cart tfoot td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.checkout-cart tfoot th {
	text-align: right;
}
.checkout-cart-row {
	border-top: 1px solid #ededed;
}

.checkout-cart-row--0 {
	border-style: none;
}

.checkout-cart-row__packagePart {
	color: #999;
}

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

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

	text-align: center;
}

.checkout-cart-item-cell-4,
.checkout-cart-item-cell-5 {

}

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

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

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

.checkout-cart-link__packagePart,
.checkout-cart-link__packagePart:hover {
	color: #999;
}

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

	line-height: 30px;
	font-size: 12px;
	vertical-align: middle;
	color: #222;
}
.checkout-cart-quantity-btn:hover {
	text-decoration: none;
}

.checkout-cart-vat {
	font-size: 16px;
	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: 24px;
	font-weight: 400;
	font-family: 'circular-bold';
}

.checkout-cart-topay--sum {
	color: #f15a24;
}

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

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

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

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

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

.checkout-usp p {
	margin-bottom: 0;
}

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

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

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

.checkout-top-options__left {
	float: left;
}

.checkout-top-options__right {
	float: right;
}

.checkout-top-options__right__left,
.checkout-top-options__right__right {
	display: inline-block;
	margin-left: 20px;
	color: #999;
	cursor: pointer;
}

.checkout-top-options__right__left .wgr-icon {
	margin-left: 5px;
	font-size: 12px;
}

.green-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #39b54a;
	margin-right: 5px;
}

.red-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #c00;
	margin-right: 5px;
}

.checkout-remove {
	position: relative;
	top: 1px;
	margin-left: 10px;
	color: #999;
}

.checkout-cart-quantity-input {
	width: 60px;
}

.checkout-discount-link {
	position: relative;
	z-index: 2;
	margin-top: -62px;
}

.kco-done-edit h3 {
	font-family: 'circular-bold';
}

.kco-done-edit .grid {
	margin-left: -20px;
}

.kco-done-edit .grid-item {
	padding-left: 20px;
}

.kco-done-edit .grid-item-1-3 {
	float: left;
	width: auto;
}

.kco-done-edit .grid-item-2-3 {
	display: block;
	width: auto;
	overflow: hidden;
}

.kco-done-edit .grid-item-1-3 .grid-content {
	background: #f15a24;
	padding: 5px 15px 20px;
	min-width: 75px;
	text-align: center;
}

.kco-done-edit .grid-item-1-3 h2 {
	font-size: 60px;
}

/*
 * Checkout Followup Page
 */

.followup {
	margin-bottom: 14px;
	padding: 10px;

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

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

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

/*
 * Wishlist Page
 */

.wishlist-input-headline {
	width: 100%;
	max-width: 500px;

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

	font-size: 11px;
}


/*
 * Blog Page
 */
.blog-post__footer__right .addthis_toolbox a.at300b,
.blog-post__footer__right .addthis_toolbox a.at300m {
	width: 27px;
	float: none;
	padding: 0;
	line-height: 30px;
}
.addthis-blog  {
	display: inline-block;
	width: 27px !important;
	height: 27px;
	line-height: 30px !important;
	text-align: center;
	background: #aaa;
	border-radius: 50%;
	color: #fff;
	margin-right: 4px;
}

.addthis-blog:hover {
	background: #f05a23;
	color: #fff;
}

.addthis_counter.addthis_bubble_style {
	display: none !important;
}

.blog-content-holder {
	margin-top: 20px;
}

.blogpage-main {
	overflow: hidden;
}

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

.responsive-filter-holder {
	margin-left: -1%;
}

.blog-filter__toggle {
	float: left;
	width: 49%;
	margin-left: 1%;
}

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

.blog-post__title {
	font-family: 'circular-bold';
}

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

.comments {
	padding: 5px;
}

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

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

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

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

	border: 0;

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

	background: #eee;

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

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

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

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

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

	border-bottom: 1px solid #eee;

	font-size: 11px;
}

/* Blog view */
.most-seen-blog-title {
	margin-bottom: 5px;
	font-size: 40px;
	color: #f15a24;
}

.blog-post {
	margin-bottom: 60px;
}
.blog-post img {
	height: auto !important;
}
.blog-post__body h2 {
	font-size: 18px;
	font-weight: 400;
}
.blog-post__body {
	margin-bottom: 20px;
}
.blog-post__footer {
	position: relative;
	clear: both;
	border-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
}

.blog-post__footer__left {
	float: left;
	font-size: 12px;
	color: #666;
}

.blog-post__footer__right {
	float: right;
	height: 32px;
}

.blog-post__footer__left .icon-clock-o {
	margin-right: 3px;
}

.blog-item__tag {
	display: inline-block;
	padding: 4px 10px;
	margin: 5px;
	border: 1px solid #dcdcdc;
}

/* List view */
.blog-post__thumbnail {
	text-align: center;
}
.blog-post__thumbnail img {

}
.blog-post__title h2 {
	color: #000;
}
.blog-post__title:hover {
	text-decoration: none;
}

.blog-post__link {
}
.blog-post__link .wgr-icon {
	vertical-align: middle;
}

.most-seen-blog {
	margin-left: -2%;
}

.most-seen-blog-post {
	display: inline-block;
	margin-bottom: 20px;
	margin-left: 2%;
	width: 48%;
	vertical-align: top;
}

.most-seen-blog-post .blog-post__thumbnail {
	display: block;
	height: 210px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.most-seen-blog-post .blog-post__title {
	display: block;
	margin-bottom: 0;
	height: 80px;
	overflow: hidden;
}

.most-seen-img {
	display: none;
}
.mobile-product-list {
	display: none;
}

/*
 * Identyfy pests page
 */
.idpests-top-area {
	margin-bottom: 15px;

	display: flex;
	justify-content: space-between;
}
.idpests-filter-holder {
	width: 40%;
}
.anchor h4 {
	padding-top: 55px;
	margin-top: -55px;
}
.idpests-informationArea {
	padding-right: 10%;
	width: 60%;
}

.idpests-filter-items {
	display: flex;
	justify-content: space-between;
}
.idpests-filter__item {
	width: 48%;
}
.idpests-filter__item h5 {
	position: relative;
	margin-bottom: 0;
	padding: 0;

	font-weight: 400;
	font-family: 'circular-book', sans-serif;
	color: #f05a23;
}
.idpests-filter {
	margin-bottom: 10px;
}
.idpests-filter ul {
	margin: 0;
	padding: 0;
}
.idpests-filter-holder--new .idpests-filter {
	padding-top: 5px;
}
.idpests-filter-holder--new li {
	display: block;
}
.idpests-filter-holder--new label {
	display: block;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	padding: 5px 10px;
}
.idpests-filter-holder--new input[type="checkbox"]:checked + label {
	border-color: #f05a23;

	background: #f05a23;
}
.idpests-filter-holder--new input[type="checkbox"] + label:before {
	display: none;
}

/* Id pests items */
.idpests-gallery {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 15px;
}
.idpests-item {
	padding: 20px;

	cursor: pointer;
}
.idpests-item__img {
	position: relative;
	padding-bottom: 100%;
	margin-bottom: 7px;
}
.idpests-item__img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
}
.idpests-item__title {
	text-align: center;
}
.idpests-item__title a {
	color: #f05a23;
}

/*
 * Sitemap Page
 */

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

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

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

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

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

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

.wgr-production {
	clear: both;
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.wgr-production a {
	font-weight: 700;
	color: #000;
}

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

/* Alert-box section */
.alert {
	position: relative;
	padding: 8px;
	margin-bottom: 15px;

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

	background-color: #d8ebf8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d8ebf8), to(#d0e3ef));
	background-image: -webkit-linear-gradient(top, #d8ebf8, #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: -webkit-linear-gradient(top, #dff0d8, #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: -webkit-linear-gradient(top, #f8d8d8, #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: -webkit-linear-gradient(top, #ffe3c8, #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;
}

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

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

	float: left;

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

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

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

/* Payment logos */
/* In sidebar and checkout */
.payment-logo {
	max-width: 100px;
}
.payment-logo--medium {
	width: 50px;
}
.payment-logo--small {
	width: 30px;
}

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

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

	background: #fff;
}

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

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

	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
	background-image: -webkit-linear-gradient(top, #fff, #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: .5;
	cursor: text;
}
.paginator__item--prev {}
.paginator__item--next {}

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

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

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

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

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

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

@media all and (max-width: 480px) {
	.instagram-widget--grid li {
		width: 48%;
	}
	.instagram-widget li:last-child {
		/* Remove last odd item */
		display: none;
	}
}

/* Startpage */

.startpage-intro {
	padding-top: 40px;
	margin-bottom: 30px;
}

.startpage-product-nav {
	display: flex;
	border-bottom: 2px solid #f15a24;

	margin-bottom: 20px;
	width: 100%;
}

.startpage-product-nav-title {
	border-top-right-radius: 10px;
	margin-right: 10px;
	min-width: 156px;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 45px;

	background: #e3e3e3;
	cursor: pointer;
}

.startpage-product-nav-title:hover {
	background: rgba(241,90,36,0.8);
}

.startpage-product-nav-title.selected {
	background: #f15a24;
	border-left: 1px solid #f15a24;
	color: #000;
}

.startpage-product-content-prods {
	display: none;
}

.startpage-product-content-prods.selected {
	display: block;
}

.product-description-toggle {
	text-align: center;
	cursor: pointer;
	color: #f15a24;
}

.product-description-toggle.gray {
	color: #999;
}

.fetch-more-news-products img {
	margin-bottom: 5px;
}

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

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

.startpage-bottom__right {
	float: right;
	width: 47%;
}

.startpage-bottom__left__top {
	min-height: 80px;
}

.startpage-bottom__right__edit {
	min-height: 80px;
}

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

.startpage-bottom__left__bottom li {
	display: inline-block;
	width: 25%;
	margin-bottom: 10px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	vertical-align: bottom;
	font-size: 18px;
}

.startpage-bottom__left__bottom a {
	display: block;
	color: #f15a24;
}

.start-guides__img {
	padding-bottom: 4px;
}

.start-guides__img img {
	max-height: 50px;
	max-width: 70px;
}

.startpage-identifyPests {
	padding-top: 60px;
	padding-bottom: 55px;
	border-top: 1px solid #ddd;

	font-size: 18px;

	text-align: center;

}
.startpage-identifyPests h2 {
	font-size: 40px;
	margin-bottom: 5px;
}
.startpage-identifyPests .btn {
	margin-top: 15px;
	text-align: center;
	background: #f15a24;

	color: #000;
}

.blog-post-body h3 {
	margin-top: 5px;
	font-size: 18px;
}

.blog-post-body h3 a {
	color: #000;
}

.start-blog-item .blog-post-body h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 22px;
}

.start-blog-item .blog-post-body h3 a {
	color: #f15a24;
}

.mobile-slider.slick-initialized .slick-slide {
	padding: 0;
}

.mobile-slider.slick-slider {
	margin-bottom: 0;
}

.mobile-slider button {
	display: none !important;
}

.mobile-slider * {
	margin-bottom: 0;
}

.mobile-slider .slick-dots {
	position: static;
	margin-top: 5px;
	margin-bottom: 0;
}

/* FlexSlider */
.flexslider {
	margin: 0 0 20px;
	background: #fff;
	position: relative;
	max-height: 400px;
	overflow: hidden;
}

.view-home .flexslider {
	margin-bottom: 20px;
}

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

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

.flexslider .slides {
	zoom: 1;
}

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

.slides-inner-new {
	position: relative;
	height: 400px;

	background-position: center;
	background-repeat: no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

div.flexslider .slides > li {
	position: static;
}

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

/* Caption styles */
.flex-caption {
	position: absolute;
	left: 50%;
	bottom: 0px;
	top: 0;
	margin-left: -575px;
	max-height: 400px;
	width: 60%;
	z-index: 2;
	overflow: hidden;
	text-align: left;
	color: #000;
}

/* Vertical align */
/* Middle */
.flex-caption--vertical-1 {

}
/* Top */
.flex-caption--vertical-2 {
	top: 40px;
	bottom: auto;
}
/* Bottom */
.flex-caption--vertical-3 {
	top: auto;
	bottom: 40px;
}

/* Horisontal align */
/* Center */
.flex-caption--horizontal-1 {
	width: 1150px;
	text-align: center;

}
/* Right */
.flex-caption--horizontal-3 {
	left: auto;
	margin-left: auto;
	right: 50%;
	margin-right: -575px;
	text-align: right;
}

.flex-caption h2 {
	font-size: 60px;
	line-height: 1.2;
}
.flex-desc {
	font-size: 20px;
}

.flex-btn-list {
	margin: 0;
	margin-top: 30px;
	margin-left: -10px;
	margin-right: -10px;
	padding: 0;
	list-style: none;
}

.flex-btn-list > li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 3px;
}

.flex-btn-list .btn {
	min-width: 195px;
	text-align: center;
}

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

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

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

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

.clear {
	clear: both;
}

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

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

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

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

.stretched {
	width: 100% !important;
}

.orange {
	color: #f05a23;
}

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

.lowercase {
	text-transform: lowercase;
}

.display-table {
	display: table;
	width: 100%;
	height: 100%;
}

.display-tablecell {
	display: table-cell;
	vertical-align: middle;
}

.muted {
	color: #999;
}

.brand {
	color: #693;
}

.is-bold {
	font-family: 'circular-bold', sans-serif;
}

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

div#popcart img {
	width: auto;
}

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

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

.topcart-empty div#topcart-hoverarea {
	display: none;
}

div#topcart-holder .btn {
	margin-left: 10px;
}

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

.topcart-icon {
	margin-left: 8px;
	margin-bottom: 1px;
	max-height: 35px;
	height: 35px;
}

.menu-icon {
margin-left: 8px;
max-height: 35px;
height: 35px;
margin: auto;
}

.search-icon {
margin-left: 8px;
max-height: 35px;
height: 35px;
margin: auto;
}

.topcart-font-icon {
	display: none;
}
.topcart-arrow {
	margin-right: 4px;
}
.topcart-font-arrow {
	display: none;
}

div#popcart {
	position: absolute;
	right: -4px;
	top: 100%;
	z-index: 900;

	display: none;
	height: 0;
	max-width: 350px;
	padding: 3px;
	border: 4px solid #e3e3e3;
	border-top-style: none;
	border-radius: 0 0 3px 3px;
	overflow: hidden;

	background-color: #fff;
	line-height: normal;

	color: #000;

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

.popcart-title {
	display: inline-block;
	margin-right: 10px;
}

.popcart-packagePart {
	color: #999;
}

.popcart-packagePart a {
	color: #999;
}

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

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

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

#cartCountryForm .btn {
	height: 30px;
	line-height: 30px;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
	margin-left: 2px;
	background: #aaa;
	color: #fff;
}

.fb_iframe_widget iframe {
	position: relative !important;
}

.right-contact {
	positioN: fixed;
	top: 50%;
	margin-top: -40px;
	right: 0;
	z-index: 12;
	width: 75px;
	padding: 10px;
	background: #ffde17;
	text-align: center;
	color: #000;
	font-size: 12px;
	border-radius: 4px 0 0 4px;
}

/* Scroll-to-top link */
.scroll-top {
	display: inline-block;
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 50px;

	/* Image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;

	background: rgba(0, 0, 0, 0.8) url(../design/scroll-top-arrow.png) no-repeat center center;
	background-size: 40px 40px;
	visibility: hidden;
	opacity: 0;

	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-o-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.scroll-top.scroll-is-visible, .scroll-top.cd-fade-out, .scroll-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-o-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.scroll-top.scroll-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.scroll-top.scroll-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .4;
}
.scroll-top:hover {
	opacity: 1;
}

.hidden-blog-tags {
	display: none;
}


.lower-brand-text {
	margin-top: 40px;
}

.brand-main {
	overflow: hidden;
}

/**
 * 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 {
	display: flex;
	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;
}

/* Moible flexslider */
.flexslider-container--mobile {
	display: none;
}

.startpage-slideshow-mobile {
	position: relative;
	display: none !important;
}

.startpage-slideshow-mobile p {
	margin-bottom: 0;
}
/* Hidden in desktop */
.l-mobile-header,
.l-mobile-nav,
.sort-select,
.filter-responsive,
.checkout-cart-row-small,
.l-autocomplete-mobile-form,
.nav > li.show-for-xxlarge,
.show-for-large,
.show-for-medium,
.startpage-styled-select,
.for-smaller-screens {
	display: none;
}

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

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

/* Large */
@media all and (max-width: 768px) {
	.grid-item-1-4 {
		width: 50%;
	}
	.grid-item-1-6 {
		width: 31.33%;
	}
}

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

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

	.grid-item-1-6 {
		width: 50%;
	}
	.transporterSCArea {
		float: none;
	}
	.best-boxes-left {
		float: none;
		width: 100%;
	}
	.best-boxes-right {
		float: none;
		width: 100%;
	}
}

/* ==========================================================================
   Layout
   ========================================================================== */
@media all and (max-width: 1910px) {
	.slides-inner {
		width: 1910px;
		overflow: hidden;
		text-align: right;
	}
}


@media all and (max-width: 1190px) {
	.l-holder,
	.l-autocomplete,
	.l-constrained {
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
	}

	.view-home .l-holder,
	.view-category .l-holder,
	.view-checkout .l-holder,
	.view-blog .l-holder,
	.l-constrained--breadcrumbs {
		margin-left: auto;
		margin-right: auto;
	}

	.view-home .l-constrained--breadcrumbs,
	.view-category .l-constrained--breadcrumbs,
	.view-checkout .l-constrained--breadcrumbs,
	.view-blog .l-constrained--breadcrumbs {
		margin-left: 15px;
		margin-right: 15px;
	}

	.l-top-menu {
		font-size: 14px;
	}

	.l-top-menu__right__left {
		padding-left: 10px;
		padding-right: 10px;
	}

	.l-top-menu__right__right {
		padding-left: 10px;
	}

	.flex-caption {
		left: 4%;
		right: auto;
		margin-left: auto;
	}

	/* Horisontal align */
	/* Center */
	.flex-caption--horizontal-1 {
		right: 4%;
		width: auto;

	}
	/* Right */
	.flex-caption--horizontal-3 {
		right: 4%;
		left: auto;
		margin-right: auto;

	}

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

	.flex-btn-list .btn {
		min-width: 175px;
	}

	.btn--large {
		padding: 12px 30px;
		font-size: 18px;
	}

	.view-more-editable .category-faq-table,
	.category-faq-table--other {
		width: 31.33%;
	}

	.l-product-col-2 {
		width: 53%;
	}

	.product-cart-button-wrapper .btn--primary {
		padding: 0 20px;
	}

	.l-checkout-right-menu h2 {
		font-size: 42px;
	}

}

/* XLarge */
@media all and (max-width: 960px) {

	.l-header-search {
		padding-right: 0;
		margin-right: 0;
	}

	.l-sidebar {
		display: none;
	}

	.l-top-menu__right__left--contact {
		display: none;
	}

	.l-header__right {
		padding-top: 5px;
	}

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

	.site-nav__img img {
		max-width: 50px;
		max-height: 40px;
	}

	.site-logo,
	.site-logo img {
		max-width: 250px;
	}

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

	.flex-caption--horizontal-1 {
		width: auto;
	}


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

	.flex-btn-list {
		margin-top: 15px;
	}

	.flex-btn-list .btn {
		min-width: 165px;
	}

	.btn--large {
		padding: 10px 25px;
		font-size: 16px;
	}

	.view-more-editable .category-faq-table,
	.category-faq-table--other {
		width: 48%;
	}

	.l-product__sidebar,
	.l-product {
		float: none;
		width: 100%;
	}

	.l-product__sidebar {
		margin-top: 20px;
		margin-left: -2%;
	}

	.l-product__sidebar--col {
		display: inline-block;
		width: 48%;
		margin-left: 2%;
		vertical-align: top;
	}

	.l-checkout-right-menu {
		border-top: 2px solid #f15a24;
		padding-top: 20px;
	}

	.l-checkout-col-1__left,
	.l-checkout-right-menu {
		float: none;
		width: 100%;
	}

	.l-checkout-right-menu .hide-on-touch {
		display: none;
	}

	.l-footer {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.l-footer-col-2__top ul {
		margin-left: -35px;
	}

	.l-footer-col-2__top li {
		margin-left: 35px;
	}

}

@media all and (max-width: 768px) {
	.startpage-styled-select {
		position: relative;
		display: block;
		margin-bottom: 15px;
	}

	.startpage-styled-select__title .show-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.startpage-styled-select__title .hide-title {
		display: none;
	}

	.startpage-styled-select__title {
		cursor: pointer;
		padding: 23px 5px;
		background-color: #f5f5f5;
		font-size: 18px;
		line-height: 1;
	}

	.startpage-styled-select__title .title-icon-1 {
		padding-right: 7px;
		padding-bottom: 3px;
		max-width: 25px;
	}

	.startpage-styled-select__title .title-icon-2 {
		padding-left: 7px;
		padding-bottom: 3px;
		max-width: 25px;
	}

	.startpage-product-nav-title.selected {
		background: #fff;
		border-left: none;
		color: #000;
	}

	.startpage-styled-select__dropdown {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 10;
		min-width: 100%;
		padding: 10px;
		margin: 0;
		border: 1px solid #e7e7e7;
		background: #fff;
		font-size: 16px;
		text-align: center;
		display: none;
	}

	.startpage-styled-select__dropdown--right {
		right: 0;
		left: auto;
	}

	.startpage-styled-select__dropdown>li {
		display: block;
		padding: 10px;
		float: none;
		width: 100%;
	}

	.category-bottom__top {
		display: inline-block;
	}

	.category-bottom__smalltitle {
		padding-top: 15px;
	}

	.styled-select_new {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 18px;
	}

	.styled-select__title_new {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		cursor: pointer;
		padding: 4px 15px;
		line-height: 1;
	}

	.styled-select__title_new span {
		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;
		line-height: 1;
	}

	.styled-select__title_new img {
		max-width: 16px;
	}

	.styled-select__dropdown_new {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 10;
		min-width: 100%;
		margin: 0;
		padding: 0 10px;
		border: 1px solid #e7e7e7;
		background: #fff;
		font-size: 13px;
		text-align: left;
		display: none;
		max-height: 700px;
		overflow: scroll;
	}

	.styled-select__dropdown--right_new {
		right: 0;
		left: auto;
	}

	.styled-select__dropdown_new>li {
		display: block;
		margin: 5px;
		padding: 5px;
		border-bottom: 1px solid #e9e9e9;
	}

	.styled-select__dropdown_new li a {
		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;
	}

	.styled-select__dropdown_new li a img {
		max-width: 40px;
		margin-right: 5px;
	}

	.view-home .flexslider {
		margin-bottom: 0;
	}
}


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

	.flexslider .l-constrained {
		margin-left: 0;
		margin-right: 0;
	}

	.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 {
		display: none;
	}

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

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

	.filter-responsive {
		display: block;
	}

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

	.view-home .l-content,
	.view-category .l-content,
	.view-checkout .l-content,
	.view-blog .l-content {
		margin: 0;
	}

	.l-holder {
		margin: 0 0 30px;
		background: #fff;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
	}

	.l-mobile-logo {
		margin-top: 50px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
		border-bottom: 1px solid #ddd;
	}

	.l-mobile-header {
		position: fixed;
		/* overflow: hidden; */
		top: 0;
		left: 0;
		z-index: 1000;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		height: 50px;
		background: #f5f5f5;
		/*box-shadow: 0 1px 2px rgba(0,0,0,0.2);*/
		border-bottom: 1px solid #e9e9e9;
	}

	.view-checkout .l-mobile-header,
	.l-mobile-header.zoomed {
		position: absolute;
	}

	.l-header {
		display: none;
	}

	.l-mobile-nav {
		position: fixed;
		z-index: 99;
		top: 50px; /* Same as .l-mobile-header height */
		bottom: 0;
		left: 0;
		right: 0;
		display: none;
		padding-top: 20px;
		padding-bottom: 70px;
		overflow-y: auto;
		background-color: #F6F6F6;
		-moz-user-select: -moz-none;
		-webkit-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		-webkit-overflow-scrolling: touch !important;
	}
	.is-mobile-nav-open .l-mobile-nav {
		display: block;
	}
	.is-mobile-nav-open body {
		overflow: hidden;
	}

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

	.l-autocomplete {
		top: 0;
		bottom: 0;

		margin-left: 0;
		margin-right: 0;
		padding: 0;

		background: rgba(0,0,0,.6);
		box-shadow: none;
		border-radius: 0;
	}
	.is-autocomplete-open body,
	.is-autocomplete-active .l-autocomplete {
		background: #fff;
	}
	.is-autocomplete-open .l-autocomplete {
		display: block;
	}
	.l-autocomplete-content {
		padding: 0 15px 100px;
	}
	.l-autocomplete-mobile-form {
		background: #fff;
		padding: 13px;
		display: block;

		box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	}
	.is-autocomplete-active .l-autocomplete-mobile-form {
		box-shadow: none;
	}
	.is-autocomplete-open .l-mobile-header,
	.is-autocomplete-open .l-mobile-nav,
	.is-autocomplete-active .page {
		display: none;
	}

	html.is-autocomplete-empty,
	.is-autocomplete-empty body {
		overflow: hidden;
		height: 100%;
	}

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

	.flex-btn-list {
		margin-top: 10px;
		margin-left: -4px;
		margin-right: -4px;
	}

	.flex-btn-list .btn {
		min-width: 135px;
	}

	.flex-btn-list > li {
		margin-left: 4px;
		margin-right: 4px;
	}

	.flex-btn-list .btn--large {
		padding: 10px 20px;
		font-size: 20px;
		height: auto;
	}

	/* Top */
	.flex-caption--vertical-2 {
		top: 20px;
	}
	/* Bottom */
	.flex-caption--vertical-3 {
		bottom: 20px;
	}

	.product-item__bottom__right {
		padding-top: 8px;
	}

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

	.price-original {
		font-size: 13px;
	}

	.startpage-bottom__left__bottom li {
		font-size: 16px;
	}

	.start-guides__img img {
		max-height: 40px;
	}

	.most-seen-blog {
		margin-left: 0;
	}

	.most-seen-blog-post {
		width: 100%;
		margin-left: 0;
	}

	.most-seen-blog-post .blog-post__thumbnail {
		height: auto;
		background-image: none !important;
	}

	.most-seen-img {
		display: inline-block;
	}

	.most-seen-blog-post .blog-post__title {
		height: auto;
	}

	.l-product-col-1,
	.l-product-col-2,
	.l-product-col-3 {
		width: auto;
		padding-right: 0;
		float: none;
	}

	.l-footer-col-1 {
		width: auto;
		max-width: 45%;
		margin-right: 7%;
	}

	.l-footer-col-2__top {
		float: left;
		max-width: 48%;
		padding-top: 20px;
	}

	.l-footer-col-2__top li {
		display: block;
		margin-left: 0;
	}

	.l-footer-col-2__top ul {
		margin-left: 0;
	}

	.l-footer-col-2 {
		padding-top: 20px;
		float: none;
		width: 100%;
		clear: both;
	}

	.l-footer-col-2__bottom__left,
	.l-footer-col-2__bottom__right {
		float: none;
		width: 100%;
	}

	.slides-inner-new {
		background-size: cover;
	}
}

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

@media all and (max-width: 600px) {
	.flex-btn-list .btn {
		min-width: 125px;
	}

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

	.startpage-bottom {
		margin-bottom: 50px;
	}

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

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

	.startpage-bottom .for-smaller-screens {
		display: block;
		padding-top: 50px;
		padding-right: 15px;
		padding-bottom: 50px;
		padding-left: 15px;
		margin-bottom: 35px;
		background-color: #f5f5f5;
		border-color: #f5f5f5;
	}

	.for-bigger-screens {
		display: none;
	}

	.grid-gallery > li.category-item {
		padding-left: 10px;
		border-left: 3px solid #f15a25;
	}

	.view-more-editable .category-faq-table,
	.category-faq-table--other {
		width: 98%;
	}

	.l-product__sidebar--col {
		width: 98%;
	}

	.checkout-discount-link {
		margin-top: 0;
	}

	.checkout-top-options__left,
	.checkout-top-options__right {
		float: none;
	}

	.checkout-top-options__right__left,
	.checkout-top-options__right__right {
		margin-left: 0;
		margin-right: 20px;
		padding-bottom: 5px;
	}

	.slides-inner-new {
		background-position: center right 45%;
	}
}

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

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

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

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

	.flex-caption h2 {
		margin-bottom: 3px;

		font-size: 45px;
	}

	.flex-btn-list {
		margin-top: 10px;
		margin-left: -2px;
		margin-right: -2px;
	}

	.flex-btn-list .btn {
		min-width: 100px;
	}

	.flex-btn-list > li {
		margin-left: 2px;
		margin-right: 2px;
	}

	/* Top */
	.flex-caption--vertical-2 {
		top: 10px;
	}
	/* Bottom */
	.flex-caption--vertical-3 {
		bottom: 10px;
	}

	.flex-control-nav {
		display: none;
	}

	.startpage-product-nav-title {
		float: none;
		width: 100%;
		border-style: none;
		border-bottom: 1px solid #fff;
	}

	.description-nav--col {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 14px;
	}

	.btn {
		padding: 6px 12px;
	}

	.btn--large {
		padding: 10px 25px;
	}

	.product-item__header {
		display: block;
	}

	.product-item__img {
		border-bottom: 1px solid #ddd;
	}

	.product-item .price-original {
		display: none;
	}

	.checkout-cart-topay {
		font-size: 18px;
	}

	.scroll-top {
		bottom: 10px;
		right: 10px;
	}

	.site-logo, .site-logo img {
		max-width: 165px;
	}

	.guide-steps__left {
		width: 60px;
	}

	.category-bottom__smalltitle .addthis_toolbox {
		top: 0;
		float: right;
	}

	.checkout-company-selector .label-checkbox {
		margin-left: 0
	}
	.checkout-company-selector .label-wrapper {
		padding-left: 10px;
	}

	.l-product-thumb__left {
		max-width: 35%;
	}
	.l-product-thumb__right {
		max-width: 65%;
	}
}

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

/* XLarge */
@media all and (max-width: 1190px) {
}
/* IPad special */
@media all and (max-width: 1024px) {
	.checkout-customer-info__company-selector {
		flex: 100%;
		padding-right: 0;
	}
}

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

	.category-nav-col {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

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

	.l-mobile-header__left {
		min-width: 50px;
		height: 49px;
	}
	.l-mobile-header__right {
		min-width: 100px;
		height: 49px;
		border-left: 1px solid #e9e9e9;
		text-align: center;
	}
	.l-mobile-header__right i,
	.l-mobile-header__right .mini-cart-inner {
		margin-left: auto;
		margin-right: auto;
	}

	@media (max-width: 768px) {
		.topcart-icon {
			margin-right: 20%;
		}
	}
	.l-mobile-header__left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.l-mobile-header__left__left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 50px;
		background-color: #fff;
		border-right: 1px solid #e9e9e9;
	}

	.l-mobile-header__right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.l-mobile-header__right_left,
	.mini-cart {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: #fff;
	}

	.l-mobile-header__middle {
		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;
		width: 100%;
		height: 100%;
		padding-left: 50px;
		background: #f5f5f5;
		text-align: center;
	}

	.l-mobile-header__middle select {
		width: 100%;
		max-width: 300px;
		height: 34px;
		line-height: 34px;
		padding: 0 10px;
		margin-left: auto;
		margin-right: auto;
		border-radius: 3px;
		background-image: url(../design/mobile-select-bg.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: auto 100%;
		border: 2px solid #000;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

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

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

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

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

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

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

	.mini-cart-info {
		margin: auto;
		text-align: center;
		color: #222;
		font-weight: 600;
		font-size: 11px;

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

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

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

	.mini-menu,
	.mini-search,
	.mini-cart {
		width: 50px;
		color: #000;
		font-size: 22px;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.l-mobile-header__right_left {
		padding-top: 1px;
		border-right: 1px solid #e9e9e9;
	}
	.mini-search {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 26px;
	}
	.mini-menu,
	.mini-cart,
	.mini-cart-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.is-touch.mini-menu,
	.is-touch.mini-search,
	.is-touch.mini-cart {
		opacity: 0.5;

		-webkit-transition: opacity .15s;
		transition: opacity .15s;
	}
	.mini-cart-inner {
		position: relative;
		padding-top: 3px;
	}
	.mini-cart-count {
		position: absolute;
		top: -6px;
		right: -1px;
		height: 19px;
		width: 19px;
		background: #39b54a;
		border-radius: 50%;
		line-height: 19px;
		font-size: 11px;
		color: #fff;
		text-align: center;
	}
	.is-new-mini-cart-item .mini-cart-count {
		-webkit-animation: cart-count-pop .25s cubic-bezier(.694, .0482, .335, 1);
		animation: cart-count-pop .25s cubic-bezier(.694, .0482, .335, 1);
	}
	.is-mobile-nav-open .mini-menu .wgr-icon:before {
		content: "\f00d";
	}

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

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

	.category-bottom__blog,
	.category-bottom__guide,
	.category-bottom__steps,
	.category-bottom__facts {
		float: none;
		width: 100%;
	}


	.category-bottom h2,
	.category-bottom h1,
	.product-title {
		font-size: 30px;
	}

	.startpage-product-nav-select,
	.category-nav-select {
		width: 100%;
		height: 35px;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 20px;
		margin-bottom: 15px;
		background-color: #fff;
		background-image: url(../design/mobile-select-bg.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: auto 100%;
		border: 2px solid #000;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.startpage-product-nav-select {
		margin-top: 0;
	}
	.checkout-shipping-method span + .label-wrapper {
		width: 85%
	}
	.label-wrapper > label {
		position: unset;
	}
	.show-info-popup:hover .info-popup,
	.show-info-popup:focus .info-popup {
		top: 23px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

/* Medium */
@media all and (max-width: 480px) {
	.reviews {
		max-height: none;
	}
	.reviews-title {
		margin-top: 20px;
	}
	.l-mobile-header__left,
	.l-mobile-header__right {
		height: 49px;
	}
	.mini-site-logo img {
		max-width: 135px;
	}

	.l-product-col-1 {
		height: auto;
		padding-top: 10px;
		line-height: 1;
	}

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

	.checkout-cart-row {
		font-size: 14px;
	}

	.checkout-cart-thumbnail {
		max-height: 50px;
		max-width: 50px;
	}

	.checkout-desc {
		display: none;
	}

	.checkout-cart-link h4 {
		font-size: 16px;
	}

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

	.checkout-customer-info__zip-code {
		padding-left: 0;
	}
	.checkout-customer-info__company-selector {
		padding-right: 0;
	}
	.agent-list select,
	.best-area select {
		padding-right: 40px;
		font-size: 13px;
		background-position: right 7px center, 100% 0;
	}
	.checkout-shipping-method--active .agent-list select,
	.checkout-shipping-method--active .best-area select {
		background-position: right 7px center, 100% 0;
	}

	.startpage-identifyPests {
		font-size: 15px;
	}

	.startpage-identifyPests h2 {
		font-size: 24px;
	}
}

/** Menu modules **/

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

	.mobile-module {
		margin-bottom: 30px;
		border-top: 1px solid #e2e2e2;
	}
	.mobile-module__heading {
		margin: 0;
		padding: 8px 18px;
		font-weight: 600;
		color: #444;
	}

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

	.mobile-listmenu {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	.mobile-listmenu a {
		position: relative;

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

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

	.mobile-listmenu span {
		position: relative;

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

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

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

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

	.mobile-listmenu-0 {
		background-color: #fff;
	}

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

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

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

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

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

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

/* Medium */
@media all and (max-width: 480px) {
	.mobile-module__heading,
	.mobile-listmenu a {
		padding-left: 12px;
		padding-right: 12px;
	}
	.mobile-module__body {
		padding: 12px;
	}

	.category-item__heading {
		font-size: 18px;
		color: #f15a25;
	}
}

/** Grid-gallery **/

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

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

	.l-checkout-right-menu .grid-gallery > li {
		width: 20%;
	}
}

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

@media all and (max-width: 340px) {
	.grid-gallery > li.category-item,
	.grid-gallery.grid-gallery--categories > li {
		width: 98%;
		margin-bottom: 15px;
	}
}

/*
* Brands page
*/

@media all and (max-width: 960px) {
	.view-brandpage .brand-holder {
		display: block;
	}
	.view-brandpage .l-sidebar {
		display: block;
		float: none;
		margin-left: 0;
		margin-top: 30px;
		width: auto;
	}
	.view-brandpage .l-sidebar .list-gallery {
		margin-left: -3%;
	}
	.view-brandpage .l-sidebar .list-gallery > li {
		display: inline-block;
		margin-bottom: 3%;
		margin-left: 3%;
		width: 30.33%;

		vertical-align: top;
	}
}
@media all and (max-width: 768px) {
	.brands-list > li {
		width: 28.33%;
	}
}
@media all and (max-width: 600px) {
	.view-brandpage .l-sidebar .list-gallery > li {
		width: 47%;
	}
}
@media all and (max-width: 480px) {
	.brands-list > li {
		width: 45%;
	}
}


/*
 * Blog Page
 */

@media all and (max-width: 960px) {
	.responsive-filter-holder--new .blog-filter {
		padding-top: 5px;
	}
	.responsive-filter-holder--new li {
		display: inline-block;
	}
	.responsive-filter-holder--new label {
		display: block;
		border: 1px solid #ddd;
		margin-bottom: 5px;
		margin-left: 5px;
		padding: 5px 10px;
	}
	.responsive-filter-holder--new input[type="checkbox"]:checked + label {
		border-color: #f05a23;

		background: #f05a23;
	}
	.responsive-filter-holder--new input[type="checkbox"] + label:before {
		display: none;
	}
	.blog-filter__toggle {
		display: inline-block;
		width: 49%;
		margin-bottom: 10px;
		vertical-align: top;
	}
	.blog-filter__toggle h5 {
		position: relative;
		margin-bottom: 0;
		padding: 2px 10px;

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

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

	.blog-filter select {
		max-width: 450px;
		margin-top: 5px;
	}
	.mobile-product-list {
		display: block;
	}
	.mobile-product-list .list-gallery li {
		width: 48%;
		display: inline-block;
		margin-left: 2%;
		margin-bottom: 2%;

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

@media all and (max-width: 480px) {
	.responsive-filter-holder {
		margin-left: 0;
	}
	.blog-filter__toggle {
		width: 100%;
		margin-left: 0;
	}

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

	.blog-post__comments {
		float: none;
	}
}

/*
 * Identify pests page
 */
@media all and (max-width: 768px) {
	.idpests-filter-items {
		flex-direction: column;
	}
	.idpests-filter__item {
		width: 100%;
	}

	/* Idpests items */
	.idpests-gallery {
		grid-template-columns: repeat(3, 1fr);
	}
	.idpests-item {
		padding: 0;
	}
}

@media all and (max-width: 480px) {
	.idpests-top-area {
		flex-direction: column;
	}
	.idpests-top-area > div {
		width: 100%;
	}
	.idpests-informationArea {
		margin-bottom: 20px;
	}
	.idpests-filter-items {
		flex-direction: row;
	}
	.idpests-filter__item {
		width: 48%;
	}

	.idpests-gallery {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media all and (max-width: 768px) {
	.startpage-product-nav-inner {
		width: 100%;
		height: 50px;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 15px;
		background-color: #f5f5f5;
		background-image: url(../design/downicon1.png), url(../design/menyicon.png);
		background-repeat: no-repeat, no-repeat;
		background-position: right 15px center, left 15px center;
		background-size: 20px, 20px;
		border: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		text-align-last: center;
		text-align: center;
		-ms-text-align-last: center;
		-moz-text-align-last: center;
		margin-left: auto;
		margin-right: auto;
		font-size: 18px;
	}
	.startpage-product-nav-inner select {
		width: 100%;
		height: 50px;
		padding-top: 0;
		padding-bottom: 0;
		padding: 0 50px;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		background: transparent;
		border: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		text-align-last: center;
		text-align: center;
		-ms-text-align-last: center;
		-moz-text-align-last: center;
		font-size: 18px;
		line-height: 1;
	}
	.category-nav-select-new-holder {
		width: 100%;
		height: 50px;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 20px;
		margin-bottom: 15px;
		background-color: #f5f5f5;
		background-image: url(../design/downicon1.png), url(../design/menyicon.png);
		background-repeat: no-repeat, no-repeat;
		background-position: right 15px center, left 15px center;
		background-size: 20px, 20px;
		border: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		text-align-last: center;
		text-align: center;
		-ms-text-align-last: center;
		-moz-text-align-last: center;
		margin-left: auto;
		margin-right: auto;
		font-size: 18px;
	}
	.category-nav-select-new-holder {
		width: 100%;
		height: 50px;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 20px;
		margin-bottom: 15px;
		background-color: #f5f5f5;
		background-image: url(../design/downicon1.png), url(../design/menyicon.png);
		background-repeat: no-repeat, no-repeat;
		background-position: right 15px center, left 15px center;
		background-size: 20px, 20px;
		border: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		text-align-last: center;
		text-align: center;
		-ms-text-align-last: center;
		-moz-text-align-last: center;
		margin-left: auto;
		margin-right: auto;
		font-size: 18px;
	}
	.category-nav-select-new-holder .show-for-large {
		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;
	}
	.category-nav-select-new {
		width: 100%;
		height: 50px;
		padding-top: 0;
		padding-bottom: 0;
		padding: 0 50px;
		margin-top: 20px;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
		background: transparent;
		border: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		text-align-last: center;
		text-align: center;
		-ms-text-align-last: center;
		-moz-text-align-last: center;
		font-size: 18px;
	}
	.category-nav-select-new option {
		text-align-last: center;
		text-align: center;
		-ms-text-align-last: center;
		-moz-text-align-last: center;
	}
	.l-mobile-header__middle-inner1 {
		width: auto;
		height: 49px;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 0;
		background-color: #f5f5f5;
		background-repeat: no-repeat;
		background-position: right 15px center;
		background-size: 20px;
		border: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		text-align-last: center;
		text-align: center;
		-ms-text-align-last: center;
		-moz-text-align-last: center;
		margin-left: auto;
		margin-right: auto;
		font-size: 18px;
	}
	.l-mobile-header__middle-inner2 {
		width: auto;
		height: 49px;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 0;
		background-color: #f5f5f5;
		background-repeat: no-repeat, no-repeat;
		background-position: left 15px center, right 15px center;
		background-size: 30px, 20px;
		border: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		text-align-last: center;
		text-align: center;
		-ms-text-align-last: center;
		-moz-text-align-last: center;
		margin-left: auto;
		margin-right: auto;
		font-size: 18px;
	}
	.l-mobile-header__middle-inner1 .chose-cat-select,
	.l-mobile-header__middle-inner2 .chose-cat-select {
		width: 100%;
		height: 50px;
		padding-top: 0;
		padding-bottom: 0;
		padding: 0 50px;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		background: transparent;
		border: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		text-align-last: center;
		text-align: center;
		-ms-text-align-last: center;
		-moz-text-align-last: center;
		font-size: 18px;
		line-height: 1;
	}

	.view-home .flexslider {
		margin-bottom: 5px;
	}
}
@media all and (max-width: 480px) {
	.l-mobile-header__middle {
		padding-left: 0;
	}
	.l-mobile-header__middle-inner1 {
		background-position: right 5px top 21px;
	}
	.l-mobile-header__middle-inner1 .chose-cat-select {
		padding-left: 5px;
		padding-right: 35px;
	}
	.l-mobile-header__middle-inner2 {
		background-position: left 4px center, right 5px top 21px;
	}
	.l-mobile-header__middle-inner2 .chose-cat-select {
		padding-left: 40px;
		padding-right: 35px;
	}

	.mobile-slider-holder {
		margin-bottom: 5px;
	}
}

@media all and (max-width: 350px) {
	.l-mobile-header__middle-inner2 .chose-cat-select {
		padding-left: 36px;
		padding-right: 35px;
	}
}


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

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

	.nav > li.show-for-xxlarge {
		display: inline-block;
	}
}

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

	.show-for-large {
		display: block;
	}
}

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

	.show-for-medium {
		display: block;
	}
}

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

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

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

.btn--rounded {
	width: 145px;
	padding: 14px;
	font-size: 20px;
	height: 45px;
}

/* ==========================================================================
   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-reverse;
		margin-top: 15px;
		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%;
	}
}

/* Moible flexslider */
@media all and (max-width: 480px) {
	.startpage-slideshow-mobile {
		display: block !important;
	}
	.flexslider-container--mobile {
		display: block;
	}
	.flexslider-container--desktop {
		display: none;
	}
	.flexslider-container--mobile .slick-slider {
		margin-bottom: 0;
	}

	.flex-caption {
		padding-left: 5px;
		padding-right: 5px;
	}

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