/*! 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;
}@font-face {
    font-family: 'hlco-md';
    src: url('fonts/hlco-md-webfont.eot');
    src: url('fonts/hlco-md-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hlco-md-webfont.woff2') format('woff2'),
         url('fonts/hlco-md-webfont.woff') format('woff'),
         url('fonts/hlco-md-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

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

html {
	font-family: 'Soleil', 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.45;
	color: #333;
	font-weight: 300;
}

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

.page {
	position: relative;
}

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

	color: #303030;
	font-weight: 300;
}

h1, h2, h3 {
	font-family: 'hlco-md', sans-serif;
}

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

h1 {
	font-size: 40px;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

h2 {
	font-size: 24px;
	letter-spacing: -0.01em;
}

h3 {
	font-size: 20px;
	letter-spacing: -0.01em;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 12px;
}

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: #0067b1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.8;
	text-decoration: none;
}

input,
textarea {
	padding: 7px;

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

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

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

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

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

input[type="radio"] + label,
input[type="checkbox"] + label {
	position: relative;
	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 #e6e6e6;
	background: #fff;

	vertical-align: top;
	content: '';
}
input[type="checkbox"] + label:before {
	width: 16px;
	height: 16px;

	margin-right: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
}
input[type="radio"] + label:before {
	border-radius: 50%;
}
input[type="radio"]:checked + label:before {
	background: #f9f9f9 url(../design/checkbox_radio.png) center no-repeat;
	background-size: 6px;
}
input[type="checkbox"]:checked + label:after {
	position: absolute;
	left: 0;
	top: 0;

	content: '';
	width: 18px;
	height: 18px;

	background: url(../design/checkbox_box.png) center no-repeat;
	background-size: contain;
}

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

input[type="checkbox"] + .checkbox-hidden:before,
input[type="checkbox"] + .checkbox-hidden:after {
	display: none;
}

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

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

ul {
	list-style: url(../design/list-dot.png);
}

/* Styled "select" */
.select-holder {
	position: relative;
}
.select-title {
	display: block;
	padding: 5px 30px 5px 10px;
	border: 1px solid #cae3eb;

	color: #0067b1;
	text-align: left;

	white-space: nowrap;
	cursor: pointer;
}
.select-title i {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;

	margin: auto;
	height: 15px;

	font-size: 15px;
}
.select-dropdown {
	position: absolute;
	top: 100%;
	z-index: 10;

	display: none;
	padding: 10px;
	margin-top: -1px;
	border: 1px solid #cae3eb;

	background: #fff;
}
.select-option {
	display: inline-block;
    width: auto;
    padding: 2px 8px;
    margin: 4px 2px;
    border: 1px solid #cae3eb;
    color: #0067b1;
}
.select-option.selected {
	border-color: #0067b1;
    background-color: #0067b1;
    color: #fff;
}
.select-option input + label:before {
	display: none;
}

.dropdown-close {
    float: right;
    color: #00a160;
    cursor: pointer;
}
.dropdown-close i,
.dropdown-close span {
	vertical-align: middle;
}
.dropdown-close i {
	font-size: 20px;
}
.dropdown-close span {
	margin-left: 5px;
	font-weight: 600;
}

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

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

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

	vertical-align: top;
}

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

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

.grid-6 {
	margin-bottom: 40px;
}

/* ==========================================================================
   Layout
   ========================================================================== */
.l-banner {
	position: relative;
	padding: 25px 15px;
	padding-right: 45px;
	background: #00a160;

	text-align: center;
}
.l-banner,
.l-banner a {
	color: #fff;
	font-size: 18px;
}
.l-banner i {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;

	width: 22px;
	height: 22px;

	font-size: 22px;
	line-height: 24px;
	color: #fff;
	cursor: pointer;
}

.l-holder {
	position: relative;

	max-width: 1170px;
	margin: 5px auto 40px;
}

.l-constrained {
	position: relative;

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

.l-header {
	position: relative;
	z-index: 100;
	padding: 0 15px;
	background: #00457c;
	color: #fff;
}

.menu-divider {
	width: 1px;
	height: 50px;
	margin: 0 5px;
	background: #005499;
}

.l-header-border {
	background: url(../design/border_header.png);
	background-size: 100% 100%;
	width: 100%;
	height: 40px;
}

.menu-divider,
.l-header-logo,
.l-header-right {
	display: inline-block;
	vertical-align: middle;
}
.l-header-logo {
	width: 158px;
}
.l-header-right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;

	margin: auto;
	height: 78px;
}
.l-header-right img {
	vertical-align: text-top;
	width: 22px;
}

.l-header-user,
.l-header-language,
.l-header-search,
.l-header-cart,
.l-menubar {
	display: inline-block;
	vertical-align: middle;
}
.js-header-dropdown {
	cursor: pointer;
	font-weight: 600;
}
.js-header-dropdown:hover {
	opacity: 0.8;
}
.js-header-dropdown.is-opened {
	background: #fff;
	color: #00457c;
}
.js-header-dropdown.is-opened:hover {
	opacity: 1;
}
.js-header-dropdown.is-opened .js-header-dropdown-body {
	display: block;
}
.js-header-dropdown-body {
	display: none;
	cursor: auto;
	font-weight: 300;
}

.l-header-right__middle {
	display: inline-block;
}

.l-header-language {
	position: relative;
	padding: 0 6px 0 10px;
	height: 78px;
	line-height: 74px;
}
.l-header-language i {
	font-size: 15px;
	vertical-align: middle;
}
.l-header-language img {
	vertical-align: middle;
}

.l-header-user {
	position: relative;
	padding: 0 6px 0 10px;
	height: 78px;
	line-height: 74px;
}
.l-header-user i {
	font-size: 15px;
	vertical-align: middle;
}

.l-header-search {
	padding: 0 12px 0 10px;
	height: 78px;
	line-height: 78px;
}

.l-header-cart {
	padding-left: 12px;
}
.l-header-cart.js-header-dropdown {
	padding-right: 6px;
}

.l-menubar {
	position: relative;
	min-height: 78px;
}

.is-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;

	margin-left: auto;
	margin-right: auto;
}
.is-header-sticky .l-header-border {
	display: none;
}

.l-main {
	width: calc(100% - 180px);
	float: right;
	margin-bottom: 15px;
	padding-left: 15px;
}
.view-category .l-main {
	padding-right: 15px;
}
.view-home .l-main {
	margin-bottom: 0;
}
.view-checkout .l-main {
	float: left;
	width: calc(90% - 180px);
}

.l-inner {
	padding-left: 10px;
	margin-top: 35px;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.01em;
}

.view-home .l-inner {
	margin: 0;
	padding-left: 10px;
}
.view-product .l-inner {
	margin-top: 10px;
}

.l-indented {
	max-width: 800px;
	margin: auto;
}

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

.l-footer-border {
	background: url(../design/border_footer.png);
	background-size: 100% 100%;
	width: 100%;
	height: 40px;
}

.l-footer {
	position: relative;
	margin-bottom: 50px;
	padding: 50px 15px 15px;
	overflow: hidden;

	background-color: #e1f3fc;
}
.l-footer h3 {
	font-size: 18px;
	font-weight: 300;
}
.l-footer a {
	color: #0067b1;
}
.l-footer-border {
	margin-bottom: -6px;
}


.l-footer-top__left {
	float: left;
	margin-right: 3%;
	width: 77%;
}
.l-footer-top__left__left {
	float: left;
	width: 67%;
}
.l-footer-top__right--brands  {
	overflow: hidden;

	text-align: center;
}
.l-footer-top__right--brands ul {
	margin: 0;
	margin-bottom: 10px;
	margin-left: -1px;
	padding: 0;
	list-style: none;
}
.l-footer-top__right--brands li {
	position: relative;

	display: inline-block;
	width: 50%;
	height: 90px;
	padding: 10px 5px;
	border-bottom: 1px solid #ddd;

	line-height: 70px;
	text-align: center;
	vertical-align: top;
}
.l-footer-top__right--brands li:after {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0;

	width: 1px;

	background: #ddd;
	content: "";
}
.l-footer-top__right--brands li img {
	max-height: 100%;
	width: auto !important;
}

.l-footer-about {
	margin-bottom: 40px;
	font-size: 18px;
}
.l-footer-about h2 {
	font-size: 40px;
}

.l-footer-newsletter {
	margin-bottom: 40px;
}
.l-footer-newsletter__left,
.l-footer-newsletter__right {
	display: inline-block;
	vertical-align: top;
	width: 48%;
}
.l-footer-newsletter__left {
	margin-right: 4%;
}

.l-footer-top__right {
	float: right;
	width: 20%;

	line-height: 1.7;
}
.l-footer-top__right > p {
	display: none;
}
.l-footer-top__right figure {
	position: relative;
	margin: 0 0 15px;
}
.l-footer-top__right figcaption {
	position: absolute;
	bottom: 0;
	right: 3px;

	padding: 3px 10px 0 5px;
	background: #e1f3fc;
}
.l-footer-top__right figcaption:before {
	position: absolute;
	top: 0;
	left: -31px;

	content: '';
	border-bottom: 31px solid #e1f3fc;
	border-left: 31px solid transparent;
}

.l-footer-store {
	float: right;
	width: 32%;
	padding-left: 20px;
	line-height: 1.7;
}
.l-footer-store figure {
	position: relative;
	margin: 0 0 15px;
}
.l-footer-store figcaption {
	position: absolute;
	bottom: 0;
	right: 3px;

	padding: 3px 10px 0 5px;
	background: #e1f3fc;
}
.l-footer-store figcaption:before {
	position: absolute;
	top: 0;
	left: -31px;

	content: '';
	border-bottom: 31px solid #e1f3fc;
	border-left: 31px solid transparent;
}

.l-footer-menu {
	clear: left;
	width: 48.5%;
	margin: 20px 0 25px;

	font-size: 18px;
}
.csscolumns .l-footer-menu {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.l-footer-menu li {
	list-style: none;
}

.l-footer-bottom {
	clear: both;
	padding: 20px 0;
	border-top: 2px solid #daebf2;
}
.l-footer-bottom a {
	color: #000;
}
.l-footer-bottom table {
	width: 100%;
}
.l-footer-bottom tr {
	display: inline-block;
	vertical-align: middle;

	width: 25%;
	padding: 20px 2% 20px 0;
	border-right: 2px solid #daebf2;
	margin-right: 2%;

	font-size: 18px;
	text-align: center;
}
.l-footer-bottom tr:last-child {
	width: 19%;
	padding-right: 0;
	border-right: none;
	margin-right: 0;
}
.l-footer-bottom i {
	margin-right: 10px;
	vertical-align: text-top;
}

.l-bottom {
	max-width: 1170px;
	margin: 40px auto;
}

.l-footer-payment {
	float: right;
	max-width: 70%;
	text-align: right;
}

.l-footer-payment .payment-logo {
	display: inline-block;
	max-height: 25px;
	padding: 0;
	margin: 10px;
}
.l-footer-payment .klarna-logo-list {
	max-width: 200px;
}
.l-footer-payment > p > img {
	margin: 0 10px;
}
.l-footer-payment > p {
	margin: 0;
}

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

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

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

.l-autocomplete .autocomplete-submit {
	padding: 10px 20px;
	font-size: 16px;
}

/*
 * Product Page
 */

.l-product {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
}
.l-product-top {}

.l-product-col-1,
.l-product-col-3 {
	float: left;
	width: 60%;
	padding-left: 15;
}
.l-product-col-2 {
	float: right;
	width: 40%;
}
.l-product-col-3 {
	clear: left;
}
.l-product-add {
	padding: 15px 0 25px;
	margin: 20px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;

	text-align: center;
}
.l-product-add__selections {
	display: inline-block;
}

.review-body--answer {
	background-color: #f4f4f4;
	padding: 10px;
	margin-top: 15px;
}

.allreviews {
	display: none;
	border-top: 1px solid #f3f3f3;
}

.morereviews {
	cursor: pointer;
}

/*
 * Category Page
 */

.l-category-top {
	margin-bottom: 50px;
}
.l-category-col-1,
.l-category-col-2 {
	display: inline-block;
	vertical-align: top;
}
.l-category-col-1 {
	width: 45%;
	margin-right: 5%;
}
.l-category-col-2 {
	width: 50%;
}

/*
 * Contact Page
 */

.l-contact-col-1,
.l-contact-col-2 {
	display: inline-block;
	vertical-align: top;
}
.l-contact-col-1 {
	width: 45%;
	margin-right: 5%;
}
.l-contact-col-2 {
	width: 50%;
	font-size: 14px;
	line-height: 1.45;
}
.l-contact-col-2 .btn {
	float: right;
}
.l-contact-col-2 label {
	font-weight: 600;
}

.l-contact-col-2 .select-dropdown label {
	font-weight: inherit;
}

/*
 * FAQ Page
 */
.faq-category {
    margin-bottom: 30px;
}
.faq-question {
    margin-bottom: 15px;
}
.faq-question__title,
.faq-question__answer {
    display: block;
}
.faq-question__title {
	position: relative;
	padding-right: 30px;
    cursor: pointer;
}
.faq-question__arrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    height: 18px;
    margin: auto;

    font-size: 18px;
    line-height: 18px;
}
.faq-question__answer {
    margin-bottom: 20px;
}

/*
 * Checkout Page
 */

.is-kco-overlay-kco,
.is-kco-overlay-standard,
.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;
}

.shipping-overlay__disabled,
.disabled-area {
	opacity: 0.2;
}

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

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

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

