@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');

#ShopMainLayOutTable {
	display:none;
}
body, html {
	height: 100%;
}
body {
	margin:0;
	overflow-x: hidden;
}
body, input, select, textarea, button {
	font-family: 'Open Sans', sans-serif;
	color:#484848;
	font-size:14px;
	font-weight:normal;
}
a {
	color:#000;
}
a:hover {
	color:rgba(121,121,121,1.00);
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border:0;
}
input, img {
	outline: none;
}
input[type="submit"], input[type="button"], #confirm-complete-button, a.button, .webshop-frontpage .usp .button, .btnFilterProductsFound, #checkout-container input#confirm-complete-button, #checkout-container input.checkout-salesdiscount-code-button, button, [href="/shop/customer.html&StrCurTab=3"], div#checkout-container #customer_lookup_submit {
	-webkit-appearance: none;
	font-weight:bold;
	border:none;
	color:#fff;
	cursor:pointer;
	background: #ae0001;
	display:inline-block;
	padding:10px 20px;
	font-size: inherit;
	text-decoration:none;
	border-radius: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	outline: none;
	min-height: 34px;
	position: relative;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea, #checkout-container input[type="text"], #checkout-container input[type="password"] {
	display: block;
	width: 100%;
	border: 1px solid #dfdfdf;
	height: 34px !important;
	padding: 0 10px;
	outline: none;
	-webkit-appearance: none;
    -moz-appearance: none;
	background-color: rgba(255,255,255,1.00);
}
textarea {
	height: 80px !important;
	padding: 10px;
}
select, #checkout-container select.checkout-select {
	-webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #dfdfdf;
    background-color: #FFF;
    padding: 0px 30px 0px 15px;
    height: 34px;
	outline: none;
	border-radius:3px;
    background-image: url('/images/skins/Bewise/images/select-arrow-down.svg');
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: calc(100% - 10px) 50%;
	cursor:pointer;
}
span.input {
	border-radius: 50%;
	width: 16px;
	height: 16px;
	background-color: rgba(238, 238, 238, 1);
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 8px 0 0;
}
:checked + label > span.input:before {
	background-color: #ae0001;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 50%;
	width: 50%;
	content: "";
	border-radius: 50%;
}

h1, .Heading_Productmenu, .Heading_Terms, .Heading_Profile, .Heading_AdvancedSearchPage, .Heading_ShowBasket_Master, #checkout-container h1.checkout-headline, .Heading_B2Blogin, .SubCatsProcuctsHeading, b .Heading_Customer, .Heading_ProductList, .Heading_Favorites, .Heading_OrderStep4, .relatedHeader, .alsoboughtHeader {
	font-weight:bold;
	display: block;
	text-align: center;
	font-size: 35px;
	letter-spacing: 1px;
	padding: 0;
	margin: 0px 0px 40px;
	border: 0;
	position: relative;
}
h1:empty, .relatedHeader:empty, .alsoboughtHeader:empty {
	display: none;
}
.relatedHeader, .alsoboughtHeader {
	margin-top: 80px;
}
h2, .Text1_Customer .Heading_Customer {
	font-size:16px;
	font-weight:normal;
	padding:0;
	margin:0 0 10px;
}
header {
	position:relative;
	z-index: 400;
	background-color: #ae0001;
	display: flex;
	box-shadow: 0 0 20px rgba(0,0,0,.25);
}
header > section {
	display: flex;
    width: 1470px;
	max-width: 90%;
	padding: 5px 0;
	margin: 0 auto;
	position: relative;
}
header > section > * {
	flex: none;
}
header .call-us {
	position: absolute;
	top: 20px;
	left: 0;
	display: block;
	font-size: 13px;
	color: #fff;
	z-index: 99;
}
header .call-us a {
    text-decoration: none;
    font-weight: bold;
    color: rgba(255,255,255,1.00);
}
header .icon {
	height: 25px;
}
header label {
	display: block;
}
header img + label {
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 4px;
	cursor: pointer;
	color: #fff;
}
.headerBox {
	width: 100px;
	height: 100px;
	display: inline-flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	transition: background 0.3s ease, box-shadow .3s ease;
	position: relative;
	border-radius: 5px;
}
.headerBox.basket {
	border-radius: 5px 5px 0 0;
}
.headerBox .miniInfo {
	position: absolute;
	left: 50%;
	bottom: 13px;
	transform: translateX(-50%);
	border-radius: 3px;
	font-family: 'Arial';
	line-height: 1;
	font-size: 10px;
	color: rgba(255, 255, 255, .6);
	white-space: nowrap;
	opacity: 1;
	transition: opacity ease .25s;
}
.headerBox .miniInfo:empty {
	display: none;
}
.headerBox .trustbox-text {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    font-size: 11px;
    transform: translateX(-50%);
    width: 250px;
    color: rgba(0,0,0,1.00);
    text-align: left;
    padding: 15px;
    background-color:rgba(255,255,255,1.00);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    border-radius: 4px;
}
.headerBox:hover .trustbox-text {
    display: block;
}
.shoplogo {
	position: relative;
	padding: 25px 0;
	display: flex;
	align-items: center;
    width: 30%;
}
.shoplogo img {
	display: block;
	width: 100%;
    max-width: 315px;
}

.cms-grid {
	display: flex;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	margin-top: 30px;
}
.cms-col {
	width: 50%;
	flex: none;
}
.cms-col:first-child {
	border-right: 1px solid #dfdfdf;
}
.cms-col > h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	padding: 20px 30px;
	border-bottom: 1px solid #dfdfdf;
}
.cms-col > div {
	padding: 15px 30px;
}


.cms-steps {
	display: flex;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.cms-steps > li {
	padding: 15px;
    border-right: 1px solid #dfdfdf;
    width: 16.667%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.cms-steps > li:last-child {
    border-right: none;
}
.cms-steps > li > span {
	position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 0 0 5px 0;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    top: 0;
    left: 0;
}
.cms-steps > li > img {
	height: 80px;
	display: block;
    margin: 0 auto;
	margin-bottom: 15px;
	padding: 20px 0;
}
.cms-steps > li > strong {
	font-size: 13px;
    text-transform: uppercase;
    text-align: center;
}
.cms-steps > li > ul.cms-step-lang {
	list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
    font-size: 12px;
}
.cms-steps > li > ul.cms-step-lang > li {
	display: flex;
    align-items: center;
    margin-top: 10px;
}
.cms-steps > li > ul.cms-step-lang > li > img {
	display: block;
    margin-right: 6px;
    height: 20px;
}
.cms-steps > li > small {
	text-align: center;
    margin-top: 15px;
    color: rgba(0,0,0,.6);
}

.basket {
	cursor: pointer;
	position: relative;
}
.basket .count, .btnFavorites .count {
	position: absolute;
	right: 25px;
	top: 15px;
	width: 20px;
	height: 20px;
	background-color: #f12323;
	border-radius: 50%;
	text-align: center;
	padding: 4px 0 0;
	font-family: 'Arial';
	line-height: 1;
	font-size: 12px;
	font-weight: bold;
	color: rgba(255,255,255,1.00);
}
.headerBox .count:empty {
	display: none;
}
.basket .currency {
	display: none;
}
.miniBasket {
	position: absolute;
	right: 0;
	top: 120%;
	width: 500px;
	padding: 30px;
	background-color: #222;
	color: #fff;
	border-right: none;
	transition: top 0.2s ease-in-out, opacity .2s ease;
	text-align: left;
	opacity: 0;
	pointer-events: none;
	border-radius: 5px 0 5px 5px;
}
.headerBox:hover .miniBasket, .basket.autoOpen .miniBasket {
	top: 100%;
	opacity: 1;
	pointer-events: auto;
}
.miniBasket a {
	color: inherit;
}
.miniBasket .items {
    max-height: 300px;
    -webkit-overflow-scrolling:touch;
    overflow-x:hidden;
	overflow-y:auto;
}
.miniBasket .item {
	display: flex;
	padding: 0 0 15px;
	margin: 0 0 15px;
	position: relative;
	border-bottom: solid 1px rgba(255, 255, 255, .2);
}
.miniBasket .item a[href*="remove"] {
    flex: none;
    display: flex;
    background-color:#ae0001;
    align-items: center;
    padding: 4px 10px;
    margin: 0 0 0 10px;
    align-self: flex-start;
}
.miniBasket .item a[href*="remove"] img {
    width: 10px;
}
.miniBasket .item .image {
	flex: none;
	position: relative;
	width: 60px;
}
.miniBasket .item .image img {
	display: block;
	width: 100%;
}
.miniBasket .item .info {
	flex: auto;
	padding: 0 15px;
}
.miniBasket .item .info a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}
.miniBasket .item .price {
	flex: auto;
	text-align: right;
    white-space: nowrap;
}
.miniBasket .line {
	display: flex;
}
.miniBasket .line > span {
	flex: auto;
	border-bottom: solid 1px rgba(255, 255, 255, .2);
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}
.miniBasket .line > span:last-child {
	text-align: right;
}
.miniBasket .line > span:empty {
	display: none;
}
.miniBasket .line.total {
	font-weight: bold;
	color: rgba(255,255,255,1.00);
	margin-bottom: 15px;
}
.miniBasket .button {
	display: block;
}

.PU_open {
    border-radius: 3px;
}
/* SLEEK */
#sleek, #sleek:before, #sleek:after, #sleek * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sleek {
	position:fixed;
	left:10px;
	bottom:10px;
	z-index:1000;
	display:none;
	width:calc(100% - 40px);
}
#sleek.active {
	display:block;
}
#sleek .placeholder {
	position:absolute;
	left:0;
	bottom: 0;
	display:block;
	background-color:rgba(155,196,145,1.00);
	color:rgba(255,255,255,1.00);
	font-size: 17px;
	font-weight: bold;
	max-width:calc(100% - 40px);
	text-align: center;
	padding: 13px 27px;
	cursor:pointer;
	border-radius: 3px;
}
#sleek .placeholder .sleekRemove {
	position: absolute;
	top:-10px;
	right: -10px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: solid 2px rgba(255,255,255,1.00);
	box-shadow: 0 0 1px rgba(0,0,0,.7);
	color: rgba(255,255,255,1.00);
	background-color: rgba(0,0,0,1.00);
}
#sleek .placeholder .sleekRemove:before {
	content:"×";
	font-family: 'Arial';

	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 15px;
	line-height: 1;
	position: absolute;
	top:46%;
	left: 0;
	text-align: center;
	width: 100%;
	
}
#sleek.open .placeholder {
	display:none;
}
#sleek .content {
	position:absolute;
	bottom: 0;
	left:-800px;
	width:350px;
	text-align: left;
	max-width:100%;
	background-color:rgba(255,255,255,1.00);
	border:solid 5px #eee;
	padding:30px;
	box-shadow:0 0 50px rgba(0,0,0,.20);
	transition: all 0.2s ease-in-out;
}
#sleek.sleekBanner .content {
	padding: 0;
	border: none;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	width: 560px;
}
#sleek.sleekBanner img {
	display: block;
	width: 100%;
}
#sleek.hasImage .content {
	width: 600px;
}
#sleek.open .content {
	left:0;
}
#sleek .content .close {
	position:absolute;
	top:0;
	right:0;
	background-color:rgba(0,0,0,1.00);
	text-transform:uppercase;
	width: 35px;
	height:35px;
	color:rgba(255,255,255,1.00);
	font-family:Arial;
	cursor:pointer;
	text-align: center;
}
#sleek .content:after {
	clear: both;
	content: "";
	display: block;
}
#sleek .content .close:before {
	content:"×";
	font-family: 'Arial';
	font-size: 26px;
	line-height: 1;
	position: absolute;
	top:50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#sleek .content .close:hover {
	background-color: rgba(182,182,182,1.00);
}
#sleek .content form.loading {
	opacity: .5;
}
img + #sleek .content form {
	width: 55%;
	padding: 0 0 0 25px;
	float: right;
}
#sleek .content .sleekImage {
	float: right;
	width: 45%;
}
#sleek .content .sleekImage + form {
	float: left;
	width: 50%;
}
#sleek .content .header {
	font-size: 28px;
	margin: 0 0 10px;
}
#sleek .content .subheader {
	font-size: 13px;
	margin: 0 0 15px;
}
#sleek input[type="text"], #sleek input[type="email"] {
	float:left;
	border:solid 1px rgba(184,184,184,1.00);
	background-color:rgba(255,255,255,1.00);
	color:rgba(0,0,0,1.00);
	height:35px;
	font-size:13px;
	line-height:1;
	padding:0 10px;
	width:100%;
	margin: 0 0 8px;
}
#sleek input[type="text"].error, #sleek input[type="email"].error {
	border-color: rgba(207,0,3,1.00);
	color: rgba(207,0,3,1.00);
}
#sleek input[type="submit"] {
	margin:15px 0 0;
	
	display: block;
	width: 100%;
}
#sleek form small {
	display:block;
	margin:10px 0 0;
	font-size:11px;
	cursor:pointer;
}


