/* ==========================================================================
   Variables
   ========================================================================== */
:root {
	--accordion-delay: 500ms;
}
/* ==========================================================================
   Base
   ========================================================================== */

html.fonts-loaded,
html.fonts-loaded .vat-selector,
html.fonts-loaded .product-item__heading,
html.fonts-loaded .l-footer-col-1 h2 {
	font-family: 'opensans', 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 .product-filter-inner span,
html.fonts-loaded .product-tab {
	font-family: 'antonio', sans-serif;
	font-weight: 700;
}

html.fonts-loaded .category-item__heading,
html.fonts-loaded .l-top-menu__left,
html.fonts-loaded .start-featured-cat-item__body,
html.fonts-loaded .startpage-bar {
	font-family: 'antonio', sans-serif;
	font-weight: 400;
}

html.fonts-loaded .flex-caption p,
html.fonts-loaded .btn {
	font-family: 'antonio', sans-serif;
	font-weight: 300;
}
html.fonts-loaded .popcart-top, html.fonts-loaded .cart-title__title, html.fonts-loaded .popcart-slot__title {
	font-family: 'opensans', sans-serif;
}
html.fonts-loaded .flex-caption h1,
html.fonts-loaded .flex-caption h2 {
	font-weight: 400;
}
/* [critical] */


/* Remove uppercase from german site */
.page--de h1,
.page--de h2,
.page--de h3,
.page--de h4,
.page--de h5,
.page--de h6,
.page--de .site-nav > li > a,
.page--de .site-nav > li > span,
.page--de .flex-caption p,
.page--de .start-cats .category-item__heading,
.page--de .btn,
.page--de .btn--primary,
.page--de .product-filter-inner span,
.page--de .product-tab {
	text-transform: none;
}

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

body {
	background-color: #f2f2f2;
}

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

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

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 18px;
}

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: #666;
	text-decoration: none;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
a:hover {
	text-decoration: underline;
	color: #000;
}

input,
textarea {
	padding: 5px 6px;

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

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

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

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

.dialog-natural {
	border-style: none;
}

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

/* Scrollbar-styling för hela bodyn */
.scrollbar-width {
	padding-right: 15px;
}

@media only screen and (max-device-width: 761px) {
	.scrollbar-width {
		padding-right: 0;
	}
}
/* [/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] */


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

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

/* [critical] */
.slide-cart, .classic-cart {
	display: none;
}
html:not(.slidein-enabled) .classic-cart {
	display: block;
}
html.slidein-enabled .slide-cart {
	display: block;
}

.l-top-menu-holder {
	width: 100%;
	background: #333;
	color: #fff;
}

.l-top-menu {
	line-height: 36px;
	font-size: 15px;
}
.l-top-menu a:hover {
	text-decoration: none;
}
.l-top-menu__left {
	float: left;
}
.l-top-menu__left ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.l-top-menu__left li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
}
.l-top-menu__left li::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 17px;
	height: 13px;

	background: url(../design/green-check.png?v2);
	background-size: 17px 13px;
}
.l-top-menu__left li:first-child {
	padding-left: 0;
}
.l-top-menu__right {
	float: right;
	text-align: right;
}
.l-top-menu__right .dropdown {
	text-align: left;
}

.retur-banner-text {
	margin-bottom: 0;
	padding-bottom: 5px;
}

.header-link {
	font-size: 16px;
	cursor: pointer;
}
.header-link__arrow {
	margin-left: 5px;
	width: 12px;
}

.l-holder {
	position: relative;
	max-width: 1700px;
	margin: 0px auto;
	clear: both;
}
.view-home .l-holder {
	max-width: none;
}

.l-constrained {
	position: relative;

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

.sticky-holder {
	position: relative;
	z-index: 3;

	margin-bottom: 20px;
}
.is-top-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 102;

	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
.is-top-sticky .l-header {
	padding-bottom: 0px;
	padding-top: 0px;
}
.is-top-sticky .l-header__left {
	padding-top: 8px;
}
.is-top-sticky .l-header__left .site-logo {
	max-width: 80%;

	transition: all 0.3s ease;
}
.is-top-sticky .l-menubar-holder {
	height: 44px;
}
.is-top-sticky .site-nav > li > span {
	font-size: 17px;
	line-height: 20px;
}

.l-header-holder {
	position: relative;
	z-index: 5;
	width: 100%;
	background: #fff;
}

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

.l-header__left {
	float: left;
	width: 150px;
}
.l-header__right {
	position: relative;

	display: flex;
	align-items: center;

	float: right;
	margin-top: 14px;
	margin-bottom: 14px;

	text-align: right;
}
.l-header__right > div {
	vertical-align: middle;
	margin: 0 15px;
}
.l-header__right .header-login-link {
	margin-right: 0;
}
.l-header__right > div:last-child {
	padding-right: 0;
}
.l-header__middle {
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 0 40px;
	overflow: hidden;
	text-align: right;
}

.l-menubar-holder {
	width: 100%;

	background: #fff;
	color: #000;
}

.l-menubar {
	position: relative;
}

/* [/critical] */

.l-top-menu-holder.is-top-sticky {
	background: #fff;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.product-filter-holder.is-top-sticky {
	position: fixed;
	margin-top: 54px;
	z-index: 9;
}

.show-for-sticky {
	display: none;
}

.is-top-sticky .l-top-menu__middle img {
	max-height: 48px;
}

.is-top-sticky .filter-toggle {
	text-align: left;
}

/* [critical] */


.l-sidebar,
.l-sidebar-primary {
	width: 180px;
}
.l-sidebar-primary {
	margin-right: 25px;
	float: left;
}
.l-sidebar {
	margin-left: 25px;
	float: right;
}
/* [/critical] */
.l-footer-holder {
	position: relative;
	z-index: 2;
	width: 100%;
	background: #fff;
	padding-top: 30px;
}

.l-footer {
	position: relative;
}
.l-footer,
.l-footer a:not(.btn) {
	color: #000;
}
.l-footer h3 {
	display: inline-block;
	margin-bottom: 15px;
	border-bottom: 2px solid #7b9d6a;
	color: #7b9d6a;
}

.l-footer-holder .l-footer h3 a {
	color: #7b9d6a;
	text-decoration: none;
}

.l-footer-col-4 h3 {
	margin-bottom: 20px;
}
.l-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

.l-footer-col-2 img {
	margin-top: 20px;
	max-height: 40px;
}

.l-footer-col-4 input {
	max-width: 300px;
	border: 1px solid #808080;
	border-radius: 0;
}

.l-footer-safe {
	padding-top: 20px;
	clear: both;
	font-size: 12px;
}

.l-footer-safe .grid {
	margin-left: -40px;
}

.l-footer-safe .grid-item {
	width: auto;
	padding-left: 40px;
}

.l-footer-bottom {
	padding-top: 30px;
	padding-bottom: 50px;
	font-size: 12px;
}

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

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

	width: 100%;
	display: none;

	border-radius: 0 0 4px 4px;
	color: #222;
	background-color: #fff;
	padding: 20px;
}

/*
 * Product Page
 */

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

.l-product-col-1 {
	position: relative;
}

.l-product-col-1,
.l-product-col-3 {
	width: 58%;
	float: left;
}
.l-product-col-2 {
	float: right;
	padding-left: 2%;
	width: 40%;
}
.l-product-col-3 {
	clear: left;
}

.l-product-col-3__inner__right {
	float: right;
	padding-left: 10px;
}
.l-product-col-3__inner__left {
	overflow: hidden;
}

.prod-page-editable {
	width: 350px;
	margin-bottom: 30px;
}

.prod-page-editable p,
.prod-page-editable h2,
.prod-page-editable h3,
.prod-page-editable h4,
.prod-page-editable h5 {
	margin: 0;
}
/* [/critical] */

/*
 * Checkout Page
 */

/* [critical checkoutpage] */
.view-checkout {
	counter-reset: checkout-stepcounter;
}

.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;
	padding: 0;
	background: none;
	box-shadow: none;
}

