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

html.fonts-loaded,
html.fonts-loaded h3.product-item__heading,
html.fonts-loaded .topcart__count {
	font-family: 'Work Sans', sans-serif;
}

html.fonts-loaded h1,
html.fonts-loaded h2,
html.fonts-loaded h3,
html.fonts-loaded h4,
html.fonts-loaded h5,
html.fonts-loaded h6,
html.fonts-loaded .startpage-bar,
html.fonts-loaded .site-nav > li > a,
html.fonts-loaded .btn--large,
html.fonts-loaded .flex-banner,
html.fonts-loaded .l-footer-bottom__left,
html.fonts-loaded .product-item__banner,
html.fonts-loaded .product-filter__option__title,
html.fonts-loaded .product-filter__close-btn {
	font-family: 'Signika Negative', sans-serif;
}
/* Litauiska */
html.fonts-loaded.lang--lt h1,
html.fonts-loaded.lang--lt h2,
html.fonts-loaded.lang--lt h3,
html.fonts-loaded.lang--lt h4,
html.fonts-loaded.lang--lt h5,
html.fonts-loaded.lang--lt h6,
html.fonts-loaded.lang--lt .startpage-bar,
html.fonts-loaded.lang--lt .site-nav > li > a,
html.fonts-loaded.lang--lt .btn--large,
html.fonts-loaded.lang--lt .flex-banner,
html.fonts-loaded.lang--lt .l-footer-bottom__left,
html.fonts-loaded.lang--lt .product-item__banner,
html.fonts-loaded.lang--lt .product-filter__option__title,
html.fonts-loaded.lang--lt .product-filter__close-btn {
	font-family: 'Inter', sans-serif;
}

/* Lettiska */
html.fonts-loaded.lang--lv h1,
html.fonts-loaded.lang--lv h2,
html.fonts-loaded.lang--lv h3,
html.fonts-loaded.lang--lv h4,
html.fonts-loaded.lang--lv h5,
html.fonts-loaded.lang--lv h6,
html.fonts-loaded.lang--lv .startpage-bar,
html.fonts-loaded.lang--lv .site-nav > li > a,
html.fonts-loaded.lang--lv .btn--large,
html.fonts-loaded.lang--lv .flex-banner,
html.fonts-loaded.lang--lv .l-footer-bottom__left,
html.fonts-loaded.lang--lv .product-item__banner,
html.fonts-loaded.lang--lv .product-filter__option__title,
html.fonts-loaded.lang--lv .product-filter__close-btn {
	font-family: 'Inter', sans-serif;
}

/* [critical] */
html {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.45;
	color: #231f20;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
}

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

	font-weight: 700;
	text-transform: uppercase;
}

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

h2 {
	font-size: 22px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 10px;
}

p {
	margin: 0 0 10px;
}

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

th,
td {
	text-align: left;
}

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

	vertical-align: middle;
}

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

a:hover {
	color: #000;
}

/* 1. Remove box shadow on IOS */
input,
textarea {
	padding: 8px 10px;

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

	color: #222;
	line-height: 1.25;

	background-clip: padding-box; /* 1 */
}

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

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

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

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

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

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

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

	vertical-align: top;
	content: '';
}

input[type="radio"] + label:before {
	border-radius: 50%;
}

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

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

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

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

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

.show-for-logged-in,
.page--logged-in .hide-for-logged-in {
	display: none;
}

.page--logged-in .show-for-logged-in {
	display: block;
}

/* [/critical] */

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

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

/* [/critical] */

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

/* [critical] */
.l-holder {
	position: relative;

	clear: both;
	max-width: 1220px;
	margin: 15px auto;
}

.l-constrained {
	position: relative;

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

.l-top-menu-holder {
	background: #f2f2f2;
}

.l-top-menu {
	padding: 10px 0;
	font-size: 12px;
	font-weight: 500;
}

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

.l-top-menu__left {
	overflow: hidden;
}

.l-top-menu__left ul {
	display: flex;
	justify-content: space-between;
	gap: 15px;

	margin: 0;
	padding: 0;
	list-style: none;
}

.l-top-menu__left li {
	position: relative;
	display: inline-block;
	margin-left: 23px;
}

.l-top-menu__left img {
	position: absolute;
	top: 3px;
	left: -18px;
}

.l-mobile-header-bar {
	display: none;
}

.l-top-menu__right .flag-icon {
	margin-right: 5px;
	margin-top: -2px;
}

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

.l-header {
	position: relative;

	padding-top: 2px;
	padding-bottom: 2px;
}

.l-header__left {
	display: inline-block;
	width: 35%;

	vertical-align: middle;
}

.l-header__right {
	position: relative;

	display: inline-block;
	width: 35%;

	vertical-align: middle;
}
.l-header__right__links {
	overflow: hidden;

    font-size: 12px;
    font-weight: 500;
	text-align: center;
}
.l-header__right__links li {
	margin-left: 15px;
	margin-right: 15px;
}
.l-header__right__links a {
	color: #000;
}
.l-header__right__links .wgr-icon {
    position: relative;
    top: 2px;

    margin-right: 5px;

    font-size: 16px;
}
.l-header__middle {
	display: inline-block;
	width: 30%;

	text-align: center;
	vertical-align: middle;
}

.l-menubar-holder {
	background: #231f20;
}

.l-menubar {
	position: relative;
}

/* Use sticky menu if the browser doesn't supports position sticky. */
.is-menubar-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;

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

.is-menubar-sticky .site-logo img {
	max-height: 40px;
}

.is-menubar-sticky .site-nav > li > a {
	line-height: 30px;
}

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

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

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

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

/* [/critical] */
.l-footer-holder {
	background: #231f20;
}

.l-footer {
	padding-top: 60px;
	padding-bottom: 60px;

	color: #cdcdcd;
}

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

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

.l-footer h4 {
	color: #f7921c;
}

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

.l-footer .grid-content-3 ul {
	margin-bottom: 20px;
}

.l-footer .grid-content-3 li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px;
}

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

	vertical-align: middle;
}

.l-footer-payment .payment-logo--list:last-child {
	margin: 10px;
}

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

.l-footer-bottom-holder {
	background: #161414;
}

.l-footer-bottom {
	padding-top: 20px;
	padding-bottom: 15px;

	color: #fff;
}

.l-footer-bottom__left {
	float: left;
	max-width: 65%;
	padding-top: 15px;

	color: #999;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.l-footer-bottom__left a {
	display: inline-block;
	margin-right: 30px;

	color: #fff;
}