.usp {
	display: flex;
	justify-content: center;
	align-items: center;
	width:1470px;
	max-width:90%;
	margin:0 auto;
	padding: 20px 0;
	text-align: center;
}
.usp a, .usp .slick-slide {
	display: block;
	text-decoration: none;
	text-align: center;
}
.usp .slick-list {
    margin: 0 -10px;
}
.usp .slick-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    margin: 0 10px;
    border: solid 1px rgba(232,232,232,1.00);
	border-radius: 6px;
	background-color: white;
}
.usp img, .usp .slick-slide img {
	height: 17px;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.usp strong {
	display: inline-block;
	vertical-align: middle;
}
.usp span {
	color: #ae0001;
	text-decoration: underline;
	display: none;
}
.usp p {
	display: none;
}

/* .webshop-frontpage .usp .slick-slide {
    padding: 30px 15px;
}
.webshop-frontpage .usp .button {
	padding: 8px 12px;
	font-size: 12px;
	min-height: 1;
	margin-top: 15px;
} */

.searchMobile {
	display: none;
}
.search {
	flex: auto;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
}
#Search_Form {
	display: block;
	width: 600px;
	max-width: 80%;
	position: relative;
}
#Search_Form:before, #Search_Form .SubmitButton_SearchPage {
	width: 60px;
}
#Search_Form:before {
	content: "⌕";
	font-family: 'Arial';
	line-height: 1;
	font-size: 30px;
	position: absolute;
	right: 0;
	top: 50%;
	text-align: center;
	transform: translateY(calc(-50% + -2px)) scaleX(-1);
}
#Search_Form .SearchTitle_SearchPage,
#Search_Form .nbsp,
#Search_Form br {
	display:none;
}
#Search_Form .SearchField_SearchPage {
	color: #000;
	background-color: #f2f2f2;
	padding: 0px 50px 0px 25px;
	border: none;
	font-weight: normal;
	display: block;
	height:46px !important;
	width: 100%;
	border-radius: 23px;
	transition: box-shadow .3s ease;
}
#Search_Form .SearchField_SearchPage:focus {
	box-shadow: 0 0 15px rgba(0,0,0,.35);
}
#Search_Form .SubmitButton_SearchPage {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
	height: 100%;
}

header .search .TopMenu_MenuItems {
	list-style: none;
	display: flex;
	margin: 0 0 10px 0;
}
header .search .TopMenu_MenuItems > li > a {
	color: #fff;
    text-decoration: none;
    font-size: 12px;
	padding: 0 10px;
	opacity: .75;
	transition: opacity ease .2s;
}
header .search .TopMenu_MenuItems > li > a:hover {
	opacity: 1;
}

article {
	display: flex;
}
article/* ,
.container */ {
	width:1470px;
	max-width:90%;
	margin:0 auto;
	position:relative;
}
article:after/* ,
.container:after */ {
	content:"";
	clear:both;
	display:block;
}
aside:empty {
	display: none;
}

/* body.webshop-frontpage article {
	width: 100%;
	max-width: 100%;
	margin: 0;
} */








.Frontpage_Title,
body.webshop-productlist h1,
body.webshop-cmspage h1,
body.webshop-showbasket h1,
.alsoboughtHeader,
.relatedHeader,
.Heading_Terms,
.Heading_Profile{
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin: 0 0 50px;
}
.alsoboughtHeader {
	margin-top: 50px;
}
.Frontpage_Title:after,
body.webshop-productlist h1:after,
body.webshop-cmspage h1:after,
body.webshop-showbasket h1:after,
.alsoboughtHeader:after,
.relatedHeader:after,
.Heading_Terms:after,
.Heading_Profile:after{
	content: "";
	width: 60px;
	height: 2px;
	background-color: #ae0001;
	opacity: .5;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, 0)
}
.relatedHeader {
    margin-top: 100px;
}
.Text1_FrontPage, .Text2_FrontPage {
	display:block;
	margin:30px 0;
    column-count: 2;
    column-gap: 5%;
}
.Text1_FrontPage > div, .Text2_FrontPage > div {
    margin-bottom: 20px;
    break-inside: avoid;
}
.Text1_FrontPage h2, .Text2_FrontPage h2 {
    margin: 0 0 5px;
    padding: 0;
    font-weight: bold;
    color: #ae0001;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
}
.Text1_FrontPage h2:first-of-type, .Text2_FrontPage h2:first-of-type {
    
}
.Text1_FrontPage + br, .Text2_FrontPage + br {
	display: none;
}
.Text2_FrontPage strong {
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	padding: 0 0 10px;
	margin: 0 0 10px;
	position: relative;
}
.Text2_FrontPage strong::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #ae0001;
}
.Text1_FrontPage p, .Text2_FrontPage p {
	line-height: 1.8em;
}
.Text1_FrontPage {
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: solid 1px rgba(220,220,220,1.00);
}
.Text1_FrontPage:empty, .Text2_FrontPage:empty {
	display: none;
}

.nivo-dynamic-text-inner-content {
    display: flex;
    justify-content: center;
}
.nivo-dynamic-text-inner-content > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
div.nivo-dynamic-text {
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
    width: 1470px;
    max-width: 90%;
}
div.nivo-dynamic-text-inner-content-left > div {
	width: fit-content;
}
div.nivo-dynamic-text-inner-content-left > div:empty {
	display: none;
}
div.nivo-dynamic-text-header {
	color: rgba(255,255,255,1.00);
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 5px;
}
div.nivo-dynamic-text-teaser {
	color: rgba(255,255,255,1.00);
}
div.nivo-dynamic-text-link {
	display: inline-block;
	background-color: #ae0001;
	padding: 10px 20px;
	border-radius: 99px;
	color: rgba(255,255,255,1.00);
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: bold;
}


.large div.nivo-dynamic-text-header {
	font-size: 600%;
    text-shadow: 0 0 30px rgba(0,0,0,.6);
}
.large div.nivo-dynamic-text-teaser {
	font-size: 220%;
    text-shadow: 0 0 20px rgba(0,0,0,.6);
}
.large div.nivo-dynamic-text-link {
	font-size: 140%;
    padding: 10px 50px;
    box-shadow: 0 0 20px rgba(0,0,0,.6);
}

.slider-wrapper.large, .fpBoxes {
    width: 1800px;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.fpBoxes {
	margin-bottom: 70px;
	display: flex;
}
.fpBoxes > div {
	flex: none;
	width: 48%;
}
.fpBoxes a, .fpBoxes img {
	display: block;
	width: 100%;
	position: relative;
}
.fpBoxes .title {
	display: inline-block;
	background-color: rgba(236,236,236,.80);
	font-weight: bold;
	padding: 20px 30px;
	font-size: 30px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.fpBoxes > div:first-child {
    margin-right: 1%;
}
.fpBoxes > div:last-child {
    margin-left: 1%;
}
.fpBoxes > div:last-child .title {
	font-size: 18px;
	padding: 10px 20px;
}
.fpBoxes > div:last-child {
	display: flex;
	flex-wrap: wrap;
}
.fpBoxes > div:last-child > * {
	width: 48%;
}
.fpBoxes > div:last-child > :nth-of-type(-n+2) {
	margin-bottom: 4%;
}
.fpBoxes > div:last-child > :nth-of-type(2n+1) {
	margin-right: 4%;
}





.sidebar-menu {
	width: 22%;
	display: block;
	margin-right: 3%;
	border: solid 1px #dfdfdf;
	border-radius: 5px;
}
.sidebar-menu + * {
	width: 75%;
}
#ProductmenuContainer_DIV {
	
}
span.ProductMenu_Category_Icon_Container {
	display:none !important;
}
.Heading_ProductMenu {
	display:none;
}
#ProductMenu_List {
	padding:0;
    margin: 0;
	list-style-type:none;
	flex-direction: column;
	display: flex;
	overflow: hidden;
}
#ProductMenu_List > li {
	flex: auto;
}
body.webshop-checkout .sidebar-menu {
	display:none;
}
body.webshop-checkout .sidebar-menu + div {
	width: 100%;
}
/* #ProductMenu_List > li:nth-child(n+10) {
    display: none;
} */
#ProductMenu_List > li.autoColumns {
	position: relative;
}
#ProductMenu_List > li:last-child {
	margin-right: 0;
}
#ProductMenu_List > li > a {
	padding:10px 35px 10px 20px;
	text-decoration:none;
	position:relative;
    text-transform: uppercase;
	letter-spacing: 1px;
    border-bottom: solid 1px rgba(229,229,229,1.00);
    display: flex;
}
#ProductMenu_List > li > a[href*="specialoffer-ALL-1.html"] {
    background-color: rgba(174,0,0,.1);
}
#ProductMenu_List > li:last-child > a {
    border-bottom: none;
}
#ProductMenu_List li.has-dropdown > a:after {
    content: "+";
    font-family: 'Arial';
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    line-height: 1;
    transform: translateY(-50%);
}
#ProductMenu_List li.open > a:after {
    display: none;
}
#ProductMenu_List > li:hover > a, #ProductMenu_List > li.active > a {
    background-color: rgba(241,241,241,.60);
    
}
#ProductMenu_List > li.active > a {
    color: #ae0001;
}

#ProductMenu_List li > a, #ProductMenu_List a > .ProductMenu_MenuItemBold {
	font-weight: normal;
}
#ProductMenu_List > li.active > a:before {
	position:absolute;
	top:0;
	right: 0;
	height:100%;
	width:4px;
	content:"";
	background-color:#ae0001;
}
#ProductMenu_List li ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-left: solid 10px rgba(229,229,229,.30);
}
#ProductMenu_List li ul a {
    text-decoration: none;
    display: block;
    position: relative;
    padding: 9px 15px;
    font-size: 90%;
    border-left: solid 1px rgba(229,229,229,10);
    border-bottom: solid 1px rgba(229,229,229,.60);
}
#ProductMenu_List li ul li.open > a {
    color: #ae0001;
}



a#ActiveCategory_A {
	display:none !important;
}




/* PRODUCTLIST */
.productlistToolsContainer {
	display: flex;
	justify-content: center;
}
.productlistTools {
	display: flex;
	border: solid 1px rgba(238, 238, 238, 1);
	border-radius: 25px;
	margin: 30px 0 30px;
	padding: 15px 25px;
	align-items: center;
}
.productlistTools > :not(:last-child) {
	border-right: solid 1px rgba(238, 238, 238, 1);
	padding-right: 15px;
	margin-right: 15px;
}
.productlistTools select {
	padding: 0 20px 0 0;
	height: auto;
	border: none;
	background-position: 100% 50%;
}
.productlistTools:empty {
	display: none;
}
.productlistTools .found {
	display: none;
}

.CmsPageStyle .SubCats_Categories_Container, SubCats_Categories_Container, .CategoryFooterContent {
    font-size: 12px;
}
.category-description {
	display: block;
}
.CategoryFooterContent {
    margin: 40px 0 0;
}
.category-description:empty, .CategoryFooterContent:empty {
	display: none;
}

.SubCats_Categories_Container {
	
}

.Frontpage_Custom_UL, .ProductList_Custom_UL, .Related_Custom_UL, .CustomersAlsoBought_Custom_UL, .Favorites_Custom_UL {
	padding:0;
	margin:0 -1%;
	list-style-type:none;
	display: flex;
	flex-wrap: wrap;
}
.Frontpage_Custom_UL {
	margin-bottom: 40px;
}
.Frontpage_Custom_UL:empty {
	display: none;
}
.Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li, .Favorites_Custom_UL > li {
	width:23%;
	margin: 0 1% 2%;
	flex: none;
	position: relative;
}


.Related_Custom_UL {
	margin: 0 -10px;
}
.Related_Custom_UL li {
	height: inherit;
}
.Related_Custom_UL .product {
	margin: 0 10px;
	height: 100%;
}


