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

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

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

[hidden],
template {
  display: none;
}

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

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

a {
  background-color: transparent;
}

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

dfn {
  font-style: italic;
}

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

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

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

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

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

small {
  font-size: 80%;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

img {
  border: 0;
}

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

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

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

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

figure {
  margin: 1em 40px;
}

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

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

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

pre {
  overflow: auto;
}

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

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

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

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

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

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

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

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

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

/* apply a natural box layout model to all elements */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}/* ==========================================================================
   Variables
   ========================================================================== */
   :root {
	--large-constrained: 1920px;

	--primary-color: #1c2439;
	--primary-color-text: #fff;

	/* Carousel */
	--swiper-navigation-size: 40px;
	--swiper-theme-color: #1c2439;
}

/* ==========================================================================
   Base
   ========================================================================== */

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

body {
	background-color: #fff;
}

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

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

h2 {
	font-size: 18px;
	text-transform: none;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

p {
	margin: 0 0 10px;
}

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

th,
td {
	text-align: left;
}

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

	vertical-align: middle;
}

a {
	color: #63a522;
	text-decoration: none;
}
a:hover {
	color: #87CD42;
}

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

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

.ui-multiselect-menu input[type="checkbox"] {
	display: inline-block;
	margin-right: 5px;
}

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

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

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

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

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

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

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

/* ==========================================================================
   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: 1440px;
	margin: 15px auto;
	background-color: #fff;
}

.l-constrained {
	position: relative;

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

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

.l-header {
	display: flex;
	align-items: center;
	justify-content: space-between;

	max-width: var(--large-constrained);
	margin: 0 auto;
	position: relative;
}

.l-header__middle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;

	padding-left: 15px;
	padding-right: 15px;
}
.l-header__middle__top {
	margin-bottom: 20px;
}
.l-header__middle__bottom {
	width: 100%;
}
.trustpilot-widget {
	max-width: 130px;
	max-height: 85px;
}

.l-header__right {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.l-header__right .input-select {
	margin-bottom: 20px;
}
.l-header__right .input-select option,
.l-header__right .input-select select {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

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

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

	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333333;
	font-family: 'Lato', sans-serif;
}
.l-header__middle__top li:first-child {
	margin-left: 0;
}

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

.l-menubar {
	position: relative;
	max-width: var(--large-constrained);
	margin: 0 auto;
}

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

.l-menubar-bottom-holder {
	width: 100%;
	background: #d1d1d1;
}

.l-menubar-bottom {
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
	line-height: 40px;
}

.l-menubar-bottom__right {
	float: right;
	max-width: 25%;
}

.l-menubar-bottom__left {
	float: left;
	max-width: 75%;
}

.l-menubar-bottom__right a,
.l-menubar-bottom__left .filter-title {
	text-transform: uppercase;
	font-weight: 600;
	color: #1c2439;
	font-size: 12px;
	font-family: 'Open sans', sans-serif;
}

.l-menubar-bottom__right a img {
	display: inline-block;
	margin-right: 10px;
	margin-top: -4px;
}

.l-menubar-bottom__left .filter-title,
.l-menubar-bottom__left ul,
.l-menubar-bottom__left li {
	display: inline-block;
}

.l-menubar-bottom__left .filter-title {
	margin-bottom: 0;
}

ul.filterlistmenu li,
ul.filterlistmenu li.filter-item-title {
	padding: 0;
	border-style: none;
	background: none;
}

ul.filterlistmenu li.filter-item-title {
	font-size: 13px;
	font-family: 'Open sans', sans-serif;
	font-weight: 600;
	padding: 0 10px;
	position: relative;
	cursor: pointer;
}

ul.filterlistmenu li.filter-item-title .wgr-icon {
	margin-left: 5px;
	vertical-align: middle;
}

.filter-item-dropdown li {
	display: block;
}

.filter-item-dropdown li label {
	white-space: nowrap;
}

.l-menubar-bottom__left ul.filter-item-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	background: #d1d1d1;
	left: 0px;
	padding: 10px;
	z-index: 9;
	line-height: normal;
	border: 1px solid #ccc;
	border-top-style: none;
	border-bottom: 3px solid #1c2439;
	min-width: 100%;
}

.l-menubar-bottom__left .filter-item-title:hover ul.filter-item-dropdown {
	display: block;
}

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

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

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

.l-footer {
	max-width: 1150px;
	margin: 0 auto;
	padding: 40px 0;
	color: #999999;
	font-size: 14px;
}

.l-footer h3 {
	color: #fff;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

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

.l-footer a:hover,
.l-footer a.btn {
	color: #fff;
}

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

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

.l-footer-col-2,
.l-footer-col-3,
.l-footer-col-4 {
	width: 17%;
}

.l-footer-col-5 {
	padding-right: 0;
	width: 24%;
}

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

.l-footer-bottom {
	display: flex;
	flex-direction: column;

	margin: 0 auto;
	max-width: 1150px;
	padding: 40px 0;

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

.l-footer-bottom__left {
	margin-bottom: 3em;
}
.l-footer-bottom__right {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

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

#footerNewsletterForm input {
	width: 75%;
	height: 32px;
	vertical-align: middle;
	background: #fff;
	border-style: none;
	border-radius: 0px;
	float: left;
	padding-left: 8px;
	color: #999;
	font-size: 13px;
}

#footerNewsletterForm .btn {
	width: 25%;
	height: 32px;
	vertical-align: middle;
	padding: 0;
	text-align: center;
	line-height: 32px;
	float: right;
}

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

.l-footer-certification {
	display: none;
	margin-top: 15px;
	text-align: center;
}

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

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

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

	border-top: 2px solid #e5e5e5;
}

.is-checkout-suspended .l-main:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	content: '';
}

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

.no-scroll {
	height: 100dvh;
	overflow: hidden;
}

/* Clean dialog*/
.dialog-natural {
	border-style: none;
}

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

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

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

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

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