.view-checkout .fancybox-inner {
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

.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,
.l-checkout-shipping-inner {
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 20px;

	background-color: #fff;
	border-top: 3px solid #7a9c69;
	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;
}
/* 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-unavailable .l-checkout-col-2-inner {
	position: relative;
	cursor: pointer;

	&::before {
		content: "";
		background-color: black;
		opacity: 0.25;
		position: absolute;
		z-index: 999;
		inset: 0;
	}
}

.checkout-hide-medium {
	white-space: nowrap;
}

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

.checkoutfield--error {
	border-color: #e53935;
}

#vatnumber::placeholder {
	opacity: 80%;
}
/* [/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;
}

.breadcrumbs {
	margin-bottom: 25px;
	color: #777;
}
.breadcrumbs > li {
	color: #777;
}
.breadcrumbs a {
	color: #777;
}
.breadcrumbs .wgr-icon {
	margin-left: 2px;
	margin-right: 2px;
	color: #777;
}

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

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

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

.startpage-bar {
	margin-bottom: 10px;
	padding: 7px 0;

	color: #222;
	font-size: 26px;
	text-transform: uppercase;
}
.startpage-bar h2 {
	font-size: 26px;
}
.startpage-bar span {
	border-bottom: 2px solid #222;
}
.popcart-slot__title {
	margin-bottom: 0;
	padding-block-start: 10px;
}

.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-banner {
	display: none;
}
/* [/critical] */
.startpage-bar--showmore {
	margin-bottom: 10px;
}
.startpage-bar--showmore .btn {
	padding: 12px 22px 12px 17px;
	border: 2px solid #7b9d6a;
	border-radius: 2px;

	background: #fff;
	color: #000;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.startpage-bar--showmore .btn .wgr-icon {
	position: relative;
	top: 1px;

	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	border-radius: 50%;

	background: #7b9d6a;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	vertical-align: top;
}
.startpage-bar--showmore .btn:hover {
	opacity: 1;

	background: #7b9d6a;
	color: #fff;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
.startpage-bar--showmore .btn:hover .wgr-icon {
	background: #fff;
	color: #7b9d6a;
}
.startpage-middle {
	padding: 20px;
}
/* [critical checkoutpage] */
.view-checkout .site-logo {
	margin: 0;
}
.view-checkout .site-logo img {
	max-height: 45px;
}
/* [/critical] */

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

	width: 200px;
	height: 120px;

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

/* [critical] */
.vat-selector {
	position: absolute;
	bottom: 10px;
	right: 0;
	font-size: 11px;
}
.vat-selector label {
	margin-left: 4px;
}

/* Main navigation section */
.site-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;

	height: 44px;
}

.site-nav > li {
	padding: 0 12px;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
}

.site-nav > li > a,
.site-nav > li > span {
	display: block;
	white-space: nowrap; /* Fix for overlapping text in ie8 */

	color: #000;
	cursor: pointer;
	text-transform: capitalize;
	font-size: 16px;
	font-family: 'Helvetica';

	letter-spacing: 2px;
}
.site-nav > li > span a {
	color: #000;
}
.site-nav > li > a:hover,
.site-nav > li > span:hover {
	text-decoration: none;
}

.site-nav > li:hover > a,
.site-nav > li:hover > span {
	color: #000;
}

.site-nav__arrow {
	width: 12px;
	margin-left: 10px;
}
.site-nav__arrow--dark {
	display: none;
}

/* Muted link */
.site-nav > li.mutedLink:hover {
	background: none;
}

.site-nav > li.mutedLink:hover > a,
.site-nav > li.mutedLink:hover > span {
	color: #fff;
}

.site-nav > li.mutedLink > a,
.site-nav > li.mutedLink > span {
	/*color: #bcbcbc;*/
	cursor: default;
}

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

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

/* Languages section */
.lang-changer select {
	vertical-align: middle;
}
.dropdown .lang-changer__flag {
	margin-right: 5px;
}

/* Primary search section */
.site-search {
	overflow: hidden;
	max-width: 450px;
	height: 37px;
	margin: auto;

	border: none;
	border-radius: 0px;
	background: #fff;

	line-height: normal;
}
.site-search > .input-table__item {
	position: relative;
}
.site-search__input,
.site-search__btn {
	height: 40px;

	vertical-align: top;
}
.site-search__btn:focus {
	opacity: 0.6;
}
.site-search__input {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 15px;

	border: 1px solid #808080;
	border-right: none;
	border-radius: 0px;
}
.site-search__input::-ms-clear {
	display: none;
}
.site-search__btn {
	position: relative;
	width: 50px;
	padding-left: 10px;
	padding-right: 10px;
	border-style: none;
	background: #333;

	font-size: 18px;
	line-height: 1;
	color: #fff;
}
/* [/critical] */

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

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

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

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

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

	background-color: #fff;
	text-transform: uppercase;
	color: #000;
}
.module__heading > span {
	border-bottom: 2px solid #000;
}
.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-bottom: 10px;
	padding-left: 0;
}
.listmenu-0 + h2 {
	padding-top: 20px;
}
.listmenu-0:last-child {
	margin-bottom: -1px; /* Fix for double-border */
}
.listmenu-0 > li > a {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 17px;
}

.listmenu-1 {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.listmenu-1 > li > a {
	padding-top: 2px;
	padding-bottom: 2px;
}

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

	margin: auto;
	max-width: 30px;
	max-height: 12px;
	width: auto;
}
.is-listmenu-opened > a > .menu-node {
	right: 0;
}
.menu-node-arrow {
    max-width: 12px;
}
.menu-node {
	width: 30px;
}

/* Checkoutpage Text */

.small-checkout-text {
	display: none;
	color: red;
}

/* Button section */
.btn {
	display: inline-block;
	padding: 7px 15px;
	border-style: none;
	border-radius: 0px;

	background-color: #c7c7c6;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;

	cursor: pointer;
	outline-style: none;
}
.btn:hover,
.btn:focus {
	text-decoration: none;
	opacity: 0.8;
	color: #fff;
}

.product-item__wishlist.btn:hover,
.product-item__wishlist.btn:focus {
	color: #666;
}

.btn--large {
	padding: 15px 45px;
	font-size: 20px;
}

.btn--primary {
	background-color: #7b9d6a;
	text-transform: uppercase;
}

.btn--secondary {
	border: 1px solid #dcdcdc;
	background-color: #fff;
	color: #666;
	text-transform: uppercase;
}
.btn--highlight {
	background-color: #f15a24;
}


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

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

/* Grid for product-items and category-items */
/* Sub-modules: .grid-gallery--products and .grid-gallery--categories */
.grid-gallery,
.list-gallery,
.row-gallery {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
.grid-gallery {
	margin-left: -2%;
}
.grid-gallery > li {
	display: inline-block;
	width: 18%;
	margin-left: 2%;
	margin-bottom: 2%;
	padding: 0px;

	/*border: 1px solid #d6d6d6;*/

	background: #fff;
	text-align: center;

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

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

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

.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 */
.grid-gallery > .product-item {
	position: relative;

	border: 1px solid #bababa;

	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
				0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.product-item {
	position: relative;

	border: 1px solid #bababa;

	background: #fff;
	text-align: center;

	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
				0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.product-item__img {
	position: relative;
	height: 0;
	padding-bottom: 105%;
}

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

	height: 24px;
	overflow: hidden;
	padding: 1px 10px;
	max-width: 90px;

	background-color: #d9d9d9;
	color: #fff;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
}
.product-item__banner.bottom-banner {
	top: auto;
	bottom: 10px;
}
.product-item__banner span {
	opacity: 0;
}
.product-item__img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	padding: 10px;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
}

.product-item__img img {
	max-height: 100%;
}
.product-item__body {
	position: relative;

	padding: 15px 10px 20px 10px;

	text-align: left;
}

.product-item .product-item__wish {
	position: absolute ;
	right: 10px;
	top: -44px;

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

	border-radius: 50%;
	height: 34px;
	width: 34px;

	background: #fff;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
}

.product-item__wish a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #7b9d6a;
}

.product-item__wish .icon-remove {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	display: none;

	line-height: 34px;
	text-align: center;
	font-size: 11px;
	color: #fff;
}

.js-wishlist-selected:hover .icon-remove {
	display: block;
}

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

	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	text-align: left;
	text-transform: none;
}
.product-item__description {
	display: none;
	height: 13px;
	margin-bottom: 7px;
	overflow: hidden;

	font-size: 10px;
}
.product-item .price {
	font-size: 18px;
	font-weight: 800;
}
.product-item .price-original {
	margin: 0 2px;
}
.product-item__buttons {
	display: none;
	margin-top: 10px;
}

.product-item__buttons .btn {
	float: left;
	width: 49%;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.product-item__buttons .btn--primary {
	float: right;
}

.product-item__sale {
	position: absolute;
	top: 5px;
	right: 5px;
	background: #f15a24;
	border-radius: 5px;
	padding: 1px 6px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	color: #fff;
}

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

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


/* Slick slider */
.grid-gallery.slick-slider {
	margin-left: 0;
	margin-right: -15px;
}
.grid-gallery.slick-slider:after {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;

	width: 10px;

	background: #f2f2f2;
	content: "";
}
.grid-gallery.slick-slider .slick-track {
	margin-left: -20px;
}
.grid-gallery.slick-slider .product-item {
	margin-bottom: 25px;
	margin-left: 20px;

	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1)
}

