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

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

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

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 700;
	color: #293447;
}

h3, h4, h5, h6 {
	text-transform: uppercase;
}

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

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

p {
	margin: 0 0 10px;
}

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

th,
td {
	text-align: left;
}

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

	vertical-align: middle;
}

a {
	color: #888;
	text-decoration: none;
}
a:hover {
	color: #157aee;
}

input,
textarea {
	padding: 5px 6px;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	vertical-align: top;
}

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

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

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

.l-holder {
	position: relative;

	max-width: 1150px;
	margin: 20px auto;
}

.l-constrained {
	position: relative;

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

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

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

.l-header__left {
	float: left;
	padding-top: 20px;
}

.l-header__right {
	float: right;
	text-align: right;
	color: #fff;
}

.l-header__middle {
	overflow: hidden;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
}

.l-header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.l-header__right__top li {
	display: inline-block;
	margin-left: 12px;
}

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

.l-header__right__top {
	font-size: 13px;
	color: #ccc;
}

.l-header__right__top a {
	color: #ccc;
}

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

.l-header__right__bottom {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 15px;
	color: #fff;
}

.l-header__right__bottom a {
	color: #fff;
}

.l-header__right__bottom .wgr-icon {
	position: relative;
	top: 1px;
	font-size: 17px;
	color: #157aee;
}

.next-delivery-desktop--time {
	display: inline-block;
	border-bottom: 2px solid #fff;
	font-size: 18px;
}

.next-delivery-desktop-wrapper {
	float: right;
	margin-right: -10px;
}
.next-delivery-desktop > span {
	float: left;
	margin-right: 10px;
}
.next-delivery-desktop br {
	display: none;
}

.l-menubar-holder {
	position: relative;
	z-index: 10;
	background: #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.l-menubar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;

    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
}

.l-menubar__left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	width: 80%;
}

.l-menubar__right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 20%;
    min-width: 174px;
}

.l-usp-bar-holder {
	width: 100%;
	background: #e5f0fd;
}

.l-usp-bar {
	padding-top: 8px;
	padding-bottom: 8px;
}

.l-usp-bar__left {
	overflow: hidden;
	color: #157aee;
	padding-top: 4px;
}

.l-usp-bar__left a {
	color: #157aee;
}

.l-usp-bar__left a:hover {
	color: #293447;
}

.l-usp-bar__left img {
	position: relative;
	top: -2px;
	margin-right: 8px;
}

.l-usp-bar__right {
	float: right;
	padding-top: 4px;
}

.l-usp-bar__right * {
	margin-bottom: 0;
}

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

.l-usp-bar__left li {
	display: inline-block;
	margin-right: 40px;
}

.is-menubar-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;

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

.l-content {}

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

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

.l-footer-top-holder {
	width: 100%;
	background: #e5f0fd;
}

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

.l-footer-top * {
	margin-bottom: 0;
}

.l-footer-top__left {
	float: left;
	margin-right: 40px;
}

.l-footer-top__right {
	overflow: hidden;
}

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

#footerNewsletterForm input {
	float: left;
	width: 80%;
	height: 50px;
	background: #fff;
	border-style: none;
	box-shadow: none;
	vertical-align: middle;
	border-radius: 0;
	padding-left: 12px;
}

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

.l-footer-holder {
	width: 100%;
	background: #293447;
}

.l-footer {
	padding-top: 40px;
	padding-bottom: 60px;
	color: #ccc;
}

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

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

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

.l-footer-col-2 {
	width: 20%;
}

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

.l-footer-col-1 img {
	position: relative;
	top: -2px;
}

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

.l-footer-payment-holder {
	width: 100%;
	background: #293447;
	border-top: 1px solid #495262;
}

.l-footer-payment {
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}

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