.breadcrumbs {
	padding-bottom: 7px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
	font-size: 12px;
}
.breadcrumbs > li {
	color: #777;
}
.breadcrumbs a {
	color: #444;
}
.breadcrumbs .wgr-icon {
	margin-left: 2px;
	margin-right: 2px;
	color: #999;
}

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

/* Used at ex: .sort-section and .rewies  */
.highlight-bar {
	padding: 7px 10px;
	border-style: none;
	margin: 10px 0;
	background-color: #d1d1d1;
}

.startpage-bar {
	margin: 20px 0 10px;
	color: #333;
	font-size: 21px;
}
.startpage-top {
	margin-bottom: 3em;
}
.startpage-top__left {
	border: 1px solid #eee;
}

.starpage-text h1 {
	margin-bottom: 1em;
}

.flex-banner {
	position: absolute;
	top: -3px;
	left: -3px;
	width: 176px;
	height: 112px;
	overflow: hidden;
}

.flex-banner-inner {
	position: relative;
	left: -40px;
	top: 28px;
	z-index: 5;

	width: 200px;
	height: 35px;
	line-height: 35px;
	background: #c70220;
	box-shadow: 0 2px 4px rgba(0,0,0, 0.3);

	text-align: center;
	-ms-transform: rotate(-35deg); /* IE 9 */
	-webkit-transform: rotate(-35deg); /* Chrome, Safari, Opera */
	transform: rotate(-35deg);
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.banner-wrap-1,
.banner-wrap-2 {
  position: absolute;
  z-index: 3;
  background: #8a0715;
}
.banner-wrap-1 {
  top: 0;
  right: 20px;

  width: 6px;
  height: 4px;

  border-top-right-radius: 5px;
}
.banner-wrap-2 {
  bottom: 0;
  left: 0;

  width: 4px;
  height: 6px;

  border-bottom-left-radius: 5px;
}

div.flexslider {
	margin-bottom: 0;
	padding: 7px;
	margin-left: -6px;
	margin-top: -6px;
	margin-right: -6px;
	margin-bottom: -6px;
}

div.flexslider .slides {
	border: 1px solid #eee;
}

div.flex-caption {
	left: auto;
	bottom: 30px;
	top: auto;
	right: 30px;
	width: auto;
	max-width: 40%;
	background: none;
	padding: 0;
	color: #1c2439;
}

div.flex-caption h2 {
	color: #1c2439;
	font-size: 40px;
	line-height: 44px;
	font-weight: 700;
}

div.flex-caption h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #1c2439;
}

.flex-desc {
	margin: 20px 0 10px;
}

.flex-price {
	color: #c70220;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
}

.flex-caption a.btn {
	display: block !important;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

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

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

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

.site-logo {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.site-logo img {
    width: 100%;
}

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

	width: 240px;
	height: 120px;

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

.vat-selector {
	margin-bottom: 20px;
	font-size: 12px;
}
.vat-selector label {
	margin-left: 4px;
}

/* Main navigation section */
.site-nav {
	margin-left: -10px;
}

.site-nav > li > a {
	display: flex;
	align-items: center;

	padding: 0 10px;

	font-size: 14px;
	color: #fff;
	font-weight: 700;
	line-height: 51px;
	white-space: nowrap; /* Fix for overlapping text in ie8 */
}
.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;
}

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

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

	border: 1px solid #E3E3E3;
	border-radius: 0px;
	height: 38px;
	max-width: 650px;
	overflow: hidden;
	width: 100%;

	background: #fff;
}
.site-search__input,
.site-search__btn {
	position: absolute;
	top: 0;
	bottom: 0;

	margin: auto;
}
.site-search__input {
	left: 0;

	max-width: 80%;
	padding-left: 16px;
	width: 100%;

	color: #333;
	font-size: 13px;
}
.site-search__input::placeholder {
	color: #333;
}
.site-search__btn {
	right: 0;

	width: 100%;
    max-width: 50px;
    padding: 8px 15px;

	background-color: var(--primary-color);
	color: var(--primary-color-text);
	font-size: 15px;
	text-align: center;
}