.slick-slider button.slick-prev,
.slick-slider button.slick-next {
	margin-top: -40px;

	background: none;
}
.slick-slider button.slick-prev {
	left: -40px;
}
.slick-slider button.slick-next {
	right: -25px;
}
.slick-slider button.slick-prev:hover,
.slick-slider button.slick-next:hover {
	background: none;
}

/* Splide */
.splide {
	width: 100%;
}
.startpage-bar.splide-bar {
	margin-bottom: 0;
}
.splide .product-item {
	margin-left: 0;
}
.splide .grid-gallery {
	margin-left: 0;
	width: 100%;
}
.splide__arrows {
	position: absolute;
	inset: 0;
}
.splide__arrow {
	position: absolute;
	top: calc(50% - 17px);
	right: 0;
	z-index: 1;

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

	border-style: none;
	background: none;
	opacity: 1;
	transition: opacity 0.2s ease;
}
.splide__arrow svg {
	width: 20px;
}
.splide__arrow--prev {
	right: auto;
	left: 0;

	transform: rotate(180deg);
}

.splide__arrow:disabled {
	opacity: 0;
}

@media (pointer: fine) {
	.voyado-upsell-splide {
		width: 15% !important;
	}
	.product-item__img-voyado-upsell{
		padding-bottom: 90% !important;
	}
}
.voyado-add-upsell {
	float: right;
	margin-bottom: 5px;
}

.currency-changer {
	position: relative;
	margin-right: 15px;
	text-transform: uppercase;
	font-size: 14px;
}