.view-checkout .l-holder {
	background-color: transparent;
	box-shadow: none;
}
.view-checkout .l-header {
	margin: 0;
	padding: 15px;

	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}
.view-checkout .header-link {
	margin: 13px 10px;
}
.view-checkout .header-link a {
	color: #fff;
}
.view-checkout .l-content {
	margin-left: 0;
	margin-right: 0;
}
.view-checkout .l-sidebar {
	margin-left: 10%;
}

.l-checkout {
	margin-top: 15px;
	margin-bottom: 15px;
}
.l-checkout-col-2 {
	position: relative;
}
.l-checkout-col-1-inner,
.l-checkout-col-1-2-inner,
.l-checkout-col-2-inner {
	position: relative;
	margin-top: 15px;
	margin-bottom: 40px;
	padding: 0 0 20px;

	background-color: #fff;
}

/* 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-klarna-checkout {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	overflow: hidden;
}

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

/*
 * Search Page
 */

.l-search-col-1 {
	float: left;
	width: 80%;
	margin-right: 20px;
}
.l-search-col-2 {
	overflow: hidden;
}
.l-search-col-1 > h3 {
	position: absolute;
	top: 10px;
	padding-right: 420px;
	line-height: 100px; /* Fit two rows, center if one */
}
.l-search-col-1 h3 > span {
	font-size: 40px;
	margin-bottom: 15px;
	vertical-align: middle; /* Center if only one row */
}
.l-search__all-hits {
	margin-top: 155px;
	text-align: center;
}
.l-search__all-hits > span {
	display: block;
	margin-top: 10px;
	color: #444;
	font-size: 12px;
}

/*
 * Wishlist page
 */
.total-price-wishlist {
	float: right;
	margin-top: 20px;
	margin-bottom: 0;

	line-height: 1;
}
.l-wishlist-bottom {
	margin-top: 20px;
}
.l-wishlist-bottom__left {
	float: left;
	width: 60%;
}
.l-wishlist-bottom__left .btn {
	padding: 14px 35px;
	margin-top: 7px;
	font-size: 16px;
}
.l-wishlist-bottom__right {
	float: right;
	text-align: right;
	width: 40%;
}
.l-wishlist-bottom__right .btn {
	width: 250px;
	padding: 20px 10px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
}
.l-wishlist-bottom__right .remove-all-wishlist {
	border-right: none;
	border-left: none;
	font-weight: 300;
}


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

/* Media Object  */
.media {
	margin-bottom: 15px;
	position: relative;
}
.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: 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: none;
}

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

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

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

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

.breadcrumbs {
	padding-bottom: 7px;

	color: #b6b6b6;
	font-size: 12px;
}
.breadcrumbs a {
	color: #b6b6b6;
	font-weight: 600;
}
.breadcrumbs .wgr-icon {
	margin-left: 2px;
	margin-right: 2px;
	color: #999;
}

.sort-section {
	margin-bottom: 15px;
}
.sort-section-title {
	float: left;
	width: 75px;
	padding: 5px;
	padding-left: 0;
	margin: 4px;

	font-weight: 600;
}
.sort-section > li {
	margin: 4px;
	padding: 5px 10px;

	color: #0067b1;
	border: 1px solid #cae3eb;
}


.js-overflow-scroll {
	width: 100%;
}
.scroll-shadow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20px;
    background: linear-gradient(to right, rgba(255,255,255,0), #fff);
}

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

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

.startpage-bar {
	padding: 5px 10px;
	text-align: center;
}

.highlight-title {
	position: relative;
	z-index: 1;

	display: inline-block;
	padding: 4px 20px 14px;

	line-height: 100%;
}
h1 > .highlight-title {
	padding: 4px 14px 9px;
	margin-bottom: 20px;
}
h1.startpage-bar .highlight-title {
	margin-bottom: 0;
	font-size: 24px;
}
.startpage-bar .highlight-title {
	padding: 4px 30px 14px;
}
.highlight-title:before {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0px;

	content: " ";
	height: 100%;
	width: 100%;

	background: url("../design/highlight-title.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.highlight-title--big {
	padding-bottom: 15px;
}
.highlight-title--big:before {
	background-image: url("../design/highlight-title--big.png");
}

.highlight-box {
	padding: 25px 15px 0;
	margin: 5px -15px;
	background: url(../design/border-box.png) no-repeat;
	background-size: 100% 100%;
}
.highlight-box.owl-carousel {
	width: auto;
}
.highlight-box.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0;
}
.highlight-box.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
	margin: auto;
}

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

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

.site-logo {
	display: inline-block;
	max-width: 100%;
	margin: 15px 0;
}
.site-logo--small {
	display: none;
}

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

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

	width: 200px;
	height: 120px;

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

.vat-selector {
	position: absolute;
	bottom: 0;
	right: 0;
}
.vat-selector label {
	margin-left: 4px;
}

.delivery-counter {
	position: absolute;
	top: -127px;
	left: 100%;
	z-index: 110;

	padding: 16px 20px;
	width: 180px;
	margin: 9px 10px;

	background: url(../design/delivery_bg.png),
				url(../design/delivery_bg2.png);
	background-size: 100% 100%;

	color: #333;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
}
.delivery-counter .countdown,
.weekend-placeholder {
	font-weight: 600;
	font-size: 14px;
	margin-top: 2px;
}

.countdown-info {
    display: block;
    position: absolute;
    z-index: 99;
    width: 400px;
    border: 2px solid;
    padding: 20px;
    background: whitesmoke;
}

.footer-newsletter input,
.footer-newsletter a {
	display: inline-block;
	vertical-align: middle;
	height: 38px;
}
.footer-newsletter input {
	width: 70%;
}
.footer-newsletter a {
	width: 30%;
	color: #fff;
	line-height: 25px;
	text-align: center;
}

.site-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 20;

	display: none;
	background: rgba(0, 46, 86, 0.8);
}
.is-dropdown-active .site-overlay,
.is-mobile-nav-open .site-overlay,
.is-mini-user-open .site-overlay {
	display: block;
}

/* Wishlist */
.wishlist-placeholder {
	display: inline-block;
	width: 1px;
	height: 1px;
}
.wishlist-button {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;

    height: 78px;
    line-height: 78px;
}

.wishlist-link {
    position: relative;
}
.wishlist-link:hover {
    text-decoration: none;
    opacity: 0.8;
}

.wishlist-icon {
	width: 22px;
}

.wishlist-count {
    position: absolute;
	top: -11px;
	right: -15px;

    display: block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #00a160;

    color: #fff;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
}

/* Main navigation section */
.site-nav {
	float: left;
}
.site-nav > li {
	line-height: 78px;
}
.site-nav > li > a {
	display: inline-block;
	padding: 0 15px;

	color: #fff;
	font-size: 15px;
	font-weight: 600;

	line-height: 50px;
	letter-spacing: 1px;
	text-transform: uppercase;
	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 img {
	width: 30px;
	vertical-align: middle;
}
.lang-changer select {
	color: #333;
	vertical-align: middle;
}
.language-holder {
	position: absolute;
	right: 0;
	top: 100%;

	display: none;
	width: 200px;
	padding: 20px;

	background: #fff;
	color: #333;
	line-height: normal;
	text-align: center;
}
.language-holder a {
	text-decoration: none;
}
.currency-changer {
	display: inline-block;
	vertical-align: middle;

	min-width: 70px;
	margin: 5px;
}
.currency-changer .select-dropdown {
	width: 100%;
}


/* User area section*/
.user-holder {
	position: absolute;
	right: 0;
	top: 100%;

	display: none;
	padding: 20px;
	width: 445px;

	background: #fff;
	color: #333;
	line-height: normal;
}
.user-holder .btn {
	float: right;
}

/* Primary search section */
.search-holder {
	position: absolute;
	right: 0;
	top: 100%;

	display: none;
	padding: 20px;
	height: 83px;
	width: 400px;

	background: #fff;
	color: #333;
	line-height: 41px;
}
.site-search {
	border: 1px solid #dcdcdc;
	border-radius: 4px;
}
.site-search > .input-table__item {
	position: relative;
}
.site-search__input,
.site-search__btn {
	height: 40px;
	padding-left: 15px;
	padding-right: 20px;

	vertical-align: top;
}
.site-search__input {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.site-search__input::-ms-clear {
	display: none;
}
.site-search__btn {
	padding-right: 15px;

	font-size: 15px;
	line-height: 48px;
}

/* Autocomplete section */
.is-autocomplete-spinner {
	position: absolute;
	top: 50%;
	right: 10px;
	color: #222;
}
.autocomplete-go {
	font-size: 22px;
	cursor: pointer;
	color: #00a160;
}
.autocomplete-clear {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;

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

	font-size: 22px;
	text-align: center;
	cursor: pointer;
	color: #0067b1;

	-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 {}
.module--categories {
	border-bottom: solid 3px #e6e6e6;
	border-top: solid 2px #f3f3f3;
}
.module--small {
	border-bottom: solid 2px #f3f3f3;
}
.module__heading {
	margin: 0;
	padding: 7px 10px;

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

	background: #fff;

}
.customer-service-module {
	border: none;
	margin-top: 40px;
}
.customer-service-module hr {
	border: none;
	border-top: 3px solid #e6e6e6;
}
.customer-service-module ul {
	list-style: none;
	padding: 10px 0 0 0;
	border-top: 1px solid #e6e6e6;
}
.customer-service-module ul img {
	display: inline-block;
	margin-bottom: 4px;
}

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

	color: #333;
}
.listmenu .selected,
.module--small .listmenu .selected,
.module--small .listmenu-0 > .is-listmenu-opened > a {
	font-weight: 600;
}

.listmenu-0 > li > a {
	padding: 8px 10px 8px 0;
	border-top: solid 2px #f3f3f3;

	color: #0067b1;
	font-size: 18px;
	font-weight: 600;
}
.listmenu-0:first-child > li:first-child > a {
	border-top: none;
}
.module--small .listmenu-0 > li > a {
	border-top: solid 2px #f3f3f3;

	font-size: 14px;
	font-weight: 300;
}

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

	background: #fff;
}
.listmenu-1 > li > a,
.listmenu-1 > .featured-items > li > a {
	padding-top: 4px;
	padding-bottom: 4px;
}
.module--small .listmenu-1 {
	padding-top: 0;
}
.module--small .listmenu-1 > li > a {
	color: #555;
}

.featured-items {
	padding-bottom: 5px;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 5px;
}
.featured-items > li > a {
	font-weight: 600;
}

/* Toggle menu */
li .listmenu {
	display: none;
}
.is-listmenu-opened > .listmenu {
	display: block;
}
.menu-node {
	position: absolute;
	top: 0;
	left: -30px;
	bottom: 0;

	margin: auto;
	width: 15px;
	height: 20px;

	font-size: 20px;
	color: #0067b1;
	font-weight: 600;
}

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

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

	background-color: #fff;

	font-weight: 600;
	color: #0067b1;
	line-height: 1;

	cursor: pointer;
}
.btn:hover,
.btn--zipcode:hover {
	text-decoration: none;
	opacity: 0.8;
}

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

.btn--zipcode {
	padding: 5px 20px;
	margin-left: 5px;
	font-size: 16px;
	cursor: pointer;
}

.btn--primary {
	border: 1px solid #00a160;
	background-color: #00a160;
	color: #fff;
}

/* Price section */
.price {
	font-weight: 600;
	color: #00a160;
}
.price-discount {
	font-weight: 600;
	color: #00a160;
}
.price-original {
	color: #222;
	font-weight: 300;
	text-decoration: line-through;
}
.price-klarna {
	font-size: 11px;
}
.from-price {
	color: #666;
	font-size: 12px;
	font-weight: 300;
}