.l-footer-bottom__left span {
	display: inline-flex;
	align-items: center;
	gap: 6px;

	margin-right: 30px;
    line-height: normal;
}

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

.l-footer-bottom__right {
	float: right;
	max-width: 35%;
}

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

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

	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	border-radius: 0 0 4px 4px;
	color: #222;
}

.is-autocomplete-active .l-autocomplete {
	display: block;
}

.is-autocomplete-sticky .l-autocomplete {
	position: fixed;
	top: 32px !important;
}

/*
 * Product Page
 */

/* [critical productpage] */
.l-product {
	margin-bottom: 30px;
	overflow: hidden;
}

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

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

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

/* [/critical] */

/*
 * Checkout Page
 */

/* [critical checkoutpage] */
.view-checkout {
	background: #f5f5f5;
}

.view-checkout .l-holder {
	background-color: transparent;
	box-shadow: none;
}

.view-checkout .l-header {
	margin: 0 0 20px;
	padding: 25px 15px;

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

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

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

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

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

.l-checkout-col-1-inner,
.l-checkout-col-2-inner {
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 20px;

	background-color: #fff;
	border-top: 3px solid #000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	border-radius: 0 0 4px 4px;
}

.l-checkout-col-1-inner {
	position: relative;
	padding-top: 10px;
}

.l-checkout-col-2-inner {
	position: relative;
}

/* Disable cart on reload */
.is-checkout-suspended .l-checkout-col-1-inner:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	content: '';
}

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

.is-shipping-suspended .l-checkout-col-2-inner:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	content: '';
	background: rgba(255,255,255,0.5);
}

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

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

.l-external-checkout {
	padding: 10px;
	padding-bottom: 0;
	overflow: hidden;
}

/* [/critical] */

/*
 * Search Page
 */

/* [critical searchpage] */
.l-search-col-1 {
	float: left;
	width: 80%;
	margin-right: 20px;
}

.l-search-col-2 {
	overflow: hidden;
}

/* [/critical] */

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

/* [critical] */
/* Media Object  */
.media {
	margin-bottom: 15px;
}

.media,
.media-body {
	overflow: hidden;
}

.media-img {
	margin-right: 15px;
	float: left;
}

.media-img img {
	display: block;
}

.table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.table td,
.table th {
	padding: 0;
}

.default-table {
	width: 100%;
}

.default-table > thead > tr {
	border-bottom: 1px solid #e2e2e2;
}

.default-table > thead th {
	padding: 8px;
}

.default-table > tbody td {
	padding: 8px;
}

.label-wrapper {
	padding-left: 20px;
}