.l-autocomplete {
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -336px;
	right: auto;
	z-index: 99;

	width: 420px;
	display: none;
	padding: 20px;
	background: #fff;

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

.js-autocomplete-submit {
	margin-top: 10px;
}

.list-item--search {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

.list-item--search__img {
	float: left;
	height: 60px;
	line-height: 60px;
	width: 60px;
}

.list-item--search__img img {
	max-height: 60px;
}

.list-item--search__title {
	overflow: hidden;
	padding-top: 10px;
	padding-left: 20px;
}

.deliverers {
	color:#fff;
}

.editable-service-content .l-inner a {
	color: #333;
}

/*
 * Product Page
 */

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

.product-preamble {
	margin-bottom: 10px;
}
/*
 * Checkout Page
 */

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

.view-checkout .l-header a {
	color: #fff;
}
.view-checkout .l-content {
	margin-left: 0;
	margin-right: 0;
}

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

	background-color: #fff;
	border-top: 3px solid #333;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	border-radius: 0 0 4px 4px;
}
.l-checkout-col-1-inner {
	position: relative;
	padding-top: 10px;
}
/* Disable cart on reload */
.is-checkout-suspended .l-checkout-col-1-inner:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	content: '';
}
.l-checkout-col-2 {
	float: right;
	width: 55%;
	padding-left: 35px;
}

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

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

/*
 * Search Page
 */

.l-search-col-1 {
}
.l-search-col-2 {
	margin-top: 20px;
	overflow: hidden;
}

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


.store-reviews-container{
   border: 1px solid #ddd;
   padding: 20px;

   background-color: #fff;
}

.review-box {
	position: absolute;
	left: 100%;
	width: 225px;
	height: auto;
	margin-left: 15px;
}
.review-widget{
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.review-box-title {
	text-align: center;
    margin-bottom: 10px;

    font-size: 15px;
}
.review-box-title h2{
    font-size: 17px;
}
.review-box-row {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #eee;
}
.review-box-row:last-child {
    border-bottom: none;
}
.review-row-name {
	display: inline-block;
	color: #333;
}
.review-row-stars {
    display: inline-block;
    float: right;
}
.review-row-desc {
	color: #107aae;
	font-size: 14px;
}

/* Media Object  */
.media {
	margin-bottom: 15px;
}
.media,
.media-body {
	overflow: hidden;
}
.media-img {
	margin-right: 15px;
	float: left;
}
.media-img img {
	display: block;
}

.table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.table td,
.table th {
	padding: 0;
}

.default-table {
	width: 100%;
}
.default-table > thead > tr {
	border-bottom: 1px solid #e2e2e2;
}
.default-table > thead th {
	padding: 8px;
}
.default-table > tbody td {
	padding: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

	background-color: #f5f5f5;
}

.startpage-bar {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #293447;
	font-weight: 700;
	font-size: 24px;
	text-transform: none;
}

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

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

.site-logo {
	display: inline-block;
	max-width: 100%;
}

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

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

	width: 200px;
	height: 120px;

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

.vat-selector {
	position: absolute;
	bottom: 5px;
	right: 0;
	font-size: 12px;
	color: #fff;
}
.vat-selector label {
	margin-left: 4px;
}

.privfor{
	width:100%;
	height: 100%;
	background: #fff;
	position: fixed;
	left: 0px;
	top: 0px;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	display: none;
	z-index: 12;
}
.privfor-holder{
	position: fixed;
	left: 0px;
	top: 0px;
	width:100%;
	height: 100%;
	display: none;
	z-index: 13;
}
.privfor-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	margin-top: -120px;
	margin-left: -250px;

	width:500px;
	border-radius: 20px;
	background: #fff;
	padding: 30px;

	box-shadow: 0 5px 15px #b5b5b5;
	display: table;
	text-align: center;
}

.privfor-inner .btn {
	width: 100px;
	margin: 4px;
	text-align:center;
}

.view-404 .privfor,
.view-404 .privfor-holder {
    display: none !important;
}


/* Main navigation section */
.site-nav {
}

.site-nav > li {
	padding-top: 15px;
	padding-bottom: 15px;
}
.site-nav > li > a {
	display: block;
	padding-right: 10px;
    margin-right: 10px;
	border-right: 1px solid #ddd;
	text-transform: uppercase;
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	white-space: nowrap; /* Fix for overlapping text in ie8 */
}

.site-nav > li:last-child > a {
	border-style: none;
}

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

.site-nav > li:hover > a,
.site-nav > li.selected > a {
	color: #fa595e;
}

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

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

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

/* Primary search section */
.site-search {
	border-style: none;
	border-radius: 0px;
	background: #fff;
	width: 100%;
}
.site-search > .input-table__item {
	position: relative;
}
.site-search__input,
.site-search__btn {
	height: 40px;
	padding-left: 15px;

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

	font-size: 15px;
}

