<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
	Copyright (C) 2012-2023 Kodmyran AB
	All Rights Reserved

	- Grid system is at the bottom of the file
*/

html, body {
	border: none;
	height: 100%;
	scroll-padding-top: 75px;
}

body {
	height: 100%;
	padding: 0;
	margin: 0;
	color: #333;
	font: 16px Europa, 'Open Sans',Arial,Helvetica,sans-serif;
}

img,
object,
video {
	border: none;
	height: auto;
	max-width: 100%;
}

iframe {
	border: none;
	max-width: 100%;
}

a {
	text-decoration:none;
	color:#333;
	outline: 0;
}

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

a:focus {
	outline-offset:2px;
	text-decoration:underline;
	outline: none;
	color: #9c5a53;
}

a:hover {
	text-decoration:none;
	color: #9c5a53;
}

a:active {
	background-color:transparent;
	outline:none
}

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

ul.checked {
	list-style-type: none !important;
	margin-left: 0 !important;
}

/*
	Form controls
*/
input,
select,
textarea {
	border: 1px solid #e0ded8;
	font-family: inherit;
}

input[type=number] {-moz-appearance: textfield; }
::-webkit-inner-spin-button { -webkit-appearance: none; }
::-webkit-outer-spin-button { -webkit-appearance: none; }

input,
textarea,
button {
	-webkit-border-radius: 0;
}

button {
	cursor:pointer;
}

input[type=text], textarea {
	transition: all 0.30s ease-in-out;
	outline: none;
	padding: 3px 0 3px 3px;
	margin: 5px 1px 3px 0;
	border: 1px solid #000;
}

caption {
	text-align: left;
	border-bottom: 1px solid #e0ded8;
	padding-bottom: 3px;
}

label {
	font-size: 0.8em;
	font-weight: 600;
}

.storleksvaljaren label {
    font-size: 14px;
    font-weight: 700;
}

form,
fieldset {
	margin:0;
	padding:0;
	border:none;
	clear: both;
}

/*
	Skip link
*/
#skiplinks {
	left: 10px;
	position: absolute;
	top: 6px;
	z-index: 9999;
}

#skiplinks a {
	display: block;
	position: absolute;
	top: -500px;
}

#skiplinks a:focus,
#skiplinks a:hover,
#skiplinks a:active {
	background-color: #000;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	left: 0;
	padding: 10px;
	position: absolute;
	top: 0;
	white-space: nowrap;
}

.px16 {
	padding: 16px;
}

#ogbutton a {
    color: #fff;
    text-transform: uppercase;
    background-color: #353333;
    line-height: 50px;
    padding: 0 16px;
    display: block;
    font-weight: 400;
    font-size: 1.1em;
    width: 100%;
    height: 50px;
    position: relative;
    overflow: hidden;
    letter-spacing: 1px;
    text-shadow: none;
    text-align: center;
}

.testest {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin: 0 16px;
}
.tstra {
	background-color: white;
	position: relative;
	padding: 16px 16px 0px 16px;
}
.productFrame {
	margin-top: 0;
}
.catProdImage {
	text-align: center;
}
.catProdImage img {
	width: 100%;
	max-height: 404px;
	vertical-align: top;
	object-fit: contain;
}
.catProdInner {
	padding-top: 16px;
}
.catProdInner h3 {
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	text-align: left;
}
p.shortText {
	padding: 8px 0 16px 0;
	line-height: 1.2em;
	margin-bottom: 50px;
}
.productPricecat {
	background-color: #e5dece;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	display: inline-flex;
	align-items: center;
}
.priceRegularcat {
	color: #000;
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 24px;
}
.priceNewcat {
	color: #8b0000;
	width: 100%;
	text-align: right;
	font-weight: 600;
	font-size: 24px;
}
.priceOldcat {
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 16px;
	text-decoration: line-through;
	padding-left: 8px;
	color: #000000;
	margin-top: 0;
}
.productListContainer ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin: 0 16px;
}
span.helper {
	display: none;
	height: 100%;
	vertical-align: top;
}

/*
	Print
*/
@media print {
	.noprint {
		display: none;
	}
}

@page {
	margin: 0.5cm;
}

/*
	Styled select
*/
.styled-select {
	overflow: hidden;
	background: #fff;
	border: 1px solid #DDDDDD;
	height: 40px;
	border-radius:2px;
	position: relative;
}

.styled-select select::-ms-expand {
	display: none;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	 filter: alpha(opacity=0);
	 opacity:0;
}

.styled-select select {
	width: 100%;
	height: 100%;
	border: 0;
	line-height: 1.5;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-overflow: '';
	appearance: none;
	background: transparent url("../images/bg-arrows.png") no-repeat scroll right 12px;
	padding: 0 10px;
	padding-right: 35px !important;
}

/*
	Typography
*/
h1, h2, h3, h4 {
	font-family: Europa, 'Open Sans', sans-serif;
}

h1 {
	font-size: 1.8em;
	font-weight: 400;
}

h1 .grey {
	font-weight: 300;
}

h2,
.likeH2 {
	color: #484848;
	display: block;
	font-size: 1.5em;
	margin: 0;
	padding: 0 0 5px;
	font-weight: 400;
}

h1.styled,
h2.styled {
	position: relative;
	font-size: 1.4em;
	font-weight: 600;
	padding: 10px 0;
	text-align: left;
	text-transform: uppercase;
}

h3 {
	margin:0;
	padding:0 0 3px 0;
	display:block;
	font-size:1.1em;
	font-weight: 400;
}

h3.freefreight {
	color: white;
	background-color: #9c5a53;
	padding: 10px 18px 10px 18px;
	border-radius: 18px;
	display: inline-block;
}

p {
	line-height: 1.6em;
	padding: 8px 0;
	margin-bottom: unset;
}

p a {
	text-decoration: none;
}

/*
	Padding
*/
.pad {
	padding: 5px;
}

/*
	Support classes
*/
.floatLeft {float:left;}
.floatRight {float:right !important;}
.ib {
	vertical-align: top;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
.clear {clear:both;}
.col {float: left;}
.justifyCenter {text-align: center;}
.textSmall {font-size: 84%;}
.textBig {font-size: 130%;}
.textUnderline {text-decoration: underline;}
.textItalic {font-style: italic;}
.textBold {font-weight: 600;}
.textNormal {font-weight: 300;}
.textSmallLight {color: #000;}
.textLightItalic {color: #7c7c7c;font-style: italic;}
.textRight {text-align: right;}
.textCenter {text-align: center;}
.textLeft {text-align: left;}
.dispNone {display: none;}
.initiallyClosed {display: none;}
.no-after:after {display: none;}
.highlight {color: #9c5a53;}
.highlightedCart {background-color: #42b84b !important; color: #fff !important;}
.grey {color: #6b6b6b;}
.green {color: #009900}
.orange {color: #ea6a00 !important;}
.onlyBig {display: none !important; }
.onlySmall {display: block !important; }
.wSpaceNormal {white-space: normal !important;}
.pad0 {padding:0 !important;}
th { text-align: left; font-weight: 600; }
.close {display: none !important;}
.open {display: block !important;}

#topUsp li,
ul.checked li {
	display: list-item;
	position: relative;
	padding: 2px 0 2px 20px;
}

#topUsp li:before,
ul.checked li:before {
	content: '\f00c';
	font-family: FontAwesome;
	position: absolute;
	left: 5px;
	top: 3px;
	height: inherit;
	color: #ffd11f;
}

.flexRow {

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;

}
.flexRow &gt; [class*='grid-'] {

	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}

ul.flexRow.textCenter {
	display: flex;
	flex-wrap: inherit;
	overflow-x: auto;
}

.tableRow {
	display: table;
	height: 100%;
}
.tableRow &gt; [class*='grid-'] {
	display: table-cell;
	float: none;
	vertical-align: top;
	height: 100%;
}

/*
	Fill boxes
*/
.box input {
	display:none;
}
.box label {
	display: none;
}
#bottomCategoryText {
	column-gap: 32px;
	padding: 32px;
	column-count: 2;
}
#bottomCategoryText h1, #bottomCategoryText h2, #bottomCategoryText h3, #bottomCategoryText h4 {
	text-transform: uppercase;
	text-align: left!important;
	padding: 10px 10px 10px 0!important;
	font-weight: 600;
}
#bottomCategoryText h1,
#bottomCategoryText h2,
h2.grid-m {
	font-family: garamond-premier-pro, serif;
	font-weight: 700;
	margin-top: 16px;
	font-size: 40px;
	grid-column: span 2;
	column-span: all;
}
h2.grid-m {
	float: unset;
}
#bottomCategoryText h3 {
	font-size: 24px;
	font-family: garamond-premier-pro, serif;
	font-weight: 700;
	margin-top: 16px;
}
#bottomCategoryText p,
#bottomCategoryText h3 {
	break-inside: avoid;
}
.innerFill {
	height: 100%;
	padding: 16px 8px;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.9);
	position: relative;
}

.innerFill h1 {
	padding: 10px 10px;
	text-align: center;
}

.innerFill h2 {
	padding-left: 5px;
	text-align: center;
}

h4.grid.nosto-title {
	position: relative;
	font-size: 1.4em;
	font-weight: 600;
	padding: 10px 0;
	text-align: center;
	text-transform: none;
	margin: 5px!important;
}
.mobile {
	display:none!important;
}
.computer {
	display:block;
}

/*
	Shadow
*/
.bottomShadow {
	border-bottom: 0 solid #ececec;
}

li.item&gt;.miniProduct&gt;a, li.item&gt;a {
	min-height: 180px;
	max-height: 310px;
	height: 310px;
	display: block;
	text-align: center;
}
.choose-size {
    font-size: 14px;
    font-weight: 700;
}

.prodSelectRow {
    margin-bottom: 16px;
}

select#physwid {
    width: 100%;
    padding: 16px;
    background-color: #f2f2f2;
    border: 0;
    margin-top: 16px;
}

.asstre {
	background-color: #ffffff;
    border: 1px solid;
	float: left;
	width: 100%;
	padding: 16px;
	display: flex;
	align-items: center;
	margin: 16px 0;
}
.asstre h2 {
	padding: 0;
	text-align: left;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	border-bottom: 0 !important;
}
.asstrebutton {
	background-color: #00b67a;
	color: #fff;
	text-align: center;
	padding: 16px;
	border-radius: 0;
	font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
.asstrebutton:hover {
	background-color: #000000;
}
.asstresave {
 	font-weight: 600;
	color: #d94d4d;
	font-size: 16px;
}

#lagg-i-varukorg li.item&gt;.miniProduct&gt;a, li.item&gt;a {
	height: inherit;
}

#lagg-i-varukorg li.item a {
	height: auto;
	font-size: 12px;
	font-weight: 400;
	padding-top: 8px;
}

#lagg-i-varukorg .poster-title {
	padding-top: 8px;
	margin-bottom: 0;
}

h3.poster-title {
	font-weight: 600;
	font-size: 13px;
	font-family: Europa,Arial,sans-serif;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: auto!important;
}

#lagg-i-varukorg .info-row {
	padding-top: 10px;
	font-size: 12px;
}

.Pris-produkt2 {height: 1.5em;font-weight: 600;font-size: 0.9em;}
span.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.ribbon {
	position: absolute;
	top: 15px;
	right: 24px;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	border-radius: 50%;
	z-index: 1000;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #9c5a53!important;
}

.Pris-produkt2.sale {
	color: #c72d2d!important;
	font-weight: 700;
}

ul.list-prod.nosto-carousel.slick-initialized.slick-slider {
	padding-top: 24px;
}

/*
	Ribbons
*/
.ribbon-wrap {
	width: 100%;
	height: 188px;
	position: absolute;
	top: -4px;
	left: 4px;
	overflow: hidden;
}
.ribbon-wrap:before, .ribbon-wrap:after {
	content: "";
	position: absolute;
}
.ribbon-wrap:before {
	width: 25px;
	height: 4px;
	right: 100px;
	background: #535845;
	border-radius: 8px 8px 0 0;
}
.ribbon-wrap:after {
	width: 4px;
	height: 25px;
	right: 0;
	top: 100px;
	background: #535845;
	border-radius: 0 8px 8px 0;
}

.ribbon1 {
	width: 200px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	top: 30px;
	right: -50px;
	z-index: 90;
	overflow: hidden;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #6f765d;
	text-align: center;
	color: #fff;
}

.ribbon3 {
	background: #cac6ba none repeat scroll 0 0;
	color: #595037;
	font-size: 0.75em;
	height: 25px;
	left: 0;
	line-height: 25px;
	padding-left: 15px;
	position: absolute;
	top: 53%;
	width: 111px;
	z-index: 90;
}

.ribbon3:before, .ribbon3:after {
	content: "";
	position: absolute;
}

.ribbon3:before {
	border-bottom: 6px solid #9e957c;
	border-left: 7px solid transparent;
	height: 0;
	top: -5.5px;
	width: 0;
}

.ribbon3:after {
	border-bottom: 12px solid transparent;
	border-left: 9px solid #cac6ba;
	border-top: 13px solid transparent;
	height: 0;
	right: -8.5px;
	width: 0;
}

/*
	Error and info boxes
*/
.info,
.error {
	position: relative;
	padding: 20px 10px 20px 50px;
	/* border: 1px solid #e0ded8; */
	background: #fff;
	margin: 15px 0;
}

.info {
	/* border: 1px solid rgb(150, 147, 145); */
	/* background: #e7f6e8; */
	color: #000000;
	border-radius: 2px;
}

.info:before {
	/* content: '\2713'; */
	font-size: 32px;
	font-weight: 400;
	left: 10px;
	position: absolute;
	top: 10%;
	color: #02830b;
}

.error {
	border: 1px solid #993333;
	background: #f2e7e7;
	color: #993333;
}

.error:before {
	content: '!';
	font-size: 40px;
	font-weight: 400;
	left: 17px;
	position: absolute;
	top: 7%;
	color: #993333;
}

.observe {
	color: #993333;
	border: 1px dashed #993333;
}

/*
	Navigation related
*/

.nav-wrapper {
	
}

/*
	Menu left
*/

/* -- Toggle button when mobile mode */
#menuLeftToggle {
	background-color: #ffd11f;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	display: none;
}

#menuLeftToggle span {
	position: relative;
}

#menuLeftToggle span:after {
	content: '\f107';
	font-family: FontAwesome;
	position: absolute;
	right: -17px;
	top: 2px;
	height: inherit;
}

#menuLeftToggle.active span:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* -- The menu */
#menuLeft {
	font-size: .8em;
	display: none;
	background-color: #f7f7f7;
	padding: 10px;
}

#menuLeft .backButton {
	color: #555;
	display: block;
	margin-bottom: 2px;
	padding: 3px;
	line-height: 20px;
	background-color: #fff;
	margin-top: -8px;
}

#menuLeft .backButton i {
	margin-right: 5px;
	padding-left: 0;
}

#menuLeft h2 {
	background-color: #000;
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	padding: 10px;
	text-transform: none;
}

#menuLeft h3 {
	font-size: .9em;
	font-weight: 400;
	padding: 10px 0 5px 0;
	color: #000;
}

#menuLeft li {
	display: block;
	position: relative;
	padding:0;
	background-color: #fff;
	border-bottom: 1px solid #e4e4e4;
	overflow: auto;
}

#menuLeft li a {
	display: block;
	padding: 9px 5px;
}

#menuLeft ul &gt; li.category {
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

#menuLeft li.category:hover {
	background-color: #fcfcfc;
}

#menuLeft li.category &gt; a.changed {
	background-color: #f3f3f3;
}

#menuLeft li.child:hover {
	background-color: #fcfcfc;
}

#menuLeft li.child {
	border-bottom: 1px dashed #e4e4e4;
	padding-left: 14px;
}

#menuLeft li.child:last-child {
	border-bottom: 3px solid #e4e4e4;
}

#menuLeft li.active {
	background-color: #f1f1f1;
}

#menuLeft li.hasSub a:after {
	content: '\f0d7';
	font-family: FontAwesome;
	position: absolute;
	right: 5px;
	top: 12px;
	height: inherit;
	color: #000;
}

#menuLeft li.noSub a:after {
	display: none;
}

#menuLeft li.hasSub a.changed:after {
	content: '\f0d8';
}

#menuLeft .subMenuWrapper {
	display: none;
	position: relative;
}

/*
	Menu top
*/
#topMenu {
	height: 100%;
	display: table;
	width: 100%;
	padding:0;
}
.container.addedLate {
	background-color: #494949;
}

/*
	Top container when in mobile mode
*/
#menuTop,
#menuTop.fixed {
	width: 100%;
	z-index: 100;
	background-color: #494949;
}

#menuTop.fixed {
	/* box-shadow: 0 1px 2px rgba(0,0,0,0.2); */
}

#menuTop &gt; .container {
	height: 100%;
	position: relative;
}

#menuTop {
	height: 72px;
	width: 100%;
	z-index: 100;
}

/*
	countrySelect
*/
#countrySelect {
	padding: 10px;
}

#countrySelect img {
	padding: 0 5px;
}

#countrySelect .active img {
	background-color: #a9db67;
	border: 1px solid #75a733;
	border-radius: 3px;
}

#countrySelect ul {
	float: right;
}

#countrySelect ul {
	display: table;
	height: 100%;
}

#countrySelect li {
	display: table-cell !important;
	vertical-align: bottom;
}

#countrySelect li:hover img {
	background-color: #e3f6ca;
	border-radius: 3px;
}

/*
	jsSearchField
*/
#jsSearchField {
	display: block;
	padding: 0 10px;
}

#jsSearchField legend {
	display: none;
}

#jsSearchField button span {
	display: none;
}

#jsSearchField.fixed {
	display: none;
}

.search-form .searchContainer {
	position: relative;
}

.search-form button span {
	display: none;
}

.search-form .text:focus,
.search-form .icon:hover {
	color: #000000;
}

.search-form .text:focus {
	outline: none;
}

.search-form .text:active {
	outline: none;
}

.search-form .text {
	height: 47px;
	padding: 8px 32px 8px 16px;
	width: 100%;
	background-color: #fff;
	border: 0 solid #e4e4e4;
	font-size:14px;
}

.search-form .icon {
	background-color: #deb773;
	height: 47px;
	position: absolute;
	right: 0;
	top: 5px;
	width: 50px;
	border: 0;
	cursor: pointer;
	color: #494949;
}

.search-form .icon:focus {
	background-color: green;
}

.search-form .icon:hover {
	background-color: #6f765d;
	color: #fff;
}

.search-form .search-form {
	margin: 0 auto;
	max-width: 1920px;
}

/*
	jsMenuList
*/

#subMenu-470951 {
	display: none!important;
}

#jsMenuList {
	background-color: #f7f7f7;
	box-shadow: 0 7px 5px -5px #d0d0d0;
	color: #fff;
	display: none;
	left: 0;
	max-height: calc(100% - 72px);
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 72px;
	width: 100%;
	z-index: 40;
}

#jsMenuList li {
	display: block;
}

#jsMenuList a {
	display: block;
	font-size: .9em;
	height: 100%;
}

#jsMenuList a:active {
	text-decoration: none !important;
	color: #333333;
}

#jsMenuList a:focus,
#jsMenuList.desktop li.category &gt; a:focus {
	color: #deb773;
}

#jsMenuList li.category &gt; a {
	word-wrap: break-word;
	padding: 15px 0 15px 15px;
	position: relative;
	z-index: 1;
	/*background-color: #f7f7f7;*/
	border-bottom: 1px solid #e1e1e1;
}

#jsMenuList li.category i {
	font-weight: 600;
	float: right;
	margin-right: 0;
	font-size: 1.5em;
	padding: 14px 25px 14px 35px;
	margin-top: -15px;
}

#jsMenuList li.category.changed i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#jsMenuList li.category &gt; a:hover {
	background-color: #e8e8e8;
}

#jsMenuList li.child {
	padding: 0;
}

#jsMenuList li.child:hover {
	/*background-color: #e8e8e8;*/
}

#jsMenuList.topLevel &gt; li.changed &gt; a {
	background-color: #ffd11f;
	color: #fff;
}

#jsMenuList .menuImg {
	display: none;
	height: 60px;
	line-height: 0;
	margin-bottom: 0;
	text-align: center;
	background-color: #fff;
}

#jsMenuList .menuImg .menuImgScale {
	height: 50px;
	overflow: hidden;
}
#jsMenuList .menuImg .menuImgScale img {
	max-height: 100%;
	width: auto;
}

#jsMenuList .menuTxt {
	text-align: left;
	text-transform: none;
	word-wrap: break-word;
	padding: 0 5px 0 5px;
	position: relative;
	white-space: normal;
	overflow: hidden;
}

#jsMenuList .menuTxt i {
	line-height: 32px; /* Also look at #jsMenuList li .subMenuWrapper a */
	font-size: 1.3em;
}

#jsMenuList .menuTxt a {
	padding-left: 10px;
}

.menuTxt:hover {
	color: #deb773!important;
}

#jsMenuList li .subMenuWrapper {
	display: none;
	border: 0;
	overflow: auto;
	box-shadow: none;
	width: 100%;
	background-color: #494949;
	z-index: 2;
}

#jsMenuList li .subMenuWrapper a {
	color: #fff;
	line-height: 32px; /* Also look at #jsMenuList .menuTxt i */
}

#jsMenuList li .subMenuWrapper li {
	position: relative;
}

#jsMenuList li .subMenuWrapper li.changed {
	/*background-color: #f7f7f7;*/
}

#jsMenuList li .subMenuWrapper li.changed i {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#jsMenuList .subMenuWrapper .subMenuWrapper {
	background-color: #f7f7f7;
}

#jsMenuList .subMenuWrapper .subMenuWrapper li.child {

}

#jsMenuList .level-1 .menuTxt {
	margin-left: 10px;
	color: #fff;
	margin-top: 8px;
	margin-bottom: 8px;
}
#jsMenuList .level-2 .menuTxt {
	color: #000;
}

/*
	Newsletter
*/

#ajaxNL {
	text-align: center;
	width: 100%;
}

#ajaxNL .newsletter-field {
	height: 40px;
	vertical-align: middle;
	/*width: 30%;*/
	padding: 5px;
	border: 0;
	max-width: 300px;

	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.nlText {
	text-align: center;
}

.nlText i {
	font-size: 2.5em;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 10px;
}

.nlText span {
	display: block;
}

.nlText img {
	vertical-align: middle;
	padding-right: 10px;
}

.nlText strong {
	padding-right: 15px;
	font-weight: 600;
}

/*
	Show/Hide in category view
*/
#categorySubCategories h2 {
	display: none;
}

.categoryDescription {
	overflow:hidden;
	position: relative;
	padding: 0 60px 0 0;
}

.fadeout {
	display: none;
	height: 4em;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-image: linear-gradient(
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 100%
	);
}

#cpToggle {
	display: none;
}

#cpToggle button {
	background-color: #9c5a53;
	border-radius: 50px;
	bottom: 5px;
	cursor: pointer;
	font-size: 23px;
	height: 45px;
	line-height: 35px;
	padding: 5px;
	position: absolute;
	right: 5px;
	text-align: center;
	text-transform: uppercase;
	width: 45px;
	color: #fff;
	display: block;
	border: 0;
}

#cpToggle button:hover{
	background-color: #494949
}

#cpToggle:hover button,
#cpToggle:hover button:focus {
	outline: 0;
}

.collapsed {
	max-height:80px;
}

.expand {
	max-height: none;
}

/*
	VAT-area
*/
#vatContainer .vatInner {
	width: 150px;
	text-align: left;
	margin: 10px auto 0;
}

.vatInner .vatText {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;

	vertical-align: top;
	font-size: .9em;
	line-height: 30px;
	width: 55%;
	/*background-color: #f7f7f7;*/
	color: #333 !important;
	padding-left: 6px;
	position: relative;
}
.vatInner .vatSwitch {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align: top;
	width: 40%;
}

/*
	On/off switch
*/
.onoffswitch {
	position: relative;
	width: 99%;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
	margin-bottom: 5px;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.onoffswitch-inner {
	display: block; width: 200%; margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 12px;
	color: white;
	font-family: Europa, Arial, sans-serif;
	font-weight: 400;
	box-sizing: border-box;
}

.onoffswitch-inner:before {
	content: "P\c5";
	background-color: #9c5a53;
	border-radius: 5px;
	color: #fff;
	padding-left: 7px;
}

.onoffswitch-inner:after {
	content: "AV";
	padding-right: 10px;
	background-color: #EEEEEE; color: #999999;
	text-align: right;
}

.onoffswitch-switch {
	display: block; width: 18px; margin: 6px;
	background: #FFFFFF;
	position: absolute; top: 0; bottom: 0;
	right: 33px;
	border-radius: 2px;
	transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0;
}

/*
	Styled radio button or checkbox
*/
/*
input.styledChk {
	display:none;
}

input.styledChk + label {
	font-weight: normal;
	font-size: 1em;
	cursor: pointer;
	margin-right: 10px;
}

input.styledChk + label span {
	display:inline-block;
	width:19px;
	height:19px;
	margin:-1px -1px 0 0;
	vertical-align:middle;
	cursor:pointer;
	font-weight: normal;
}
input.styledChk + label span:after {
	content:"\f10c";
	font-family: FontAwesome;
	color: #a3a3a3;
}

input.styledChk:checked + label span {
}

input.styledChk:checked + label span:after {
	font-family: FontAwesome;
	content:"\f00c";
	color: green;
}
*/

/*
	Wrapper
*/
#redeal-minimized-button {
	font-weight: 100!important;
	font-size: 16px!important;
}
p#nedrakna {
	padding:0 0 8px 0;
	font-size:12px;
}
#bannertext {
	font-size: 8px;
	text-align: center;
	background-color: #e1e1e1;
}
#banner {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1px;
	overflow-x: auto;
	margin: 0 auto;
	width: 100%;
	color: #000;
	min-height:8px;
}
.banner a {
}
.banner a:hover {
	background-color: #d3b073;
	color:#000;
}
.banner p {
	background-color: #deb773;
	padding: 16px 8px 16px 8px;
	text-align: center;
	font-size: 14px;
	font-weight: 100;
	letter-spacing: 0.01em;
}
.banner p:hover {
	background-color: #d3b073;
}
.banner {
	padding: 8px 4px;
	min-width: fit-content;
}
.grid-m-12.grid-t-12.grid-tl-12.grid-d-12.banner {
	padding: 0;
	margin-right:1px;
	background-color: #deb773;
}
.grid-m-12.grid-t-12.grid-tl-12.grid-d-12.banner:last-of-type {
	margin-right: 0;
}
#wrapper {
	font-size: .8em;
	background: #ffffff;
	min-height: 40%;
}
#wrapper &gt; .container {
	padding-top: 5px;
}

/*
	Index page
*/
#indexOnSale .innerFill,
#indexTopText .innerFill,
#indexBottomText .innerFill,
#indexTopSellers .innerFill,
#indexLastCreated .innerFill,
#indexTopSellersFromCategories .innerFill {
	/* override global innerFill */
	background-color: transparent;
	border: none;
	padding: 0;
}

#indexTopText {
	margin-bottom: 20px;
}
#indexTopText h2 {
	text-transform: uppercase;
	padding: 16px 16px 16px 16px;
}

#indexTopSellersFromCategories .catLink {
	font-size: .9em;
	margin-top: -6px;
	margin-bottom: 5px;
}

#indexTopSellersFromCategories .catLink a {
	background-color: #9c5a53;
	border-radius: 10px;
	padding: 2px 9px;
	color: #fff;
}