.label-wrapper > label {
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.breadcrumbs {
	margin-bottom: 25px;

	font-size: 12px;
}

.breadcrumbs > li {
	color: #777;
}

.breadcrumbs a {
	color: #444;
}

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

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

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

/* Used at ex: .sort-section and .rewies  */
.highlight-bar {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 7px 10px;

	background-color: #f2f2f2;
}

.startpage-bar {
	margin-top: 20px;
	margin-bottom: 15px;

	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}

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

.site-logo img {
	max-height: 100px;

	-moz-transition: all .12s ease-in;
	-webkit-transition: all .12s ease-in;
	-o-transition: all .12s ease-in;
	transition: all .12s ease-in;
}

/* [/critical] */

/* [critical checkoutpage] */
.view-checkout .site-logo {
	margin: 0;
}

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

/* [/critical] */

/* [critical] */
.vat-selector label {
	margin-left: 4px;
}

/* Main navigation section */
.site-nav {
	text-align: left;
}

.site-nav > li > a {
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 4px;
	border-bottom: 4px solid transparent;

	color: #fff;
	/*font-size: 12.5px;*/
	font-size: 11px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	white-space: nowrap; /* Fix for overlapping text in ie8 */

	-moz-transition: all .12s ease-in;
	-webkit-transition: all .12s ease-in;
	-o-transition: all .12s ease-in;
	transition: all .12s ease-in;
}

html.fonts-loaded .site-nav > li> a {
    font-size: 12px;
}

.site-nav > li > a:hover {
	text-decoration: none;
}

.site-nav > li:hover > a {
	border-color: #999;
}

.site-nav > li.selected > a {
	border-color: #f7921c;
}

.site-nav__home .wgr-icon {
	position: relative;
	top: -2px;

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

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

.lang-changer__flag {
	margin-right: 5px;
}

/* Styled selects */
.styled-select {
	position: relative;
	display: inline-block;
}

.styled-select__title {
	padding: 4px 20px 4px 5px;
	cursor: pointer;
}

.styled-select__title .wgr-icon {
	position: absolute;
	right: 7px;
	top: 0;
	bottom: 0;

	height: 11px;
	margin: auto;

	font-size: 11px;
}

.styled-select__dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;

	min-width: 100%;
	margin: 0;
	padding: 7px 0;
	border: 1px solid #e7e7e7;

	background: #fff;
	font-size: 13px;
	line-height: 1.3;
	text-align: left;

	display: none;
}
.l-footer-bottom-holder .styled-select__dropdown {
	bottom: 100%;
	top: auto;
}

.styled-select.is-opened .styled-select__dropdown {
	display: block;
}

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

.styled-select__dropdown > li {
	display: block;
}

.styled-select__dropdown > li > a,
.styled-select__dropdown > li > input[type="radio"] + label {
	display: block;
	padding: 3px 15px;

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

.styled-select__divider hr {
	margin: 5px 15px;
}

.country-picker .styled-select__dropdown {
	min-width: 185px;
}

.country-picker .styled-select__dropdown a {
	color: #231f20;
}

.country-picker .styled-select__dropdown a:hover {
	opacity: 0.8;
}

/* Primary search section */
.site-search {
	border-style: none;
	border-radius: 0px;
	overflow: hidden;

	background: #fff;
	font-size: 13px;
}

.site-search > .input-table__item {
	position: relative;
}

.site-search__input,
.site-search__btn {
	height: 40px;
	padding-left: 0px;

	vertical-align: top;
}

.site-search__btn:focus {
	opacity: 0.6;
}

.site-search__input {
	overflow: hidden;

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

	outline: none;
	text-overflow: ellipsis;
	white-space: nowrap;

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

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

.site-search__btn {
	min-width: 35px;

	background: #fff;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;

	font-size: 15px;
}

/* [/critical] */
.site-search .preloader {
	left: auto;
	right: 15px;
}

/* [critical] */
/* Block section */
.module {
	margin-bottom: 15px;
}

.module__heading {
	margin: 0;
	padding: 7px 10px;

	background-color: #231f20;

	font-weight: 600;
	color: #fff;
}

.module__body {
	padding: 10px;

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

	background: #fff;

}

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

.listmenu a {
	position: relative;
	display: block;

	color: #222;
}

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

.listmenu-0 {
	padding-left: 0;
}

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

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

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

	border-bottom: solid 1px #dcdcdc;

	background: #fff;
}

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

/* Toggle menu */
li .listmenu {
	display: none;
}

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

.menu-node {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;

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

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

/* Button section */
.btn {
	position: relative;
	display: inline-block;
	padding: 12px 40px;

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

	background-color: #fff;

	font-weight: 500;
	color: #231f20;
	line-height: 1.25;

	cursor: pointer;
	outline-style: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn:hover,
.btn:focus {
	background-color: #f5f5f5;
	color: #000;
	text-decoration: none;
}

.btn:active {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn--large {
	padding: 14px 50px;

	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.btn--block {
	display: block;

	text-align: center;
}

/* TODO: välj färg */
.btn--primary {
	background-color: #f7921c;
	color: #fff;
}

.btn--primary[disabled] {
	cursor: not-allowed;
	border-color: #cd6e00;

	background-color: #cd6e00;}

.btn--primary:hover,
.btn--primary:focus {
	border-color: #cd6e00;

	background-color: #cd6e00;
	color: #fff;
}

.btn--wide {
	width: 100%;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

/* Price section */
.price {
	font-weight: 600;
	color: #666;
}

.price-discount {
	color: #bb1504;
}

.price-original {
	font-size: 12px;
	text-decoration: line-through;
}

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

.price-info {
	font-size: 10px;
	color: #666;
}

/* Grid for product-items and category-items */
/* Sub-modules: .grid-gallery--products and .grid-gallery--categories */
.grid-gallery,
.list-gallery,
.row-gallery {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}

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

.grid-gallery > li {
	display: inline-block;
	width: 23%;
	margin-left: 2%;
	margin-bottom: 2%;
	padding: 10px;

	border: 1px solid transparent;

	background: #fff;
	text-align: center;

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

.grid-gallery > li:hover {
	border-color: #ddd;

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

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

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

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

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

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

.row-gallery > li {
	margin-bottom: 15px;
	border: 1px solid #e9e9e9;
	cursor: pointer;
}

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

	overflow: hidden;
}

.product-item__img {
	position: relative;
	margin-bottom: 7px;
	padding-bottom: 120%;

	text-align: center;
}

.product-item__img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

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

.product-item__heading {
	height: 36px;
	margin-bottom: 7px;
	overflow: hidden; /* clip text */

	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	line-height: 1.3;
}

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

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

.product-item__banner {
	position: absolute;
	top: 13px;
	left: -35px;
	z-index: 2;

	width: 150px;
	padding-top: 4px;
	padding-bottom: 4px;

	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;

	-webkit-transform: rotate(-32deg);
	-moz-transform: rotate(-32deg);
	-ms-transform: rotate(-32deg);
	-o-transform: rotate(-32deg);
	transform: rotate(-32deg);
}

.product-item__select select {
	margin-top: 3px;
	margin-bottom: 3px;
	width: 100%;
	height: 30px;
	border: 1px solid #ddd;
}

/* Product list, row style */
.product-item-row {
	overflow: hidden;
	padding: 15px;
}

.product-item-row__img {
	float: left;
	width: 80px;
	margin-right: 15px;
	text-align: center;
}

.product-item-row__img img {
	max-height: 80px;
}

.product-item-row__footer {
	float: right;
	text-align: right;
	margin-left: 15px;
}

.product-item-row__body {
	overflow: hidden;
}

.product-item-row__price {
	margin-bottom: 10px;
}

.staggering-prices-info {
	width: 100%;
	overflow: hidden;
}

.staggering-btn-list {
	width: 300px;
	margin-bottom: 2px;
	padding-left: 0;
	padding-right: 0;

	font-family: 'Work Sans', sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

/* Dropdown */
.dropdown {
	display: none; /* Hide dropdown */
}

/* [/critical] */

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

.dropdown {
	position: absolute;
	left: 0;
	z-index: 20;
}

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

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

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

	font-size: 11px;
}

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

.dropdown-menu .dropdown {
	min-width: 100%;
	border-style: none;

	background: #231f20;
}

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

.dropdown-menu .dropdown a {
	display: block;
	padding: 3px 30px 3px 10px;

	color: #fff;
	text-align: left;
	white-space: pre;
}

.dropdown-menu .dropdown li.selected > a {
	color: #ffa031;
	font-weight: 700;
}

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

/* Topcart */
/* [critical] */
.topcart {
	position: relative;
	z-index: 2;

	float: right;

	font-size: 12px;
	font-weight: 500;
}

.topcart a {
	color: #222;
}

.topcart__body {
	display: inline-block;
	cursor: pointer;
}

.topcart__count {
	display: inline-block;
	margin-left: 8px;
	width: 22px;
	height: 22px;
	border-radius: 50%;

	background: #f7921c;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
}

.topcart__subtotal {
	font-weight: 600;
}

.topcart__cart-icon {
	position: relative;
	top: -2px;

	margin-right: 8px;
}

.topcart__alt-cart-icon {
	display: none;
}

.topcart__arrow {
	margin-right: 4px;
	margin-left: 4px;
}

.topcart__alt-arrow {
	display: none;
}

.popcart {
	display: none;
}

/* [/critical] */

/* Popcart */
.popcart {
	position: absolute;
	right: 0px;
	top: 100%;
	z-index: 900;

	display: none;
	height: 0;
	margin-top: 5px;
	max-width: 350px;
	padding: 8px;
	border: 3px solid #231f20;
	overflow: hidden;

	background-color: #fff;
	text-align: left;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.popcart__products td {
	padding: 3px;
}

.popcart__products__img {
	display: inline-block;
	width: auto;
	max-height: 35px;
	max-width: 35px;
	margin-right: 5px;
}

.popcart__products__link {
	color: #222;
}

.popcart__products__cart-icon {
	display: inline-block;
	height: 30px;
	padding-left: 9px;
	padding-right: 9px;

	line-height: 30px;
	font-size: 11px;
	vertical-align: middle;
	color: #222;
}

.popcart__products__cart-icon:hover {
	text-decoration: none;
}

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

.popcart__products__border {
	height: 1px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 2px;
}

.popcart__shipping {
	background: #eee;
	margin: 4px;
	margin-bottom: 6px;
	padding: 4px;

	color: #666;
	font-weight: 600;
	font-size: 11px;
}

.popcart__shipping a,
.popcart__shipping a:hover {
	text-decoration: underline;
	color: #666;
}

.popcart__shipping__icon {
	padding-right: 5px;

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

.popcart .btn--block {
	margin: 7px 5px 5px;
	padding-top: 8px;
	padding-bottom: 8px;
}
/*cart overlay*/
.is-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;

	display: none;

	background: #fff;
	background: rgba(255, 255, 255, 0.7);

	pointer-events: none;
}
.is-faded .is-overlay {
	display: block;
}

.popcart-close-btn {
	border-color: #f73a1c;
	display: none;

	background: #f73a1c;
}
.popcart-close-btn:hover,
.popcart-close-btn:active {
	border-color: #cc3017;

	background: #cc3017;
}
.is-cart-open .popcart-close-btn {
	display: block;
}
.is-cart-open .popcart .btn--block {
	display: inline-block;
	width: 47%;
}

/* Back to top button */
.is-back-to-top-btn {
	position: fixed;
	bottom: 10px;
	z-index: 100;

	height: 35px;
	width: 35px;
	margin-right: 10px;
	border-radius: 50%;

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

	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 28px;
	line-height: 35px;

	transition: opacity .3s, background .2s;
}

.is-back-to-top-btn:hover {
	background: rgba(0, 0, 0, .8);
}

.is-back-to-top-btn--active {
	opacity: 1;
}

/*
 * Start Page
 */

/* [critical startpage] */
.startpage-carousel .flex__item img {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	display: block;
}

.startpage-top-text {
	margin-top: 5px;
	margin-bottom: 20px;
}

/* [/critical] */

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

/*
 * FAQ Page
 */

/* [critical] */
.l-faq {
	width: 100%;
}
.faq-section {
	margin-bottom: 1rem;
}

.faq-section select {
    max-width: 100%;
	height: 48px;
	padding-left: 12px;
	border: 1px solid #ccc;
	border-radius: 0;

	background: #fff;
}

.faq-questions,
.faq-answers,
.faq-contact-form {
	display: none;
}

.faq-categories,
.faq-questions {
	width: 65%;
}

.faq-section select {
	width: 100%;
}

.faq-validation-form-title,
.faq-contact-form-title {
	cursor: pointer;
}

.faq-order-validation-form {
	max-width: 600px;
}

/* [/critical] */

/*
 * Category Page
 */

/* [critical categorypage] */
/* 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-lead {
	margin-bottom: 10px;
}

.category-description {
	position: relative;

	overflow: hidden;
	margin-bottom: 0px;
}

.category-description-fade {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;

	display: none;
	height: 45px;

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

.category-description-toggle {
	display: none;
	margin-bottom: 15px;

	cursor: pointer;
	text-decoration: underline;
}

.toggle-description {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	max-height: 120px; /* Determines crop height */
}

.toggle-description__fade {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;

	display: none;

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

.toggle-button {
	display: block;
	margin-bottom: 15px;

	font-weight: 400;
	line-height: 1;
	text-decoration: underline;
	text-align: center;

	opacity: 0;
	transition: opacity ease-out 0.25s;
}

/* [/critical] */

.product-filter__close-btn {
	padding: 6px;

	background: #f7921c;
    color: #fff;
    font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;

	cursor: pointer;
}

/* Owl */
.owl-carousel.grid-gallery,
.owl-carousel-checkout.grid-gallery {
	margin-left: 0;
	margin-bottom: 40px;
}

/*
 *  Owl Carousel - Core
 */
.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	right: 100%;

	width: 34px;
	height: 34px;
	margin-top: -25px;
	margin-right: 10px;

	color: #bbb;
	font-size: 42px;
	line-height: 36px;
	text-align: center;
}
.owl-next {
	left: 100%;
	right: auto;

	margin-left: 10px;
	margin-right: auto;
}
.owl-prev:hover,
.owl-next:hover {
	color: #777;
}
.owl-next.disabled,
.owl-prev.disabled {
	color: #eee;
}
.owl-carousel-checkout,
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel-checkout .owl-stage,
.owl-carousel .owl-stage {
	position: relative;
	touch-action: pan-y;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel-checkout .owl-stage:after,
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel-checkout .owl-stage-outer,
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel-checkout .owl-wrapper,
.owl-carousel .owl-wrapper,
.owl-carousel-checkout .owl-item,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel-checkout .owl-item,
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel-checkout .owl-item img,
.owl-carousel .owl-item img {
	display: inline-block;
}

.owl-carousel-checkout .owl-nav.disabled,
.owl-carousel .owl-nav.disabled,
.owl-carousel-checkout .owl-dots.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel-checkout .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel-checkout .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-next,
.owl-carousel-checkout .owl-dot,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel-checkout.owl-loaded,
.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel-checkout.owl-loading,
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel-checkout.owl-hidden,
.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel-checkout.owl-refresh .owl-item,
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel-checkout.owl-drag .owl-item,
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel-checkout.owl-grab,
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel-checkout.owl-rtl,
.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel-checkout.owl-rtl .owl-item,
.owl-carousel.owl-rtl .owl-item {
	float: right; }

/* No Js */
.no-js .owl-carousel-checkout,
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-checkout .animated,
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel-checkout .owl-animated-in,
.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel-checkout .owl-animated-out,
.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel-checkout .fadeOut,
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
	opacity: 1; }
  100% {
	opacity: 0; }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel-checkout .owl-item .owl-lazy,
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel-checkout .owl-item img.owl-lazy,
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel-checkout .owl-video-wrapper,
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel-checkout .owl-video-play-icon,
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel-checkout .owl-video-play-icon:hover,
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
	  transform: scale(1.3, 1.3);
}

.owl-carousel-checkout .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel-checkout .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel-checkout .owl-video-tn,
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel-checkout .owl-video-frame,
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-carousel-checkout {
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 20px;
	background-color: #fff;
	border-top: 3px solid #000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	border-radius: 0 0 4px 4px;

	text-align: center;
}

.owl-carousel-checkout .product-item__heading {
	text-align: left;
}

.owl-carousel-checkout .product-item__price {
	height: 20px;
	text-align: left;
}

.owl-carousel-checkout select {
	width: 80%;
	margin: 10px auto;
}

.owl-carousel-checkout .btn {
	width: 80%;
	margin: 10px auto;
	padding-left: 0;
	padding-right: 0;
}

.category-bottom-desc {
	margin-top: 30px;
}

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

/* [critical productpage] */
.product-title {
	margin-bottom: 15px;

	text-transform: none;
}

.product-carousel {
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}

.product-carousel,
.product-carousel__item {
	max-height: 550px;
}

.product-carousel__item {
	text-align: center;
	position: relative;
}

.product-carousel__link {
	display: block;
	height: 0;
	width: 100%;

	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.product-carousel__img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	margin: auto;
	max-height: 100%;
	width: auto;
	object-fit: contain;
}

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

	font-size: 0; /* Fix: Removes whitespace */
}

.product-thumbs img {
	max-height: 75px;
	margin-top: 5px;
	margin-right: 8px;

	cursor: pointer;
}

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

.productpage-btn-options {
	margin-bottom: 15px;
}

.productpage-btn-options__left {
	display: inline-block;
	width: 49%;
	margin-right: 2%;

	vertical-align: bottom;
}

.productpage-btn-options__right {
	display: inline-block;
	width: 49%;

	vertical-align: bottom;
}

.productpage-btn-options__left select {
	width: 100%;
	height: 48px;
	padding-left: 12px;
	border: 1px solid #ccc;
	border-radius: 0;

	background: #fff;
}

.product-cart-button-wrapper .btn--primary {
	display: block;
	height: 48px;
	width: 100%;
	padding: 0px 20px;

	line-height: 46px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.is-option {
	z-index: 3 !important;
}

.product-cart-button-wrapper .btn--primary:active {
	box-shadow: inset 0 5px 8px rgba(0, 0, 0, .125);
}

.product-quantity {
	display: none;
	width: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 8px;

	border-radius: 3px;

	font-weight: 600;
	text-align: center;
}

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

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

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

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

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

.product-stock-item {
	display: none;
}

.active-product-stock-item {
	display: block;
}

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

.size-guide-content {
	display: none;
	max-width: 700px;
	padding: 20px;
}

.size-guide-video-desktop {
	margin-top: 5px;
}

.size-table__left {
	float: left;

	max-width: 300px;
	margin-right: 5px;
}

.size-table__right {
	overflow: hidden;
}

.size-table__right table {
	width: 100%;
	border: 1px solid #ddd;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse: collapse;
}

.size-table__right td,
.size-table__right th {
	padding: 2px 4px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.size-table__right tr:nth-child(even) {
	background: #f5f5f5;
}

.productpage-info {
	margin-bottom: 20px;

	font-size: 12px;
	font-weight: 500;
}

.productpage-info__left {
	float: left;
}

.productpage-info__right {
	float: right;
}

.productpage-info__left img {
	position: relative;
	top: -2px;

	margin-right: 5px;
}

.productpage-info__left a {
	color: #000;
	text-decoration: underline;
}

.product-usp ul {
	display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;

    list-style: none;
    padding: 10px 5px;

	background: #f2f2f2;
    font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
}
.product-usp li {
	display: flex;
	align-items: center;
	gap: 5px;

	line-height: normal;
}

/* [/critical] */

/* Reviews section */
.reviews {
	margin-bottom: 20px;
}

.review-body {
	padding: 10px;
	overflow: hidden;

	border-bottom: 1px solid #ddd;
}

.review-col-1 {
	width: 100px;
	margin-right: 15px;
	float: left;
}

.review-col-2 {
	overflow: hidden; /* Overflow hidden layout */
}

.review-date {
	font-size: 10px;
}

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

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

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

.review-reply {
	margin-top: 8px;
	padding: 8px;
	background: #eee;
}
.review-flag {
	margin-right: 4px;
}

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

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

.product-reminder__input {
	margin-right: 5px;
}

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

/*
 * News Page
 */

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

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

/* [/critical] */

/*
 * Checkout Page
 */

/* [critical checkoutpage] */
.checkout-stepnumber {
	display: inline-block;
	margin-right: 6px;
	height: 28px;
	width: 28px;
	line-height: 28px;
	vertical-align: middle;

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

	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 {
	margin-right: 5px;
}

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

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

.checkout-title span {
	vertical-align: middle;
}

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

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

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

.checkout-info__country-flag {
	margin-left: 5px;
	margin-right: 5px;
}

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

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

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

.checkout-location-method,
.checkout-shipping-method {
	background: #FFF;
	border: 1px solid #e2e2e2;
	margin-bottom: 4px;
	padding: 8px;
	border-radius: 3px;
}

.checkout-shipping-method {
	cursor: pointer;
}

.checkout-location-method select {
	width:100%;
}

.checkout-location-method-omniva {
	height: 100px;
}

.checkout-shipping-method--active {
	border: 2px solid #bbb;

	background: #f5f5f5;
}

.checkout-shipping-method-title {
	font-weight: 700;
}

.checkout-shipping-method-price {
	float: right;
}

.checkout-shipping-method-description {
	margin-bottom: 0;
	opacity: .8;

}

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

	border-bottom: 1px solid #e2e2e2;
}

/* Payment methods table */

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

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

.checkout-change-payment-option .wgr-icon {
	margin-right: 5px;
}

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

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

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

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

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

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

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

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

	text-align: center;
}

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

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

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

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

.checkout-cart-quantity-btn {
	display: inline-block;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;

	line-height: 30px;
	font-size: 12px;
	vertical-align: middle;
	color: #222;
}

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

.checkout-cart-item--quantitybox {
	display: none;
}

.checkout-cart-item--quantitybox > input {
	max-width: 40px;
	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: 15px;
	font-weight: 600;
	color: #000;
}

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

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

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

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

.checkout-back {
	margin-bottom: 10px;

	color: #fff;
	font-size: 12px;
	font-weight: 500;
}

.checkout-back a {
	color: #000;
}

.checkout-back .wgr-icon {
	font-size: 10px;
}

.no-locations-alert {
	color: #f00;
}

/* [/critical] */

/*
 * Checkout Followup Page
 */

/* [critical followuppage] */
.followup {
	margin-bottom: 14px;
	padding: 10px;

	background: #fff;
	border: 1px solid #ccc;
}

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

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

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

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

	unicode-bidi: bidi-override;
	direction: rtl;
	font-size: 0;
	text-align: left;
}

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

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

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

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

/* [/critical] */

/*
 * Wishlist Page
 */

/* [critical wishlistpage] */
.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;
}

/* [/critical] */

/*
 * Blog Page
 */

/* [critical blogpage] */
.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 */
.the-comment__message-answer {
    padding-left: 20px;

    font-size: 13px;
}
.blog-tags {
    padding: 0;
}

.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 .icon {
    height: 15px;
    width: 20px;
	vertical-align: middle;
}

/* [/critical] */

/*
 * Sitemap Page
 */

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

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

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

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

.sitemap-list ul li:before {
	position: absolute;
	top: 50%;
	left: 0;

	width: 8px;
	border-top: 1px solid #E2E2E2;
	content: '';
}

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

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

/* [critical] */
.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;
}

/* [/critical] */

.wgr-production {
	clear: both;
	padding-top: 10px;

	font-size: 10px;
	text-align: center;
}

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

/* [critical] */
.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%;
}

.size-guide-video-desktop {
    clear: both;
}

/* [/critical] */

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

/* [critical] */
/* Input form */
.input-form input,
.input-form textarea {
	width: 100%;
}

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

.input-form label {
	display: inline-block;
	margin-bottom: 2px;
}

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

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

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

.input-group .input-group__item {
	position: relative;

	float: left;

	width: 50%;
}

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

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

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

/* Input table */
.input-table {
	display: table;
}

.input-table__item {
	display: table-cell;
	white-space: nowrap;
}

.input-table--middle .input-table__item {
	vertical-align: middle;
}

/* [/critical] */

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

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

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

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

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

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

	background: #fff;
}

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

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

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

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

	cursor: pointer;
}

.paginator__item:hover {
	text-decoration: none;
	border-color: #cacaca;
}

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

.paginator__item.disabled {
	opacity: .5;
	cursor: text;
}
/* Nosto */
.grid-gallery--nosto {
	overflow: hidden;
}

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

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

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

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

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

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

.instagram-widget--grid {
	margin-left: -2%;
}

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

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

	vertical-align: middle;
	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%;
}

/* Flexslider */

/* [critical] */
.flexslider {
	height: 0;
	overflow: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex__item {
	position: relative;
	display: none;
	-webkit-backface-visibility: hidden;
}

/* Show first image before flexslider js is loaded */
.flex__item:first-child {
	display: block;
}

/* Hide flexslider lazyload images */
.flexslider .is-flex-lazyload {
	visibility: hidden;
}

/* Flexslider arrows */
.is-flex-loading .flex-arrow {
	visibility: hidden; /* Hide arrows on load */
}

.is-flex-touch .flex-arrows {
	display: none; /* Hide arrows on touch devices */
}

/* Flexslider navigation */
.is-flex-loading .flex-nav {
	visibility: hidden;
	opacity: 0;
}

.flex-nav {
	margin-top: 15px;
	margin-bottom: 10px;
	opacity: 1;
	visibility: visible;
}

.view-home .flex-nav {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	z-index: 2;

	margin: 0;
}

/* Flexslider navigation - paging */
.flex-nav--paging {
	text-align: center;
}

.flex-nav--paging li {
	display: inline-block;
	margin: 0 4px;
}

.flex-nav--paging a {
	display: block;
	width: 9px;
	height: 9px;

	background: #666;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 100%;

	cursor: pointer;
	text-indent: -9999px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.flex-nav--paging .flex-active a {
	background: #000;
	background: rgba(0, 0, 0, 0.5);

	cursor: default;
}

.view-home .flex-nav--paging a {
	width: 11px;
	height: 11px;
	border: 2px solid #fff;

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

.view-home .flex-nav--paging .flex-active a {
	background: #fff;
}

/* Flexslider navigation - thumbs */
.flex-nav--thumbs {
	overflow: hidden;
}

.flex-nav--thumbs li {
	width: 9%;
	float: left;
}

.flex-nav--thumbs img {
	opacity: .7;
	cursor: pointer;
}

.flex-nav--thumbs img:hover,
.flex-nav--thumbs .flex-active img {
	opacity: 1;
}

.flex-nav--thumbs .flex-active {
	cursor: default;
}

/* Caption styles */
.flex-caption {
	position: absolute;
	right: 40px;
	bottom: 40px;
	width: 45%;
	z-index: 8;

	padding: 30px 40px;
	overflow: hidden;

	background: #fff;
}

.flex-caption h2 {
	margin-bottom: 3px;

	font-size: 36px;
	line-height: 1.1;
}

.flex-caption p {
	margin-bottom: 5px;

	font-size: 15px;
}

.flex-caption .btn {
	margin-top: 10px;
}

.flex-banner {
	position: absolute;
	top: 30px;
	left: 30px;

	width: 95px;
	height: 95px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 50%;

	background: #231f20;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
}

/* [/critical] */

/* Flexslider */
.flexslider-container {
	position: relative;
}

.flexslider {
	position: relative;
	z-index: 2;
}

.flex__items {
	will-change: transform;
}

/* Flexslider arrows */
.flex-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 5;

	display: block;
	width: 20px;
	height: 30px;
	margin: auto;
	opacity: 0;

	font-size: 26px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	color: rgba(0, 0, 0, 0.8);

	transition: opacity .3s ease;
}

.flex-prev {
	left: 0;
}

.flex-next {
	right: 0;
}

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

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

.flex-disabled {
	opacity: 0 !important;
	cursor: default;
}

/* Preloader */
.preloader {
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
}

.is-preloader--active {
	opacity: 1;
}

.is-preloader--active .preloader__icn {
	-webkit-animation: clockwise 650ms linear infinite;
	animation: clockwise 650ms linear infinite;
}

.is-preloader--active .preloader__donut {
	-webkit-animation: donut-rotate 1300ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1300ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.preloader,
.preloader__icn,
.preloader__cut,
.preloader__donut {
	width: 24px;
	height: 24px;
}

.preloader__cut {
	width: 12px;
}

.preloader__cut,
.preloader__donut {
	position: absolute;
	top: 0;
	left: 0;
}

.preloader__cut {
	overflow: hidden;
}

.preloader__donut {
	border: 2px solid #222;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
}

/* Custom positioning */
.preloader--middle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/* Custom colors */
.preloader--brand .preloader__donut {
	border-top-color: #000;
	border-right-color: #000;
}

.preloader--light .preloader__donut {
	border-top-color: #fff;
	border-right-color: #fff;
}

/* Custom sizing */
.preloader--small.preloader,
.preloader--small .preloader__icn,
.preloader--small .preloader__cut,
.preloader--small .preloader__donut {
	width: 14px;
	height: 14px;
}

.preloader--small .preloader__cut {
	width: 7px;
}

.preloader--medium.preloader,
.preloader--medium .preloader__icn,
.preloader--medium .preloader__cut,
.preloader--medium .preloader__donut {
	width: 34px;
	height: 34px;
}

.preloader--medium .preloader__cut {
	width: 17px;
}

.preloader--large.preloader,
.preloader--large .preloader__icn,
.preloader--large .preloader__cut,
.preloader--large .preloader__donut {
	width: 54px;
	height: 54px;
}

.preloader--large .preloader__cut {
	width: 27px;
}

/* Icons */
.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
	pointer-events: none;
}

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

/* [critical] */
.is-hidden {
	display: none !important;
}

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

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

/* [/critical] */

.is-lazyloaded + .is-preloader--active {
	opacity: 0;
}

.is-lazyloaded + .is-preloader--active .preloader__icn,
.is-lazyloaded + .is-preloader--active .preloader__donut {
	-webkit-animation: none;
	animation: none;
}

.is-add-to-cart-body {
	opacity: 1;
	transition: opacity 0.4s;
	transition-delay: 0.3s;
}

.is-add-to-cart-loading .is-add-to-cart-body {
	opacity: 0;
	transition: opacity 0.3s;
}

.is-product-image-animation {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;

	margin: 0;
	padding: 0;

	will-change: transform, opacity;
}

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

.thin-text {
	font-weight: thin;
}

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

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

.display-tablecell {
	display: table-cell;

	vertical-align: middle;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !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: #000;
}

.nowrap {
	white-space: nowrap;
}

/* [/critical] */

.return-stage {
	display: none;
}

.return-stage.active {
	display: block;
}

.return-stage.loading {
	background-color: #ddd;
}

.return-loader-holder:not(.active) {
	display: none;
}

.return-loader-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background-color: black;
	opacity: 0.5;
	z-index: 40;
}

.return-loader-holder .return-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 45;
}

.return-loader-holder .preloader__donut {
	border: 2px solid red !important;
}

.return-loader-holder .preloader,
.return-loader-holder .preloader__icn,
.return-loader-holder .preloader__cut,
.return-loader-holder .preloader__donut {
	width: 12px;
	height: 100px;
}

.return-next {
	float: right;
	margin-top: 25px;

}

.return-table {
	width: 100%;
}

.return-table th {
	background: #efefef;
	font-size: 1.2em;
}

.return-table input[type="checkbox"] {
	display: block !important;;
}

.return-table .pad-much {
	padding: 10px;
}

.return-table td {
	min-height: 45px;
}

.return-table .right-aligned {
	text-align: right;
	font-size: 1.2em;
}
.return-table .return-table td:nth-child(1) {
	width: 20%;
}

.return-table .return-table td:nth-child(2) {
	width: 60%;
}

.return-table .return-table td:nth-child(3) {
	width: 20%;
}

.return-button-holder {
	margin: 10px 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	gap: 10px;
}

.quantity--dynamic {
	display: flex;
}

.quantity--dynamic .quantity__buttons {
	display: flex;
	justify-content: center;
	align-items: center;;
}

.quantity__buttons .btn {
	width: auto !important;
	height: 100%;
	padding: 5px 10px;
	border: 1px solid #c2c2c2;
}

.return-iban {
	display: none;
	margin-top: 10px;
}

.return-iban-button {
	margin-left: 10px;
}

/* Return partners */
.return-box {
	margin-top: 10px;
	padding: 10px;
	background: #f2f2f2;
}

.return-orders {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.return-order {
	flex: 20%;
	padding: 5px;
	border: 1px solid #ddd;
	margin: 1px;
	background: #abecc7; /*#4bd786;*/
	min-width: 250px;
	max-width: 300px;
}

.return-order[data-email] {
	max-height: 140px;
	height: auto!important;
}

.return-order .return-order__button,
.return-button {
	float: right;
}

.return-order .message-hint {
	float: right;
}

.return-table .return-table__compressed {
	width: 1px;
}

.product-item__rating{
	text-align: center;
	min-height: 20px;
}

.mt {
	margin-top: 15px;
}

.return-box .site-search {
	margin-bottom: 10px;
}

.return-result {
	margin-top: 10px;
}

.return-order table tbody tr td:first-child {
	font-weight: bold;
}

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

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

/* 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;
}
/* ta bort .stretched om den redan finns */
.stretched {
	width: 100% !important;
}

.popup-return-button {
	margin-top: 10px;
	outline-style: none;
	float : right;
}

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

.popup-margin {
	margin-left: 10%;
}

.popup-email {
	width: 80%;
}

.g-recaptcha{
	margin: 15px auto !important;
	width: auto !important;
	height: auto !important;
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: -o-center;
	text-align: -ms-center;
}

.popup-margin-button {
	margin-top : 5%;
}

@media screen and (max-width: 492px){

	.popup-margin {
		margin-left : 0;
		margin-top : 5%;
	}

}

.pay-method-no-campaign {
	color: #ff0000;
}


/* Tabs */
.tab-container {
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

.tab-container .tab-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;

	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.tab-container .tab {
	border-bottom: 1px solid #ccc;
	padding: 10px;

	-ms-flex-negative: 0;
	flex-shrink: 0;

	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;

	background: #f2f2f2;
	cursor: pointer;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}

.tab-container .tab:not(:last-child) {
	border-right: 1px solid #ccc;
}

.tab-container .tab.is-tab--active {
	background: transparent;
	border-bottom: none;
}

.tab-container .tab-view {
	display: none;
	padding: 15px;

	font-size: 14px;
}

.tab-container .tab-view.is-tab-view--active {
	display: block;
}

.product-property {
	list-style-type: none;
}

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

.product-property .size-guide-link {
	font-weight: bold;
	color: #000;
}

/* Omniva */

select #omniva_select1 {
	width: 600px;
	font-size: 50px;
}

textarea#omniva_open_hours1, textarea#omniva_open_hours3 {
	width: 398px;
	font-size: 14px;
}

input#omniva_city1, input#omniva_city3 {
	width: 400px;
	font-size: 14px;
}