.site-search ::-webkit-input-placeholder {
	color: #444;
}
.site-search :-moz-placeholder {
   color: #444;
   opacity: 1;
}
.site-search ::-moz-placeholder {
   color: #444;
   opacity: 1;
}
.site-search :-ms-input-placeholder {
   color: #444;
}

.search-dropdown {
	margin-top: 10px;
}

.search-dropdown select {
	float: left;
	width: 33%;
	height: 35px;
	margin-right: 2%;
	vertical-align: middle;
	background: #fff;
	border-style: none;
	border-radius: 0;
}

.search-dropdown .btn {
	float: left;
	width: 30%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
}

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

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

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

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

/* Block section */
.module {
	margin-bottom: 15px;
}
.module__heading {
	margin: 0;
	padding: 7px 10px;
	background-color: #293447;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}
.module__body {
	padding: 10px;

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

	background: #fff;

}

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

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

.listmenu-0 {
	padding-left: 0;
}
.listmenu-0:last-child {
	margin-bottom: -1px; /* Fix for double-border */
}
.listmenu-0 > li > a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 17px;
	border-bottom: solid 1px #dcdcdc;
	background-color: #fff;
}

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

	border-bottom: solid 1px #dcdcdc;

	background: #f5f5f5;
}

.listmenu .listmenu .listmenu a {
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
}

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

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

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

	font-size: 16px;
	color: #157aee;
}

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

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

	background-color: #dad9d9;

	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #293447;
	line-height: 1;

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

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

.btn--medium {
	padding: 9px 24px;
	font-size: 16px;
}


.btn--primary {
	background-color: #157aee;
	color: #fff;
}

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

.btn--red {
	background: #fa595e;
	color: #fff;
}

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

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

/* Grid for product-items and category-items */
/* Sub-modules: .grid-gallery--products and .grid-gallery--categories */
.startpage-gallery-holder {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.grid-gallery,
.list-gallery {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
.grid-gallery {
	margin-left: -2%;
}
.grid-gallery > li {
	display: inline-block;
	*display: inline;
	width: 23%;
	margin-left: 2%;
	margin-bottom: 2%;
	padding: 12px;

	border: 1px solid #fff;

	background: #fff;
	text-align: center;

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

.grid-gallery > li:hover {
	border: 1px solid #ddd;
}

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

.l-autocomplete .grid-gallery > li,
.view-search .grid-gallery > li {
	width: 31%;
}

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

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

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

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

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

	white-space: pre;
}

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

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

	font-size: 11px;
}

/* Mega dropdown */
.mega-menu .dropdown {
	top: 100%;
	left: 0;
	right: 0;
	padding: 8px 0 20px 20px;
	border: 1px solid #ddd;

	background: #fff;
}

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

.mega-menu .dropdown li:hover > a {
	color: #000;
}

/* First level */
.mega-menu .dropdown > li {
	display: inline-block;
	width: 20%;
	padding-right: 20px;
	margin-top: 12px;

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

	border-style: none;
	background: #eee;
	padding: 5px 10px;
	text-transform: uppercase;
	color: #000000;
	font-size: 14px;
	font-weight: 700;
}

.mega-menu .dropdown > li:hover > a {
	background: #ddd;
}

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

.mega-menu .dropdown ul {
	/*display: none;*/
	padding-left: 10px;
}

/*.mega-menu li.category-id--10149 .dropdown ul {
	display: block;
	padding-left: 10px;
}*/

.mega-menu .dropdown > li.has-cat-img {
	width: auto;
}

.mega-menu .dropdown > li.has-cat-img > a {
	background: none;
	padding: 0px;
}

.mega-menu .site-nav__catimg {
/*	max-height: 40px;*/
height: 25px;
width: auto;
	vertical-align: middle;
}



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

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

	line-height: 175px;
	text-align: center;
}
.product-item__body {}
.product-item__heading {
	height: 39px;
	overflow: hidden; /* clip text */
	margin-bottom: 7px;
	font-size: 15px;
	font-weight: 400;
	text-transform: none;
	color: #333;
	line-height: 1.3;
}
.product-item .price {
	font-size: 17px;
}
.product-item__buttons {
	margin-top: 10px;
}