#indexTopSellersFromCategories .catLink a:hover {
	background-color: #494949;
}

#pageIndex {

}

#pageIndex .flex-control-nav {
	position: absolute;
	bottom: -2px;
	right: 9px;
	width: auto;
}

#pageIndex .flexslider {
	min-height: auto;
}

#pageIndex .flexslider .slides img {
	width: auto;
	margin: 0 auto;
}

#pageIndex .box1 {
	width: 100%;
	background-color: #e8e8e8;
}

#pageIndex .box2 {
	padding: 10px;
	outline: 1px solid #e8e8e8;
	width: 100%;
	text-align: center;
}

#pageIndex .box2 p{
	line-height: 0;
}

a#CybotCookiebotDialogPoweredbyCybot, div#CybotCookiebotDialogPoweredByText {
	display: none;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
	display: none;
}

.column {
	position: relative;
}

.uspPlate {
	position: relative;
}

.grid-m-12.grid-t-6.grid-tl-6.grid-d-6.uspPlate:last-of-type {
	padding-left: 8px !important;
}

.uspimgsale {
	position: relative;
}

.uspimgsaletext {
	position: absolute;
	top: 0;
	padding: 12px 16px;
	background-color: #cb4140;
	color: #fff;
}

.grid-m-12.grid-t-12.grid-tl-12.grid-d-12.UspArea {
	padding: 0;
}

.grid-m-12.grid-t-12.grid-tl-12.grid-d-12.uspPlate img {
	min-height: 450px;
	max-height: 450px;
	object-fit: cover;
}

.usptext {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}

.usptext h2 {
	font-size: 60px;
	color: #fff;
	line-height: 1;
	padding: 32px;
	font-weight:100;
}

.usptext h2 a {
	color: #fff;
}

#uspIndex .uspPlate .usptext p {
	line-height: 1.6em;
	color: #fff;
	font-size:14px;
}
p.space {
	height: 16px;
}
.usptext button {
	background-color: #ddd6c4;
	border: none;
	color: #322a28;
	padding: 16px 24px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Europa;
	font-weight: 300;
	margin-top: 40px;
	min-width: 200px;
}

.usptext button:hover {
	background-color: #494949;
	color: #fff;
}

#uspIndex {
background-color: #fff;
margin-top: 0;
padding-top:16px;
}

#uspIndex [class*='grid-'] {
}

#uspIndex [class*='grid-']:first-child,
#uspIndex [class*='grid-']:nth-child(2) {
	/*border-bottom: 1px solid #eaeaea;*/
	/*padding-bottom: 14px;*/
}

#uspIndex [class*='grid-']:nth-child(2){
	border-right: 0;
	padding-right: 8px;
}

#uspIndex [class*='grid-']:last-of-type {
	border-right: 0;
}

#uspIndex .uspPlate {
	text-align: center;
	min-height: auto;
	padding: 0 16px;
}

#uspIndex .uspPlate i {
	font-size: 4em;
}

#uspIndex .uspPlate p {
	margin: 0;
	padding: 0;
	line-height: 0;
}

#uspIndex .uspPlate img {
	width: 100%;
	height: auto;
}
#uspIndex [class*='row4']:first-child{
	padding-right: 4px;
}

#uspIndex [class*='row4']:nth-child(2) {
	padding-left: 12px;
}
#uspIndex [class*='row4']:nth-child(3) {
	padding-left: 8px;
	padding-right: 12px;
}

#uspIndex [class*='row4']:last-of-type{
	padding-right: 16px;
	padding-left: 4px;
}

.toptext {
	padding: 0!important;
}

.toptext p {
	padding: 0 16px 16px 16px;
}

#cevoid-container {
	padding: 0 16px;
}

#indexImagesFromCategories .catItem:hover .innerFill {
	outline: 1px solid gray;
}

#indexImagesFromCategories a {
	display: block;
	height: 100%;
}

#indexImagesFromCategories a:focus h2 {
	color: #9c5a53;
	outline: none;
}

#indexImagesFromCategories .image {
	height: 125px;
	margin-bottom: 10px;
}

#indexImagesFromCategories h2 {
	border: medium none;
	font-size: 1.1em;
	font-weight: 500;
	height: 60px;
	overflow: hidden;
	text-align: center;
}

.indexImage img {
	height: auto;
	vertical-align: bottom;
}

.toptext,
.bottomtext {
	text-align: left;
	word-break: break-word;
	background-color: #fff;
}

.toptext h1,
.bottomtext h1 {
	text-transform: uppercase;
}

.toptext h1 {
	text-align: center;
}

/*
	Header
*/
#header {
	position: relative;
	margin: 0 auto 0;
	color: #333;
}

/*
	Top area (fixed bar wit cart, login etc.)
*/
#topArea {
	display: none;
}

/*
	Top bar, &lt;header&gt; (logo, search, usp ...)
*/
#topBar {
	height: 0;
	display: none;
}

#topBar,
#topBar.fixed {
	width: 100%;
	z-index:99999;
	color: #000;
	background-color: #494949;
}

/*
	Menu button
*/
#buttonMenu {
	font-size: 2em;
	cursor: pointer;
	color: #ffffff;
	display: table-cell;
	z-index: 5;
	vertical-align: middle;
	text-align: right;
	background-color: transparent;
	border: 0;
	width: 40px;
	line-height: 72px;
}

#buttonMenu:focus {
	color: #deb773;
	outline: none;
	outline-offset:-2px;
}

#buttonMenu.active {
	background-color: #494949;
	color: #deb773;
}

#buttonMenu i {

}

#buttonMenu .menuText {
	font-size: .4em;
	font-weight: 700;
	margin-top: -4px;
	text-transform: uppercase;
	display: block;
}

/*
	Logo
*/
#topLogo {
	padding: 0 20px 0 0;
	text-align: center;
}

#topLogo .innerLogo a {

}
.innerLogo {
	text-align:left;
}

#topLogo img {
	height: auto;
	max-height: 60px;
	max-width:60px;
	vertical-align: middle;
}

#topLogoFixed {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 12%;
}

#topLogoFixed img {
	height: auto;
	max-height: 40px;
	vertical-align: middle;
}

/*
	Search
*/
#topSearch {
	color: #fff;
	cursor: pointer;
	display: table-cell;
	font-size: 1.4em;
	text-align: center;
	vertical-align: middle;
}

#topSearch i {
	padding: 0 .9em;
}

/*
	Cart
*/
#topCartFiller {
	display: table-cell;
	width: 20%;
	vertical-align: top;
	text-align: center;
	position: relative;
	background-image: url(/upload/new-basket.svg);
	background-repeat: no-repeat;
	background-position: center;
}

#topCartFiller a {
	color: #000;
	display: block;
	height: 100%;
}

#topCartFiller .icon {
	font-size: 1.7em;
	margin-top: 9px;
	margin-right: 9px;
	color:#ffffff;
}

#topCartFiller .qty {
	color: #000;
	font-size: 0.8em;
	height: 72px;
	line-height: 78px;
}

#topCartFiller a:focus i {
	color: #efeeea;
}

/*
	Search button
*/
#buttonSearch {
	height: 60px;
	vertical-align: middle;
	line-height: 56px;
	color: #000;
}

#buttonSearch i {
	position: relative;
}

#buttonSearch.active {
	background-color: #f7f7f7;
}

/*
	Sitemap
*/
.sitemapLine {
	background:url(../images/line.gif) repeat-y;
}

.sitemapHline {
	background:url(../images/hline.gif) repeat-x;
}

/*
	Top cart
*/
#topLogin {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;

	vertical-align: middle;
	padding-right: 10px;
}

#topCartContent {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;

	vertical-align: middle;
	height: 40px;
	line-height: 40px;
}

#topCartContent div {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align: top;
}

/*
	Basket items
*/
#basketItems {
	cursor: pointer;
	padding: 0 15px;
	vertical-align: top;
	margin-right: -4px;
	font-weight: 600;
}

#basketItems i {
	font-size: 1.3em;
	padding-right: 7px;
}

/*
	Button to cashier
*/
#btnToCashier {
	margin-right: -4px;
}

#btnToCashier a {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #9c5a53;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	display: block;
	position: relative;
}

#btnToCashier a:after {
	right: 100%;
	top: 50%;
	border: 4px solid rgba(130, 180, 64, 0);
	border-right-color: #9c5a53;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	margin-top: -4px;
}
#btnToCashier a:hover::after {
	right: 100%;
	top: 50%;
	border: 4px solid rgba(130, 180, 64, 0);
	border-right-color: #494949;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	margin-top: -4px;
}

#btnToCashier a:hover {
	background-color: #494949;
	text-decoration: none;
}

#btnToCashier a:focus {
	background-color: green;
	outline: none;
}

#btnToCashier a:focus:after {
	border-right-color: green;
}

/*
	Mini cart
*/
#miniCart {
	position: absolute;
	top: 40px;
	right: -4px;
	width: 450px;
	padding: 5px;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(50, 50, 50, 0.3);
	display: none;
	max-height: 547px;
	overflow-y: auto;
	z-index:1000000;
	}

#miniCart .cashier-form {
	padding-bottom: 0;
}

#miniCart .cashier-form .cartPlus a,
#miniCart .cashier-form .cartMinus a {
	height: 17px;
	line-height: 17px;
	width: 17px;
	border-radius: 30px;
	font-size: 11px;
}

#miniCart .cashier-form .cartPlus a:focus,
#miniCart .cashier-form .cartMinus a:focus {
	background-color: green !important;
	outline: none !important;
}

#miniCart .cashier-form .cartMinus a {
	margin-right: 15px;
}

#miniCart .cashier-form .cartQty {
	margin: 0 3px;
	text-align: center;
	display: block;
	width: 30px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

#miniCart .cashier-form .name {
	line-height: 16px;
}

#miniCart .cashier-form .cartQtyWrapper {
	margin-top: 0;
}

#miniCart .cashierProducts .vat {
	font-size: .9em;
	padding: 3px 0;
}

#miniCart .cashierProducts .total {
	font-size: .9em;
	font-weight: 400;
	padding: 3px 0;
}

#miniCart .cashierProducts .vat td {
	padding: 0;
}

#miniCart .button-confirm {
	margin: 10px 0 5px 0;
}

.jsShakeArea {
	height: 15px;
}

.mobileLinks{
	display: none;
}

/*
	Footer
*/
#footer .container.flexRow {
	padding-top: 24px;
}

#footer .grid-d-12.footerText {
	padding-bottom: 24px;
}

#footer .inside-footer {
	max-width: 1920px;
	margin: 0 auto;
}

#footerNewsletter {
	background-color: #404040;
}

#footerToTop {
	font-size: 1.2em;
	text-align: center;
	text-transform: uppercase;
	background-color: #565656;
}

#footerToTop a {
	cursor: pointer;
	display: block;
	margin-bottom: 15px;
	margin-top: 10px;
	color: #fff;
}

#footerToTop a:hover {
	color: #9c5a53;
}

.footerSocial {
	margin: 10px 0;
}

#footerLogos {
	background-color: #434343;
}
#footerLogos [class*='grid-'] {
	text-align: center;
}

#footer {
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	width: 100%;
	font-size: .9em;
}

#footer a {
	/* color: #e0ded8; */
	color: #fff;
	padding: 5px 0;
	margin: 5px 0;
}

#footer a:hover {
	text-decoration: underline;
	/* color: #9c5a53; */
	color: #fff;
}
#footer a:focus {
	outline-offset:2px;
	outline: none;
	color: #9c5a53;
	text-decoration: underline;
}

#footer h4 {
	color: #fff;
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 0;
	text-transform: uppercase;
}

#footer .footerText h4 {
	margin-bottom: 0;
}

#footer ul {
	line-height: 1.4em;
}

#footer li {
	display: block;
	margin: 0;
}

#footer .footerText {
	padding: 0 10px 10px 0;
	text-align: right;
}

#footer .footerText a {
	text-decoration: none;
}

#footerTop {
	background-color: #393939;
	color: #fff;
	padding: 10px 0;
}

#footerTop .col1,
#footerTop .col2 {
	text-align: center;
}

#footer .partner-footer {
	height: 70px;
	width: 100%;
	background-color: #deb773;
}

#footer .container.flexRow {
	padding: 16px 16px 0 16px;
}

#footer .grid-d-12.footerText {
	padding-bottom: 24px;
}

#footer .inside-footer {
	max-width: 1920px;
	margin: 0 auto;
}

#footer .inside-footer img{
	margin-top: 20px;
	margin-left: 60px;
}

#footer .inside-footer img:first-child{
	margin-left: 10px;
}

#footer .stores p{
	font-size: 0.8em;
}

#footer .flags {
	margin-right: 3px;
}

#footer .shopSelector {
	width: 200px;
	height: 40px;
	float: right;
}

#footer .shopSelector select {
	width: 100%;
	height: 100%;
	border: 0;
	line-height: 1.5;
	cursor: pointer;
	font-size: 1em;
	text-overflow: '';
	appearance: none;
	background: white url("../images/bg-arrows.png") no-repeat scroll right 12px;
	padding: 0 10px;
	padding-right: 35px !important;
}

.flags {
	background-image: url(../images/flags/flags.png?v=1);
	background-repeat: no-repeat;
	display: inline-block;
}

.flags-dk {
	width: 38px;
	height: 29px;
	background-position: -1px -1px;
}

.flags-fi {
	width: 38px;
	height: 29px;
	background-position: -41px -1px;
}

.flags-no {
	width: 38px;
	height: 29px;
	background-position: -81px -1px;
}

.flags-se {
	width: 38px;
	height: 29px;
	background-position: -121px -1px;
}

.flags-nl {
	width: 38px;
	height: 29px;
	background-position: -161px -1px;
}

.flags-be {
	width: 38px;
	height: 29px;
	background-position: -201px -1px;
}

.flags-ie {
	width: 38px;
	height: 29px;
	background-position: -241px -1px;
}

.flags-gb {
	width: 38px;
	height: 29px;
	background-position: -281px -1px;
}

.flags-de {
	width: 38px;
	height: 29px;
	background-position: -321px -1px;
}

.flags-lv {
	width: 38px;
	height: 29px;
	background-position: -361px -1px;
}

.flags-fr {
	width: 38px;
	height: 29px;
	background-position: -401px -1px;
}

.flags-ee {
	width: 38px;
	height: 29px;
	background-position: -441px -1px;
}

.flags-pl {
	width: 38px;
	height: 29px;
	background-position: -481px -1px;
}

.flags-lu {
	width: 38px;
	height: 29px;
	background-position: -521px -1px;
}

.flags-lt {
	width: 38px;
	height: 29px;
	background-position: -561px -1px;
}

.flags-ch {
	width: 38px;
	height: 29px;
	background-position: -601px -1px;
}

.flags-at {
	width: 38px;
	height: 29px;
	background-position: -641px -1px;
}

.flags-cz {
	width: 38px;
	height: 29px;
	background-position: -681px -1px;
}

.flags-gr {
	width: 38px;
	height: 29px;
	background-position: -721px -1px;
}

.flags-hu {
	width: 38px;
	height: 29px;
	background-position: -761px -1px;
}

.flags-it {
	width: 38px;
	height: 29px;
	background-position: -801px -1px;
}

.flags-sk {
	width: 38px;
	height: 29px;
	background-position: -841px -1px;
}

.flags-es {
	width: 38px;
	height: 29px;
	background-position: -881px -1px;
}

.flags-eu {
	width: 38px;
	height: 29px;
	background-position: -921px -1px;
}

.rulemailer-subscriber-widget input {
	display: block;
	width: 100%;
	margin: 5px 0 10px 0;
	border: 0 solid #f1f1f1 !important;
	background: #f1f1f1 !important;
	font-size: 14px;
	padding: 10px;
	outline: none !important;
	resize: none;
}

.rulemailer-subscriber-widget input[type='checkbox'] {
	display: inline-block;
	width: auto;
	margin-right: 10px;
}

.rulemailer-subscriber-widget button {
	display: block;
	margin-top: 10px;
	border: 0;
	background: #2B2F3E;
	color: #fff;
	line-height: 1.33;
	font-size: 14px;
	padding: 16px 23px;
	height: 50px;
	cursor: pointer;
}

.rulemailer-subscriber-widget button:hover {
	background: #9c5a53;
}

.rulemailer-email-check {
	display: none !important;
}
/*
	My-page
*/
.wishlist ul {
	margin:0;
	padding:0;
	list-style:none;
}

.wishlist li {
	margin-right:20px;
	float:left;
}

.wishContainer {
	width: 450px;
	float: left;
	border: 1px dashed #e0ded8;
	min-height: 180px;
	position: relative;
}

.wishContainer .inner {
	margin: 10px;
}

.wishContainer .image {
	float: left;
	width: 100px;
}

.wishContainer .infobox {
	float: left;
	padding-left: 15px;
	width: 250px;
}

.wishContainer .infobox h3 {
	min-height: 40px;
}

.wishContainer .infobox .observe {
	margin-bottom: 10px;
	padding: 5px;
}

.wishContainer .infobox .price {
	padding-left: 0;
	font-weight: 600;
}

.wishContainer .infobox .actions {
	position: absolute;
	bottom: 10px;
	margin-right: 15px;
}

.wishContainer .infobox .actions input {
	margin-right: 20px;
}

/*
	Breadcrumbs
*/
#wrapper #breadcrumbs {
	display: none;
}

#mBreadcrumb {
	font-size: .8em;
	background-color: #f7f7f7;
}

#mBreadcrumb h2 {
	font-size: 1.25em;
	font-weight: 400;
	margin-bottom: 0;
	padding: 10px 0;
	text-align: center;
	background-color: transparent;
	border-bottom: 1px solid #e3e3e3;
}

#breadcrumbs{
	overflow: auto;
	position: relative;
	font-size: .9em;
	display: none;
}

#breadcrumbs .innerFill {
	/* override global innerFill */
	background-color: transparent;
	border: none;
	padding: 0;
}

#jsBreadcrumb li,
#mBreadcrumb li {
	display: inline;
	padding: 5px 0;
}

#jsBreadcrumb li.arrow,
#mBreadcrumb li.arrow {
	padding:0 0 0 5px;
	color: #666;
}

#jsBreadcrumb li.arrow:before,
#mBreadcrumb li.arrow:before
{
	content:"\f105";
	font-family: FontAwesome;
	padding-right:5px;
}

/*
	StandardPageContainer
*/
.standardPageContainer {
	display: block;
	padding-left: 0;
	margin-bottom: 0;
}
.smallpage {
	width: 60%;
	margin: 30px auto 30px;
}
.smallpage h1, .smallpage h2, .smallpage h3, .smallpage h4 {
	text-transform: uppercase;
	text-align: left;
	padding: 10px 10px 10px 0;
	font-weight: 600;
}
.standardPageContainer ul {
	list-style-type: disc;
	margin-left: 20px;
}

.standardPageContainer li {
	display: list-item;
	position: relative;
	padding: 8px 0 2px 0;
}

/*
	Spot sale
*/
.spotSaleProduct {
	right: 5px;
	height: 63px;
	line-height: 58px;
	width: 63px;
	top: 5px;
	font-size: 17px;
	background-image: url(/upload/procent2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #ffffff00;
	border-radius: 0;
	color: #fff;
	font-weight: 600;
	text-align: center;
	z-index: 99;
	position:absolute;
}
.spotSaleProduct:before {
	background-color: transparent !important;
	color: #fff;
	font-size: 1.3em;
	font-weight: 600;
	padding-top: 0;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
.spotSale:before {
	background-color: transparent !important;
	color: #fff;
	font-size: 1.3em;
	font-weight: 600;
	padding-top: 0;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.spotSale {
	background-color: #494949;
	color: #fff;
	font-weight: 400;
	right: 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 90;
	font-size: 16px;
	text-align: center;
	padding: 8px;
	text-transform: uppercase;
}
.spotSale2 {
	background-color: #9c5a53;
	color: #fff;
	font-weight: 400;
	left: 0;
	width: auto;
	position: absolute;
	top: 0;
	z-index: 91;
	font-size: 14px;
	text-align: center;
	padding: 8px;
	text-transform: uppercase;
}
.spotSale.ppextra {
	background-color: #ad3f3e;
}
.spotPopular {
	color: #333;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: 600;
	right: 14px;
	line-height: 38px;
	position: absolute;
	text-align: center;
	top: 0;
	z-index: 1;
	display: none;
}

.spotPopular i {
	font-size: 1.6em;
	padding-right: 6px;
	vertical-align: middle;
	margin-top: -5px;
}

/*
	Product list container (category-view)
*/
.productListContainer li .catProdInner .priceNew {
	font-size: 24px;
}
.productListContainer [class*='grid-'] {
	position: relative;
}

.productListContainer li {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.productListContainer li:hover {
	/*
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	*/
}

/* Invalid selector, uncomment if used to someting
.productListContainer li heading {
	padding: 0 5px 10px;
}
*/

.productListContainer li:hover a {
	/*color: #4faab2;*/
}

.productListContainer li .innerContainer {
	background-color: #fff;
	border-radius: 2px;
	padding: 20px 20px 20px;
	position: relative;
}

.productListContainer li.bigProduct {
	float: left;
}

.productListContainer li.bigProduct .innerContainer {
	height: 340px;
}

.productListContainer li.bigProduct .catProdImage {
	height: 200px;
}

.productListContainer li.bigProduct .catProdImage img {
	max-height: 190px;
}

.productListContainer li.bigProduct .catProdInner h3 a {
	padding-top: 211px;
}

.productListContainer li.bigProduct .catProdInner h3 a span {
	height: 60px;
	line-height: 27px;
}

.productListContainer li.bigProduct .catProdInner .rating {
	bottom: 35%;
}

.productListContainer ul [class~='bigProduct']:nth-child(even) {
	float: right;
}

.productListContainer li:hover .innerContainer {
	border-color: gray;
}

.productListContainer li .subscriptionSpot {
	background-color: #333;
	border-radius: 2px;
	bottom: 10px;
	color: #fff;
	font-size: 0.8em;
	left: 50%;
	margin-left: -47px;
	padding: 4px 10px;
	position: absolute;
	line-height: 13px;
}

.productListContainer li .catProdImage {
	height: 300px;
	max-width: 100%;
	position: relative;
	z-index: 89;
}

.productListContainer li .catProdImage img{
	max-height: 300px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.productListContainer li .button-confirm {
	padding: 6px 20px !important;
	width: 100%;
	border-radius: 0;
}

.productListContainer li .button-confirm-black {
	padding: 3px 20px !important;
	width: 99%;
	font-weight: 600;
}

.productListContainer li .catProdInner .jsChangeAssoc {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 8px;
}

.productListContainer li .catProdInner h3 {
	font-size: .95em;
	font-weight: 300;
	height: 100%;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 10px;
	left: 0;
	width: 100%;
	z-index: 1;
}

.productListContainer li .catProdInner h3 a {
	display: block;
	/*height: 100%;*/
	height: 86%;
	padding-top: 340px;
}

.productListContainer li .catProdInner h3 a:focus {
	outline: 1px solid gray;
	height: 100%;
}

.productListContainer li .catProdInner h3 a:focus span {
	outline: none;
}

.productListContainer li .catProdInner h3 a:active span {
	outline: none;
}

.productListContainer li .catProdInner h3 a span {
	display: block;
	height: 30px;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-overflow: ellipsis;
	font-size: 12px;
	font-weight: 600;
}

.productListContainer li .catProdInner .h3spacer {
	height: 50px;
}

.productListContainer li .catProdInner .rating {
	bottom: 33.5%;
	font-size: 0.8em;
	height: 20px;
	left: 50%;
	margin-left: -32px;
	position: absolute;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.productListContainer li .catProdInner .rating li:hover {
	transform: none;
}

.productListContainer li .catProdInner .rating li {
	font-size: 1.3em;
}

.productListContainer li .catProdInner .productPrice {
	height: 1.5em;
	font-weight: 600;
	font-size: 0.9em;
	text-align: center;
}

.productListContainer li .catProdInner .priceNew,
.productListContainer li .catProdInner .priceOld {
	display: inline-block;
}

.productListContainer li .catProdInner .priceOld {
	margin-right: 10px;
	text-decoration: line-through;
}

.productListContainer li .catProdInner .productPrice .installmentCost {
	font-size: .6em;
	height: 15px;
	font-weight: normal;
	padding-top: 3px;
	color: #666;
	display: none;
}

#categoryPage.template-7 .productListContainer li .catProdInner p,
.productListContainer li .catProdInner .shortText {
	text-align: center;
	height: 50px;
	padding: 5px 0;
	color: #494949;
	text-transform: none;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
}

.productListContainer li .catProdInner .productBuy {
	text-align: center;
	margin-top: 0;
}

.productListContainer .productListContainer li .spot {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	height: 25px;
	left: 4px;
	line-height: 25px;
	position: absolute;
	text-align: center;
	top: 4px;
	width: 30px;
	z-index: 1;
}

/*
	Flexslider with category products
*/
.productListContainer .flexslider {
	margin: 0;
	border: 1px;
	overflow: hidden;
}

.productListContainer .flexslider .slides img {
	width: auto;
}

.productListContainer .flexslider .flex-control-nav {
	display: none;
}

.productListContainer .flexslider li .innerContainer {
	position: relative;
	background-color: #fff;
	border: 1px dashed #e4e4e4;
	height: 378px;
}

.productListContainer .flexslider .slides &gt; li {
	height: 360px;
}


.productListContainer .flexslider li .catProdInner .rating {
	bottom: 70%;
	left: 57%;
}

.productListContainer .flexslider .catProdImage {
	float: left;
	width: 50%;
	height: 372px;
	background-color: #fff;
}

.productListContainer .flexslider .catProdInner {
	float: left;
	width: 49%;
	padding-left: 12px;
}

.productListContainer .flexslider .catProdInner h3 {
	position: relative;
}

.productListContainer .flexslider .catProdInner h3 a {
	padding-top: 10px;
	font-size: 1.4em;
}

.productListContainer .flexslider .catProdInner h3 a span {
	line-height: 1.2em;
	text-align: left;
	height: 65px;
}

.productListContainer .flexslider .catProdInner .productPrice {
	font-size: 1.8em;
	margin-bottom: 60px;
}

.productListContainer .flexslider .catProdInner .button-confirm-black {
	background-color: #dcdcdc;
}

/*
	Product page
*/
.accordion &gt; input[type="checkbox"] {
	position: absolute;
	left: -100vw;
}

.accordion .content {
	overflow-y: hidden;
	height: 0;
	transition: height 0.3s ease;
}

.accordion &gt; input[type="checkbox"]:checked ~ .content {
	height: auto;
	overflow: visible;
}

h2.handle {
	padding: 0;
	border: 0;
	border-top: 1px solid #e3e3e3;
	border-bottom: 0!important;
}

.accordion &gt; input[type="checkbox"]:checked ~ .content {
	padding: 8px;
	border: 0;
}

.accordion .handle {
	margin: 0;
	font-size: 1.125em;
	line-height: 1.2em;
}

.accordion label {
	display: block;
	color: #000;
	cursor: pointer;
	padding: 24px;
	text-transform: uppercase;
	text-align: left;
}

.accordion .handle label:before {
	font-family: 'fontawesome';
	content: "\f054";
	display: inline-block;
	margin-right: 10px;
	font-size: .58em;
	line-height: 1.556em;
	vertical-align: middle;
}

.accordion &gt; input[type="checkbox"]:checked ~ .handle label:before {
	content: "\f078";
}
#prodLatestReviews .productReview {
	border-bottom: 1px dotted #e0ded8;
	padding: 4px 0;
	margin-bottom: 10px;
}

#prodLatestReviews .productReview .revDate {
	color: #484848;
	font-size: 0.8em;
}

#prodLatestReviews .productReview .revAuthor {
	font-size: 0.8em;
}

#prodLatestReviews .productReview .revText {
	padding: 3px 0;
}

#productPageUpper {}
#productPageUpper .colImage .innerFill {}
#productPageUpper .colInfo .innerFill {
	/*
	background-color: transparent;
	border: none;
	padding: 0;
	*/
}

#prodDesc .colDesc .innerFill {
	padding: 20px;
}