.currency-changer .dropdown {
	top: calc(100% - 3px);
	left: -11px;

	min-width: 100%;
	padding: 5px 0;
	line-height: normal;
	background: #fff;
	border: 3px solid #ededed;

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

.lang-changer .dropdown {
	min-width: 205px;
}

.lang-changer img {
	position: relative;
	top: -1px;
}

.currency-changer .dropdown img {
	top: -2px;
}

.currency-changer a,
.currency-changer .dropdown div {
	display: block;
	padding: 1px 20px 1px 8px;
	cursor: pointer;
}

.currency-changer a:hover,
.currency-changer .dropdown div:hover {
	color: #000;
	text-decoration: none;
}

/* 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: 10px;
	font-size: 12px;
	vertical-align: middle;
}

/* 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 {
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px 20px 20px 20px;
	background: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	text-align: left;
}

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

/* First level */
.mega-menu .dropdown > li {
	display: inline-block;
	border-bottom: solid 1px lightgrey;
	padding-right: 20px;
	width: 25%;

	vertical-align: top;
}
.mega-menu .dropdown > li.bold {
	color: black;
	font-weight: 700;
}
.mega-menu .dropdown > li > a {
	margin-top: 5px;
	font-size: 15px;
}

.is-back-to-top-btn {
	position: fixed;
	bottom: 10px;
	z-index: 100;
	padding: 7px 20px;
	margin-right: 10px;

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

	text-transform: uppercase;
	color: #fff;
	font-weight: 700;

	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;
}
.back-to-top-btn__arrow {
	margin-left: 7px;
}

/*
 * Start Page
 */

/* [critical startpage] */
.view-home .sticky-holder {
	margin-bottom: 0;
}
.startpage-mobile-carousel {
	display: none;
}
.startpage-carousel .flex__item img {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	display: block;
	aspect-ratio: 1900 / 900;
}
.startpage-top-editable {
	margin-bottom: 2%;
}
.startpage-top__right {
	display: inline-block;
	float: none;
	width: 100%;
	vertical-align: middle;
}
.start-cats.grid-gallery > li {
	border-style: none;
	padding: 0;
}

.start-cats.grid-gallery > li:hover {
	opacity: 0.9;
}

.start-cats .category-item__img {
	height: 180px;
	line-height: normal;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.startpage-top .start-cats .category-item__img {
	height: 220px;
}

.start-cats .category-item__heading {
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background: rgba(0,0,0,0.4);
	text-transform: uppercase;
	font-size: 22px;
	white-space: normal;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.start-cats .heading_2 {
	font-size: 20px;
}
.start-cats .heading_3 {
	font-size: 18px;
}
.start-cats .heading_4 {
	font-size: 16px;
}
.start-cats .category-item__heading a {
	display: block;
	height: auto;
	color: #fff;
	overflow: visible;
}

.startpage-products__btn {
	text-align: center;
}
.startpage-products__btn i {
	font-size: 13px;
	margin-left: 5px;
	vertical-align: middle;
}

.startpage-featured {
	position: relative;
	min-height: 395px;
}

.startpage-featured__left {
	position: relative;
	float: left;
	width: 49%;
	height: 375px;
}

.startpage-featured__right {
	float: right;
	width: 49%;
}

.startpage-featured__right .grid-gallery {
	margin-left: -3%;
}

.startpage-featured__right .grid-gallery > li {
	width: 47%;
	margin-left: 3%;
	margin-bottom: 15px;
}

.start-featured-cat,
.start-featured-cat-item {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.start-featured-cat-item {
	cursor: pointer;
}

.start-featured-cat-item__img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.start-featured-cat-item__body {
	position: absolute;
	bottom: 0;
	z-index: 1;

	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;

	background: rgba(0,0,0,0.3);

	color: #fff;
	font-size: 24px;
	text-align: center;
	white-space: normal;
}

.start-featured-cat-item__heading {
	font-size: 44px;
}

.start-featured-cat-item__text {
	text-transform: uppercase;
}


.startpage-categories {
	margin-top: 10px;
	position: relative;
}

/* [/critical] */

/*
 * Category Page
 */

/* [critical categorypage] */
.view-category .white-bg {
	margin-bottom: 0;
}

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

	line-height: 175px;
	background: #fff;
}

.category-item__img img {
	max-height: 100%;
}

.category-item__heading {
	overflow: hidden;
	padding: 10px;

}

.category-item__heading strong {
	display: inline-block;
	height: 42px;
	overflow: hidden;
}

.category-item__heading a {
	text-decoration: none;
}
.category-heading {
	margin-bottom: 0;
}
/* Category description */
.category-description {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.category-description p {
	display: inline;
	margin-right: 0.3em;
}

.category-hidden-description {
	display: none;
}
.category-hidden-description.is-active {
	display: inline;
}

.toggle-button {
	display: inline-block;

	color: #000;
	cursor: pointer;
	font-weight: 600;
}
.toggle-button.is-active .toggle-button__readmore,
.toggle-button .toggle-button__close {
	display: none;
}
.toggle-button.is-active .toggle-button__close{
	display: inline-block;
}

.category-lead {
	margin-bottom: 20px;
	overflow: hidden;
}

.category-lead {
	margin-bottom: 10px;
}

.category-top-img {
	position: relative;

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

	margin-bottom: 20px;
}

.count-prods {
	text-transform: lowercase;
}

.view-category .gallery-holder,
.view-search .gallery-holder {
	margin-top: 20px;
}

.product-filter-holder.white-bg {
	margin-bottom: 0;
	padding: 10px 20px;
}

.filter-toggle {
	margin-bottom: 10px;
	text-align: center;
	font-weight: 600;
	color: #777;
}

.filter-toggle span {
	cursor: pointer;
}

.filter-toggle span:hover {
	color: #333;
}

.filter-toggle__less {
	display: none;
}

.filter-hidden {
	display: none;
}

.product-filter-inner {
	margin-left: -2%;
}

.product-filter-item {
	display: inline-block;
	width: 23%;
	margin-left: 2%;
	margin-bottom: 15px;
	padding: 3px 10px 0px;
	background: #fff;
	border: 1px solid #d6d6d6;
}

.product-filter-item span {
	display: block;
}

.product-filter-inner .has-dropdown {
	position: relative;
	cursor: pointer;
}

.product-filter-inner .has-dropdown:hover .dropdown {
	display: none;
}

.product-filter-inner span {
	text-transform: uppercase;
	font-size: 22px;
	color: #000;
}

.product-filter-inner span .wgr-icon {
	float: right;
	position: relative;
	top: 3px;
}

.selected-filters-holder {
	display: none;
}

/* [/critical] */

.product-filter-inner ul {
	top: 100%;
	left: -1px;
	right: -1px;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 3px;
	list-style: none;
	background: #fff;
	border: 1px solid #d6d6d6;
}

.product-filter-dropdown label {
	display: block;
	width: 100%;
}

.product-filter-item-sort input[type="radio"] + label:before {
	float: left;
}

.product-filter-item-price .dropdown {
	padding: 12px 20px 5px;
}

.product-filter-inner li {
	display: block;
	padding: 1px 10px;
}

.selected-filter--item {
	display: inline-block;
	margin-left: 15px;
	color: #777;
	cursor: pointer;
}

.filter-title {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 700;
	color: #777;
}

.selected-filter--item:hover,
.filter-clear:hover {
	color: #222;
}

.choosenFilters {
	display: inline-block;
}

.filter-clear {
	float: right;
	cursor: pointer;
}

/*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.range-slider-target,
.range-slider-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.range-slider-target {
	position: relative;
	direction: ltr;
}
.range-slider-base {
	width: 100%;
	height: 100%;
	position: relative;
}
.range-slider-connect {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.range-slider-origin {
	position: absolute;
	height: 0;
	width: 0;
}
.range-slider-handle {
	position: relative;
	z-index: 1;
}

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

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

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

.range-slider-horizontal .range-slider-handle:after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	right: 0;
	border-top: 8px solid #7b9d6a;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

/* Styling */
.range-slider-target {
	background: #fff;
	border: 1px solid #ddd;
}

.range-slider-connect {
	background: #7b9d6a;
	background-image: linear-gradient(to bottom, #86ab73, #617c53);
}

.range-slider-handle {
	background: #7b9d6a;
	cursor: default;
}
.range-slider-handle:hover {
	cursor: pointer;
}

.price-range-filter--price {
	margin-left: -10px;
	margin-top: 10px;
}

.range-slider-tooltip {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.range-slider-tooltip:first-of-type:after {
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 5px;
	content: "-";
}

.product-filter-inner .dropdown span {
	font-size: 15px;
	line-height: normal;
}


/* 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: 5px;
	font-size: 24px;
}

.product-producer {
	line-height: 1;
	font-size: 18px;
	color: #000;
}

.product-producer .producer {
	border-bottom: 2px solid #555;
}

.product-carousel {
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.product-carousel,
.product-carousel__item {
	max-height: 600px;
}
.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-holder {
	position: relative;
	max-height: 210px;
	overflow: hidden;
}
.product-thumbs-holder.expanded {
	max-height: unset !important;
}
.product-thumbs {
	margin-bottom: 15px;
	text-align: center;
	font-size: 0; /* Fix: Removes whitespace */
}
.product-thumbs-overlay {
	position: absolute;
	bottom: 0;
	lefT: 0;
	width: 100%;
	height: 40px;
	background: linear-gradient(transparent, #ffffff);
}
.product-thumbs-button {
	display: flex;
	justify-content: center;
}
.product-thumbs-button button {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	margin: .8rem auto 0;
	font: inherit;
	line-height: 1;
	padding: .6rem 1rem;
	border-radius: .5rem;
	border: 1px solid #ccc;
	background: #fff;
	cursor: pointer;
}
@media(max-width: 769px) {
	.product-thumbs-holder {
		max-height: 125px;
	}
}


.product-thumbs img {
	max-height: 100px;
	max-width: 110px;
	margin-top: 5px;
	margin-right: 2px;
	margin-left: 2px;

	cursor: pointer;
}

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

.option-table,
.option-table tbody,
.option-table tr,
.product-option-spacing {
	display: block;
	width: 100%;
}

.option-table {
	max-width: 300px;
}

.product-option-spacing__left {
	float: left;
	width: auto;
	min-width: 65px;
	max-width: 60%;
	padding-top: 8px;
	padding-right: 5px;
	font-weight: 600;
}

.option-table td.product-option-spacing__right {
	overflow: hidden;
	width: auto;
}

.product-option-spacing input,
.product-option-spacing select {
	border: 2px solid #000;
	border-radius: 0;
	height: 38px;
	width: 100%;

	color: #000;
}

.product-cart-button-wrapper {
	display: flex;
	width: 350px;
	max-width: 100%;
	margin-bottom: 15px;
}

.product-cart-button-wrapper .product-item__wish {
	text-align: left;
	margin-top: 5px;
}

.product-cart-button-wrapper .btn {
	flex-grow: 1;
	text-align: center;
}

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

	background-image: linear-gradient(#34940b, #306f07);

	font-size: 28px;
}

.product-cart-button-wrapper .btn--primary img {
	position: relative;
	top: -3px;
	max-height: 28px;
	margin-right: 10px;
}

.product-cart-button-wrapper .product-item__wish .wgr-icon {
	vertical-align: middle;
}

/* Go to checkout button below add to cart button on productpage */
.sg-go-to-cart {
	display: block;
	text-decoration: none !important;
	color:white !important;
	background-image: linear-gradient(#333,#000) !important;
	height: 0;
	width :100% !important;
	-moz-transition: opacity .1s ease-in, height 0.6s;
	-webkit-transition: opacity .1s ease-in, height 0.6s;
	-o-transition: opacity .1s ease-in, height 0.6s;
	transition: opacity .1s ease-in, height 0.6s;
	text-align: center !important;
	text-transform: uppercase !important;
	font-family: 'antonio',sans-serif !important;
	vertical-align: middle !important;
	font-size: 28px !important;
	line-height: 45px !important;
}
.sg-open-go-to-cart .sg-go-to-cart {
	height: 0;
	margin-bottom: 15px;
}
.sg-go-to-cart:hover {
	opacity: .8 !important;
}
.is-new-mini-cart-item #popcart {
	display: none !important;
}

/* Fixed add to cart button on bottom of screen on productpage */
.sg-fixed-container-buy-button .sg-fixed-left {
	display: none !important;
}
@media screen and (min-width: 769px) {
	.sg-close-not-in-stock {
		display: none !important;
	}
	.sg-button-is-fixed .sg-close-not-in-stock {
		display: block !important;
		position: absolute !important;
		right: 0 !important;
		padding: 10px !important;
		top: 0 !important;
		cursor: pointer !important;
	}
	.sg-button-is-fixed .sg-close-not-in-stock i {
		font-size: 24px !important;
	}
	.sg-button-is-fixed #lagerstatusFinnsEj {
		position: fixed !important;
		bottom: 67px !important;
		background: #fff !important;
		margin: 0 !important;
		width: 100% !important;
		left: 50% !important;
		-webkit-transform: translateX(-50%) !important;
		-moz-transform: translateX(-50%) !important;
		-ms-transform: translateX(-50%) !important;
		transform: translateX(-50%) !important;
		padding: 15px !important;
		border: 1px solid #ccc !important;
		z-index: 999 !important;
		max-width: 1100px !important;
	}
	.sg-fixed-container-buy-button {
		bottom: -100px !important;
		-webkit-transition: bottom 0.8s !important;
		-moz-transition: bottom 0.8s !important;
		-ms-transition: bottom 0.8s !important;
		transition: bottom 0.8s !important;
	}
	.sg-button-is-fixed .sg-fixed-container-buy-button {
		position: fixed !important;
		bottom: 0 !important;
		width: 100% !important;
		left: 0 !important;
		z-index: 999 !important;
		background: #fff !important;
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4) !important;
		-moz-box-shadow: 0 0px 10px 0 rgba(0,0,0,0.4) !important;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.4) !important;
	}
	.sg-button-is-fixed .sg-fixed-container-buy-button .sg-fixed-container-buy-button-inner {
		max-width: 1700px !important;
		margin: 0 auto !important;
		padding: 10px 20px !important;
		text-align: right !important;
	}
	.sg-button-is-fixed .sg-fixed-container-buy-button .sg-fixed-container-buy-button-inner .sg-fixed-right {
		display: inline-block !important;
	}
	.sg-button-is-fixed .sg-fixed-container-buy-button .option-table {
		display: inline-block !important;
		vertical-align: top !important;
		width: auto !important;
	}
	.sg-button-is-fixed .sg-fixed-container-buy-button .option-table .product-option-spacing__right {
		padding-bottom: 0 !important;
	}
	.sg-button-is-fixed .sg-fixed-container-buy-button #addToCardButtonDiv {
		display: inline-block !important;
		vertical-align: top !important;
		width: auto !important;
		position: relative !important;
	}
	.sg-button-is-fixed .sg-fixed-container-buy-button #addToCardButtonDiv > * {
		display: none !important;
	}
	.sg-button-is-fixed .sg-fixed-container-buy-button #addToCardButtonDiv > .product-cart-button-wrapper {
		display: flex !important;
	}
	.sg-button-is-fixed .sg-fixed-container-buy-button #addToCardButtonDiv .sg-go-to-cart {
		display: block !important;
		position: absolute !important;
		bottom: 57px !important;
		margin: 0 !important;
		margin-top: 10px !important;
		z-index: -1 !important;
		width: calc(100% - 75px) !important;
		right: 0 !important;
	}
	.sg-button-is-fixed .sg-fixed-container-buy-button #addToCardButtonDiv .product-cart-button-wrapper {
		margin: 0 !important;
	}
	.sg-button-is-fixed .sg-fixed-container-buy-button .product-option-spacing__left {
		padding-top: 13px !important;
	}
	.sg-button-is-fixed .sg-fixed-container-buy-button .product-option-spacing__right .js-option {
		height: 46px !important;
	}
	.sg-button-is-fixed .sg-fixed-container-buy-button .sg-fixed-left {
		display: inline-block !important;
		float: left !important;
	}
	.sg-button-is-fixed .sg-fixed-container-buy-button .sg-fixed-left img {
		display: inline-block !important;
		height: 47px !important;
		width: auto !important;
	}
	.sg-button-is-fixed .sg-fixed-container-buy-button .sg-fixed-left p {
		display: inline-block !important;
		margin: 0 !important;
		margin-left: 10px !important;
		font-weight: bold !important;
		font-family: 'antonio',sans-serif !important;
		text-transform: uppercase !important;
		color: #000 !important;
		vertical-align: middle !important;
		font-size: 16px !important;
		width: 250px !important;
		white-space: nowrap !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		text-align: left !important;
	}
	.sg-button-is-fixed #addToCardButtonDiv .product-quantity {
		width: 60px !important;
		margin-right: 15px !important;
	}

}
/* custom css */
.sg-bottom-bar-checkout {
	position: fixed !important;
	bottom: -450px !important;
	left: 50% !important;
	z-index: 99999999 !important;

	box-sizing: border-box !important;
	padding: 20px !important;
	width: 500px !important;

	background: #fff !important;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5) !important;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5) !important;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5) !important;
	transform: translateX(-50%) !important;
	-webkit-transform: translateX(-50%) !important;
	-ms-transform: translateX(-50%) !important;
	-moz-transform: translateX(-50%) !important;
	-webkit-transition: bottom .5s !important;
	-moz-transition: bottom .5s !important;
	-ms-transition: bottom .5s !important;
	-o-transition: bottom .5s !important;
	transition: bottom .5s !important;
}
.sg-show-go-to-cart-bar .sg-bottom-bar-checkout {
	bottom: 0 !important;
}
.sg-bottom-bar-checkout, .sg-bottom-bar-checkout * {
	box-sizing: border-box !important;
}
.sg-bottom-bar-checkout .sg-bottom-bar-checkout-close {
	cursor: pointer !important;
	position: absolute !important;
	width: 26px !important;
	height: 26px !important;
	line-height: 26px !important;
	background: #333 !important;
	text-align: center !important;
	border-radius: 50% !important;
	color: #fff !important;
	font-size: 14px !important;
	right: -13px !important;
	top: -13px !important;
}
.sg-bottom-bar-checkout .sg-bottom-bar-heading {
	text-align: center !important;
	color: #000 !important;
}
.sg-bottom-bar-checkout .sg-bottom-bar-heading i {
	font-size: 26px !important;
	margin-right: 5px !important;
	color: #00b67a !important;
}
.sg-bottom-bar-checkout .sg-bottom-bar-heading h2 {
	display: inline-block !important;
	font-size: 16px !important;
	margin: 0 !important;
	font-family: 'Open Sans',sans-serif !important;
	text-transform: none !important;
}
.sg-bottom-bar-checkout .sg-bottom-bar-heading-line {
	border-bottom: 1px solid #777 !important;
	padding-bottom: 5px !important;
	max-width: 250px !important;
	margin: 0 auto !important;
}
.sg-bottom-bar-checkout .sg-bottom-bar-info {
	padding: 15px 0 !important;
	border-top: none !important;
	border-bottom: none !important;
	line-height: 0 !important;
	margin-bottom: 10px !important;
}
.sg-bottom-bar-checkout .sg-bottom-bar-info img {
	max-width: 100px !important;
	max-height: 100px !important;
	height: auto !important;
	display: inline-block !important;
	padding: 5px !important;
	border: none !important;
	margin-left: 15px !important;
}
.sg-bottom-bar-checkout .sg-bottom-bar-info .sg-bottom-bar-title-price {
	display: inline-block !important;
	vertical-align: top !important;
	margin-left: 20px !important;
	padding-top: 15px !important;
	font-weight: normal !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
}
.sg-bottom-bar-checkout .sg-bottom-bar-info .sg-bottom-bar-title-price .sg-prod-title-bar {
	max-width: 240px !important;
	white-space: break-spaces !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	text-transform: uppercase !important;
	margin-bottom: 5px;
}
.sg-bottom-bar-checkout .sg-bottom-bar-info .sg-bottom-bar-title-price .sg-prod-price-bar {
	font-weight: normal !important;
}
.sg-bottom-bar-checkout .sg-bottom-bar-info .sg-bottom-bar-title-price .sg-prod-price-bar
	strike {
	margin-left: 10px !important;
}
.sg-bottom-bar-checkout .sg-bottom-bar-actions {
	text-align: center !important;
	}