.product-item__buttons .btn {
	min-width: 75px;
	text-align: center;
}

.product-item-bottom__left {
	display: inline-block;
	max-width: 60%;
	vertical-align: middle;
}

.product-item-bottom__right {
	display: inline-block;
	max-width: 40%;
	vertical-align: middle;
	padding-left: 10px;
}

.product-color {
	height: 37px;
	display: inline-block;
}

.product-color img {
	max-height: 100%;
	width: auto;
}

.l-product .product-color {
	margin-bottom: 10px;
}

.prod-cats-list {
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
}

.prod-cats-list li {
	display: inline-block;
	width: 25%;
	padding-right: 10px;
	vertical-align: top;
}

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

/* New List item */

.list-item {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	min-height: 70px;
	font-size: 13px;
}

.list-item__col {
	display: inline-block;
	width: 10%;
	padding-right: 10px;
	vertical-align: middle;
}

.list-item__img,
.list-item-heading__col-1 {
	display: block;
	width: 10%;
	float: left;
}

.list-item__img img {
	max-width: 100%;
}

.bigger-product__right {
	overflow: hidden;
	padding-top: 20px;
	padding-left: 10px;
	vertical-align: middle;
}

.bigger-product__right--heading {
	overflow: hidden;
	vertical-align: middle;
}

.list-item__col-2-3 {
	/*width: 33%;*/
	width: 28%;
}

.list-item__col-2 {
	/*width: 18%;*/
	overflow: hidden;
	width: auto;
	display: block;
}

.list-item__col-3 {
	/*width: 5%;	*/
	width: auto;
	display: block;
	float: right;
	white-space: nowrap;
}

.list-item__col-4,
.list-item__col-5 {
	width: 9%;
}

.list-item__col-6 {
	width: 12%;
}

/*.list-item__col-8 {
	width: 8%;
}*/

.list-item__col-8 {
	width: 10%;
}

.list-item__col-9 {
	padding-right: 0;
	width: 12%;
}

.list-item-heading {
	display: table;
	margin-bottom: 5px;
	width: 100%;
	border: 1px solid #ddd;
    background-color: #f5f5f5;
	padding: 7px 8px;
	font-size: 13px;
}

.list-item-heading__col-1 {
	width: 9%;
}

.list-item-heading__col-8 {
	/* width: 22%;	*/
	width: 10%;
}

.list-item__quantity .product-quantity {
	width: 35px;
	height: 35px;
}

.list-item__button .btn--left {
	width: 80%;
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0;
	text-align: center;
	font-size: 12px;
	vertical-align: middle;
}

.list-item__button .btn--right {
	width: 20%;
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0;
	text-align: center;
	font-size: 12px;
	vertical-align: middle;
	border-left: 1px solid #fff;
}

.change-quantity-btn {
	display: inline-block;
	height: 30px;
	padding-left: 4px;
	padding-right: 4px;

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

.green-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #4CAF50;
	margin-right: 3px;
}
.orange-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #FC3;
	margin-right: 3px;
}

.red-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #c00;
	margin-right: 3px;
}

.list-item__title a {
	display: block;
	font-weight: 700;
	color: #333;
}

.list-item__img img {
	max-width: 100%;
	max-height: 70px;
}

/* Bigger list-item-product */
.bigger-product.list-item {
	position: relative;
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 15px;
}

.bigger-product .list-item__col {
	display: block;
	width: 100%;
	padding-right: 0px;
	vertical-align: auto;
}

.bigger-product .list-item__col-1 {
	float: left;
	width: 30%;
	text-align: center;
}

.bigger-product .list-item__col-2,
.bigger-product .list-item__col-3,
.bigger-product .list-item__col-4,
.bigger-product .list-item__col-5,
.bigger-product .list-item__col-6,
.bigger-product .list-item__col-7,
.bigger-product .list-item__col-8,
.bigger-product .list-item__col-9 {
	width: auto;
}

.bigger-product .list-item__col-8,
.bigger-product .list-item__col-9 {
	display: inline-block;
}

.bigger-product .list-item__button .btn--left {
	float: none;
	width: auto;
	height: 45px;
	line-height: 45px;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 16px;
}