/* Grid for product-items and category-items */
/* Sub-modules: .grid-gallery--products and .grid-gallery--categories */
.grid-gallery,
.list-gallery {
	clear: both;
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.grid-gallery {
	margin-left: -0.5%;
	padding-bottom: 10px;
    padding-right: 5px;
}
.product-extras-title + .grid-gallery {
	margin-bottom: 40px;
}
.owl-item,
.grid-gallery > li {
	display: inline-block;
	*display: inline;
	width: 19.5%;
	margin-left: 0.5%;
	margin-bottom: 0.5%;
	padding: 8px;

	background: #fff;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.24);

	vertical-align: top;
	cursor: pointer;
	zoom: 1;
}
.owl-item:hover,
.grid-gallery > li:hover {
	position: relative;
	z-index: 10;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.owl-item {
	margin-left: 0;
}

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

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

.grid-gallery--categories {
	margin-bottom: 50px;
}

.grid-gallery--trademarks {
	padding: 0;
	margin: 0;
	margin-left: -1%;
}

.grid-gallery--trademarks .category-item__heading {
	display: none;
}

.brands-right-holder .grid-gallery--trademarks  > li {
	width: 48%;
	margin: 0;
	padding: 0;
	margin-left: 1%;
	margin-bottom: 3%;
}

.list-gallery > li {
	margin-bottom: 10px;
	padding: 20px;

	background: #fff;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.24);
}
.list-gallery > li:last-child {
	margin-bottom: 0;
}

/* Dropdown - Barebone */
.mega-menu ul,
.dropdown-menu ul {
	margin: 0;
	padding-left: 0;
	list-style: 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: 10px;
}

/* Standard dropdown */
.dropdown-menu .has-dropdown {
	position: relative;
}
.dropdown-menu .dropdown {
	min-width: 100%;
	border: 1px solid #dcdcdc;
	border-top-style: none;

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

	white-space: pre;
}

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

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

	font-size: 11px;
}

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

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

.product-item__img {
	height: 175px;
	margin-bottom: 7px;

	line-height: 175px;
	text-align: center;
}
.product-item__img img {
	max-height: 100%;
}
.product-item__body {
	text-align: center;
}
.product-item__heading {
	height: 40px;
	overflow: hidden; /* clip text */
	margin-bottom: 7px;

	font-size: 16px;
	font-family: 'Soleil', 'Roboto', sans-serif;
	font-weight: 600;
	line-height: 1.3;
}
.product-item__phrase {
	height: 16px;
	overflow: hidden; /* clip text */
	margin-bottom: 7px;

	font-size: 12px;
	line-height: 1.3;
}
.product-item .price,
.product-item .price-original {
	vertical-align: middle;
}
.product-item .price {
	font-size: 16px;
}
.product-item .price-original {
	font-size: 15px;
}
.product-item__buttons {
	margin-top: 7px;
	display: none;
}
.view-wishlist .product-item__buttons,
.view-checkout .product-item__buttons  {
	display: block;
}

/* Product item2 fix (product list in checkout) */
.product-item2{
	position: relative;
}


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

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

/*
 * Startpage
 */
.startpage-module {
	margin: 60px auto;
}
.startpage-module:last-child {
	margin-bottom: 0;
}
.startpage-grid.startpage-module {
	margin-bottom: 40px;
}
.startpage-grid + .startpage-module {
	margin-top: 40px;
}
.startpage-grid > p {
	display: none;
}

.startpage-categories {
	width: 100%;
	max-width: 770px;
}
.startpage-categories a {
	color: #0067b1;
}

.startpage-top-categories {
	clear: both;
	margin: 50px 0 60px -2%;
}
.startpage-top-categories li {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin-left: 2%;
	padding: 6px 0;
	border-bottom: 1px solid #e6e6e6;

	font-size: 16px;
	font-weight: 600;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.startpage-images .grid-item {
	overflow: hidden;
}
.startpage-images figure {
	position: relative;
	margin: 0;
	width: 100%;
}
.startpage-images img {
	width: 100%;
}
.startpage-images figcaption {
	position: absolute;
	bottom: -5px;
	left: 4px;

	max-width: 85%;
	padding: 10px;
	padding-right: 30px;

	background: url(../design/caption_bg.png) top right no-repeat;
	background-size: cover;

	font-family: 'hlco-md', sans-serif;
	pointer-events: none;
}
.startpage-images figcaption u {
    text-decoration: none;
    border-bottom: 2px solid rgba(127, 208, 175, 0.5);
    line-height: 1.3;
}
.startpage-images figure:hover u {
    border-bottom: 2px solid rgba(127, 208, 175, 1);
}
.startpage-images h3 {
	margin-bottom: 0;
}
.startpage-images figcaption strong {
	position: absolute;
	left: 90%;
	top: -5px;
	z-index: 1;

	padding: 10px;

	background: url(../design/discount_bg.png);
	background-size: 100% 100%;

	color: #fff;
	white-space: nowrap;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.15);
}
.startpage-images .grid-content > p,
.startpage-images .grid-content > h2,
.startpage-brands .grid-content > h2 {
	margin-bottom: 0;
}

/* Size adjustments */
.startpage-images .grid-item-1-1 figcaption {
	font-size: 30px;
}
.startpage-images .grid-item-1-2 figcaption {
	font-size: 24px;
}
.startpage-images .grid-item-1-3 figcaption {
	font-size: 22px;
}
.startpage-images .grid-item-1-3 figcaption {
	padding: 5px;
	padding-right: 30px;
}

.startpage-intro h1 {
	margin-bottom: 0;
    font-size: 24px;
	text-align: center;
}

/* Instagram widget */
.instagram-holder {
	clear: both;
    padding-top: 70px;
    margin-top: 70px;
    border-top: 2px solid #e6e6e6;
    margin-bottom: 20px;
}
.instagram-widget {
    position: relative;
}
.instagram-widget--grid {
    margin-left: -2%;
}
.instagram-widget--grid li {
    width: 14.65%;
    margin-left: 2%;
    margin-bottom: 2%;
    position: relative;
}

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

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

    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    background-position: 50%;
}
.instagram-widget__info {
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.24);
	color: #333;
	text-align: center;
}
.instagram-widget__text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	width: 135px;
	height: 120px;
	margin: auto;
}
.instagram-widget__title {
	display: block;
	margin-bottom: 10px;

	color: #0067b1;
	font-size: 18px;
	font-weight: 600;
}
.instagram-widget__title img {
	width: 46px;
}

@media all and (max-width: 960px) {
    .instagram-widget--grid li {
        width: 31.333%;
    }

    .instagram-widget__text {
    	width: 155px;
		font-size: 16px;
	}
	.instagram-widget__title {
		font-size: 22px;
	}
	.instagram-widget__title img {
		width: 50px;
	}
}
@media all and (max-width: 768px) {
    .instagram-widget__text {
    	width: 135px;
		font-size: inherit;
	}
	.instagram-widget__title {
		font-size: 18px;
	}
	.instagram-widget__title img {
		width: 40px;
	}
}
@media all and (max-width: 480px) {
    .instagram-widget--grid li {
        width: 48%;
    }
}

/* Brands page */
.brands-left-holder {
	float: left;
	width: 70%;
	padding-right: 20px;
}

.brands-left-holder .grid-gallery--categories > li {
	width: 32.3%;
}

.brands-right-holder {
	float: right;
	width: 30%;
	line-height: normal;
	text-align: center;
}

.brands-right-holder .category-item__img {
	height: 130px;
	margin-bottom: 0;
	line-height: 130px;
}

.l-brands {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.l-brands__group {
	position: relative;

	display: block;
	padding: 0 5px 40px;
	margin-left: 30px;

	vertical-align: top;
	font-size: 18px;

	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.l-brands__key {
	position: absolute;
	top: 10px;
	right: 100%;

	width: 30px;
}
.l-brands__title {
	display: block;
	margin: 0 10px;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
	color: #0067b1;
}
.l-brands__title:first-of-type {
	border-top: 1px solid #e6e6e6;
}

.l-brands-filters {
	margin-bottom: 20px;
}

.l-brands-filters-inner {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #e6e6e6;
	line-height: normal;
	font-weight: 600;
	color: #0067b1;
	margin-bottom: 4px;
	font-family: 'Soleil', 'Roboto', sans-serif;
}

.l-brands-filters a {
	font-weight: 600;
	line-height: 27px;
	color: #0067b1;
	cursor: pointer;
	font-size: 14px;
	font-family: 'Soleil', 'Roboto', sans-serif;
}

/*
 * Category Page
 */

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

	line-height: 175px;
}
.category-item__heading {
	overflow: hidden;

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

/* Category description */
.category-heading {
	margin-bottom: 0;
}
.category-lead {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
}
.category-description {
    position: relative;
    overflow: hidden;
	margin: 30px 0 15px;
	font-size: 16px;
	line-height: 24px;
}
.category-description--landing {
	margin: 15px 0;
}
.category-description-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    height: 45px;
    background: linear-gradient(to bottom,rgba(255, 255, 255, 0) 0, #FFF 100%);

    display: none;
}

.category-description-toggle {
  display: inline-block;
  margin-bottom: 30px;

  color: #0067b1;
  font-weight: bold;
  text-align: center;

  cursor: pointer;
  display: none;
}

.category-title {
	position: relative;
	line-height: 30px;
}
.category-show-more {
	position: absolute;
	top: 7px;
	right: 0;

	font-size: 14px;
}
.category-show-more i {
	margin-left: 5px;
	font-size: 11px;
}

.sub-gallery--products {
	margin-bottom: 50px;
}
.sub-gallery--products .highlight-title {
	margin: 0;
}

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

	border-bottom: 1px solid #f3f3f3;
}
.review-body:last-child {
	border-bottom: none;
}
.review-col-1 {
	width: 150px;
	margin-right: 15px;
	float: left;
}
.review-col-2 {
	overflow: hidden; /* Overflow hidden layout */
}
.review-date {
	font-size: 10px;
}
.review-stars {
	font-size: 16px;
	margin-right: 2px;
}
.review-stars-on {
	color: #ffa626;
}
.review-stars-off {
	color: #ccc;
}

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

/*
 * Product Page
 */

.product-trademark {
	display: block;
	max-height: 65px;
	margin: 0 auto 20px;
	text-align: center;
}
.product-title span {
	margin-bottom: 5px;
}
.product-phrase {
	font-size: 12px;
}
.product-top-reviews {
	text-transform: lowercase;
	font-size: 12px;

	cursor: pointer;
}
.product-top-reviews .wgr-icon {
	position: relative;
	top: 3px;
	font-size: 20px;
}
.product-carousel {
	position: relative;
	height: 565px;
	margin-bottom: 15px;

	line-height: 565px;
	text-align: center;
}
.product-image-wrapper {
	position: relative;
	display: inline-block;
	line-height: normal;
	max-width: 100%;
}
.product-image-wrapper a {
	display: inline-block;
	max-width: 100%;
}
.product-thumbs {
	margin-bottom: 15px;

	font-size: 0; /* Fix: Removes whitespace */
	text-align: center;
}
.product-thumbs a {
	position: relative;

	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
}
.product-thumbs a.selected:after {
	content: '';

	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 100%;
	margin: auto;

	background: rgba(0,0,0,0.4);
}
.product-thumbs img {
	height: 80px;

	box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	cursor: pointer;
}
.product-option-spacing {
	padding-right: 10px;
	padding-bottom: 7px;
}
.product-options {
	position: relative;
	width: 255px;
	margin: auto;
}
.product-options-title {
    margin-bottom: 5px;
	padding: 8px 10px;
	border: 1px solid #cae3eb;
	color: #0067b1;
	text-align: left;
	cursor: pointer;
}
.product-options-title i {
	float: right;
	line-height: 22px;
}
.product-options-items {
	position: absolute;
	top: 37px;
	z-index: 10;

	width: 100%;

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

/* Style button */
.product-options-items label {
    display: block;
    width: auto;
	padding: 8px 10px;
    border-bottom: 1px solid #cae3eb;
    text-align: left;
}

/* Style active button */
.product-options-items input:checked + label {
    border-color: #0067b1;
    background-color: #0067b1;
    color: #fff;
}

/* Hide radio-button */
.product-options-items input,
.product-options-items input + label:before {
    display: none;
}

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

.product-cart-button-wrapper .btn--primary {
    padding: 15px 25px;
    width: 204px;
	vertical-align: middle;
    font-size: 16px;
    text-transform: uppercase;
}

table.staggering {
	min-width: 204px;
}
.product-quantity {
	width: 47px;
	height: 48px;
	padding-top: 4px;
	padding-bottom: 4px;

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

	font-size: 16px;
	text-align: center;
	vertical-align: middle;
}
.product-custom-fields {
	margin-left: 5px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.product-price-field {
	margin-bottom: 15px;
}
.product-price-field .price {
	font-family: 'hlco-md', sans-serif;
	font-size: 40px;
}
.product-price-field .price-original,
.product-price-field .price-discount {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}
.product-price-field .price-discount {
	width: auto;
	min-width: 125px;

	padding: 20px 15px;
	margin-left: 15px;

	background: url(../design/discount_bg--prod.png) center no-repeat;
	background-size: 100% 100%;

	color: #fff;
	font-size: 36px;
}
.product-price-field .muted {
	color: #00a160;
	font-family: 'hlco-md', sans-serif;
	font-size: 40px;
	text-decoration: line-through;
}

.product-staggered-price-field .muted {
	color: #303030;
	text-decoration: line-through;
}

.product-stock {
	font-size: 16px;
	margin-bottom: 10px;
	vertical-align: middle;
}
.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-description2 {
	margin-bottom: 10px;
}

.product-wishlist-button a {
	color: #0067b1;
}
.product-wishlist-button a:hover {
    text-decoration: none;
}
.product-wishlist-button a:hover .product-wishlist-icon {
    opacity: 0.8;
}

.product-wishlist-icon,
.product-wishlist-phrase {
	display: inline-block;
	vertical-align: middle;
}
.product-wishlist-icon {
	content: '';
	width: 22px;
	height: 20px;
	background: url(../design/topcart_heartsymbol--blue--small.png) no-repeat;
	background-size: cover;
}
.js-wishlist-selected .product-wishlist-icon {
    background: url(../design/topcart_heartsymbol--blue--filled--small.png) no-repeat;
    background-size: cover;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.product-wishlist-icon {
		background-image: url(../design/topcart_heartsymbol--blue.png);
	}
    .js-wishlist-selected .product-wishlist-icon {
	    background-image: url(../design/topcart_heartsymbol--blue--filled.png);
	}
}
.product-wishlist-phrase {
	margin-left: 5px;
}

.product-extras-title {
	font-family: 'hlco-md', sans-serif;
	font-size: 24px;
	text-align: center;
}

.product-trademark-link {
	padding: 15px 0;
	margin: 20px 0 0;
	border-top: 2px solid #f3f3f3;
	border-bottom: 2px solid #f3f3f3;
}
.product-trademark-link a {
	color: #0067b1;
	font-size: 16px;
	font-weight: 600;
}

.addthis_toolbox {
	margin-top: 20px;
	margin-bottom: 8px;
}
.addthis_toolbox.addthis_default_style .at300b {
	float: none;
}

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

.tabs__nav {
	margin-bottom: -1px; /* fix for double border*/
	text-align: center;
}

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

	display: inline-block;
	padding: 12px 25px;
	border: 1px solid #0067b1;
	border-bottom-color: #0067b1;
	margin-right: -1px; /* fix for double border*/
	margin-top: 3px;

	background: #fff;
	color: #0067b1;
	font-weight: 600;
	font-size: 16px;

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

	border-color: #0067b1;
	border-bottom-color: #0067b1;

	background: #0067b1;
	color: #fff;
}

.tabs__body {
	padding: 40px 15px;
	border-top: 1px solid #0067b1;
	border-bottom: 3px solid #f3f3f3;
	margin-bottom: 40px;
}

.product-guide {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #f3f3f3;
}
.product-guide:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}

/* Product reminder */
.product-reminder {
	margin-top: 15px;
	margin-bottom: 15px;
}

.product-reminder__heading {
	font-size: 16px;
	margin-bottom: 10px;
	vertical-align: middle;
}

.product-reminder__form {
    position: relative;
}
.product-reminder__btn,
.product-reminder__input {
	display: inline-block;
	vertical-align: middle;
	height: 38px;
}
.product-reminder__input {
	padding: 0 10px;
	width: 70%;
	border-color: #cae3eb;
	border-radius: 0;
}
.product-reminder__btn {
	width: 30%;
	background-color: #00a160;
	border-color: #00a160;
	color: #fff;
}
.is-product-reminder__spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30%;
    margin: auto;
    height: 20px;
    width: 20px;
    line-height: 20px;
}
.is-product-reminder__status .alert {
	margin-top: 10px;
	margin-bottom: 0;
}