.sg-bottom-bar-checkout .sg-button-cont-buying {
	padding: 10px 5px !important;
	display: inline-block !important;
	font-size: 15px !important;
	line-height: 1.5 !important;
	text-decoration: none !important;
	box-sizing: border-box !important;
	border: 1px solid #000 !important;
	color: #000 !important;
	cursor: pointer !important;
	text-align: center !important;
	margin-right: 10px !important;
	width: calc(50% - 25px) !important;
	text-transform: uppercase !important;
	border-radius: 3px !important;
	font-weight: 600 !important;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.sg-bottom-bar-checkout .sg-button-cont-buying:hover {
	border: 1px solid #333 !important;
	color: #333 !important;
}
.sg-bottom-bar-checkout .sg-button-go-to-checkout {
	background: #000 !important;
	color: #fff !important;
	padding: 10px 5px !important;
	display: inline-block !important;
	font-size: 15px !important;
	line-height: 1.5 !important;
	text-decoration: none !important;
	box-sizing: border-box !important;
	border: 1px solid #000 !important;
	cursor: pointer !important;
	text-align: center !important;
	width: calc(50% - 25px) !important;
	text-transform: uppercase !important;
	border-radius: 3px !important;
	font-weight: 600 !important;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.sg-bottom-bar-checkout .sg-button-go-to-checkout:hover {
	opacity: .8!important;
}
.sg_pdp_img_indicator_wrapper {
	position: absolute;
	background: rgba(212, 211, 210, 0.7);
	color: #000;
	font-weight: 600;
	bottom: 0;
	left: 0;
	padding: 5px;
	margin-right: 10px;
	cursor: default !important;
	z-index: 5;
}

.flexslider-container .product-thumbs li.splide__slide.sg_active_img_thumbnail {
	border: 2px solid #9a9a9a !important;
}

ol.nav.breadcrumbs {
	font-size: 13px !important;
}
.l-product-col-1 {
	margin-bottom: 2rem !important;
}
.product-carousel {
	margin-bottom: 5px !important;
}

.flexslider-container .product-thumbs li.splide__slide {
	width: 70px !important;
	height: 87.5px !important;
	margin: 5px!important;
	border: 1px solid #dcdcdc !important;
	padding: 5px!important;
	display: inline-flex!important;
	justify-content: center!important;
	align-items: center!important;
}
.sg_thumbnails_carousel .splide__arrows {
	display: none !important;
}
.sg_thumbnails_carousel .splide__pagination {
	display: none !important;
	bottom: -1em !important;
}
.sg_thumbnails_carousel .splide__pagination__page {
	width: 10px;
	height: 10px;
}
.sg_thumbnails_carousel .splide__pagination__page.is-active {
	transform: none;
	background: #777;
}

.wish-phrase {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	font-size: 15px;
	color: #555;
}

.l-product .product-item__wish .icon-remove {
	top: 4px;
	left: 6px;
	right: auto;
}

.product-quantity {
	padding: 10px;
	margin-right: 15px;
	vertical-align: middle;
}
.product-custom-fields {
	margin-left: 5px;
	margin-top: 10px;
}
.product-price-field {
	margin-top: 5px;
	margin-bottom: 5px;
}
.product-price-field .price {
	display: inline-block;
	/*margin-right: 10px;*/
	font-size: 30px;
}

.product-stock {
	margin-bottom: 30px;
}
.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 tabs
**/
.accordion {
	height: fit-content;
}

.accordion-containment {
	overflow: hidden;
}

.accordion-trigger {
	background: transparent;
	border: 0;
	font: inherit;
	color: inherit;
}

.accordion-body {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows var(--accordion-delay);

	border-bottom: 1px solid #ccc;
	padding: 0;
}

.accordion-body > div {
	overflow: hidden;
	transition: margin-top var(--accordion-delay);
}

.accordion-body[aria-hidden="true"] > div {
	margin-top: 0;
}

.accordion-body[aria-hidden="false"] {
	grid-template-rows: 1fr;
	padding-bottom: 20px;
}

.accordion-panel-title {
	display: flex;
	align-items: center;
	justify-content: space-between;

	padding: 1rem 0;

	color: #000;
	font-weight: 700;
	transition: padding 200ms, margin 200ms;
	cursor: pointer;
}

.accordion-panel[data-expanded] .accordion-panel-title {
	padding-left: 0;
	padding-right: 0;
}

.accordion-icon {
	scale: 2;
	transition: transform 200ms ease-in-out;
}

.accordion-panel[data-expanded] .accordion-icon {
	transform: rotateZ(180deg);
}

.accordion table,
.accordion table td {
	border-style: none;
	color: #000;
}
.accordion table tr td {
	padding: 8px;
	background-color: #f1f1f1;
}

.accordion table tr:nth-child(2n) td {
	background-color: #fff;
}

.accordion table tr td:first-of-type {
	font-weight: 700;
}

.product-content--categories--wrapper {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
}

.product-content {
	display: none;
}

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

.product-tabs {
	margin-top: 30px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.product-tab {
	float: left;
	width: 33.33%;
	padding: 5px 15px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 20px;
	color: #878787;
}

.product-tab:hover {
	background: #f5f5f5;
	color: #666;
}

.product-tab.selected {
	background: #d9d9d9;
	color: #000;
}

.product-content {
	padding: 20px;
	border: 1px solid #ccc;
	border-top-style: none;
	margin-bottom: 20px;
}

.l-product__sale {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 3;
	background: #f15a24;
	border-radius: 6px;
	padding: 1px 6px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	color: #fff;
}

.product-metrics p {
	margin-bottom: 3px;
}

.product-metrics__title {
	font-weight: 600;
}

/* [/critical] */

/* Extra prod */
.extra-prod {
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

.extra-prod__title {
	text-transform: uppercase;
}

.extra-prod__buttonarea {
	margin-top: 10px;
	width: 100%;
	max-width: 260px;
}

.extra-prod__buttonarea select {
	width: 100%;
	height: 38px;
	border: 1px solid #ccc;
	border-radius: 0;
}

.extra-prod__buttonarea .btn {
	display: block;
	margin-top: 10px;
	width: 100%;
	padding: 10px 0px 6px;
	text-align: center;
	font-size: 28px;
}

.extra-prod__buttonarea .btn img {
	position: relative;
	top: -3px;
	max-height: 28px;
	margin-right: 10px;
}

.more-products__left {
	float: left;
	width: 49%;
}

.more-products__right {
	float: right;
	width: 49%;
}

.product-slideshow-holder {
	margin-left: 30px;
	margin-right: 30px;
}

.slick-slide.is-product-slideshow {
	position: relative;
	margin: 3px;
	padding: 5px;

	background: #fff;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
}
.slick-slide.is-product-slideshow:hover {
	opacity: 0.8;
}

.slick-slide.is-product-slideshow img {
	display: inline-block;
}

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

button.slick-prev,
button.slick-next {
	width: 40px;
	height: 50px;
	margin-top: -25px;
	background: #fff;
	z-index: 3;
}

button.slick-prev:hover,
button.slick-next:hover {
	background: #f5f5f5;
}

button.slick-prev:before {
	font-family: 'wgr-icons';
	content: "\f053";
	font-size: 20px;
	color: #000;
}

button.slick-next:before {
	font-family: 'wgr-icons';
	content: "\f054";
	font-size: 20px;
	color: #000;
}

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

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

/* 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;
}
.klarna-widget {
	margin-block-end: 20px;
}

/*
 * 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: #7a9c69;

	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.checkout-stepnumber::before {
	counter-increment: checkout-stepcounter;
	content: counter(checkout-stepcounter);
}

.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 {
	display: inline-block;
	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-shipping-method {
	background: #FFF;
	border: 1px solid #e2e2e2;
	margin-bottom: 4px;
	cursor: pointer;
	padding: 8px;
	border-radius: 3px;
}
.checkout-shipping-method--active {
	border-color: #bbb;
}
.checkout-shipping-method-title {
	font-weight: 600;
	font-style: italic;
}
.checkout-shipping-method-price {
	float: right;
}
.checkout-shipping-method-description {
	margin-bottom: 0;
	opacity: .8;

	font-style: italic;
}

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

	border-bottom: 1px solid #e2e2e2;
}

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

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

/* Cart table */
#popcart-dialog {
	height: 100%;
}
.popcart-slidein {
	height: 100%;
}
.popcart-container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.popcart-top {
	display: flex;
	flex-direction: column;
}
.popcart-bottom {
	bottom: 0;
	padding-block-end: 20px;
}
.popcart-cart-row {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.checkout-cart th,
.checkout-cart-row td, .popcart-cart-row td {
	padding-top: 7px;
	padding-bottom: 7px;
}
.checkout-cart tfoot th,
.checkout-cart tfoot td,
.popcart-cart tfoot th,
.popcart-cart tfoot td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.popcart-slot-top {
	margin-top: 10px;
}
.checkout-cart tfoot th, .popcart-cart tfoot th {
	text-align: right;
}
.checkout-cart-row, .popcart-cart-row, .popcart-slot-top {
	border-top: 1px solid #ededed;
}
.popcart-cart-row-recommendation {
	border-top:none;
}
.checkout-cart thead th:last-child,
.checkout-cart-row td:last-child,
.popcart-cart thead th:last-child,
.popcart-cart-row td:last-child {
	padding-left: 15px;
	white-space: nowrap;
}
.popcart-cart-row td:last-child {
	text-align: right;
}

.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, .popcart-cart-thumbnail {
	text-align: center;
}

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

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

.checkout-cart-quantity, .popcart-cart-quantity {
	display: inline-block;
	white-space: nowrap;
}
.checkout-cart-quantity-btn, .popcart-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, .popcart-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: 12px;
	font-weight: normal;
	opacity: 0.5;
	color: #222;
	display: block;
}

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

.checkout-cart-topay {
	vertical-align: bottom;
	font-size: 16px;
	font-weight: 600;
	color: #7a9c69;
}

.checkout-message, .popcart-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: #fff;
	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: #999;
	margin-bottom: 3px;
}
.checkout-target-link:hover {
	text-decoration: underline;
}
/* [/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 */
.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;
}
/* [/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 {
	margin-bottom: 15px;

	text-align: center;
}

/* [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%;
}
/* [/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;
}
.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-group-5-1 .input-group__item {
	width: 23%;
}
.input-group-5-1 > .input-group__item:first-child {
	width: 75%;
}

/* 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-title {
	position: relative;

	height: 26px;
	margin-bottom: 10px;

	font-size: 22px;
	text-align: center;
}
.instagram-title:after {
	position: absolute;
	top: 13px;
	left: 0;
	z-index: 1;

	content: "";
	border-bottom: 3px solid #fff;
	width: 100%;
}

.instagram-title > h4 {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 37;

	margin-left: auto;
	margin-right: auto;
	max-width: 455px;

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

	text-align: center;
}
.instagram-widget--grid li {
	position: relative;

	margin-left: 2%;
	margin-bottom: 2%;
	padding: 5px;
	width: 12%;

	background-color: #fff;
}

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

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

/* 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;
	z-index: 2;
}

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

	border: 1px solid #000;
	border-radius: 100%;

	cursor: pointer;
	text-indent: -9999px;
}
.flex-nav--paging a:hover {
	background: #000;
}
.flex-nav--paging .flex-active a {
	background: #000;

	cursor: default;
}

/* 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;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	padding: 15px 25px 12px 15px;
	overflow: hidden;
	background: rgba(0,0,0,.3);
	color: #fff;
	text-align: center;
}
.flex-caption h2,
.flex-caption h1 {
	margin-bottom: 0px;
	text-transform: uppercase;
	letter-spacing: 0.5;
	line-height: 1.1;
	font-size: 40px;
	color: #fff;
}
.flex-caption p {
	padding: 0;
	margin: 0;
	font-size: 22px;
	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(.4, 0, .22, 1) infinite;
			animation: donut-rotate 1300ms cubic-bezier(.4, 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: #7a9c69;
	border-right-color: #7a9c69;
}

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

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

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

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

.clear {
	clear: both;
}

.white-bg,
.l-content {
	background: #fff;
	margin-bottom: 20px;
	padding: 20px 20px 10px;
}

.box-shadow,
.l-content {
	position: relative;
	/*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);*/
}