.bigger-product .list-item__quantity .product-quantity {
	height: 45px;
	width: 45px;
}

.bigger-product .list-item__price {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 30px;
}

.bigger-product .bigger-product__right {
	display: block;
	overflow: hidden;
}

.bigger-product .list-item__img img {
	max-height: none;
	max-width: 100%;
}

.bigger-product .list-item__title a {
	display: inline-block;
	padding-right: 50px;
	margin-bottom: 10px;
	max-width: 500px;
	font-size: 24px;
	font-weight: 700;
}

.bigger-product .list-item__color {
	margin-bottom: 10px;
}

.bigger-product .list-item__stock {
	margin-top: 10px;
}

.show-for-bigger-prod--phrase {
	margin-right: 6px;
}

.hide-bigger-prod {
	position: absolute;
	top: 5px;
	right: 0px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}

.bigger-product .hide-for-bigger-prod,
.show-for-bigger-prod {
	display: none;
}

.bigger-product .show-for-bigger-prod {
	display: inline-block;
}

/*
 * Category Page
 */

/* Item style */
.grid-gallery--categories {
	margin-top: 20px;
}

.grid-gallery > li.category-item {
	text-align: left;
	padding: 5px 10px 4px;
}
.category-item__img {
	height: 175px;
	margin-bottom: 10px;

	line-height: 175px;
}
.category-item__heading {
	overflow: hidden;
	height: 22px;
}
.category-item__heading a {
	text-decoration: none;
	color: #222;
}