/* Color selection */
.product-color-scheme {
	text-align: center;
}
.product-color-scheme__icon,
.product-color-scheme__check {
	display: inline-block;
}
.product-color-scheme__icon {
	height: 30px;
	width: 30px;
	margin: 2px;

	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.3);
	box-shadow: 1px 1px 5px rgba(0,0,0,.3);

	line-height: 33px;
}
.product-color-scheme__check {
	width: 14px;
	height: 14px;
	background: url(../design/icon-check-mark-white.png) no-repeat center;
	background-size: contain;
}
.product-color-cart {
	text-align: center;
	margin-bottom: 20px;
}
.product-color-cart:last-child {
	margin-bottom: 0;
}
.product-color-cart__inner {
	display: inline-block;
	padding: 10px 30px 20px;
	min-width: 300px;

	background: url(../design/highlight-title.png) no-repeat;
	background-size: 100% 85px;

	font-size: 12px;
	text-align: center;
}
.product-color-cart .btn {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.product-color-cart table {
	display: inline-table;
	vertical-align: middle;
	width: 300px;
}
.product-color-cart td {
	text-align: center;
}
.product-color-cart tr:last-child td {
	font-size: 21px;
}

.product-colors {
	margin-bottom: 20px;
	padding: 4px 2px;
}
.csscolumns .product-colors {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;

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

.product-color {
	position: relative;
	display: inline-block;
	width: 96%;
	margin: 2px 2% 1px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.24);
}
.csscolumns .product-color {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.no-boxshadow .product-color {
	border: 1px solid #eee;
}
.product-color__icon {
	float: left;
	width: 56px;
	height: 56px;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	text-align: center;
	line-height: 54px;
}
.product-color__check {
	display: none;
	width: 25px;
}
.product-color.selected .product-color__icon .product-color__check {
	display: inline-block;
}
.product-color__body {
	width: calc(100% - 134px); /* minus icon+quantity width */
	padding: 5px 10px;
	margin-left: 56px;

	font-size: 12px;
	line-height: normal;
}
.product-color--out .product-color__body {
    padding-right: 0;
    width: calc(100% - 125px);
}
.product-color__title {
	height: 28px;
	overflow: hidden;
	line-height: 1.15;
}
.product-color__body .product-wishlist-icon {
	width: 18px;
	height: 16px;
}
.product-color__stock {
	font-weight: 600;
	font-size: 10px;
}
.product-color__price {
	color: #00a160;
}
.product-color__price .price-original {
	margin-left: 5px;
	font-size: 10px;
	font-weight: 600;
}
.product-color__quantity {
	float: right;
	width: 78px;
	padding: 13px 3px;
	text-align: center;
}
.product-color__quantity input {
	border: none;
	width: 20px;
	height: 30px;
	padding: 0;
	font-size: 16px;
}
.product-color__quantity-btn {
	display: inline-block;
	vertical-align: middle;

	font-size: 23px;
	font-weight: 600;
	line-height: 24px;
	color: #00a160;
}
.product-color__quantity-btn:hover {
	text-decoration: none;
}

.product-color__reminder-btn {
    float: right;
	width: 75px;
	padding: 16px 4px;

	color: #0067b1;
	text-align: center;

	cursor: pointer;
}
.product-color__reminder {
    position: absolute;
    top: 100%;
    left: -1%;
    right: -1%;
    z-index: 1;

    padding: 10px;
    margin: auto;

    border: 1px solid #cae3eb;
    background: #fff;
    box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.09);
}


/*
 * News Page
 */

.news-gallery {
	margin-left: -20px;
	padding-left: 0;

	list-style: none;
}

.news-item {
	display: inline-block;
	margin-bottom: 20px;
	overflow: hidden;
	padding-left: 20px;
	width: 33.33%;

	vertical-align: top;
}

.news-item a:hover {
	text-decoration: none;
}

.news-item__img {
	position: relative;
	padding-bottom: 67%;

	margin-bottom: 10px;
	overflow: hidden;
}
.news-item__img img {
	position: absolute;
	bottom: 0;
	left: -999px;
	right: -999px;
	top: 0;

	margin: auto;
	max-width: none;
	height: 100%;
	width: auto;
}

.news-item__heading {
	color: #0067b1;
	line-height: 1.2;
}

.news-item p {
	color: #333;
}

/*
 * Checkout Page
 */
.checkout-customer-type,
.checkout-country {
	margin-bottom: 50px;
}

.checkout-customer-type label {
	display: inline-block;
	padding: 15px;
	width: 200px;
	margin: 5px;
	border: 4px solid #fff;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.24);
	font-size: 18px;
	line-height: 1;
}
.checkout-customer-type input[type="radio"]:checked + label {
	border-color: #5b9e62;
}
.checkout-customer-type input[type="radio"] + label strong,
.checkout-customer-type input[type="radio"] + label:before {
	vertical-align: middle;
}

.checkout-country {
	padding: 20px;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #f3f3f3;
}
.checkout-country__holder {
	position: relative;
	display: inline-block;
	margin-left: 20px;
	border: 1px solid #e6e6e6;
}
.checkout-country__holder:hover {
	border-color: #ccc;
}
.checkout-country__link {
	padding: 10px;
	width: 300px;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
}

.checkout-country__link span,
.checkout-deliverydate__select span {
	vertical-align: middle;
}
.checkout-country__link i {
	position: absolute;
	right: 10px;
	font-size: 20px;
	color: #0067b1;
}
.checkout-country ul {
	position: absolute;
	top: 100%;
	left: -1px;
	right: -1px;
	z-index: 10;
	padding: 10px 15px;
	margin: 0;
	border: 1px solid #e6e6e6;
	background: #fff;
	list-style: none;
}
.checkout-country li {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}

.checkout-deliverydate__select {
	display: inline-block;
	z-index: 999;
	width: 100%;
	height: 37px;
	padding: 7px;
	border: 1px solid #e6e6e6;

	background-color: #FFFFFF;

	font-size: 14px;
	line-height: 16px;

	cursor: pointer;
}

.select-arrow i,
.checkout-deliverydate__select i {
	float: right;
	font-size: 20px;
	color: #0067b1;
	margin-left: 20px;
}


.best-zipcode-input__input-row {
	margin-top: 25px;
	padding: 24px 0 24px 0;

	border: 2px #f3f3f3 none;
	border-top-style: solid;
	border-bottom-style: solid;

}

.best-zipcode-input__input-row .checkout-shipping-method-title {
	margin-bottom: 5px;
}

.best-zipcode-input__input-row input {
	border-radius: 0;
}

.bestSection {
	display: inline-block;
	padding-right: 20px;
	vertical-align: top;
}

.bestSection-date {
	width: 320px;
}

.bestSection-doorcode input, textarea {
	width: 80px;
}

.bestSection-mess input, textarea {
	width: 380px;
}

.bestoptions-holder {
	z-index: 999;
	padding: 15px;
	background-color: #EEF8FD;
}

.bestoptions-holder ul {
	position: absolute;
	width: 283px;
	border: 1px solid #e6e6e6;
	background: #fff;
	list-style: none;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 5px 10px;
}

.bestoptions-holder li {
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
	border-bottom: 1px solid black;
	font-size: 14px;
	line-height: 2;
}

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

	border-radius: 50%;
	background-color: #0067b1;

	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-collapse-input,
.checkout-collapse-btn {
	border-radius: 0;
	height: 35px;
	vertical-align: middle;
}

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

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

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

	border-radius: 3px;
	background: #f9f9f9;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.checkout-info-item {
	float: left;
	margin-bottom: 10px;
	margin-right: 30px;
}

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

.checkout-extra-information {
	margin-left: 28px;
}
.checkout-extra-information input[type="radio"] + label,
.checkout-extra-information input[type="checkbox"] + label {
	display: block;
	margin-bottom: 2px;
}
.checkout-extra-information input[type="radio"] + label:before,
.checkout-extra-information input[type="checkbox"] + label:before {
	position: absolute;
	left: -25px;
}
.checkout-extra-information input[type="radio"] + label:after,
.checkout-extra-information input[type="checkbox"] + label:after {
	left: -25px;
}

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

.checkout-shipping-method,
.checkout-payment-option {
    margin: 8px 4px;
    border: 4px solid #fff;
	background: #fff;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.24);
    cursor: pointer;
}
.checkout-payment-option {
	padding: 15px;
}
.checkout-shipping-method--active,
.checkout-payment-option.is-active {
	border-color: #5b9e62;
}
.checkout-shipping-method-title,
.checkout-payment-option-title {
	display: block;
	font-weight: 600;
}

.checkout-shipping-method-image,
.checkout-shipping-method-body {
	display: inline-block;
	vertical-align: middle;
}
.checkout-shipping-method-image {
	width: 100px;

	text-align: center;
}
.checkout-shipping-method-image img {
	max-width: 100%;
	max-height: 100%;
}

.checkout-shipping-method-price {
	position: absolute;
	top: -5px;
	right: 0;

	color: #00a160;
	font-weight: 600;
}
.checkout-shipping-method-description,
.checkout-payment-option-description {
	margin-bottom: 0;
	opacity: .9;
}
.checkout-shipping-method-no-spray,
.checkout-shipping-method-no-spray--small {
	margin-bottom: 0;
	color: #c00;
	display: none;
}
.checkout-shipping-method-description--small,
.checkout-shipping-method-no-spray--small {
	margin-bottom: 0;
	opacity: .9;
	display: none;
}

/* Radio buttons */
.checkout-customer-type input[type="radio"] + label:before,
.checkout-shipping-methods input[type="radio"] + label:before,
.checkout-payment-methods input[type="radio"] + label:before {
	width: 24px;
	height: 24px;
	margin-top: 0;
	border: 2px solid #e1e1e1;
	background: #fff;
}
.checkout-customer-type input[type="radio"]:checked + label:before,
.checkout-shipping-methods input[type="radio"]:checked + label:before,
.checkout-payment-methods input[type="radio"]:checked + label:before {
	border: 1px solid #e1e1e1;
	background: url(../design/checkbox_radio.png) center no-repeat;
}

.checkout-shipping-method input[type="radio"] + label:before,
.checkout-payment-methods input[type="radio"] + label:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.checkout-shipping-method .label-wrapper,
.checkout-payment-methods .label-wrapper {
	position: relative;
	padding-left: 40px;
}
.checkout-shipping-method .label-wrapper label,
.checkout-payment-methods .label-wrapper label {
	position: static;
}

.checkout-shipping-method .label-wrapper {
	margin: 15px;
}


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

.checkout-seperate-shipping__link {
	margin: 20px 0;
	background: url(../design/2px_f3f3f3.png) center repeat-x;
}
.input-form .checkout-seperate-shipping__link input {
	display: none;
}
.input-form .checkout-seperate-shipping__link label {
	width: auto;
	padding: 5px 20px 10px;
	margin-left: 183px;
	background: #fff;

	color: #0067b1;
	font-size: 18px;
}
.checkout-seperate-shipping__link label span,
.checkout-seperate-shipping__link i {
	vertical-align: middle;
}
.checkout-seperate-shipping__link label span {
	font-weight: 600;
}
.checkout-seperate-shipping__link i {
	margin-right: 5px;
}
input[name="separateShippingAddress"] + label:before,
input[name="separateShippingAddress"] + label:after {
	display: none !important;
}
input[name="separateShippingAddress"]:checked + label i:before {
	content: "\f00d";
}

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

	border-bottom: 2px solid #f3f3f3;
}

.checkout-area-send .btn {
	padding: 20px 45px;
	font-size: 18px;
}
.checkout-area-send.input-form-inline__footer {
	width: auto;
}

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

.checkout-change-payment-option {
	display: inline-block;
	margin-left: 5px;
}
.checkout-payment-option__body,
.checkout-payment-option__img {
	display: inline-block;
	vertical-align: middle;
}
.checkout-payment-option label {
	margin-left: 10px;
}
.checkout-payment-option__img {
	width: 100px;
	padding-right: 10px;
	text-align: center;
}