.view-home .l-content,
.view-category .l-content,
.view-product .l-content,
.view-campaigns .l-content,
.view-bestsellers .l-content,
.view-search .l-content {
	background: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
}

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

.uppercase {
	text-transform: uppercase;
}

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

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

.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: #7a9c69;
}
.accent-color {
	color: #000000;
}


.bottom-auto {
	bottom: auto;
}
/* [/critical] */

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

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

/* [critical] */
/* Wishlist button */
.wishlist-button {
	position: relative;
	height: 35px;
	line-height: 35px;
}
.wishlist-link {
	display: block;
}
.wishlist-button img {
	max-width: 30px;
}

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

div#topcart-button {
	display: inline-block;
	*display: inline;
	cursor: pointer;
	position: relative;
}
.cart-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 14px;
	padding-top: 0;
}

.cart-header {
	font-weight: 500;
}

.cart-title, h5.cart-title__title, h5.popcart-slot__title {
	font-size: 1.25rem;
	font-weight: 500 !important;
	text-transform: none;
	margin-bottom: 0;
}

.cart-title {
	flex-grow: 1;
}

.cart-title {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.cart-header>*, .cart-footer__row>* {
	flex-shrink: 0;
}

.cart-title, .cart-sum, .cart--layout-1 .cart-item__sum {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.cart-header>*, .cart-footer__row>* {
	flex-shrink: 0;
}
.cart-close-button .is-close-dialog {
	display: inline-flex;
	align-items: center;
	border: none;
	padding-left: 16px;
	background-color: #fff0;
	font-size: 1.2rem;
	text-align: left;
	outline: none;
}
.cart-close-button .is-close-dialog p {
	margin-bottom: 0;
}

.topcart-count,
.wishlist-count {
	position: absolute;
	top: -6px;
	left: 22px;
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #f15a24;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	text-align: center
}
.topcart-link {
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	margin-left: 20px;

	background-image: linear-gradient(#34940b, #306f07);
}

.topcart-icon {
	max-width: 30px;
}
.topcart-subtotal {
	margin-left: 18px;
}
.topcart-font-icon {
	display: none;
}
.topcart-arrow {
	margin-right: 4px;
	margin-left: 4px;
}
.topcart-font-arrow {
	display: none;
}
.topcart-subtotal {
	color: #000;
}

div#popcart {
	display: none;
}

/* [/critical] */
div#popcart {
	position: absolute;
	right: 0px;
	top: 100%;
	margin-top: 1px;
	z-index: 900;

	display: none;
	height: 0;
	max-width: 350px;
	min-width: 300px !important;
	padding: 5px;
	border: 3px solid #ccc;
	border-radius: 0px;
	overflow: hidden;
	line-height: normal;

	background-color: #ededed;
	text-align: left;
	color: #666;

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

.card {
	margin-bottom: 15px
}

.card__heading {
	margin: 0;
	padding: 7px 10px;
	background-color: #fff;
	border-radius: 3px 3px 0 0;
	color: #fff;
	font-weight: 500
}

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

.cart-holder {
	position: relative;
	flex-shrink: 0
}

.topcart {
	display: flex;
	align-items: center;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #000
}

.topcart__body {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 5px;
	cursor: pointer
}

.topcart__count,.topcart__subtotal {
	font-weight: 500
}

.topcart__icon-inner {
	position: relative
}

.topcart__cart-icon {
	margin-right: 10px;
	margin-left: 5px;
	font-size: 25px;
	vertical-align: top
}

.topcart-info {
	line-height: 22px
}

.topcart__count {
	position: absolute;
	top: -7px;
	right: -4px;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	background: #ec040b;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center
}

.topcart__arrow {
	margin-right: 10px;
	margin-left: 2px;
	vertical-align: middle
}

.topcart__favorites {
	margin-right: 12px
}

.topcart__favorites .icon {
	color: #000;
	font-size: 25px;
	vertical-align: top
}

.is-hover.topcart__favorites .icon {
	animation: pop 0.25s cubic-bezier(.694,.0482,.335,1) 3
}

.is-new-cart-item .topcart__count {
	animation: cart-count-pop 0.25s cubic-bezier(.694,.0482,.335,1)
}
.popcart-dialog[open] {
	display: block !important;
	height: 100dvh;
	width: 638px;
	overflow: visible;
	border: none;
	padding: 15px;
	opacity: 1;
	animation-name: moveFromRight;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
@keyframes moveFromRight {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}

.popcart {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 0;
	overflow-x: visible;
	overflow-y: scroll;
}

.popcart-dialog {
	top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: 0;
	max-height: none;
	max-width: 100%;
	opacity: 0;
}
@media(min-width: 769px) {
	transform: translateX(100%);
}
.popcart {
	display: none
}

.popcart-scroll {
	overflow-y: auto;
	padding-right: 10px;
	scrollbar-width: thin;
}

.popcart__shipping {
	border-radius: 3px;
	margin: 15px 0;
	padding: 8px;
	color: #000;
	font-weight: 500;
	font-size: 11px
}
.popcart__cart_item_image {
	width: 60px;
}
.popcart__cart_item_title {
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	align-items: flex-start;
	flex-grow: 1;
	justify-content: flex-start;
	width: 60%;
}
.popcart__cart_item_total {
	width: auto;
}
.popcart__shipping {
	text-align: right;
}
.popcart__shipping .icon {
	margin-right: 7px;
	margin-left: 3px;
	font-size: 18px;
	vertical-align: middle
}
.popcart__shipping a,.popcart__shipping a:hover {
	color: #000;
	text-decoration: underline
}
.popcart__shipping__icon {
	padding-right: 5px;
	color: #000;
	font-size: 13px;
	text-shadow: 0 1px 1px #fff
}
.popcart__checkout_btn, .popcart__continue_btn {
	display: block;
	padding: 12px 30px;
	width: 100%;
	font-size: 1.2rem;
	text-align: center
}

.popcart__checkout_btn {
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
}
.popcart__checkout_btn:hover {
	background-color: #eee;
	color: #000;
}
.popcart__continue_btn {
	border: 1px solid #000;

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

.popcart__continue_btn:hover {
	border: 1px solid #000;
	background-color: #eee;
	color: #000;
}

.popcart-footer-buttons {
	margin-top: 20px;
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.popcart-recommendations-container {
}

.cart {
	--cart-gutter: 15px;
	margin-bottom: 20px
}

.m-cart-modal {
	display: none
}

@media all and (max-width: 768px),only screen and (max-device-width:900px) and (orientation:landscape) {
	.m-cart-modal {
		position:fixed;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 100;
		display: none;
		padding: 20px;
		background-color: #fff;
		box-shadow: 0 0 10px rgb(0 0 0 / .2);
		transform: translate3d(0,100%,0);
		transition-property: visibility,transform;
		transition-duration: 0.2s;
		transition-delay: 0.1s
	}

	.m-cart-modal__body {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-gap: 10px;
		margin-top: 15px;
		margin-bottom: 0
	}

	.no-cssgrid .m-cart-modal__body {
		margin-left: -10px
	}

	.no-cssgrid .m-cart-modal__body>div {
		display: inline-block;
		vertical-align: top;
		width: calc(99.99%/2 - 10px);
		margin-left: 10px;
		margin-bottom: 10px
	}

	.m-cart-modal__body .btn {
		padding-left: 0;
		padding-right: 0
	}

	.m-cart-modal .icon--check {
		border-radius: 50%;
		display: inline-block;
		margin-right: 6px;
		padding: 5px;
		background: #000;
		color: #fff;
		font-size: 22px;
		text-align: center;
		vertical-align: middle
	}

	.is-active.m-cart-modal {
		display: block;
		will-change: transform
	}

	.is-opend.m-cart-modal {
		transform: translate3d(0,0,0)
	}
}


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

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

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

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

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

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

.fb_iframe_widget iframe {
	position: relative !important;
}


.squaremeter-table {
	border-collapse: collapse;
	max-width: 300px;
}
.squaremeter-table tr td:first-child{
	min-width: 65px;
}
.squaremeter-table input {
	min-width: 50px;
	max-width: 90%;
	height: 38px;
	border-radius: 0;
	border: 1px solid #ccc;
}

.square-meter-type {
	border: 1px solid #eee;
	border-radius: 5px;
	margin-bottom: 5px;
}
.square-meter-type__title {
	padding: 10px;
}
.square-meter-type__title:hover {
	opacity: 0.8;
	cursor: pointer;
}
.square-meter-type__title--sample {
	background: #f15a24;
	color: #fff;
}
.square-meter-type__title--right {
	float: right;
	line-height: 1.5;
}
.square-meter-type__body {
	display: none;
	padding: 10px;
	border-top: 1px solid #eee;
}
.square-meter-type__body--info {
	margin-top: 5px;
	font-size: 12px;
}

.banner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
	/*background: #7b9d6a;*/
	background: #000;
	padding: 15px;
	text-align: center;
}

.banner.banner--image {
	background-color: transparent;
	text-shadow: 0 0 2px #000;
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 300px;
}

.banner.banner--image .banner__title,
.banner.banner--image .banner__text {
	padding: 3px;
}

.view-product .banner-holder-tablets .banner {
	margin: 0;
}

.view-product #addToCardButtonDiv .banner {
	margin: 10px 0px;
}

.banner__clock {
	margin: 10px 0;
}

.banner > div:not(.banner__image) {
	z-index: 1;
}

.banner__text {
	font-size: 1.4em;
}

.banner__title {
	font-weight: bold;
	font-size: 2em;
	text-align: center;
}

.banner__image img {
	max-height: 300px;
	min-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	-webkit-user-drag: none;
}

.clock {
	display: flex;
	flex-direction: row;
	width: 300px;
	align-items: center;
	justify-content: space-around;
}

.clock-separator {
	position: relative;
	height: 20px;
	width: 20px;
	margin-bottom: 18px;
}

.clock-separator .dot {
	content: "";
	height: 4px;
	width: 4px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
}

.clock-separator .dot--top {
	top: 20%;
	left: 35%;
}

.clock-separator .dot--bottom {
	bottom: 20%;
	left: 35%;
}

.clock-number {
	text-align: center;
	font-size: 1.3em;
}

.clock-info {
	font-size: 0.9em;
}

.banner-holder-tablets > .header-banner-content {
	display: none;
}
.extra-banner {
	background-color: #f1d190;
	color: #000;
	font-size: 0.9rem;
	line-height: 1.6;
}

@media only screen and (max-width: 600px) {
	.extra-banner {
		font-size: 1rem;
		line-height: 2;
	}
}

.header-banner-content p {
	margin-bottom: 0;
	padding-bottom: 5px;
	background-color: #f1d190;
	font-weight: 600;
	text-align: center;
}

.mobil-extra-banner {
    position: sticky;
    z-index: 1000;
    top: 91px;
    display: flex;
    justify-content: center;
	margin: 0px;
	max-height: 30px;
	font-weight: 400;
    background-color: #f1d190;
    text-align: center;
}

@media only screen and (min-width: 769px) {
	.mobil-extra-banner {
		display: none;
	}
}
@media only screen and (min-width: 585px) {
    .mobil-extra-banner {
        top: 50px;
    }
}

#cookie-banner {
	background: #FFFFFF;
	color: black;
	font-size: 12px;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	padding: 0.4em;
	z-index: 2147483647; /* z-index limit */
	border: lightgrey solid 1px;
}

.cookie_button {
	background: #eee;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
}

#cookie-banner a, #cookie-banner a:hover {
	color: black;
	text-decoration: underline;
}

@media all and (max-width: 480px) {
	.wgr-cookie-banner-content {
		display: block;
	}
	#cookie-banner a {
		padding: 5px;
		display: inline-block;
	}
}
/* Hide category links for productpage */
.product-category-ref__inner {
	position: relative;
}

