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

:root {
	--font-size: 14px;
}

html {
	font-family: 'Open sans', sans-serif;
	font-size: var(--font-size);
	line-height: 1.45;
	color: #555;
	letter-spacing: -0.3px;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #ffffff;
}

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

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

h1, .h1 {
	font-size: 30px;
	line-height: 1.25;
	font-weight: bold;
}

h2, .h2 {
	font-size: 20px;
}

h3, .h3 {
	font-size: 17px;
}

h4, .h4 {
	font-size: 15px;
}

h5, .h5 {
	font-size: 14px;
}

h6, .h6 {
	font-size: 10px;
}

p {
	margin: 0 0 10px;
}

.sub-heading {
	font-size: var(--font-size);
}

b,
strong {
	font-weight: 700;
}

th {
	font-weight: 600;
}

th,
td {
	text-align: left;
}

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

	vertical-align: middle;
}

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

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: 11px;
}

.input-form select {
	padding: 5px 6px;
	border: 1px solid #c2c2c2;
	border-radius: 2px;
	color: #222;
	font-size: unset;
}

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: 15px;
	height: 15px;
	margin-right: 4px;
	margin-top: 3px;

	border: 1px solid #c2c2c2;
	background: #fff;

	vertical-align: top;
	content: '';
}
input[type="radio"] + label:before {
	border-radius: 50%;
}
input[type="radio"]:checked + label:before {
	background: #fff url(//wgrremote.se/img/mixed/checkbox-radio-2.png) center no-repeat;
	background-size: 6px;
}
input[type="checkbox"]:checked + label:before {
	background: #fff 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,
.l-constrained {
	position: relative;

	max-width: 1400px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

.l-holder--small,
.l-constrained--small {
	max-width: 1100px;
	text-align: center;
}


.l-highlight {
	background: #fff;
	margin-bottom: 15px;
	padding: 20px 0;
}

.l-topbar {
	background: #000000;
	padding-top: 0px;
	padding-bottom: 0;
	color: #fff;
}
.l-topbar::after {
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	background-color: #000000;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.l-topbar.big {
	padding-top: 12px;
}
.l-topbar.big .l-constrained {
	padding-bottom: 9px;
}

.l-topbar p {
	margin-bottom: 0;
}

.l-topbar-col-1 {
	float: right;
	padding-right: 15px;
}
.l-topbar-col-2 {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding-left: 20px;
}
.l-topbar-col-2 .iframe-holder {
	width: 355px;
	margin-left: 6px;
}

.l-header {
	position: relative;
	background: #fff;
	height: 75px;
}
.l-header .l-constrained,
.l-header .l-header-cols {
	height: inherit;
}

.l-header-cols {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.l-header-col-1 {
	float: left;
	padding-top: 12px;
	width: 20%;
	padding-left: 0;
}
.l-header-col-2 {
	float: left;
	line-height: 60px;
	padding-top: 25px;
}
.l-header-col-3 {
	float: right;
}
.l-header-col-4 {
	float: right;
	padding-top: 20px;
	padding-right: 0;
	border-style: none;
	width: 20%;
}
.l-header-col-overflow {
	overflow: hidden;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
}
.l-header-cols .header-link {
	line-height: 60px;
	padding-left: 15px;
	padding-right: 15px;
}

.l-menubar {
	min-height: 41px;
	margin-bottom: 15px;

	background-color: #fff;
	border-bottom: none;
}
.view-home .l-menubar {
	margin-bottom: 0;
}

.is-fixed-header {
	position: relative;
	z-index: 10;
}
.is-fixed-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.l-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.l-item-sidebar {
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
	margin-right: 15px;
	padding-left: 0 !important;
}
.l-item-content {
	-webkit-box-flex: 8;
	    -ms-flex: 8;
	        flex: 8;
}

.l-item-content.small {
	padding-right: 30px;
	padding-left: 30px;
}
@media only screen and (max-width: 768px) {
	.l-item-content.small {
		padding-right: 0;
		padding-left: 0;
	}
}

.l-content {}

.l-main {}

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

.l-filter {
	width: 320px;
	float: left;
	margin-right: 20px;
}

.l-footer {
	margin-bottom: 45px;
	overflow: hidden;
	text-align: center;
}
.l-footer h3 {
	color: #666;
	font-size: var(--font-size);
	font-weight: 600;
}

.l-footer-payments {
	margin-top: 30px;
}
.l-footer-payments .klarna-logo {
	margin-left: 20px;
	max-width: 330px;
}

.l-footer-col-1 {
	width: 200px;
	margin-right: 20px;
	float: left;
}
.l-footer-col-2,
.l-footer-col-3 {
	width: 200px;
	margin-left: 20px;
	float: right;
}
.l-footer-col-overflow {
	overflow: hidden; /* Overflow hidden layout */
}

.l-footer-payment {
	display: none;
	text-align: center;
	margin-top: 10px;
	padding-top: 25px;
	border-top: 1px solid #eee;
}

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

/* Productpage */
.l-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	margin-bottom: 15px;
}
.l-product-col-1,
.l-product-col-2,
.l-product-col-3 {
	background: #fff;
}
.l-product-col-1 {
	margin-right: 15px;
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
}
.l-product-col-2 {
	margin-right: 15px;
	-webkit-box-flex: 4;
	    -ms-flex: 4;
	        flex: 4;
}
.l-product-col-3 {
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
}

.l-product .l-highlight {
	padding: 0 30px 30px 30px;
}

.product-brand-holder {
	text-align: center;
	margin-bottom: 15px;
}
.l-product .product-brand {
}

.l-product .review-links {
	padding-top: 15px;
    margin-top: 15px;
}

.l-product .review-links .small-title {
	margin-bottom: 5px;
}

.l-product .review-links a {
	text-decoration: none;
}
.l-product .review-links a i {
	font-size: 14px;
}

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

	border-bottom-style: none;
}
.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: 1px solid #e4e4e4;
	border-top: 3px solid #000000;
	border-radius: 0;
}
.l-checkout-col-1-inner {
	padding-top: 10px;
	color: #000;
}
.l-checkout-col-2 {
	float: right;
	width: 55%;
	padding-left: 35px;
}

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

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