input#omniva_address1, input#omniva_address3 {
	width: 400px;
	font-size: 14px;
}

textarea#omniva_description1, textarea#omniva_description3 {
	width: 398px;
	font-size: 14px;
}

.ow_table {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

.ow_td {
	padding-right: 20px;
	padding-top: 5px;
}

.ow_td label {
	display:none;
}

.ow_select {
	width: 404px;
	font-size: 14px;
}

.ow_tr {
	margin-top: 20px;
}

#omniva_container1 img {
	padding: 15px;
	float: left;
}

.checkout-location-method-omniva {
	display: none;
}

.checkout-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
	display: none;
	background: rgba(0, 0, 0, 0.6);
}
.is-checkout-overlay .checkout-overlay {
	display: block;
}

/* Additional sales popup */

.additional-sales-popup {
	max-width: 800px;
	max-height: 100%;
	overflow: auto;
}

.additional-sales-popup .highlight-bar {
	margin-top: 15px;
}

.additional-sales-popup .product-item {
	padding: 10px;
}

.additional-sales-popup .grid-gallery {
	grid-template-columns: repeat(4, 1fr);
}

.additional-sales-popup .owl-next,
.additional-sales-popup .owl-prev {
	top: 35%;
}

.additional-sales-popup .owl-next .wgr-icon,
.additional-sales-popup .owl-prev .wgr-icon
{
	position: absolute;
	right: -8px;
}