li .product a[href*="RemProduct"] {
    position: absolute;
    z-index: 20;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
    top: -8px;
    left: -8px;
    background-color: rgba(0,0,0,1.00);
}
li .product a[href*="RemProduct"] img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40%;
}
li > form {
	height: 100%;
}
li .product {
	position:relative;
	background-color:#fff;
	transition: all 0.3s ease-in-out;
	height: 100%;
	border: 1px solid #ccc;
    padding: 15px;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
}
li .product .image {
	position:relative;
	border-radius: 3px;
	overflow: hidden;
}
.imageoverlay {
    position: relative;
}
li .product .image > a:first-of-type:before,
.productcard #Image_Productinfo_FancyBox:before,
.imageselector a:before, .miniBasket .item .image:not(:empty):before,
.ShowBasket_Custom_DIV > div > .image a:before, .extraProductsContainer > div > .image:before,
.imageoverlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	z-index: 5;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 54%, rgba(0,0,0,0.05) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 54%,rgba(0,0,0,0.05) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 54%,rgba(0,0,0,0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0f000000',GradientType=1 );
}
li .product img {
	display:block;
	width:100%;
	flex: none;
}
li .product select {
    display: none;
}
li .product .advanced {
	opacity: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
	padding: 5px 0;
	position: absolute;
	left: 0;
	bottom: -20px;
	overflow: auto;
	background-color: white;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	z-index: 9;
	transition: opacity ease .25s, bottom ease .25s;
}
li .product:hover .advanced {
	opacity: 1;
	bottom: 0;
	pointer-events: auto;
}
li .product .advanced b {
	text-align: center;
	padding: 5px 15px 10px 15px;
	border-bottom: 1px solid #dfdfdf;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}
li .product .advanced a {
	width: 100%;
	text-align: center;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #aaa;
	font-size: 11px;
	border-bottom: 1px solid #dfdfdf;
	transition: color ease .25s;
}
li .product .advanced a.viewProduct {
    color: #ae0001;
    text-decoration: underline;
}
li .product .advanced a:not(.viewProduct):hover {
	color: black;
}
li .product .advanced a:last-of-type {
	border-bottom: 0;
}
li .product a[href*="AddFavorite"] {
	float: right;
	margin: 0 0 0 15px;
	width: 20px;
	z-index: 10;
}
li .product a[href*="AddFavorite"] img {
	display: block;
	width: 100%;
}
li .product .info {
	padding: 15px 0 0;
	flex: auto;
	display: flex;
	flex-direction: column;
}
li .product .name {
	flex: auto;
}
li .product .name > a {
	display:block;
	text-decoration:none;
	font-weight: bold;
	color: #666;
}
li .product .PriceStriked_Productlist {
	display: none;
}
li .product .price {
	margin: 5px 0 0;
	font-size: 18px;
	margin-top: 20px;
	font-weight: bold;
}
li .product .price.offer {
	color: #ae0001;
    position: relative;
}
li .product .price strike {
	font-weight: normal;
    color: rgba(174,174,174,1.00);
    display: block;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}
li .product .price .currency {
	padding: 0 0 0 5px;
}
li .product .price small {
	font-size: 10px;
	font-weight: normal;
	color: #777777;
	padding-left: 5px;
}
li .product .manufacturer {
	color: rgba(152,152,152,1.00);
}
li .product .buy {
    display: none;
}
li .product input[type="text"] {
	display:none;
}



li .product input[type="submit"], li .product .buy input[type="image"], li .product .buy a img {
	width:100%;
	display:block;
	margin-top: 15px;
    border-radius: 4px;
}
li .product .news {
	position:absolute;
	top:20px;
	right:20px;
	z-index: 20;
	background-color:rgba(0,0,0,1.00);
	color:rgba(255,255,255,1.00);
	padding:4px 15px;
	font-size:12px;
}




.product div.Element_Overlay_Container_DIV,
.product .Element_Overlay_ProdList_SpecialOfferContainer_DIV,
.product div.Element_Overlay_ProductInfo-relatedContainer_DIV,
.productcard div.Element_Overlay_ProdInfo_SpecialOfferImage_DIV {
	display:none;
}
.product div.Element_Overlay_ProdList_SpecialOfferDIV,
.product div.Element_Overlay_ProdList_SavingsDIV,
.product div.Element_Overlay_Frontpage_SavingsDIV,
.product div.Element_Overlay_ProductInfo-related-savingsDIV,
.product div.Element_Overlay_ShowBasket-related-savingsDIV {
	position:relative;
	display:block;
}
li div.Element_Overlay_Frontpage_SavingsContainer_DIV,
li div.Element_Overlay_ProdList_SavingsContainer_DIV,
li div.Element_Overlay_Frontpage_SavingsContainer_DIV,
li div.Element_Overlay_ProductInfo-related-savingsContainer_DIV,
li div.Element_Overlay_ShowBasket-related-savingsContainer_DIV,
.productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV {
	top:5px;
	left:5px;
	right: auto;
	bottom: auto;
	position: absolute;
	background-color:#ae0001;
	padding: 4px 10px;
    z-index: 30;
}
li .Element_Overlay_Frontpage_SavingsImage_DIV,
li .Element_Overlay_ProdList_SavingsImage_DIV,
li .Element_Overlay_ProductInfo-related-savingsImage_DIV,
li .Element_Overlay_ProductInfo-customersboughtImage_DIV,
li .Element_Overlay_ShowBasket-related-savingsImage_DIV,
.productcard div.Element_Overlay_ProdInfo_SavingsImage_DIV{
	display:none;
}
li div.Element_Overlay_ProdList_SavingsText_DIV,
li div.Element_Overlay_Frontpage_SavingsText_DIV,
li div.Element_Overlay_ProductInfo-related-savingsText_DIV,
li div.Element_Overlay_ShowBasket-related-savingsText_DIV,
.productcard div.Element_Overlay_ProdInfo_SavingsText_DIV {
	color: rgba(255, 255, 255, 1);
	position: relative;
	top: auto;
	font-size: 12px;
	padding: 0;
}
.productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV {
    top: 20px;
    left: 20px;
}
.productcard div.Element_Overlay_ProdInfo_SavingsText_DIV {
	font-size:20px;
}



.pager {
	display: flex;
	padding:10px 0 0;
}
.pager > div {
	flex: auto;
}
.pager .prev, .pager .next {
	width: 20%;
	flex: none;
}
.pager .pages {
	text-align:center;
}
.pager .next {
	text-align:right;
}
.pager a, .pager .pages a.ActivePageNumber_ProductList:link {
	display:inline-block;
	border:solid 1px #4D4D4D;
	padding:5px 10px;
	text-decoration:none;
	margin: 0 3px;
}
.pager .pages a.ActivePageNumber_ProductList, .pager .pages a.ActivePageNumber_ProductList:link {
	border-color:#3f9df8;
	background-color:#3f9df8;
	color:#fff;
	font-weight: normal;
}









/* PRODUCTGROUPS */
.SubCats_Categories_UL {
	padding:0;
	margin:20px -1% 0;
	list-style-type:none;
	display: flex;
	flex-wrap: wrap;
}
.SubCats_Categories_UL > li {
	width:23% !important;
	float:none !important;
	margin:0 1% 2%;
}
.SubCats_Categories_UL > li:last-child {
	display:none;
}
.SubCats_Categories_UL > li .productgroup {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.SubCats_Categories_UL > li .productgroup > * {
    flex: none;
}
.SubCats_Categories_UL > li a > img {
	display:block;
	width:100%;
    border-radius: 5px 5px 0 0;
	height: auto;
}
.SubCats_Categories_UL > li .name {
    flex: auto;
    background-color: rgba(237,237,237,1.00);
    border-radius: 5px;
}
.SubCats_Categories_UL > li .name a {
	display:block;
	text-decoration:none;
	padding:10px;
	
	text-align: center;
    
}
.SubCats_Categories_UL > li a + .name a {
    border-radius: 0 0 5px 5px;
}

/* TABLE */
.SubCats_Categories_TABLE {
	width: 100%;
	margin-bottom: 50px;
}
.SubCats_Categories_TABLE > tbody > tr {
	display: flex;
	margin: 0 -1px;
}
.SubCats_Categories_TABLE > tbody > tr > td {
	width: 23%;
	margin: 1%;
	position: relative;
}
.SubCats_Categories_TABLE > tbody > tr > td > img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.SubCats_Categories_TABLE > tbody > tr > td > table {
	width: 100%;
    padding-top: 100%;
    border: 1px solid #ccc;
    position: relative;
}
.SubCats_Categories_TABLE > tbody > tr > td > table > tbody {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.SubCats_Categories_TABLE > tbody > tr > td > table > tbody td.mellemside-image img {
	width: 80%;
    display: block;
    margin: auto;
}
.SubCats_Categories_TABLE > tbody > tr > td > table > tbody td.mellemside-name {
	position: absolute;
    bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.SubCats_Categories_TABLE > tbody > tr > td > table > tbody td.mellemside-name > a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}


.breadcrumb, .SubCats_BreadCrumb {
	margin: 0 0 15px;
	display: block;
}
.breadcrumb:empty, .SubCats_BreadCrumb:empty {
	display: none;
}
.breadcrumb br, .SubCats_BreadCrumb br {
	display: none;
}
.breadcrumb, .breadcrumb td, .SubCats_BreadCrumb {
	text-align: center;
	font-size: 90%;
}
.breadcrumb, .breadcrumb a, .SubCats_BreadCrumb, .SubCats_BreadCrumb a {
	color: rgba(115,115,115,1.00);
	text-decoration: none;
}
.breadcrumb a, .SubCats_BreadCrumb {
	display: inline-block;
}
.breadcrumb a.BreadCrumbLink_Active, .SubCats_BreadCrumb a.BreadCrumbLink_Active {
	color: rgba(0,0,0,1.00);
}
.breadcrumb a[href*="frontpage.html"], .SubCats_BreadCrumb a[href*="frontpage.html"] {
	padding-left: 20px;
	background-image: url("/images/skins/Bewise/images/icon-store.svg");
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: 0 50%;
}
h1 + .breadcrumb, h1 + .SubCats_BreadCrumb {
	margin-top: -20px;
}



/* FAVORITES */
[action="/shop/favorites.html"] .FormTB {
	padding: 30px;
	margin: 30px 0 0;
	border: solid 1px rgba(238, 238, 238, 1);
}
[action="/shop/favorites.html"] .FormTB tbody {
	display: block;
}
[action="/shop/favorites.html"] .FormTB tbody > tr {
	display: block;
}
[action="/shop/favorites.html"] .FormTB tbody > tr:last-child {
	display: none;
}
[action="/shop/favorites.html"] .FormTB tbody > tr > td {
	display: block;
	width: 100%;
}
.FormTB_MessageTA {
	display: block;
}
.subjectHeader input[type="text"] {
	margin-bottom: 10px;
}


div.dd-theme-default .nivo-directionNav a {
	top:50%;
	width:45px;
	height: 45px;
	font-size: 0;
	transform:translateY(-50%);
	text-indent: 0;
	background-color: rgba(255,255,255,1.00);
	border-radius: 50%;
	background-size: auto 35%;
	background-position: 50% 50%;
	opacity: 1;
}
div.dd-theme-default a.nivo-prevNav {
	background-image: url('/images/skins/Bewise/images/arrow-left.svg');
	left: 20px;
}
div.dd-theme-default a.nivo-nextNav {
	background-image: url('/images/skins/Bewise/images/arrow-right.svg');
	right: 20px;
}

div.dd-theme-default .nivo-controlNav {
	margin: 15px 0 0;
	font-size: 0;
}
div.dd-theme-default .nivo-controlNav a {
	background-color:rgba(229,229,229,1.00);
	height: 6px;
	width: 6px;
	margin: 0 4px;
	border-radius: 50%;
	background-image: none;
}
div.dd-theme-default .nivo-controlNav a.active {
	background-color: rgba(90,90,90,1.00);
}




.extraProductsHeader {
    font-weight: bold;
    margin: 20px 0 5px;
    font-size: 16px;
}
.extraProductsContainer {
    border: solid 1px rgba(235,235,235,1.00);
    margin: 0 0 30px;
    width: 100%;
    border-left: solid 3px #ae0001;
    font-size: 90%;
}
.extraProductsContainer > div {
    display: flex;
    align-items: center;
    border-bottom: solid 1px rgba(235,235,235,1.00);
}
.extraProductsContainer > div:last-child {
    border: none;
}
.extraProductsContainer > div > * {
    flex: none;
}
.extraProductsContainer > div > .check {
    padding: 10px 15px;
}
.extraProductsContainer > div > .check input {
    margin: 0;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: rgba(255,255,255,1.00);
    border: solid 1px rgba(198,198,198,1.00);
}
.extraProductsContainer > div > .check input:checked {
    background-color: #5d9b2d;
    border: solid 5px rgba(255,255,255,1.00);
    box-shadow: 0 0 2px rgba(0,0,0,1);
}
.extraProductsContainer > div > .amount {
    padding: 0 10px 0 0;
}
.extraProductsContainer > div > .amount input {
    height: 30px;
    width: 40px;
    padding: 0 5px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    background-color: rgba(255,255,255,1.00);
    font-size: 12px;
}
.extraProductsContainer > div > .image {
    width: 60px;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
}
.extraProductsContainer > div > .image img {
    padding: 5px;
    display: block;
    width: 100%;
}
.extraProductsContainer > div > .name {
    flex: auto;
    padding: 10px 15px;
}
.extraProductsContainer > div > .name strong {
    display: block;
}
.extraProductsContainer > div > .name select {
    margin: 7px 0 0;
}
.extraProductsContainer > div > .price {
    text-align: right;
    padding: 10px 15px 10px 0;
}
.extraProductsContainer > div > .price strike {
    display: block;
    color: #CA0003;
}
.extraProductsContainer > div > .extraInfo {
    display: none;
}


.productcard {
    display: flex;
    margin: 0 -1%;
}
.productcard > * {
    flex: none;
    margin: 0 1%;
}
.productcard:after {
	content:"";
	clear:both;
	display:block;
}
.productcard .breadcrumb, .productcard .breadcrumb td {
	text-align: left;
}

.stockInfo > img {
	width: 13px;
	margin: 0 5px 0 0;
}
.stockInfo:empty {
	display: none;
}


.buyWrapperHeadline, .amountWrapperHeadline {
	display:none;
}

.productcard .buy {
	display: flex;
	margin: 20px 0;
	align-items: center;
}
.productcard .buy:empty {
	display: none;
}
.productcard a[href*="AddFavorite"] {
	margin-left: 15px;
	display: flex;
	align-content: center;
}
.productcard a[href*="AddFavorite"] img {
	display: block;
	height: 20px;
}
#BUYSECTION {
	display: flex;
}
.amountWrapper {
	display: flex;
	background-color:#f2f2f2;
	border-radius: 25px;
}
.amountWrapper > * {
	flex: none;
}
.amountWrapper input, .buyWrapper input {
	height: 50px;
}
.amountWrapper input {
	-webkit-appearance:none;
	border-radius:0;
	width:35px;
	flex: auto;
	border:none;
	background-color:transparent;
	text-align:center;
	padding:0;
	font-weight: bold;
}
.amountWrapper .incButton, .amountWrapper .decButton {
	padding: 0 20px;
	display: flex;
	align-items: center;
	font-weight: bold;
	cursor: pointer;
}
.amountWrapper span::selection {
    background: transparent;
}

.amountWrapper input::-webkit-outer-spin-button,
.amountWrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.amountWrapper input[type=number] {
    -moz-appearance:textfield;
}

.buyWrapper input[type="submit"] {
	margin-left: 15px;
	padding: 0 35px;
	font-size: 110%;
}
.buyWrapper input[type="image"] {
	display: none;
}
.productcard .buy input[type="submit"].hidden {
	display: none;
}

.productcard .documents > a:first-of-type {
	margin-top:20px;
	display:inline-block;
}
.productcard .documents img {
	width:25px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin:3px 10px 3px 0;
}

.productcard .news {
	position:absolute;
	top:20px;
	right:20px;
	background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
	display: inline-block;
	z-index: 10;
	font-size: 20px;
	padding: 4px 10px;
}
.productcard .images {
	
	width:44%;
	position:relative;
}
.productcard .imagecanvas {
	margin:0 0 15px;
	position: relative;
}
.productcard .imagecanvas a {
	display: block;
	text-align: center;
    position: relative;
}
.productcard .imagecanvas a > figure {
	display: inline-block;
}
.productcard .imagecanvas img[itemprop="image"] {
	display: block;
	width: 100%;
    height: auto;
}
.productcard .imageselector a[href*=".mp4"]:before,
.productcard .imageselector a[href*="youtu"]:before {
    background:rgb(255 255 255 / 23%);
}
.productcard .imagecanvas a[href*=".mp4"]:after,
.productcard .imageselector a[href*=".mp4"]:after,
.productcard .imageselector a[href*="youtu"]:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iI2FlMDAwMSIgY2xhc3M9InNpemUtNiI+CiAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMjEgMTJhOSA5IDAgMSAxLTE4IDAgOSA5IDAgMCAxIDE4IDBaIiAvPgogIDxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTE1LjkxIDExLjY3MmEuMzc1LjM3NSAwIDAgMSAwIC42NTZsLTUuNjAzIDMuMTEzYS4zNzUuMzc1IDAgMCAxLS41NTctLjMyOFY4Ljg4N2MwLS4yODYuMzA3LS40NjYuNTU3LS4zMjdsNS42MDMgMy4xMTJaIiAvPgo8L3N2Zz4=");
    background-size: 70px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 6;
    top: 0;
    left: 0;
}
.productcard .imageselector a[href*=".mp4"]:after,
.productcard .imageselector a[href*="youtu"]:after {
    background-size: 40% auto;
}
.productcard .imageselector .selectors, .productcard .imageselector {
	display: flex;
	margin: 30px -1% 0 -1%;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.productcard .imageselector .selectors a, .productcard .imageselector > a {
	flex: none;
	width: 18%;
	position: relative;
	margin: 10px 10px 10px !important;
}
.productcard .imageselector img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.productcard .imageselector .selectors a img {
	display:block;
	width: 100% !important;
	margin:0 !important;
	/*border-radius: 99px;*/
}
table.ProductInfo_MagixZoomPlus_MainImage_TABLE {
	width:100%;
}
div.MagicThumb-caption {
	display:none !important;
}

.imagecanvas div.Element_Overlay_ProdInfo_SavingsDIV, .imagecanvas div.Element_Overlay_ProdInfo_SpecialOfferDIV {
	display:block;
}
.productcard .info {
    flex: auto;
    background-color: rgba(255,255,255,1.00);
    padding: 25px;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
	position:relative;
    border-radius: 5px;
}
.Product_Rating_Review_Text, .Product_Rating_Sum, .Product_Rating_NoRates {
	display: none;
}

.productcard .product-number {
	margin:20px 0 15px;
	font-size:11px;
	display:none;
}
.productcard .product-number.active {
	display:block;
}
.productcard .viabill-pricetag {
    margin-bottom: 20px;
}
.Variants {
	margin:0 0 20px;
	width:348px;
	max-width: 100%;
}
table.VariantGroup, table.VariantGroup * {
	width:100%;
	display: block;
}
.Variants > table.VariantGroup:not(:last-child) {
	margin-bottom: 15px;
}
table.VariantGroup > tbody > tr:first-child > td:first-child {
	display: none;
}
td.VariantGroupLabel {
	font-weight:bold;
	padding:0 0 5px;
    font-size: 16px;
}
table.VariantGroup select {
	width:100%;
}
.productcard .info .info-toolbar {
	display: inline-flex;
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
	overflow: hidden;
}
.productcard .info .info-toolbar > li {
	display: none;
	padding: 10px 15px;
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
	border: 1px solid #dfdfdf;
}
.productcard .info .info-toolbar > li > img {
	width: 14px;
	display: inline-block;
	margin-right: 6px;
}
.productcard .info .info-toolbar > li.today {
	background-color: rgba(155,196,145,1.00);
	border-color: rgba(155,196,145,1.00);
	color: #fff;
}
.productcard .info .info-toolbar > li:first-child {
	border-radius: 99px 0 0 99px;
}
.productcard .info .info-toolbar > li:not(:first-child) {
	border-right: 0;
}
.productcard .info .info-toolbar > li:last-child {
	border-right: 1px solid #dfdfdf;
	border-radius: 0 99px 99px 0;
}
.productcard .info .info-toolbar > li.colored:last-child {
	border-color: #81b58a;
}

.productcard h1 {
	text-align: left;
	font-size: 200%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}
.productcard h1:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background-color: #ae0001;
}

.retailPrice {
    display: none;
}
.retailPrice strike {
    text-decoration: none;
}
.retailPrice span {
    padding-left: 4px;
}
.retailPrice .retailPriceSavings {
    color: #ae0001;
}


.productcard .Prices_Custom_UL {
	margin:0 0 20px;
	padding:0;
	list-style-type:none;
}
.productcard .Prices_Custom_UL > li > span.price, .productcard .Prices_Custom_UL > li > span.vat, .productcard .Prices_Custom_UL > li > span.currency {
	color: #ae0001;
}
.productcard .Prices_Custom_UL > li .currency {
	padding-left: 5px;
}
.weight {
    margin-bottom: 10px;
}
.productcard .Prices_Custom_UL > li .before {
	color:rgba(174,174,174,1.00);
	font-weight: normal;
    text-decoration: line-through;
    display: block;
}
.productcard .Prices_Custom_UL > li:first-child .price,
.productcard .Prices_Custom_UL > li:first-child .currency{
	font-size:200%;
	font-weight:bold;
}
.productcard .Prices_Custom_UL li:first-child .before {

	text-decoration: line-through;
    font-size: 120%;
}
.productcard .Prices_Custom_UL li:first-child .vat {
	
}
.productcard .Prices_Custom_UL *:empty {
	display: none;
} 
.productcard .Prices_Custom_UL li:first-child .text {
	display:none;
}
.productcard .Prices_Custom_UL > li:nth-child(n+2) {
	padding: 4px 8px;
    background-color: #ae0001;
    color: rgba(255,255,255,1.00);
    display: inline-block;
}
.productcard .Prices_Custom_UL > li:nth-child(n+2) .before {
	padding-right: 4px;
}
.productcard .Prices_Custom_UL > li:nth-child(n+2) .price,
.productcard .Prices_Custom_UL > li:nth-child(n+2) .price + .currency {
    font-weight: bold;
	color: rgba(255,255,255,1.00);
}
.productcard .Prices_Custom_UL > li:not(:last-child) {
	margin-bottom: 5px;
}


.productcard .stockInfo {
	margin: 0 0 20px;
}
.productcard .short-description {
	margin:0 0 20px;
	font-weight:bold;
	line-height: 1.7em;
}

td.ProductInfo_MagixZoomPlus_MainImage_TD {
	border:0;
}
.productcard .addthis_toolbox {
	padding:20px 0 0;
}


.tabs {
	margin: 30px 0 0 0;
	padding: 0;
	display: none;
	clear: both;
}
.tabsLiContainer {
	border-top: solid 1px rgba(238, 238, 238, 1);
	border-bottom: solid 1px rgba(238, 238, 238, 1);
	position: relative;
	
}
.tabsLiContainer:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	z-index: 20;

}
.tabsLiContainer > ul {
	margin:0;
	padding:0;
	list-style-type:none;
	display: flex;
	-webkit-overflow-scrolling:touch;
    overflow-x:auto;
	overflow-y:hidden;
	justify-content: center;
}
.tabsLiContainer li {
	padding:20px 0;
	position:relative;
	z-index:20;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(0,0,0,.50);
}
.tabsLiContainer > ul > li:not(:last-child) {
	margin-right: 4%;
}
.tabsLiContainer li.open {
	cursor: default;
	color: rgba(0,0,0,1.00);
}
.tabsLiContainer li.open:after {
	height: 3px;
	background-color: #ae0001;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.tabsLiContainer li:not(.open) {
	cursor:pointer;
}
.tabsDivContainer > div {
	display:none;
	padding:20px 0 0;
	position:relative;
	text-align: left;
	line-height: 1.7em;
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
}
.tabsDivContainer > div:after {
	clear: both;
	content: "";
	display: block;
}
.tabsDivContainer > div:first-of-type {
	display:block;
}
.tabsDivContainer iframe {
	max-width: 100%;
}