.checkout-other {
	margin-top: 40px;
}


/* Cart table */
.checkout-cart {
	margin-bottom: 30px;
}
.checkout-cart__body,
.wishlist-cart {
	border-bottom: 2px solid #f3f3f3;
}
.popcart__body {
	padding: 20px 30px 0 20px;
	max-height: 200px;
	overflow-x: hidden;
}
.popcart__body.scrollable {
	overflow-y: scroll;
}
.popcart__body.scrollable + .popcart__buttons {
	-moz-box-shadow: 0 -1px 30px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 -1px 30px rgba(0,0,0,0.3);
    box-shadow: 0 -1px 30px rgba(0,0,0,0.3);
}
.popcart__buttons {
	position: relative;
	z-index: 1;
	padding: 20px;
}
.popcart__buttons .checkout-cart__footer {
	width: 100%;
	padding: 0;
	margin: 0 0 10px;
	float: none;
}
.popcart__buttons .checkout-cart__footer-sums {
	width: 28%;
	margin-right: 0;
}
.popcart__buttons .checkout-cart__footer .checkout-cart-item {
	padding: 5px 0;
	border-bottom: none;
}

.checkout-cart-item {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 2px solid #f3f3f3;
}
.popcart .checkout-cart-item:first-child {
	border-top: none;
}
.checkout-cart__body .checkout-cart-item--option,
.wishlist-cart .checkout-cart-item--option,
.popcart .checkout-cart-item--option {
	padding-top: 0;
	margin-top: -12px;
	border-top: none;
}

.checkout-cart-item .checkout-cart-item__image {
	width: 11%;
	height: 11%;
	text-align: center;
}
.checkout-cart-item .checkout-cart-thumbnail {
	display: inline-block;
	width: auto;
	max-width: 90%;
	max-height: 90%;
	text-align: center;
}

.checkout-cart-item__right {
	position: absolute;
	top: 15px;
    bottom: 15px;
    right: 0;

    width: 89%;
    height: 26px;
    margin: auto;

    text-align: right;
}
.checkout-cart-item--has-option .checkout-cart-item__right {
    top: auto;
}
.checkout-cart-item--option .checkout-cart-item__right {
	position: static;
	float: right;
}
.popcart .checkout-cart-item__right {
	width: 88%;
}

.checkout-cart-item__cell,
.checkout-cart__footer-titles,
.checkout-cart__footer-sums {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.checkout-cart-item__title {
	max-width: 45%;
	font-size: 16px;
	font-weight: 600;
}
.popcart .checkout-cart-item__title {
	max-width: 40%;
	margin-left: 1%;
}
.checkout-cart-item--has-option .checkout-cart-item__title {
	margin-bottom: 30px;
}
.popcart .checkout-cart-item--has-option .checkout-cart-item__title {
	max-width: 88%;
}
.checkout-cart-link {
	color: #222;
}


.checkout-cart-item__options {
	width: 50%;
	white-space: nowrap;
	overflow: hidden;
}
.wishlist-cart .checkout-cart-item__options {
	width: 40%;
}
.popcart .checkout-cart-item__options {
	width: 50%;
}
.checkout-cart-color-icon {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin-right: 5px;
}

.checkout-cart-item__unit-price {
	width: 15%;

	color: #00a160;
	font-size: 16px;
	font-weight: 600;
}

.checkout-cart-item__quantity {
	width: 15%;

	white-space: nowrap;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.popcart .checkout-cart-item__quantity {
	width: 19%;
}


.checkout-cart-quantity-btn {
	display: inline-block;
	vertical-align: middle;

	font-size: 27px;
	font-weight: 600;
	line-height: 24px;
	color: #00a160;
}
.checkout-cart-quantity-btn:hover {
	text-decoration: none;
}

.checkout-cart-item__sum {
	width: 15%;

	color: #00a160;
	font-size: 16px;
	font-weight: 600;

	text-align: center;
}
.popcart .checkout-cart-item__sum {
	width: 26%;
}
.checkout-cart-item__remove {
	width: 4%;
	text-align: right;
}
.checkout-cart-item__remove a {
	color: #0067b1;
}
.checkout-cart-item__buy {
	width: 10%;
	text-align: right;
	font-size: 13px;
}

.checkout-cart__footer {
	width: 45%;
	margin-left: 5%;
	float: right;
	padding-top: 20px;
	font-size: 16px;
	line-height: 18px;
}
.checkout-cart__footer .checkout-cart-item {
	text-align: right;
	border-top: none;
	border-bottom: 1px solid #e6e6e6;
}
.checkout-cart__footer .checkout-cart-item:last-child {
	border-bottom: none;
}

.checkout-cart__footer-titles {
	font-weight: 600;
    text-align: right;
}
.checkout-cart__footer-sums {
	width: 28%;
	margin-right: 10%;
	text-align: center;
}

.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: 24px;
	font-weight: 600;
	color: #00a160;
}

.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;
	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;
	margin-left: 203px;
	width: 400px;

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

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

.signup-info-link {
	color: #0067b1;
}

.view-checkout input[type="checkbox"] + label:before {
	width: 20px;
	height: 20px;

	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 3px;
}
.view-checkout input[type="checkbox"]:checked + label:after {
	top: -2px;
	width: 23px;
	height: 23px;
}

/*
 * Checkout Followup Page
 */

.followup {
	margin: 0;
	padding: 20px;

	background: #fff;
	border-top: 2px solid #f3f3f3;

	text-align: center;
}
.followup .media-img {
	float: none;
	display: inline-block;
	width: 160px;
	margin-right: 40px;

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

.followup .media-body {
	display: inline-block;
	max-width: 500px;
	text-align: left;

	vertical-align: middle;
}

.followup-title {
	margin-bottom: 8px;
	font-weight: 700;
	line-height: 1.3;
}

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

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

.followup-content {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.followup .addthis_toolbox {
	text-align: right;
	margin-top: 0;
	margin-bottom: -3px;
}


.followup-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: -10px;
	background-color: rgba(255, 255, 255, 0.5);
	display: none;
	z-index: 2;

}
.followup-checkbox {
	position: relative;
    top: 6px;
	z-index: 3;

	float: right;

	color: #0067b1;
	font-size: 16px;
	line-height: 1;
}
.followup-checkbox i {
	display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}


.followup-bottom {
	border-top: 2px solid #f3f3f3;
}
.followup-bottom__inner {
	max-width: 700px;
	margin: auto;
}
.followup-user {
	float: right;
	margin-top: 20px;
}
.followup-user input[type="text"] {
	display: block;
	margin: 3px 0;
}
.followup-user input[type="checkbox"] + label:before {
	vertical-align: middle;
	margin-top: -3px;
}
.followup-user .btn {
	float: right;
}

/*
 * Wishlist Page
 */

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

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

	font-size: 11px;
}


/*
 * Blog Page
 */

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

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

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

.comments {
	padding: 5px;
}

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

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

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

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

	border: 0;

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

	background: #eee;

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

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

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

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

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

	border-bottom: 1px solid #eee;

	font-size: 11px;
}

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

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

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


/*
 * Sitemap Page
 */

.sitemap-list,
.sitemap-list ul {
	margin: 0;
	padding: 0;
	list-style: 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 {
	float: left;
}
.copyrights {
	float: left;
	margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}


/* Form with inline labels */
.input-form-inline input {
    display: inline-block;
    width: 400px;
    border-radius: 0;
    border-color: #e1e3e4;
}
.input-form-inline label {
    display: inline-block;
    width: 200px;
    font-weight: 600;
}

.input-form-inline--med input {
    width: 330px;
}
.input-form-inline--med label {
    width: 170px;
}

.input-form-inline--small input {
    width: 300px;
}
.input-form-inline--small label {
    width: 100px;
}

.input-form-inline__footer {
	width: 400px;
	max-width: 100%;
	margin-left: 204px;
}
.input-form-inline__footer--med {
	width: 330px;
	max-width: 100%;
	margin-left: 174px;
}
.input-form-inline__footer--small {
	width: 300px;
	max-width: 100%;
	margin-left: 104px;
}

/* Groups */
.input-form-inline .input-group input,
.input-form-inline .input-group .input-group__item {
    width: auto;
}
.input-form-inline .input-group .input-group__item:first-child {
    width: auto;
    margin-right: 15px;
}
.input-form-inline .input-group .input-group__item:last-child label {
    width: 50px;
}


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

/* Inline submit button */
.inline-submit {
	display: inline-block;
	height: 43px;
	vertical-align: middle;
}


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



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

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

	background: #fff;
}

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

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

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

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

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

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

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

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

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

.flexslider .slides {
    zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Control Nav */
.flex-control-nav {
    position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 10;

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

/* Caption styles */
.flex-caption {
	position: absolute;
	bottom: 0;
	left: 4px;

	width: auto;
	max-width: 90%;
	padding: 20px;
	padding-right: 80px;
	background: url(../design/caption_bg.png) right;
	background-size: cover;

	pointer-events: none;
}
.flex-caption h2 {
	font-size: 40px;
}
.flex-caption .highlight-title:before {
	background: url(../design/spray-text.png) 0 0,
				url(../design/spray-text2.png) 0 0;
	background-size: 100% 100%;
}
.flex-caption h2 u {
	text-decoration: none;
	border-bottom: 3px solid rgba(127, 208, 175, 0.5);
}
.flex-caption h2 b {
	font-weight: 300;
	color: #00a160;
}
.flex-caption p {
	margin-bottom: 0;
	margin-left: 22px;
	font-size: 16px;
}

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

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

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

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

.clear {
	clear: both;
}

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

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

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

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

.stretched {
	width: 100% !important;
}

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

.muted {
	color: #999;
}

.brand {
	color: #0067b1;
}

.column {
	display: inline-block;
	vertical-align: top;
	padding: 5px 0 5px 5px;
}
.column-2 {
	width: 50%;
}
.column-3 {
	width: 33.333%;
}
.column-4 {
	width: 25%;
}

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

div#popcart img {
	width: auto;
}

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

	height: 78px;
	line-height: 78px;
}
div#topcart-area {
	display: inline-block;
	height: 50px;

	font-size: 14px;
	line-height: 50px;
}

div#topcart-hoverarea {
	position: relative;
	display: inline-block;
	*display: inline;
	margin-right: 5px;
	cursor: pointer;
    font-weight: 600;
}

.topcart-count {
	position: absolute;
	top: 5px;
	right: -9px;

    display: block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #00a160;

    color: #fff;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
}
.topcart-subtotal {
	font-weight: 600;
}

.topcart-icon {
	margin-right: 5px;
}

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

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

	width: 480px;
	overflow: hidden;

	background-color: #fff;

	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: #00a160;
    font-size: 16px;
}
.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: #e2eff8;
	color: #0067b1;
	margin: 4px;
	margin-bottom: 6px;
	padding: 4px;
	font-weight: 600;
	font-size: 11px;
}
div#popCartShipping a, div#popCartShipping a:hover {
	text-decoration: underline;
	color: #0067b1;
}

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

.fb_iframe_widget iframe {
	position: relative !important;
}

/* ==========================================================================
   Banners
   ========================================================================== */

.banner {
    position: absolute;
    top: 10px;
    right: 10px;
	z-index: 1;

    padding: 4px 8px 6px;

    font-family: 'hlco-md', sans-serif;
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
}

.banner--campaign {
	background: url(../design/discount_bg.png) center no-repeat;
	background-size: 100% 100%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.26);
}
.product-image-wrapper .banner--campaign {
	padding: 20px 15px;
	font-size: 36px;
}
.banner--campaign--text {
	top: 9px;
	padding: 6px 9px 10px;
	background-size: 100% 100%;
	font-size: 17px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.26);
}

.banner--news {
	padding: 6px 15px;
	background: url(../design/news_bg.png) bottom no-repeat;
	background-size: 100% 100%;
	text-transform: uppercase;
}

.color-count-banner {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 1;

	width: 18%;
	padding-top: 18%;

	background: #fff url(../design/color-symbol.png) top no-repeat;
	background-size: contain;

	text-align: center;
	font-size: 16px;
	line-height: 29px;
}

#currentBildLink .color-count-banner {
	top: 0;
	left: 0;

	width: 13%;
	padding-top: 13%;

	font-size: 30px;
	color: #222;
}
.owl-item .color-count-banner {
	top: 0;
	left: 0;
}


/* ==========================================================================
   Flexslider.css
   ========================================================================== */

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
    z-index: 2;
}

.flexslider .slides > li {
    display: none;
    /*-webkit-backface-visibility: hidden; Problem with fixed header */
    position: relative;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}


/* ==========================================================================
   Filter.css
   ========================================================================== */

.filterlistmenu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.filterlistmenu:last-child {
	margin-bottom: -1px; /* Fix for double-border */
}