#productPageUpper h2 {
	background-color: transparent;
	border-bottom: 1px solid #e3e3e3;
	font-size: 1.2em;
}

#productPageUpper .colInfo {
	margin-top: -12px;
}

#prodDesc .colDesc,
#prodDesc .colMisc,
#prodLatestReviews,
#prodAssoc,
#prodSimilars,
#prodOthers {
	overflow: auto;
}

.productImageContainer {
	text-align: center;
	position: relative;
	overflow: hidden;
}

.productImageContainer .next,
.productImageContainer .prev {
	cursor: pointer;
	font-size: 35px;
	font-weight: 600;
	position: absolute;
	color: #494949;
	top: 0;
}

.productImageContainer .next {
	right: 0;
}

.productImageContainer .prev {
	left: 0;
}

.productImageContainer .next:hover,
.productImageContainer .prev:hover {
	color: #787878;
}

#slider {
	visibility: hidden;
	overflow: hidden;
}

.productImage {
	background-color: #fff;
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	max-width: 700px;
	margin: 0 auto 0;
	height: 46vh;
	line-height: 46vh;
}
.productImage.col1.grid-m-12.grid-t-9.grid-tl-9.grid-d-9 {
	float: right;
}
.col1.grid-m-3.grid-t-3.grid-tl-3.grid-d-3.onlyBig {
	float: right;
}

.productImage img {
	vertical-align: top;
	height: auto;
	max-height: 45vh;
	max-width: 90%;
}

#prodAttributes {
	column-count: 2;
}

.colMisc .innerFill.bottomShadow {
	padding: 0;
}

h3#bra-att-veta-rubrik {
	display: none;
}
.productImage span {
	width: 59px;
	height: 33px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg-spot-rea.png) no-repeat;
	z-index: 100;
}

.productImage div.flowbox-author {
	position: absolute;
	bottom: 6px;
	background-color: rgb(255 255 255 / 80%);
	line-height: 0;
	display: flex;
	left: 0;
	right: 0;
	align-items: center;
	padding: 10px;
	justify-content: center;
	width: 98%;
	margin: 0 1%;
}

.productSpecification {
}

.cevoid-default-caption{display:none!important}
.cevoid-read-more {display:none!important}
.cevoid-product-image img {object-fit: contain!important;}

.productThumbs {
	margin-bottom: 10px;
	margin-top: 7px;
	width: 100%;
}

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

.productThumbs li {
	float: left;
	line-height: 65px;
	width: 20%;
}

.productThumbs li a {
	display: block;
}

.productThumbs li img {
	margin: 0 auto;
	vertical-align: middle;
}

.productThumbs li .innerContainer {
	background-color: #fff;
	border: 1px solid #dfdfdf;
	margin-right: 5px;
	margin-top: 5px;
	padding: 5px;
}

.productInfo {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.productInfo .rating {
	cursor: pointer;
}

.productInfo p {
	padding: 8px 0;
}

.productInfo .selProdAssoc {
	width: 100%;
}

.productInfo h1 {
	padding-top: 0;
	text-align: center;
	padding-bottom: 0;
	font-size: 1.3em;
	padding-left: 0;
}

.productInfo .subscriptSpot {
	margin-top: 10px;
	font-size: .8em;
	text-align: center;
}
.productInfo .subscriptSpot span {
	background-color: #333;
	padding: 4px 10px;
	color: #fff;
	border-radius: 2px;
}

.productInfo .similarColors {
	overflow-x: auto;
	white-space: nowrap;
	margin-top: 16px;
}

.productInfo .similarColors a img {
	height: auto;
	width:auto;
	max-width: 185px;
	max-height: 90px;
}
.productInfo .similarColors img {
	height: auto;
	max-width: 185px;
	max-height: 90px;
}

.productInfo .similarColors span {
	display: inline-block;
	border-bottom: 3px solid #494949;
}

#productManufacturer {
	color: #b4b4b4;
	text-align: center;
	padding: 5px 0;
}

/*
	Product list container SMALL item
*/
#cashierProducts {
	display: none;
}


#cashierProducts .productListContainerSmall .listProduct {
	width: 100%;
	display: block;
}

#cashierProducts .productListContainerSmall .priceOld {
	display: none;
}

.productListContainerSmall [class*='grid-'] {
	position: relative;
}

.productListContainerSmall .listProduct {
	width: 100%;
	display: block;
}

.productListContainerSmall li .innerContainer {
	position: relative;
	border: 1px solid #f5f5f5;
	padding: 5px;
	background-color: #fff;
}

.productListContainerSmall li .innerContainer:after {
	content: "";
	display: table;
	clear: both;
}

.productListContainerSmall li:hover .innerContainer {
	border: 1px solid #e9e9e9;
}

.productListContainerSmall .ribbon-wrap {
	display: none;
}

.productListContainerSmall li .catProdImage {
	height: 100px;
	width: 19%;
	position: relative;
	float: left;
}

.productListContainerSmall li .catProdImage img{
	max-height: 100px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.productListContainerSmall li .catProdImage .spotSale {
	font-size: 0.7em;
	height: 52px;
	line-height: 52px;
	width: 52px;
}

.productListContainerSmall li .button-confirm {
	padding: 8px 5px !important;
	width: 85%;
}

.productListContainerSmall li .button-confirm-black {
	padding: 8px 5px !important;
	width: 85%;
	font-weight: 500;
}

.productListContainerSmall li .catProdInner {
	float: right;
	width: 80%;
	padding-left: 15px;
}

.cpCatProductRowL {
	margin-top: -40px;
}

.productListContainerSmall li .cpCatProductRowL {
	display: none;
}

.productListContainerSmall li .catProdInner h3 {
	height: 60px;
	padding: 0 10px 0 0;
	font-weight: 600;
}

.productListContainerSmall li .catProdInner h3 a {
	display: block;
	height: 100%;
	padding-top: 5px;
}

.productListContainerSmall li .catProdInner h3 a span {
	display: block;
	font-weight: 500;
	font-size: 0.9em;
	height: 102px;
	left: 0;
	overflow: hidden;
	padding-left: 22%;
	position: absolute;
	top: 5px;
	text-transform: uppercase;
}

.productListContainerSmall li .catProdInner .h3spacer {
	display: none;
}

.productListContainerSmall li .catProdInner .rating {
	display: none;
}

.productListContainerSmall li .catProdInner .rating li {
	font-size: 1.3em;
}

.productListContainerSmall li .catProdInner .productPrice {
	float: left;
	font-size: 1.3em;
	font-weight: 400;
	height: 40px;
	min-height: 40px;
	text-align: left;
	width: 50%;
}

.productListContainerSmall li .catProdInner .priceNew,
.productListContainerSmall li .catProdInner .priceOld {
	display: inline-block;
}

.productListContainerSmall li .catProdInner .priceOld {
	margin-right: 10px;
	text-decoration: line-through;
}

.productListContainerSmall li .catProdInner .productPrice .installmentCost {
	font-family: 'Europa', sans-serif;
	font-size: .6em;
	height: 15px;
	font-weight: normal;
	padding-top: 3px;
	color: #666;
}

.productListContainerSmall li .catProdInner .productBuy {
	float: right;
	margin-top: -5px;
	min-height: 40px;
	text-align: right;
	width: 50%;
}

/*
	Normal product
*/
.productInfo .shortDesc {
	text-align: center;
	display: none;
}

.productInfo .innerBox {
	position: relative;
}

.productInfo .innerBox ul {
	line-height: 1.4em;
}

.productInfo .innerBox:after {
	clear:both;
	content:"";
	display:block;
}

.productInfo .assoc {
}

.productInfo select {
	/*background: transparent;*/
}

.productInfo .prices {
	font-weight: 400;
	font-size: 0.8em;
	text-align: center;
}

.productInfo select.centerSelect {
	width: 90%;
	height: 50px;
	border-radius: 5px;
	-webkit-appearance: none;
	background-color: #f4f4f4;
	border: 0 solid #e0ded8;
	padding-left: 10px;
	text-align-last: center;
}

select#associd1 {
	background-color: #f2f2f2;
	border: 0;
	border-radius: 5px;
	height: 50px;
	text-align: left;
	text-align-last: left;
	padding-left: 35px;
	display: block;
	width: 100%;
	-webkit-appearance: none;
}

.select {
	overflow: hidden;
	height: 50px;
	width: 100%;
	position: relative;
	display: block;
}

.select:after {
	content:"\f078";
	font-family: "Font Awesome 5 Free";
	color: #494949;
	position: absolute; right: 0; top: 0;
	z-index: 1;
	text-align: center;
	width: 10%;
	height: 100%;
	line-height:50px;
	pointer-events: none;
	box-sizing: border-box;
	font-size:16px;
}

select#storlek-select {
	border: 1px solid #000000;
    height: 50px;
    text-align: left;
    text-align-last: left;
    padding-left: 16px;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.productBuy {
    display: flex;
    gap: 8px;
	clear:both;
}

.deliverytime {
    margin: 16px 0;
}

.storleksvaljaren {
	margin: 16px 0 8px 0;
}

.productInfo .klarna-widget{
	width: 210px;
	height: 50px;
	margin: 0 auto;
}

.price {
	float: right;
	text-align: right;
	width: 25%;
}

.Pris-produkt22.sale {
	color: #c72d2d!important;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}

.Pris-produkt2.regular {
	text-decoration: line-through;
	font-size: 11px;
	color: #2d2d2d;
}

.productInfo .priceOld {
	font-size: .5em;
}

.productInfo .stockStatus {
	font-size: .9em;
	margin-top: 0;
	text-align: center;
}

.productInfo .stockStatus .delDays {

}

.productInfo .bracketPrices {
	background-color: #efefef;
	clear: both;
	padding: 7px;
	position: relative;
	margin-bottom: 10px;
}

.productInfo .bracketPrices .col1 {
	width: 25%;
}

.productInfo .bracketPrices:after {
	top: 100%;
	left: 20px;
	border: 10px solid rgba(247, 247, 247, 0);
	border-top-color: #efefef;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	margin-left: -10px;
}

.productInfo .innerBox .installment {
	margin-top: 8px;
	font-size: 13px;
	font-weight: normal;
}

.productInfo .innerBox .productOptions {
	margin-top: 20px;
	padding-top: 4px;
	border-top: 1px dashed #e0ded8;
}

.productInfo .innerBox .productBuy {

}

.productInfo .innerBox .notifyme {
	padding-top: 11px !important;
}

.productInfo .innerBox .productBuy input {
	line-height: 50px;
	height: 50px;
	text-align: center;
	font-weight: 600;
}

.productInfo .innerBox .mspecContent {
	margin: 0 0 10px;
}

.productInfo .innerBox .mspecContent .textLabel {
	display: block;
	float: none;
	font-weight: 400;
	font-size: 12px;
	background-color: #494949;
	padding: 7px 0 7px 7px;
	color: #fff;
}

.productInfo .innerBox .mspecContent .textInput {
	height: 56px;
	padding: 8px;
	width: 100%;
	margin: 0;
}

.productInfo .innerBox .mspecContent .mspecChoice {
	display: block;
}

#jsRatingsBtn {
	text-align: center;
	margin-top: -10px;
}

#jsRatingsBtn ul {
	display: inline;
}

#jsRatingsBtn span {
	font-size: .8em;
	color: #7f7f7f;
	display: none;
}

#prodSimilarsSmall {}


#prodExtra {
	margin-top: 10px;
	margin-bottom: 3px;
}

#productInfoConditions {
	color: #333;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: .9em;
}

#productInfoConditions i {
	color: #82b440;
	font-weight: 300;
	font-size: 1.3em;
	margin-right: 5px;
}

#productInfoConditions div {
	display: block;
	padding: 3px 0;
	margin-right: 5px;
}

.productInfoDescription {
	background-color: transparent;
}

.productInfoDescription ul {
	list-style-type: disc;
	margin: 10px 0 0 15px;
}

.productInfoDescription li {
	padding: 5px 0;
}

/*
	Product description area
*/
#prodDesc {
	margin-top: 0;
}

#prodDesc .colDesc h2,
#prodDesc .colDesc h3 {
	border: none;
	background-color: transparent;
}

#prodDesc h3 {
}

#tellAFriend {
	margin-top: 10px;
}

.longdesc p{
	padding: 0;
}

#spec2 {
	text-align: center;
}

ul.spec50 li, ul.spec100 li {
	background-color: #ddd6c4;
	border: none;
	color: #322a28;
	padding: 16px 24px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Europa;
	font-weight: 300;
	margin-top: 8px;
	margin-right: 8px;
}
ul.spec50 li:hover, ul.spec100 li:hover {
	background-color: #e0ded8;
}
ul.spec50 li a:hover, ul.spec100 li a:hover {
	color: #494949;
}
.video100 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube100 {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
#productpage-nosto-1 {
	clear: both;
}
.measure {
	padding-top: 8px;
}

/*
	Productpage: Reviews
*/


#divAllReviews {
}

div#frontpage-nosto-1 {
	background-color: white;
}

#footerReviews {
	background-color: #fff;
	max-width: 1920px;
	margin: 0 auto;
	padding: 32px 8px;
}

#prodLatestReviews .lRev,
#footerReviews .lRev {
	text-align: center;
}

#prodLatestReviews .lRevName,
#footerReviews .lRevName {
	font-weight: 600;
	height: 20px;
	overflow: hidden;
	margin-top: 10px;
}

#prodLatestReviews .lRevGrade,
#footerReviews .lRevGrade {
	font-size: .8em;
}

#prodLatestReviews .lRevText,
#footerReviews .lRevText {
	font-size: 0.9em;
	line-height: 1.3em;
	position: relative;
	padding: 2px 20px;
}
#prodLatestReviews .lRevText:before,
#footerReviews .lRevText:before {
	font-family: FontAwesome;
	content: "\f10d";
	left: 4px;
	top: -38px;
	color: rgba(0, 0, 0, 0.1);
	position: absolute;
	font-size: 2em;
}
/*
#prodLatestReviews .lRevText:after {
	font-family: FontAwesome;
	content: "\f10e";
	right: 6px;
	bottom: -22px;
	color: #ededed;
	position: absolute;
	font-size: 1.3em;
}
*/

#prodLatestReviews .lRevDate,
#footerReviews .lRevDate {
	font-size: .7em;
	color: #666;
}
#footerReviews .lRevDate {
	display: block;
}

/*
	Productpage: Attributes
*/
#prodAttributes .col1 {
	font-weight: 600;
}

#prodAttributes .col1,
#prodAttributes .col2 {
	font-size: .9em;
	padding:8px;
}

.spec {
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	padding: 16px;
}
.spec ul {
	-webkit-padding-start: 0;
	list-style: none;
	width: 100%;
}
.spec li {
	float: left;
	margin-right: 32px;
}
.spec li::before {
	font-family: FontAwesome;
	content: "\f00c";
	padding-right: 8px;
	color: #82b440;
}

#makePic .step {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	height: 35px;
	width: 35px;
	background-color: #fea491;
	padding: 0 0 0 11px;
	position: relative;
	z-index: 10;
	border-radius: 25px;
}

#makePic .text {
	background: #f2f2f2;
	padding: 10px 10px 10px 30px;
	margin: -19px 0 17px 17px;
	border-radius: 10px;
}

.style4 .spec {
	font-size: 14px;
	float: left;
	width: 100%;
}

/*
	Productpage: Related categories
*/
#prodRelCat li {
	margin: 3px 0 3px 5px;
	padding: 2px;
}

#prodRelCat li a {
	display: block;
}

#prodRelCat li a:hover,
#prodRelCat li a:focus {
	color: #9c5a53;
}

/*
	Productpage: "Misc"
*/
.colMisc h2 {
	font-size: 1.25em;
	font-weight: 400;
	margin-top: 10px;
}

.colMisc h2:first-of-type {
	margin-top: 0;
}

.innerFill header h2 {
	background-color: transparent;
}

#prodOthers .innerFill,
#prodSimilars .innerFill{
	background-color: transparent;
	border: none;
	padding: 0;
}

#prodAssoc h2,
#prodOthers h2,
#prodSimilars h2 {
	border: none;
}


#prodFunctions {
	bottom: 21px;
	position: absolute;
	right: 0;
	text-align: right;
}

#divTellAFriend {
	background-color: #f7f7f7;
}

#subscriptionText {}
#productEmail {}
#wishList {}

/*
	Show more reviews
*/
#jsShowMoreCat {}
#jsShowMoreCat:hover {}

/*
	Reviews
*/
.reviewGroup {
	/* remove inline-block whitespace */
	font-size: 0;
	/* flip the order so we can use the + and ~ combinators */
	unicode-bidi: bidi-override;
	direction: rtl;
	/* the hidden clearer */
}
.reviewGroup * {
	font-size: 1.7rem;
}
.reviewGroup &gt; input {
	display: none;
}
.reviewGroup &gt; input + label {
	/* only enough room for the star */
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	overflow: hidden;
	text-indent: 9999px;
	width: .9em;
	white-space: nowrap;
	cursor: pointer;
}
.reviewGroup &gt; input + label:before {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;

	text-indent: -9999px;
	content: "\2606";
	color: #888;
}
.reviewGroup &gt; input:checked ~ label:before,
.reviewGroup &gt; input + label:hover ~ label:before,
.reviewGroup &gt; input + label:hover:before {
	content: "\2605";
	color: #deb773;
}
.reviewGroup &gt; .star-cb-clear + label {
	text-indent: -9999px;
	width: .5em;
	margin-left: -.5em;
}
.reviewGroup &gt; .star-cb-clear + label:before {
	width: .5em;
}
.reviewGroup:hover &gt; input + label:before {
	content: "\2606";
	color: #888;
	text-shadow: none;
}
.reviewGroup:hover &gt; input + label:hover ~ label:before, .reviewGroup:hover &gt; input + label:hover:before {
	content: "\2605";
	color: #deb773;
}

/*
	Rating
*/
.rating li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;

	position: relative;
	width: .9em;
	color: #e0ded8;
	font-size: 1.6em;
	line-height: .9em;
	vertical-align: bottom;
}

.grade-0, .grade-1, .grade-2, .grade-3 {
	display: none;
}

.rating.grade-1 li:nth-child(-n+1){
	color: #deb773;
	/*text-shadow: 1px 0px goldenrod, 2px 1px #B57340, .9em .9em .2em rgba(0,0,0,.5);*/
}

.rating.grade-2 li:nth-child(-n+2){
	color: #deb773;
	/*text-shadow: 1px 0px goldenrod, 2px 1px #B57340, .9em .9em .2em rgba(0,0,0,.5);*/
}

.rating.grade-3 li:nth-child(-n+3){
	color: #deb773;
	/*text-shadow: 1px 0px goldenrod, 2px 1px #B57340, .9em .9em .2em rgba(0,0,0,.5);*/
}

.rating.grade-4 li:nth-child(-n+4){
	color: #deb773;
	/*text-shadow: 1px 0px goldenrod, 2px 1px #B57340, .9em .9em .2em rgba(0,0,0,.5);*/
}

.rating.grade-5 li:nth-child(-n+5){
	color: #deb773;
	/*text-shadow: 1px 0px goldenrod, 2px 1px #B57340, .9em .9em .2em rgba(0,0,0,.5);*/
}

/*
	Swipe/Slider
*/
.swipe-wrap {
	overflow: hidden;
	position: relative;
}
.swipe-wrap &gt; div {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.swipe .nav {
	position: absolute;
	width: 80px;
	height: 38px;
	z-index: 10;
	text-align: center;
	line-height: 40px;
	color: #fff;
	top: 45%;
	cursor: pointer;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.8);

	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
.swipe .nav.next {
	right: 0;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.swipe .nav.prev {
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

#sliderPosNav ul {
	list-style:none;
	margin:0;
	padding: 0;
}

#sliderPosNav li {
	padding-left: 0 !important;
}

#sliderPosNav li.active {

}

#sliderPosNav.thumbs li a:hover {
	border-color: #dddddd;
}


#sliderPosNav.thumbs li {
	text-align: center;
	height: 100px;
	margin-bottom: 6px;
}

#sliderPosNav.thumbs li a {
	display: table;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
#sliderPosNav.thumbs li img {
	height: 100px;
	width: auto;
	vertical-align: middle;
	object-fit: cover;
}

/*
	first img is shown as big
	hide the rest if more than 10 img (from pos 12)
*/
.onlybigpic &gt; li:first-child,
.onlybigpic &gt; li:nth-child(n+12) {
	display: none;
}

#sliderPosNav.thumbs li a div {
	display: table-cell;
	vertical-align: middle;
}

.deliverytime {
    margin: 16px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.physstore {
    margin-bottom: 16px;
}

.instock {
    color: #3A844F;
}

.instock i{
	color: #3A844F;
	line-height: 19px;
}

.orderitem i{
	color:#a30010;
	line-height: 19px;
}

.finns-i-lager-slut {
	background-color: #deb773;
	padding: 16px;
	text-align: center;
	font-weight: 600;
	margin-bottom:16px;
}

.finns-i-lager-slut2 {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	font-weight: 400;
}

#bigframe {
	background: #ef4b4b;
	border-radius: 5px;
	padding: 8px;
	text-align: center;
	font-weight: normal;
}

#bigframe a {
	color: #fff;
}

.unavailable i {
	color:#ff0000;
	line-height: 19px;
}

.priceRegular {
	color: #000;
}
#updPrice {
	font-size: 30px;
	font-weight: 700;
}

.priceNew {
	color: #c72d2d!important;
	display: block;
}

.priceOld {
	color: #666;
	display: block;
	font-weight:normal;
	font-size: 0.7em;
	margin-top: 5px;
}

.pricePercentage {
	background-color: #c10000;
	color: #fff;
	display: inline;
	font-size: 14px;
	padding: 6px;
	font-weight: normal;
	position: relative;
}
.pricePercentage:after {
	bottom: 99%;
	left: 50%;
	border: 10px solid rgba(193, 0, 0, 0);
	border-bottom-color: #c10000;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	margin-left: -10px;
}

/*
	Category page
*/

#categoryHeader .container.headercat {
	background-position: center;
	height: 250px;
	background-size: cover;
}
.categoryHeaderText {
	float: none;
	margin: 0 auto;
}
#categoryUpper {
	max-width: 1920px;
	margin: 0 auto;
}
#TextHeader {
	padding: 40px;
}
#TextHeader p {
	font-size: 12px;
	padding-bottom: 8px;
}
#TextHeader h1 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight:600;
}
button.kategori-knapp {
	background-color: #494949;
	border-radius: 0;
	color: #fff;
	font-weight: 500;
	height: 100%;
	padding: 7px;
	border: none;
	margin: 0 4px 4px 0;
	cursor: pointer;
}
#categorySubCategories .innerFill {
	background-color: transparent;
	padding: 0;
}
#categoryHeader .innerFill {}
#categorySlider .innerFill {}
#categoryDescription .innerFill {}
#categoryTopSellers .innerFill {}

#categoryPage .flexslider {
	min-height: auto;
}

#categoryPage #togglePhyStores{
	padding: 11px 5px;
	border: 1px solid #ccc;
	background-color: #ffffff;
	font-size: 12px;
	width: max-content;
}

#categoryPage #phyStores span.city{
	padding-left: 7px;
}

#categoryPage #phyStores span.street{
	display: block;
	font-size: 0.8em;
}

#categoryPage.template-3 li.listProduct .productFrame{
	text-align: center;
}

#categoryPage.template-3 .productListContainer .catProdImage a img{
	position: unset;
	vertical-align: middle;
}

#categoryPage.template-7 .productListContainer .catProdImage a img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#categoryPage.template-3 .productListContainer .helper,
#categoryPage.template-7 .productListContainer .helper{
	display: inline-block;
	vertical-align: middle;
}

#categoryPage.template-3 .productListContainer .helper{
	height: 100%;
}

#categoryPage.template-7 .productListContainer .catProdImage,
#categoryPage.template-7 .productListContainer .catProdInner {
	background-color: white;
	text-align: center;
	padding:8px;
}

#categoryPage.template-7 .productListContainer .catProdInner h3{
	position: unset;
	padding: 20px 0 20px;
}

#categoryPage.template-7 .productListContainer .catProdInner h3 a{
	padding-top: 0;
}

#categoryPage.template-7 .productListContainer li .catProdInner .coltext{
	height: 60px;
	overflow: hidden;
	position: relative;
}

#categoryPage.template-7 .productListContainer li .catProdInner .coltext:after{
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255, 1) 90%);
	width: 100%;
	height: 4em;
}

#categoryPage.template-7 .productListContainer li .catProdInner h3 a span{
	background-color: inherit;
}

.readmorebutton{
	font-style: italic;
	font-size: 16px;
	font-weight: 100;
	padding: 16px 8px 8px;
	margin-bottom: 10px;
}
#categoryPage.template-8 {
	background-color: #fff;
}
span.hitta-storlek {
	background: #494949;
	color: white;
	padding: 8px;
	float: left;
	margin: 3px;
	width: 12%;
	text-align: center;
	border-radius: 8px;
	font-size: 12px;
}
.valjare-text {
	clear: both;
	text-align: center;
	font-weight: 600;
}
span.hitta-storlek-m {
	background: #494949;
	color: white;
	padding: 16px;
	margin: 3px;
	width: 10%;
	text-align: center;
	border-radius: 8px;
}

/*
	categories
*/
.categories {
}

/* Categories - slim (text) */
.categories.slim li{
	display: inline-flex;
	zoom: 1;
	min-width: fit-content;
}

.categories.slim li a {
	background-color: #E6DFCF;
	color: #000;
	font-weight: 400;
	height: 100%;
	align-items: center;
	background-clip: padding-box;
	cursor: pointer;
	display: inline-flex;
	padding: 14px 16px;
	text-align: center;
	width: 100%;
	text-decoration: none;
	transition: background-color .25s cubic-bezier(.215,.61,.355,1),border-color .25s cubic-bezier(.215,.61,.355,1),color .25s cubic-bezier(.215,.61,.355,1);
	justify-content: center;
	text-transform: uppercase;
	font-size: 12px;
}

.categories.slim li a:hover,
.categories.slim li a:focus {
	background-color: #9c5a53;
	color: #fff;
}

.categories.slim li a.active {
	background-color: #9c5a53;
	color: #fff;
}

.categories.slim li .count {
	background-color: #e3e3e3;
	border-radius: 10px;
	color: #818181;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-bottom: 7px;
	margin-top: 8px;
	padding: 4px 8px;
	vertical-align: top;
	font-size: 0.7em;
	text-align: center;
}

.categories.slim li .catProdImage {
	height: 65px;
}

/*
	Paging
*/
.paging-sort {
	padding: 4px !important;
	margin-left: -5px;
}

.paging-sort .onlyBig {
	padding-top: 6px;
}

.paging-sort label {
	margin-right: 10px;
}

.paging-sort input[type="radio"] {
	margin-top: -1px;
	vertical-align: middle;
}

.pagination {
	text-align: center;
	padding: 5px 0;
}

#paging-count {
	font-size: .8em;
	text-align: center;
	color:#777;
}