/* SPECS */
.specs {
	list-style-type:none;
	margin:0;
	padding:0;
	border:solid 1px rgba(237,237,237,1.00);
	border-radius:6px;
	display:none;
}
.specs > *:not(:last-child) {
	border-bottom:solid 1px rgba(237,237,237,1.00);
}
.specs > :nth-child(2n+1) {
	background-color:rgba(155,155,155,0.10);
}
.specs > * {
	display: flex;
}
.specs > * > * {
	flex: auto;
	padding: 5px 10px;
}
.specs > * > *:first-child {
	width: 30%;
	flex: none;
	font-weight: bold;
}



/* RETUR SYSTEM */
.CustomerOrdersHeader {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 11px;
    padding: 0 15px;
}
.CustomerOrdersHeader > div:nth-child(1) {
    width: 35px;
    flex: none;
}
.CustomerOrdersHeader > div:nth-child(2) {
    width: 10%;
    flex: none;
}
.CustomerOrdersHeader > div:nth-child(3) {
    width: auto;
    flex: auto;
    padding-left: 20px;
}
.CustomerOrdersHeader > div:nth-child(4) {
    width: 20%;
    flex: none;
}
#CustomerOrders {
    display: flex;
    flex-wrap: wrap;
}
#CustomerOrders > div {
    flex: none;
    width: 100%;
    margin-bottom: 10px;
    background-color: #f6f6f6;
    border-radius: 4px;
    border: solid 1px rgba(229,229,229,1.00);
    padding: 15px;
    display: flex;
    align-items: center;
}
#CustomerOrders > div > input.OrderSelect {
    width: 35px;
    margin: 0;
    padding: 0;
    flex: none;
}
#CustomerOrders .OrderID {
    width: 10%;
    flex: none;
}
#CustomerOrders .OrderLines {
    width: auto;
    flex: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}
#CustomerOrders .OrderLines > div {
    flex: none;
    width: 100%;
    padding: 5px 0;
    display: flex;
    align-items: center;
}
#CustomerOrders .OrderLines > div:not(:first-child) {
    border-top: 1px solid #eee;
}
#CustomerOrders .OrderLines > div > div:first-child {
    flex: none;
}
#CustomerOrders .ProductInfoContainer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
#CustomerOrders  .ProductContainerProductnumber {
    margin-right: 15px;
    font-size: 11px;
    flex: none;
    width: 22%;
}
#CustomerOrders .ProductContainerProductname {
    font-weight: bold;
    flex: auto;
}
#CustomerOrders select {
    width: 20%;
    flex: none;
}
#UploadContainer {
    background-color: #f6f6f6;
    padding: 10px;
    margin: 10px 0;
    border: solid 1px rgba(229,229,229,1.00);
    border-radius: 4px;
}
#ImageContainer {
    margin: 10px 0 0 0;
}
#returnForm input#SubmitBtn {
	margin: 10px 0 0 0;
	width:250px;
	-webkit-appearance: none;
    font-weight: bold;
    border: none;
    color: #fff;
    cursor: pointer;
    background: #ae0001;
    display: inline-block;
    padding: 10px 20px;
    font-size: inherit;
    text-decoration: none;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    outline: none;
    min-height: 34px;
    position: relative;

}
#returnForm input#SubmitBtn:disabled{
    background: #272727;
    cursor: not-allowed;
} 
#returnForm textarea {
    min-height: 150px;
    border-radius: 4px;
}