/* Block section */
.module {
	margin-bottom: 15px;
}
.module__heading {
	margin: 0;
	padding: 7px 10px;

	border-radius: 4px 4px 0 0;

	background-color: #92b264;
	background-image: linear-gradient(to bottom, #a1bd7b, #7fa944);

	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.module__body {
	padding: 10px;

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

	background: #fff;

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

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

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

.listmenu-0 > li > a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 17px;
	border-bottom: solid 1px #dcdcdc;
	background-color: #fff;
	background-image: linear-gradient(to bottom, #fff, #f8f8f8);
}

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

	border-bottom: solid 1px #dcdcdc;

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

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

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

	margin: auto;
	width: 15px;
	height: 12px; /* Same as font-size */

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

/* Grid for product-items and category-items */
/* Sub-modules: .grid-gallery--products and .grid-gallery--categories */
.grid-gallery,
.list-gallery {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
.grid-gallery {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.grid-gallery > li {
	display: inline-block;
	*display: inline;
	width: 100%;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;

	border-style: none;
	text-align: center;

	background: #fff;

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

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

.product-item__img {
	margin-bottom: 7px;
    padding-bottom: 133%;
}
.product-item__img {
	position: absolute;
	inset: 0;

	display: block;
}
.product-item__img img {
    position: absolute;
    inset: 0;
    margin: auto;
    max-height: 100%;
}
.product-item__heading {
	height: 38px;
	overflow: hidden; /* clip text */
	margin-bottom: 7px;
	font-size: 15px;
	text-transform: none;
	font-weight: 400;
	line-height: 1.3;
}
.product-item .price {
	font-size: 18px;
}
.product-item__buttons {
	display: none;
	margin-top: 7px;
}

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

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

/* Category-item style */
.category-item {
	text-align: center;
}
.category-item__img {
	position: relative;
    padding-bottom: 100%;
}
.category-item__img img {
	position: absolute;
	inset: 0;

    margin: auto;
    max-height: 100%;
}
.category-item__heading {
	overflow: hidden;

	white-space: nowrap;
}
.category-item__heading a {
	text-decoration: none;
}

/* Category section */
.view-category .l-main {
	overflow: inherit;
}
.category-lead {
	margin-bottom: 10px;
}
.view-home .grid-gallery--categories {
	grid-template-columns: repeat(4,1fr);
}
.grid-gallery--categories {
	display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 20px;
    margin-bottom: 20px;
}

.grid-gallery--categories > li {
	position: relative;

	margin-left: 0;
    margin-bottom: 0;
	width: 100% !important;
}
.category-item__body {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 1.5em;
}

.grid-gallery--categories .btn--primary {
    padding: 14px 40px;

	background-color: #1C2439;
    font-size: 14px;
    font-weight: 700;
}

/* Product section */
.product-title {
	margin-bottom: 15px;
}
.product-carousel {
	height: 600px;
	margin-bottom: 15px;

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

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

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

.product-option-spacing select {
	background: #eee;
}

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

.product-cart-button-wrapper .btn--primary {
	vertical-align: middle;
	height: 45px;
	line-height: 45px;
	padding: 0 30px;
	font-size: 14px;
}
.product-quantity {
	width: 45px;
	height: 45px;
	padding-top: 4px;
	padding-bottom: 4px;

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

	font-weight: 600;
	text-align: center;
	vertical-align: middle;
}
.product-custom-fields {
	margin-left: 5px;
	margin-top: 10px;
}
.product-price-field {
	margin-bottom: 15px;
	font-size: 18px;
}
.product-price-field e {
	font-size: 21px;
}
.product-stock {
	margin-bottom: 10px;
}
.product-stock-item {
	display: none; /* Show them with js */
}
.product-stock-item__text {
	vertical-align: middle;
}
.product-stock-item .wgr-icon {
	vertical-align: middle;
	font-size: 16px;
}
.in-stock .wgr-icon {
	color: #3eac0d;
}
.on-order .wgr-icon {
	color: #f1ad1c;
}
.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;
}

.on-order {
	background-color: #f3f2a0;
}

.in-stock {
	color: #3eac0d;
	font-weight: bold;
}

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

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

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

	background-color: #e1e1e1;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #666666;
	line-height: 1;

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

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

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

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

/* Price section */
.price {
	font-weight: 700;
	color: #333;
}
.price-discount {
	color: #c70220;
}
.price-orginal {
	font-size: 14px;
	text-decoration: line-through;
}
.price-klarna {
	font-size: 11px;
}

/* Alert-box section */

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

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

	background-color: #d8ebf8;
	background-image: linear-gradient(to bottom, #d8ebf8, #d0e3ef);

	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);

	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
	color: #264c72;
}
.alert--success {
	border-color: #b6d79a;

	background-color: #dff0d8;
	background-image: linear-gradient(to bottom, #dff0d8, #d3edc8);

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

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

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

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

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

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

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

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

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

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

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

	float: left;

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

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

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

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

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

	background: #fff;
}

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

	border-radius: 50%;
	background-color: #1c2439;

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

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

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

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

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

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

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

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

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

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

	font-style: italic;
}

/* Shipping form table */
.checkout-separate-shipping {
	padding-bottom: 10px;
	margin-bottom: 15px;

	border-bottom: 1px solid #e2e2e2;
}

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

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

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

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

	text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	font-size: 11px;
}

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

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

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

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

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

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

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

/* Standard dropdown */
.dropdown-menu .has-dropdown {
	position: relative;
}
.dropdown-menu .dropdown {
	z-index: 1;

	border: 1px solid #dcdcdc;
	border-top-style: none;
	max-height: 70dvh;
	min-width: 100%;
	overflow-y: auto;

	background: #fff;
}
.dropdown-menu .dropdown a {
	display: block;
	padding: 10px 30px 10px 10px;
	border-top: 1px solid #dcdcdc;

	color: var(--primary-color);
	white-space: pre;
}

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

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

	font-size: 11px;
}

/* Mega dropdown */
.mega-menu .dropdown {
	padding: 20px 0 20px 20px;
	border: 1px solid #dcdcdc;
	border-radius: 0 0 3px 3px;

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

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

/* First level */
.mega-menu .dropdown > li {
	display: inline-block;
	min-width: 140px;
	margin-right: 20px;

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

	border-bottom: 1px solid #eee;

	font-weight: 600;
	font-size: 13px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stretched {
	width: 100% !important;
}

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

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

.muted {
	color: #999;
}

.brand {
	color: #693;
}

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

div#popcart img {
	width: auto;
}

/* Dropdown-cart */
div#topcart-holder {
	position: relative;
	z-index: 2;

	margin-bottom: 20px;

	font-size: 13px;
	font-weight: 700;
}
div#topcart-area {
	display: inline-flex;
    align-items: center;
	justify-content: flex-end;
    flex-wrap: wrap;
}
div#topcart-area .btn--primary {
	margin-left: 10px;
}

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

.topcart-empty {
	display: inline-block;
	padding-top: 10px;
}

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

div#popcart {
	position: absolute;
	right: 0px;
	top: 85px;
	z-index: 900;

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

	background-color: #fff;
	box-shadow: -1px 1px 4px rgba(50, 50, 50, 0.1);

	color: #666;

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

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

div.popCartRowSplit {
	height: 1px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 2px;
}
div.popCartErrorMessage {
	background-color: #fcc;
	text-align: center;
	font-style: italic;
	padding: 5px;
	width: 100%;
	font-size: 10px;
	color: #333;
}

div#popCartShipping {
	background: #eee;
	color: #666;
	margin: 4px;
	margin-bottom: 6px;
	padding: 4px;
	font-weight: 400;
	font-size: 11px;
}
div#popCartShipping a, div#popCartShipping a:hover {
	text-decoration: underline;
	color: #666;
}

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

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