#paging-count .innerFill{
	background-color: transparent;
	border: none;
	padding: 0;
}

#paging {}
#paging .innerFill {}

#paging select {
	height: 40px;
	padding: 0 10px;
	width: 100%;
}

#paging:after {
	content:'';
	display:block;
	clear: both;
}

#paging .paging-list {
	text-align: center;
	padding-right: 0;
	justify-content: center;
	line-height: 300%;
}

#paging .paging-list li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-left: .7em;
	border-radius: 2px;
}

#paging .paging-list li:first-child {
	margin-left: 0;
}

#paging .paging-list li a i {
	vertical-align: middle;
}

#paging .paging-list li.active span {
	display: block;
	background-color: #e0ded8;
	border-radius: 40px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	text-align: center;
	transition: all 400ms ease 0s;
	width: 35px;
}

/*
	Filter
*/
.sortorder {
	margin-right: 0!important;
}
#attributes .innerFill {}

#attributes {
	position: relative;
	display: block;
	overflow: auto;
	clear:both;
}

#attributes .col .filterSign {
}

.resetFilter {
	margin-left: 20px;
	display: inline;
}

/*
	Contact/FAQ-page
*/
#contactForm label {
	font-weight: normal;
}

#toggleFaq {}

.divQuestions .faqHeader {
	font-size: 0.85em;
}

.divQuestions .faqQuestionFold {
	font-size: 0.88em;
}

.divQuestions li {
	margin-bottom: 4px;
}

#faqWrapper h3 {
	font-weight: normal;
	border-bottom: medium none;
	margin-bottom: 0;
	padding: 0 0 5px;
	margin-left: 13px;
}
#faqWrapper h3 a {
	font-weight: normal;
	position: relative;
	display: block;
}

#faqWrapper h3 a:before {
	color: #ffd11f;
	content: "+"; /* \203A */
	font-size: 18px;
	left: -14px;
	position: absolute;
	top: -2px;
	font-weight: 600;
}

.faqQuestionFold {
	background: #f2f2f2 none repeat scroll 0 0;
	margin-bottom: 10px;
	margin-top: 8px;
	padding: 5px 10px;
	position: relative;
}
.faqQuestionFold:after,
.faqQuestionFold:before {
	bottom: 100%;
	left: 5%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.faqQuestionFold:after {
	border-color: rgba(247, 247, 247, 0);
	border-bottom-color: #f1f1f1;
	border-width: 10px;
	margin-left: -10px;
}

#faqSubHeader {
	font-weight: 600;
	padding-top: 10px;
}

.toggleFaqDiv {
	margin-top: 5px;
}

/*
	Tab set / "Accordion"
*/

#aTabs {

}

ul.tabs {
	/*display: none;*/
	background-color: #f5f5f5;
	overflow: auto;
}

ul.tabs li {
	color: #333;
	cursor: pointer;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 10px 19px;
	position: relative;
	background-color: #f2f2f2;
	text-transform: uppercase;
	/*font-size: .9em;*/
}

ul.tabs li i {
	color: #626262;
	display: block;
	font-size: 1.5em;
	padding-bottom: 5px;
	text-align: center;
}

ul.tabs li:hover,
ul.tabs li:hover i {
	background-color: #e8e8e8;
	color: #333;
}

ul.tabs li.active,
ul.tabs li.active:hover,
ul.tabs li.active:hover i {
	background-color: #9c5a53;
}

ul.tabs li.active i,
ul.tabs li.active a {
	color: #fff;
}

ul.tabs a:focus {
	outline: none;
	background-color: #9c5a53;
}

.tab_container {
	border: 1px solid #e5e5e5;
	clear: both;
	float: left;
	overflow: auto;
	width: 100%;
}

.tab_container h2 {
	margin-top: 5px;
}

.tab_content {
	padding: 8px;
	position: relative;
	background-color: #fff;
	border-bottom: 1px dotted #b2b2b2;
}

.tab_content label {
	height: 30px;
	line-height: 26px;
	vertical-align: middle;
}

ul.tabs li.active:after {
	bottom: 0;
	left: 50%;
	border: 7px solid rgba(246, 246, 246, 0);
	border-bottom-color: #f6f6f6;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	margin-left: -10px;
}

.markTable .outofstock {
	font-size: 12px;
}

.summary-form2 table {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 0;
	color: #000;
}

.markTable .summary-form2 .odd {
	background-color: #fff !important;
	border-bottom: 1px solid #e1e1e1 !important;
}

.markTable .summary-form2 .even {
	border-bottom: 1px solid #e1e1e1 !important;
}

.markTable .summary-form td.col1 a, .summary-form2 td.col1 a {
	color: #000000 !important;
}

.markTable .fa.pull-left {
	padding-top: 4px;
}


.tab_drawer_heading { display: none; }

/* paste from main-qcachier.php */
.qcRow {
	padding: 0 15px 20px;
}

div#newsletter {
	text-align: center;
}

a.cartRemove {
	margin-left: 24px;
	background-color: transparent;
	color: #9c5a53!important;
}

.summary-form2 {
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 0 0 15px
}

.summary-form2 {
	border: 1px solid #ccc;
	padding-bottom: 0;
	margin-bottom: 10px
}

.summary-form table {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 23px;
	color: #000
}

.summary-form2 table {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 0;
	color: #000
}

.summary-form .even {
	background-color: #fff
}

.summary-form2 .even {
	background-color: #fff
}

.summary-form .odd {
	background-color: #f1f1f1
}

.summary-form2 .odd {
	background-color: #f1f1f1
}

.summary-form table th,
.summary-form2 table th {
	font-size: 14px;
	text-align: left;
	font-weight: 700;
	padding: 12px 0 8px;
	line-height: 15px
}

.summary-form td,
.summary-form2 td {
	padding: 3px 0;
	vertical-align: middle
}

.summary-form .col1,
.summary-form2 .col1 {
	width: 278px;
	padding-left: 4px;
	padding-right: 10px;
	font-size: 14px
}

.summary-form .col2 {
	width: 120px
}

.summary-form2 .col2 {
	width: 90px
}

.summary-form .col3,
.summary-form2 .col3 {
	width: 74px
}

.summary-form .col4,
.summary-form2 .col4 {
	width: 72px;
	text-align: right;
	padding-right: 6px
}

.summary-form a,
.summary-form2 a {
	color: #000
}

.summary-form .col3 a,
.summary-form .col4 a,
.summary-form2 .col3 a,
.summary-form2 .col4 a {
	color: #00b100;
	text-decoration: none
}

.summary-form .col3 a:hover,
.summary-form .col4 a:hover {
	text-decoration: underline
}

.summary-form table .text,
.summary-form2 table .text {
	float: left;
	width: 29px;
	padding: 3px 4px 4px;
	border: 1px solid;
	font-size: 11px;
	line-height: 14px;
	color: #000;
	margin: -2px 0 0;
	border-color: #8d8e94 #b9bac0 #b9bac0 #b9bac0
}

.summary-form td.col1 img,
.summary-form2 td.col1 img {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.summary-form td.col1 a,
.summary-form2 td.col1 a {
	font-weight: 700;
	line-height: 12px
}

.submit-area {
	width: 100%;
	overflow: hidden;
	border: solid #ebebeb;
	border-width: 1px 0 0;
	padding: 13px 0 0
}

.submit-area a {
	float: right;
	padding: 4px 26px 4px 22px;
	color: #fff
}

.qccashier {
	clear: both;
	padding-top: 20px
}

.qccashier select {
	font-size: 14px;
	color: #000;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #f1f1f1
}

.qccashier .qcrow {
	clear: both;
	margin-bottom: 4px
}

.qccashier .qcrow:after {
	content: '[.]';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.qccashier .qcrow .labelColumn {
	float: left;
	width: 30%
}

.qccashier .qcrow .inputColumn {
	float: left;
	width: 69%
}

.qccashier-login {
	font-size: 11px;
	background-color: #f1f1f1;
	padding: 10px;
	margin-bottom: 10px
}

.qcPnrInfo {
	font-size: 11px;
	background-color: #f1f1f1;
	padding: 7px;
	margin-top: 3px;
	clear: both
}

.qccashier-adress,
.qccashier-comment,
.qccashier-contact,
.qccashier-delivery,
.qccashier-pay,
.qccashier-products,
.summary-form2 {
	width: 100%;
	border: none
}

.qccashier-buttons {
	float: right;
	margin-bottom: 15px
}

.qccashier-buttons .bigButton {
	padding: 15px 20px;
	font-weight: 700
}

.qccashier-adress h2,
.qccashier-comment h2,
.qccashier-contact h2,
.qccashier-delivery h2,
.qccashier-pay h2,
.qccashier-products h2 {
	font-family: Europa, open sans;
	color: #000;
	font-size: 20px;
}

.qccashier .qcrow input::placeholder {
	color: #000;
	font-family: Europa, 'Open Sans', sans-serif
}

#adCountry, #qcCountry {
	display: block
}

.qccashier-delivery ul, .qccashier-pay ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: auto
}

.qccashier-delivery ul li, .qccashier-pay ul li {
	float: left;
	list-style: none;
	display: inline;
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
	width: inherit;
	border-bottom: 1px solid #ddd
}

.qccashier-delivery ul li:last-child, .qccashier-pay ul li:last-child {
	border-bottom: none
}

.qccashier-pay-info {
	max-width: 650px;
	background-color: inherit;
	padding: 10px 0;
	clear: both;
	border-radius: 0 0 5px 5px
}

.qccashier-pay-info p {
	margin-bottom: 5px
}

#qcashierAddressPane.pickuplocation input {
	max-width: 80px
}

.pickuplocation {
	max-width: 650px;
	background-color: #fff;
	padding: 7px;
	clear: both;
	border-radius: 5px 5px 0 0
}

.pickuplocation label {
	min-width: 190px;
	display: inline-block
}

.qccashier-comment .qcComment {
	float: left;
	width: 50%
}

.qccashier-comment .qcDiscount {
	float: left;
	width: 50%
}

.qccashier .qcTerms label {
	display: inline-block;
	vertical-align: top;
	width: 95%
}

.qccashier .qcTerms label a {
	color: #0072cb;
	font-weight: 700
}

.qccashier .qcrow input {
	width: 100%;
	max-width: 876px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #a5a5a5
}

.qccashier .qcrow input[type=checkbox], .qccashier .qcrow input[type=radio] {
	width: auto !important;
	max-width: 20px
}

#lastname, input#firstname {
	width: 100%;
	max-width: 430px
}

.main-frame &gt; div:only-child {
	width: 100%
}

.main-frame &gt; div:only-child .content-box {
	border: 0
}

.cart-actions {
	padding: 16px;
	font-family: Europa, 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	background-color: #f1f1f1;
}

.cart-actions::after {
	content: "";
	display: table;
	clear: both
}

.leave-comment, .voucher-discout {
	width: 25%;
	display: inline-block;
	text-align: center;
	font-weight: 400;
	cursor: pointer
}

.order-sum {
	width: 30%;
	float: right
}

span.text {
	width: 65%;
	display: inline-block
}

span.sum {
	width: 33%;
	display: inline-block;
	text-align: right
}

.col3 &gt; input {
	background-color: #fff;
	border: none;
	width: 25px;
	text-align: center;
	vertical-align: bottom;
	margin: 0;
	padding: 3px 0 1px 3px;
}

.col3 a {
	-moz-transition: background-color .1s ease-in-out, border .1s ease-in-out;
	-ms-transition: background-color .1s ease-in-out, border .1s ease-in-out;
	-webkit-transition: background-color .1s ease-in-out, border .1s ease-in-out;
	transition: background-color .1s ease-in-out, border .1s ease-in-out;
	background-color: #3c3c3c;
	border: 0 solid #3c3c3c;
	display: inline-block;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 17px;
	color: #fff !important;
	font-weight: 700;
	cursor: pointer;
	font-size: 18px;
	margin-top: 3px;
	border-radius: 2px;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none
}

.summary-form2 {
	font-family: Europa, 'Open Sans', sans-serif
}

.col3, .col4, td.col2 {
	font-size: 14px
}

.summary-form td.col1 a, .summary-form2 td.col1 a {
	font-size: 14px;
	color: #4074c7
}

#freightSel .moreInfo, .payment-methods .moreInfo {
	font-family: Europa, 'Open Sans', sans-serif;
	font-weight: 600
}

#freightSel, .payment-methods {
	width: 100%;
	height: auto;
	margin-top: 0;
	margin-bottom: 10px;
	overflow: visible
}

#freightSel li, .payment-methods li {
	display: block;
	float: none
}

#freightSel &gt; li &gt; label, .payment-methods &gt; li &gt; label {
	width: 66px;
	display: inline-block
}

#freightSel li img, .payment-methods li img {
	display: block;
	height: 33px
}

#freightSel &gt; li &gt; span {
	display: inline-block;
	width: calc(100% - 70px);
	height: 37px
}

#freightSel label, .payment-methods label {
	font-family: Europa, 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 700
}

.payment-methods &gt; li {
	display: flex !important
}

.payment-methods li &gt; label {
	float: left
}

.payment-methods {
	width: 100%
}

.payment-methods li span {
	display: flex;
	align-items: center
}

.order-total-sum {
	clear: both;
	text-align: right;
	font-size: 14px;
	font-family: Europa, 'Open Sans', sans-serif
}

.order-total-sum &gt; .sum {
	font-size: 28px
}

body.da .kco-link {
	display: none
}

.pickuplocation &gt; input#zipcode {
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #cbcbcb
}

.summary-form2 table {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 0;
	color: #000
}

.footer-area {
	display: none !important
}

#freightSel &gt; li &gt; label, .payment-methods &gt; li &gt; label {
	width: 66px;
	display: inline-block;
	vertical-align: top
}

.kassa-button {
	margin-left: 5px;
	text-align: center;
	padding: 12px 20px;
	color: #fff;
	font-size: 12px;
	border: 0 solid #000;
	border-radius: 8px;
	letter-spacing: 0;
	background-color: #494949;
	-webkit-appearance: none
}

.ajaxWindow {
	width: 1000px !important
}

.col3 a.plus,
.col3 a.minus {
	float: initial;
}

#makePic {
	position: relative;
	width: 97%
}

#makePic .step {
	background: url(../images/blueball.png) no-repeat;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	height: 50px;
	padding-left: 15px;
	padding-top: 14px;
	position: relative;
	z-index: 10
}

#makePic .text {
	background: #f2f2f2;
	position: relative;
	top: -42px;
	z-index: 1;
	left: 23px;
	padding: 10px 10px 10px 30px;
	border-radius: 10px
}

#orgImage img {
	max-width: 320px;
	max-height: 248px
}

#preview {
	max-width: 320px
}

#previewInner {
	position: absolute;
	overflow: hidden;
	top: 21px;
	left: 21px;
	width: 277px;
	height: 206px;
	background: #f8f8aa
}

img#pInner{
	max-width: initial;
	height: initial;
}

.previewWrapper {
	border: 0 solid;
	float: left;
	margin-left: 15px;
	width: 320px;
	overflow: hidden
}

.previewWrapperInner {
	width: 320px;
	text-align: center;
	position: relative
}

.previewPasse {
	margin: 20px !important;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1
}

.pWStanding {
	height: 415px !important
}

.pWInnerFlat {
	left: 27px !important;
	width: 265px !important;
	top: 27px !important;
	height: 357px !important
}

.pWInnerStanding {
	left: 27px !important;
	width: 265px !important;
	top: 27px !important;
	height: 357px !important
}

.pWInnerStandingPasse {
	left: 27px !important;
	width: 221px !important;
	top: 27px !important;
	height: 315px !important;
	margin: 20px !important;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1
}

#categoryPage.template-6 #TextHeader {
	padding: 0;
}

#categoryPage.template-10 #js-flowbox-flow {
	margin-top: 200px;
}

.category-template-11 .content-box h1 {
	margin: 20px 0 10px;
}

.category-template-11 .content-box h2 {
	margin: 10px 0;
}
.category-template-11 button.kategori-knapp,
.category-template-11 img.hitta50 {
	width: 25%;
	margin-right: 1%;
}

.category-template-13 .flowbox-link {
	padding: 6px 14px;
	color: #fff;
	border: 0 solid #494949;
	background-color: #494949;
	border-radius: 30px;
	font-weight: 600;
	text-transform: none;
	font-size: 14px;
	display: inline-block;
	margin: 4px 2px;
	font-family: Europa;
}

.category-template-13 button.flowbox-link.active {
	background-color: #9c5a53;
	color: #ffffff;
	transition: all 0.2s ease-out;
}

.category-template-13 .tags {
	text-align: center;
	width: 60%;
	margin: 20px auto;
}

.category-template-13 #categoryHeader {
	text-align: center;
}

.category-template-14 h3 {
	clear: both;
	text-align: center;
	font-weight: 600;
	margin-bottom: 7px;
	padding-top: 28px;
	font-size: 0.9em;
}

.category-template-14 .catlinks {
	background-color: #494949;
	float: left;
	margin: 4px 2px;
	width: 100%;
	text-align: center;
	border-radius: 8px;
	font-size: 12px;
	line-height: 1.4em;
	min-height: 50px;
	display: flex;
}

.category-template-14 .catlinks a {
	color: white;
	margin: auto;
	padding: 2px 10px;
}

.category-template-14 .catlinks a:hover {
	color: #9c5a53;
	font-weight: bold;
}

.category-template-14 #myInput {
	font-size: 16px;
	margin-top: 0;
	padding: 14px 0 12px;
	border: none;
	border-bottom: 1px solid #ddd;
	width: 100%;
	text-align: center;
}

.category-template-14 .dropbtn {
	background-color: #494949;
	color: white;
	padding: 16px 0;
	font-size: 16px;
	border: none;
	text-align: center;
	margin-top: 6px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.category-template-11 img.hitta50 {
		width: 49% !important;
		float: left;
	}

	.category-template-13 .flowbox-link {
		padding: 6px 8px;
		border-radius: 10px;
		font-weight: 400;
		font-size: 10px;
		margin: 2px 0;
	}
	#bottomCategoryText {
		padding: 20px;
		column-count: 1;
	}
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.qcRow {
		padding: 0 12px 20px;
	}

	a.alter {
		font-size: 10px;
	}

	.ajaxWindow {
		width: 80% !important
	}

	.klarna-kassan {
		display: block !important
	}

	.leave-comment, .voucher-discout {
		width: 49%
	}

	.order-sum {
		width: 100%;
		float: none;
		margin-top: 1em
	}

	#freightSel .moreInfo, .payment-methods .moreInfo {
		font-size: 11px !important
	}

	.pickuplocation label {
		display: inline !important
	}
}

#final_cashier {
	max-width: 640px;
	margin: 35px auto;
}

#addressInput {
	max-width: 640px;
	margin: -25px auto 0;
	display: none;
}

#addressInput .adrinner {
	border: 1px solid rgba(209, 209, 208, .15);
	border-radius: .25rem;
	position: relative;
	background-color: rgba(255, 255, 255, 0);
	padding: 12px;
}

#addressInput input[type="radio"] {
	float: left;
	width: 14px;
	height: 14px;
	position: relative;
	top: 17px;
	left: 8px;
}

#addressInput input[type="radio"] {
	display: inline;
	background-color: #fff;
	border: 1px solid #a4a4a4;
	width: 14px;
	height: 14px;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 10px !important;
	text-align: center;
}

#addressInput input[type="radio"]:focus {
	outline: none;
}

#addressInput input[type="radio"]:checked {
	background-color: #0074c8;
	border: 1px solid #0074c8;
}

#addressInput input[type="radio"]:checked:before {
	font-family: Europa, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	content: '\2022';
	color: white;
	font-size: 21px;
	line-height: 13px;
}

.alternativ-kassa {
	text-align: center;
	clear: both;
	max-width: 610px;
	margin: 0 15px;
	border-radius: 8px;
	padding: 16px;
	font-size:12px;
}

.newscheck {
	text-align: center;
	padding: 0.8em;
	font-size: 1rem;
}
.newscheck:empty {
	display: none;
}

a.alter {
	color: #494949;
	font-weight: 500;
	font-size: 12px;
}

#contentFull .h2-klarna {
	max-width: 640px;
	margin: 0 auto;
	font-weight: bold;
}

#contentFull .h2-klarna {
	font-size: 19px;
	color: rgb(23 23 23 / 1);
	letter-spacing: -0.2px;
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-align: left;
	line-height: 25px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 4px;
	padding-top: 1px;
	text-size-adjust: none;
	padding-left: 0;
}

#qcDynamic .h2-klarna {
	margin-top: 25px;
}

#contentFull .button-klarna {
	width: 100%;
	transition: background-color 100ms ease-in-out, border 100ms ease-in-out;
	background-color: #6f765d;
	color: #fff;
	border: 0 solid #2c72c7;
	font-family: Europa, "Open Sans", "HelveticaNeue", Arial, sans-serif;
	display: inline-block;
	padding: 0 30px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 36px;
	letter-spacing: .1rem;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	box-sizing: border-box;
	text-transform: lowercase;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	height: 50px;
	border-radius: 5px;
	position: relative;
}

#contentFull .button-klarna span.text {
	font-size: 17px;
	text-transform: none;
}

.form_input {
	display: block;
	width: 100%;
	padding: 1.4rem .75rem 0.5rem .75rem !important;
	font-size: 1rem;
	line-height: 1.25;
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15) !important;
	border-radius: .25rem;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form_input:focus {
	outline: none;
	border-color: #000;
}

.input_wrapper {
	position: relative;
	margin-bottom: 1rem;
}

label.form_input_placeholder {
	letter-spacing: .04em;
	position: absolute;
	top: 0;
	left: 0;
	padding: 7px 0 0 13px;
	transition: all 200ms;
	transform: translate3d(0, -1px, 0);
	color: rgb(143, 134, 128);
	max-width: 100%;
	font-family: Europa, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 11px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricprecision;
}

#postal_input {
	max-width: 610px;
	margin: 0 auto;
	padding: 15px;
	clear:both;
}

#postal_input .inner {
	box-sizing: border-box;
	display: flex;
	align-items: stretch;
	flex-direction: column;
	flex-shrink: 0;
	border-style: solid;
	border-width: 0;
	position: relative;
	z-index: 0;
	min-height: 0;
	min-width: 0;
	background-color: rgba(255, 255, 255, 0);
	border-color: rgb(150, 147, 145);
	border-radius: 5px;
	/* padding: 25px 0; */
	transition: border-color 0.2s ease 0s;
	width: 100%;
}

#postal_input .inner:first-of-type {
	margin-bottom: -30px;
	margin-top: 15px;
}

#postal_input .inner h2 {
	margin-bottom: 10px;
}

#postal_input .button-klarna {
	float: left;
	margin-top: 20px;
	margin-bottom:20px;
}

#postal_input input[type="radio"] {
	float: left;
	width: 14px;
	height: 14px;
	position: relative;
	top: 0;
	left: -2px;
}

#postal_input input[type="radio"] {
	display: inline;
	background-color: #fff;
	border: 1px solid #a4a4a4;
	width: 14px;
	height: 14px;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 10px !important;
	text-align: center;
}

#postal_input input[type="radio"]:focus {
	outline: none;
}

#postal_input input[type="radio"]:checked {
	background-color: #0074c8;
	border: 1px solid #0074c8;
}

#postal_input input[type="radio"]:checked:before {
	font-family: Europa, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	content: '\2022';
	color: white;
	font-size: 21px;
	line-height: 13px;
}

.rdo_horizontal_wrapper {
	margin-bottom: 1em;
}

.rdo_horizontal {
	display: inline-block;
	margin-right: 20px;
}

.rdo_horizontal label {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
}

.rdo_horizontal_wrapper input[type="checkbox"] {
	float: left;
	width: 17px;
	height: 17px;
	position: relative;
	top: 0;
	left: -2px;
	padding: 0;
}

.rdo_horizontal_wrapper input[type="checkbox"] {
	display: inline;
	background-color: #fff;
	border: 1px solid #a4a4a4;
	width: 17px;
	height: 17px;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0 !important;
	text-align: center;
}

.rdo_horizontal_wrapper input[type="checkbox"]:focus {
	outline: none;
}

.rdo_horizontal_wrapper input[type="checkbox"]:checked {
	background-color: #494949;
	border: 1px solid #494949;
}

.rdo_horizontal_wrapper input[type="checkbox"]:checked:before {
	font-family: Europa, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	content: '\2714';
	color: white;
	font-size: 15px;
	line-height: 13px;
}

.qccashier .qcrow input[type=checkbox], .qccashier .qcrow input[type=radio] {
	width: 17px !important;
}

p.p-klarna {
	max-width: 100%;
	color: rgb(120, 117, 115);
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	-webkit-font-smoothing: antialiased;
	text-align: left;
	word-break: break-word;
	margin-bottom: -10px;
	margin-top: -10px;
	padding-bottom: 3px;
	padding-top: 2px;
	text-rendering: geometricprecision;
	text-size-adjust: none;
}

#qcDynamicFreight label {
	font-size: 14px;
	display: inline-block;
	width: 96%;
	padding: 20px 0 20px 40px;
	margin-top: -18px;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.handleExpressDiv {
	padding: 16px 0;
}

#klarna-checkout-container {
	margin-top: 16px;
}

.warning {
	padding: 16px;
	margin: 0 15px;
	border-radius: 8px;
	background-color: #ead4d4;
}

.form_input.email,
.form_input.postal {
	width: -webkit-fill-available;
	float: left;
}

.rdOnly { background-color: #e9e9e9; }
.freightNotice { display: flex; align-items: center; flex-wrap: wrap; justify-content: center;text-align: center; font-size: 1.2em; }
.freightNotice p { flex-basis: 100%; }
.freightNotice a { display: inline-flex; justify-content: center; margin-top: 10px; padding: 10px; color: #0085ff; border-bottom: 1px solid #0085ff; }
.freightNotice button { display: inline-flex; justify-content: center; border: 1px solid #000; margin-top: 3em; background-color: #fff; padding: 6px 20px; border-radius: 2em; font-size: .9em; }
@keyframes pulsateOutline {
	0% { box-shadow: 0 0 0 2px #000; }
	50% { box-shadow: 0 0 0 6px #000; }
	100% { box-shadow: 0 0 0 2px #000; }
}
.tempFocus { outline-offset: 3px; animation: pulsateOutline 1s infinite; }

.input_error input {
	background-color: rgba(255, 0, 0, 0.05);
	border-color: #be1010;
}

.input_error .form_input_placeholder {
	color: #be1010;
}

#btnFreightNext {
	display: none;
}

#qcDynamicFreight {
	display: none;
	width: 100%;
	max-width: 610px;
	margin: 0 auto
}

#qcDynamic #qcDynamicFreight {
	border-bottom: none;
}

/* "alternativa kassan" */
#qcDynamic #qcDynamicFreight {
	display: block;
}

#qcDynamic #qcDynamicFreight .cont {

}

#contentFull #qcDynamic #btnFreightNext{
	display: none;
}

#qcDynamic .moreInfo{
	margin-left: 25px;
	max-width: 60%;
}

#qcDynamicPayment .moreInfo {
	text-align: center;
	margin: 0;
	max-width: 100%;
	display:none;
}

label[for="pno"] {
	display: none!important;
}

#qcDynamicFreight .cont {
	/* border: 1px solid rgb(150, 147, 145); */
	border-radius: .25rem;
}

#qcDynamicFreight ul {
	list-style-type: none;
	margin: 0;
	padding: 15px;
}

#qcDynamicFreight li {
	display: block;
	border: 1px solid rgb(150, 147, 145);
	border-radius: 5px;
	margin-bottom: 8px;
}