.CustomerComplaintsHeader {
    display: flex;
}
.CustomerComplaintsHeader > div {
    flex: none;
    font-size: 11px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 8px;
}
.CustomerComplaintsHeader > div:first-child, .Complaint > div:first-child {
    width: 5%;
}
.CustomerComplaintsHeader > div:nth-child(2), .Complaint > div:nth-child(2) {
    width: 10%;
}
.CustomerComplaintsHeader > div:nth-child(3), .Complaint > div:nth-child(3) {
    width: 30%;
}
.CustomerComplaintsHeader > div:nth-child(4), .Complaint > div:nth-child(4) {
    width: 15%;
}
.CustomerComplaintsHeader > div:nth-child(5), .Complaint > div:nth-child(5) {
    width: 10%;
}
.CustomerComplaintsHeader > div:nth-child(6), .Complaint > div:nth-child(6) {
    width: 30%;
    text-align: right;
}
#ComplaintList > div:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.Complaint {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.Complaint > div {
    flex: none;
}
.Complaint .Images {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.Complaint .Images img {
    display: block;
    width: 50px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-right: 5px;
}
.Complaint .ProductNumbers {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2px;
}

#UploadContainer .Evidence{
    margin-top:10px;
    display:block;
}

@media (max-width: 800px) {
    .CustomerOrdersHeader {
        padding: 0;
    }
    .CustomerOrdersHeader > div:nth-child(2), #CustomerOrders .OrderID {
        width: 15%;
    }
    #CustomerOrders > div {
        padding: 5px;
    }
    #CustomerOrders > div > input.OrderSelect {
        width: 25px;
    }
    #CustomerOrders .OrderLines {
        padding: 0 10px;
    }
    #CustomerOrders .ProductContainerProductnumber {
        width: 100%;
        margin-right: 0;
    }
    #CustomerOrders .OrderLines > div > div:first-child {
        margin-right: 10px;
    }
    
    .productcard .imageselector {
        margin-top: 0;
    }
}




/* SHOWBASKET */
#showbasketContent:after {
	content: "";
	display: block;
	clear: both;
}
.ShowBasket_Custom_DIV {
	clear: both;
}
.ShowBasket_Custom_DIV > div {
	display: flex;
	align-items: center;
	padding: 15px 0;
	position: relative;
	border-bottom: solid 1px rgba(238, 238, 238, 1);
}
.ShowBasket_Custom_DIV > div > * {
	flex: none;
}
.ShowBasket_Custom_DIV > div > a[href*="remove"] {
	position: absolute;
	z-index: 20;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: block;
	top: 5px;
	left: -10px;
	background-color: rgba(0,0,0,1.00);
}
.ShowBasket_Custom_DIV > div > a[href*="remove"] img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 40%;
}
.ShowBasket_Custom_DIV > div > .image {
	width: 10%;
}
.ShowBasket_Custom_DIV > div > .image a {
	display: flex;
	width: 80%;
	position: relative;
	align-items: flex-start;
}
.ShowBasket_Custom_DIV > div > .image img {
	display: block;
	width: 100% !important;
}
.ShowBasket_Custom_DIV > div > .description {
	flex: auto;
}
.ShowBasket_Custom_DIV > div > .description > a {
	text-decoration: none;
	font-weight: bold;
	color: rgba(0,0,0,1.00);
}
.ShowBasket_Custom_DIV > div > :last-child {
	text-align: right;
}
.ShowBasket_Custom_DIV .amount {
	display: flex;
	background-color: #f2f2f2;
    border-radius: 25px;
	align-items: center;
}
.ShowBasket_Custom_DIV .description .amount {
	display: none;
}
.ShowBasket_Custom_DIV .amount > * {
	flex: none;
}
.ShowBasket_Custom_DIV .amount > a {
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
	height: 50px;
}
.ShowBasket_Custom_DIV .amount > span {
	width: 30px;
	text-align: center;
}
.ShowBasket_Custom_DIV .amount > a img {
	height: 10px;
}
.ShowBasket_Custom_DIV .amount > span:first-child {
	display: none;
}
.ShowBasket_Custom_DIV .unittotal {
	width: 20%;
	padding-left: 3%;
}
.ShowBasket_Custom_DIV .unittotal[data-type*="SalesDiscountProduct"] {
	color: #ae0001;
}
.ShowBasket_Custom_DIV .unittotal small {
	display: block;
}
.ShowBasket_Custom_DIV .unittotal[data-amount="1"] small {
	display: none;
}

.giftWrap {
	margin: 10px 0 0;
}
.giftWrap input {
	display: none;
}
.giftWrap label {
	cursor: pointer;
}
.giftWrap table, .giftWrap:empty {
	display: none;
}

.basketCheckout {
	float: right;
	width: 420px;
	max-width: 100%;
}
.basketCheckout a.button {
	display: block;
}
.basketCheckout .line {
	display: flex;
	align-items: flex-start;
}
.basketCheckout .line:first-child {
	margin-top: 20px;
}
.basketCheckout .line > * {
	padding: 0 0 10px;
	flex: auto;
}
.basketCheckout .line > :last-child:not(:first-child) {
	text-align: right;
}
.basketCheckout .line.total {
	font-weight: bold;
	color: rgba(0,0,0,1.00);
	border-top: solid 1px rgba(238, 238, 238, 1);
	margin-bottom: 20px;
}
.basketCheckout .line.total > * {
	padding: 10px 0;
}
.basketCheckout .line > .shippingMessage {
    text-align: center;
    background-color: rgba(238, 238, 238, 1);
    padding: 8px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.basketCheckout .line > .shippingMessage.today {
    background-color: rgba(155,196,145,1.00);
    color: rgba(255,255,255,1.00);
}
.basketCheckout .line > :empty {
	display: none;
}
.basketDiscount input[type="text"] {
	display: block;
	width: calc(100% - 10px);
	padding: 0 10px;
}
.basketDiscount button {
	display: block;
	width: 100%;
	cursor: pointer;
	padding: 0 20px;
	background-color: rgba(0,0,0,1.00);
	color: white;
	font-size: 12px;
}
.basketEmpty {
	text-align: center;
}






.shippingSteps {
    overflow: hidden;
    border-radius: 4px;
}
.shippingSteps > div {
    display: none;
    padding: 10px 15px;
    text-align: center;
    background-color: #ae0001;
    color: rgba(255,255,255,1.00);
    font-weight: bold;
    justify-content: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    border-bottom: solid 1px rgba(255,255,255,.20);
}
.shippingSteps > div.redeemed {
    background-color: rgba(155,196,145,1.00);
}
.shippingSteps > div:first-child, .shippingSteps > div.redeemed, .shippingSteps > div.redeemed + div {
    display: flex;
}

.productcard .shippingSteps {
    display: inline-block;
    margin-bottom: 15px;
}
.productcard .shippingSteps > div {
    font-size: 90%;
    padding: 8px 11px;
}

#showbasketContent .shippingSteps {
    margin-bottom: 20px;
}

.miniBasket .shippingSteps {
    margin-bottom: 15px;
}
.shippingSteps:empty {
    display: none !important;
}

/* CONTACTFORM */
aside .header {
	margin-top:30px;
}
form.contact {
	padding:0;
}
form.contact input[type="text"],
form.contact input[type="email"],
form.contact textarea {
	width:100%;
	height:30px;
	padding-left:15px;
	margin:0 0 4px;
	color:#000;
	background-color:rgba(100,100,100,0.1);
	border:0;
	border-top:solid 1px #DBDBDB;
}
form.contact textarea  {
	padding:10px 15px;
	height:60px;
}
form.contact small {
	display:block;
	padding:5px 0 10px 15px;
}
form.contact input[type="submit"] {
	font-size:12px;
	padding:7px 10px;
	margin-left:15px;
	text-transform:uppercase;
}



footer {
	background-color: #222;
	margin: 50px 0 0;
	padding: 80px 0;
	color: rgba(255,255,255,.75);
}
footer > section {
	display: flex;
	width:1470px;
	max-width:90%;
	margin:0 auto;
	font-weight: 300;
	line-height: 2em;
}
footer > section > * {
	width: 25%;
	flex: none;
}
footer > section > .follow img {
	max-width: 100%;
    height: 15px;
	display: block;
    margin: 0 0 10px;
}
footer > section > * > strong {
	display:block;
	font-weight:bold;
	margin:0 0 20px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(255,255,255,1.00);
}
footer > section > * > strong:not(:first-child) {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}
footer > section > * > strong > img {
	display: block;
	width: 90%;
	max-width: 260px;
	border-radius: 3px;
}
footer a {
	text-decoration:none;
	color: white;
}
.footerMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
footer input[type="text"], footer input[type="email"] {
	color: #000;
    background-color:rgba(255,255,255,1.00);
    padding: 0px 10px;
    border: none;
    font-weight: normal;
    display: block;
    height: 35px;
	width: 280px;
    max-width: 80%;
    border-radius: 3px;
	margin: 0 0 10px;
}
footer input[type="checkbox"] {
	margin: 0 5px 0 0;
}
footer .acceptTerms {
	margin-bottom: 10px;
}

.TopMenu_MenuItems {
	display: none;
}
header .TopMenu_MenuItems {
	display: block;
}


a.social {
	display:inline-block;
	margin:0 15px 0 0;
	opacity: .75;
	transition: opacity ease .2s;
}
a.social:hover {
	opacity: 1;
}
a.social img {
	height: 24px;
}



div.credits {
	padding:15px 0;
	background-color: rgba(27,27,27,1.00);
	color: rgba(255,255,255,1.00);
}
div.credits > section {
	width:1470px;
	max-width:90%;
	margin:0 auto;
	display: flex;
	align-items: center;
}
div.credits img {
	width: 100%;
	max-width: 300px;
	display: block;
}
div.credits > section > * {
	flex: auto;
}
div.credits > section > div {
	max-width: 60%;
}
div.credits > section > a {
	font-size:9px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
div.credits > section > div + a {
	text-align: right;
}




table.CmsPageStyle_Table, .profileWrapper table, .termsWrapper table {
	table-layout:fixed;
}

	


.btnMenu {
	display: none;
}

.productFilter {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    overflow: hidden;
    background-color: rgba(0,0,0,.4);
    display: none;
}
#ProductFilter-Container {
	position: absolute;
	top: 0;
	left: -400px;
	height: 100%;
	width: 330px;
	max-width: 80%;
	padding: 20px;
	background-color: rgba(255,255,255,1.00);
	box-shadow: 0 0 50px rgba(0,0,0,.2);
	z-index: 400;
	border-top: solid 7px #000000;
	transition: left 0.2s ease-in-out;
	display: flex;
	flex-direction: column;
}
#ProductFilter-Container.active {
	left: 0;
}
#ProductFilter-Container > * {
	flex: none;
}
.product-filter-headertext-container {
	display: none;
}
#ProductFilter-Container div[class*="product-filter-column-container"] {
	display: flex;
	flex: auto;
	flex-direction: column;
	-webkit-overflow-scrolling:touch;
    overflow-y:auto;
	overflow-x:hidden;
}
.product-filter-row {
	margin-bottom: 35px;
}
div.product-filter-container {
	border: none;
}
div.product-filter-header-container {
	background-color: transparent;
	padding: 0;
	border: none;
	float: none;
}
div.product-filter-body-container, div.product-filter-body-container-price {
	padding: 10px 0 0;
}
div.product-filter-body-container-price {
	padding-top: 15px;
}
div.product-filter-header-text {
	text-transform: uppercase;
}
div.product-filter-checkbox-container {
	display: flex;
	align-items: center;
	border: solid 1px rgba(238, 238, 238, 1);
    padding: 8px 8px;
    border-radius: 3px;
	position: relative;
    transition: background 0.3s ease;
}
div.product-filter-advanced-variant-checkboxes, div.product-filter-tag-checkboxes {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.product-filter-advanced-variant-checkboxes div.product-filter-checkbox-container, div.product-filter-tag-checkboxes div.product-filter-checkbox-container {
	margin: 0 10px 10px;
	width: calc(50% - 20px);
}
div.product-filter-checkbox-container.active {
	border-color: #ae0001;
	background-color: #ae0001;
}
div.product-filter-checkbox-container.active * {
	color: rgba(255,255,255,1.00);
}
div.product-filter-checkbox-container:not(.disabled):not(.active):hover {
	background-color: rgba(238,238,238,.6);
}
div.product-filter-checkbox-container.disabled {
	cursor: default;
	opacity: .3;
}
div.product-filter-checkbox-container.disabled:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}
div.product-filter-checkbox-container > * {
	flex: none;
	float: none;
}
label.product-filter-checkbox-label {
	float: none;
	line-height: normal;
	flex: auto;
	cursor: pointer;
}
div.product-filter-checkboxes, div.product-filter-manufactor-checkboxes {
	margin: 0 0 10px;
}
div.product-filter-clear {
	display: none;
}
.product-filter-row input[type="checkbox"] {
	display: none;
}
.checkbox {
	float: left;
	width: 19px;
	height: 19px;
	background-color: rgba(214,214,214,1.00);
	cursor: pointer;
	margin: 0 8px 0 0;
	border-radius: 50%;
}
input:checked + label .checkbox {
	background-color: #ae0001;
}
div.product-filter-clear-all {
	margin: 0 0 10px;
}
div.product-filter-clear-all a {
	text-decoration: none;
	display: inline-block;
	padding: 3px 10px;
	border-radius: 3px;
	border: solid 1px rgba(238, 238, 238, 1);
}
.btnFilterProductsFound {
	display: block;
	margin: 0 0 20px;
}
.btnFilterProductsFound:before {
	content: "×";
	font-family: 'Arial';
    position: absolute;
    right: 6px;
	top: 50%;
	transform: translateY(-50%);
    font-size: 25px;
    cursor: pointer;
    background-color: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
    padding: 3px 0;
    line-height: 1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}