#cartCountryForm .btn {
	height: 24px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 24px;
	vertical-align: middle;
	margin-left: 2px;
	background: #ccc;
}

.fb_iframe_widget iframe {
	position: relative !important;
}

.product-stock-reminder {
	padding-top: 10px;
}
.product-stock-reminder .reminder-text {
	background: url(../design/mail_reminder_icon.png) no-repeat 0 2px;
	padding: 0 0 0 26px;
}
.product-stock-reminder .reminder-form {
	padding: 12px 0 8px 0;
}
.product-stock-reminder .reminder-email {
	width: 200px;
}
.product-stock-reminder .reminder-email.error {
	border-color: #bd0000;
	background-color: #ffeeee;
}
.product-stock-reminded {
	font-weight: bold;
	font-size: 13px;
}
.product-stock-reminder .reminder-error {
	font-weight: bold;
	color: #bd0000;
}

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

/* JULKALEDER!!! */
.calendar {
	width: 100%;
	height: auto;
	border-color: 1px #000 solid;
	background: url(/images/xmas/xmas_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 30px 0 30px 0;
}
.calendar a:hover {
	text-decoration: none;
}
.door {
	display: inline-block;
	padding: 3px;
	text-align: center;
	width: 30%;
	height: auto;
}
.door p {
	padding-top: 10px;
}
.door-inner {
	width: 40px;
	height: 40px;
	margin: auto;
}
.door-inner:hover {
	cursor: pointer;
	text-decoration: none;
}
.door-open {
	color:#FFF;
	background-color:#106032;
}
.door-today {
	color:#FFF;
	background-color:#2ecc71;
}
.door-closed {
	color:#FFF;
	background-color:#e74c3c;
}

.checkout-heading {
	padding-top: 7px;
    padding-bottom: 7px;

	font-size: 15px;
    font-weight: 600;
}

.l-checkout__shipping,.l-checkout-col-2 {
    float: right;
    padding-left: 35px;
    width: 55%;
}

.checkout-shipping-method .agent-list {
    display: none;
}
.checkout-shipping-method--active .agent-list {
    display: flex;

	padding-left: 20px;
}
.agent-list {
    margin-top: 5px;
}
.agent-list select {
	width: 100%;

    font-size: 0.9em;
}
.checkout-customer-info__zip-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
}
.checkout-customer-info__zip-code input {
	border-color: #222;
	border-radius: 3px;
    display: block;
    padding: 12px 15px;

	font-style: italic;
}

.checkout-shipping-method--head {
	display: flex;
    justify-content: space-between;
}

.checkout-shipping-method__title {
	color: #171717;
    font-weight: 600;
}

.l-checkout-col-2-inner {
    position: relative;
}
.checkout-shipping {
    position: relative;
}
.shipping-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(255,255,255,0.3);
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}
.is-shipping-suspended .shipping-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.is-shipping-suspended .l-checkout-col-2-inner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    content: '';
    background: rgba(255,255,255,0.5);
}
.shipping-overlay-info {
    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);
    cursor: pointer;
}
.shipping-overlay-info-empty {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.shipping-overlay-heading {
    font-weight: bold;
    font-size: 20px;
}
/* Lazyloading of images */
.is-lazyload,
.is-lazyloading {
	visibility: hidden;
	opacity: 0;
}

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

.review-wrapper {
	display: inline-block;
}
.review-response {
	background-color: #ece9e9;
	margin: 5px 0px 0px 25px;
	padding: 5px 0px 5px 10px;
}
.review-response-title {
	font-weight: bold;
}


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

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

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

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

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

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

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

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

.cookie-control-banner__text {
	display: block;

	text-align: left;
}

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

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

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

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

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

	background: none;
	color: #fff;
}

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

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

	background: #fff;
	color: #000;
}

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

	background: none;
	color: #000;
}

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

	background: #000;
	color: #fff;
}

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

	height: 100%;
	width: 100%;

	background: #000;
	opacity: 0.6;
}

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

	display: flex;
	align-items: center;
}

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

	background: #fff;
}

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

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

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

	padding-left: 15px;
}

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

	width: 100%;
}

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

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

	background-size: 10px;
}

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