.filterlistmenu li {
	padding: 5px;
	border-bottom: solid 1px #dcdcdc;
	background-color: #fff;
	background-image: linear-gradient(to bottom, #fff, #f8f8f8);
}

.filterlistmenu li.filter-item-title {
	font-weight: bold;
	background-color: #eee;
	background-image: linear-gradient(to bottom, #eee, #ddd);
	border-bottom: solid 1px #bbb;
}

.filter-item-row input[type=checkbox],
.filter-item-row input[type=radio] {
	float: left;
	margin: 2px 4px 0 0;
}

.filter-section-holder {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: normal;
}

.filter-section {
	position: relative;
	visibility: hidden;
}

.filter-item-row label {
	display: block;
}

.filter-item-options {
	display: inline-block;
	margin: 4px;
}

.filter-item-option {
	background: none;
	border: 0;
	width: auto;
}

.filter-item-option:focus {
	outline: none;
}

.ui-multiselect-checkboxes label input {
    top: -1px;
    display: inline-block;
    margin-right: 5px;
}


/* Checkbox style without UI */
.filter-section-title {
	float: left;
	width: 75px;
	padding: 5px;
	padding-left: 0;
	margin: 4px;

	font-weight: 600;
}

.filter-item {
	display: inline-block;
	width: auto !important;
	padding: 4px 10px;
	border: 1px solid #cae3eb;
	border-radius: 0;
	margin: 4px;

	background: #fff;
	color: #0067b1;

	cursor: pointer;
}
.filter-item.has-selection {
	background: #b7dff5;
	border-color: #b7dff5;
}

.filter-item-title,
.filter-item-icon {
	vertical-align: middle;
}
.filter-item-title {
	font-weight: 600;
	line-height: 27px;
}
.filter-item-icon {
	font-weight: 600;
	margin-left: 5px;
}

.filter-item-options {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 20;

	display: none;
	overflow-y: auto;

	padding: 20px;
	border: 1px solid #cae3eb;
	border-radius: 0;
	margin: 0;

	background: #fff;
	color: #0067b1;
	cursor: initial;
}
.filter-item-options.is-slide-up {
	top: auto;
	bottom: 100%;
}

.filter-item-options > strong {
	color: #222;
}

.filter-item-option {
	display: inline-block;
}

.filter-item-option label {
	display: block;
	padding: 5px 10px;
	margin: 3px;

	border: 1px solid #cae3eb;
}
.filter-item-option input:checked + label {
	background: #e0f2fb;
}
.filter-item-option input[type="checkbox"]  {
	margin-top: 6px;
}

.filter-item-option input[type="checkbox"]:checked + label:after {
	top: 5px;
	left: 10px; /* Same as label padding */
}

.filter-section-count {
	display: none;
}

.is-active .filter-section-count,
.is-active .filter-section-chosen {
	display: inline-block;
}

.filter-section-chosen__item {
	display: inline-block;
	padding: 2px 5px;
	border: 1px solid #cae3eb;
	border-radius: 2px;
	margin: 4px;
	color: #0067b1;
	cursor: pointer;
}
.filter-section-chosen__item i {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 2px;
}

.filter-close {
	position: relative;
    top: -12px;
    right: -7px;

    float: right;

    color: #00a160;
    cursor: pointer;
}
.filter-close i,
.filter-close span {
	vertical-align: middle;
}
.filter-close i {
	font-size: 20px;
}
.filter-close span {
	margin-left: 5px;
	font-weight: 600;
}

@media all and (max-width: 480px) {
	.filter-section-inner {
		padding: 10px 0;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		margin-bottom: 5px;
	}
	.filter-section {
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.filter-section .filter-item {
		display: block;
		text-align: center;

		padding: 0;
		margin: 0;
		border: 0;
	}
	.filter-item-title__wrapper {
		padding: 5px;
		border: 1px solid #cae3eb;
		margin-top: 5px;
	}
	.filter-item.is-opened .filter-item-title__wrapper {
		font-weight: 600;
		border-bottom: 0;
	}
	.filter-item-options {
		position: static;
		margin-bottom: 5px;
		background: #fff;
	}
	.filter-item-icon {
		margin: 5px;
	}

	.filter-close {
		display: none;
	}
}


/* Newsletter Popup */
.newsletter-popup {
    padding-top: 10px;
    padding-bottom: 5px;
}
.newsletter-popup label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
.newsletter-popup__btn {
    margin-top: 10px;
    outline-style: none;
}
.is-newsletter-form-status {
    display: none;
    margin-top: 10px;
}
.is-newsletter-form-status .is-info {
    font-weight: bold;
    color: #264c72;
}
.is-newsletter-form-status .is-error {
    color: #9c2400;
}
.is-newsletter-spinner {
    position: relative;
    margin-left: 18px;
}

.fancybox-fluid .fancybox-inner {
    height: auto !important;
}
.fancybox-skin {
    background: #fff !important;
}

.checkout-shipping {
	position: relative;
}

.checkout-shipping-method .agent-list {
	display: none;
}
.checkout-shipping-method--active .agent-list {
	display: grid;
	grid-template-columns: 35px 70px auto;
	grid-gap: 15px;

	padding: 15px 15px 15px 20px;

	background: #EEF8FD;
}

.checkout-shipping-method--active .best-list {
	grid-template-columns: min-content min-content auto;
	grid-gap: 20px;
}

.agent-list select {
	height: 37px;
	font-size: 0.9em;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 35px;
	padding-left: 7px;
	border: 1px solid #e6e6e6;
	cursor: pointer;
}

.checkout-shipping-holder {
	display: flex;
	flex-direction: column;
	width: fit-content;
	grid-column-start: 3;
}

.best-list .checkout-shipping-holder {
	grid-column: auto;
}

.checkout-shipping-select-holder {
	position: relative;
}

.checkout-shipping-select-holder select {
	background-color: #fff;
}

.checkout-customer-info__zip-code input {
	max-width: 180px;
}

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

.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 .checkout-shipping:after,
.is-shipping-suspended .l-checkout-col-2: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;
}

.agent-list .select-arrow {
	position: absolute;
	right: 7px;
	top: 0;
	z-index: 1;

	display: flex;
	align-items: center;
	justify-content: center;

	height: 37px;
	width: 37px;

	pointer-events: none;
}

table.staggering {
   border-collapse: collapse;
   border: 1px solid black;
   margin: auto;
   margin-bottom: 15px;
}
table.staggering th {
   border: 1px solid black;
   padding: 5px;
}
table.staggering td {
   border: 1px solid #e6e6e6;
   padding: 5px;
   min-width: 100px;
   font-size: 1.3rem;
   text-align: center;
   font-weight: bold;
   padding: 0.5rem 1rem;
}
/**
 * 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: 20px;
	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: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;

	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	max-width: 50em;
	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: 0;
	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: fixed;
	inset: 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-holder h4 {
	font-family: 'hlco-md', sans-serif;
}

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

/* Modification to small banner */
.cookie-control-banner--small.cookie-control-banner {
	background-color: #fff;
	color: #000;
}
.cookie-control-banner--small h4 {
	margin-bottom: 4px;

	font-family: 'hlco-md', sans-serif;
	color: #000;
}

.cookie-control-banner__buttons .btn {
	display: inline-block;
	padding: 12px 14px;
	border: 1px solid #cae3eb;
	border-radius: 0;

	background-color: #fff;
	color: #0067b1;
	font-weight: 600;
	line-height: 1;

	cursor: pointer;
}
.cookie-control-banner__buttons .btn.btn--primary {
	border: 1px solid #00a160;

    background-color: #00a160;
    color: #fff;
}

.cookie-control-controller__optional input[type="checkbox"]:checked + label:after {
	top: calc(50%);
    transform: translateY(-50%);
}

.is-no-scroll {
	height: 100dvh;
	overflow-y: hidden;
}
/* Hidden in desktop */
.l-mobile-header,
.l-mobile-nav,
.sort-select,
.sort-form,
.checkout-cart-row-small,
.l-autocomplete-mobile-form,
.mini-user-holder {
	display: none;
}

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

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

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

@media all and (max-width: 600px) {
	.l-category-top .grid {
		margin-left: 0;
	}
	.l-category-top .grid-item {
		width: 100%;
		padding-left: 0;
	}
	.l-category-top .grid-item:first-child {
		display: none;
	}

	.startpage-images .grid {
		margin-left: 0;
	}
	.startpage-images .grid-1-1,
	.startpage-images .grid-6 {
		margin-left: -20px;
	}

	.startpage-images .grid-item-1-2,
	.startpage-images .grid-item-1-3 {
		padding-left: 0;
		width: 100%;
		margin-bottom: 25px;
	}

	.grid-gallery--trademarks {
		display: none;
	}

	.l-brands {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

/* medium */
@media all and (max-width: 480px) {
	.grid,
	.startpage-images .grid-1-1 {
		margin-left: 0;
	}
	.grid-6 {
		margin-left: -10px;
	}

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

	.grid-item-1-6 {
		padding-left: 10px;
		margin-bottom: 10px;
		width: 50%;
	}

	.startpage-categories .grid-4 {
		margin-left: -2%;
	}
	.startpage-categories .grid-item-1-4 {
		width: 50%;
		padding-left: 2%;
		margin-bottom: 2%;
	}
	.startpage-module .grid-gallery--products .product-item:last-child:nth-child(odd) {
		display: none;
	}
	.startpage-images .grid-item-1-2,
	.startpage-images .grid-item-1-3 {
		margin-bottom: 20px;
	}
}

/* ==========================================================================
   Layout
   ========================================================================== */
@media all and (max-width: 1230px) {
	.l-sidebar-primary {
		margin-left: 15px;
	}
	.l-main {
		width: calc(100% - 195px);
	}
}

@media all and (max-width: 1210px) {
	.l-holder,
	.l-autocomplete {
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
	}
	.is-menubar-sticky {
		margin-left: 30px;
		margin-right: 30px;
		width: auto;
	}

	.brands-left-holder .grid-gallery--categories > li {
		width: 48%;
	}
}

/* XLarge */
@media all and (max-width: 960px) {
	.l-header-language,
	.l-header-user {
		padding: 0 6px 0 10px;
	}
	.l-header-search {
		padding: 0 7px 0 4px;
	}

	.l-header-cart {
		padding-left: 8px;
	}

	.l-category-col-1,
	.l-category-col-2 {
		vertical-align: middle;
	}

	.l-sidebar {
		display: none;
	}

	.view-checkout .l-main {
		width: 100%;
	}

	.l-footer-top__left {
		width: 70%;
	}
	.l-footer-top__right {
		width: 27%;
	}
	.l-footer-menu {
		width: auto;
	}
	.l-footer-top__left__left,
	.l-footer-store {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.l-footer-store {
		max-width: 400px;
	}

	.l-brands {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

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

	.l-wishlist-bottom__right .btn {
		width: 180px;
		padding: 15px 5px;
		font-size: 13px;
	}

	.l-search-col-1 h3 > span {
		font-size: 30px;
	}
}

@media all and (max-width: 900px) {
	.l-contact-col-1,
	.l-contact-col-2 {
		width: 100%;
	}
}

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

	.l-main {
		overflow: hidden;
		width: 100%;
	}

	.l-inner,
	.view-editable .l-inner {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.008em;
	}

	.l-banner i {
		top: 10px;
		right: 10px;
		bottom: auto;
	}

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

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

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

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

	.l-main,
	.view-checkout .l-main,
	.view-category .l-main {
		padding: 15px 25px;
		border-top: 2px solid #e6e6e6;
	}
	.instagram-holder {
		padding-right: 25px;
		padding-left: 25px;
	}

	.view-home .l-content {
		padding-top: 0;
		border-top: none;
	}
	.page {
		margin-top: 65px; /* Same as .l-mobile-header height */
	}

	.l-header-border {
		margin-top: 0;
	}

	.l-holder {
		margin: 0;

		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: #00457c;
	}
	.view-checkout .l-mobile-header,
	.l-mobile-header.zoomed {
		position: absolute;
	}
	.l-mobile-header img {
		vertical-align: text-top;
		width: 22px;
	}

	.l-header {
		display: none;
	}

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

		display: none;
		max-height: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		overflow-y: auto;

		background-color: #fff;

		-moz-user-select: -moz-none;
		-webkit-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		-webkit-overflow-scrolling: touch !important;
	}
	.is-mobile-nav-open .l-mobile-nav {
		display: block;
	}
	.is-mobile-nav-open body {
		overflow: hidden;
	}

	.l-footer {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 0;
	}

	.l-footer-top__left,
	.l-footer-top__right {
		float: none;
		width: 100%;
	}
	.l-footer-top__right {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}


	.l-footer-bottom table {
		width: auto;
		margin: auto;
	}
	.l-footer-bottom tr,
	.l-footer-bottom tr:last-child {
		display: table-row;
		width: auto;
		margin: 0;
		border: none;
	}
	.l-footer-bottom td {
		padding: 5px;
	}

	.l-footer-payment {
		float: none;
		max-width: none;
		text-align: center;
	}

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

	.l-autocomplete {
		top: 65px;
		bottom: 0;

		margin-left: 0;
		margin-right: 0;
		padding: 0;

		background: rgba(0, 46, 86, 0.8);
		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-nav,
	.is-autocomplete-active .page {
		display: none;
	}

	html.is-autocomplete-empty,
	.is-autocomplete-empty body,
	.is-mini-user-open body {
		overflow: hidden;
		height: 100%;
	}
	.l-category-col-1,
	.l-category-col-2 {
		width: 100%;
		margin-right: 0;
	}
	.l-contact-col-1 {
		width: 45%;
	}
	.l-contact-col-2 {
		width: 50%;
	}

	.brands-right-holder .grid-gallery--trademarks > li {
		width: 96%;
	}
}

@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;
	}
	.l-product-col-2 {
		text-align: center;
	}
	.product-description {
		text-align: left;
	}

	.l-category-top {
		margin: 0 0 20px;
	}

	.l-contact-col-1,
	.l-contact-col-2 {
		width: 100%;
	}

	.l-wishlist-bottom__left,
	.l-wishlist-bottom__right {
		float: none;
		width: auto;
		margin-bottom: 30px;
		text-align: center;
	}
	.l-wishlist-bottom__left .input-form {
		margin: auto;
	}
	.l-wishlist-bottom__right .btn {
		width: 250px;
		padding: 20px 15px;
		font-size: 16px;
	}

	.checkout-shipping-holder {
		grid-column-start: 1;
		grid-column: span 3;
	}

	.checkout-shipping-select-holder select {
		width: 100%;
	}
}

/* Medium */
@media all and (max-width: 480px) {
	h1 {
		font-size: 30px;
		text-align: center;
	}
	.checkout-title {
		font-size: 25px;
		text-align: center;
	}

	.l-inner,
	.view-editable .l-inner,
	.l-product,
	.category-lead,
	.category-description p {
		font-size: 13px;
		line-height: 20px;
	}

	.page {
		margin-top: 50px; /* Same as .l-mobile-header height */
	}
	.l-mobile-header {
		height: 50px;
	}
	.l-mobile-nav,
	.l-autocomplete {
		top: 50px; /* Same as .l-mobile-header height */
	}

	.l-main,
	.view-checkout .l-main,
	.view-category .l-main {
		padding: 15px 20px;
	}
	.instagram-holder {
		padding-right: 20px;
		padding-left: 20px;
	}

	.l-footer-about {
		margin-bottom: 15px;
	}
	.l-footer-about,
	.l-footer-bottom td {
		font-size: 14px;
	}
	.l-footer-menu {
		font-size: 13px;
	}
	.l-footer-menu li {
		padding: 2px 0;
		margin: 2px 0;
	}

	.l-footer-newsletter {
		margin-bottom: 30px;
	}
	.l-footer-newsletter__left,
	.l-footer-newsletter__right {
		display: block;
		width: 100%;
		margin: 0;
	}

	.l-footer-top__right {
		border-top: 2px solid #daebf2;
		padding-top: 12px;
	}
	.footer-toggle-item {
		border-bottom: 2px solid #daebf2;
		padding-bottom: 12px;
		margin-bottom: 12px;
	}
	.footer-toggle-item h3 {
		margin-bottom: 0;
		font-size: 18px;
		cursor: pointer;
		transition: all ease-out .5s;
	}
	.footer-toggle-item.is-opened h3 {
		margin-bottom: 10px;
	}
	.footer-toggle-item i {
		margin-right: 8px;
		font-size: 18px;
		font-weight: 600;
		vertical-align: middle;
	}
	.footer-toggle-item span {
		vertical-align: middle;
	}

	.l-footer-payment > p > img {
		margin: 0 5px;
		height: 20px;
		width: auto;
	}


	.l-brands {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.l-brands__group {
		padding: 0 10px;
		margin-bottom: -1px;
	}

	.brands-left-holder,
	.brands-right-holder {
		float: none;
		display: block;
		width: 100%;
		padding: 0;
	}

	.brands-right-holder .grid-gallery--trademarks > li {
		width: 48%;
	}

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

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

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

	.l-footer-payment .klarna-logo-list {
		max-width: 100%;
	}
	.product-image-wrapper .banner--campaign {
		padding: 10px 5px;
		font-size: 30px;
	}
}

/* ==========================================================================
   Modules
   ========================================================================== */
@media all and (max-width: 1575px) {
	.delivery-counter {
		position: relative;
		top: -20px;
		left: 0;
		z-index: 1;

		width: auto;
		padding: 0;
		margin: 0 auto;

		background: none;
		font-size: 12px;
	}
	.delivery-counter .countdown {
		display: inline-block;
	}
}

/* Page width */
@media all and (max-width: 1230px) {
	.menu-node {
		left: -25px;
	}

	.checkout-shipping-method--active .best-list {
		grid-gap: 0;
		grid-template-columns: auto min-content;
	}

	.best-list .checkout-shipping-holder,
	.bestSection-doorcode {
		grid-column: span 1;
	}

	.bestSection-mess {
		grid-column: span 2;
		width: 100%;
	}

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

	.bestSection-mess {
		padding-top: 10px;
	}

}

@media all and (max-width: 1190px) {
	.l-search-col-1 h3 > span {
		font-size: 30px;
	}
}

/* Content width */
@media all and (max-width: 1150px) {
	.csscolumns .product-colors {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	.startpage-top-categories li {
		width: 31.333%;
	}
}

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

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


	.startpage-images figure {
		padding-bottom: 20px;
	}
	.startpage-images figcaption {
	    max-width: 100%;
	    bottom: -10px;
	}
	.startpage-images .grid-item-1-2 figcaption {
	    font-size: 22px;
	    margin-bottom: 0;
	}
	.startpage-images .grid-item-1-3 figcaption {
	    font-size: 20px;
	    margin-bottom: 0;
	}
	.startpage-images figcaption strong {
	    left: auto;
		right: 10px;
		top: -40px;
	}
}


/* XLarge */
@media all and (max-width: 960px) {
	.site-logo {
		display: none;
	}
	.view-checkout .site-logo {
		display: inline-block;
	}
	.site-logo--small {
		display: inline-block;
		max-width: 48px;
	}

	.search-holder {
		right: -115px;
		width: 300px;
	}
	.l-search-col-1 > h3 {
		padding-right: 320px;
	}

	.site-nav > li > a {
		padding: 0 10px;
		font-size: 12px;
	}
	.wishlist-button {
	    padding: 0 12px 0 2px;
	}
	.menu-divider {
		margin: 0 2px;
	}

	.flex-caption {
		padding: 10px 75px 10px 15px;
	}
	.flex-caption h2 {
		font-size: 24px;
	}
	.flex-caption p {
		font-size: 12px;
	}

	.startpage-categories h2,
	.startpage-categories i {
		font-size: 18px !important;
	}

	.product-options {
		width: 208px;
	}
	.product-cart-button-wrapper .btn--primary {
	    padding: 16px 2px;
	    width: 157px;
	    font-size: 14px;
	}

	table.staggering {
		min-width: 157px;
	}

	.product-color__icon {
		width: 20px;
	}
	.product-color__body {
		width: calc(100% - 98px);
		margin-left: 20px;
	}
	.product-color__check {
		width: 16px;
	}
	.product-color__quantity {
		width: 66px;
	}
	.product-color__quantity-btn {
		font-size: 18px;
		line-height: 20px;
	}

	.wishlist-cart .checkout-cart-item__options {
		width: 30%;
	}
	.wishlist-cart .checkout-cart-item__quantity {
		width: 17%;
	}
	.wishlist-cart .checkout-cart-item__sum {
		width: 20%;
	}
	.wishlist-cart .checkout-cart-item__remove {
		width: 6%;
		text-align: left;
	}
	.checkout-cart-item__buy {
		width: 12%;
	}

	.product-reminder__input {
		width: 65%;
	}
	.product-reminder__btn {
		width: 35%;
	}
	.is-product-reminder__spinner {
	    right: 35%;
	}
}

@media all and (max-width: 900px) {
	.startpage-images .grid-item-1-1 figcaption {
	    font-size: 18px;
	}
	.startpage-images .grid-item-1-3 figcaption {
	    font-size: 14px;
	}

	.startpage-top-categories li {
		font-size: 14px;
	}

	.product-color-cart .btn {
		display: block;
		margin: 25px auto 0;
		max-width: 180px;
	}

	.inline-submit.input-form,
	.inline-submit.input-form label {
		height: auto;
		display: block;
		width: 100%;
	}
}

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

	.startpage-categories h2,
	.startpage-categories i {
		font-size: 24px !important;
	}

	.startpage-images figure {
		padding-bottom: 40px;
	}
	.startpage-images .grid-item figcaption {
		bottom: -15px;
		display: block;
		background-size: 100% 100%;
	}

	.startpage-images .grid-item-1-1 figcaption {
	    font-size: 30px;
	}
	.startpage-images .grid-item-1-3 figcaption {
	    font-size: 22px;
	}

	.mini-menu,
	.mini-search,
	.mini-cart,
	.mini-wishlist,
	.mini-user {
		float: right;
		height: 65px;
	}

	.mini-site-logo,
	.mini-site-logo img {
		position: absolute;
		top: 0;
		bottom: 0;
	}
	.mini-site-logo {
		left: 0;
		margin: auto;
	}

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

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

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

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

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

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

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

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

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

	.mini-menu,
	.mini-search,
	.mini-cart,
	.mini-wishlist,
	.mini-user {
		width: 40px;
		color: #fff;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.mini-menu {
		width: 85px;
		padding: 0 5px;
		font-size: 14px;
		font-weight: 600;
	}
	.mini-menu i {
		vertical-align: middle;
		margin-left: 6px;
		font-size: 18px;
	}
	.mini-menu__inner,
	.mini-menu__divider {
		display: inline-block;
		vertical-align: middle;
	}
	.mini-menu__divider {
		float: right;
		margin-top: 8px;

		height: 50px;
		border-right: 1px solid #005499;
	}

	.mini-search {}
	.is-autocomplete-open .mini-search {
		background: #fff;
	}
	.search-icon--blue {
		display: none;
	}
	.is-autocomplete-open .search-icon {
		display: none;
	}.is-autocomplete-open .search-icon--blue {
		display: inline;
	}

	.mini-cart {
		padding: 0 5px;
	}
	.is-touch.mini-menu,
	.is-touch.mini-search,
	.is-touch.mini-cart {
		opacity: 0.5;

	    -webkit-transition: opacity .15s;
	   			transition: opacity .15s;
	}
	.mini-cart-inner,
	.mini-wishlist-inner {
		position: relative;
		display: inline-block;
	}
	.topcart-icon {
		margin: 0 8px 0 0;
	}
	.mini-cart-count,
	.mini-wishlist-count {
		position: absolute;
		top: -8px;
		right: -2px;

		height: 18px;
		width: 18px;

		background: #00a160;
		border-radius: 50%;

		line-height: 18px;
		font-size: 12px;
		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 {
		background: #fff;
		color: #00457c;
	}
	.is-mobile-nav-open .mini-menu .wgr-icon:before {
		content: "\f00d";
	}

	.mini-wishlist {
		width: auto;
	}
	.mini-wishlist-inner {
		width: 40px;
	}
	.mini-wishlist-count {
		right: 3px;
	}
	.mini-wishlist .wishlist-icon {
		margin-right: 8px;
		vertical-align: text-bottom;
	}

	.mini-user {
		right: 80px;
	}
	.is-mini-user-open .mini-user {
		background: #fff;
	}
	.mini-user-holder {
	    width: 100%;
	    position: fixed;
	    top: 65px;
	    z-index: 100;
	}
	.is-mini-user-open .user-icon {
	    display: none;
	}
	.is-mini-user-open .mini-user-holder,
	.is-mini-user-open .user-icon--blue {
	    display: inline !important;
	}

	.copyrights {
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}

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

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

    .checkout-cart-item__title {
		max-width: 34%;
	}
	.checkout-cart-item__options {
		width: 36%;
	}
	.wishlist-cart .checkout-cart-item__options {
		width: 33%;
	}
	.checkout-cart-item__unit-price {
		width: 19%;
	}
	.wishlist-cart .checkout-cart-item__unit-price {
		width: 16%;
	}
	.checkout-cart-item__quantity {
		width: 18%;
	}
	.checkout-cart-item__sum {
		width: 19%;
	}
	.wishlist-cart .checkout-cart-item__sum {
		width: 16%;
	}
	.checkout-cart-item__remove {
		width: 7%;
		text-align: center;
	}
	.checkout-cart-item__buy {
		width: 10%;
	}

	.checkout-cart__footer {
		width: 55%;
		font-size: 14px;
	}

	.checkout-cart-topay {
		font-size: 20px;
	}

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

	.best-zipcode-input__input-row {
		text-align: center;
	}

	.input-form-inline input,
	.input-form-inline .input-group input,
	.input-form-inline label {
		display: block;
		width: 100%;
	}
	.input-form-inline .input-group .input-group__item {
		width: 100%;
		max-width: 70%;
	}
	.input-form-inline .input-group .input-group__item:first-child {
		width: 100%;
	    max-width: 25%;
	    margin-right: 5%;
	}

	.input-form .checkout-seperate-shipping__link label,
	.input-form-inline__footer,
	.input-form-inline__footer--med,
	.input-form-inline__footer--small {
		margin-left: 0;
		padding-left: 0;
	}
	.input-form .checkout-seperate-shipping__link label {
		font-size: 14px;
	}
	.input-form .checkout-seperate-shipping__link input {
		display: none;
	}
	.inline-submit.btn {
		float: right;
	}
	.checkout-personal-id-info {
		margin: 4px 0;
		width: 100%;
	}



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

	.tabs__nav {
		text-align: left;
		margin-left: -3px;
	}
	.tabs__nav > li {
		width: 25%;
		padding-left: 3px;
	}
	.tabs__nav__item {
		width: 100%;
		padding: 8px 10px;
		margin-right: 0;
		border-bottom-color: #0067b1;
		font-size: 14px;
	}
	.tabs__nav__item.is-active {
		border-bottom-color: #0067b1;
	}
	.tabs__body {
		border: 0;
		padding: 30px 0;
	}

	.product-color__icon {
		width: 56px;
	}
	.product-color__body {
		width: calc(100% - 134px);
		margin-left: 56px;
	}
	.product-color__check {
		width: 25px;
	}
	.product-color__quantity {
		width: 75px;
	}
	.product-color__quantity-btn {
		font-size: 23px;
		line-height: 24px;
	}


	.owl-stage {
		left: -25px;
	}
}

@media all and (max-width: 630px) {
	.checkout-shipping-method-image,
	.checkout-shipping-method-body {
		display: block;
	}
}


@media all and (max-width: 600px) {
	.startpage-module {
		margin: 30px 0;
	}
	.startpage-module + .startpage-intro,
	.startpage-module + .startpage-intro--landing {
		margin-top: 0;
	}
	.flexslider {
		margin-bottom: 50px;
	}
	.flex-caption h2 {
		font-size: 22px;
	}
	.flex-caption p {
		display: none;
	}

	.product-options {
		width: 275px;
	}
	.product-cart-button-wrapper .btn--primary {
	    padding: 10px 30px;
	    width: 234px;
	    font-size: 16px;
	}

	table.staggering {
		min-width: 234px;
	}
	.product-quantity {
		width: 37px;
		height: 38px;
	}

	.csscolumns .product-colors {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.product-color__quantity {
		width: 85px;
	}
	.product-color__quantity-btn {
		font-size: 26px;
		line-height: 26px;
	}

	.category-lead {
		display: none;
	}

	.view-checkout .header-link {
		font-size: 11px;
	}
	.checkout-cart-item .checkout-cart-item__image {
		width: auto;
		height: auto;
	}
	.checkout-cart-item .checkout-cart-item__image img {
		max-width: 50px;
		max-height: 50px;
    	margin-right: 5px;
	}

	.checkout-cart-item__left {
		margin-bottom: 10px;
	}

	.checkout-cart-item__title {
	    display: inline-block;
		max-width: 75%;
		padding-left: 5px;
		line-height: 1.3;
		text-align: left;
	}
	.checkout-cart-item--has-option .checkout-cart-item__title {
		margin-bottom: 0;
	}
	.checkout-cart-item__right {
		position: static;
		width: 100%;
	}
	.checkout-cart-item--has-option .checkout-cart-item__right {
		margin-top: 10px;
	}

	.checkout-cart-color-icon {
		width: 15px;
		height: 15px;
	}
	.checkout-cart-item__quantity {
		width: 28%;
		text-align: center;
	}
	.checkout-cart-item__sum {
		width: 19%;
		margin-right: 0;
		text-align: center;
	}
	.checkout-cart__footer-titles,
	.checkout-cart__footer-sums {
		width: 35%;
		margin-right: 0;
		text-align: right;
	}
	.checkout-cart-item__remove {
		width: 11%;
	}
	.checkout-cart-item__unit-price {
		display: none;
	}

	.checkout-cart__footer {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.wishlist-cart .checkout-cart-item__options {
		width: 33%;
	}
	.wishlist-cart .checkout-cart-item__quantity {
		width: 25%;
	}
	.wishlist-cart .checkout-cart-item__sum {
		width: 25%;
		text-align: center;
	}
	.wishlist-cart .checkout-cart-item__remove {
		display: none;
	}
	.checkout-cart-item__buy {
		width: 15%;
	}


	.checkout-shipping-method-description,
	.checkout-payment-option-description,
	.checkout-shipping-method-no-spray {
		font-size: 12px;
	}


	.startpage-top-categories li {
		width: 48%;
		font-size: 14px;
	}

	.flex-caption,
	.startpage-images .grid-item figcaption {
		bottom: 0;

		width: 100%;
		max-width: none;
		padding: 8px;
		padding-right: 30px;
		margin: 0;

		-webkit-transform: translateY(15%);
		transform: translateY(15%);
	}

	.followup-checkbox {
		top: 0;
		float: none;
		margin: 5px 0;
	}
}

@media all and (max-width: 520px) {
	.best-list .checkout-shipping-holder,
	.bestSection-doorcode,
	.bestSection-mess {
		grid-column: span 3;
		width: 100%;
	}

	.bestSection-doorcode input
	{
		width: 100%;
	}

	.bestSection-mess,
	.bestSection-doorcode {
		padding-top: 10px;
	}

	.bestoptions-holder ul {
		width: 80%;
	}
}

/* Medium */
@media all and (max-width: 480px) {
	h1 > .highlight-title {
		margin-bottom: 15px;
	}

	.mini-menu,
	.mini-search,
	.mini-cart,
	.mini-wishlist,
	.mini-user {
		height: 50px; /* Same as .l-mobile-header height */
	}
	.mini-menu__divider {
		height: 35px;
	}

	.mini-user-holder {
		top: 50px; /* Same as .l-mobile-header height */
	}
	.mini-site-logo img {
		max-width: 30px;
	}

	.startpage-categories h2,
	.startpage-categories i {
		font-size: 16px !important;
	}

	.product-carousel {
		height: auto;
		margin-left: 50px;
		margin-right: 50px;
		margin-bottom: 15px;
		line-height: 1;
		text-align: center;
	}
	.product-thumbs img {
	    height: 40px;
	}
	.product-title {
		margin-bottom: 3px;
	}
	.product-title span {
		font-size: 24px;
		margin-bottom: 0;
	}
	.product-trademark {
	    max-height: 40px;
	    margin-top: 25px;
	}

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

	.checkout-customer-type label {
		display: block;
		width: auto;
	}

	.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-country__holder {
		display: block;
		margin: auto;
	}

	.checkout-payment-option {
	    padding: 10px;
	}

	.checkout-shipping-method-image {
		width: 60px;
	    height: 40px;
	    padding: 0;
	}
	.checkout-shipping-method-description,
	.checkout-shipping-method-no-spray {
		display: none;
	}
	.checkout-shipping-method-description--small {
		display: block;
		margin: 10px 0;
		padding: 0 10px;
	}

	.checkout-shipping-method-body {
		padding-left: 10px;
	}

	.checkout-shipping-method .label-wrapper{
		margin-bottom: 5px;
	}

	.checkout-shipping-method .label-wrapper,
	.checkout-payment-methods .label-wrapper {
		padding-left: 30px;
	}

	.checkout-payment-option-description {
		margin-top: 10px;
		font-size: 14px;
	}
	.checkout-payment-option__img {
		width: 60px;
	}
	.checkout-payment-option__img .payment-logo--square {
		max-width: 60%;
	}
	.checkout-seperate-shipping__link label {
		font-size: 14px;
	}

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

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

	.followup-checkbox {
		font-size: 13px;
	}

	.followup-user,
	.followup-user .btn {
		float: none;
	}
	.followup-user .btn {
		float: none;
		margin-top: 10px;
	}

	.sort-form {
		display: block;
	}
	.selection-title {
		float: none;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;

		text-align: center;
		cursor: pointer;
	}
	.selection-title.is-active {
		background: #e4f0f4;
	}
	.selection-title i {
		vertical-align: middle;
		margin-left: 5px;
	}

	.tabs__nav > li {
		width: 33.333%;
		padding-left: 3px;
	}
	.tabs__nav__item {
		padding: 8px 2px;
		font-size: 12px;
	}

	.product-color-cart__inner {
		display: inline-block;
		padding: 10px;
		min-width: 0;
		width: 280px;
		background: url(../design/highlight-title--short.png) no-repeat;
		background-size: 100% 85px;
	}
	.product-color-cart table {
		width: 250px;
	}

	.product-color__icon {
		width: 36px;
	}
	.product-color__body {
		width: calc(100% - 114px);
		margin-left: 36px;
	}

	.startpage-top-categories li {
		font-size: 13px;
	}

	.owl-stage {
		left: -15px;
	}
}

@media all and (max-width: 410px) {
	.checkout-deliverydate__select,
	.bestoptions-holder li,
	.bestSection-mess input, textarea,
	.bestSection-doorcode input, textarea
	{
		font-size: 12px;
	}
	.bestSection-date {
		width: 100%;
		padding-right: 0;
	}
}

@media all and (max-width: 350px) {
	.checkout-cart-thumbnail {
		max-height: 25px;
		max-width: 25px;
		margin-right: 5px;
	}
	.bestoptions-holder {
		padding: 5px;
	}
	.product-image-wrapper .banner--campaign {
		padding: 5px 3px;
		font-size: 24px;
	}
}

/** Menu modules **/

/* Large */
@media all and (max-width: 768px) {
	.l-search-col-1 > h3 {
		position: static;
		line-height: inherit;
		padding-right: 0;
	}
	.l-search__all-hits {
		margin-top: 30px;
	}
	.site-search {
		margin-bottom: 0;
	}
	.site-search__input {
		font-size: 16px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.site-search__input,
	.site-search__btn {
	    padding-left: 10px;
	}
	.site-search__btn {
		padding-right: 10px;
	}
	.site-search__close {
		display: none; /* Using click on overlay + toggle on search button instead */
		float: right;
		padding-left: 15px;
		padding-top: 9px;
		padding-bottom: 9px;
		color: #222;
		font-weight: 600;
	}

	.mobile-module {
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}
	.mobile-module--categories {
		border-bottom: solid 3px #e6e6e6;
		border-top: solid 2px #f3f3f3;
	}
	.mobile-module--small {
		border-bottom: solid 2px #f3f3f3;
	}
	.mobile-module__heading {
		margin: 0;
		padding: 8px 18px;
		font-weight: 600;
		color: #444;
	}

	.mobile-module__body {
		padding: 10px;

		background: #fff;
	}

	.brand-listmenu,
	.mobile-listmenu {
		margin: 0;
		padding-left: 0;
		list-style: none;
	}

	.brand-listmenu,
	.mobile-listmenu a {
		position: relative;
		display: block;

		color: #333;
	}
	.mobile-listmenu .selected,
	.brand-module--small .brand-listmenu .selected,
	.mobile-module--small .mobile-listmenu .selected,
	.brand-module--small .brand-listmenu-0 > .is-brandmenu-opened > a,
	.mobile-module--small .mobile-listmenu-0 > .is-listmenu-opened > a {
		font-weight: 600;
	}

	.brand-listmenu-0:first-child > li:first-child > a,
	.mobile-listmenu-0:first-child > li:first-child > a {
		border-top: none;
	}

	.brand-listmenu-0 > li > a {
		padding: 8px 10px 8px 0;
		border-top: solid 2px #f3f3f3;
		font-size: 14px;
		font-weight: 400;
		line-height: 2.4;
	}

	.mobile-listmenu-0 > li > a {
		padding: 8px 10px 8px 0;
		border-top: solid 2px #f3f3f3;
		color: #0067b1;
		font-size: 18px;
		font-weight: 600;
	}
	.brand-module--small .brand-listmenu-0 > li > a,
	.mobile-module--small .mobile-listmenu-0 > li > a {
		border-top: solid 2px #f3f3f3;

		font-size: 14px;
		font-weight: 400;
	}

	.brand-listmenu-1,
	.mobile-listmenu-1 {
		padding-top: 4px;
		padding-bottom: 4px;

		background: #fff;
	}
	.brand-listmenu-1 > li > a,
	.mobile-listmenu-1 > li > a,
	.brand-listmenu-1 > .featured-items > li > a,
	.mobile-listmenu-1 > .featured-items > li > a {
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.mobile-module--small .mobile-listmenu-1 {
		padding-top: 0;
	}
	.mobile-module--small .mobile-listmenu-1 > li > a {
		color: #555;
	}

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

	/* Font icon */
	.menu-node {}

	.lang-changer {
		text-align: center;
		margin-bottom: 10px;
	}

	.currency-changer {
		display: inline-block;
	}
}

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

/** Grid-gallery **/

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

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

	.product-extras-title + .grid-gallery > li {
		width: 24.5%;
	}
	.product-extras-title + .grid-gallery > li:last-child {
		display: none;
	}
}

/* Large */
@media all and (max-width: 768px) {
}

/* Medium */
@media all and (max-width: 480px) {
	.grid-gallery > li,
	.view-home .grid-gallery > li,
	.view-checkout .grid-gallery > li,
	.view-search .grid-gallery > li,
	.l-autocomplete .grid-gallery > li,
	.product-extras-title + .grid-gallery > li {
		width: 49.5%;
	}

	.view-category--special .grid-gallery > li:last-child:nth-child(odd) {
		display: none;
	}
	.view-category--special .grid-gallery > li:first-child:nth-child(odd) {
		display: inline-block;
	}
}

/*
 * Newspage
 */

@media all and (max-width: 480px) {
	.news-item {
		width: 100%;
	}
}

/*
 * Blog Page
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   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: 1024px) {
	.cookie-control-banner__buttons {
		max-width: none;
	}
}
@media all and (max-width: 600px) {
	.cookie-control-banner--small .cookie-control-banner__buttons {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media all and (max-width: 480px) {
	.cookie-control-wrapper {
		flex-direction: column;
	}
}

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

	.cookie-control-controller {
		max-width: 80vw;
		padding: 6%;
	}
}
@media print {
    /* Base */
    @page {
        padding: 1.5cm
    }

    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    /* Layout */
    .l-menubar,
    .l-menubar-wrapper,
    .l-sidebar,
    .l-sidebar-primary,
    .l-footer {
        display: none;
    }

    .l-holder {
        margin: 0;
        padding: 0;
        width: auto;
        
        -webkit-transition: none; 
        transition: none;
    }

    .l-header {
        position: static;
        margin-bottom: 15px;
        text-align: center;
    }

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

    .l-content,
    .l-inner {
        margin: 0;
    }

    /* Modules */
    .btn,
    .vat-selector,
    .mini-menu-icon,
    .mini-cart-icon,
    .category-checkout-link,
    .product-cart-button-wrapper,
    .product-part-payment-klarna,
    .product-part-payment-hbank {
        display: none;
    }

    /* Helpers */
    .hidden-print {
        display: none !important;
    }
}/* This CSS will be loaded last so you can overload any previous instructions */