.category-description {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.category-description-fade {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 15px;
	background: linear-gradient(to bottom,rgba(255, 255, 255, 0) 0, #FFF 100%);

	display: none;
}
.category-description-toggle {
	color: #A9171F;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 15px;
	display: none;
}

.view-category--10149 .grid-gallery > li.category-item {
	text-align: center;
	background: #eee;
}

/* Category description */
.category-heading {}
.category-lead {
	margin-bottom: 10px;
	overflow:auto;
}
.catimage {

}
.catimage-box {
float: right;
margin-left: 15px;
margin-bottom: 15px;
}


.change-model-holder {
	margin-top: -2px;
	background: #f5f5f5;
	border: 2px solid #ddd;
	padding: 20px 10px 20px 20px;
}

.change-model__letter {
	font-size: 30px;
	font-weight: 700;
}

.change-model__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	width: 25%;
	padding-right: 10px;
	vertical-align: top;
	font-size: 14px;
}

.change-model-btn .wgr-icon {
	display: none;
	position: relative;
	top: 1px;
	margin-left: 10px;
}

.change-model-btn.visible .wgr-icon {
	display: inline-block;
}

.subcat-key__list {
	display: inline-block;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	list-style: none;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-right-style: none;
}

.subcat-key {
	display: inline-block;
}

.subcat-key > a {
	display: block;
	padding: 5px 8px;
	min-width: 30px;
	border-right: 1px solid #ddd;
	text-align: center;
}

.category-divider {
	margin-top: 40px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 15px;
	border: 2px solid #222;
	border-radius: 10px;
	background: #666;
	color: #fff;
}

.category-divider h2 {
	font-size: 30px;
	color: #fff;
}

.category-divider a {
	text-decoration: underline;
	color: #fff;
}

.category-divider a:hover {
	opacity: 0.8;
}

.category-divider--original {
	margin-top: 0;
	background: #5b9bd5;
	border: 2px solid #41719c;
}

.category-divider--compatible {
	background: #70ad47;
	border: 2px solid #507e32;
}

.category-divider--accessoaries {
	background: #f4be2b;
	border: 2px solid #b38812;
}

.category-divider * {
	margin-bottom: 0;
}

.category-divider__left,
.category-divider__right,
.category-divider__right__edit,
.category-divider .js-type-info {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

/* Rentpage */
.rent-form {
	max-width: 400px;
}

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

	border-bottom: 1px solid #ddd;
}
.review-body-1 {
	padding: 10px;
	overflow: hidden;
	width: 48%;
	display: inline-block;

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

/* Lite mer review saker */
.review-col-image {
	float: left;
	width: 60px;
	margin-right: 20px;
}


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

/*
 * Product Page
 */

.product-title {
	margin-bottom: 15px;
}
.product-carousel {
	height: 400px;
	margin-bottom: 15px;

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

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

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

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

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

.btn--lease {
	margin-bottom: 20px;
	vertical-align: middle;
	padding: 0px 40px;
	height: 50px;
	line-height: 50px;
	min-width: 278px;
	text-align: center;
}

.btn--free-shipping {
	background: #000;
	color: #fff;
	margin-bottom: 5px;
	vertical-align: middle;
	padding: 0px 25px;
	height: 25px;
	line-height: 25px;
	min-width: 200px;
	text-align: center;
	border-radius: 15px;
}

.product-cart-button-wrapper .btn--red {
	vertical-align: middle;
	padding: 0px 50px;
	height: 50px;
	line-height: 50px;
}

.product-quantity {
	width: 50px;
	height: 50px;
	padding-top: 4px;
	padding-bottom: 4px;

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

	font-weight: 600;
	text-align: center;
	vertical-align: middle;
}
.product-custom-fields {
	margin-left: 5px;
	margin-top: 10px;
}
.product-price-field {
	margin-bottom: 15px;
}
.product-price-field .price {
	font-size: 21px;
}
.product-stock {
	margin-bottom: 10px;
}
.product-stock-item {
	display: none; /* Show them with js */
}
.product-stock-item__text {
	vertical-align: middle;
}
.product-stock-item .wgr-icon {
	vertical-align: middle;
	font-size: 16px;
}
.in-stock .wgr-icon {
	color: #3eac0d;
}
.on-order .wgr-icon {
	color: #eba709;
}
.soon-out-of-stock .wgr-icon {
	color: #114b85;
}
.out-of-stock > .wgr-icon {
	color: #d4463d;
}
.product-part-payment-klarna,
.product-part-payment-hbank {
	margin-bottom: 10px;
}

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

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

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

/*
 * News Page
 */

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

/*
 * Checkout Page
 */

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

	border-radius: 50%;
	background-color: #157aee;

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

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

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

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

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

	border-radius: 3px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.checkout-info-item {
	float: left;
	margin-bottom: 10px;
	margin-right: 30px;
}
.checkout-customer-type label {
	display: inline-block;
	padding: 5px 15px 7px;
	width: 200px;
	margin: 5px;
	border: 4px solid #fff;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.24);
	font-size: 16px;
	line-height: 1;
}
.checkout-customer-type input[type="radio"]:checked + label {
	border-color: #157aee;
}
.checkout-customer-type input[type="radio"] + label strong,
.checkout-customer-type input[type="radio"] + label:before {
	vertical-align: middle;
}
.checkout-info-terms {
	line-height: 32px;
}

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

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

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

	font-style: italic;
}

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

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

	border-bottom: 1px solid #e2e2e2;
}

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

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

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

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

	text-align: center;
}

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

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

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

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

	line-height: 30px;
	font-size: 12px;
	vertical-align: middle;
	color: #222;
}
.checkout-cart-quantity-btn:hover {
	text-decoration: none;
}

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

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

.checkout-cart-topay {
	vertical-align: bottom;
	font-size: 17px;
	font-weight: 700;
	color: #000;
}

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

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

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

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

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

.checkout-usp p {
	margin-bottom: 0;
}

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

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

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

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

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

/*
 * Checkout Followup Page
 */

.followup {
	margin-bottom: 14px;
	padding: 10px;

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

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

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

/*
 * Wishlist Page
 */

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

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

	font-size: 11px;
}


/*
 * Blog Page
 */

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

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

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

.comments {
	padding: 5px;
}

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

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

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

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

	border: 0;

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

	background: #eee;

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

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

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

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

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

	border-bottom: 1px solid #eee;

	font-size: 11px;
}

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

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

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


/*
 * Sitemap Page
 */

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

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

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

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

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

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

.wgr-production {
	padding-top: 20px;
	font-size: 11px;
	text-align: center;
	color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	float: left;

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

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

/* Input table */
.input-table {
	display: table;
}
.input-table__item {
	display: table-cell;
	white-space: nowrap;
}
.input-table--middle .input-table__item {
	vertical-align: middle;
}

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

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

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

	background: #fff;
}

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

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

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

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

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

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

/* Startpage */

.startpage-top {
	position: relative;
}