#qcDynamicFreight li.active {
	background-color: #6da5443b;
}

#qcDynamicFreight input[type="radio"] {
	float: left;
	width: 14px;
	height: 14px;
	position: relative;
	top: 19px;
	left: 10px;
}

#qcDynamicFreight input[type="radio"] {
	display: inline;
	background-color: #fff;
	border: 1px solid #a4a4a4;
	width: 20px;
	height: 20px;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 10px !important;
	text-align: center;
}

#qcDynamicFreight input[type="radio"]:focus {
	outline: none;
}

#qcDynamicFreight input[type="radio"]:checked {
	background-color: rgb(72, 123, 148);
	border: 1px solid rgb(72, 123, 148);
}

#qcDynamicFreight input[type="radio"]:checked:before {
	font-family: Europa, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	content: '\2022';
	color: white;
	font-size: 21px;
	line-height: 18px;
}

#qcDynamicFreight label {
	font-size: 15px;
	display: inline-block;
	width: 96%;
	padding: 16px 0 16px 24px;
	margin-top: 0;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

#qcDynamicFreight label .l_details {
	font-weight: 400;
	padding-left: 8px;
	color: #333333;
}

#qcDynamicFreight .info {
	padding: 0 20px 5px 40px;
	margin-top: -10px;
	font-size: 14px;
	background: none;
}

#qcDynamicFreight p {
	margin: 0 0 5px;
}

#qcDynamicFreight #qcPostOfficeSelector {
	width: 100%;
	height: 45px;
	font-size: 12px;
}

#qcDynamicFreight #qcashierAddressPane {
	border: 0;
}

#qcDynamicFreight #qcashierAddressPane h3 {
}

#qcDynamicFreight #qcashierAddressPane {
	max-width: none;
	background-color: transparent;
	padding: 0;
	clear: none;
	border-radius: 0;
}

#qcDynamicFreight .toggleLink {
	font-style: italic;
	cursor: pointer;
	font-weight: 600;
}

#qcDynamicFreight .toggleMoreInfo {
	display: none;
}

#qcDynamicFreight .expressPrice {
	margin-left: 4px;
	font-weight: normal;
}

#qcDynamicFreight .expressInfoIcon {
	float: right;
	font-size: 16px;
}

#qcDynamicFreight label.expressFreight {
	width: 80%;
	padding: 0;
}

span.labelImage {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 90px;
}

.no_click_overlay {
	background-color: #fff;
	opacity: 0.4;
	pointer-events: none;
	position: relative;
}

.no_click_overlay:before {
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	border: 3px solid #ddd;
	border-top: 3px solid #42a5f5;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	content: ' ';
	z-index: 22;
}

@-webkit-keyframes spin {
	to {
		border-top-color: #ec407a;
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	to {
		border-top-color: #ec407a;
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#postal_input #btnFreightNext {
	float: right;
	margin-top: 10px;
	margin-bottom: 80px;
}

#pickupPointSelWrapper {
	clear: both;
	padding: 12px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 10px;
}

#pickupPointSelWrapper label {
	padding: 0 0 0 40px;
}

#pickupPointSel2 {
	color: #333;
}

label[for=qcPostOfficeSelector] {
	padding: 0 0 8px 0!important;
}

.payment-option {
	max-width: 610px;
	margin: 0 auto 8px auto;
	text-align: center;
	background: #f5f5f7;
	border-radius: 5px;
	padding: 8px;
}

.payment-option img {
	max-height: 32px;
}

#qcDynamicPayment h2 {
	padding: 10px 0;
}

#qcDynamicPayment {
	display: none;
	width: 100%;
	max-width: 610px;
	margin: 0 auto;
}
#qcDynamic #qcDynamicPayment {
	display: block;
}

#qcDynamicPayment .cont {
	border: 1px solid rgba(0, 0, 0, .15);
	/* border-radius: .25rem; */
	border-radius: 8px;
}

#qcDynamicPayment ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#qcDynamicPayment li {
	display: block;
	border-bottom: 1px solid #dbdbdb;
}

#qcDynamicPayment li.active {
	background-color: #f7f7f7;
}

#qcDynamicPayment li:first-child {
	border-radius: 8px 8px 0 0;
}

#qcDynamicPayment li:last-child .info,
#qcDynamicPayment li:last-child {
	border-bottom: none;
	border-radius: 0 0 8px 8px;
}

#qcDynamicPayment input[type="radio"] {
	float: left;
	position: relative;
	top: 19px;
	left: 10px;
	display: inline;
	background-color: #fff;
	border: 1px solid #a4a4a4;
	width: 20px;
	height: 20px;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 10px !important;
	text-align: center;
}

#qcDynamicPayment input[type="radio"]:focus {
	outline: none;
}

#qcDynamicPayment input[type="radio"]:checked {
	/*background-color: #0074c8;
	border: 1px solid #0074c8;*/
	background-color: rgb(72, 123, 148);
	border: 1px solid rgb(72, 123, 148);
}

#qcDynamicPayment input[type="radio"]:checked:before {
	font-family: Europa, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	content: '\2022';
	color: white;
	font-size: 21px;
	line-height: 18px;
}

#qcDynamicPayment label {
	font-size: 15px;
	display: inline-block;
	width: 96%;
	padding: 16px 0 16px 24px;
	margin-top: 0;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

#qcDynamicPayment label .l_details {
	display: block;
	font-weight: 400;
	padding-top: 8px;
	color: #a7a7a7;
}

#qcDynamicPayment .info {
	padding: 0 20px 5px 40px;
	margin-top: -10px;
	margin-bottom: 0;
	font-size: 14px;
	background-color: inherit;
}

#qcDynamicPayment p {
	margin: 0 0 5px;
}

#qcDynamicPayment #qcPostOfficeSelector {
	width: 100%;
	height: 45px;
	font-size: 15px;
}

#qcDynamicPayment #qcashierAddressPane {
	border: 0;
}

#qcDynamicPayment #qcashierAddressPane h3 {
}

#qcDynamicPayment #qcashierAddressPane {
	max-width: none;
	background-color: transparent;
	padding: 0;
	clear: none;
	border-radius: 0;
}

.qccashier .qcrow {
	clear: both;
	margin-bottom: 8px;
	position: relative;
}

.qccashier .qcrow input,
#lastname, input#firstname {
	max-width: 95%;
	width: 95%;
}

.bonus_inner {
	padding: 15px;
}

.bonus_level {
	border: 1px dotted #ccc;
	margin-bottom: 10px;
	padding: 10px;
}

.bonus_product {
	margin-bottom: 13px;
	background-color: #f7f7f7;
	padding: 5px;
}

.bonus_product .col_1 {
	display: inline-block;
	width: 75px;
	text-align: center;
	height: 90px;
	vertical-align: top;
}

.bonus_product .col_2 {
	width: 40%;
	display: inline-block;
	vertical-align: top;
}

.bonus_product .col_4 {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}

.bonus_product .col_5 {
	display: inline-block;
	text-align: right;
	width: 24%;
	vertical-align: top;
}

#user-subtype{
	padding-left: 0;
}

#user-subtype input[type="radio"] {
	width: 4%;
}

#user-subtype label {
	display: inline-block;
}

@media screen and (max-width: 720px) {
	#topMenu {
		height: 100%;
		display: table;
		width: 100%;
		padding: 0 16px;
	}
	a#linkNotify {
	    font-size: 10px;
	}
	.box input {
		opacity: 0;
		position: absolute;
		pointer-events: none;
	}
	.box label {
		display: block;
	}
	.box p {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		padding:0!important;
	}
	.box input:focus ~ label {
		outline: -webkit-focus-ring-color auto 5px;
	}
	.box input:checked + p {
		-webkit-line-clamp: unset;
	}
	.box input:checked ~ label {
		display: none;
	}
	.search-form .icon {
		background-color: #deb77300;
	}
	.sokruta input#search-01 {
		border-radius: 16px;
	}
	.sokruta {
		display: table-cell;
		position: relative;
		vertical-align: middle;
		text-align: center;
		width: 70%;
		padding: 0 0 0 3%;
	}
	#footer .inside-footer img:first-child {
		margin-left: 0;
	}
	#footer .partner-footer {
		height: 100%;
		padding-bottom: 50px;
	}
	#footer .inside-footer {
		max-width: 100%;
		margin: 0;
		padding: 8px;
		text-align: center;
	}
	#footer .partner-footer img {
		max-width: 50px;
		margin: 0;
		padding: 8px;
	}
	#redeal-minimized-button {
		font-weight: 100!important;
		font-size: 12px!important;
		padding: 8px 16px!important;
	}
	#redeal-minimized-button text {
		margin-left: 8px!important;
	}
	#redeal-minimized-button img {
		margin-left: 8px!important;
	}
	.asstre {
		display: block;
		font-size: 12px;
	}
	.spotSale2 {
		font-size:12px;
	}
	p#nedrakna {
	padding: 16px;
	font-size: 12px;
	}
	.banner p {
	font-size: 10px;
	padding:10px 8px;
	font-weight: 100;
	letter-spacing: .01rem;
	}
	.productImage {
		height: auto;
		line-height: 0;
	}
	.productImage img {
		vertical-align: top;
		height: auto;
		max-height: 80vh;
		max-width: 100%;
	}
	#productPageUpper .colImage .innerFill {
		padding: 0;
		margin-top: -8px;
	}
	.next, .prev {
		top:50%!important;
		display:none;
	}
	#lagg-i-varukorg .poster-title {
		line-height: 1!important;
	}
	#lagg-i-varukorg .img-container {
		height: 115px!important;
	}
	#lagg-i-varukorg .img-container img {
		max-height: 115px!important;
	}
	#lagg-i-varukorg li.item a {
		font-size: 10px!important;
	}
	#lagg-i-varukorg .info-row {
		display: none;
	}
	#contentFull .h2-klarna {
		font-size: 16px;
	}
	.newscheck {
		font-size: 12px;
	}
	li.dfilter {
		padding: 8px 0;
	}
	p.space {
		height: 8px;
	}
	.toptext p {
		padding: 5px 8px 8px 8px;
	}
	#cevoid-container {
		padding: 0 8px;
	}
	.uspPlate {
		padding-bottom: 0!important;
	}
	.uspimgsale.mobile {
		padding-bottom: 3px;
	}
	#uspIndex [class*='row4'] {
		padding-bottom: 0!important;
		padding-top: 5px!important;
	}
	#uspIndex [class*='row4']:first-child {
		padding-right: 8px;
	}
		#uspIndex [class*='row4']:nth-child(2) {
		padding-left: 8px;
	}
	#uspIndex [class*='row4']:nth-child(3) {
		padding-right: 8px;
	}
	#uspIndex [class*='row4']:last-of-type {
		padding-right: 8px;
		padding-left:8px;
	}
	#uspIndex .uspPlate .usptext p {
		line-height: 1.6em;
		color: #fff;
		font-size: 12px;
	}
		.mobile {
		display:block!important;
	}
	.computer {
		display:none;
	}
		.category-template-11 button.kategori-knapp, .category-template-11 img.hitta50 {
		width: 49%;
		margin-right: 1%;
	}
	.banner {

	}
	ul.spec50 li, ul.spec100 li {
		width:100%;
		margin-right:0;
	}
	.panelmenu {
		word-wrap: break-word;
		padding: 15px 0 15px 15px;
		position: relative;
		z-index: 1;
		border-bottom: 1px solid #e1e1e1;
		display: block;
	}
	.smallpage {
		width: 90%;
		margin: 16px auto 16px;
	}
	.usptext button {
		min-width: 50%;
		margin-top: 24px;
		font-size: 14px;
		padding: 10px 24px;
	}
	.usptext h2 {
		font-size: 24px;
	}
	#uspIndex [class*='grid-']:nth-child(2){
	}
	#uspIndex [class*='grid-']:last-of-type {
	}
	#uspIndex {
		padding-top: 0;
	}
	#uspIndex .uspPlate {
		padding: 8px;
	}
	#ajaxPopupNotify {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #ffffff;
		padding: 0 0.5rem;
		margin: 2rem auto;
		max-height: 100%;
		width: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		height: fit-content;
	}
	#qcDynamicFreight #qcPostOfficeSelector {
		font-size: 10px;
	}

	#minimized-trustbadge-98e3dadd90eb493088abdc5597a70810 {
		bottom: 60px!important;
	}

	#prodAttributes .col1 {
		padding-bottom: 0;
	}

	#prodAttributes .col2 {
		padding-bottom: 4px;
		padding-top: 0;
	}

	h2.styled {
		font-size: 1.1em;
	}

	h4.grid.nosto-title {
		font-size: 1.1em;
	}

	li.item&gt;a, li.item&gt;div.miniProduct&gt;a {
		min-height: 100px;
		height: 235px;
		display: block;
	}

	.cart-actions {
		padding: 8px;
		margin-top: 16px;
		font-size: 12px;
	}

	span.hitta-storlek {
		width: 31%;
		padding: 2% 0;
		margin: 1%;
		font-size: 10px;
	}
	#bigframe {
		font-size: 10px;
	}
	span.labelImage {
		right: 0;
		top: -8px;
		width: 50px;
		transform: translateY(-25%);
	}

	#attributes label {
		font-size: 10px;
		font-weight: 400;
	}

	#postal_input {
		padding: 0 30px;
		margin: 0 auto;
	}

	#qcDynamicFreight label {
		padding: 0 0 16px 40px;
		font-size: 13px;
	}
	.productListContainer li .catProdInner h3 a span {
		height: 30px;
		overflow: hidden;
		white-space: normal;
		text-overflow: unset;
	}
	#TextHeader h1 {
		font-size: 20px;
	}
	#categoryHeader .container.headercat {
		display:none;
	}
	#prodAttributes {
		column-count: 2;
	}
	#bottomCategoryText p {
		font-size: 12px;
	}
	#TextHeader {
		padding: 11px;
	}
	button.kategori-knapp {
		padding: 8px;
		margin: 0 2px 1px 0;
		font-size: 10px;
	}
	.spotSaleProduct {
		height: 80px;
		line-height: 72px;
		width: 80px;
		font-size: 20px;
	}
	.spec li {
		float: none;
		margin-right: 0;
		text-align: center;
		font-size: 10px;
	}
	.longdesc p{
		text-align: center;
		font-size: 10px;
	}
	.productListContainer li .catProdImage {
		height: 210px;
	}
	.productListContainer li .catProdImage img {
		max-height: 210px;
	}
	.productListContainer li .catProdInner h3 a {
		padding-top: 235px;
	}
	.productListContainer li .catProdInner h3 a span {
		height: 28px;
		font-size: 10px;
		padding: 0 4px;
	}
	.productListContainer li .catProdInner .h3spacer {
		height: 40px;
	}

	#categoryPage.template-7 .productListContainer li .catProdInner p,
	.productListContainer li .catProdInner .shortText {
		height: 50px;
		font-size: 10px;
	}
	#banner {
		font-size: 12px;
		height:auto;
	}
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		-moz-user-select: none;
		background-color: #fff;
		border-bottom: 1px solid #e5e5e5;
		color: #333;
		cursor: pointer;
		display: block;
		height: 46px;
		line-height: 45px;
		padding: 0 10px;
		position: relative;
		text-transform: uppercase;
	}
	.tab_drawer_heading:after {
		content: "\f107";
		font-family: FontAwesome;
		font-weight: 600;
		position: absolute;
		right: 11px;
		color: #818181;
		font-size: 1.4em;
	}
	.tab_drawer_heading.d_active {
		border-bottom: 0 none;
	}
	.tab_drawer_heading.d_active:after {
		content: "\f106";
		color: #333;
	}
	.tab_drawer_heading:hover:after {
		color: #82b440;
	}
	.tab_drawer_heading:hover,
	.tab_drawer_heading:hover i {
		color: #333;
		background-color: #f4f4f4;
	}
	.tab_drawer_heading i {
		color: #626262;
		text-align: center;
		width: 20px;
		margin-right: 7px;
	}
	.d_active,
	.d_active i,
	.d_active:hover,
	.d_active:hover i {
		/*background-color: #4f4f4f;*/
		color: #333;
	}
	.tab_container {
		clear: both;
		float: left;
		overflow: auto;
		width: 100%;
	}
	.tab_content {
		border-top: none;
	}
	.tab_content:after {
		bottom: 100%;
		left: 50%;
		border: 7px solid rgba(246, 246, 246, 0);
		border-bottom-color: #f6f6f6;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		margin-left: -10px;
	}
	.markTable .summary-form .col4, .summary-form2 .col4 {
		display: none !important;
	}

	.markTable .content-box h2 {
		display: block !important;
		text-transform: inherit;
	}

	.markTable .summary-form .col3, .summary-form2 .col3 {
		width: 90px !important;
	}

	.markTable .col3 a {
		background-color: transparent !important;
		height: 10px !important;
		width: 10px !important;
		line-height: 10px !important;
		color: #000 !important;
	}

	.markTable .summary-form td.col1 a, .summary-form2 td.col1 a {
		font-size: 12px !important;
	}
}

/*
	Form row
*/
.land {
	display: none;
}
#qcashierAddressPane .formRow {
	padding: 5px 0 10px;
}

#qcDeliveryOther {
	float: left;
}

#qcDeliveryOtherLabel, #qcDeliveryOther {
	display: inline-block;
	width: auto;
}

#qcDeliveryAddressBox {
	padding: 10px;
	background-color: #f5f5f5;
	border-radius: 2px;
	width: 100%;
}

.formRow {
	display: block;
	margin: 0;
}
.formRow:after {
	content:'';
	display:block;
	clear: both;
}

.formRow label {
	display: block;
	margin: 3px 0;
}

.formRow input[type="text"],
.formRow input[type="password"],
textarea {
	padding: 10px 3px;
}

.formRow select {
	background-color:#fff;
}

.formRow .left {
	float: left;
}

.formRow .right {
	float: left;
}

.checkoutToggle, .jsToggleComment, .jsToggleCoupon {
	cursor: pointer;
	display: block;
	padding: 4px 0;
}

.checkoutToggled, .jsToggleCommentContent, .jsToggleCouponContent{
	display:none;
	margin-top:15px;
	width:100%;
}

.isLoggedInBox{
	margin-bottom:25px;
}

.defaultMargin {
	margin:0 8px;
}
.CheckoutLoginButton{
	cursor: pointer;
	padding: 5px 30px;
	margin-top:5px;
}

.checkoutCoupon, .checkoutComment{
	margin:15px 0;
	background-color: #f6f6f6;
	padding:15px;
}

#coupon {
	height: 30px;
	border-radius: 2px;
	padding: 2px 4px;
}

#qcPno {

}

.firstLetterUppercase:first-letter {
	text-transform: uppercase;
}

#qcFetchAddr {
	padding: 7px 0 !important;
	margin-top: 5px;
}

#cashierPage {
	background-color: #ffffff;
}

#cashierPage h1 {
	text-align: center;
}

#cashierPage #multibanco {
	max-width: 600px;
	margin: 30px auto 0;
}

.checkout-banner {
	text-align: center;
	padding: 16px;
	margin-top: 16px;
	line-height: normal;
	background-color: #f5f5f7;
}

.checkout-banner p {

}

.checkout-banner:empty {
	display: none;
}

.warning:empty {
	display: none;
}

div#qcDynamic {
	max-width: 625px;
	margin: 0 auto;
}

.cashierPay {
	border: 1px solid #8c8c8c;
	border-radius: 8px;
}

.cashierDelivery {
	border: 1px solid #8c8c8c;
	border-radius: 8px;
}

.cashierProducts {
	text-align: center;
	font-size: 12px;
}

.cashierProducts .greyColor,
.cashierProducts .greyColor .name {
	color: #777777;
	font-weight: normal;
}

.cashierProducts .total {
	padding: 10px 0;
	font-size: 18px;
	font-weight: 600;
	background-color: #f4f4f4;
	border-bottom: 0;
}

.cashierProducts .discount {
	padding: 10px 0;
	font-size: 15px;
	background-color: #f4f4f4;
}
.cashierProducts .vat {
	padding: 10px 0;
	font-size: 15px;
	background-color: #fbfbfb;
}

.cashierProducts tr.discount:hover,
.cashierProducts tr.total:hover,
.cashierProducts tr.vat:hover {
	background-color: #f4f4f4;
}


.cashier-form {
	display: block;
	overflow:hidden;
}

.cashier-form table {
	clear:both;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	white-space: nowrap;
	word-wrap: break-word;
	text-align: left;
}

.cashier-form .col10 {
	width: 29%;
}

.cashier-form .col20 {
	width: 48%;
}

.cashier-form .col30 {
	width: 22%;
	text-align: right;
}

.cashier-form table td {
	white-space: normal;
	text-overflow: ellipsis;
}

.cashier-form .tableInfo {

}

.cashier-form .tableInfo .subscriptSpot {
	background-color: #333;
	padding: 4px 10px;
	color: #fff;
	border-radius: 2px;
	font-size: .8em;
}

.cashier-form .tableTotal {
	font-weight: 600;
	text-align: right;
	vertical-align: bottom;
}

.cashier-form .tableImage {
	line-height: 1.3em;
	text-align: center;
	vertical-align: middle;
}

.cashier-form .tableImage img {
	max-width: 100%;
}

.cashierAdress input:not([type="checkbox"]),
.loginForm input:not([type="checkbox"]) {
	width: 100%;
}

.cashier-form .cartQtyWrapper {
	margin: 0 30px 0 0;
	overflow: auto;
	float: left;
}

.cashier-form .cartQty {
	border-radius: 2px;
	margin: 0 2px;
	text-align: center;
	width: 20px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.cashier-form .cartMinus {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.cashier-form .cartPlus {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.cashier-form .cartPlus a:focus {
	background-color: green !important;
	outline: none !important;
}

.cashier-form .cartMinus a:focus {
	background-color: red !important;
	outline: none !important;
}

.cashier-form .cartRemove:focus {
	outline: none !important;
}

.cashier-form .name {
	font-size: 1em;
	font-weight: 400;
	padding-bottom: 15px;
}

.cashier-form .quantity {
	margin: 2px 28px 2px 0;
	font-size: .9em;
	float: left;
	width: 100%;
}

.cashier-form .price {
	font-weight: 600;
	margin: 0 5px 0 0;
	float: left;
	line-height: 23px;
	width: 100px;
}

.cashier-form .priceTotal {
	font-weight: 600;
	padding-bottom: 5px;
}

.cashier-form .cartRemove {
	/*display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	text-align: center;*/
	text-align: center;
	float: left;
	padding-top: 2px;
}

.cashier-form .cartPlus a,
.cashier-form .cartMinus a {
	color: #fff;
	display: block;
	font-size: 8px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	width: 20px;
	background-color: #9f2c2c;
	margin-bottom: 3px;
	border-radius: 40px;
}

.cashier-form .cartPlus a {
	background-color: #82b440;
}

.cashier-form .cartPlus a:focus,
.cashier-form .cartMinus a:focus {
	color: #fff !important;
}

.cashier-form .cartPlus a:hover,
.cashier-form .cartMinus a:hover {
	opacity: .7;
}

.cashier-form table td a {
	display: block;
}

.cashier-form table th {
	font-size:15px;
	line-height:15px;
	float: none;
}

.cashier-form table tr {
	transition: all 600ms ease 0s;
}

.cashier-form table tr:hover {
	background-color: #fbfbfb;

}
.cashier-form table tr:hover th {
	background-color: #fcfcfc;
}

.cashier-form .even {
	background-color:#fff;
}

.cashier-form .odd {
	background-color:#fff;
}


#qcTypeChoice {}

#qcTypeChoice ul {
	padding-left: 0;
	display: flex;
	margin-top: 0;
	justify-content: center;
}

#qcTypeChoice li a {
	background-color: #e0ded8;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-left: 0;
	margin-right: 30px;
	position: relative;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
}

#qcTypeChoice li a:hover,
#qcTypeChoice li a:focus {
	outline: 2px solid #6e755d;
}

#qcTypeChoice li.active a {
	background-color: #deb773;
	border: 0 #e0ded8;
}

#qcTypeChoice li a:after {
	border-radius: 7px;
	color: #e0ded8;
	content: "\f00c";
	font-family: FontAwesome;
	font-weight: normal;
	height: 25px;
	left: 11px;
	line-height: 25px;
	position: absolute;
	text-align: center;
	top: 20%;
	width: 25px;
}

#qcTypeChoice li &gt; a {
	display: block;
	height: 100%;
	width: 100%;
	color: #494949;
	text-transform: uppercase;
}

#qcTypeChoice li.active a:after {
	background-color: #fff;
	border-radius: 40px;
	color: #494949;
}

.count input {
	border-radius: 2px;
	text-align: center;
	padding: 2px;
}

.cashier-form table .tdPrice {
	padding-left: 25px !important;
}

.cashierType h2 i,
.cashierAdress h2 i,
.cashierContact h2 i,
.cashierDelivery h2 i,
.cashierPay h2 i,
.cashierProducts h2 i,
.cashierBonus h2 i,
.cashierSale h2 i,
.cashierComment h2 i,
.cashierGiftWrap h2 i {
	color: #fff;
	background-color: #0097cf;
	width: 30px;
	height: 30px;
	border-radius: 60px;
	line-height: 30px;
	text-align: center;
	font-size: .75em;
	display:-moz-inline-stack;
	zoom:1;
	*display:inline;
	vertical-align: bottom;
	font-style: normal;
	font-weight: 600;
	display: none;
}