.additional-sales-popup .owl-prev {
	left: 2px;
}

.owl-carousel-additional-sales {
	display: block !important;
}

.additional-sales-shipping {
	font-size: 18px;
	font-weight: 900;
}

/* Cart modal for additional sales popup */

.additional-sales-buttons {
	padding: 20px 20px 5px;

	background-color: #FFF;
}

.additional-sales-buttons__body {
	margin-top: 15px;
	margin-bottom: 0;
}

.additional-sales-buttons__body .btn {
	padding-left: 0;
	padding-right: 0;
}

.additional-sales-buttons .icon--check {
	margin-right: 6px;
	display: inline-block;
	padding: 5px;

	border-radius: 50%;

	background-color: #387b39;
	color: #fff;
	font-size: 22px;
	text-align: center;
	vertical-align: middle;
}

.additional-sales-buttons__body .grid-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
	margin-bottom: 10px;
}

.additional-sales-buttons__body .grid-items .no-cssgrid {
	margin-left: -10px;
}

.additional-sales-buttons__body .grid-items .no-cssgrid > div {
	margin-left: 10px;
	margin-bottom: 10px;
}

/* Snackbar */
.snackbar {
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	background-color: #f5f5f5;
	color: #000000;
	text-align: center;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	padding: 16px;
	position: fixed;
	z-index: 9999;
	left: 50%;
	top: 30px;
}