.startpage-top__left {
	float: left;
	width: 70%;
	border: 1px solid #ddd;
}

.startpage-top__right {
	position: relative;
	z-index: 2;
	float: right;
	width: 28%;
	border: 1px solid #ddd;
	border-bottom-style: none;
}

.startpage-top__right--bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 28%;
	border: 1px solid #ddd;
}

.startpage-top__right__top {
	padding: 20px 20px 10px;
	border-bottom: 1px solid #ddd;
}

.startpage-top__right__bottom {
	padding: 20px 20px 10px;
}

.startpage-top h2 {
	font-size: 24px;
}

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

.flex-background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.flex-overlay {
    display: table;
    height: 200px;
    z-index: 0;
    position: absolute;
    background-color: #000;
    opacity: 0%;
    width: 100%;
    height: 100%;
}

.flexslider .slides>li {
	/*position: inherit !important;*/
}

.startpage-boxes {
	margin-top: 20px;
}
.startpage-boxes h2,
.startpage-boxes h3,
.startpage-boxes h4 {
	color: #fff;
	font-size: 2.0rem;
}
.startpage-boxes p {
	margin-bottom: 0;
	
	color: #fff;
	font-size: 1.4rem;
}

.startpage-boxes a {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	
    font-size: 0;
}
.startpage-boxes img {
	filter: brightness(100%);
}

.startpage-boxes .grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 0px;

	margin-left: 0;
}
.startpage-boxes .grid:before {
	content: none;
}

.startpage-boxes .grid-item {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 370px;
	padding-left: 0;
	width: auto;
}
.startpage-boxes .grid-content {
	position: relative;
}

.startpage-boxes .grid-content .grid {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;

	display: flex;
	align-items: center;
	justify-content: center;
	grid-row-gap: 0;
    grid-column-gap: 0;
}
.startpage-boxes .grid-content .grid .grid-content {
	text-align: center;
}

.startpage-boxes .grid-content .grid 

.more-news-link-holder {
	text-align: right;
}

.more-news-link {
	font-size: 12px;
	color: #666;
	text-decoration: underline;
}

.nyhetslank {
	color: #333333;
}

.nyhetslank:hover {
	color: #157aee;
}

.nyhetsdatum {
	font-size: 12px;
}

.news-item__ingress {
	height: 43px;
	overflow: hidden;
}

.start-categories__gallery {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
	margin-left: -2%;
}

.start-categories__gallery > li {
	display: inline-block;
	width: 23%;
	margin-left: 2%;
	margin-bottom: 2%;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
}

.start-catitem__img {
	height: 170px;
	line-height: 148px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
}

.start-catitem__img img {
	max-height: 150px;
}

.start-catitem__body {
	background: #293447;
	padding: 10px 15px;
	text-align: left;
}

.start-catitem__title h2 {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.start-catitem__body i {
	float: right;
	padding-top: 3px;
	color: #157aee;
	font-size: 16px;
}

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

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

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

.flexslider .slides {
	zoom: 1;
}

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

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

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

	display: block;
	width: 30px;
	height: 100%;
	overflow: hidden;
	opacity: 0;

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

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

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

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

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

.flex-direction-nav a:before {
	font-family: "wgr-icons";
	font-size: 26px;
	display: inline-block;
	content: '\f104';
}
.flex-direction-nav a.flex-prev:before {
	position: absolute;
	top: 50%;
	left: 10px;
}
.flex-direction-nav a.flex-next:before {
	content: '\f105';
	position: absolute;
	top: 50%;
	right: 10px;
}
/* Pause/Play */
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}

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

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

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