/* 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;
}
.default-table .border-top {
	border-top: 1px solid #e2e2e2;
}

.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 {
	text-align: left;
}
.breadcrumbs > li {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.breadcrumbs a {
	color: #999999;
}
.breadcrumbs .wgr-icon {
	margin-left: 2px;
	margin-right: 2px;
	color: #999999;
}

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

.sorting {
	display: inline-block;
	vertical-align: middle;
	color: #000000;
	font-size: var(--font-size);
}
.sorting__title {
	text-decoration: underline;
}
.sorting__select {
	padding: 6px 10px 6px 10px;
	margin-right: 15px;
	border: none;
	border-radius: 0;
	cursor: pointer;

	font-size: var(--font-size);
	font-weight: normal;

	outline-style: none;
	-webkit-appearance: none;
}
.sorting__select::-ms-expand {
    display: none;
}

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

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

.startpage-bar {
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	border-radius: 4px 4px 0 0;

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

	color: #693;
	font-size: 18px;
}

.history-bar {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.history-bar.flex {
	display: flex;
}
.history-bar__col-1,
.history-bar__col-2 {
	display: inline-block;
	vertical-align: middle;
}
.history-bar__col-1 {
	padding-left: 0;
	width: calc(100% / 3);
	display: flex;
	align-items: center;
}
.history-bar__col-2 {
	text-align: center;
	width: calc(100% / 3);
	display: flex;
	align-items: center;
	justify-content: center;
}
.history-bar__col-3 {
	padding-right: 0;
	text-align: right;
	width: calc(100% / 3);
	display: flex;
	align-items: center;
	justify-content: end;
}

.history-bar__col-2 h1 {
	font-size: 20px;
	margin-bottom: 0;
}

.divider {
	width: 100%;
	height: 1px;
}

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

	background-color: #f3f3f3;
}

.site-logo {
	display: inline-block;
}
.site-logo img {
	max-height: 60px;
}

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

	width: 240px;
	height: 120px;

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

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

.prisjakt {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	color: #fff;
}
.prisjakt a,
.prisjakt-checkout a {
	display: none;
}

.prisjakt-checkout {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	color: #000;
	margin-right: 0;
}

.checkout-crt-holder {
	display: flex;
	justify-content: end;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.checkout-crt-holder {
		justify-content: center;
	}
}

.padding-0 {
	padding: 0 !important;
}
.padding-20 {
	padding: 20px;
}

.checkout-payment-tabs {
	display: flex;
	width: 100%;
	margin-bottom: 10px;
}
.payment-tab {
	flex: 1 1 0px;
	text-align: center;
	padding: 10px 0;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background-color: #fff;
	cursor: pointer;
}
.payment-tab.active {
	background-color: #F3F3F3;
}
.payment-tab:last-child {
	border-right: 0;
}
.payment-tab img {
	max-width: 80%;
	max-height: 30px;
}

.l-header.checkout {
	margin-bottom: 80px;
}

.checkout-header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0 10px 0;
}
.checkout-header-col {
	flex: 1 1 0px;
	display: flex;
	color: #000000;
}
.checkout-header-col:nth-child(1) {
	justify-content: start;
}
.checkout-header-col:nth-child(2) {
	justify-content: end;
}

iframe.review-slider {
	width: 100%;
	border: none !important;
	margin-bottom: 20px;
}
iframe.topbar-reviews {
	border: none !important;
	width: 100% !important;
}
iframe.checkout-reviews {
	border: none !important;
	width: 200px;
	overflow: hidden;
}

.flexslider {
	margin-top: 0 !important;
}

/* Main navigation section */
.site-nav {
	text-align: center;
	padding: 0 0 10px 0;
}
.site-nav li {
	padding: 0 calc(12px / 2);
}
.site-nav li:first-child {
	padding-left: 0;
}
.site-nav li:last-child {
	padding-right: 0;
}
.site-nav li.border-right {
	border-right: 1px solid #000000;
}
.site-nav li.border-left {
	border-left: 1px solid #000000;
}
.site-nav > li > a {
	display: block;

	font-size: var(--font-size);
	font-weight: 700;
	line-height: 41px;
	white-space: nowrap;
	color: #000;

	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
}
.site-nav > li > a:hover {
	text-decoration: none;
	border-bottom: 3px solid #000000;
}
.site-nav__home .wgr-icon {
	position: relative;
	top: -2px;

	font-size: var(--font-size);
	vertical-align: middle;
}

.site-nav__divider {
	padding: 0 !important;
	vertical-align: middle;
}
.site-nav__divider span {
	display: block;
	width: 1px;
	height: 25px;
	background-color: #000000;
}
.site-nav__divider:last-child {
	display: none;
}

.mega-menu-sub-categories li {
	padding: 0 !important;
}

/* Languages section */
.lang-banner {
	position: relative;
	display: inline-block;
}
.lang-banner__options {
	position: relative;
	display: inline-flex;
	height: 30px;
	cursor: pointer;
	margin-top: 5px;
}
.lang-banner__option {
	text-transform: uppercase;
	font-size: 20px;
	color: #000000;
	padding: 0 8px;
}
.lang-banner__option.disabled {
	cursor: default;
}
.lang-banner__option.border {
	border-right: 1px solid #000000;
}
.lang-banner__option img {
	height: 18px;
	vertical-align: top;
	margin-top: 6px;
	margin-right: 5px;
}