.cookie-control-controller__optional .item-text p {
	margin-bottom: 0;
}

/*
// Filter
*/

.filter-wrapper {
	display: flex;
    align-items: center;
	justify-content: space-between;
    flex-wrap: wrap;
}

.filter__left {
	display: flex;
	align-items: center;

	max-width: 80%;
    width: 100%;
}
.filter-wrapper .filter__left .filter-item-title {
	position: relative;

	border: 1px solid rgba(17, 17, 17, 0.6);
	padding: 0;

	font-size: 15px;
}
.filter-wrapper .filter__left .filter-item-title:hover {
	border-color: rgba(17, 17, 17, 0.8);
	background-color: rgba(17, 17, 17, 0.04);
}

.is-filter-dropdown {
	padding: 8px 25px 8px 15px;
}

.filter-wrapper .filter-item-title .wgr-icon {
	position: absolute;
	right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.filter-wrapper .filter-title {
	margin-bottom: 0;
	margin-right: 8px;
}
.filter-wrapper .filter-item-title.is-active .filter-item-dropdown {
	display: grid;
}

.filter-wrapper .filter-item-dropdown {
	position: absolute;
    top: calc(100% + 1px);
    left: 0;
    z-index: 9;

	grid-template-rows: repeat(10, auto);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-auto-flow: column;

	display: none;
	border: 1px solid #ddd;
    padding: 15px 5px;
    line-height: normal;
	max-height: 55dvh;
	max-width: 90dvw;
    overflow: auto;

    background-color: #fff;
}

.filter-wrapper .filterlistmenu {
    display: flex;
	gap: 8px;
	flex-wrap: wrap;

    width: 100%;
}

.filter-wrapper .filter-item-row {
	padding: 6px 10px;
}
.filter-wrapper .filter-item-row:hover {
	background-color: rgba(17, 17, 17, 0.04);
}

.filter-item-row__color {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 50%;
	height: 25px;
	margin-right: 8px;
	width: 25px;

	box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(255, 255, 255) 0px 0px 0px 3px;
}

.filter-item-dropdown .filter-item-row input[type=checkbox]:checked + label:before {
	background: #f9f9f9 url(//wgrremote.se/img/mixed/checkbox-box-2.png) center no-repeat;
	background-size: 10px;
}

.filter__right a {
	display: flex;
    align-items: center;
    justify-content: space-between;

	border: 1px solid rgba(17, 17, 17, 0.6);
    padding: 8px 15px;

	color: #000;
	font-size: 15px;
}
.filter__right a:hover {
	border-color: rgba(17, 17, 17, 0.8);
    background-color: rgba(17, 17, 17, 0.04);
}

/* inputs for filter*/
.filter-wrapper input[type="radio"] + label:before,
.filter-wrapper input[type="checkbox"] + label:before {
	border-color: #000;
    margin-right: 8px;
    height: 15px;
	width: 15px;

	background-color: #fff;
	background: #fff;
}
.filter-item-row--color input[type="radio"] + label::before,
.filter-item-row--color input[type="checkbox"] + label::before {
	content: none;
}
.filter-item-row--color input[type="checkbox"]:checked + label .filter-item-row__color {
	box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(00, 00, 00) 0px 0px 0px 3px;
}

/*
** Price range slider
*/
.filter-wrapper .filter__left .filter-item-price-range {
	display: flex;
    align-items: center;
	justify-content: space-around;

    max-width: 300px;
	padding: 8px 15px 8px 10px;
	width: 100%;
}
.filter-item-price__left {
	margin-right: 12px;
}
.filter-item-price__right {
	width: 100%;
    max-width: 85%;
}

.range-slider-target,
.range-slider-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.range-slider-target {
	position: relative;
	direction: ltr;
}
.range-slider-base {
	width: 100%;
	height: 100%;
	position: relative;
}
.range-slider-connect {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.range-slider-origin {
	position: absolute;
	height: 0;
	width: 0;
}
.range-slider-handle {
	position: relative;
	z-index: 1;
}

.range-slider-state-drag * {
	cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.range-slider-base,
.range-slider-handle {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement */
.range-slider-horizontal {
	height: 10px;
}
.range-slider-horizontal .range-slider-handle {
	width: 20px;
	height: 20px;
	left: -10px;
	top: -6px;
}

.range-slider-tooltip {
	display: block;
	position: absolute;
}
.range-slider-horizontal .range-slider-tooltip {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 110%;
}

/* range-slider Styling */
.range-slider-target {
	background: #fff;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

.range-slider-connect {
	background: #0CB5C0;
}

.range-slider-handle {
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	cursor: default;
}
.range-slider-handle:hover {
	cursor: pointer;
}

.range-slider-tooltip {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #fff;
	padding: 3px 4px;

	color: #000;
	line-height: 1;
	font-size: 10px;
	font-weight: 600;
	white-space: nowrap;
}

/* inputs */
.input-select {
    position: relative;
    align-items: center;
    display: inline-flex;
}
.input-select select {
    border-style: none;
    height: 100%;
    padding: 5px 15px 5px 0;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;

    font: inherit;
    line-height: normal;
    outline: none;
}
.input-select option {
    padding: 5px;
    color: #505050;
    font-size: .9em;
}
.input-select .wgr-icon {
    position: absolute;
    top: 50%;
    right: 0;

    margin: auto;
	transform: translateY(-50%);
}

.product-item__img {
	position: relative;
}

.is-product-image-toggle img:last-child {
	opacity: 0;
}

/*
** Slider
*/

/* Custom Productpage */
.swiper-thumb,
.swiper-main {
	margin-bottom: 15px;
}
.swiper-thumb {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.swiper-thumb .swiper-slide {
	height: 100%;
	opacity: 0.4;
}
.swiper-thumb .swiper-slide img {
	background-size: cover;
	background-position: center;
}
.swiper-thumb .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}
.swiper-main .swiper-slide img {
	margin: auto;
	max-height: 100%;
	width: auto;

	object-fit: contain;
}
.swiper-zoom-thumb {
	margin-top: 20px;
}
.swiper-zoom-thumb .swiper-wrapper {
	gap: 15px;
}
.swiper-zoom-thumb .swiper-slide {
	max-width: 100px;
	opacity: 0.4;
}
.swiper-zoom-thumb .swiper-slide img {
	background-size: cover;
	background-position: center;
}
.swiper-zoom-thumb .swiper-slide img.swiper-slide-thumb-active {
	opacity: 1;
}
.swiper-button-next,
.swiper-button-prev {
	cursor: pointer;
}
.image-zoom-close {
	position: absolute;
    left: 0.5em;
    top: 0.5em;
	z-index: 3;

	font-size: 50px;
}

.swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}

@media all and (max-width: 768px) {
	.swiper-zoom .swiper-button-next,
	.swiper-zoom .swiper-button-prev {
			visibility: hidden;
	}
}

/* Tabs */
.tabs {
	clear: both;
	margin: 10px 0;
}

.tabs__nav {
	margin: 0;
	margin-bottom: -1px; /* fix for double border*/
	padding-left: 0;
	list-style-type: none;
}

.tabs__nav > li {
	display: inline-block;
}

.tabs__nav__item {
	position: relative;
	z-index: 1;

	display: inline-block;
	padding: 10px;
	border: 1px solid #eee;
	border-bottom-color: #dcdcdc;
	margin-right: 3px;
	margin-bottom: 0;

	background: #f9f9f9;
	font-weight: 600;
	font-size: 13px;

	text-align: center;
	text-transform: none;
	cursor: pointer;
}
.tabs__nav__item.is-active {
	z-index: 2;

	border-color: #dcdcdc;
	border-bottom-color: #fff;

	background: #fff;
	color: #000;
}

.tabs__body {
	padding: 15px;
	border: 1px solid #dcdcdc;
	display: none;
}
.tabs__body .review-col-1 {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
}

.tabs__body .review-col-1 .review-date {
	flex-direction: row-reverse;
	justify-content: flex-end;

	display: flex;

	font-size: 10px;
}
.tabs__body .review-col-1 .review-date p {
	margin-right: 10px;
	margin-bottom: 5px;
}

.tabs__body:first-of-type {
	display: block;
}

.tabs__reviews_header {
	font-weight: 600;
	font-size: 13px;
}

.tabs__review {
	display: block;

	border-top: 1px solid #dcdcdc;
	padding: 10px 0;
	width: 100%;
}

.tabs__review-header {
	display: flex;
	justify-content: space-between;
}

.review-size {
	font-size: 10px;
	white-space: nowrap;
}

.review-size-answer {
	font-weight: 700;
}

.reviews-size-container {
	margin-bottom: 15px;
}

.reviews-size-option {
	display: flex;
	width: 80%;
	margin: 5px;
	font-size: 12px;
}

.reviews-size-option__title {
	max-width: 70px;
	min-width: 70px;
}

.reviews-size-option__bar {
	background: #F7C84A;
	border-radius: 7px;
	text-align: right;
	padding: 2px;
}

.reviews-rating-container {
	font-weight: 700;
	font-size: 12px;
	margin: 20px 0px 10px 0px;
}
/* Hidden in desktop */
.l-mobile-header,
.l-mobile-nav,
.sort-select,
.filter-responsive,
.checkout-cart-row-small {
	display: none;
}

.l-menubar {

}

/* Page */
@media all and (max-width: 1950px) {
	.l-header {
		margin-left: 15px;
		margin-right: 15px;
	}

	.site-nav {
		padding-left: 15px;
		padding-right: 15px;
	}
}

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

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

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

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

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

/* Large */
@media all and (max-width: 768px) {
	.grid-item-1-4 {
		width: 50%;
	}
	.grid-item-1-4:nth-child(3) {
		clear: both;
	}
}
@media all and (max-width: 650px) {
	.view-home .grid-gallery--categories {
		grid-template-columns: repeat(2,1fr);

	}
	.grid-gallery--categories {
		grid-template-columns: repeat(3,1fr);
		grid-gap: 10px;
	}
}

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

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

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

@media all and (max-width: 1470px) {
	.l-holder,
	.l-header,
	.l-menubar-bottom,
	.l-footer,
	.l-footer-bottom {
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
	}

	.site-nav {
		margin-left: -10px;
	}
}

@media all and (max-width: 1190px) {
	.site-nav > li > a {
		padding: 0 10px;
	}

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

@media all and (max-width: 1070px) {
	.l-header__right {
		padding-bottom: 20px;
	}

	.l-header__right__top {
		padding-bottom: 5px;
	}

	.l-header__right__top li {
		font-size: 10px;
		margin-left: 10px;
	}

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

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

	.l-footer-certification {
		display: block;
	}

	.site-nav {
		margin-left: -8px;
	}

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

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

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

	.l-header__middle__top li {
		margin-left: 10px;
		font-size: 8px;
	}

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

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

	.l-footer h3 {
		font-size: 13px;
	}

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

	.l-footer-bottom__right {
		width: 40%;
	}

}

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

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

	.l-menubar-wrapper,
	.l-menubar-holder,
	.l-header-holder,
	.l-menubar-bottom-holder {
		display: none;
	}

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

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

	.filter-responsive.highlight-bar {
		display: block;
		background: #fff;
		padding: 10px 0;
		border-top: 1px solid #e2e2e2;
		border-bottom: 1px solid #e2e2e2;
	}

	button.ui-state-default, .ui-widget-content button.ui-state-default, button.ui-widget-header button.ui-state-default {
		background: #fff;
	}

	.filter-item-options {
		width: 31.33%;
	}

	button.ui-state-default {
		width: 100% !important;
	}

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

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

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

	.l-mobile-header {
		position: fixed;
		overflow: hidden;

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

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

		background: #fff;
		box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	}

	.l-header {
		display: none;
	}

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

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

		background-color: #F6F6F6;

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

	html.is-mobile-nav-open,
	.is-mobile-nav-open body {
		height: 100%;
		overflow: hidden;
	}
	.is-mobile-nav-open .l-holder {
		height: 100%;
		margin-top: 0;
	}
	.is-mobile-nav-open .l-mobile-nav {
		display: block;
	}

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

	.flex-desc {
		font-size: 13px;
		margin: 10px 0 5px;
	}

	.l-footer-col-1,
	.l-footer-col-5 {
		width: 38%;
	}

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

	.l-footer-col-2,
	.l-footer-col-3 {
		display: none;
	}

	.l-footer-bottom__left,
	.l-footer-bottom__right {
		width: 100%;
		float: none;
	}

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

	.trustpilot-widget {

	}

}

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

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

	div.flex-caption {
		right: 15px;
	}

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

	div.flex-caption h3 {
		margin-bottom: 0px;
		font-size: 13px;
	}

	.flex-price {
		font-size: 21px;
		margin-bottom: 0px;
	}

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

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

	.l-footer-col-5 {
		clear: both;
		float: none;
		width: 100%;
		max-width: 350px;
		padding-top: 20px;
	}
}

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

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

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

	.flex-desc {
		display: none;
	}

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

	div.flex-caption h2 {
		font-size: 21px;
		line-height: 23px;
	}

	div.flex-caption h3 {
		font-size: 11px;
	}

	.flex-price {
		font-size: 18px;
	}

	div.filter-item-options {
		width: 48%;
		margin-right: 1%;
		margin-left: 1%;
	}

	.flex-banner {
		height: 80px;
		width: 120px;
	}

	.flex-banner-inner {
		left: -55px;
		top: 14px;
		height: 30px;
		line-height: 30px;
		width: 198px;
		font-size: 14px;
	}

	.banner-wrap-1 {
		right: 8px;
	}

	ol.flex-control-nav {
		bottom: 8px;
	}
}

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

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

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

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

	.mini-site-logo {
		left: 65px;
		right: 65px;

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

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

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

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

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

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

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

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

	.mini-menu,
	.mini-cart {
		width: 65px;
		color: #444;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.mini-menu {
		left: 0;
		font-size: 30px;
	}
	.mini-cart {
		right: 0;
		font-size: 22px;
	}
	.is-touch.mini-menu,
	.is-touch.mini-cart {
		opacity: 0.5;

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

		height: 17px;
		width: 17px;

		background: #63a522;
		border-radius: 50%;

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

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

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

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

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

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

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

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

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

		text-align: center;
	}
	.followup-stars > label {
		font-size: 20px;
	}
}

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

/** Menu modules **/

/* Large */
@media all and (max-width: 768px) {
	.site-search {
		max-width: 440px;
		margin-left: auto;
		margin-right: auto;
		width: auto;
		margin-bottom: 20px;
	}

	.mobile-module,
	.mobile-module-edit {
		margin-bottom: 30px;
	}
	.mobile-module__heading,
	.mobile-module-edit h3 {
		margin: 0;
		padding: 8px 18px;
		font-weight: 600;
		color: #fff;
		font-size: 15px;
		background: #1c2439;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/** Grid-gallery **/

@media all and (max-width: 1150px) {
	.grid-gallery  {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media all and (max-width: 960px) {
	.view-home .grid-gallery  {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* XLarge */
@media all and (max-width: 960px) {
	.grid-gallery,
	.view-checkout .grid-gallery {
		grid-template-columns: repeat(3, 1fr);
	}
}
/* Medium */
@media all and (max-width: 480px) {
	.grid-gallery ,
	.view-home .grid-gallery ,
	.view-checkout .grid-gallery  {
		grid-template-columns: repeat(2, 1fr);
	}
}

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

/*Hide*/

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

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

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

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

/*Show*/

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

/*
 * Tabs
 */
 @media all and (max-width: 768px) {
	.tabs {
		flex-direction: column;
		display: flex;
	}
	.tabs__nav {
		order: 2;
	}
	.tabs__nav.tabs__nav--1 {
		order: 1;
	}
	.tabs__nav > li {
		display: block;
	}
	.tabs__nav__item {
		border-left-style: none;
		border-right-style: none;
		padding: 15px 0;
		width: 100%;

		background: #fff;
		font-size: 1rem;
		text-align: left;
	}
	.tabs__nav__item .arrow-tab-active {
		display: none;
	}
	.tabs__nav__item .arrow-tab {
		display: block;
	}
	.tabs__nav__item.is-active .arrow-tab-active {
		display: block;
	}
	.tabs__nav__item.is-active .arrow-tab {
		display: none;
	}
	.tabs__body {
		border-left-style: none;
		border-right-style: none;
		border-bottom-style: none;
		padding: 0;
		padding-bottom: 20px;
	}
	.tabs__body.tabs__body--1 {
		order: 1;
	}
}

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

@-webkit-keyframes cart-count-pop {
	50% {
		-webkit-transform: scale(1.35);
				transform: scale(1.35);
	}
	100% {
		-webkit-transform: scale(1);
				transform: scale(1);
	}
}
@keyframes cart-count-pop {
	50% {
		-webkit-transform: scale(1.35);
				transform: scale(1.35);
	}
	100% {
		-webkit-transform: scale(1);
				transform: scale(1);
	}
}

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

	.cookie-control-banner__buttons {
		flex-direction: column;

		max-width: none;
	}

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

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

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

/**
 * Filter
 */
 @media all and (max-width: 768px) {
	.filter__left,
	.filter__right {
		margin-bottom: 8px;
	}

	.filter-wrapper .filter-item-title:last-of-type .filter-item-dropdown {
		left: auto;
		right: 0;
	}

	.filter-wrapper label {
		font-size: 13px;
	}
}
@media all and (max-width: 480px) {
	.filter__left {
		max-width: 100%;
	}
	.filter-wrapper .filterlistmenu {
		width: 100%;
	}
	.filter-wrapper .filter__left .filter-item-title {
		width: 100%;
	}

	.filter-wrapper .filter__left .filter-item-price-range {
		padding-right: 23px;
		max-width: none;
	}
	.filter-wrapper .filter-item-dropdown {
		right: 0;
		max-width: 100%;
	}
}@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;
    }
}.consent-info {
	margin-bottom: 1em;
}

.consent-info h1 {
	font-size: 1.5em;
}

.consent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 12px;
	margin-bottom: 10px;

	border-bottom: 1px solid #ccddcc;
	border-right: 1px solid #ccddcc;
	border-radius: 4px;

	background: #f9f9f9;
	color: #222;
}

.consent-buttons {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.consent-text {
	width: 100%;
}

.consent-button {
	display: inline-block;
	margin-left: 12px;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: 0;
}
.consent-button > div {
	width: 22px;
	height: 22px;
	display: inline-block;

	border-radius: 22px;
	vertical-align: middle;
}

.consent-button > div > span {
	display: none;
	text-align: center;
	line-height: 24px;
	color: white;
	font-size: 14px;
}

.consent-button > span {
	height: 22px;
	margin-left: 6px;

	font-weight: bold;
	vertical-align: middle;
}

.consent-yes,
.consent-no {
	position: relative;
	border: 1px solid #c2c2c2;
	background-color: #fff;
	transition: background-color 0.2s;
}

.consent-yes,
.consent-no {
	box-shadow: 0 0 0 rgba(119, 119, 119, 0.4);
	animation: pulse 1.5s infinite;
}
.consents:hover .consent-yes,
.consents:hover .consent-no,
.consent-given .consent-yes,
.consent-given .consent-no {
	animation: none;
}

.consent-yes:before {
	content: "";
	background-color: #44af44;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: scale(0.001, 0.001);
}

.consent-button:focus .consent-yes:before {
	animation: explode 0.8s ease-out;
}

.consent-yes.consent-active {
	background-color: #44af44;
	border-style: none;
}

.consent-no.consent-active {
	background-color: #000;
	border-style: none;
}

.consent-button .consent-active > span {
	display: block;
}

@-webkit-keyframes explode {
	50% {
		-webkit-transform: scale(2.5, 2.5);
		        transform: scale(2.5, 2.5);
		opacity: 0;
	}
	99% {
		-webkit-transform: scale(0.001, 0.001);
		        transform: scale(0.001, 0.001);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(0.001, 0.001);
		        transform: scale(0.001, 0.001);
		opacity: 1;
	}
}

@keyframes explode {
	50% {
		-webkit-transform: scale(2.5, 2.5);
		        transform: scale(2.5, 2.5);
		opacity: 0;
	}
	99% {
		-webkit-transform: scale(0.001, 0.001);
		        transform: scale(0.001, 0.001);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(0.001, 0.001);
		        transform: scale(0.001, 0.001);
		opacity: 1;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(119, 119, 119, 0.4);
		        box-shadow: 0 0 0 0 rgba(119, 119, 119, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(119, 119, 119, 0);
		        box-shadow: 0 0 0 10px rgba(119, 119, 119, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(119, 119, 119, 0);
		        box-shadow: 0 0 0 0 rgba(119, 119, 119, 0);
	}
}

@keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(119, 119, 119, 0.4);
		        box-shadow: 0 0 0 0 rgba(119, 119, 119, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(119, 119, 119, 0);
		        box-shadow: 0 0 0 10px rgba(119, 119, 119, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(119, 119, 119, 0);
		        box-shadow: 0 0 0 0 rgba(119, 119, 119, 0);
	}
}
/* This CSS will be loaded last so you can overload any previous instructions */