.btnFilter {
    outline: none;
	cursor: pointer;
	position: relative;
}
.btnFilter > * {
	display: inline-block;
	vertical-align: middle;
}
.btnFilter img {
	margin: 0 8px 0 0;
	width: 13px;
}
.btnFilter .count {
	position: absolute;
    left: -16px;
    top: -6px;
    width: 20px;
    height: 20px;
    background-color: #ae0001;
    border-radius: 50%;
    text-align: center;
    padding: 4px 0 0;
    font-family: 'Arial';
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    color: rgba(255,255,255,1.00);
}


.priceRangeInfo {
	display: flex;
}
.priceRangeInfo > span {
	flex: auto;
	font-size: 70%;
}
.priceRangeInfo > span:last-child {
	text-align: right;
}
.value-slider-wrapper-input {
	display: none;
}

.BackgroundColor1_Customer {
	table-layout: fixed;
}

.webshop-customercenter td > b + br {
	display: none;
}
.webshop-customercenter input[type="text"]#xprofileid.TextInputField_Customer, .webshop-customercenter input[type="password"]#xprofileid1.TextInputField_Customer {
    -webkit-appearance: none;
    width: 100% !important;
    margin: 0 0 10px;
	display: inline-block;
}
#xprofileid1 + .SubmitButton_Customer {
    display: block;
    margin: -10px 0 20px;
}
form[action="/shop/customer.html"]:not([name="CustomerCenterForm"]) {
	display: block;
	width: 600px;
	max-width: 100%;
	background-color: rgba(247,247,247,1.00);
	padding: 30px;
	margin: 0 auto;
}
form[action="/shop/customer.html"][name="forgotpsw"] {
	margin-top: 20px;
}
.ErrorText_customerlogin {
	background-color: rgba(248,208,209,1.00);
	border: solid 1px rgba(214,160,161,1.00);
	color: rgba(165,67,69,1.00);
	padding: 6px 10px;
	margin: 0 0 10px;
	border-radius: 3px;
}
form[name="CustomerCenterForm"] .BackgroundColor1_Customer {
	padding: 20px;
	border: solid 1px rgba(238, 238, 238, 1);
}
form[name="CustomerCenterForm"] .Text1_Customer > tbody > tr:first-child > td > br:first-child {
	display: none;
}
[id*="tabB"] {
	float:left;
	margin-right:6px;
}
[id*="tabB"] > span {
	background-color: rgba(238, 238, 238, 1);
	padding: 10px 15px;
	display: block;
	border-radius: 3px 3px 0 0;
}
[id*="tabB"] > span.Tabactive_Customer, [id*="tabB"] > span.Tabhover_Customer {
	background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
}
/*[id*="tab5"] {
	float: right;
	margin: 0;
}
[id="tabB5"] > span.Tabdeactive_Customer {
	color: rgba(255,255,255,1.00);
	background-color: #ae0001;
}
*/
.Text1_Customer tr[id*="Field"] > td {
	padding: 5px 0;
}
.Text1_Customer tr[id*="Field"] > td:nth-child(3) {
	font-size: 0;
}
span.FieldReq_Customer {
	position: absolute;
	font-size: 12px;
	line-height: 1;
	margin: -7px 0 0 -21px;
}
#OrderDetailsHeading + br + table,
#OrderDetailsHeading + br + table + br + table + table{
	display: none;
}
#OrderDetailsHeading + br + table + br + table > tbody > tr > td {
	border-bottom: solid 1px rgba(238, 238, 238, 1);
	padding: 7px 0;
}
[href="/shop/customer.html&StrCurTab=3"] {
	background-color: rgba(0,0,0,1.00);
	margin-top: 15px;
}


body.webshop-checkout .sticky-wrapper, body.webshop-checkout .call-us, body.webshop-checkout #ProductmenuContainer_DIV, body.webshop-checkout header .search, body.webshop-checkout .basket, body.webshop-checkout .btnMenu, body.webshop-checkout .btnFavorites, body.webshop-checkout .usp, body.webshop-checkout .btnAccount, body.webshop-checkout .btnService {
	display: none;
}
body.webshop-checkout .shoplogo {
	padding: 25px 0;
	display: block;
	margin: 0 auto;
}
body.webshop-checkout header {
	justify-content: center;
}
body.webshop-checkout article {
	padding-top: 40px;
	min-height: 1000px;
}

div#customer-login {
    margin-bottom: 20px;
}
div#checkout-container #checkout_password_login-container, div#checkout-container #checkout_password_login-button-container {
    float: none;
    width: 100%;
}
#checkout-container input.checkout-lookup-button {
    float: none;
}
div#checkout-container #column-data #customer-login input {
    margin: 0 0 7px;
}
#checkout-container #column-data, #checkout-container #column-shipping-payment, #checkout-container #column-order-summary {
	width: 800px;
	max-width: 100%;
	margin: 0 auto 40px;
	float: none;
	border: none;
	min-height: 10px;
	padding: 30px;
	box-shadow: 0 0 50px rgba(0,0,0,.1);
	position: relative;
}
#checkout-container #column-data:after, #checkout-container #column-shipping-payment:after {
	content: "";
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid rgba(255,255,255,1.00);
	position: absolute;
	top: 100%;
	left: 30px;
	z-index: 20;
}
#checkout-container h3, #checkout-container h2 {
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 15px;
	padding: 0;
}
#checkout-container #column-data #customer-data input, #checkout-container #column-data #customer-data select, #checkout-container textarea {
	margin: 0;
}
/*
#checkout-container #column-data #customer-data input:not([type="button"]):not([type="button"]):not([type="checkbox"]), #checkout-container textarea {
	padding: 10px 15px 0;
}
*/
#customer-data label {
	display: block;
	position: relative;
	margin: 0 0 10px;
}
#checkout-container small.smallPlaceholder {
	color: rgba(129,129,129,1.00);
	transition: all 0.2s ease-in-out;
}
/*
#checkout-container input:focus + small, #checkout-container textarea:focus + small, #checkout-container input.notEmpty + small, #checkout-container textarea.notEmpty + small {
	top: 3px;
	left: 15px;
	color: rgba(138,138,138,1.00);
	transform: none;
	font-size: 9px;
}
*/
#checkout-container .salesdiscountcode-label {
	flex: none;
	width: 100%;
}
#checkout-container .salesdiscountcode-container {
	display: inline-block;
	width: 70%;
	float: none;
}
#checkout-container .salesdiscountcode-button-container {
	display: inline-block;
	float: none;
	width: 28%;
	margin: 0 0 0 2%;
}
#checkout-container #column-data #customer-data input.checkout-salesdiscount-code-button {
	float: none;
	width: 100%;
	cursor: pointer;
	height: 34px;
	padding: 0;
	font-size: 12px;
}
#customer-data fieldset {
	display: block;
	margin: 0 -1%;
}
#customer-data fieldset > label {
	width: 48%;
	margin: 0 1% 2%;
	display: inline-block;
	vertical-align: top;
}
#checkout-container .checkout-row.altdev {
	width: 98%;
	margin: 0 1%;
	display: flex;
	align-items: center;
	padding: 15px;
	border: solid 1px rgba(241,241,241,1.00);
	background-color: rgba(248,248,248,1.00);
}
#checkout-container .checkout-row.altdev > * {
	flex: auto;
}
#checkout-container .checkout-row.altdev > .div-checkout-checkbox {
	flex: none;
	width: 30px;
}
#checkout-container div#customer-alternative-delivery {
	border: none;
}
#checkout-container #column-data #customer-data .checkout-row.altdev > .div-checkout-checkbox input {
	margin: 0 0 0;
}
#checkout-container .checkout-row.altdev .opcHeader {
	font-weight: bold;
}
#checkout-container .checkout-row.altdev .opcHeader br {
	display: none;
}
#checkout-container #column-data #customer-data .checkout-row.altdev label {
	margin: 0;
}
#payment-methods {
	margin: 0 0 30px;
}
#checkout-container .checkout-payment-table, #checkout-container .checkout-shipping-table {
	width: 100%;
}
#shipping-methods div:empty {
	display: none;
}
#checkout-container #column-shipping-payment label {
	border: 1px solid #dfdfdf;
    padding: 10px;
	cursor: pointer;
    border-radius: 3px;
}
#checkout-container #column-shipping-payment label:hover {
	background-color: rgba(238,238,238,.50);
}
#checkout-container .checkout-payment-radio-cell, #checkout-container .checkout-shipping-radio-cell {
	width: 20px;
}
#checkout-container #column-shipping-payment input[type=radio] {
	margin: 0;
}
.checkout-payment-method-image {
	float: right;
}
.checkout-payment-method-image img {
	margin: 0 0 10px 20px;
}
#column-shipping-payment .shipping-message, #column-shipping-payment .payment-message {
	font-size: 11px;
	color: rgba(114,114,114,1.00);
}
.checkout-order-confirm-headline {
	display: none;
}
#confirm-accepterms, #mailchimp-subscribe-box, #subscription-maillist {
	border: 1px solid #dfdfdf;
    padding: 10px 15px;
	cursor: pointer;
    border-radius: 3px;
	float: none;
	margin: 20px 0;
}
#mailchimp-subscribe-box small {
	display: block;
}
#confirm-accepterms input, #mailchimp-subscribe-box input, #subscription-maillist input {
	margin: 0 8px 0 0;
	display: inline-block;
	vertical-align: middle;
}
#confirm-accepterms span, #mailchimp-subscribe-box label, #subscription-maillist label {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 30px);
}

#confirm-complete-button {
	float: none;
	width: 100%;
}

div.checkout-customerdata-text-validationmessage {
	font-size: 10px;
	margin: 2px 0 0;
}



/*! nouislider - 12.1.0 - 10/25/2018 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}
.noUi-horizontal .noUi-handle {
  width: 30px;
  height: 24px;
  left: -17px;
  top: -11px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -29px;
  left: auto;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle.noUi-handle-upper {
	right: 0;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background:rgba(178,178,178,.30);
  border-radius: 0px;
	margin: 20px 0 15px;
  /*border: 1px solid #D3D3D3;
  /*box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;*/
}
.noUi-connect {
  background:rgba(0,0,0,1.00);
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 1px;
  background: #E8E7E6;
  left: 12px;
  top: 6px;
}
.noUi-handle:after {
  left: 15px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border-radius: 3px;
  background:rgba(0,0,0,1.00);
  color:rgba(255,255,255,1.00);;
  padding: 2px 4px;
  text-align: center;
  white-space: nowrap;
	font-size: 60%;
}
.noUi-tooltip:after {
	content: "";
	width: 0px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0,0,0,1.00);
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}