.lang-dropdown-backdrop,
.currency-dropdown-backdrop {
	display: none;
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.lang-dropdown,
.currency-dropdown {
	display: none;
	z-index: 2;
	position: absolute;
	top: calc(100% + 0px);
	left: 0;
	background-color: #ffffff;
	width: auto;
	border: none;
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	list-style: none;
	padding: 0;
}
.currency-dropdown {
	right: 0;
	left: unset;
}
.lang-dropdown-backdrop.active,
.currency-dropdown-backdrop.active,
.lang-dropdown.active,
.currency-dropdown.active {
	display: block;
}
.lang-dropdown a,
.currency-dropdown a {
	display: block;
	padding: 5px 10px;
}
.lang-dropdown a:hover,
.currency-dropdown a:hover {
	background-color: #e4e4e4;
}
.lang-dropdown a img {
	vertical-align: unset;
	margin-right: 5px;
}


.lang-dropdown .language-link {
	display: inline-block;
	background-color: #ffffff;
	border: 1px solid #e4e4e4;
	padding: 0 7px;
}
.lang-dropdown .language-link.active {
	background-color: #E9EBEB;
}
.lang-dropdown .language-link img {
	vertical-align: top;
	height: 15px;
	margin-top: 7px;
	margin-left: 3px;
}
.lang-dropdown select {
	width: 80%;
	background-color: #ffffff;
	border: 1px solid #e4e4e4;
	border-radius: 0;
	padding: 4px 5px;
	font-size: 14px;
	outline: none !important;
	box-shadow: none !important;
}


.header-links {
	display: inline-block;
	float: right;
}


.lang-changer {
	display: inline-block;
	width: 180px;
	vertical-align: middle;

	line-height: normal;
	text-align: center;
}
.lang-changer select {
	vertical-align: middle;
	border: none;
	cursor: pointer;
	color: #000000;
	font-size: var(--font-size);
	box-shadow: none;
	outline: none;

	/* for Firefox */
	-moz-appearance: none;
	/* for Chrome */
	-webkit-appearance: none;
}
.lang-changer label {
	font-size: 12px;
}

.language-links,
.currency-links {
	display: inline-block;
	vertical-align: middle;
}

.language-links {
	margin-right: 5px;
}
.language-icon {
	width: 25px;
	margin-right: 5px;
}

/* Primary search section */
.site-search {
	position: relative;

	height: 40px;

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

	margin-bottom: 15px;
	overflow: hidden;
}
.site-search__input,
.site-search__btn {
	position: absolute;
	top: 0;
	bottom: 0;

	margin: auto;
}
.site-search__input {
	left: 0;

	width: 80%;
	padding-left: 20px;

	color: #000000;
}
.site-search__btn {
	right: 0;

	width: 20%;
	padding-right: 20px;

	text-align: right;
	font-size: 14px;
	color: #888;
}

.site-search__input::-webkit-input-placeholder {
   color: #000;
}

.site-search__input:-moz-placeholder {
   color: #000;
}

.site-search__input::-moz-placeholder {
   color: #000;
}

.site-search__input:-ms-input-placeholder {
   color: #000;
}

.site-search__input:focus + .site-search__btn {
	color: #000;
}

.header-icon-link {
	position: relative;
	font-size: 28px;
	padding-left: 5px;
	padding-right: 5px;
}
.cart-quantity-badge {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 50%;
	height: 22px;
	width: 22px;
	line-height: 22px;
	text-align: center;
	background-color: #E14023;
	color: #ffffff;
	font-size: 13px;
}

.footer-nav {
	font-size: 18px;
	margin-top: 30px;
}

.footer-nav a:after {
	content: '|';
	margin-right: 8px;
	margin-left: 8px;
}
.footer-nav li:last-child a:after {
	content: '';
	margin-right: 0;
	margin-left: 0;
}

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

	border-radius: 4px 4px 0 0;

	background-color: #92b264;
	background-image: linear-gradient(to bottom, #a1bd7b, #7fa944);

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

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

	background: #fff;

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

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

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

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

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

	border-bottom: solid 1px #dcdcdc;

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

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

/* Icon font */
.menu-node {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;

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

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

.brands-nav {
	text-align: center;
}
.brands-nav > li {
	width: 11.11%;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}

/* Modifier */
.brands-nav--files {
	margin-top: 10px;
}
.brands-nav--files,
.brands-nav--files > li {
	text-align: left;
	padding: 0;
}
.brands-nav--files p {
	margin-bottom: 5px;
}
.brands-nav--files > li {
	padding-top: 10px;
	padding-right: 10px;
}

.gallery-views {
	display: inline-block;
	vertical-align: middle;
}

.gallery-views input,
.gallery-views input + label:before {
	display: none;
}

.gallery-views .wgr-icon {
	margin-left: 12px;

	color: #000000;
	font-size: 19px;
	vertical-align: middle;
}

.gallery-views input:checked + label .wgr-icon {
	color: #293C50;
}

.login-area {
	padding: 15px;
	border-bottom: 1px solid #dcdcdc;
	min-width: 200px;
}

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

	vertical-align: top;
	cursor: pointer;
	zoom: 1;
	text-align: center;
}
.list-gallery > li {
	margin-bottom: 15px;
}
.list-gallery > li:last-child {
	margin-bottom: 0;
}

.view-home .grid-gallery,
.view-product .grid-gallery {
	margin-left: 0;
}
.view-home .grid-gallery > li,
.view-product .grid-gallery > li {
	width: 20%;
	margin-left: 0;
	margin-bottom: 0;
}
.view-home .grid-gallery > li:last-child,
.view-product .grid-gallery > li:last-child {
	border-right-style: none !important;
}

.view-category .grid-gallery > li,
.view-sidebar .grid-gallery > li {
	width: 33.333%;
}

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

}

.product-item__inner {
	position: relative;
	padding: 20px;
	background: #fff;
}
.product-item:not(.is-wipe-sides):nth-child(3n) {
	border-right: none;
}
.product-item:not(.is-wipe-sides):nth-child(3n) .product-item__inner {
	border-right: none;
}
@media only screen and (max-width: 1100px) {
	.product-item {
		border: none !important;
	}
}

.view-home .grid-gallery .product-item__inner,
.view-product .grid-gallery .product-item__inner {
	margin-left: 0;
}

.product-banner {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	height: 50px;

	line-height: 50px;
	text-align: center;
	color: #fff;
	font-weight: 800;

	border-radius: 50%;

    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.product-banner--campaign {
	background: #b71e3b;
}

.product-item__img {
	height: 200px;
	margin-bottom: 20px;

	line-height: 200px;
	text-align: center;
}
.product-item__body {}
.product-item__heading {
	height: 40px;
	overflow: hidden; /* clip text */
	margin-bottom: 7px;
	font-size: var(--font-size);
	line-height: 1.3;
	font-weight: 400;
	text-align: left;
}
.product-item__quantity {
	font-size: var(--font-size);
}
.product-item .price {
	font-size: 18px;
}
.product-item__buttons {
	margin-top: 7px;
}

/* Product list, row style */
.gallery-list-rows .product-item {
	background-color: #fff;
	margin-bottom: 15px;
	padding: 20px;
}

.gallery-list-rows .product-options-section {
	border-style: none;
	margin: 0;
	padding: 0;

	margin-top: 5px;
}
.gallery-list-rows .product-options-items {
	margin-bottom: 0;
	margin-top: 10px;
}
.gallery-list-rows .product-options-items label {
	margin-right: 10px;
}

.gallery-list-rows .product-item-price-wrapper {
	margin-bottom: 0;
	margin-top: 15px;
}

.list-rows-brand {
	display: inline-block;
	margin-bottom: 10px;
}

.product-item-col-1 {
	float: left;
	margin-right: 20px;
	width: 175px;
	text-align: center;
}
.product-item-col-2 {
	float: left;
	width: calc(100% - 465px);
	text-align: left;
	padding-right: 50px;
}
.product-item-col-3 {
	float: right;
	margin-left: 20px;
	width: 250px;
	text-align: left;
}

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

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

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

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

/* Category section */
.category-heading {}
.category-lead {
	margin-left: auto;
	margin-right: auto;
	max-width: 950px;
}

.category-lead h1 {
	padding-bottom: 0;
	margin-bottom: 0;

	font-size: var(--font-size);
	font-weight: 700;
	text-align: center;
}
.category-lead .grid-item {
	margin-bottom: 0;
}

/* Product section */
.product-title {
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 800;
}
.product-description {
	color: #000000;
}
.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: 60px;
	margin-top: 5px;
	margin-right: 5px;

	cursor: pointer;
}
.product-thumbs__video {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #eee;

    vertical-align: middle;
    color: #b71e3b;
    font-size: 28px;
    text-align: center;
    line-height: 50px;
}
.product-cart-master-text {
	margin-bottom: 10px;
	color: #000000;
}
.product-cart-button-wrapper {
	margin-bottom: 15px;
}
.product-cart-button-wrapper--productpage {
	padding-top: 15px;
	margin-top: 15px;
	margin-bottom: 40px;
}
.product-options-section {
	padding-top: 25px;
	margin-top: 20px;

	border-top: 1px solid #e4e4e4;
}

.product-reminder__heading {
	font-size: 16px;
}

.download-links {
	padding-top: 15px;
	margin-top: 15px;
}
.download-links .small-title {
	margin-bottom: 5px;
}
.product-download-link {
	display: block;
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}

.marketing-content {
	padding-top: 15px;
	margin-top: 15px;
}
.marketing-content .small-title {
	margin-bottom: 5px;
}
.marketing-content .btn {
	margin-bottom: 5px;
	padding: 10px 9px;
}

.marketing-content-modal--overlay {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
}
.marketing-content-modal--overlay.hidden {
	display: none;
}
.marketing-content-modal {
	display: none;
	z-index: 1100;
	position: fixed;
	top: 10%;
	left: 50%;
	width: 650px;
	max-width: 90%;
	max-height: 80%;
	padding: 20px;
	background-color: #ffffff;
	overflow: auto;

	transform: translateX(-50%);
}
.marketing-content-modal.open {
	display: block;
}
.marketing-content-modal .head {
	position: relative;
	margin-bottom: 20px;
}
.marketing-content-modal .head .title {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.marketing-content-modal .head .close {
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent !important;
	border: none !important;
	display: flex;
	color: #000000 !important;
	justify-content: center;
	align-items: center;
	height: 30px;
}
.marketing-content-modal .head {
	color: #000000;
}
.custom-select {
	position: relative;
}
.custom-select .arrow {
	position: absolute;
	top: 0;
	height: 100%;
	right: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000000;
}
.marketing-content-modal select {
	position: relative;
	width: 100%;
	border: none;
	color: #000000;
	padding: 5px;
	background-color: #F0F3F4;
	font-size: 14px;
	font-weight: bold;
	outline: none !important;
	box-shadow: none !important;
	cursor: pointer;
	padding: 8px;

	-webkit-appearance: none;
}
.marketing-content-modal select::-ms-expand {
	display: none;
}
.marketing-content-result {
	position: relative;
	padding: 8px 45px 20px 8px;
	border: none;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #F0F3F4;
}
.marketing-content-result .cursor {
	width: 2px;
	height: 18px;
	background-color: #000000;
	position: absolute;
	top: 14px;
	left: 14px;
	animation-name: blinkCursor;
	animation-duration: 0.75s;
	animation-iteration-count: infinite;
}

@keyframes blinkCursor {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.marketing-content-result .text {
	width: 100%;
	border: none;
	resize: none;
	background-color: transparent;
	color: #000000;
	min-height: 250px;
}
.marketing-content-result .copy {
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	color: #000000 !important;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 50%;

	-webkit-transition: background-color 0.2s ease;
	-ms-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
.marketing-content-result .copy:hover {
	background-color: #dfdfdf;
}
.marketing-content-modal .btn {
	padding: 10px 9px;
}
.marketing-content-modal .btn:disabled {
	opacity: 0.5;
}

.marketing-content-modal .char-count {
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #000;
	font-size: 13px;
}

.marketing-content-modal .head .buttons {
	position: absolute;
	display: flex;
	top: 0;
	right: 50px;
}
.marketing-content-modal .head .buttons .history-button {
	width: 30px;
	display: flex;
	height: 30px;
	background-color: #F0F3F4;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.marketing-content-modal .head .buttons .history-button.disabled {
	opacity: 0.4;
}

.marketing-content-modal .btn-holders {
	display: flex;
	justify-content: space-between;
}
.marketing-content-modal .btn-holder {

}
.marketing-content-modal .btn-holder.left {
	text-align: left;
}
.marketing-content-modal .btn-holder.right {
	text-align: right;
}
.marketing-content-modal .btn--success {
	background-color: #10A37F;
	color: #ffffff;
	font-weight: lighter;
	border-radius: 4px;

	-webkit-transition: background-color 0.15s ease;
	-ms-transition: background-color 0.15s ease;
	transition: background-color 0.15s ease;
}
.marketing-content-modal .btn--success:hover {
	opacity: 1 !important;
	background-color: #1a7f64;
}

.marketing-content-modal .btn--stop,
.marketing-content-modal .btn--language {
	vertical-align: top;
	background-color: #ECECF1;
	color: #000000;
	font-weight: lighter;
	border-radius: 4px;

	-webkit-transition: background-color 0.15s ease;
	-ms-transition: background-color 0.15s ease;
	transition: background-color 0.15s ease;
}
.marketing-content-modal .btn--stop:hover,
.marketing-content-modal .btn--language:hover {
	opacity: 1 !important;
	background-color: #d9d9e3;
}

.marketing-content-modal .btn--language .spinner-container--small {
	display: none;
	height: 14px;
	width: 15px;
}

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

.product-options-title {
	margin-bottom: 5px;
}
.product-options-items {}

/* Style button */
.product-options-items label {
	display: inline-block;
	padding: 2px 8px;
	margin-bottom: 10px;
	margin-right: 5px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-weight: 600;
	font-size: 12px;
}

/* Style active button */
.product-options-items input:checked + label {
	border-color: #b71e3b;
	color: #000;
}

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

.product-cart-button-wrapper .btn--primary {
	vertical-align: middle;
	padding: 8px 14px;
}
.product-quantity {
	width: 40px;
	height: 29px;
	padding-top: 4px;
	padding-bottom: 4px;

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

	font-weight: 600;
	text-align: center;
	vertical-align: middle;
}
.product-custom-fields {
	margin-left: 5px;
	margin-top: 10px;
}
.product-price-field {
	margin-bottom: 15px;
	color: #000000;
}
.product-price-field .main-price-holder {
	margin-bottom: 15px;
}
.product-price-field .main-price {
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	padding-right: 10px;
}

.small-title {
	display: block;
	font-size: 16px;
}


.product-stock {
	margin-bottom: 10px;
}
.product-stock-item {
	display: none; /* Show them with js */
}
.gallery-list-rows .product-stock-item {
	display: block;
}

.order-item-info {
	margin-top: 5px;
	font-weight: bold;
}

.product-stock-item__text {
	vertical-align: middle;
	margin-left: 5px;
	color: #000;
}
.product-stock-item .wgr-icon {
	vertical-align: middle;
	font-size: var(--font-size);
}
.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,
.out-of-stock > span > .wgr-icon  {
	color: #d4463d;
}
.product-part-payment-klarna,
.product-part-payment-hbank {
	margin-bottom: 10px;
}

.product-files {
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
	margin-top: 30px;

	text-align: center;
}

.product-files a {
	flex: 1;
	font-size: 12px;
	margin-bottom: 20px;
}

.product-files .wgr-icon {
	margin-bottom: 10px;
	display: inline-block;

	color: #DA251C;
	font-size: 30px;
}

.product-filters {
	margin-top: 15px;
}
.product-filters a {
	vertical-align: middle;
}
.product-filters a:hover {
	opacity: 0.8;
}
.product-filters .wgr-icon {
	margin: 0 5px;

	color: #444;
	font-size: 4px;
	vertical-align: middle;
}

.product-is-orderitem {
	margin-top: 15px;
	font-weight: bold;
}

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

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

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

.product-statusbox {
	background: #fff2ca;
	overflow: hidden;
	padding: 10px 15px 0;
	margin-bottom: 15px;
	color: #222;
}

/* News-page section */
.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;
}

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

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

	background-color: #ccc;

	font-weight: 800;
	color: #222;
	line-height: 1;

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

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

.btn--large {
	padding: 10px 14px;
	font-size: 20px;
}

.btn--primary {
	background-color: #b71e3b;

	color: #fff;
}

.btn--green {
	background-color: #1A976A;

	color: #fff;
}

.btn--black {
	background-color: #000;

	color: #fff;
}

/* Price section */
.price {
	font-weight: 800;
	color: #000;
}
.price-discount {
	color: #b71e3b;
}
.price-orginal {
	font-size: 14px;
	text-decoration: line-through;
}
.price-klarna {
	font-size: 11px;
}

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

/* Reviews section */
.reviews {
	position: relative;
	padding-top: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #e4e4e4;
}
.reviews-anchor {
	position: absolute;
	top: -150px;
}
.review-body {
	padding: 15px 0;
	overflow: hidden;
}
.review-body:last-child {
	border-bottom-style: none;
}
.review-col-1 {
	margin-bottom: 5px;
}
.review-col-2 {}
.review-date {
	margin-left: 15px;

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

.more-reviews {
	display: inline-block;
	margin-top: 10px;
}

.reviews-disclaimer {
	margin-top: 15px;
	font-style: italic;
}

/* Icon fonts */
.review-stars {
	font-size: 14px;
	margin-right: 4px;
}
.review-stars-on {
	color: #e8b025;
}
.review-stars-off {
	color: #ccc;
}

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

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

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

/* Checkout section */
.checkout-header-info {
	color: #000;
	margin-top: 5px;
}
.checkout-stepnumber {
	display: inline-block;
	margin-right: 3px;
	height: 28px;
	width: 28px;
	line-height: 28px;
	vertical-align: middle;

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

	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 10px 10px 0;
	margin-bottom: 20px;
	overflow: hidden;

	border-radius: 3px;
	background: #fff;
	color: #000;
}

.view-checkout--end-customer .checkout-info {
	margin-top: 10px;
	border-top: 3px solid #2a3d51;
	border-bottom: 3px solid #2a3d51;
	padding-bottom: 15px;
}

.checkout-step-1 {
	display: flex;
	align-items: center;
}
.checkout-step-1 .checkout-title {
	width: 250px;
}
@media all and (max-width: 768px) {
	.checkout-step-1 {
		flex-direction: column;
	}
	.checkout-step-1 .checkout-title {
		width: 100%;
		margin-bottom: 15px;
	}
}

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

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

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

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

	font-style: italic;
}

.checkout-export-cart {
	margin-top: 10px;
}

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

.checkout-separate-shipping {
	background: #fffdcc;
	padding: 10px;
	margin-bottom: 10px;
}

/* Payment methods table */
.checkout-payment-methods {

}
.checkout-payment-methods tbody {
	display: flex;
	flex-wrap: wrap;
}
.checkout-payment-methods tr {
	width: 25%;
	height: 70px;
}
.checkout-payment-methods td {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
.checkout-payment-methods .label-wrapper {
	height: 100%;
	padding-left: 0;
}
.checkout-payment-methods .label-wrapper img {
	max-width: 90%;
	max-height: 30px;
}
.checkout-payment-methods .label-wrapper label,
.checkout-payment-methods .label-wrapper a {
	height: calc(100% - 10px);
	width: calc(100% - 10px);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #c2c2c2;
	margin: 5px;
}
.checkout-payment-methods .label-wrapper label::before {
	display: none;
}
.checkout-payment-methods input:checked + label {
	border-color: #000;
	background-color: #F3F3F3;
}

.kco-old-link-holder {
	text-align: right;
}

@media all and (max-width: 768px) {
	.checkout-payment-methods tr {
		width: 50%;
	}
	.kco-old-link-holder {
		text-align: left;
	}
}

.checkout-change-payment-option {
	display: inline-block;
	margin-left: 20px;
}
.checkout-switch-info .checkout-change-payment-option {
	margin-left: 0;
}

.kco-other-methods-link {
	display: inline-flex;
	align-items: center;
	margin: 15px 15px 0 15px;
}
.kco-other-methods-link img {
	max-width: 80px;
	max-height: 25px;
	margin-right: 10px;
}
.kco-other-methods-link img:last-child {
	margin-right: 0;
}

/* 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-item-cell-4 {
	white-space: nowrap;
}

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

.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: 11px;
	font-weight: normal;
	opacity: 0.5;
	color: #222;
}

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

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

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

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

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

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

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

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

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

/* followup on orders */
.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: var(--font-size);
	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 section */
.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;
}

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

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

	/* Hide dropdown */
	visibility: hidden;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
}
.sub-menu {
	top: 0;
	left: 100%;
}
.has-dropdown:hover > .dropdown {
	/* Show dropdown */
	visibility: visible;
    width: 85%;
	max-width: 1600px;
	background-color: #ffffff;
    opacity: 1;
    pointer-events: all;

    transition-delay: 0.3s;
}
.has-dropdown .wgr-icon {
	margin-left: 5px;
	position: relative;
	bottom: -1px;
}
.has-dropdown .wgr-icon-invert {
	margin-left: 0;
	margin-right: 5px;
}

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

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

	white-space: pre;
}

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

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

	font-size: 11px;
}