.is-hidemore::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;

	content: "";
	height: 15px;

	background: linear-gradient(rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%);
}
.is-hidemore .hidemore {
	display: none;
}
.is-hidemore.ref-toggle-button {
	opacity: 0.7;
}
.ref-toggle-button {
	margin-top: 5px;

	text-align: center;
	font-size: 1.3rem;

	cursor: pointer;
}

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

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

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

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

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

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

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

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

.cookie-control-banner__text {
	display: block;

	text-align: left;
}

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

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

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

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

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

	background: none;
	color: #fff;
}
.cookie-control-banner__buttons .btn--primary {
	border: none;
}

.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 {
	background-image: linear-gradient(#34940b,#306f07);
	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: 90vh;
	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;
}

/* Voyado live search */
.l-voyado-autocomplete {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 2000;

	border-radius: 0 0 4px 4px;
	max-height: 90vh;
	overflow-y: auto;

	background: #fff;
	color: #222;
	text-align: left;
}
.l-voyado-autocomplete .phrase--mobile {
	display: none;
}
.l-voyado-autocomplete__content,
.l-voyado-autocomplete__titles {
	display: flex;
}
.l-voyado-autocomplete__left,
.l-voyado-autocomplete__titles__left {
	flex-grow: 0;
	flex-shrink: 0;

	padding: 20px;
	width: 80%;
}
.l-voyado-autocomplete__left .btn--block {
	text-transform: uppercase;
}
.l-voyado-autocomplete__left .product-item__img {
	padding-bottom: 75%;
}
.l-voyado-autocomplete__right,
.l-voyado-autocomplete__titles__right {
	flex-shrink: 1;

	margin-left: auto;
	padding: 20px;
	padding-left: 0;
	width: 20%;
}
.l-voyado-autocomplete__right li {
	margin-bottom: 7px;

	font-size: 15px;
}
.l-voyado-autocomplete__right li .wgr-icon {
	display: none;
}
.l-voyado-autocomplete .product-item__wish {
	position: absolute;
	right: 5px;
	top: 5px;
}
.l-voyado-autocomplete__left,
.l-voyado-autocomplete__right {
	padding-top: 0;
}
.l-voyado-autocomplete__titles__left,
.l-voyado-autocomplete__titles__right {
	padding-bottom: 0;
}

.l-voyado-autocomplete .block-list {
	overflow: hidden;
}

.l-voyado-autocomplete--visible {
	min-height: 180px;
}

.voyado-li {
	padding-top:20px;
	padding-left: 20px;

}

.btn--search {
	display: block;
	width: 100%;
	text-transform: capitalize;
}

.news-modal {
	z-index: 999;
	position: fixed;
	display: flex;
	bottom: 15px;
	right: 15px;
	max-width: 500px;
	flex-direction: column;
	box-shadow: 0 3px 14px rgb(17 34 51 / 16%);
	background-color: #fff;
}

.news-modal__main {
	padding: 0.5rem;
}

.news-modal__container {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.news-modal__content {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.news-modal__register {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}

.news-modal__close {
	display: flex;
	justify-content: flex-end;
}

.news-modal__close i {
	cursor: pointer;
}

.news-modal__actions {
	display: flex;
	justify-content: space-around;
	width: 100%;
}

.news-modal__actions input {
	outline: 0;
	border-width: 0 0 2px;
	border-color: lightgrey;
	margin-bottom: 10px;
	width: 100%;
}

.news_modal__formrow {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.news-modal__actions button {
	background-color: #FFF;
	border: 2px solid #000;
	color: #000;
	margin-top: 15px;
}

.news-modal__actions button:hover,
.news-modal__actions button:focus {
	color: #000;
}

.news-modal__img {
	height: 100%;
}

.news-modal__img p {
	margin: 0px;
}

.recommendations-loader {
	font-size: 1rem;
	line-height: 1.4rem;
}

.recommendations__holder.loading .recommendations-loader {
	background: linear-gradient(
		100deg,
		rgba(255, 255, 255, 0) 40%,
		rgba(255, 255, 255, .5) 50%,
		rgba(255, 255, 255, 0) 60%
	) #ededed;
	background-size: 200% 100%;
	background-position-x: 180%;
	animation: 1s loading ease-in-out infinite;

	min-height: inherit;
	border-radius: 4px;
	animation-delay: .06s;
}

@keyframes loading {
	to {
		background-position-x: -20%;
	}
}

.type2 {
	display:none;
}
.type2.mobile-module {
	margin-bottom:0;
	margin-top: -1px;
}
.type2.menu-break {
	margin-bottom: 30px;
}

.flex {
	display: flex;
}

.items-center {
	align-items: center;
}

.justify-center {
	justify-content: center;
}

.p-20 {
	padding: 5rem;
}

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

/*
 * FAQ Page
 */
.faq-category {
	margin-bottom: 30px;
}
.faq-question {
	margin-bottom: 20px;
}
.faq-question__title,
.faq-question__answer {
	display: block;
}
.faq-question__title {
	font-weight: bold;
	color: #000;
}
.faq-question__arrow {
	display: none;
	margin: 5px 10px;
	font-size: 18px;
}
.faq-question__arrow.is-active {
	display: block;
	float: right;
}
.faq-question__answer {
	margin-bottom: 20px;
}
.accordion-body .faq-category:last-child,
.accordion-body .faq-category:last-child .faq-question__answer:last-child {
	margin-bottom: 0;
}
.faq-section .accordion-body[aria-hidden="true"] > div {
	margin-bottom: 0;
}