.cashierDelivery ul,
.cashierPay ul {
	list-style: outside none none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.cashierDelivery li,
.cashierPay li {
	position: relative;
}

.cashierDelivery li .inner,
.cashierPay li .inner {
	background-color: gray;
	color: #fff;
}

.cashierDelivery li .inner,
.cashierPay li .inner {
	line-height: 40px;
	min-height: 40px
}

.cashierDelivery li:hover .inner,
.cashierPay li:hover .inner{
	outline: 2px solid #82b440;
}

.cashierDelivery li label:before,
.cashierPay li label:before {
	font-family: FontAwesome;
	content: '\f00c';
	color: #e0ded8;
	font-weight: normal;
	border-radius: 7px;
	height: 25px;
	line-height: 25px;
	position: absolute;
	text-align: center;
	width: 25px;
	top: 50%;
	margin-top: -12px;
	left: 18px;
}

.cashierPay li label:before {
	/*top: 40%;*/
}

.cashierDelivery li .labelColumn label:before,
.cashierPay li .labelColumn label:before {
	content: none;
}

.cashierDelivery li .inner input[type="radio"],
.cashierPay li .inner input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.cashierDelivery li .inner input[type="radio"]:focus + label,
.cashierPay li .inner input[type="radio"]:focus + label {
	outline: 2px solid #82b440;
}

.cashierDelivery li.active,
.cashierPay li.active {
	border: 0;
}

.cashierDelivery li.active .inner,
.cashierPay li.active .inner {
	background-color: #ffffff;
}

.cashierDelivery li.active label ,
.cashierPay li.active label {
	color: #000;
}

.cashierDelivery li.active label:before,
.cashierPay li.active label:before {
	color: #82b440;
	background-color: #fff;
	border-radius: 40px;
}

.cashierDelivery li span,
.cashierPay li span {
	position: absolute;
}

.cashierDelivery li img,
.cashierPay li img {
	max-height: 50px;
}

.cashierDelivery li label,
.cashierPay li label{
	cursor: pointer;
	display: block;
}

.cashierDelivery li label span,
.cashierPay li label span {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.cashierDelivery li.active label span,
.cashierPay li.active label span {

}

.cashierDelivery li .labelImage,
.cashierPay li .labelImage {
	width: 60px;
	text-align: center;
	height: 65px;
	line-height: 60px;
	padding-top: 5px;
}

.cashierDelivery li .labelText,
.cashierPay li .labelText {
	width: 100%;
	text-align: center;
}

.qccashier-pay-info {
	padding: 0;
	font-size: 12px;
	position: relative;
	/* background-color: #ccf3fb; */
	text-align: left;
}

.qccashier-pay-info label {
	color: #333 !important;
}

.cashierDelivery li.active .qccashier-pay-info:after,
.cashierPay li.active .qccashier-pay-info:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: rgba(250, 250, 250, 0) rgba(250, 250, 250, 0) #f5f5f5;
	border-image: none;
	border-style: solid;
	border-width: 9px;
	content: " ";
	height: 0;
	left: 20px;
	margin-left: -15px;
	pointer-events: none;
	position: absolute;
	top: -17px;
	width: 0;
}

.cashierComment textarea {
	width:925px;
	height:80px;
}

.cashier-form th,
.cashier-form td {
	padding: 0.4em;
	vertical-align: top;
}

.cashier-form th {
	color: #848484;
	font-size: 0.8em !important;
}

.cashier-form tr {
	border-bottom: 1px dotted #dddddd;
}

.cashier-form tr:hover {
	background:#fcfcfc;
}

.cashier-form tr:hover th {
	background:#fff !important;
}

.cashier-form a {
}

.conditions {
	font-size: 0.8em;
	text-align:center;
}

.minus {
	float: left;
	margin-top: 3px;
}

.plus {
	float: left;
	margin-top: 3px;
}

.plus a, .minus a {
	border-radius: 22px;
	color: #000;
	display: block;
	font-size: 8px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	width: 16px;
	background-color: #333333;
}

.plus a:focus, .minus a:focus {
	color: #fff !important;
}

.plus a:hover, .minus a:hover {
	opacity: .7;
}

.qccashier-bonus {

}

.qcBonusLevels {
}

.qcBonusLevels ul {

}

.qcBonusLevels li {
}

.qcBonusLevels li:hover {
	background: #fff;
}

.qcBonusProduct {
	border-bottom: 1px dotted #e3e3e3;
}

.qcBonusProduct .f1 {
}

.qcBonusProduct .f1 img {
	display:block;
	margin:auto;
}

.qcBonusProduct .f2 {
}

.qcBonusProduct .f3 {
}

.qcBonusProduct .f3 select {
}

.qcBonusProduct .f4 {
	font-weight:600;
}

.qcBonusProduct .f5 {
}

.qcCartTbl .plus, .qcCartTbl .minus {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

#qcGiftWrapSelection {
	margin-top:10px;
}

#qcGiftWrapSelection ul {
	list-style: none;
	padding:0;
	margin:0;
	overflow:auto;
	height:auto;
}

#qcGiftWrapSelection li {
	margin:5px;
	display:block;
	float:left;
	height:140px;
	width:120px;
	padding:1px;
	border:1px solid #e0ded8;
	background:#ffffff;
	cursor: pointer;
	position: relative;
}

#qcGiftWrapSelection li:hover {
	border: 1px solid #b2e5b2;
}

#qcGiftWrapSelection img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#qcGiftWrapSelection li.active {
	border:1px solid #009900;
}

#qcGiftWrapSelection li.active:before {
	content: '\2713 ';
	padding-right: 5px;
	position: absolute;
	bottom: 2px;
	left: 10px;
	font-size: 120%;
	color: #009900;
	font-weight: 600;
}

#qcGiftWrapSelection li strong {
	display:block;
	margin-left:3px;
	margin-right:3px;
	margin-top:3px;
	text-align:center;
	clear:both;
	font-size:12px;
	height:14px;
	overflow:hidden;
}

#qcGiftWrapSelection li i {
	display:block;
	margin-left:3px;
	margin-right:3px;
	margin-top:3px;
	text-align:center;
	clear:both;
	font-style: normal;
}

/*
	Popup - Notify
*/
#notifyPopup {
	display: none;
	position:fixed;
	background-color: #ffffff;
	padding:10px;
	top: 33%;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	min-height: 10em;
	width: 40%;
	max-width: 600px;
	min-width: 300px;
	max-height: 50%;
	overflow-y: auto;
	overflow-x: hidden;
}

#notifyPopupPane {
	margin:15px;
	padding-bottom: 8px;
}

#notifyPopupPane em {
	font-weight:600;
	font-style:normal;
	display:block;
	text-transform: uppercase;
}

#notifyPopupPane p {
	margin-top:10px;
}

#notifyPopupPane #notifyEmail {
	display: block;
	height: 38px;
	margin: 5px auto auto;
	width: 100%;
	padding: 5px;
}

#notifyPopupPane #notifyPopupPaneButtonBar {
	margin: 20px auto auto;
	text-align: center;
}

#notifyPopupPane #notifyPopupPaneButtonBar input {
	margin-left:3px;
	margin-right:3px;
}

#notifyPopupPane #notifyPopupOk {
	padding: 0 20px;
}

/*
	transparencyLayer
*/
#transparencyLayer {
	width: 100%;
	height: 100%;
	position:fixed;
	z-index: 4000;
	background-color: rgba(0,0,0, .6);
	display: none;
	top: 0;
}

/*
	ajaxPopupWindow
*/
#toCashier {
	background-color: #9c5a53;
	padding: 18px;
	font-weight: 600;
	margin-top: 8px;
	text-align: center;
	color: #fff;
}

#toCashier:hover {
	background-color: #494949;
}

#toCashier a {
	color: #fff;
}

#ajaxPopupWindow {
	display: none;
	position:fixed;
	background-color: #ffffff;
	padding:10px;
	top: 33%;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	min-height: 10em;
	width: 40%;
	max-width: 600px;
	min-width: 300px;
	max-height: 50%;
	overflow-y: auto;
	overflow-x: hidden;
}

#ajaxPopupClose {
	background-color: #fff;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 2px;
	text-align: center;
	top: 2px;
	width: 30px;
	z-index: 10000;
	cursor: pointer;
}
#ajaxPopupClose:hover:after,
#ajaxPopupClose:focus:after{
	color: #000;
	-webkit-transform: rotate(90deg); /* Safari and Chrome */
	-moz-transform: rotate(90deg); /* Firefox */
	-ms-transform: rotate(90deg); /* IE 9 */
	-o-transform: rotate(90deg); /* Opera */
	transform: rotate(90deg);
}

#ajaxPopupClose:after {
	color: #767676;
	content: "\f00d";
	font-family: FontAwesome;
	font-size: 1.2em;
	height: 100%;
	left: 0;
	line-height: 30px;
	position: absolute;
	top: -1px;
	transition: all 200ms ease 0s;
	width: 100%;
	cursor: pointer;
}

.ajaxPopupHeader {
	font-weight: 600;
	margin-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}

.ajaxPopupContent {
	padding: 8px;
	font-size: 12px;
}

/*
	Ajax loader
*/
#ajaxLoader {
	display: none;
	z-index:9000;
	background-color: transparent;
	width:200px;
	height:200px;
	border-radius: 400px;
	text-align:center;
	position:fixed;
	top: 33%;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
}

#ajaxLoader .spinner-loader {
	margin-top: 75px;
}

#ajaxLoader:before {
	/*
	color: #fff;
	content: "BEARBETAR ...";
	font-size: 16px;
	font-weight: 600;
	left: 44px;
	position: absolute;
	top: 95px;
	*/
}

.axloader,
.axloader:before,
.axloader:after {
	border-radius: 50%;
}
.axloader {
	color: transparent;
	font-size: 11px;
	text-indent: -99999em;
	margin: 55px auto;
	position: relative;
	width: 10em;
	height: 10em;
	box-shadow: inset 0 0 0 1em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.axloader:before,
.axloader:after {
	position: absolute;
	content: '';
}
.axloader:before {
	width: 5.2em;
	height: 10.2em;
	background: #639521;
	border-radius: 10.2em 0 0 10.2em;
	top: -0.1em;
	left: -0.1em;
	-webkit-transform-origin: 5.2em 5.1em;
	transform-origin: 5.2em 5.1em;
	-webkit-animation: load2 2s infinite ease 1.5s;
	animation: load2 2s infinite ease 1.5s;
}
.axloader:after {
	width: 5.2em;
	height: 10.2em;
	background: #639521;
	border-radius: 0 10.2em 10.2em 0;
	top: -0.1em;
	left: 5.1em;
	-webkit-transform-origin: 0 5.1em;
	transform-origin: 0 5.1em;
	-webkit-animation: load2 2s infinite ease;
	animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#loaderContainer {
	height: 42px;
	width: 40px;
	/*display: none;*/
	position: absolute;
	top: -7px;
	left: 11px;
	background-color: #494949;
	z-index: 2000;
	color: #ffffff;
}

.loader,
.loader:before,
.loader:after {
	background: #9c5a53;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: .8em;
	height: 4em;
}
.loader:before,
.loader:after {
	position: absolute;
	top: 0;
	content: '';
}
.loader:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader {
	text-indent: -9999em;
	margin: 20px auto 26px 22px;
	position: relative;
	font-size: 5px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader:after {
	left: 1.5em;
}
@-webkit-keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0 #ffffff;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em #ffffff;
		height: 5em;
	}
}
@keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0 #ffffff;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em #ffffff;
		height: 5em;
	}
}

.p3selectbox {

}

#ajaxLoaderSmall {
	left: -32px;
	padding-left: 10px;
	padding-top: 1px;
	position: absolute;
	top: 12px;
	background-image: url(../images/ajax-loader-small.gif);
}

#jsCashierForm {
	font-weight: 700;
	height: 70px;
	padding: 20px !important;
	background-color: #9c5a53;
	box-shadow: 0 2px 0 #ea9582;
	margin: 20px 0 25px;
	font-size: 1.8em;
}

/*
	Widths em
*/
.w9em {width:.9em;} .w2em {width:2em;} .w3em {width:3em;} .w4em {width:4em;}
.w5em {width:5em;} .w6em {width:6em;} .w7em {width:7em;} .w8em {width:8em;}
.w9em {width:9em;} .w10em {width:10em;} .w19em {width:19em;} .w12em {width:12em;}
.w13em {width:13em;} .w14em {width:14em;} .w15em {width:15em;} .w16em {width:16em;}
.w17em {width:17em;} .w18em {width:18em;} .w19em {width:19em;} .w20em {width:20em;}
.w29em {width:29em;} .w22em {width:22em;} .w23em {width:23em;} .w24em {width:24em;}
.w25em {width:25em;} .w30em {width:30em;} .w35em {width:35em;} .w40em {width:40em;}

/*
	Widths %
*/
.w1p {width:1%;} .w2p {width:2%;} .w3p {width:3%;} .w4p {width:4%;} .w5p {width:5%;} .w6p {width:6%;} .w7p {width:7%;}
.w8p {width:8%;} .w9p {width:9%;} .w10p {width:10%;} .w11p {width:11%;} .w12p {width:12%;} .w13p {width:13%;} .w14p {width:14%;}
.w15p {width:15%;} .w16p {width:16%;} .w17p {width:17%;} .w18p {width:18%;} .w19p {width:19%;} .w20p {width:20%;} .w21p {width:21%;}
.w22p {width:22%;} .w23p {width:23%;} .w24p {width:24%;} .w25p {width:25%;} .w26p {width:26%;} .w27p {width:27%;} .w28p {width:28%;}
.w29p {width:29%;} .w30p {width:30%;} .w31p {width:31%;} .w32p {width:32%;} .w33p {width:33%;} .w34p {width:34%;} .w35p {width:35%;}
.w36p {width:36%;} .w37p {width:37%;} .w38p {width:38%;} .w39p {width:39%;} .w40p {width:40%;} .w41p {width:41%;} .w42p {width:42%;}
.w43p {width:43%;} .w44p {width:44%;} .w45p {width:45%;} .w46p {width:46%;} .w47p {width:47%;} .w48p {width:48%;} .w49p {width:49%;}
.w50p {width:50%;} .w51p {width:51%;} .w52p {width:52%;} .w53p {width:53%;} .w54p {width:54%;} .w55p {width:55%;} .w56p {width:56%;}
.w57p {width:57%;} .w58p {width:58%;} .w59p {width:59%;} .w60p {width:60%;} .w61p {width:61%;} .w62p {width:62%;} .w63p {width:63%;}
.w64p {width:64%;} .w65p {width:65%;} .w66p {width:66%;} .w67p {width:67%;} .w68p {width:68%;} .w69p {width:69%;} .w70p {width:70%;}
.w71p {width:71%;} .w72p {width:72%;} .w73p {width:73%;} .w74p {width:74%;} .w75p {width:75%;} .w76p {width:76%;} .w77p {width:77%;}
.w78p {width:78%;} .w79p {width:79%;} .w80p {width:80%;} .w81p {width:81%;} .w82p {width:82%;} .w83p {width:83%;} .w84p {width:84%;}
.w85p {width:85%;} .w86p {width:86%;} .w87p {width:87%;} .w88p {width:88%;} .w89p {width:89%;} .w90p {width:90%;} .w91p {width:91%;}
.w92p {width:92%;} .w93p {width:93%;} .w94p {width:94%;} .w95p {width:95%;} .w96p {width:96%;} .w97p {width:97%;} .w98p {width:98%;}
.w99p {width:99%;} .w100p {width:100%;}


/*
	.button
	Buttons: Same style for input, button and link
*/
.button {
	background-color: #eee;
	background-repeat: repeat-x;
	background-size: 100% auto;
	color: #fff !important;
	cursor: pointer;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	line-height: 24px;
	padding: 6px 10px !important;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	border: 0;
	-webkit-appearance: none;
	font-family: Europa,Arial,Helvetica,sans-serif;
	outline:none;
	position: relative;
	border-radius: 2px;
	z-index: 2;
	transition: all 200ms ease 0s;
	text-shadow: 2px 0 3px rgba(0,0,0,.25);
}

.button:focus {
	outline: none;
}

.button:active {
	outline: none;
	-moz-user-select: none;
	transform: translateY(2px);
}

.button.bigBuy:hover {
	background-color: #494949;
}

.button.bigBuy {
	padding: 10px 20px !important;
	font-weight: 400;
	font-size: 1.1em;
	width: 100%;
	height: 50px;
	position: relative;
	overflow: hidden;
	letter-spacing: 1px;
    text-shadow: none;
}

.button.button-confirm.jsAddOk:after {
	background-color: #82b440;
	box-shadow: 0 2px 0 #6f9a37;
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 1.5em;
	height: 100%;
	left: 0;
	line-height: 32px;
	position: absolute;
	top: 0;
	transition: all 200ms ease 0s;
	width: 100%;
	border-radius: 2px;
}

.button.button-confirm.bigBuy.jsAddOk:after {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 1.5em;
	height: 105%;
	left: 0;
	line-height: 53px;
	position: absolute;
	top: -4px;
	transition: all 200ms ease 0s;
	width: 100%;
	background-size: 100% auto;
	border-color: #165b16 #165b16 #165b16;
	color: #fff !important;
	font-weight: 600;
	background-color: #82b440;
	box-shadow: 0 2px 0 #6f9a37;
}

.button.button-confirm.jsAddFail:after {
	background-color: #cc4c3f;
	color: #fff;
	box-shadow: 0 2px 0 #92342a;
	content: "\f00d";
	font-family: FontAwesome;
	font-size: 1.5em;
	height: 100%;
	left: 0;
	line-height: 37px;
	position: absolute;
	top: 0;
	transition: all 200ms ease 0s;
	width: 100%;
	border-radius: 2px;
}

.button.button-confirm.bigBuy.jsAddFail:after {
	line-height: 48px;
}

.button.big {
	padding: 15px 20px !important;
	font-weight: 600;
	font-size: 1.3em;
}

.button.toCashier {
	background-color: #42b84b;
}
.button.toCashier:hover {
	background-color: #39a642;
}

.button:focus::-moz-focus-inner,
.button:active::-moz-focus-inner {
	border-color: #000;
}

.button:hover,
.button:focus {
	background-color: #333333;
	color: #ffffff !important;
	background-position: 0 -15px;
	outline-offset: -6px;
	text-decoration: none;
	transition: background-position 0.1s linear 0s;
}
.button.button-disabled,
.button:disabled {
	border-color: #E1E1E1;
	background: #EEEEEE none repeat scroll 0 center;
	box-shadow: none;
	cursor: default;
	font-style: italic;
	text-shadow: none;
}

a.button {
	padding-bottom: 6px !important;
	padding-top: 6px !important;
}

input.button-confirm,
button.button-confirm,
a.button-confirm {
	background-size: 100% auto;
	color: #fff !important;
	font-weight: 600;
	background-color: #000000;
	font-size: 1em;
}
input.button-confirm:hover,
input.button-confirm:focus,
button.button-confirm:hover,
button.button-confirm:focus,
a.button-confirm:hover,
a.button-confirm:focus {
	background-color: #494949;
}
input.button-confirm:focus::-moz-focus-inner,
input.button-confirm:active::-moz-focus-inner,
button.button-confirm:focus::-moz-focus-inner,
button.button-confirm:active::-moz-focus-inner,
a.button-confirm:focus::-moz-focus-inner,
a.button-confirm:active::-moz-focus-inner{
	border-color: white;
}
input.button-confirm.button-disabled,
input.button-confirm:disabled,
button.button-confirm.button-disabled,
button.button-confirm:disabled,
a.button-confirm.button-disabled,
a.button-confirm:disabled {
	background-color: #f1630e;
	border-color: #165b16;
}

input.button-confirm-black,
button.button-confirm-black,
a.button-confirm-black{
	background-size: 100% auto;
	font-weight: 600;
	background-color: #494949;
	box-shadow: 0 2px 0 #494949;
	font-size: 1em;
}
a.button-confirm-black{
	/*font-size: .85em;*/
}
.notify a {
	line-height: 38px;
}

@-moz-document url-prefix() {
	.productListContainer li .button-confirm-black {
		padding-bottom: 4px !important;
		padding-top: 4px !important;
	}
	.productListContainer li a.button-confirm {
		padding-bottom: 4px !important;
		padding-top: 4px !important;
	}
}


input.button-confirm-black:hover,
input.button-confirm-black:focus,
button.button-confirm-black:hover,
button.button-confirm-black:focus,
a.button-confirm-black:hover,
a.button-confirm-black:focus {
	background-color: #787878;
}
input.button-confirm-black:focus::-moz-focus-inner,
input.button-confirm-black:active::-moz-focus-inner,
button.button-confirm-black:focus::-moz-focus-inner,
button.button-confirm-black:active::-moz-focus-inner,
a.button-confirm-black:focus::-moz-focus-inner,
a.button-confirm-black:active::-moz-focus-inner{
	border-color: white;
}
input.button-confirm-black.button-disabled,
input.button-confirm-black:disabled,
button.button-confirm-black.button-disabled,
button.button-confirm-black:disabled,
a.button-confirm-black.button-disabled,
a.button-confirm-black:disabled {
	background-color: #f1630e;
	border-color: #000;
}


/*
	Medium button
*/
.mediumButton {
	background-color: #9c5a53;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font-size: 0.9em;
	font-weight: 600;
	padding: 8px;
	transition: all 400ms ease 0s;
	display: inline-block;
}

.mediumButton:hover,
.mediumButton:focus {
	color: #fff;
	background-color: #494949;
}

.mediumButton.dark {
	background-color: #636363;
}
.mediumButton.dark:hover,
.mediumButton.dark:focus {
	color: #fff;
	background-color: #333;
}

/*
	Small button
*/
.smallButton {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-left: 3px;
}

.smallButton a span {
	display: none;
}

.smallButton a {
	background-color: #9c5a53;
	border-radius: 40px;
	color: #fff;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 35px;
	transition: all 400ms ease 0s;
}

.smallButton a:hover,
.smallButton a:focus {
	color: #fff;
	background-color: #494949;
}

.smallButton a.wishList:hover {
	color: red;
}

.grow { }
/*.grow:hover { transform: scale(1.07); transition: all .2s ease-in-out;}*/
.bigBuy.grow:hover { transform: scale(1.03); }
/*.blurred {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}*/

.easing {
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

/*
	Search suggest
*/
div.suggest {
	font-size:12px;
	padding:16px;
	border-top:1px solid #bdbdbd;
	background: #e4e4e4;
	margin:0;
	clear:both;
	height:auto;
	overflow:auto;
}

div.suggest:first-child {
	border-top: 0;
}

div.suggest:last-child {
	border-bottom:none;
}

div.suggest em {
	float: right;
	font-size: 12px;
}

div.suggest div.image {
	display:block;
	padding-right:4px;
	width:10%;
	float:left;
	text-align:center;
}

div.suggest div.data {
	display:block;
	margin-right:4px;
	width:85%;
	float:left;
}

div.suggest div.data a {
	display: block;
}

div.suggest:hover {
	background-color: #bdbdbd;
}

p.empty {
	margin:0;
	padding:3px;
	background: rgba( 233,241,17,0.87 );
}

.typeahead,
.tt-query,
.tt-hint {
	width: 396px;
	height: 30px;
	padding: 8px 12px;
	line-height: 30px;
	border: 2px solid #e0ded8;
	border-radius: 2px;
	outline: none;
}

.tt-hint {
	display: none;
}

.typeahead {
	background-color: #fff;
}

.typeahead:focus {
	border: 2px solid #494949;
}

.tt-menu {
	/*width:229px !important;*/
	width: 100%;
	border:1px solid #494949;
	text-align: left;
}

p.fullsearch {
	background:#fff;
	padding:5px;
	margin:0;
	font-size: 12px;
}

p.suggestHead {
	background:#a9715c;
	color: #fff;
	padding:8px;
	margin:0;
	font-size: 12px;
	font-weight:300;
	text-align:left;
}

.suggest.tt-suggestion.tt-selectable &gt; a {
	display: block;
	width: 100%;
}
.suggest.tt-suggestion.tt-selectable &gt; a:hover {
	color:#000;
}


.mini-list-holder2 {
	border-top: solid 0 #e1e1e1;
	border-bottom: solid 0 #e1e1e1;
	overflow: unset;
}

.mini-list-holder2 h2 {
	text-align: center;
	margin: 20px;

}

.mini-list-holder2 ul {
	 width:100%!important;
	 overflow:scroll;
	 overflow-y: hidden;
	 overflow-x: hidden;
}

ul.subCats li.subCat{
	float: left;
	height: auto;
	margin-bottom: 1%;
}

ul.subCats div{
	text-align: center;
	overflow: hidden;
}

ul.subCats .col1{
	height: 200px;
	width: 100%;
	justify-content: center;
	display: flex;
	flex-direction: row;
}
ul.subCats .col2{
	padding-top: 3px;
	font-weight: 600;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

ul.subCats img{
	max-height: 100%;
	object-fit: cover;
}

/*
	Target: 480-
*/
@media only screen and (max-width : 480px) {
	input,
	select,
	textarea {
		border: 1px solid #e0ded8;
		font-family: inherit;
		font-size: 12px;
	}
	.grid-m-12.grid-t-3.grid-tl-3.grid-d-3.uspPlate img {
		object-fit: cover;
	}
}

/*
	Target: 600-
*/
@media only screen and (max-width : 600px) {

}

@media screen and (max-width: 1100px) {
	.testest {
		grid-template-columns: repeat(3, 1fr);
	}
	.productListContainer ul {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 720px) {
	#redeal-minimized-button.redealshow.right, #redeal-minimized-widget.redealshow.right {
		right: 35px!important;
	}
	#redeal-minimized-button .redeal-minimize-close, #redeal-minimized-widget .redeal-minimize-widget-btn {
		right: -22px!important;
		top: 1px!important;
	}
	.testest {
		grid-template-columns: repeat(2, 1fr);
	}
	.productListContainer ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
		margin: 0 8px;
	}
	.catProdInner h3 {
		font-size: 11px;
	}
	.catProdImage img {
		max-height: 220px;
	}
	.tstra {
		padding: 8px;
	}
	.priceRegularcat {
		font-size: 16px;
	}
	.priceNewcat {
		font-size: 16px;
	}
}

@media only screen and (max-width: 940px) and (min-width: 720px) {
	.productImage {
		height: 460px!important;
		line-height: 460px!important;
	}
	.productImage img {
		max-height: 450px!important;
	}
	#sliderPosNav.thumbs li {
		height: 100px;
	}
	#sliderPosNav.thumbs li img {
		height: 100px;
	}

	.onlybigpic &gt; li:nth-child(n+7) {
		display: none;
	}

	.usptext button {
		background-color: #ddd6c4;
		border: none;
		color: #322a28;
		padding: 12px 12px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 14px;
		text-transform: uppercase;
		font-family: Europa;
		font-weight: 300;
		margin-top: 20px;
		min-width: 50%;
	}
	.usptext h2 {
		font-size: 24px!important;
		color: #fff;
		line-height: 1;
		padding: 20px!important;
		font-weight: 100;
	}
}

@media only screen and (max-width : 940px) {
	.topBarLeftText {
		padding-right: 8px!important;
	}

	.righttext {
		padding-right: 0!important;
	}

	.basketTotal {
		display: none!important;
	}

	#topBarLeft {
		font-size: 10px!important;
	}

	#topBarRight {
		font-size: 10px!important;
	}

	#btnToCashier a {
		padding: 0 5px;
		font-size: 12px;
	}

	#basketItems {
		padding: 0 5px;
	}

	.productListContainer li .catProdImage {
		height: 235px;
	}

	.productListContainer li .catProdImage img {
		max-height: 235px;
	}

	.productListContainer li .catProdInner h3 a {
		padding-top: 255px;
	}

	.productListContainer li .catProdInner h3 a span {
		height: 28px;
		font-size: 10px;
		padding: 0 4px;
	}

	.productListContainer li .catProdInner .h3spacer {
		height: 40px;
	}

	#categoryPage.template-7 .productListContainer li .catProdInner p,
	.productListContainer li .catProdInner .shortText {
		height: 50px;
		font-size: 10px;
		line-height: inherit;
	}
	.productListContainer li .innerContainer {
		padding: 10px 10px 10px;
		height: 380px!important;
	}
	#jsMenuList.desktop li.category {
		font-size: 90%;
	}

	#jsMenuList.desktop li.category &gt; a {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}

	#jsMenuList.desktop li.category i {
		padding-left: 2px;
		padding-right: 5px;
	}

}