.snackbar.show {
	visibility: visible;
	-webkit-animation: snackbar-fadein 0.5s, snackbar-fadeout 0.5s 2.5s;
	animation: snackbar-fadein 0.5s, snackbar-fadeout 0.5s 2.5s;
}

@-webkit-keyframes snackbar-fadein {
	from {top: 0; opacity: 0;}
	to {top: 30px; opacity: 1;}
}

@keyframes snackbar-fadein {
	from {top: 0; opacity: 0;}
	to {top: 30px; opacity: 1;}
}

@-webkit-keyframes snackbar-fadeout {
	from {top: 30px; opacity: 1;}
	to {top: 0; opacity: 0;}
}

@keyframes snackbar-fadeout {
	from {top: 30px; opacity: 1;}
	to {top: 0; opacity: 0;}
}

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

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

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

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

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

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

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

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

.cookie-control-banner__text {
    display: block;

	text-align: left;
}

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

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

.cookie-control-banner__buttons {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;

    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    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;
	width: 100%;

	background: none;
	color: #fff;

	order: 1;
}

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

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

	background: #fff;
	color: #000;

	order: 0;
}

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

	background: none;
	color: #000;
}

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

	background: #000;
	color: #fff;
}

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

	height: 100%;
	width: 100%;

	background: #000;
	opacity: 0.6;
}

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

	display: flex;
	align-items: center;
}

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

	background: #fff;
}

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

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

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

	padding-left: 15px;
}

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

	width: 100%;
}

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

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

	background-size: 10px;
}

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

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