/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 2;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 4px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	background: #ddd;
	background: rgba(0,0,0,0.2);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0,0,0,0.3);
}
.flex-control-paging li a.flex-active {
	background: #666;
	background: rgba(0,0,0,0.6);
	cursor: default;
}
.flex-control-thumbs {
	position: static;
	margin: 5px 0 0;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

/* Caption styles */
.flex-caption {
	position: absolute;
	right: 30px;
	top: 20px;
	bottom: 20px;
	max-width: 55%;
	z-index: 8;
	overflow: hidden;
	text-align: right;
}

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

.flex-desc {
	font-size: 20px;
	font-weight: 700;
	color: #293447;
}

.btn--flex {
	margin-top: 40px;
	padding: 12px 60px;
}

.flex-price {
	position: absolute;
	bottom: 60px;
	margin-right: 30px;
	right: 41%;
	width: 120px;
	height: 120px;
	text-align: center;
	padding-top: 5px;
	background: #fa595e;
	border-radius: 50%;
	color: #fff;
}

.flex-price__big {
	font-size: 28px;
	font-weight: 700;
}

.flex-price__small {
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
}

.flex-caption--outer,
.flex-price--outer {
	display: table;
	height: 100%;
	width: 100%;
}

.flex-caption--inner,
.flex-price--inner {
	display: table-cell;
	vertical-align: middle;
}

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

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

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

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

.clear {
	clear: both;
}

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

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

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

.lowercase {
	text-transform: lowercase;
}

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

.stretched {
	width: 100% !important;
}

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

.muted {
	color: #666;
}

.brand {
	color: #157aee;
}

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

div#popcart img {
	width: auto;
}

/* Dropdown-cart */
div#topcart-holder {
	position: relative;
	z-index: 2;
	line-height: 52px;
}
div#topcart-area {
	display: inline-block;
}

div#topcart-hoverarea {
	display: inline-block;
	*display: inline;
	cursor: pointer;
}

.topcart-count {
	display: inline-block;
	background: #157aee;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	font-weight: 400;
	font-size: 13px;
	color: #fff;

}

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

}

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

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

	background-color: #fff;

	color: #666;

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

div#popcart table {
	padding: 6px;
}

div#popcart .btn--block {
	margin-top: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
}

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

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

div#popCartShipping {
	background: #eee;
	color: #666;
	margin: 8px;
	margin-top: 0;
	padding: 4px;
	font-weight: 400;
	font-size: 12px;
}
div#popCartShipping a, div#popCartShipping a:hover {
	text-decoration: underline;
	color: #666;
}

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

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

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

.fb_iframe_widget iframe {
	position: relative !important;
}

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

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

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

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

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

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

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

	background: #fff;
	color: #222;
}

.tabs__body {
	padding: 15px;
	border: 1px solid #ccc;
}

.tabs-specifications table {
	border: 1px solid #ddd;
	border-bottom-style: none;
}

.tabs-specifications td,
.tabs-specifications th {
	border-bottom: 1px solid #ddd;
	padding: 3px 8px;
}

.tabs-specifications tr:nth-child(odd) {
	background: #f5f5f5;
}

/* Printer search */
.printer-search {
	margin-left: -2%;
}

.printer-search-col {
	margin-top: 10px;
	float: left;
	width: 31.33%;
	margin-left: 2%;
}

.printer-search select,
.printer-search button {
	display: block;
	width: 100%;
	text-align: center;
	height: 40px;
	border-style: none;
}

.printer-search button {
	line-height: 40px;
	padding-top: 0;
	padding-bottom: 0;
}

.printer-search__left {
	color: #fff;
	font-size: 20px;
	line-height: 40px
}

#printer-model { background: #ffF; }

#printer-model:disabled{ background: #5e687b; }

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

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

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

	background: #595959;

	color: #fff;
	text-align: center;
}

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

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

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

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

.cookie-control-banner__text {
	display: block;

	text-align: left;
}

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

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

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

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

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

	background: none;
	color: #fff;
}

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

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

	background: #fff;
	color: #000;
}

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

	background: none;

	color: #fff;

}

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

	background: #000;
	color: #fff;
}

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

	height: 100%;
	width: 100%;

	background: #000;
	opacity: 0.6;
}

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

	display: flex;
	align-items: center;
}

.cookie-control-controller {
	max-height: 80vh;
	margin: auto;
	overflow-y: auto;
	padding: 3%;
	max-width: 753px;
	background: #595959;
	color: white;
}
.cookie-control-controller h4{
	color: white !important;
}
.cookie-control-controller a {
	color: white !important;
}
.cookie-control-controller__item {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

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

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

	padding-left: 15px;
}

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

	width: 100%;
}

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

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

	background-size: 10px;
}

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

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

#CybotCookiebotDialog input[type="radio"],
#CybotCookiebotDialog input[type="checkbox"] {
    display: block;
}