.Frontpage_Content > .slider-align {
    border-radius: 6px;
    overflow: hidden;
}
/* MOST SOLD */
/* .Frontpage_Most_Sold,
.Frontpage_Most_Viewed {
	width: 1470px;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
} */
.Frontpage_Brands .slick-arrow,
.productcard .images .selectors .slick-arrow,
.Related_Custom_UL .slick-arrow {
	position: absolute;
	top: 50%;
	cursor: pointer;
	opacity: .5;
	transition: opacity ease .2s;
}
.Frontpage_Brands .slick-arrow:hover,
.productcard .images .selectors .slick-arrow:hover,
.Related_Custom_UL .slick-arrow:hover {
	opacity: 1;
}
.Frontpage_Brands .slick-prev,
.productcard .images .selectors .slick-prev,
.Related_Custom_UL .slick-prev {
	right: 100%;
	transform: translate(0,-50%);
}
.Frontpage_Brands .slick-next,
.productcard .images .selectors .slick-next,
.Related_Custom_UL .slick-next {
	left: 100%;
    transform: translate(0,-50%);
}
.Frontpage_Brands .slick-track,
.productcard .images .selectors .slick-track,
.Related_Custom_UL .slick-track {
	display: flex;
}
.Frontpage_Custom_UL li {
	height: inherit;
}
.product-slider {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.product-slider .product {
	width: 23%;
	padding: 15px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	margin: 0 1% 2%;
	height: inherit;
}
.product-slider > div:nth-child(n+9) {
    display: none;
}
.product-slider .product .image {
	height: 174px;
	text-align: center;
	overflow: hidden;
	background-color: #efefef;
	border-radius: 3px;
	padding: 10px;
}
.product-slider .product .image img {
	height: 100%;
	display: inline-block;
	mix-blend-mode: multiply;
}
.product-slider .product .name {
	margin-top: 10px;
	font-weight: bold;
}

/* BRANDS */
.Frontpage_Brands {
	margin: 0 0 70px;
	/*background: linear-gradient(to right, white, #efefef, white);*/
}
/* .Frontpage_Brands .brand-slider {
	margin: 0 -30px;
} */
.Frontpage_Brands .slick-initialized a.slick-slide {
    display:flex;
    float: none;
    height: auto;
    align-items: center;
}
.Frontpage_Brands a {
	margin: 0 30px;
}
.Frontpage_Brands a img {
	display: block;
	width: 100%;
}

.Frontpage_Most_Viewed {
    margin-bottom: 70px;
}


/* CONTACT */
.contact {
	display: flex;
	border-radius: 5px;
	overflow: hidden;
}
.contact > div {
	width: 60%;
	flex: none;
	background-color:rgba(237,237,237,.6);
}
.contact > div:first-child {
	width: 40%;
}
.contact > div:first-child > img {
	width: 100%;
	display: block;
}
.contact > div:last-child {
	padding: 30px 40px;
	border-bottom: 4px solid #ae0001;
}
.contact > div ul.contact-info {
	list-style: none;
	padding: 30px 0 0;
	margin: 0;
}
.contact > div ul.contact-info > li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.contact > div ul.contact-info > li img {
	height: 20px;
	display: block;
	margin-right: 10px;
}

/* CONDITIONS */
.conditions {
	display: flex;
}
.conditions > div:first-child ul {
	list-style: none;
	margin: 0;
	padding: 0 30px 0 0;
	border-right: 1px solid #ccc;
}
.conditions > div:first-child ul > li > a {
	display: block;
	text-decoration: none;
    margin: 0 0 8px;
}
.conditions > div:first-child ul > li:last-child > a {
    border-bottom: none;
    margin: 0;
}
.conditions > div:first-child ul.stuck {
    position: fixed;
}

.conditions > div:first-child, .conditions > div:first-child ul {
    width: 200px;
}
.conditions > div:first-child {
	
    flex: none;
	margin-right: 30px;
}
.conditions > div:last-child  {
	flex: auto;
}


/* RESPONSIVE */
@media (min-width: 901px) {
	#ProductmenuContainer_DIV.stuck {
		position:fixed;
		top:0;
		z-index: 500;
	}
	
	
	/* .webshop-frontpage .usp {
		opacity: 1;
		padding: 0;
		padding: 70px 0;
	}
	.webshop-frontpage .usp strong, .webshop-frontpage .usp p {
		display: block;
		font-size: 13px;
		text-transform: uppercase;
		line-height: 1.6;
	}
	.webshop-frontpage .usp img, .webshop-frontpage .usp .slick-slide img {
		height: 30px;
		margin: 0 0 10px;
	} */
	
	
	.headerBox:hover {
		background-color: rgba(255,255,255,.1);
		box-shadow: 0 0 15px rgba(0,0,0,.25);
	}
	.headerBox.basket:hover, .headerBox.basket.autoOpen {
		background-color: #222;
		box-shadow: 0 0 15px rgba(0,0,0,.25);
	}
    .headerBox.basket:hover .miniInfo, .headerBox.basket.autoOpen .miniInfo {
        opacity: 0;
    }
	
	li:hover .product .image {
		opacity: .8;
	}
	
	/*
	#ProductFilter-Container {
		display: none;
		margin: 0 0 30px;
	}
	#ProductFilter-Container > .count {
		display: none;
	}
	.product-filter-headertext-container {
		display: none;
	}
	.product-filter-column-container-1 {
		display: flex;
		margin: 0 -1%;
	}
	.product-filter-column-container-1 .product-filter-row {
		margin: 0 1%;
		flex: auto;
	}
	.product-filter-checkbox-container {
		display: flex;
		align-items: center;
	}
	.product-filter-row input[type="checkbox"] {
		margin: 0;
		flex: none;
	}
	.product-filter-row .product-filter-checkbox-label {
		flex: auto;
		padding: 0 15px;
	}
	.product-filter-row .product-filter-count-container {
		flex: none;
		text-align: right;
	}
	.product-filter-row .product-filter-clear {
		display: none;
	}
	
	#ProductFilter-Container .btnFilterClose {
		display: none;
	}
	.product-filter-clear {
		display: none;
	}
	*/

}