/*
	Target: 720+
*/
@media (min-width: 720px) {
	.uspdiv {
    min-height: 20px;
}
	/*
	ajaxPopupWindow
	*/
	.grid-m-12.grid-t-3.grid-tl-3.grid-d-3.uspPlate h2 {
		font-size: 24px;
	}
	.grid-m-12.grid-t-3.grid-tl-3.grid-d-3.uspPlate button {
		min-width: 50%;
	}
	#ajaxPopupNotify {
		display: none;
		position:fixed;
		background-color: #ffffff;
		padding:10px;
		top: 10%;
		right: 0;
		left: 0;
		margin-right: auto;
		margin-left: auto;
		min-height: 10em;
		width: 90%;
		max-width: 1230px;
		min-width: 300px;
		max-height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.ajaxPopupContent {
		padding: 16px;
	}

	.ajaxPopupContent p:first-child {
		padding:0;
		margin:0;
	}
	#minimized-trustbadge-98e3dadd90eb493088abdc5597a70810 {
		bottom: 160px!important;
	}

	#jsMenuList .level-1 .menuTxt {
		margin-left: 0;
	}

	.onlyBig {display: block !important; }
	.onlySmall {display: none !important; }

	.innerFill h1 {
		/*text-align: left;*/
	}

	.innerFill h2 {
		/*text-align: left;*/
	}

	.innerFill &gt; h2 {

	}

	#jsSearchField {
		padding: 0;
	}

	#countrySelect {
		padding: 0;
		height: 60px;
	}

	/*
	.innerFill h2 {
		padding-top: 0;
	}
	*/

	/*
		Breadcrumb
	*/
	#wrapper #breadcrumbs {
		display: none;
	}

	#breadcrumbs {
		display: block;
	}

	/*
		Index
	*/
	#pageIndex .flexslider {
		/*min-height: 350px;*/
		margin-bottom: 0;
	}

	#uspIndex .uspPlate {
		min-height: 125px;
	}

	#uspIndex [class*='grid-']:nth-child(2){
		/*border-right: 1px solid #eaeaea;*/
	}

	#uspIndex [class*='grid-']:first-child,
	#uspIndex [class*='grid-']:nth-child(2)
	{
		border-bottom: 0;
		padding-bottom: 16px;
	}

	/*
		Category
	*/
	#categoryPage .flexslider {
		min-height: 150px;
	}

	.categories.slim li .count {
		 width: auto;
		 text-align: left;
	}

	.productListContainer li .innerContainer {
		height: 480px;
	}

	.productListContainer li .catProdInner h3 a span {
		height: 35px;
		padding: 0 20px;
		line-height: 16px;
	}

	.productListContainer li.bigProduct .catProdInner .rating {
		bottom: 21.2%;
		right: 45%;
		width: 100px;
	}

	.productListContainer li.bigProduct .innerContainer {
		height: 730px;
	}

	.productListContainer li.bigProduct .catProdImage {
		height: 585px;
	}

	.productListContainer li.bigProduct .catProdImage img {
		max-height: 500px;
	}

	.productListContainer li.bigProduct .catProdInner h3 a {
		padding-top: 570px;
	}

	.productListContainer li.bigProduct .catProdInner h3 {
		font-size: 1.5em;
	}

	.productListContainer ul [class~='bigProduct']:nth-child(even) {
		float: right;
	}

	/*
		Product page
	*/
	#prodDesc {
		margin-top: 0;
	}

	#prodDesc .colDesc,
	#prodDesc .colMisc,
	#prodLatestReviews,
	#prodAssoc,
	#prodSimilars,
	#prodOthers {
		margin-top: 0;
	}

	#productPageUpper .colInfo .innerFill {

	}

	#productPageUpper .colInfo,
	#productPageUpper .colDesc {
		margin-top: 0;
	}

	.productImageContainer {
		margin-top: 0;
	}

	.productImage {
		height: 540px;
		line-height: 540px;
	}

	.productImage img {
		max-height: 530px;
		margin-bottom: 10px;
	}

	.productInfo h1 {
		text-align: left;
		font-size: 1.5em;
		width: 100%;
		float: left;
		font-weight:600;
	}
	.productInfo .prices {
		float: right;
	}

	.productInfo .shortDesc {
		text-align: left;
		display: block;
	}

	.productInfo .subscriptSpot {
		text-align: left;
	}

	#productManufacturer {
		text-align: left;
	}

	#prodFunctions {
		position: relative;
		bottom: auto;
	}

	.productInfo .stockStatus {
		font-size: .9em;
		margin-top: 0;
		text-align: left;
	}

	.expectedInStore {
		font-size: .9em;
	}

	#jsRatingsBtn {
		text-align: left;
	}

	#jsRatingsBtn span {
		display: inline;
	}

	/*
		Misc.
	*/
	.jsShakeArea {
		height: 0;
	}

	#vatContainer .vatInner {
		margin: 0;
	}

	#mSearch {
		display: none;
	}

	#loaderContainer {
		display: none;
	}

	/*
		Pagination
	*/
	.pagination {
		text-align: right;
	}

	#paging-count {
		text-align: right;
	}

	/*
		Menu left
	*/
	#menuLeftToggle {
		display: none;
	}

	#menuLeft {
		display: block;
		padding: 0;
	}

	#wrapper.fixed,
	#menuTop.fixed,
	#topBar.fixed,
	#topArea.fixed{
		padding: 0;
	}

	.nav-wrapper {
		
	}

	/*
		Top area (fixed)
	*/
	#topArea {
		display: block;
		font-size: .9em;
		width: 100%;
		background-color: #e0ded8;
		z-index:1000;
	}

	#topBarLeft {
		color: #333333;
		font-size: 12px;
		display:inline-block;
	}

	#topBarLeft a {
		color: #333333;
		font-size: 12px;
		display:inline-block;
	}

	#topBarLeft a:hover {
		color: #9c5a53;
	}

	.topBarLeftText {
		padding-right: 18px;
	}

	/*
		Top bar, logo search and cart in full screen
	*/
	#topBar {
		height: 80px;
		display: block;
		padding-top:15px;
	}

	#topBarLeft li {
		font-weight: 400;
		margin-right: 15px;
		display:-moz-inline-stack;
		display:inline-block;
		zoom:1;
		*display:inline;
	}

	#topBarLeft em {
		color: #82b440;
	}

	#topBarLeft a:hover {
		text-decoration: underline;
	}

	#topBarRight {
		text-align: right;
		position: relative;
		font-size: .9em;
	}

	.righttext {
		display: inline-block;
		zoom: 1;
		vertical-align: middle;
		padding-right: 10px;
	}

	#topUsp {
		padding-top: 19px;
		padding-left: 15px;
		font-size: .9em;
		text-align: center;
	}

	ul.checked.green li:before {
		color: #82b440;
	}
	ul.checked.green li {
		padding-left: 25px;
		color: #333;
	}

	#topLogoFixed {
		display: none;
	}

	#buttonMenu,
	#topCartFiller {
		display: none;
	}

	#buttonMenu.fixed,
	#topCartFiller.fixed {
		display: table-cell;
	}

	#topSearch {
		display: none;
	}

	/*
		Footer
	*/
	#footerTop .col1 {
		text-align: left;
		justify-content: center;
		line-height: 50px;
	}

	#footerTop .col2 {
		text-align: right;
		justify-content: center;
	}

	/*
		Menu top
	*/
	div#menuTop {
		background-color: #9c5a53;
	}

	#menuTop,
	#menuTop.fixed {
		background-color: rgb(255, 255, 255);
		background-color: rgba(255, 255, 255, 0.9);
		height: 45px;
		border-bottom: 0;
		box-shadow: none;

		transition: all 0.25s ease;
	}

	#menuTop.fixed {
		background: #494949 none repeat scroll 0 0;
	}

	#menuTop.fixed #jsMenuList.desktop li.category &gt; a {
		color: #fff;
		line-height: 35px;
	}

	#menuTop.fixed #jsMenuList.desktop li.category.active &gt; a {
		color: #deb773;
	}

	#menuTop {
		border-bottom: 0;
		border-bottom: 0 solid #efefef;
		background-color: #494949;
		z-index:100;
	}

	#menuTop.fixed #jsMenuList.desktop li.category &gt; .subMenuWrapper {
		left:0;
		width: 100%;
	}

	/*
		jsMenuList desktop
	*/
	.panelmenu {
	display: inline-table;
	}
	.panelmenu a {
	color: #fff;
	padding: 0 10px;
	}

	#jsMenuList {
		box-shadow: none;
	}

	#jsMenuList.desktop {
		background-color: transparent;
		display: block;
		position: relative;
		top: -1px;
		max-height: none;
		overflow: visible;
		width: 100%;
		max-width: 1920px;
		text-align: left;
	}

	#menuTop.fixed #jsMenuList {
		border-bottom: 0;
	}

	#menuTop.fixed #jsMenuList.desktop li.category.active &gt; a {
		border: none;
	}

	#jsMenuList.desktop li {
		display:-moz-inline-stack;
		display:inline-table;
		zoom:1;
	}

	#jsMenuList.desktop li.category &gt; a {
		padding: 0 10px;
		line-height: 45px;
		border-bottom: 0;
		position: inherit;
		font-size: 14px;
		color: #fff;
		transition: background 0.1s linear;
	}

	#jsMenuList.desktop.textSmall li.category &gt; a {
		padding: 0 1px;
	}
	#jsMenuList.desktop.textSmall li.category i {
		padding-left: 3px;
		padding-right: 9px;
	}

	#jsMenuList.desktop li.category.hasSub &gt; a {
	}

	#jsMenuList.desktop li.category.changed &gt; a	{
		margin-top: -1px;
		color: #deb773;
	}

	#jsMenuList.desktop li.category.initialChanged &gt; a {
		color: #deb773;
	}

	#jsMenuList.desktop li.category.changed i {
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}

	#jsMenuList.desktop li.category.active &gt; a {
		position: relative;
	}

	#jsMenuList.desktop li.category &gt; a:hover {
		background-color: #82808100;
	}

	#jsMenuList.desktop li.category i {
		padding-left: 8px;
		font-weight: 600;
		float: none;
		margin-right: 0;
		font-size: 1.2em;
		display:none;
	}

	#jsMenuList.desktop li .subMenuWrapper {
		left: 0;
		max-width: 1920px;
		position: absolute;
		overflow: visible;
	}

	#jsMenuList li.desktop .subMenuWrapper [class*='grid-'] {
		width: 100%;
	}

	#jsMenuList li .subMenuWrapper li.changed i {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	#jsMenuList.desktop li .subMenuInner.level-1 {
		box-shadow: -1px 6px 4px -2px rgba(1, 1, 1, 0.2);
		height: calc(100% + 32px);
		min-height: 200px;
		padding:16px 0;
		margin-bottom:16px;
		background-color: #494949;
	}

	#jsMenuList.desktop li .subMenuWrapper li a {
		padding: 8px;
		font-size:12px;
	}

	/*
		#jsMenuList li .subMenuWrapper li AND #jsMenuList.desktop .subMenuWrapper .subMenuWrapper
		has to "play together" according to width, and left-position/width!
	*/
	#jsMenuList.desktop li .subMenuWrapper li {
		display: block;
		width: 16.666666667%;
		float: left;
		position: inherit;
		-webkit-transition: background 0.2s linear;
		-moz-transition: background 0.2s linear;
		-ms-transition: background 0.2s linear;
		-o-transition: background 0.2s linear;
		transition: background 0.2s linear;
	}

	#jsMenuList.desktop li .subMenuWrapper li.hasSub i {
		float: right;
	}

	/*
		Level 1
	*/
	#jsMenuList.desktop li .subMenuWrapper li.level-1 {
		margin-left: 0;
	}

	#jsMenuList.desktop li .subMenuWrapper .level-1 li:hover,
	#jsMenuList.desktop li .subMenuWrapper .level-1 li.changed {
		/*background-color: gray;*/
	}

	#jsMenuList.desktop li .subMenuWrapper .level-1 li:hover &gt; a,
	#jsMenuList.desktop li .subMenuWrapper .level-1 li a:focus{
		color: #deb773;
	}

	/*
		Level 2
	*/
	#jsMenuList.desktop li .subMenuInner.level-2 {
		overflow: auto;
		height: 100%;
		padding: 5px;
	}

	#jsMenuList.desktop li .subMenuWrapper .level-2 .menuImg,
	#jsMenuList.desktop li .subMenuWrapper .level-2 .menuTxt {
		background-color: #fff;
		display: table-cell;
		vertical-align: middle;
		height: 60px;
		text-align: center;
		-webkit-transition: background 0.1s linear;
		-moz-transition: background 0.1s linear;
		-ms-transition: background 0.1s linear;
		-o-transition: background 0.1s linear;
		transition: background 0.1s linear;
	}

	#jsMenuList.desktop li .subMenuWrapper .level-2 .menuTxt {
		padding: 0 4px;
		text-align: left;
		line-height: normal;
		width: 62%;
		word-break: break-word;
	}

	#jsMenuList.desktop li .subMenuWrapper .level-2 .menuImg {
		padding: 4px;
		width: 55px;
		line-height: 60px;
	}

	#jsMenuList.desktop li .subMenuWrapper .level-2 li {
		/*display: none;*/
		/*outline: 1px solid #e7e7e7;*/
	}

	#jsMenuList.desktop li .subMenuWrapper .level-2 li:hover &gt; a {
		/*outline: 1px solid #ffd11f;*/
	}

	#jsMenuList.desktop li .subMenuWrapper .level-2 li:hover &gt; a .menuTxt {
		color: #deb773;
	}

	/*
		#jsMenuList.desktop .subMenuWrapper .subMenuWrapper AND #jsMenuList li .subMenuWrapper li
		has to "play together" according to width, and left-position/width!
	*/
	/*
	#jsMenuList.desktop .subMenuWrapper .subMenuWrapper {
		background-color: transparent;
		left: 23%;
		position: absolute;
		top: 0;
		width: 76.999%;
	}

	#jsMenuList.desktop .subMenuWrapper .subMenuWrapper li {
		float: left;
		background-color: transparent;
		width: 23.9%;
		margin: 3px;
	}

	#jsMenuList.desktop .subMenuWrapper .subMenuWrapper li a {
		background-color: #fff;
		padding: 0;
	}
	*/

	#jsMenuList .level-1 .menuTxt {
		margin: 0;
		font-weight: 600;
		line-height: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	#jsMenuList .level-2 .menuTxt { font-weight: normal; }
	#jsMenuList.desktop .subMenuWrapper .subMenuWrapper {
		background-color: transparent;
		left: auto;
		position: relative;
		top: 0;
		width: auto;
		display: block !important;
	}
	#jsMenuList.desktop .subMenuWrapper .subMenuWrapper li {
		width: 100%;
		outline: none;
	}

	#jsMenuList.desktop .subMenuWrapper .subMenuWrapper li a {
		background-color: transparent;
		padding: 0;
		color: #fff;
	}

	#jsMenuList.desktop li .subMenuWrapper .level-2 .menuTxt {
		background-color: transparent;
		line-height: 1;
		padding: 4px 8px;
		margin: 0;
		height: auto;
		color: #e2e2e2;
		text-transform: none;
		font-weight: 100;
		letter-spacing: normal;
	}

	/*
		Top cart
	*/
	.topCartOpen {
		position: relative;
	}

	#cashierProducts .productListContainerSmall .listProduct {
		width: 50%;
		display: block;
	}

	.cashierAdress .inner {
		width: 50%;
		margin: 0 auto;
	}

	.cashier-form .quantity {
		width: 41%;
	}
}
/*
	Target: 941 - 1023
*/
@media only screen and (max-width: 1023px) and (min-width: 941px) {
	#topBarLeft {
		font-size: 10px;
	}

	#topBarRight {
		font-size: 10px;
	}

	.righttext {
		padding: 0;
	}

	#btnToCashier a {
		font-size: 10px;
		padding: 0 5px;
	}

	.productImage {
		height: 460px;
		line-height: 460px;
	}

	.productImage img {
		max-height: 450px;
	}

	#sliderPosNav.thumbs li {
		height: 100px;
	}

	#sliderPosNav.thumbs li img {
		height: 100px;
	}

	.onlybigpic &gt; li:nth-child(n+7) {
		display: none;
	}

	.productListContainer li .catProdImage {
		height: 235px;
	}

	.productListContainer li .catProdImage img {
		max-height: 235px;
	}

	.productListContainer li .catProdInner h3 a {
		padding-top: 265px;
	}

	.productListContainer li .catProdInner h3 a span {
		height: 35px;
		font-size: 12px;
		padding: 0 10px;
	}

	.productListContainer li .catProdInner .h3spacer {
		height: 50px;
	}

	#categoryPage.template-7 .productListContainer li .catProdInner p,
	.productListContainer li .catProdInner .shortText {
		height: 40px;
		font-size: 10px;
		line-height: 13px;
	}

	.productListContainer li .innerContainer {
		padding: 10px 10px 10px;
		height: 390px !important;
	}
}

/*
	Target: 1024px+
*/
@media only screen and (min-width: 1024px) {
	.nlText {
		text-align: left;
		line-height: 50px;
	}

	.nlText span {
		display: inline;
	}

	.productListContainer li[class~='bigProduct']:nth-child(even) {
		float: right;
	}

	.klarna-widget{
		float: left;
	}
}

/*
	Target: 1200px+
*/
@media only screen and (max-width: 1359px) and (min-width: 1024px) {
	#btnToCashier a {
		padding: 0 8px;
		font-size: 12px;
	}

	.productImage {
		height: 460px;
		line-height: 460px;
	}

	.productImage img {
		max-height: 450px;
	}

	#sliderPosNav.thumbs li {
		height: 80px;
	}

	#sliderPosNav.thumbs li img {
		height: 80px;
		width: 57px;
	}

	.productListContainer li .catProdImage {
		height: 200px;
	}

	.productListContainer li .catProdImage img {
		max-height: 200px;
	}

	.productListContainer li .catProdInner h3 a {
		padding-top: 240px;
	}

	.productListContainer li .catProdInner h3 a span {
		height: 30px;
		font-size: 12px;
		padding: 0 10px;
	}

	.productListContainer li .catProdInner .h3spacer {
		height: 50px;
	}

	#categoryPage.template-7 .productListContainer li .catProdInner p,
	.productListContainer li .catProdInner .shortText {
		height: 40px;
		font-size: 10px;
		line-height: 13px;
	}

	.productListContainer li .innerContainer {
		height: 370px !important;
	}

}

@media only screen and (max-width: 1199px) and (min-width: 721px) {
	.optionList .grid-m-12.grid-t-12.grid-tl-12:first-child {
		padding-bottom: 0;
	}
	.optionList .grid-m-12.grid-t-12.grid-tl-12:not(:first-child) {
		padding-top: 0;
	}
	div#bottomCategoryText img {
		width: 50%;
	}
	.usptext h2 {
	font-size: 36px;
	color: #fff;
	line-height: 1;
	padding: 24px;
	font-weight: 100;
	}
	#uspIndex .uspPlate .usptext p {
		line-height: 1.6em;
		color: #fff;
		font-size: 12px;
	}
}

/*
	Target: 1200px+
*/
@media only screen and (min-width: 1200px) {
	#cashierProducts {
		display: block;
	}
}

/*
	Print
*/
@media print {
	.divToPrint {
		page-break-after: always;
	}
	.noPrint {
		display: none;
	}
	.productListContainer li .catProdInner .productBuy {
		display: none;
	}
}


/*********************************************************************************************
dynamic filter
*********************************************************************************************/
ul.dynamicFilters {
	margin: 0 auto;
	width: 100%;
}

ul.dynamicFilters li {
	background-color: white;
	padding: 10px;
	float: left;
	min-height: 110px;
}

ul.dynamicFilters li:not(:first-child) {
	margin-left: 10px;
}

.dynamicFilters label {
	display: block;
}

.dynFilterButtons {
	clear: both;
}

#activeDynFilters {
	margin: 10px;
	clear: both;
}

#activeDynFilters .filter {
	border-radius: 10px;
	padding: 7px 18px;
	display: inline-block;
}

#activeDynFilters .filter:not(:first-of-type) {
	margin: 7px;
}

#dynamicFilterDiv .filter {
	background-color: lightgoldenrodyellow;
}
/** To override background-color with filter specific colors, add them *below* this line */

.dynFilterButtons input {
	padding: 15px;
	border-radius: 5px;
	box-shadow: darkgray 3px 3px 4px;
	border: 1px solid transparent;
}

.dynFilterButtons input:hover {
	box-shadow: none;
}

.dynFilterButtons .button-filter-reset {
	background-color: lightskyblue;
}

.dynFilterButtons .button-filter-reset:hover {
	border: 1px solid deepskyblue;
}

.dynFilterButtons .button-filter-submit {
	background-color: lightgreen;
}

.dynFilterButtons .button-filter-submit:hover {
	border: 1px solid limegreen;
}

/*********************************************************************************************
GRID SYSTEM
*********************************************************************************************/

/* BASE */
*, *:after, *:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

[class*='grid-'] {
	float: left;
	width:100%;
}

#topBar [class*="grid-"] {
	padding-top: 0;
}

.clear-grid{
	clear:both;
	float:inherit;
}
.container {
	margin:0;
	width: 100%;
	max-width: 100%;
	--bs-gutter-x: 0;
}
.container:after, .container:before {
	display: table;
	clear:both;
	content: " ";
}
.nest {
	margin:0 -10px;
	padding:0;
	width:auto;
}

/* Mobile */
.grid-m-12 {width: 100%;}
.grid-m-11 {width: 91.666663%;}
.grid-m-10 {width: 83.33%;}
.grid-m-9 {width: 74.999997%;}
.grid-m-8 {width: 66.66666664%;}
.grid-m-7 {width: 58.333%;}
.grid-m-6 {width: 50%;}
.grid-m-5 {width: 41.6665%;}
.grid-m-4 {width: 33.33%;}
.grid-m-3 {width: 24.99%;}
.grid-m-2 {width: 16.66666%;}
.grid-m-1 {width: 8.33%;}

/* Five columns special */
.grid-m-15 {
	width: 50%;
	float: left;
}

.visible-d {display: none;}


/* 720px+ */
@media (min-width: 720px) {
	.grid-12 {width: 100%;}
	.grid-11 {width: 91.666663%;}
	.grid-10 {width: 83.33%;}
	.grid-9 {width: 74.999997%;}
	.grid-8 {width: 66.66666664%;}
	.grid-7 {width: 58.333%;}
	.grid-6 {width: 50%;}
	.grid-5 {width: 41.6665%;}
	.grid-4 {width: 33.33%;}
	.grid-3 {width: 24.99%;}
	.grid-2 {width: 16.66666%;}
	.grid-1 {width: 8.33%;}

	.grid-t-12 {width: 100%;}
	.grid-t-11 {width: 91.666663%;}
	.grid-t-10 {width: 83.33%;}
	.grid-t-9 {width: 74.999997%;}
	.grid-t-8 {width: 66.66666664%;}
	.grid-t-7 {width: 58.333%;}
	.grid-t-6 {width: 50%;}
	.grid-t-5 {width: 41.6665%;}
	.grid-t-4 {width: 33.33%;}
	.grid-t-3 {width: 24.99%;}
	.grid-t-2 {width: 16.66666%;}
	.grid-t-1 {width: 8.33%;}

	/* Five columns special */
	.grid-t-15 { width: 24.99%; float: left;
	}
}

/* 1024px+ */

@media only screen and (min-width: 1024px) {
	.grid-tl-12 {width: 100%;}
	.grid-tl-11 {width: 91.666663%;}
	.grid-tl-10 {width: 83.33%;}
	.grid-tl-9 {width: 74.999997%;}
	.grid-tl-8 {width: 66.66666664%;}
	.grid-tl-7 {width: 58.333%;}
	.grid-tl-6 {width: 50%;}
	.grid-tl-5 {width: 41.6665%;}
	.grid-tl-4 {width: 33.33%;}
	.grid-tl-3 {width: 24.99%;}
	.grid-tl-2 {width: 16.66666%;}
	.grid-tl-1 {width: 8.33%;}

	/* Five columns special */
	.grid-tl-15 { width: 20%; float: left;}
	.grid-tl-60 {width: 60%;float: left;}
}


/*********************************************************************************************

5. Grid 1200px+

*********************************************************************************************/

@media only screen and (min-width: 1200px) {
	.container {max-width:1920px; margin:0 auto;}
	.container-fluid {max-width:90%; margin:0 5%;}
	.grid-d-12 {width: 100%;}
	.grid-d-11 {width: 91.666663%;}
	.grid-d-10 {width: 83.33%;}
	.grid-d-9 {width: 74.999997%;}
	.grid-d-8 {width: 66.66666664%;}
	.grid-d-7 {width: 58.333%;}
	.grid-d-6 {width: 50%;}
	.grid-d-5 {width: 41.6665%;}
	.grid-d-4 {width: 33.33%;}
	.grid-d-3 {width: 24.99%;}
	.grid-d-2 {width: 16.66666%;}
	.grid-d-1 {width: 8.33%;}

	/* Five columns special */
	.grid-d-15 {width: 20%;float: left;}
	.grid-d-40 {width: 40%;float: left;}
	.visible-d {display: block;}
	/* Handle 8 over 12 columns */
	#categoryContentHeader .grid-d-1 {width: 11%;}
	.filler{width: 0; height: 68px; padding:0;}
}

.sizen span{
	display: inline-block;
	min-width: 45px;
}

/***********************************
weld min-height to prevent CLS
***********************************/
@media only screen and (min-width: 1360px) {
	#dFilters div.campaign, #dFilters div.dfilter, #dFilters div.sortorder, #dFilters div.showMore {
		width: 186px;
	}
}

@media only screen and (max-width: 1217px) and (min-width: 923px) {
}

@media only screen and (max-width: 922px) and (min-width: 599px) {
}

@media only screen and (max-width: 1359px) {
	#dFilters div.campaign, #dFilters div.dfilter, #dFilters div.sortorder, #dFilters div.showMore {
		width: 165px;
	}
}

/* Hidden filters far away right */
html.overlay{
	overflow: hidden;
}
#hiddenFilters #sideFilters .bottomLinks {
	padding: 16px;
	text-align: center;
	background-color: #494949;
	font-size: 14px;
	position: fixed;
	bottom: -50px;
	width: 100%;
}
.bottomLinks a {
	color: #fff;
}
#hiddenFilters #sideFilters {
	max-width: 375px;
	transform: translate3d(375px, 0, 0);
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0;
	right: 0;
	width: 90vw;
	height: auto;
	background-color: #FFFFFF;
	border-left: 1px solid #c0c0c0;
	transition: box-shadow .5s ease,transform,.5s ease;
	will-change: transform;
}
#hiddenFilters #sideFilters.visible {
	transform: translate3d(0, 0, 0);
}
#hiddenFilters #filterContainer {
	/*display: none;*/
	pointer-events: none;
	width: 100%;
	transform: none;
	right: 0;
	position: fixed;
	overflow: hidden;
	height: 100%;
	top: 0;
	z-index: 1000;
	will-change: width;
}
#hiddenFilters #filterContainer.visible {
	/*display: block;*/
	pointer-events: all;
}
#hiddenFilters #filterOverlay {
	display: none;
	opacity: 1;
	overflow: hidden;
	visibility: visible;
	transition: opacity .5s ease,visibility 0s;
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.2);
	will-change: transform,opacity,visibility;
}
#hiddenFilters #filterContainer.visible #filterOverlay {
	display: block;
}
#hiddenFilters #filterData {
	height: 100%;
	width: 100%;
	background-color: white;
	max-height: 75vh;
	overflow: auto;
}
#hiddenFilters #filterData .slider-container {
	width: 98%;
}
#hiddenFilters #filterData .closeSideFilter {
	position: absolute;
	right: 0;
	font-size: 2em;
	background-color: #ffffff;
	padding: 8px 32px;
	cursor: pointer;
	/* border-radius: 7px; */
}

#hiddenFilters #placeholderChosenFilters {
	min-height: 40px;
	position: relative;
}

#hiddenFilters #placeholderChosenFilters .hiddenLink {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	padding: 6px 35px;
}

h2.filterHeader {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 1.5em;
	background-color: #ffffff;
	padding:16px 0;
}

#hiddenFilters #filterData &gt; ul &gt; li {
	border-top: 1px solid #ececec;
	font-size: 1.3em;
	line-height: 2em;
	cursor: pointer;
	width: 100%;
}

#hiddenFilters #filterData &gt; ul &gt; li:nth-child(odd) {
	background-color: #f7f7f7;
}