/* Mega dropdown */
.mega-menu .dropdown {
	padding: 30px 50px 40px 50px;
	border-radius: 0;

	max-height: unset;
	background: #fff;

	text-align: left;

	width: 85%;
	margin-left: 7.5%;
}

.pull-right {
	float: right;
}

/* Any level */
.mega-menu .dropdown a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000000;
}
.mega-menu .dropdown a:hover {
	color: #000;
}

.mega-menu .dropdown h3 {
	font-size: var(--font-size);
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

/* First level */
.mega-menu .dropdown > li {
	display: inline-block;
	width: 14%;
	margin-right: 4%;

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

	border-bottom: 1px solid #eee;

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

.mega-menu .dropdown > .mega-menu-products {
	width: 80%;
	margin-right: 0;
}
.mega-menu .dropdown > .mega-menu-products.small {
	width: 60%;
}
.mega-menu .dropdown > .mega-menu-products li {
	width: calc(25% - 20px);
	padding: 10px;
}
.mega-menu .dropdown > .mega-menu-products li:hover a {
	color: #000;
}
.mega-menu .dropdown > .mega-menu-products img {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 15px;
}
.mega-menu .dropdown > .mega-menu-products a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
}

/* Dropdown nav */
.dropdown-nav {
	background: #fff;
	z-index: 999;
	min-width: 100%;
	margin-left: -1px;
	box-sizing: content-box;

	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;

}
.dropdown-nav a,
.dropdown-nav__item {
	display: block;
	border-bottom: 1px solid #dcdcdc;
	padding: 10px 15px;

	white-space: pre;
}
.dropdown-nav a:hover {
	background-color: #f2f2f2;
}


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

.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 {
	margin-bottom: 15px;

	text-align: center;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
}
.video-wrapper:hover .overlay {
	display: none;
}

.small-video-holder {
	margin-top: 25px;
}

.category-back-link {
	display: block;
	margin-bottom: 10px;
	color: #999999;
}
.category-back-link .wgr-icon {
	margin-right: 5px;
}

.subcategories-holder {
	position: relative;
}
.subcategories-holder .icon {
	position: absolute;
	top: 0;
	left: 0;
	color: #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: 12px;
	width: 10px;
}
.list-dropdown {
	padding-left: 20px !important;
}
.list-dropdown .dropdown-hide {
	display: none;
}
.list-dropdown.open .dropdown-hide {
	display: block;
}
.list-dropdown.open .open-btn {
	display: none;
}
.list-dropdown .close-btn {
	display: none;
}
.list-dropdown.open .close-btn {
	display: block;
}

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

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

/* Tooltip */
.is-tooltip {
	cursor: help;
}
.is-tooltip-container {
	position: absolute;
	padding: 4px 8px;

	border-radius: 3px;

	background-color: #494949;
	color: #ddd;
}

/* ALT tooltip */
.is-alt-tooltip {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: 100%;
	bottom: calc(100% + 10px);
	background: #FFF;
	z-index: 99999;
	border: 1px solid #cbcbcb;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;

	font-family: 'Open sans', sans-serif;
	font-weight: normal;
	font-size: 12px;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);

	-webkit-transition: all .2s;
	        transition: all .2s;
}
.is-alt-tooltip:after {
	border-top: 7px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -7px;
}
.is-alt-tooltip:before {
	border-top: 8px solid #cbcbcb;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
}
.is-alt-tooltip.is-visible {
	opacity: 1;
	visibility: visible;
}

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

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

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

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