@media (max-width: 900px) {
	aside.sidebar-menu {
		display: none;
	}
	.sidebar-menu + * {
		width: 100%;
	}
	body, input, select, textarea, button {
		font-size: 13px;
	}
	#ProductmenuContainer_DIV, footer > section > .menu, #Search_Form {
		display: none;
	}
	header > section {
		max-width: 100%;
		padding: 0;
	}
	.shoplogo {
		padding: 0 10px;
		order: 2;
		flex: auto;
	}
	.shoplogo img {
		width: 100%;
		max-width: 270px;
		display: block;
		margin: 0 auto;
	}
	header .search,
	header .call-us {
		display: none;
	}
	header .search .TopMenu_MenuItems {
		margin: 0;
	}

	.alsoboughtHeader {
		margin-top: 30px;
	}
	
	.cms-steps {
		flex-direction: column;
	}
	.cms-steps > li {
		width: 100%;
		border: none;
		border-bottom: 1px solid #dfdfdf;
	}
	.cms-steps > li:last-child {
		border: none;
	}
    .usp .slick-slide {
        padding: 7px;
    }
  
	#sleek .content {
		border-width: 3px;
		padding: 15px;
	}
	#sleek.hasImage .content {
		width: 280px;
	}
	#sleek .content .sleekImage {
		display: none;
	}
	#sleek .content form {
		width: 100%;
		padding: 0;
	}
	#sleek .content .sleekImage + form {
		float: none;
		width: 100%;
	}
	#sleek .content .header {
		font-size: 18px;
		margin: 0 0 5px;
	}
	#sleek .content .subheader {
		font-size: 12px;
	}
	#sleek input[type="submit"] {
		font-size: 10px;
	}
	#sleek .placeholder {
		padding: 8px 14px;
		font-size: 12px;
	}
	#sleek .content .close {
		width: 30px;
		height: 30px;
	}
    #sleek.active {
        display: none;
    }

	.cms-grid {
		flex-direction: column;
	}
	.cms-col {
		width: 100%;
	}
	.cms-col:first-child {
		border-right: none;
		border-bottom: 1px solid #dfdfdf;
	}
    
	.usp {
		margin: 0 auto;
	}
	.webshop-frontpage .usp .button {
		display: none;
	}
	
	.btnMenu {
		display: block;
	}
	
	.basket .miniBasket {
		display: none;
	}
	
	h1, .Heading_Productmenu, .Heading_Terms, .Heading_Profile, .Heading_AdvancedSearchPage, .Heading_ShowBasket_Master, #checkout-container h1.checkout-headline, .Heading_B2Blogin, .SubCatsProcuctsHeading, b .Heading_Customer, .Heading_ProductList, .Heading_Favorites, .Heading_OrderStep4 {
		font-size:17px;
		margin: 0px 0px 15px;
	}
	h2, .Text1_Customer .Heading_Customer {
		font-size: 16px;
		margin: 0 0 7px;
	}
	
	.relatedHeader, .alsoboughtHeader {
		margin-top: 40px;
	}
	
	.headerBox {
		display: flex;
		align-items: center;
		width: 50px;
		height: 50px;
		order: 3;
	}
	.headerBox.btnMenu {
		order: 0;
	}
	.headerBox.btnAccount {
		order: 1;
	}
	.headerBox .miniInfo {
		font-size: 8px;
		bottom: 3px;
	}
	header .icon {
		height: 20px;
	}
	header label,
	.headerBox .miniInfo {
		display: none;
	}
	.basket .count, .btnFavorites .count {
		top: 5px;
		right: 5px;
		font-weight: normal;
		font-size: 10px;
		width: 15px;
		height: 15px;
		padding: 3px 0 0;
	}
	
	
	.searchMobile {
		display: block;
		width: 100%;
		position: relative;
        box-shadow: 0 0 10px rgba(0,0,0,.2);
	}
	.searchMobile:before, .searchMobile .SubmitButton_SearchPage {
		width: 60px;
	}
	.searchMobile:before {
		content: "⌕";
		font-family: 'Arial';
		line-height: 1;
		font-size: 30px;
		position: absolute;
		right: 0;
		top: 50%;
		text-align: center;
		transform: translateY(calc(-50% + -2px)) scaleX(-1);
	}
	.searchMobile .SearchTitle_SearchPage,
	.searchMobile .nbsp,
	.searchMobile br {
		display:none;
	}
	.searchMobile .SearchField_SearchPage {
		color: #000;
		background-color:rgba(235,235,235,.30);
		padding: 0px 50px 0px 5%;
		border: none;
		font-weight: normal;
		display: block;
		height:40px !important;
		width: 100%;
		border-radius: none;

	}
	.searchMobile .SubmitButton_SearchPage {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 5;
		opacity: 0;
		cursor: pointer;
		height: 100%;
	}

	.Frontpage_Most_Sold .slick-arrow,
	.Frontpage_Most_Viewed .slick-arrow,
	.Frontpage_Brands .slick-arrow,
	.productcard .images .selectors .slick-arrow {
		width: 24px;
		height: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		border: 1px solid #ccc;
		z-index: 1;
		opacity: 1;
		border-radius: 15px;
		transform: translate(0, -50%)
	}
	.Frontpage_Brands .slick-arrow {
		border: 0;
		background-color: #efefef;
	}
	.Frontpage_Most_Sold .slick-arrow img,
	.Frontpage_Most_Viewed .slick-arrow img,
	.Frontpage_Brands .slick-arrow img,
	.productcard .images .selectors .slick-arrow img {
		width: 14px;
		height: 14px;
	}
	
	.Text1_FrontPage, .Text2_FrontPage {
		margin: 0 0 20px;
	}
	
	/* div.nivo-dynamic-text {
		max-width: 90%;
		left: 5% !important;
	} */
	/* .large div.nivo-dynamic-text {
		max-width: 60%;
		left: 20% !important;
	} */
	/* div.nivo-dynamic-text-inner-content-left > div {
		padding: 4px 10px;
	} */
	div.nivo-dynamic-text-header, .large div.nivo-dynamic-text-header {
		font-size: 150%;
	}
	.large div.nivo-dynamic-text-teaser {
		font-size: 100%;
	}
	.large div.nivo-dynamic-text-link {
		font-size: 100%;
	}
	
	
	
	form[action="/shop/customer.html"]:not([name="CustomerCenterForm"]) {
		padding: 20px;
	}
	[id*="tabB"] > span {
		padding: 6px 8px;
	}
	form[name="CustomerCenterForm"] .BackgroundColor1_Customer {
		padding: 10px;
	}
	/*
	#OrderDetailsHeading + br + table + br + table > tbody > tr > td:nth-child(3), #OrderDetailsHeading + br + table + br + table > tbody > tr > td:nth-child(4) {
		display: none;
	}
	*/
	
	[action="/shop/favorites.html"] .FormTB {
		padding: 20px;
	}
	
	body.webshop-checkout article {
		padding-top: 5%;
	}
	
	.ShowBasket_Custom_DIV > div {
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.ShowBasket_Custom_DIV > div > .image {
		width: 20%;
	}
	.ShowBasket_Custom_DIV > div > .description .shortDescription {
		display: none;
	}
	
	.ShowBasket_Custom_DIV .unittotal {
		width: auto;
		flex: auto;
	}
	.ShowBasket_Custom_DIV .amount {
		display: none
	}
	.ShowBasket_Custom_DIV .description > a ~ .amount {
		display: inline-flex;
		margin-top: 10px;
	}
	.ShowBasket_Custom_DIV .amount > a {
		padding: 0 15px;
		height: 40px;
	}
	.ShowBasket_Custom_DIV .amount > span {
		width: 25px;
	}
	.basketCheckout {
		float: none;
		width: 100%;
	}
	.basketCheckout .line.total {
		margin-bottom: 10px;
	}
	.basketCheckout .line.basketDiscount {
		display: block;
	}
	.basketDiscount input[type="text"] {
		width: 100%;
	}
	.basketDiscount button {
		padding: 10px 20px;
	}
	
	div.dd-theme-default .nivo-directionNav a {
		width: 30px;
		height: 30px;
	}
	div.dd-theme-default a.nivo-prevNav {
		left: 5%;
	}
	div.dd-theme-default a.nivo-nextNav {
		right: 5%;
	}
	
	
	.SubCats_Categories_UL {
		margin: 20px -2% 0;
	}
	.SubCats_Categories_UL > li {
		width: 46% !important;
		margin: 0 2% 4%;
	}
	
	.Frontpage_Custom_UL, .ProductList_Custom_UL, .Related_Custom_UL, .CustomersAlsoBought_Custom_UL, .Favorites_Custom_UL, .product-slider {
		margin-left: -2%;
		margin-right: -2%;
	}
	.Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li, .Favorites_Custom_UL > li, .product-slider > .product {
		width: 29.333%;
		margin: 0 2% 4%;
	}

	.SubCats_Categories_TABLE > tbody > tr {
		flex-wrap: wrap;
		margin: 0 -2%;
	}
	.SubCats_Categories_TABLE > tbody > tr > td {
		width: 46%;
		margin: 2%;
		position: relative;
	}
    
    
	
    
    .btnFilter > *, .productlistTools select {
        font-size: 12px;
    }
    
    li .product {
        padding: 10px;
    }
    li .product .name > a {
        
    }
    li .product .price {
        font-size: 15px;
    }
	
	
	li div.Element_Overlay_Frontpage_SavingsContainer_DIV, li div.Element_Overlay_ProdList_SavingsContainer_DIV, li div.Element_Overlay_Frontpage_SavingsContainer_DIV, li div.Element_Overlay_ProductInfo-related-savingsContainer_DIV, li div.Element_Overlay_ShowBasket-related-savingsContainer_DIV, .productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV {
		padding: 3px 7px;
		top: 10px;
		left: 10px;
	}
	li div.Element_Overlay_ProdList_SavingsText_DIV, li div.Element_Overlay_Frontpage_SavingsText_DIV, li div.Element_Overlay_ProductInfo-related-savingsText_DIV, li div.Element_Overlay_ShowBasket-related-savingsText_DIV, li .product .news {
		font-size: 10px;
	}
	li .product .news {
		top: 10px;
		right: 10px;
	}
	li .product a[href*="AddFavorite"] {
		width: 15px;
		margin: 0 0 0 10px;
	}
	
	.productlistTools {
		margin: 15px 0;
		padding: 10px 20px;
	}
	
	
	/* PRODUCTCARD */
    .productcard {
        flex-wrap: wrap;
    }
	.productcard h1 {
		font-size: 140%;
	}
	.productcard .images, .productcard .info {
		float:none;
		width:100%;
        margin: 0;
	}
    .productcard .info {
        padding: 0;
        background-color: transparent;
        box-shadow: 0 0 0 rgba(0,0,0,0);
    }
	.amountWrapper input, .buyWrapper input {
		height: 40px;
	}
	.buyWrapper input[type="submit"] {
		padding: 0 20px;
		font-size: 100%;
	}
	.amountWrapper input {
		width: 20px;
	}
	.amountWrapper .incButton, .amountWrapper .decButton {
		padding: 0 15px;
	}
	
	.tabsLiContainer li {
		padding: 10px 0;
		text-transform: none;
	}
	
	
    .extraProductsContainer > div > .check {
        padding: 10px;
    }
    .extraProductsContainer > div > .image {
        width: 40px;
    }
    .extraProductsContainer > div > .name {
        padding: 8px 10px;
        font-size: 90%;
    }
    .extraProductsContainer > div > .price {
        padding-right: 10px;
        font-size: 90%;
    }
    
	h1 + .breadcrumb, h1 + .SubCats_BreadCrumb {
		margin-top: -10px;
	}

	.productcard .imageselector .selectors {
		margin-top: 0;
	}

	.productcard .info .info-toolbar {
		flex-direction: column;
		width: 100%;
		margin: 0 0 20px;
	}
	.productcard .info .info-toolbar > li:first-child {
		border-radius: 5px 5px 0 0;
	}
	.productcard .info .info-toolbar > li:last-child {
		border-radius: 0 0 5px 5px;
	}
	.productcard .info .info-toolbar > li {
		width: 100%;
	}
	
	/* FOOTER */
	footer {
		padding:20px 0;
		margin-top: 20px;
	}
	footer > section {
		display: block;
	}
	footer > section > * {
		width: 100%;
	}
	footer > section > :not(:last-child) {
		margin-bottom: 30px;
	}
	footer > section > * > strong {
		margin: 0 0 10px;
	}
	
	
	
	
	
	.fpBoxes {
		display: block;
		margin: 0 0 50px;
	}
	.fpBoxes > div {
		margin: 0 0 15px;
		width: 100%;
	}
	
	
	
	/* MOBILE MENU */
	div.mobileMenu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 99999999;
		overflow: hidden;
		background-color: rgba(0,0,0,.4);
		display: none;
	}
	div.mobileMenu .mobileMenuContainer {
		position: absolute;
		top: 0;
		left: -400px;
		background-color: rgba(255,255,255,1.00);
		height: 100%;
		width: 330px;
		max-width: 80%;
		box-shadow: 0 0 40px rgba(0,0,0,0.6);
	}
	.mobileMenuInner {
		position: relative;
		height: 100%;
		width: 100%;
		-webkit-overflow-scrolling:touch;
		overflow-y:auto;
		overflow-x:hidden;
	}
	.mobileMenuHeader, .mobileMainMenuHeader {
		padding: 15px 20px 10px;
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
		background-color:#ae0001;
		color: rgba(255,255,255,1.00);
		position: relative;
	}
	.mobileMenuUl {
		margin:0;
		padding: 0 0 0 20px;
		list-style-type: none;
	}
	.mobileMenuUl .toggler {
		position: absolute;
		height: calc(100% + 1px);
		width: 40px;
		right: 0;
		top: 0;
		z-index: 10;
		cursor: default;
		border-left: solid 1px rgba(0,0,0,.15);
	}
	.mobileMenuUl a, .mobileMenuUl > li > span {
		position: relative;
	}
	.mobileMenuUl .toggler:after {
		content: "+";
		font-size: 14px;
		line-height: 1;
		color: rgba(0,0,0,1.00);
		position: absolute;
		top: 50%;
		left: 50%;
		font-family: 'Arial';
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	.mobileMenuUl li.open > a > .toggler:after {
		content:"-";
		color:#578e54;
	}
	.mobileMenuUl span.ProductMenu_MenuItemBold {
		font-weight: normal;
	}
	.mobileMenuUl ul {
		display: none;
	}
	.mobileMenuUl > li > a, .mobileMenuUl > li > span, .mobileMainMenuUl > li > a {
		display: block;
		text-decoration: none;
		padding: 9px 40px 9px 0;
		font-size: 13px;
		text-transform: uppercase;
		border-bottom: solid 1px rgba(0,0,0,.15);
	}
	.mobileMenuUl > li:last-child > *, .mobileMainMenuUl > li:last-child > a {
		border-bottom: 0;
	}
	/* LEVEL 2 */
	.mobileMenuUl > li > ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		border-left: solid 5px rgba(0,0,0,.15);
	}
	.mobileMenuUl > li > ul > li > a {
		display: block;
		text-decoration: none;
		padding: 11px 10px 9px 10px;
		font-size: 13px;
		border-bottom: solid 1px rgba(0,0,0,.15);
	}
	/* LEVEL 3 */
	.mobileMenuUl > li > ul > li > ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		border-left: solid 5px rgba(0,0,0,.35);
	}
	.mobileMenuUl > li > ul > li > ul > li > a {
		display: block;
		text-decoration: none;
		padding: 12px 10px 10px 10px;
		font-size: 13px;
		border-bottom: solid 1px rgba(0,0,0,.15);
	}

	.mobileMenuUl a.Activ_ProductMenu {
		color:rgba(144,144,144,1.00);
	}
	.mobileMenuSearch {
		padding: 0 0 0 20px;
		border-bottom: solid 5px rgba(0,0,0,.15);
		position: relative;
	}
	.mobileMenuSearch:before {
		content: "⌕";
		font-family: 'Arial';
		line-height: 1;
		font-size: 24px;
		position: absolute;
		right: 0;
		width: 40px;
		color:rgba(55,55,55,1.00);
		top: 50%;
		text-align: center;
		transform: translateY(calc(-50% + -4px)) scaleX(-1);
	}
	/*
	.mobileMenuSearch:before {
		content: "\f002";
		font-family: 'Font Awesome 5 Free';
		font-size: 13px;
		font-weight: 900;
		color: rgba(255,255,255,1.00);
		line-height: 1;
		position: absolute;
		top: 50%;
		right: 13px;
		z-index: 20;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	*/
	.mobileMenuSearch br, .mobileMenuSearch .SearchTitle_SearchPage, .mobileMenuSearch .nbsp {
		display: none;
	}
	.mobileMenuSearch input {
		height: 35px;
		float: left;
	}
	.mobileMenuSearch input[type="text"] {
		width: calc(100% - 40px);
		padding: 0 10px 0 0;
		border: 0;
	}
	.mobileMenuSearch input[type="submit"] {
		width: 40px;
		font-size: 12px;
		padding: 0;
		position: relative;
		border-radius: 0;
		text-indent: -999px;
		overflow: hidden;
		z-index: 10;
		background-color: transparent;
	}
	.mobileMenuSearch:after {
		clear: both;
		content: "";
		display: block;
	}
	.mobileMainMenuUl {
		margin: 0;
		padding: 0 0 0 20px;
		list-style-type: none;
	}
	.mobileMenuInfo {
		padding: 20px;
		border-top:solid 4px rgba(66,136,161,1.00);
	}
	.mobileMenuInfo > strong {
		display: block;
		color:rgba(66,136,161,1.00);
	}
	.mobileMenuInfo > ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.mobileMenuInfo > ul i {
		color:rgba(66,136,161,1.00);
		margin: 0 5px 0 0;
	}
	.mobileMenuInfo .trustpilot {
		display: block;
		margin: 20px 0 0;
		width: 200px;
		max-width: 80%;
	}
	
    body.webshop-checkout .searchMobile, body.webshop-checkout div.PU_open {
        display: none !important;
    }
	#checkout-container #column-data, #checkout-container #column-shipping-payment, #checkout-container #column-order-summary {
		padding: 20px;
	}
	#checkout-container h3, #checkout-container h2 {
		text-align: center;
		font-size: 15px;
	}
	#customer-data fieldset {
		margin: 0;
	}
	#customer-data fieldset > label {
		width: 100%;
		margin: 0 0 10px;
	}
	.checkout-payment-method-image img {
		max-width: 60px;
	}
	
	.Frontpage_Title,
	body.webshop-productlist h1,
	body.webshop-cmspage h1,
	.relatedHeader,
    .Heading_Terms,
    .Heading_Profile
    {
		font-size: 16px;
		margin: 20px 0 40px;

	}
	.Frontpage_Brands {
		margin-top: 20px;
		padding: 20px 0;
	}
	
	.contact {
		flex-direction: column;
	}
	.contact > div,
	.contact > div:first-child {
		width: 100%;
	}
    .contact > div:first-child  {
        height: 200px;
    }
    .contact > div:first-child iframe {
        height: 100%;
    }
	.contact > div:last-child {
		padding: 20px 30px;
	}
	.contact > div .contact-info li a {
		word-break: break-all;
	}
    
    
	.conditions > div:first-child {
		display: none;
	}
	
}

@media(max-width: 620px) {
	.SubCats_Categories_TABLE > tbody > tr {
		margin: 0 -2%;
	}
	.SubCats_Categories_TABLE > tbody > tr > td {
		width: 96%;
		margin: 2%;
	}
	
	.large div.nivo-dynamic-text-link {
		display: none;
	}
	div.nivo-dynamic-text-header,
	div.nivo-dynamic-text-teaser {
		margin: 0 auto 5px auto;
		display: block;
	}
	div.nivo-dynamic-text-teaser {
		margin: 0;
	}
	.Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li, .Favorites_Custom_UL > li, .product-slider > .product {
		width: 46%;
	}
}

@media(max-width: 420px) {
	.SubCats_Categories_TABLE > tbody > tr {
		margin: 0 -2%;
	}
	.SubCats_Categories_TABLE > tbody > tr > td {
		width: 96%;
		margin: 2%;
	}
	
	.large div.nivo-dynamic-text-link {
		display: none;
	}
	div.nivo-dynamic-text-header,
	div.nivo-dynamic-text-teaser {
		margin: 0 auto 5px auto;
		display: block;
	}
	div.nivo-dynamic-text-teaser {
		margin: 0;
	}
    /*
	.Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li, .Favorites_Custom_UL > li, .product-slider > .product {
		width: 96%;
	}
    */
}


.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-html-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block;max-width:100%}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

/* OLD THEME FIXES */
a[href="https://www.trustpilot.dk/review/www.nordiskcampingudstyr.dk"],
#newsoffer_box {
	display: none;
}