.pagination li {
    display: inline-block;
    padding: 5px;
}

.pagination--active {
    font-weight: bold;
}

/**
* Paginator
*/

.pagination {
    margin-bottom: 1rem;
    display: flex;
}

.pagination__item {
    vertical-align: middle;
    list-style: none;
}

.pagination__item a,
.pagination__item span {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-right-style: none;
    padding: 0.6rem 1rem;
    line-height: 1;
    font-size: 1rem;
    display: block;
}

.pagination__item a:hover {
    background-color: #f2f2f2;
    text-decoration: none;
}

.pagination__item:first-child a,
.pagination__item:first-child span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination__item:last-child a,
.pagination__item:last-child span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-right-style: solid;
}


.pagination__item.is-active a {
    background: #8db25b;
    color: #fff;
    border-color: #8db25b;
}

.pagination__item.is-active + li a,
.pagination__item.is-active + li span {
    border-left-color: transparent;
}

.pagination__item.is-disabled span {
    cursor: default;
}

/**
 * Load more
 */

.pagination-load-more, .pagination-load-all {
    position: relative;
    width: 100%;
    font-size: 1rem;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 5px;
}


.pagination-load-more:after {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

    display: block;

    content: '';
    border: 1px solid #f7921c;
    border-color: #f7921c transparent transparent;

    border-radius: 0px;

    background-color: #fff;

    font-weight: 500;
    color: #231f20;
    line-height: 1.25;

    cursor: pointer;
    outline-style: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

.pagination-nav {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    column-gap: 20px;
    row-gap: 20px;
}

.pagination-nav button.btn {
    width: 29%;
    min-width: fit-content;
    padding-block: 15px;
}

.pagination-load-more__num-products {
}

.pagination-load-all {
    text-align: center;
    row-gap: 0;
}
.pagination-load-all__text {
    width: 100%;
}

.pagination-load-more__text, .pagination-load-all__text {
}

.pagination-load-all__category {
    display: block;
    margin-top: 10px;
}