.border-top {
	border-image: linear-gradient(to right, transparent, #e4e4e4, #e4e4e4, #e4e4e4, transparent) 100;
	border-width: 1px 0 0 0;
	border-style: solid;
}
.border-right {
	border-image: linear-gradient(to bottom, transparent, #e4e4e4, #e4e4e4, #e4e4e4, transparent) 100;
	border-width: 0 1px 0 0;
	border-style: solid;
}
.border-bottom {
	border-image: linear-gradient(to right, transparent, #e4e4e4, #e4e4e4, #e4e4e4, transparent) 100;
	border-width: 0 0 1px 0;
	border-style: solid;
}
.border-left {
	border-image: linear-gradient(to bottom, transparent, #e4e4e4, #e4e4e4, #e4e4e4, transparent) 100;
	border-width: 0 0 0 1px;
	border-style: solid;
}

.border-top.small,
.border-bottom.small {
	border-image: linear-gradient(to right, transparent, transparent, #e4e4e4, transparent, transparent) 100;
}

.border-top.normal,
.border-bottom.normal {
	border-image: linear-gradient(to right, transparent, #e4e4e4, transparent) 100;
}

.border-right.xsmall,
.border-left.xsmall {
	border-image: linear-gradient(to bottom, transparent, transparent, #e4e4e4, transparent, transparent) 100;
}

.border-right.small,
.border-left.small {
	border-image: linear-gradient(to bottom, transparent, #e4e4e4, transparent) 100;
}

.border-top.large,
.border-bottom.large {
	border-image: linear-gradient(to right, transparent, #e4e4e4, #e4e4e4, #e4e4e4, #e4e4e4, #e4e4e4, transparent) 100;
}

.border-right.large,
.border-left.large {
	border-image: linear-gradient(to bottom, transparent, #e4e4e4, #e4e4e4, #e4e4e4, #e4e4e4, #e4e4e4, transparent) 100;
}


.flush {
	margin: 0 !important;
}
.flush-bottom {
	margin-bottom: 0 !important;
}
.wipe {
	padding: 0 !important;
}
.wipe-sides {
	padding-left: 0 !important;
	padding-right: 0 !important;
	/*border-bottom: 1px solid #e4e4e4;*/
}
.wipe-sides h2 {
	font-weight: 700;
}
.wipe-bottom {
	padding-bottom: 0 !important;
}

.wipe-sides .product-item__inner {
	border-bottom: none;
	border-right: none;
}

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

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

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

.stretched {
	width: 100% !important;
}

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

.muted {
	color: #999;
}

.brand {
	color: #693;
}

.transition-standard * {
	transition: all .25s;
}

.icon-spacing-right {
	margin-right: 5px;
}
.icon-spacing-left {
	margin-left: 5px;
}

.overflow {
	overflow: hidden;
}

.dark-color {
	color: #000;
}

.excel-color {
	color: #1d6841;
}

.primary-color {
	color: #b71e3b !important;
}

.danger-color {
	color: #d4463d !important;
}

.small-text {
	font-size: 11px;
}

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

div#popcart img {
	width: auto;
}

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

	float: right;
	margin-top: 3px;
	height: 35px;
}
div#topcart-area {
	display: inline-block;

	font-size: 13px;
	line-height: 30px;
	color: #000;
}

div#topcart-area .wgr-icon {
	margin-right: 5px;
}

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

.topcart-count,
.topcart-subtotal {
	font-weight: 600;
}

.topcart-count-holder {
	position: relative;
	display: inline-block;
	background: #eee;
	line-height: 27px;
	padding-left: 10px;
	margin-right: 14px;
	vertical-align: middle;
}
.topcart-count-holder:after {
	position: absolute;
	content: '';

	left: 100%;
	top: 8px;
	border-left: 5px solid #eee;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.topcart-count {
	margin-right: 10px;
}

.topcart-icon {
	margin-right: 8px;
}
.topcart-font-icon {
	display: none;
}
.topcart-arrow {
	margin-right: 4px;
}
.topcart-font-arrow {
	display: none;
}

div#popcart {
	position: absolute;
	right: -1px;
	top: 60px;
	z-index: 900;

	display: none;
	height: 0;
	width: 400px;
	padding: 3px;
	border: 1px solid #e4e4e4;
	border-top-style: none;
	overflow: hidden;
	color: #000;

	background-color: #fff;

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

#popcart td a {
	font-size: 12px;
	line-height: 1.4;
	display: inline-block;
}

/* 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 {
	margin: 4px;
	margin-bottom: 6px;
	padding: 10px;
	font-weight: 600;
	font-size: 11px;
	border: 1px solid #e4e4e4;
}
div#popCartShipping a, div#popCartShipping a:hover {
	text-decoration: underline;
	color: #b71e3b;
}

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

.fb_iframe_widget iframe {
	position: relative !important;
}

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

.numInCart {
	display: none;
}
.numInCart.is-visible {
	display: inline;
}

.incoming-badge {
	font-weight: bold;
	color: #000000;
}


.product-page-buttons {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}
.product-page-buttons .quantity-btn {
	background-color: #DEDEDE;
	color: #000000;
	line-height: 40px;
	padding: 0 10px;
	cursor: pointer;
	user-select: none;
}
.product-page-buttons .product-quantity {
	border: 1px solid #DEDEDE;
	border-radius: 0;
	width: 50px;
	height: 40px;
	font-weight: 300;
}
.product-page-buttons .btn {
	border-radius: 0;
	flex-grow: 1;
	text-align: center;
	line-height: 22px;
	margin-left: 5px;
}


.alternative-selector {
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}
.alternative-selector .icon {
	position: absolute;
	top: 0;
	right: 0;
	height: 38px;
	width: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.alternative-selector .option {
	display: flex;
	border: 1px solid #DEDEDE;
	padding: 7px 15px;
	color: #000000 !important;
	text-decoration: none !important;
	font-size: 15px;
	cursor: pointer;
}
.alternative-selector .selectable-options {
	display: none;
	position: absolute;
	width: 100%;
	background-color: #ffffff;
}
.alternative-selector .selectable-options .option {
	border-top: none;
}

.alternative-selector .option .title {
	flex: 0 0 40%;
}

.alternative-selector .option .stock {
	flex: 0 0 60%;
}

.alternative-selector .stock-icon {
	display: inline-block;
	margin-right: 10px;
	height: 12px;
	width: 12px;
	background-color: #cccccc;
}
.alternative-selector .stock-icon.green {
	background-color: #46BA00;
	border-radius: 50%;
}
.alternative-selector .stock-icon.red {
	background-color: #D90000;
}


.alternative-selector.open .icon {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.alternative-selector.open .selectable-options {
	display: block;
}

.mt {
	margin-top: 15px;
}


.category-title {
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.category-subcategories h3 {
	font-weight: bold;
}
.category-subcategories ul {
	list-style: none;
	padding: 0;
}
.category-subcategories ul li {
	margin-bottom: 10px;
}

.margin-y {
	margin-top: 15px;
	margin-bottom: 15px;
}

.padding-x-medium {
	padding-left: 75px;
	padding-right: 75px;
}

@media only screen and (max-width: 768px) {
	.padding-x-medium {
		padding-right: 0;
		padding-left: 0;
	}
}

.padding-y-medium {
	padding-top: 50px;
	padding-bottom: 50px;
}



.filter-row {
	margin-bottom: none !important;
}
.filter__holder {
	text-align: center;
}
.filter-items__holder {
	display: inline-block;
	z-index: 1;
	position: relative;
	margin-left: 10px;
	margin-bottom: 10px;
}
.filter-items__holder.active {
	z-index: 2;
}
.filter-items__holder:first-child {
	margin-left: 0;
}
.filter-items__title {
	position: relative;
	display: inline-block;
	border: 1px solid #DEDEDE;
	color: #000000;
	padding: 7px 30px 7px 15px;
	cursor: pointer;
}
.filter-items__title::after {
	content: ">";

	position: absolute;
	top: 50%;
	right: 15px;

	transform: translateY(-50%) rotate(90deg);
}

.filter-items__holder.active .filter-items__title::after {
	transform: translateY(-50%) rotate(-90deg);
}

.filter-items__dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: auto;
	background-color: #ffffff;
	border: 1px solid #DEDEDE;
}
.filter-items__holder.active .filter-items__dropdown {
	display: block;
}
.filter-items__holder.active .filter-items__backdrop {
	z-index: 0;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background-color: transparent;
}

.filter-items__option {
	z-index: 200;
	padding: 7px 15px;
	border-bottom: 1px solid #DEDEDE;
	color: #000000;
	cursor: pointer;
	white-space: nowrap;
	text-align: left;
}
.filter-items__option.selected {
	font-weight: bold;
	background-color: #E7E7E7;
}
.filter-items__option:last-child {
	border-bottom: none;
}


.mobile-dropdown .dropdown-toggle {
	display: none;
}


.checkout-dropdown-row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.checkout-dropdown-holder {
	width: 100%;
	max-width: 250px;
	margin-right: 30px;
}
.checkout-dropdown-holder label {
	display: block;
	margin-bottom: 3px;
}
.checkout-dropdown-holder select {
	display: block;
	width: 100%;
	border: 1px solid #e4e4e4;
	background-color: #F3F3F3;
	font-size: 14px;
	padding: 5px 10px;
}
.checkout-info-terms {
	float: unset;
	margin-left: auto;
}
@media all and (max-width: 768px) {
	.checkout-dropdown-holder {
		max-width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
}

.checkout-delivery-date {
	margin-bottom: 8px;
}
.checkout-delivery-date label {
	display: block;
}
.checkout-delivery-date .input-group {
	display: flex;
}
.checkout-delivery-date input {
	width: 100%;
}
.checkout-delivery-date button {

}
.checkout-delivery-date .text {
	font-size: 12px;
	margin-top: 5px;
}

.customer-order-number-checkboxes {
	margin-top: 5px;
	margin-bottom: 5px;
}
.customer-order-number-checkboxes label {
	margin-right: 10px;
}
.customer-order-number-checkboxes input {
	width: auto;
	display: inline-block;
	margin-right: 5px;
}