#hiddenFilters #filterData li span {
	padding-left: 30px;
}
#hiddenFilters #filterData li i {
	float: right;
	padding: 10px 30px 5px 0;
}
#hiddenFilters #filterData &gt; ul &gt; li:last-of-type {
	border-bottom: 1px solid #e0ded8;
}
#hiddenFilters #filterData li span {
	margin: auto;
}
#hiddenFilters #filterData .displayFilter {
	display: none;
	text-align: center;
}
#hiddenFilters #filterData .displayFilter .sliderUnit {
	font-size: 0.7em;
	line-height: 1em;
	text-align: left;
	padding-left: 30px;
}
#hiddenFilters #filterData .displayFilter ul {
	text-align: left;
}
#hiddenFilters #filterData .displayFilter label {
	margin-left: 20px;
}
#hiddenFilters .displayFilter input[type=search] {
	width: 90%;
	height: 2em;
	margin: 10px auto;
	padding: 0 14px;
	font-size: 1.1em;
}
#dFilters .slider-container div{
	display: block;
}
#dFilters .slider-container .slider-area{
	display: block ruby;
	height: 35px;
}

/* from dynFilterControl */
#dFilters .smallScreen {
	display: none;
}
#dFilters .smallScreen div.dfilter {
	width: 100%;
	border: 0 solid #e0ded8;
	background-color: #deb773;
	height: 48px;
	border-radius: 32px;
}
#dFilters div {
	display: flex;
}
#dFilters div.sortorder,
#dFilters div.dfilter,
#dFilters div.showMore {
	border: 1px solid #e0ded8;
	font-size: 1em;
	line-height: 1.5em;
	cursor: not-allowed;
	margin-right: 8px;
	background-color: #fff;
}
#dFilters div.campaign{
	font-size: 1.2em;
}
/* add if displaying Campaigns */
/*#dFilters div.showMore,*/
#dFilters div.sortorder{
	border-right: 1px solid #e0ded8;
}
.bigScreen &gt; div,
#dFilters span {
	margin: auto;
}
#dFilters span &gt; span {
	margin-left: 4px;
}
.bigScreen &gt; div {
	position: relative;
	z-index: 99;
}
#dFilters div.sortorder {
	/*display: block;*/
	flex-shrink: 0;
	position: relative;
}
#displayArea {
	position: relative;
	z-index: 900;
	margin-top: -1px;
}
#displayArea .displayData {
	border: 1px solid #e0ded8;
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	background-color: white;
	/*line-height: 3em;
	font-size: 1.5em;*/
}
#dFilters div.sortorder i,
#dFilters div.showMore i,
#dFilters div.dfilter i {
	margin-left: 10px;
}
#dFilters div.dfilter.active {
	border-bottom: none;
	background-color: #494949;
	color: #ffffff;
}
li.dfilter.Produkttyp {
    display: none;
}
#displayArea .displayData .flexList {
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: normal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
#displayArea .displayData .flexList li {
	min-width: 210px;
	margin: 10px;
	padding: 0;
	font-size: 1.2em;
}

#displayArea .displayData .flexList li.liSearch {
	margin: 6px 10px 0;
}

#displayArea .displayData .flexList li.liSearch input.bigScreenSearch {
	font-size: 1em;
	width: 210px;
	height: 32px;
	padding-left:8px;
}

#dFilters div.campaign label.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 25px;
	margin: 10px 10px 0 0;
}
#dFilters div.campaign label.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
#dFilters div.campaign label.switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}
#dFilters div.campaign label.switch .slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}
#dFilters div.campaign label.switch input:checked + .slider {
	/* background-color: #2196F3; */
	background-color: #9c5a53;
}
#dFilters div.campaign label.switch input:focus + .slider {
	/* box-shadow: 0 0 1px #2196F3; */
	box-shadow: 0 0 1px #9c5a53;
}
#dFilters div.campaign label.switch input:checked + .slider:before {
	-webkit-transform: translateX(34px);
	-ms-transform: translateX(34px);
	transform: translateX(34px);
}

#hiddenFilters .displayFilter .select,
#displayArea .displayData .select,
#dFilters .sortorder .select {
	overflow: hidden;
	background: #fff;
	height: 40px;
	position: relative;
	width: 100%;
}

#dFilters .sortorder .select {
	margin: auto;
}

#hiddenFilters .displayFilter .select select,
#displayArea .displayData .select select,
#dFilters .sortorder .select select {
	width: 100%;
	height: 100%;
	border: 0;
	line-height: 1.5;
	cursor: pointer;
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-overflow: '';
	appearance: none;
	background: transparent url("../images/bg-arrows.png") no-repeat scroll right 12px;
	padding: 0 10px;
	padding-right: 35px !important;
}

#hiddenFilters .displayFilter .select select {
	width: inherit;
}

/***** Color Me start ******/
#dynamicFilterDiv #dFilters li.colorme label,
#hiddenFilters #filterData li.colorme label {
	position: relative;
	padding-left: 20px;
}

#dynamicFilterDiv #dFilters li.colorme span,
#hiddenFilters #filterData li.colorme span {
	position: absolute;
	background-color: transparent;
	height: 31px;
	width: 20px;
	border-radius: 50%;
	top: -6px;
	left: -2px;
	margin: 0;
}

#dynamicFilterDiv #dFilters li.colorme span {
	width: 31px;
}

#dynamicFilterDiv #dFilters li.colorme span:after,
#hiddenFilters #filterData li.colorme span:after {
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	content: "";
	height: 8px;
	left: 8px;
	opacity: 0;
	position: absolute;
	top: 9px;
	transform: rotate(-45deg);
	width: 14px;
}

#dynamicFilterDiv #dFilters li.colorme.c-white span:after,
#dynamicFilterDiv #dFilters li.colorme.c-lightyellow span:after,
#dynamicFilterDiv #dFilters li.colorme.c-yellow span:after,
#dynamicFilterDiv #dFilters li.colorme.c-beige span:after,
#hiddenFilters #filterData li.colorme.c-white span:after,
#hiddenFilters #filterData li.colorme.c-lightyellow span:after,
#hiddenFilters #filterData li.colorme.c-yellow span:after,
#hiddenFilters #filterData li.colorme.c-beige span:after {
	border: 2px solid #bebebe;
	border-top: none;
	border-right: none;
}

#dynamicFilterDiv #dFilters li.colorme input[type="checkbox"],
#hiddenFilters #filterData li.colorme input[type="checkbox"] {
	visibility: hidden;
}

#dynamicFilterDiv #dFilters li.colorme input[type="checkbox"]:checked + span:after,
#hiddenFilters #filterData li.colorme input[type="checkbox"]:checked + span:after {
	opacity: 1;
}

#dynamicFilterDiv #dFilters li.colorme.c-blackandwhite span,
#hiddenFilters #filterData li.colorme.c-blackandwhite span {
	background: linear-gradient(-90deg, #fff, #888, #000);
}

#dynamicFilterDiv #dFilters li.colorme.c-blue span,
#hiddenFilters #filterData li.colorme.c-blue span {
	background-color: #4ea8db;
}

#dynamicFilterDiv #dFilters li.colorme.c-beige span,
#hiddenFilters #filterData li.colorme.c-beige span {
	background-color: #f5f5dc;
}

#dynamicFilterDiv #dFilters li.colorme.c-bronze span,
#hiddenFilters #filterData li.colorme.c-bronze span {
	background: linear-gradient(-45deg, #cd7f32, #e79f57);
}

#dynamicFilterDiv #dFilters li.colorme.c-brown span,
#hiddenFilters #filterData li.colorme.c-brown span {
	background-color: #a99b87;
}

#dynamicFilterDiv #dFilters li.colorme.c-cream span,
#hiddenFilters #filterData li.colorme.c-cream span {
	background-color: #f4ebd8;
}

#dynamicFilterDiv #dFilters li.colorme.c-oak span,
#hiddenFilters #filterData li.colorme.c-oak span {
	background-color: #c6a27e;
}

#dynamicFilterDiv #dFilters li.colorme.c-gray span,
#hiddenFilters #filterData li.colorme.c-gray span {
	background-color: #c0c0c0;
}

#dynamicFilterDiv #dFilters li.colorme.c-sandgray span,
#hiddenFilters #filterData li.colorme.c-sandgray span {
	background-color: #9f9289;
}

#dynamicFilterDiv #dFilters li.colorme.c-green span,
#hiddenFilters #filterData li.colorme.c-green span {
	background-color: #9bd5ae;
}

#dynamicFilterDiv #dFilters li.colorme.c-mossgreen span,
#hiddenFilters #filterData li.colorme.c-mossgreen span {
	background-color: #475242;
}

#dynamicFilterDiv #dFilters li.colorme.c-yellow span,
#hiddenFilters #filterData li.colorme.c-yellow span {
	background-color: #f3ed72;
}

#dynamicFilterDiv #dFilters li.colorme.c-gold span,
#hiddenFilters #filterData li.colorme.c-gold span {
	background: linear-gradient(45deg, #e1a300, #ffd800);
}

#dynamicFilterDiv #dFilters li.colorme.c-copper span,
#hiddenFilters #filterData li.colorme.c-copper span {
	background: linear-gradient(45deg, #e09e82, #ffc5ad);
}

#dynamicFilterDiv #dFilters li.colorme.c-purple span,
#hiddenFilters #filterData li.colorme.c-purple span {
	background-color: #b7adcd;
}

#dynamicFilterDiv #dFilters li.colorme.c-lightblue span,
#hiddenFilters #filterData li.colorme.c-lightblue span {
	background-color: #b7dcf1;
}

#dynamicFilterDiv #dFilters li.colorme.c-lightgray span,
#hiddenFilters #filterData li.colorme.c-lightgray span {
	background-color: #e4e4e4;
}

#dynamicFilterDiv #dFilters li.colorme.c-lightyellow span,
#hiddenFilters #filterData li.colorme.c-lightyellow span {
	background-color: #fffdd7;
}

#dynamicFilterDiv #dFilters li.colorme.c-brass span,
#hiddenFilters #filterData li.colorme.c-brass span {
	background: linear-gradient(45deg, #bdb266, #d0c99b);
}

#dynamicFilterDiv #dFilters li.colorme.c-orange span,
#hiddenFilters #filterData li.colorme.c-orange span {
	background-color: #ffaf72;
}

#dynamicFilterDiv #dFilters li.colorme.c-pink span,
#hiddenFilters #filterData li.colorme.c-pink span {
	background-color: #ffced7;
}

#dynamicFilterDiv #dFilters li.colorme.c-rubyred span,
#hiddenFilters #filterData li.colorme.c-rubyred span {
	background-color: #9b111e;
}

#dynamicFilterDiv #dFilters li.colorme.c-red span,
#hiddenFilters #filterData li.colorme.c-red span {
	background-color: #ff585c;
}

#dynamicFilterDiv #dFilters li.colorme.c-sepia span,
#hiddenFilters #filterData li.colorme.c-sepia span {
	background-color: #704214;
}

#dynamicFilterDiv #dFilters li.colorme.c-silver span,
#hiddenFilters #filterData li.colorme.c-silver span {
	background: linear-gradient(45deg, silver, #e1e1e1);
}

#dynamicFilterDiv #dFilters li.colorme.c-emeraldgreen span,
#hiddenFilters #filterData li.colorme.c-emeraldgreen span {
	background-color: #50c878;
",
}

#dynamicFilterDiv #dFilters li.colorme.c-black span,
#hiddenFilters #filterData li.colorme.c-black span {
	background-color: #1c1b1a;
}

#dynamicFilterDiv #dFilters li.colorme.c-blacka span,
#hiddenFilters #filterData li.colorme.c-blacka span {
	background-color: #1c1b1a;
}

#dynamicFilterDiv #dFilters li.colorme.c-wood span,
#hiddenFilters #filterData li.colorme.c-wood span {
	background-color: #a48a6f;
}

#dynamicFilterDiv #dFilters li.colorme.c-turquoise span,
#hiddenFilters #filterData li.colorme.c-turquoise span {
	background-color: #92d6c7;
}

#dynamicFilterDiv #dFilters li.colorme.c-walnut span,
#hiddenFilters #filterData li.colorme.c-walnut span {
	background-color: #553f39;
}

#dynamicFilterDiv #dFilters li.colorme.c-violet span,
#hiddenFilters #filterData li.colorme.c-violet span {
	background-color: #6945b8;
}

#dynamicFilterDiv #dFilters li.colorme.c-white span,
#hiddenFilters #filterData li.colorme.c-white span {
	background-color: #ffffff;
	border: 1px solid #bebebe;
}

#dynamicFilterDiv #dFilters li.colorme.c-whitea span,
#hiddenFilters #filterData li.colorme.c-whitea span {
	background-color: #ffffff;
	border: 1px solid #bebebe;
}

#dynamicFilterDiv #dFilters li.colorme.c-offwhite span,
#hiddenFilters #filterData li.colorme.c-offwhite span {
	background-color: #ffffff;
	border: 1px solid #bebebe;
}

#dynamicFilterDiv #dFilters li.colorme.c-kritwhite span,
#hiddenFilters #filterData li.colorme.c-kritwhite span {
	background-color: #ffffff;
	border: 1px solid #bebebe;
}

#dynamicFilterDiv #dFilters li.colorme.c-steel span,
#hiddenFilters #filterData li.colorme.c-steel span {
	background-color: #43464B;
}

#dynamicFilterDiv #dFilters li.colorme.c-rosegold span,
#hiddenFilters #filterData li.colorme.c-rosegold span {
	background: linear-gradient(-45deg, #f6d1bd, #d9b6a4);
}

#dynamicFilterDiv #dFilters li.colorme.c-chromium span,
#hiddenFilters #filterData li.colorme.c-chromium span {
	background-color: #dbe2e9 ;
}

#dynamicFilterDiv #dFilters li.colorme.c-marble span,
#hiddenFilters #filterData li.colorme.c-marble span {
	background: linear-gradient(-45deg, #fffcf0, #dfdfdf);
	border: 1px solid #bebebe;
}

#dynamicFilterDiv #dFilters li.colorme.c-antiquebrass span,
#hiddenFilters #filterData li.colorme.c-antiquebrass span {
	background: linear-gradient(-45deg, #9c876d, #e0d5c4)
}

#dynamicFilterDiv #dFilters li.colorme.c-brushedaluminium span,
#hiddenFilters #filterData li.colorme.c-brushedaluminium span {
	background: linear-gradient(-45deg, #8b95a0, #423e3c);
}

#dynamicFilterDiv #dFilters li.colorme.c-teak span,
#hiddenFilters #filterData li.colorme.c-teak span {
	background-color: #9b7b64;
}

#dynamicFilterDiv #dFilters li.colorme.c-brushedsteel span,
#hiddenFilters #filterData li.colorme.c-brushedsteel span {
	background: linear-gradient(-45deg, #d4dae1, #dadde6);
}

#dynamicFilterDiv #dFilters li.colorme.c-antique span,
#hiddenFilters #filterData li.colorme.c-antique span {
	background-color: #44362b;
}

#dynamicFilterDiv #dFilters li.colorme.c-champagne span,
#hiddenFilters #filterData li.colorme.c-champagne span {
	background-color: #F3EAC0;
}

#dynamicFilterDiv #dFilters li.colorme.c-marinblue span,
#hiddenFilters #filterData li.colorme.c-marinblue span {
	background-color: #323956;
}
/***** Color Me end ******/

/***** miniguideForm start ******/

#miniguideForm {
	text-align: center;
}

#miniguideForm div.hidden {
	display: none;
}

#miniguideForm input[type=search] {
    min-width: 260px;
    height: 64px;
    margin: 32px 0;
    width: 98%;
    background-color: #f7f7f7;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 700;
	padding: 0 16px;
}

#miniguideForm input[type=search]::placeholder {
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 16px;
}

#miniguideForm ul {
	display: inline-table;
	width:100%;
}

#miniguideForm li {
	display: inline-block;
}

#miniguideForm #step3 li,
#miniguideForm #step2 li {
    width: 19%;
}

#miniguideForm li,
#miniguideForm li label,
#miniguideForm li label input {
	cursor: not-allowed;
}

#miniguideForm li img {
	max-height: 500px;
	aspect-ratio: 5/7;
}

#miniguideForm .miniguideradio input {
	width: 41px;
	height: 41px;
	border: 10px solid #f3f3f3;
	border-radius: 100%;
	background: #fff;
	accent-color: #6f765d;
}

#miniguideForm label.miniguideradio {
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 8px;
	padding: 32px 16px;
}

#miniguideForm .steps:not(:first-of-type) {
	padding: 32px;
	border-bottom: 1px solid #e0ded8;
}

#miniguideForm button {
	display: none;
}

#miniguideForm .steps h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 24px;
	padding: 0;
	text-transform: uppercase;
}

#miniguideForm .showmore {
	width: fit-content;
	cursor: pointer;
	background-color: #deb773;
	padding: 16px 0;
	margin: 16px auto 0;
	text-transform: uppercase;
}

#miniguideForm .showmore span {
	padding: 16px 24px;
}

#miniguideForm #step1 li,
#miniguideForm #step4 li {
    padding: 2px;
}

#miniguideForm #step1 label.miniguideradio,
#miniguideForm #step4 label.miniguideradio {
	background-color: #e0ded8;
}
#input-framebox {
    font-weight: 700;
    padding: 16px 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 720px) {
	#bottomCategoryText h1,
	#bottomCategoryText h2,
	h2.grid-m {
		font-size: 32px;
	}
	#bottomCategoryText h3 {
		font-size: 20px;
	}
	#productInfo {
    padding: 16px;
}
	#qcDynamicPayment label {
		padding: 0 0 16px 40px;
	}
	#qcTypeChoice ul {
		display: block;
	}
	#miniguideForm .steps {
		padding: 16px 0;
	}

	#miniguideForm #step1 li,
	#miniguideForm #step4 li {
		padding: 2px;
		width: 50%;
		box-sizing: border-box;
	}
	#miniguideForm #step3 li,
	#miniguideForm #step2 li {
		display: inline-block;
		width: 50%!important;
		border-bottom: 1px solid #e0ded8;
	}

	#miniguideForm #step1 ul,
	#miniguideForm #step4 ul {
		display: flex;
		justify-content: space-between;
		list-style: none;
		padding: 0;
	}

	#miniguideForm .steps h2 {
		font-size: 16px;
		font-weight: 700;
		line-height: normal;
		margin-bottom: 20px;
		padding: 0;
		text-transform: uppercase;
	}

	#miniguideForm label.miniguideradio {
		font-size: 12px;
		display: flex;
		align-items: center;
		justify-content: left;
		gap: 8px;
		padding: 16px 8px;
		text-align: left;
	}

	#miniguideForm .miniguideradio input {
		width: 30px;
		height: 30px;
		border: 10px solid #f3f3f3;
		border-radius: 100%;
		background: #fff;
		accent-color: #6f765d;
	}
}

/***** miniguideForm end ******/

#dFilters .sortorder .select option {
	font-size: 1em;
}

#selectedFilters ul {
	margin: 10px 10px 0 10px;
}
#selectedFilters ul li {
	display: inline-flex;
}
#selectedFilters ul li div {
	background-color: #e0ded8;
	padding: 7px 10px;
	border-radius: 10px;
}
#selectedFilters ul li {
	margin-left: 10px;
}
#selectedFilters ul li div span.remove {
	background-color: #9c5a53;
	color: white;
	padding: 0 5px;
	margin-left: 10px;
	border-radius: 7px;
	cursor: pointer;
}

@media only screen and (max-width: 720px) {
	#dFilters .smallScreen {
		display: block;
		position: fixed;
		z-index: 99;
		left:16px;
		bottom: 12px;
		width: 73%;
	}
	#dFilters #displayArea,
	#dFilters .bigScreen {
		display: none;
	}

	.fancybox-outer .fancybox-nav span {
		opacity: 0.1;
		visibility: visible;
	}

	.fancybox-outer .fancybox-nav:hover span {
		opacity: 1;
	}

	.fancybox-outer .fancybox-next span {
		right: -18px;
	}

	.fancybox-outer .fancybox-prev span {
		left: -18px;
	}
}
/* minus 1 if displaying Campaigns */
@media only screen and (max-width: 840px) {
	#dFilters div.dfilter:nth-child(n+3) {
		display: none;
	}
}
@media only screen and (max-width: 1010px) and (min-width: 840px) {
	#dFilters div.dfilter:nth-child(n+4) {
		display: none;
	}
}
@media only screen and (max-width: 1200px) and (min-width: 1010px) {
	#dFilters div.dfilter:nth-child(n+5) {
		display: none;
	}
}
@media only screen and (min-width: 1200px) {
	#dFilters div.dfilter:nth-child(n+6) {
		display: none;
	}
}

/*! nouislider - 14.6.3 - 11/19/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 https://cdnjs.com/libraries/noUiSlider
 */
.slider-area { margin: 9px 5px; max-width: 270px; }
#sideFilters .slider-area { width: 100%; max-width: 100%; height: 60px; padding-left: 15px }
input.sliderFirst,
input.sliderSecond { display: inline-block; width: 55px; border-radius: 18px; padding: 2px 9px; font-size: 12px; margin-right: 11px; background-color: #f7f7f7; color: #787878; }
input.sliderSecond { margin-left: 11px; margin-right: 0; }
input.sliderFirst:focus,
input.sliderSecond:focus { padding: 2px 9px; box-shadow: none; margin:0 11px 0 0; background-color: #fff; color: #000; }
input.sliderSecond:focus { margin:0 0 0 11px; }
input.sliderFirst::-webkit-outer-spin-button,
input.sliderFirst::-webkit-inner-spin-button,
input.sliderSecond::-webkit-outer-spin-button,
input.sliderSecond::-webkit-inner-spin-button{ -webkit-appearance: none; margin: 0; }
input.sliderFirst[type=number],
input.sliderSecond[type=number]{ -moz-appearance: textfield; }

.attributeSlider { display: inline-block; width: 130px; }

.noUi-target,
.noUi-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; }
.noUi-target { position: relative; }
.noUi-base,
.noUi-connects { width: 100%; height: 100%; position: relative; z-index: 1; }
/* Wrapper for all connect elements. */
.noUi-connects { overflow: hidden; z-index: 0; }
.noUi-connect,
.noUi-origin { will-change: transform; position: absolute; z-index: 1; top: 0; right: 0; -ms-transform-origin: 0 0; -webkit-transform-origin: 0 0; -webkit-transform-style: preserve-3d; transform-origin: 0 0; transform-style: flat; }
.noUi-connect { height: 100%; width: 100%; }
.noUi-origin { height: 10%; width: 10%; }
/* Offset direction */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin { left: 0; right: auto; }
/* Give origins 0 height/width so they don't interfere with clicking the connect elements. */
.noUi-vertical .noUi-origin { width: 0; }
.noUi-horizontal .noUi-origin { height: 0; }
.noUi-handle { -webkit-backface-visibility: hidden; backface-visibility: hidden; position: absolute; }
.noUi-touch-area { height: 100%; width: 100%; }
.noUi-handle:focus { outline: none; background-color: #159b57; }
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin { -webkit-transition: transform 0.3s; transition: transform 0.3s; }
.noUi-state-drag * { cursor: inherit !important; }
/* Slider size and handle placement; */
.noUi-horizontal { height: 10px; }
.noUi-horizontal .noUi-handle { width: 24px; height: 24px; right: -12px; top: -8px; border-radius: 100%; }
.noUi-vertical { width: 18px; }
.noUi-vertical .noUi-handle { width: 28px; height: 34px; right: -6px; top: -17px; }
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle { left: -17px; right: auto; }
/* Styling; Giving the connect element a border radius causes issues with using transform: scale */
.noUi-target { background: #dbdbdb; border-radius: 4px; }
.noUi-connects { border-radius: 3px; }
.noUi-connect { background: #1fbb6c; }
/* Handles and cursors; */
.noUi-draggable { cursor: ew-resize; }
.noUi-vertical .noUi-draggable { cursor: ns-resize; }
.noUi-handle { /*border: 1px solid #159b57;*/ border-radius: 3px; background: #fff; cursor: pointer; box-shadow: 0 0 7px rgb(0 0 0 / 30%); }
.noUi-active { /*box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;*/ background-color: #159b57; }
/* Handle stripes; */
/*
.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 10px;
	width: 1px;
	background: #159b57;
	left: 10px;
	top: 8px;
}
.noUi-handle:after {
	left: 16px;
}*/
/*
.noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 10px;
	width: 10px;
	background: #159b57;
	left: 8px;
	top: 8px;
	border-radius: 100%;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}
 */

/* Disabled state;
 */
[disabled] .noUi-connect { background: #B8B8B8; }
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle { cursor: not-allowed; }
/* Base; */
.noUi-pips,
.noUi-pips * { -moz-box-sizing: border-box; box-sizing: border-box; }
.noUi-pips { position: absolute; color: #999; line-height: 1em; }
/* Values; */
.noUi-value { position: absolute; white-space: nowrap; text-align: center; font-size: 9px; top: 12px; }
.noUi-value-sub { color: #ccc; font-size: 10px; }
/* Markings; */
.noUi-marker { position: absolute; background: #CCC; }
.noUi-marker-sub { background: #AAA; }
.noUi-marker-large { background: #AAA; }
/* Horizontal layout; */
.noUi-pips-horizontal { padding: 10px 0; height: 80px; top: 100%; left: 0; width: 100%; }
.noUi-value-horizontal { -webkit-transform: translate(-50%, 50%); transform: translate(-50%, 50%); line-height: 1em; }
.noUi-rtl .noUi-value-horizontal { -webkit-transform: translate(50%, 50%); transform: translate(50%, 50%); }
.noUi-marker-horizontal.noUi-marker { margin-left: -1px; width: 1px; height: 5px; }
.noUi-marker-horizontal.noUi-marker-sub { height: 10px; }
.noUi-marker-horizontal.noUi-marker-large { height: 8px; }
/* Vertical layout; */
.noUi-pips-vertical { padding: 0 10px; height: 100%; top: 0; left: 100%; }
.noUi-value-vertical { -webkit-transform: translate(0, -50%); transform: translate(0, -50%); padding-left: 25px; }
.noUi-rtl .noUi-value-vertical { -webkit-transform: translate(0, 50%); transform: translate(0, 50%); }
.noUi-marker-vertical.noUi-marker { width: 5px; height: 2px; margin-top: -1px; }
.noUi-marker-vertical.noUi-marker-sub { width: 10px; }
.noUi-marker-vertical.noUi-marker-large { width: 15px; }
.noUi-tooltip { display: block; position: absolute; border: 1px solid #D9D9D9; border-radius: 3px; background: #fff; color: #000; padding: 5px; text-align: center;	white-space: nowrap; font-size: 10px; }
.noUi-horizontal .noUi-tooltip { -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); left: 50%; bottom: 120%; }
.noUi-vertical .noUi-tooltip { -webkit-transform: translate(0, -50%); transform: translate(0, -50%); top: 50%; right: 120%; }
.noUi-horizontal .noUi-origin &gt; .noUi-tooltip { -webkit-transform: translate(50%, 0); transform: translate(50%, 0); left: auto; bottom: 10px; }
.noUi-vertical .noUi-origin &gt; .noUi-tooltip { -webkit-transform: translate(0, -18px); transform: translate(0, -18px); top: auto; right: 28px; }
.attributeSlider.noUi-state-tap .noUi-connect, .attributeSlider.noUi-state-tap .noUi-origin { -webkit-transition: transform 700ms;	transition: transform 700ms; }
.noUi-pips .noUi-value-large { color: #b9b9b9; }
</pre></body></html>