@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');

.needsclick {
	display: none !important;
}

body, html {
	height: 100%;
	width: 100vw;
}
body {
	margin:0;
	overflow-x: hidden;
	background-color: #FFF;
}
body.webshop-frontpage {
	background-color: #fff;
}
body.noscroll {
	overflow: hidden;
}
body, input, select, textarea, button, td.VariantGroupLabel {
	font-family: "Lato", sans-serif;
	color:rgba(0,0,0,1.00);
	font-size:13px;
	font-weight:normal;
}
.container {
	width: 1680px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	
}
.container.small {
    width: 1200px;
}
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="checkbox"],
input[type="radio"],
.typeselect > div:before {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    margin: 0;
    outline: none;
    cursor: pointer;
    border-radius: 2px;
    background-color: rgba(255,255,255,1.00);
    border: solid 1px rgba(198,198,198,1.00);
}
input[type="radio"] {
    border-radius: 50%;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked,
.typeselect > div.active:before {
    background-color: #ff5b02;
    border-color: #ff5b02;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: 50% 50%;
}
input[type="submit"]:not(.SubmitButton_SearchPage),
input[type="button"],
#confirm-complete-button,
.button,
input.checkout-salesdiscount-code-button,
article button {
	-webkit-appearance: none;
	border:none;
	color:#fff;
	cursor:pointer;
	background: #ff5b02;
	display:inline-flex;
	padding: 0 20px;
	font-size: inherit;
	text-decoration:none;
	border-radius: 4px;
	text-align: center;
	justify-content: center;
	align-items: center;
	outline: none;
	min-height: 36px;
	font-weight: bold;
	position: relative;
	transition: ease .4s;
}
input[type="submit"].justadded {
	background-color: #f0f8ee;
    font-size: 0;
	cursor: default;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjIwIiBmaWxsPSIjMzY5NzIwIiBpZD0iZmlfNTI5MTA0MyIgdmlld0JveD0iMCAwIDUyMCA1MjAiIHdpZHRoPSIyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBkYXRhLW5hbWU9IjctQ2hlY2siIGlkPSJfNy1DaGVjayI+PHBhdGggZD0ibTc5LjQyMyAyNDAuNzU1YTQ3LjUyOSA0Ny41MjkgMCAwIDAgLTM2LjczNyA3Ny41MjJsMTIwLjczIDE0Ny44OTRhNDMuMTM2IDQzLjEzNiAwIDAgMCAzNi4wNjYgMTYuMDA5YzE0LjY1NC0uNzg3IDI3Ljg4NC04LjYyNiAzNi4zMTktMjEuNTE1bDI1MC43ODctNDAzLjg5MmMuMDQxLS4wNjcuMDg0LS4xMzQuMTI4LS4yIDIuMzUzLTMuNjEzIDEuNTktMTAuNzczLTMuMjY3LTE1LjI3MWExMy4zMjEgMTMuMzIxIDAgMCAwIC0xOS4zNjIgMS4zNDNxLS4xMzUuMTY2LS4yNzguMzI3bC0yNTIuOTIyIDI4NS43NjRhMTAuOTYxIDEwLjk2MSAwIDAgMSAtMTUuNTg1Ljg0M2wtODMuOTQtNzYuMzg2YTQ3LjMxOSA0Ny4zMTkgMCAwIDAgLTMxLjkzOS0xMi40Mzh6Ij48L3BhdGg+PC9nPjwvc3ZnPg==");
    background-size: auto 40%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
input[type="submit"]:not(.justadded):disabled {
	opacity: .3;
	cursor: not-allowed;
}
input[type="submit"].loading,
input[type="submit"].loading:disabled{
	cursor: progress;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
textarea,
#checkout-container input[type="text"],
#checkout-container input[type="password"] {
	display: block;
	width: 100%;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
	height: 36px;
	padding: 0 15px;
	outline: none;
	-webkit-appearance: none;
    -moz-appearance: none;
	background-color: rgba(255,255,255,1.00);
}
input[type="tel"] {
	height: 36px !important;
}
textarea {
	height: 80px !important;
	padding: 15px;
}
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("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBjbGFzcz0idy02IGgtNiI+PHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMTkuNSA4LjI1bC03LjUgNy41LTcuNS03LjUiIC8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: calc(100% - 10px) 50%;
	cursor:pointer;
}
.checkout-headline {
	display: none;
}
h1, .Heading_Terms, .Heading_Customer {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	display: block;
	flex: none;
	width: 100%;
}
h2, .SubCatsProcuctsHeading{
	font-size: 22px;
	display: block;
	margin: 20px 0 15px;
}
.SubCatsProcuctsHeading {
	margin-top: 40px;
}
.headline {
    font-size: 22px;
	font-weight: bold;
    text-align: center;
	display: block;
	margin-bottom: 20px;
}
.topbar {
	position: relative;
	z-index: 3;
	background-color: #0c335f;
}
.topbar > div {
	display: flex;
    align-items: center;
}
.topbarusp {
	flex: none;
}
.topbarusp:not(.slick-initialized) > *,
.topbarusp .slick-slide {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	color: #FFF;
}
.topbarusp:not(.slick-initialized) > :first-child {
	padding-left: 0;
}

.topbarusp svg {
	height: 20px;
	width: auto;
	margin-right: 8px;
	fill: #ff5b02;
}
.topbarusp img {
	height: 20px;
	width: auto;
	margin-right: 8px;
}
.topbarusp > div > a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #FFF;
}
.trustpilot > a {
	display: flex;
	align-items: center;
	color: #FFF;
	text-decoration: none;
}
.trustpilot > a > img {
	margin-right: 8px;
}
.shortcutstop {
	display: flex;
	align-items: center;
    justify-content: flex-end;
    flex: auto;
}
.shortcutstop > * {
	text-decoration: none;
	display: flex;
	position: relative;
	margin-right: 10px;
}
.shortcutstop .btnfavorites > a {
	display: flex;
}
.shortcutstop svg {
	height: 17px;
    width: auto;
}
.shortcutstop .count {
	position: absolute;
	top: -5px;
	left: -8px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 6px;
	background-color: #ff5b02;
}

header {
	position: relative;
	background-color: #FFF;
	z-index: 15;
}
header > div {
	display: flex;
	align-items: center;
	padding: 15px 0;
}
.logobox {
	flex: none;
}
.logobox a {
	display: flex;
	align-items: center;
}

.logobox > a > img {
	height: 22px;
	width: auto;
}

#Search_Form > br, #Search_Form .nbsp, .SearchTitle_SearchPage {
	display: none;
}

input[type="submit"].SubmitButton_SearchPage {
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
    right: 4px;
    -webkit-appearance: none;
    border: none;
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 4px;
	background-color: #ff5b02;
	cursor: pointer;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI4LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMjQsNDAwYy05Ny4yLDAtMTc2LTc4LjgtMTc2LTE3NlMxMjYuOCw0OCwyMjQsNDhzMTc2LDc4LjgsMTc2LDE3NkMzOTkuOSwzMjEuMiwzMjEuMiwzOTkuOSwyMjQsNDAweiBNMjI0LDgwCgljLTc5LjUsMC0xNDQsNjQuNS0xNDQsMTQ0czY0LjUsMTQ0LDE0NCwxNDRzMTQ0LTY0LjUsMTQ0LTE0NEMzNjcuOSwxNDQuNSwzMDMuNSw4MC4xLDIyNCw4MHoiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTMyMCwyNDBjLTguOCwwLTE2LTcuMi0xNi0xNmMtMC4xLTQ0LjItMzUuOC03OS45LTgwLTgwYy04LjgsMC0xNi03LjItMTYtMTZzNy4yLTE2LDE2LTE2CgljNjEuOCwwLjEsMTExLjksNTAuMiwxMTIsMTEyQzMzNiwyMzIuOCwzMjguOCwyNDAsMzIwLDI0MHoiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTQ0OCw0NjRjLTQuMiwwLTguMy0xLjctMTEuMy00LjdMMzI1LjgsMzQ4LjRjLTYuMS02LjQtNi0xNi41LDAuNC0yMi42YzYuMi02LDE2LTYsMjIuMiwwbDExMC45LDExMC45CgljNi4yLDYuMiw2LjIsMTYuNCwwLDIyLjZDNDU2LjMsNDYyLjMsNDUyLjIsNDY0LDQ0OCw0NjRMNDQ4LDQ2NHoiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 50% 50%;
	transition: ease .4s;
}
input.SearchField_SearchPage {
	border-color: #eee;
	border-radius: 4px;
	height: 46px;
}
input.SearchField_SearchPage:focus {
}
.shortcuts {
	display: flex;
	justify-content: flex-end;
	flex: auto;
}
.shortcuts a {
	text-decoration: none;
	display: flex;
}
.shortcuts > div:not(.minibasketcontainer) {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 12px;
}
.shortcuts > div:first-child {
	margin-left: 0;
}
.shortcuts > div > span, .shortcuts > div > a > span {
	display: none;
}
.shortcuts > div small {
	display: block;
	font-size: 13px;
	color: #000;
}
.shortcuts svg {
	height: 20px;
	width: auto;
}
.btnmenu {
	margin-left: 8px;
	display: flex;
	padding: 0 10px;
}

/* PRODUCTMENU */
#ProductmenuContainer_DIV {
	display: none;
}
#ActiveCategory_A {
	display: none !important;
}
#ProductMenu_List {
	list-style-type: none;
}
#ProductMenu_List > li > ul {
	display: none;
}
.dropdowncontainer {
    display: none;
}

body.webshop-frontpage main.container {
	width: 100%;
	max-width: 100%;
}
.slideshow {
	position: relative;
}
.slideshow img {
	border-radius: 8px;
}
.slideshow .nivo-dynamic-text {
	position: absolute !important;
	top: 50% !important;
	left: 10% !important;
	transform: translateY(-50%) !important;
}
.slideshow .nivo-dynamic-text .nivo-dynamic-text-header {
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	color: #FFF;
	text-shadow: 5px 1px 0 rgba(0,0,0,1);
}
.slideshow .nivo-dynamic-text .nivo-dynamic-text-teaser {
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: #FFF;
	text-shadow: 2px 1px 0 rgba(0,0,0,0.8);
}

.slide > span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10%;
	width: 50%;
	display: flex;
	flex-direction: column;
}
.slide > span > img {
	height: auto;
}
.slide > span > span {
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	color: #FFF;
	text-shadow: 5px 1px 0 rgba(0,0,0,1);
}
.slide > span > small {
	display: none;
}
.slideshow > a > img {
	max-width: 100%;
	display: block;
	height: auto;
	border-radius: 6px;
}
.boxes {
	margin: 10px auto 0;
	display: flex;
	justify-content: center;
}
.boxes > div {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.boxes > div > div {
	flex: none;
	width: 48%;
	margin: 0 1% 2%;
}
.boxes .nivoSlider {
	position: unset !important;
}
.boxes .nivo-imageLink {
	display: block !important;
	height: 100% !important;
	width: 100% !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
}
.boxes .slider-wrapper {
	display: flex !important;
	flex-direction: column !important;
}
.boxes .nivo-dynamic-text {
	position: relative !important;
}
.boxes .nivo-dynamic-text-header {
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 30px;
	padding: 10px 0;
}
.boxes .nivo-dynamic-text-teaser {
	margin-bottom: 10px;
}
.boxes .nivo-dynamic-text-link, .slideshow .nivo-dynamic-text .nivo-dynamic-text-link {
	width: fit-content;
	display: inline-flex;
	border-radius: 4px;
	padding: 10px 20px;
	background-color: #ff5b02;
	color: #FFF;
	cursor: pointer;
}
.boxes .slider-wrapper {
	display: flex;
	flex-direction: column;
}
.boxbutton {
    display: none;
}
.boxname {
	display: flex;
	flex-direction: column;
	font-weight: bold;
	font-size: 13px;
	padding: 0 10px;
}
.boxname svg {
	height: 30px;
	width: auto;
	fill: #FFF;
	margin-bottom: 5px;
}
.manuselector {
	margin-bottom: 20px;
}
.manuselector > div > div {
	display: flex;
	flex-wrap: wrap;
	background-color: #f9f9f9;
	padding: 30px;
	border-radius: 8px;
}
.manuselector > div > div > a {
	flex: none;
	width: 10.1%;
    margin: 0 0.5% 1%;
	background-color: #FFF;
	border: 1px solid #eee;
}
.manuselector img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 100%;
	transition: all .3s ease;
}
.manuselector > div > div > a:hover > img {
    transform: scale(1.05);
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.highlightproductscontainer {
	margin: 20px auto;
	max-width: 90%;
}
.frontpageproducts {
	width: 1680px;
	margin: 40px auto;
	max-width: 90%;
}
.Frontpage_Custom_DIV:not(.slick-initialized), .ProductList_Custom_DIV:not(.slick-initialized), .CustomersAlsoBought_Custom_DIV:not(.slick-initialized), .Related_Custom_DIV:not(.slick-initialized), .Favorites_Custom_DIV:not(.slick-initialized) {
	display: flex;
	flex-wrap: wrap;
}
.Frontpage_Custom_DIV:not(.slick-initialized) > div, .ProductList_Custom_DIV:not(.slick-initialized) > div, .Related_Custom_DIV:not(.slick-initialized) > div, .CustomersAlsoBought_Custom_DIV:not(.slick-initialized) > div, .Favorites_Custom_DIV:not(.slick-initialized) > div {
	flex: none;
	transition: ease .4s;
	width: 48%;
	margin: 1%;
}
.Frontpage_Custom_DIV .slick-slide, .ProductList_Custom_DIV .slick-slide {
    margin: 0 10px;
}

[class*="Custom_DIV"] > li > form {
    height: 100%;
    width: 100%;
}

.sortby {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	margin: 20px 0;
}
.sortul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}
.sortul li {
	padding: 5px 15px;
	margin: 0 5px;
	border: 1px solid #eee;
	background-color: #FFF;
	border-radius: 4px;
	transition: ease .4s;
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.sortul li.active {
    color: #000;
    border: 1px solid #000;
}
.product {
	border: 1px solid #eee;
	padding:15px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: rgba(255,255,255,1.00);
}
[class*="_Productlist"] > form {
    height: 100%;
	width: 100%;
}
.product > * {
    flex: none;
}
.offerproduct {
}
body.webshop-productlist .product {
	border-bottom: 1px solid #eee;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}
body.webshop-productlist .offerproduct {
}
.product a {
	text-decoration: none;
}
.product .image {
	position: relative;
}
.product .image img,
.product .image video {
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
	aspect-ratio: 1/1;
	object-fit: contain;
	object-position: 50% 50%;
	background-color: #FFF;
	transition: all .3s ease;
	border-radius: 4px;
}
.product .image > a {
	display: block;
	overflow: hidden;
	clip-path: polygon(0 0, 0 100%, 43% 100%, 50% 100%, 57% 100%, 100% 100%, 100% 0);
	transition: all .3s ease;
}
.product:hover .image > a {
	clip-path: polygon(0 0, 0 100%, 45% 100%, 50% 96%, 55% 100%, 100% 100%, 100% 0);
}
.product .image > a:after {
	content: "";
}
.product .image > a > :nth-child(n+2) {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 10;
}
.product .image > a:hover > img {
	transform: scale(1.05);
}
.product .image > a.showextra > :nth-child(1):not(:last-child) {
	opacity: 0;
}
.product .image > a.showextra > :nth-child(2) {
	opacity: 1;
}
.product .medialist {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
	padding: 0;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 100%;
    
}
.product .medialist > img {
	width: calc(25% - 10px);
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: 50% 50%;
	border: solid 1px rgba(216,216,216,1.00);
	padding: 2px;
	background-color: rgba(255,255,255,1.00);
	border-radius: 4px;
}
.product .medialist > img:nth-of-type(n+4) {
	display: none;
}
.product .medialist *:hover {
	border-color: #ff5b02;
}
.product .info {
    flex: auto;
	position: relative;
    display: flex;
    flex-direction: column;
}
.product .info > * {
    flex: none;
}
.product .info > .bulkdiscountcontainer {
    flex: auto;
}
.bulkdiscount {
    position: relative;
	border-radius: 2px;
	background-color: #ff5b02;
	color: #FFF;
	padding: 5px 10px;
	text-align: center;
	display: flex;
	width: fit-content;
	align-items: center;
	font-size: 11px;
    margin-bottom: 5px;
}
.bulkdiscount:after {
	top: 100%;
	left: 20px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #ff5b02;
	border-width: 4px;
	margin-left: -4px;
}


.supersalecontainer {
	display:flex;
	overflow:hidden;
	white-space:nowrap;
	margin-bottom: 10px;
}
.offer {
	background-color: #ff5b02;
	padding: 3px 8px;
	color: #FFF;
	z-index: 1;
	border-radius: 2px;
	position: relative;
}
.offer:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #ff5b02;
	border-width: 3px;
	margin-top: -3px;
}
.supersale {
	display: inline-flex;
	width:0px;
	animation: reveal 7s infinite;
	font-size: 11px;
}

.supersale span {
	background-color: #e8f2f9;
	padding: 0 10px;
	animation: slidein 7s infinite;
	display: flex;
	align-items: center;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.product .supersalecontainer {
	position: absolute;
	z-index: 2;
	top: 5px;
	width: calc(100% - 10px);
	left: 5px;
}
.product .supersale {
	display: flex;
}
.product .supersale span {
	width: 100%;
	display: flex;
	justify-content: center;
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:355px;}
    80% {opacity:1;}
    100% {opacity:0;width:355px;}
}


.product .name {
	overflow: hidden;
    height: 3em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin-bottom: 10px;
	margin-top: 15px;
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
    font-size: 19px;
}
.product .buy label {
	position: relative;
	display: flex;
}
body.webshop-productlist .product .buy label, body.webshop-frontpage .product .buy label {
	width: 100%;
}
.product .Prices_Custom_UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.product .Prices_Custom_UL > li {
	font-weight: bold;
	font-size: 15px;
}
.offerproduct .Prices_Custom_UL > li {
	color: #ff5b02;
}
.offerproduct .Prices_Custom_UL > li strike {
	color: #807c79;
	font-weight: normal;
}
.product .Prices_Custom_UL > li:nth-child(n+2) {
	display: none;
}
.product .Prices_Custom_UL > li strike {
	margin-right: 8px;
	color: #000;
}
.product .price, .Related_Custom_DIV .product .Prices_Custom_UL {
    margin-bottom: 10px;
}
.product .stockinfo {
	background-color: #f0f8ee;
	border: 1px solid #dcebd9;
	padding: 3px 8px;
	border-radius: 2px;
	align-items: center;
	color: #4b7940;
	font-size: 11px;
	margin: 0 0 20px;
	line-height: 14px;
    display: flex;
    width: fit-content;
}
.product .stockinfo.notinstock {
    border-color: #f0f0f0;
    background-color: #f6f6f6;
    color: #6E6E6E;
}
.product .stockinfo svg {
	width: 12px;
	height: auto;
	fill: #369720;
	margin-right: 4px;
}
.product .stockinfo u {
    text-decoration: none;
}
.Related_Custom_DIV .product .buy {
	display: flex;
	
}
.product .buy input[type="number"], .product .buy input[type="TEXT"] {
	display: none;
}
.product input[type="number"]::-webkit-inner-spin-button,
.product input[type="number"]::-webkit-outer-spin-button,
.product input[type="TEXT"]::-webkit-inner-spin-button,
.product input[type="TEXT"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product .buy input[type="submit"],
.product .buy .button {
	width: 100%;
}
.product .new {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #0c335f;
	color: #FFF;
	display: inline-flex;
	border-radius: 2px;
	padding: 3px 6px;
	z-index: 2;
}

[data-savings]:not([data-savings=""]):not([data-savings="-0%"]):not([data-savings="-100%"]):before {
    content: attr(data-savings);
    background-color: #000000;
    right: 10px;
	position: absolute;
    top: 10px;
    z-index: 10;
    padding: 3px 6px;
	border-radius: 2px;
    color: rgba(255,255,255,1.00);
}

.pager {
	display: flex;
	justify-content: flex-end;
	margin: 20px 0;
	align-items: center;
}
.next > a, .prev > a {
	background-color: #ff5b02;
	color: #FFF;
	text-decoration: none;
	border-radius: 4px;
	padding: 5px 10px;
	transition: ease .4s;
}
.pages {
	display: flex;
	align-items: center;
	margin: 0 10px;
}
.pages > a, .pages > .LastPageLink_ProductList > a {
	display: flex;
	min-width: 25px;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background-color: #f3f3f3;
	padding: 5px;
	margin: 0 2px;
	font-weight: normal !important;
	border-radius: 2px;
}
.pages .ActivePageNumber_ProductList {
	background-color: #ff5b02;
	color: #FFF;
}
.HiddenPagesIndicator_ProductList {
	padding: 0;
	margin: 0 5px;
}




.slick-arrow {
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 100%;
    border-radius: none;
    padding: 0;
    z-index: 10;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    cursor: pointer;
    border: none;
}
.slick-arrow.slick-prev {
    left: 0;
    background-image: url("/images/skins/Default/images/icon-left-black.svg");
}
.slick-arrow.slick-next {
    right: 0;
    background-image: url("/images/skins/Default/images/icon-right-black.svg");
}
.slick-arrow.slick-disabled {
    display: none !important;
}
.Frontpage_Custom_DIV {
	position: relative;
}
.Frontpage_Custom_DIV .slick-arrow {
    top: 50%;
}
.Related_Custom_DIV.slick-initialized .slick-slide, .Frontpage_Custom_DIV.slick-initialized .slick-slide, .ProductList_Custom_DIV.slick-initialized .slick-slide {
	display: flex;
}
.product [class*="ProductMedia_Container"] {
	display: none;
}

.slick-slider:not(.slick-vertical) .slick-track {
    display: flex !important;
}
.slick-slider:not(.slick-vertical) .slick-slide {
    height: inherit !important;
}

[data-products]:empty {
    background-image: url("/images/skins/Default/images/loader.gif");
    background-size: 35px auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    aspect-ratio: 1680/547;
}

footer {
	background-color: #0c335f;
	position: relative;
	color: #FFF;
	overflow: hidden;
}
footer:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-image: url(/images/skins/Default/images/4x4-background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    mix-blend-mode: color-dodge;
    opacity: 0.2;
}
footer > div {
	position: relative;
	z-index: 2;
}

.follow {
	position: relative;
	z-index: 2;
	flex: none;
	width: 100%;
}
.social {
	display: flex;
	align-items: center;
}
.social a {
	display: flex;
	margin-right: 10px;
	width: 26px;
	height: 26px;
}
.social svg {
	width: 100%;
	height: auto;
}
.follow form {
	display: flex;
	align-items: center;
	position: relative;
}
.follow input[type="email"] {
	background-image: url("/images/skins/Default/images/icon-email-blue.svg");
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: 10px;
	border-radius: 4px;
	height: 50px;
	border-color: #FFF;
	padding: 0 0 0 50px;
	box-shadow: 0 0 20px rgba(250,112,154,0.3);
}
.follow input[type="submit"] {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 7px;
}
.footercontainer {
	padding: 30px 0 0;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	max-width: 90%;
	margin: 0 auto;
}
.footercontainer > div {
	flex: none;
	margin-bottom: 30px;
}

.footerlogo {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.footerlogo img {
	height: 40px;
	width: auto;
}
.location {
	position: relative;
}
.location a {
	text-decoration: none;
	color: #FFF;
}
.location > span {
	display: flex;
	align-items: center;
	padding: 4px 0;
}
.location > span > svg {
	width: auto;
	height: 20px;
	margin-right: 8px;
	fill: #ff5b02;
}
.location > div:not(.social) {
	padding-left: 0;
	position: relative;
}
.location > div > span {
	display: block;
	padding: 4px 0;
}
.footermenu, .newsletter, .opening {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-top: 75px;
}
.opening p {
	padding: 3px 0;
	margin: 0;
}
.footermenu > span, .newsletter > span, .opening > span {
	font-size: 20px;
	flex: none;
	margin-bottom: 20px;
}
.TopMenu_MenuItems {
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
.TopMenu_MenuItems a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 6px 0 6px 0;
	text-decoration: none;
	margin-bottom: 4px;
	color: #FFF;
}
.newsletter form {
	display: flex;
	flex-direction: column;
}
.newsletter input[type="email"], .newsletter input[type="text"] {
	margin-bottom: 10px;
}
.newsletter label {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.newsletter label span {
	padding-left: 6px;
}
.newsletter > div > span {
	font-size: 20px;
	margin-bottom: 20px;
	display: block;
}

.footer-icons {
	flex: none;
	width: 100%;
	background-color: #fce7da;
	padding: 20px 0;
}
.footer-icons > div, .footer-icons > div > div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.footer-icons > div {
	justify-content: space-between;
}
.footer-icons > div > div > div {
	display: flex;
	flex-wrap: wrap;
}
.footer-icons small {
	color: #a29187;
	display: block;
	margin-top: 20px;
}
.paymentandshipping {
	margin-top: 20px;
}
.payment img, .splitpayment img {
	height: 23px;
    width: auto;
    margin-right: 5px;
	margin-bottom: 5px;
    background-color: #FFF;
    border-radius: 4px;
    padding: 4px 6px;
	border: 1px solid #FFF;
}
.shippingmethods img {
	height: 23px;
    width: auto;
    margin-right: 5px;
    background-color: #FFF;
    border-radius: 4px;
    padding: 4px 10px;
	border: 1px solid #fff;
}
.CmsPageStyle_Table {
	height: auto !important;
    table-layout: fixed;
}
.CmsPageStyle_Table strong {
	font-weight: normal !important;
}
.SubCats_Categories_DIV, .SubCats_Categories_UL {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	background-color: #f9f9f9;
	padding: 20px;
	margin-top: 20px;
	list-style-type: none;
}
.SubCats_Categories_DIV .cat-wrap-box > img {
	display: none;
}
.SubCats_Categories_DIV > div, .SubCats_Categories_UL > li {
	float: none !important;
	width: 48% !important;
	flex: none;
	margin: 0 0.1%;
}
.SubCats_Categories_DIV > div img, .SubCats_Categories_UL img {
	display: block;
	max-width: 100%;
	height: auto;
}
.subcatimage {
	margin-bottom: 5px;
}
.subcatimage:empty {
	display: none;
}
.SubCats_Categories_DIV > div:empty {
	display: none !important;
}
.SubCats_Categories_DIV > div a, .SubCats_Categories_UL .name a {
	padding: 8px 8px;
	background-color: #FFF;
	border-radius: 4px;
	transition: ease .4s;
	display: flex;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	border: 1px solid #eee;
}

/* PRODUCTCARD */
div[itemtype="https://schema.org/Product"] {
	position: relative;
	width: 100%;
}
.productcard > .row {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.productcard .images {
	flex: none;
	position: relative;
	display: flex;
	flex-direction: column;
}
.productcard .images .new {
	font-size: 13px;
	position: absolute;
	top: 10px;
	background-color: #0c335f;
	color: #FFF;
	display: inline-flex;
	border-radius: 2px;
	padding: 3px 6px;
	z-index: 2;
}
.productcard .images .imagecanvas img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: contain;
	object-position: 50% 50%;
	width: 100%;
}
.productcard .images .imageselector {
	display: flex;
	margin: 20px -1% -1%;
	flex-wrap: wrap;
	justify-content: center;
}
.productcard .images .imageselector > * {
	flex: none;
	width: 18%;
	margin: 1%;
	border: solid 1px rgba(231,231,231,1.00);
	padding: 4px;
	border-radius: 3px;
}
.productcard .images .imageselector img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: contain;
	object-position: 50% 50%;
}
.productcard .info {
	flex: none;
	position: relative;
}
.productcard h1 {
	margin-bottom: 10px;
}
.viabill-pricetag iframe {
	width: 100% !important;
}
body.webshop-checkout .viabill-pricetag {
	margin-right: 0;
}
.iteminfo {
	display: flex;
	align-items: center;
	color: #A1A1A1;
	font-size: 11px;
	margin-bottom: 20px;
}
.iteminfo > div {
	margin-right: 10px;
}
.iteminfo > div > span {
	padding-right: 3px;
}
.Variants {
	margin-bottom: 20px;
}
.VariantGroup {
	width: 100%;
	max-width: 100%;
}
.VariantGroup td[valign="BOTTOM"] {
	display: none;
}
.VariantGroup select {
	width: 100%;
	max-width: 200px;
}
.VariantGroup td.VariantGroupLabel {
	padding-bottom: 4px;
}
.simple-variant-group-container {
	display: flex;
	flex-wrap: wrap;
	margin: -1%;
}
.simple-variant-group-container .simple-variant-item-container {
	flex: none;
	border: solid 1px rgba(229,229,229,1.00);
	border-radius: 3px;
	display: flex;
	margin: 1%;
}
.simple-variant-group-container .simple-variant-item-container.simple-variant-image-active {
	border-color:rgba(0,0,0,1.00);
	background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
}
.simple-variant-group-container .simple-variant-item-container label {
	display: flex;
	height: 100%;
	width: 100%;
	flex: none;
	text-align: center;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 8px 12px;
}
.simple-variant-group-container .simple-variant-item-container input {
	display: none;
}
.add-on-products-header-container {
	display: flex;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.add-on-products-sub-header {
	display: none;
}
.add-on-products-container {
	display: flex;
	flex-direction: column;
}
.add-on-products-container > div:nth-child(n+1) {
	margin-bottom: 10px;
}
.add-on-product-row {
	position: relative;
	background-color: #f9f9f9;
	border-radius: 4px;
	display: flex;
}
.add-on-products-container:not(.showall) .add-on-product-row:nth-of-type(n+6) {
    display: none;
}
.show-more-button {
	cursor: pointer;
	color: green;
	text-decoration: underline;
}
.show-more-button:before {
    content: attr(data-showmore);
}
.show-more-button.open:before {
    content: attr(data-showless);
}
.add-on-product-column.add-on-product-checkbox {
	order: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #eee;
	width: 70px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	position: relative;
}
.add-on-product-column.add-on-product-checkbox input[type="checkbox"] {
	border-color: #ddd;
	width: 24px;
	height: 24px;
	border-radius: 2px;
}
.add-on-product-column.add-on-product-checkbox input[type="checkbox"]:checked {
	background-color: #ff5b02;
	border: 1px solid #FFF;
}

.add-on-product-image {
	order: 2;
	flex: none;
	width: 60px;
	margin-right: 15px;
	margin: 0 8px 0 0;
	display: flex;
	align-items: center;
	padding: 4px;
}
.add-on-product-image a {
	display: block;
}
.add-on-product-image img {
	display: block;
	width: 100%;
}
.add-on-product-name {
	flex: auto;
	order: 3;
	padding: 5px;
	display: flex;
	align-items: center;
}
.add-on-product-price {
	flex: none;
	order: 4;
	padding: 5px 20px 5px 5px;
	display: flex;
	align-items: center;
}
.AddOnPriceIsSpecialOffer {
	margin-right: 5px;
	color: #ff5b02;
}
.add-on-product-amount {
	display: none;
}
.pricediv {
	margin-bottom: 20px;
}
.productcard .offer {
	background-color: #ff5b02;
	color: #FFF;
	display: inline-flex;
	padding: 3px 8px;
	z-index: 1;
	white-space: nowrap;
}
.productcard .Prices_Custom_UL {
	margin: 0 -1%;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
.productcard .Prices_Custom_UL .price {
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
}
.productcard div[itemprop="offers"] .Prices_Custom_UL .price {
	color: #ff5b02;
}
.productcard .Prices_Custom_UL .vat {
	font-size: 13px;
	font-weight: normal;
	color: #989898;
	margin-left: 8px;
}
.productcard .exmoms {
	width: 100%;
	display: flex;
	align-items: end;
	color: #878787;
	font-size: 13px;
	font-weight: normal;
	margin-top: 8px;
}
.exmoms small {
	font-size: 13px;
	font-weight: normal;
	display: inline-block;
	margin-left: 6px;
}
.productcard .Prices_Custom_UL > li:first-child {
	flex: none;
	width: 100%;
	margin-left: 1%;
	margin-bottom: 10px;
}
.productcard .Prices_Custom_UL > li:nth-child(n+2) {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 0 1% 0;
	background-color: #fff4ed;
	border-radius: 30px;
	padding: 8px;
    min-height: 42px;
	transition: ease .4s;
}
.productcard .Prices_Custom_UL > li .multiprice {
	margin-right: 6px;
}
.productcard .Prices_Custom_UL > li .before strike {
	padding-right: 5px;
}
.productcard .Prices_Custom_UL > li:nth-child(n+2) .price {
	font-size: inherit;
	font-weight: bold;
}
.productcard [itemprop="description"] {
	margin: 30px 0 0;
}
.description2 .Description_Productinfo:not(:empty) {
    padding-top: 30px;
}
.productcard [itemprop="description"].collapsed {
    /*
    overflow: hidden;
    height: 150px;
    position: relative;
    */
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 4; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
.productcard [itemprop="description"].collapsed:after {
    content: "";
    position: absolute;
    
}
.multisavings {
    border-radius: 25px;
    background-color: #ff5b02;
    color: rgba(255,255,255,1.00);
    padding: 4px 13px;
    margin: 0 0 0 10px;
    font-weight: bold;
}
.productcard .extra {
	align-self: stretch;
	background-color: #f9f9f9;
    padding: 20px;
    margin: 20px 0;
}
.productcard .extra:empty {
	display: none;
}
.productcard .extra .extratitle {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	display: block;
}
.productcard-contact,
.productcard-ask {
	margin-top: 20px;
}
.productcard-ask a.button {
	background-color: #eee;
    color: #000;
    font-weight: normal;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.productcard-ask a.button svg {
	width: 22px;
	height: auto;
	margin-right: 8px;
	fill: #ff5b02;
}
.productcard-contact > div {
	margin-bottom: 10px;
}
.productcard-contact > div > span {
	display: flex;
	align-items: center;
}
.productcard-contact a {
	text-decoration: none;
}
.productcard-contact a:hover {
	color: #ff5b02;
}
.productcard-contact svg {
    width: auto;
    height: 20px;
    margin-right: 8px;
	fill: #ff5b02;
}
.stockdot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #288034;
	display: inline-block;
}
.productcard .extra .stockmessage {
	text-decoration: underline;
}
.productcard .extra .stockdot {
	margin-right: 5px;
}
.relatedtitle {
	padding-top: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
}
.productcard .extra .bullet {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.productcard .extra .bullet:not(:last-child) {
	margin-bottom: 10px;
}
.productcard .extra .bullet svg {
	margin: 0 5px 0 0;
	fill: #ff5b02;
	width: 20px;
	height: 20px;
}

.toolbar {
	margin-bottom: 5px;
	display: flex;
	flex-direction: column;
}
.toolbar > * {
	display: flex;
    align-items: center;
	flex: auto;
	padding: 8px 0;
    position: relative;
}

.toolbar img {
    display: block;
	height: auto;
	width: 20px;
	margin: 0 6px 0 0;
}

.stockmessage {
	display: flex;
}
.toolbar .shippingmessage {
    text-transform: lowercase;
}
.toolbar .btnfavorites {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	line-height: 1;
    cursor: pointer;
}
.toolbar .btnfavorites svg {
	width: 20px;
	height: auto;
	margin-right: 6px;
}
.btnfavorites.added,
.btnfavorites.added svg path {
    color: #ff5b02;
    fill: #ff5b02;
}


.stockmessage svg {
	margin-right: 6px;
	width: 20px;
	height: auto;
	color: #288034;
}
.btnfavorites:hover {
	color: #ff5b02;
}
.btnfavorites:hover svg {
	fill: #ff5b02;
}
#BUYSECTION {
	margin: 20px 0 30px;
	display: flex;
	position: relative;
}
#BUYSECTION > * {
	flex: none;
}
#BUYSECTION > input[type="number"] {
    padding: 0;
	width: 44px;
	height: 56px;
	border-radius: 4px;
	text-align: center;
	-moz-appearance: textfield;
	margin-right: 8px;
}
#BUYSECTION input::-webkit-outer-spin-button,
#BUYSECTION input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#BUYSECTION > input[type="submit"] {
	width: calc(100% - 52px);
	height: 56px;
    font-size: 18px;
}
.morelink {
    margin-top: 15px;
    display: flex;
    width: fit-content;
    align-items: center;
    text-decoration: none;
    background-color: #f9f9f9;
    padding: 5px 10px;
    border-radius: 2px;
}
.morelink img {
    margin-right: 6px;
}
.morecontent > span {
    display: none;
}

/* BASKET */
.minibasketcontainer {
	display: none;
}
.minibasket .button svg {
	fill: #FFF;
	height: 20px;
}
.minibasketpayment .payment {
	display: flex;
	justify-content: center;
}
.minibasketpayment .payment img {
	border: 1px solid #eee;
}

/* SHOWBASKET */
body.webshop-showbasket h1 {
	flex: none;
	width: 100%;
}
.showbasket {
	display: flex;
	align-items: flex-start;
	clear: both;
	width: 100%;
}
.showbasket > * {
	flex: auto;
}
.showbasket > .summary {
	flex: none;
	width: 32%;
	margin-left: 30px;
}
.showbasket > .summary .deliveryinfo {
	margin: 0 0 15px;
	border-radius: 4px;
	padding: 10px;
	background-color: rgba(240, 240, 240, 1.00);
	display: none;
}
.showbasketbuttons {
	margin-top: 30px;
	gap: 15px;
	display: flex;
	justify-content: flex-start;
}
.showbasketbuttons > * {
	flex: none;
}
.ShowBasket_Custom_DIV > div {
	display: flex;
	padding: 5px 15px 5px 5px;
	border: solid 1px rgba(237, 237, 237, 1.00);
	border-bottom-width: 0;
	background-color: rgba(255, 255, 255, 1.00);
	position: relative;
	align-items: center;
	position: relative;
}
.ShowBasket_Custom_DIV > div:last-child {
	border-bottom-width: 1px;
}
.ShowBasket_Custom_DIV .image {
	flex: none;
	width: 100px;
	margin: 0 15px 0 0;
	display: flex;
	align-items: flex-start;
	align-self: flex-start;
}
.ShowBasket_Custom_DIV .image a {
	position: relative;
}
.ShowBasket_Custom_DIV .image img {
	width: 100% !important;
	display: block;
	padding: 5px;
}
.ShowBasket_Custom_DIV .info {
	flex: auto;
	padding: 15px 0;
}
.ShowBasket_Custom_DIV .info > a {
	text-decoration: none;
}
.ShowBasket_Custom_DIV .info table {
	margin: 10px 0 0;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iIzAwMCI+CiAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMjEgMTEuMjV2OC4yNWExLjUgMS41IDAgMDEtMS41IDEuNUg1LjI1YTEuNSAxLjUgMCAwMS0xLjUtMS41di04LjI1TTEyIDQuODc1QTIuNjI1IDIuNjI1IDAgMTA5LjM3NSA3LjVIMTJtMC0yLjYyNVY3LjVtMC0yLjYyNUEyLjYyNSAyLjYyNSAwIDExMTQuNjI1IDcuNUgxMm0wIDBWMjFtLTguNjI1LTkuNzVoMThjLjYyMSAwIDEuMTI1LS41MDQgMS4xMjUtMS4xMjV2LTEuNWMwLS42MjEtLjUwNC0xLjEyNS0xLjEyNS0xLjEyNWgtMThjLS42MjEgMC0xLjEyNS41MDQtMS4xMjUgMS4xMjV2MS41YzAgLjYyMS41MDQgMS4xMjUgMS4xMjUgMS4xMjV6IiAvPgo8L3N2Zz4=");
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: calc(100% - 15px) 50%;
	padding: 7px 39px 7px 10px;
	background-color: #f9f9f9;
	border: solid 1px rgba(0,0,0,.04);
	border-radius: 25px;
	width: 10px;
}
.ShowBasket_Custom_DIV .info table td {
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.ShowBasket_Custom_DIV .info table td input {
	margin-right: 7px;
}
.ShowBasket_ChildProduct_SPAN + div {
	float: right;
}
.ShowBasket_ChildProduct_SPAN + div .unit {
	display: none;
}
.ShowBasket_Custom_DIV .amountinput input {
	height: 30px;
	width: 40px;
	text-align: center;
}
.ShowBasket_Custom_DIV .amountinput input::-webkit-outer-spin-button, .ShowBasket_Custom_DIV .amountinput input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.ShowBasket_Custom_DIV .amountinput input[type=number] {
	-moz-appearance: textfield;
}
.ShowBasket_Custom_DIV .amount {
	display: flex;
	margin-top: 8px;
}
.ShowBasket_Custom_DIV .amount a:not([href*="remove=1"]) {
	cursor: pointer;
	width: 24px;
	height: 24px;
	display: flex;
	font-family: 'Arial';
	line-height: 1;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	user-select: none;
	border: solid 1px rgba(237, 237, 237, 1.00);
	border-radius: 50%;
}
.ShowBasket_Custom_DIV .amount span {
	display: flex;
	padding: 0 10px;
	align-items: center;
}
.ShowBasket_Custom_DIV .amount a[href*="dec=1"]:before {
	content: "-";
}
.ShowBasket_Custom_DIV .amount a[href*="inc=1"]:before {
	content: "+";
}
.ShowBasket_Custom_DIV .amount img {
	display: none;
}
.ShowBasket_Custom_DIV a[href*="remove=1"], .delbutton {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #000;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	z-index: 1;
}
.ShowBasket_Custom_DIV .price {
	display: flex;
	justify-content: flex-end;
	margin-left: 15px;
	align-items: center;
}
.ShowBasket_Custom_DIV .price .amount {
	margin-right: 20px;
}
.ShowBasket_Custom_DIV .price .priceholder {
	line-height: normal;
	text-align: right;
}
.ShowBasket_Custom_DIV .price .priceholder small {
	display: block;
}
.ShowBasket_Custom_DIV .price .totalbefore {
	text-decoration: line-through;
	color: rgba(147, 147, 147, 1.00);
}

.showbasket .summary {
	display: flex;
	flex-direction: column;
	
}
.showbasket .summarycontent {
	padding: 30px;
	background-color: #f6f6f6;
	display: flex;
	flex-direction: column;
}
.showbasket .summary .row {
	display: flex;
	justify-content: space-between;
	flex: none;
	padding: 5px 0;
}
.showbasket .summary .row > div:last-of-type {
	text-align: right;
}
.showbasket .summary .row.savings:not(.visible) {
	display: none;
}
.moneysaving {
	display: flex;
	justify-content: space-between;
	border-top: solid 1px #eee;
	padding: 10px 0;
	margin-top: 10px;
}
.showbasket .summary .row.moneysaving:empty {
	display: none;
}
.ViaBill_pricetag_basket_container {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.viabill-pricetag {
	margin-right: -100px;
}
.showbasket .summary .row.savings {
	font-weight: bold;
}
.showbasket .summary .row.total {
	font-size: 28px;
	border-top: solid 1px #eeeeee;
	padding-top: 25px;
}
.showbasket .summary .row.total small {
	font-size: 14px;
}
.showbasket .summary .buttons {
	flex: auto;
	display: flex;
	align-items: flex-end;
}
.showbasket .summary .buttons a.button {
	display: flex;
	width: 100%;
	margin: 30px 0 0;
	flex: none;
	font-size: 16px;
	padding: 14px;
}
.showbasket .summary .buttons a.button svg {
	height: 20px;
	margin-right: 8px;
}
.redeemcontainer {
	position: relative;
	background-color: #f9f9f9;
	padding: 30px;
	display: none;
}
.redeemcontainer input[type="text"] {
	width: 100%;
	border: 1px solid #eee;
	border-radius: 30px;
	padding: 0 20px;
	height: 40px;
}
.redeemcontainer button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 34px;
	padding: 6px 15px;
	border-radius: 30px;
	background-color: #ff5b02;
	color: #FFF;
	border: none;
	cursor: pointer;
	transition: ease .4s;
}
.redeemcontainersucces {
	display: flex;
	align-items: center;
	justify-content: center;
}
.redeemcontainersucces svg {
	height: 26px;
	width: auto;
	margin-right: 8px;
}
.showbasket-creditcards .payment {
	justify-content: center;
	display: flex;
	margin-top: 20px;
}

/* CHECKOUT */
.webshop-checkout header,
.webshop-checkout .topbar,
#checkout-container .checkout-headline,
.webshop-checkout #ProductmenuContainer_DIV {
	display: none;
}
.webshop-checkout main.container {
	padding: 0;
	max-width: 100%;
	margin: 0;
	width: 100%;
}
#checkout-container {
	opacity: 0;
	display: flex;
	width: 100%;
}

#ProductFilter-Container {
    position: relative;
	
}
#ProductFilter-Container:not(.loaded) {
    background-image: url("/images/skins/Default/images/loader.gif");
    background-size: 35px auto;
    background-position: 50% 30%;
    background-repeat: no-repeat;
    min-height: 80vh;
}/*
#ProductFilter-Container.loaded.filterloading {
    opacity: .3;
}
*/
#ProductFilter-Container.loaded.filterloading:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    cursor: progress;
    background-color: rgba(255,255,255,.70);
    background-image: url("/images/skins/Default/images/loader.gif");
    background-size: 35px auto;
    background-position: 50% 30%;
    background-repeat: no-repeat;
}
.product-filter-clear-all,
.product-filter-clear,
.product-filter-headertext-container {
	display: none;
}

.shippingCountdown:empty {
    display: none;
}
.shippingCountdown .text {
    margin: 0 0 5px;
    padding: 0 65px 0 0;
    font-weight: bold;
}
.shippingCountdown .text i {
    font-style: normal;
    color: #ff5b02;
}
.shippingCountdown .bar {
    border-radius: 20px;
    height: 16px;
    padding: 1px;
    border: solid 1px #eee;
    background-color: rgba(255, 255, 255, 1.00);
    display: flex;
    position: relative;
}
.shippingCountdown .bar span {
    flex: none;
    background-color: #0c335f;
    border-radius: 20px;
    width: 0;
}
.shippingCountdown .bar small {
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 11px;
    background-color: #0c335f;
    color: rgba(255, 255, 255, 1.00);
    position: absolute;
    right: 0;
    bottom: calc(100% + 5px);
}
.shippingCountdown .bar small:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #0c335f;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.shippingCountdown:empty {
    display: none;
}
.shippingCountdown.redeemed {
    display: flex;
    align-items: center;
    justify-content: center;
}
.shippingCountdown.redeemed {
    background-color: rgba(155, 193, 175, .1);
    color: #000;
    font-weight: bold;
}
.productcard .shippingCountdown {
    margin-bottom: 30px;
}
.productcard .shippingCountdown.redeemed {
    padding: 20px;
    border-radius: 5px;
	display: flex;
	align-items: center;
}
.productcard .shippingCountdown.redeemed svg, .minibasket .shippingCountdown.redeemed svg {
	width: 20px;
	height: auto;
	color: green;
	fill: green;
}
.minibasket .shippingCountdown {
    padding-top: 20px;
}
.minibasket .shippingCountdown.redeemed {
    padding-top: 20px;
    padding-bottom: 20px;
}

#bfhome {
    font-size: 0;
}


[itemtype="https://schema.org/BreadcrumbList"] {
    margin: 0 0 20px;
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    color: #000;
    align-items: center;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    max-width: 95vw;
}
[itemtype="https://schema.org/BreadcrumbList"] a {
    color: #000;
    text-decoration: underline;
    display: flex;
    align-items: center;
    border-radius: 3px;
    padding: 3px 8px;
    margin-right: 5px;
    white-space: nowrap;
}

[itemtype="https://schema.org/BreadcrumbList"] a[href="/shop/frontpage.html"]:after {
    display: none;
}
[itemtype="https://schema.org/BreadcrumbList"] a:hover {
    background-color: #000;
    color: rgba(255,255,255,1.00);
    cursor: pointer;
    transition: all .4s;
    text-decoration: none;
}
[itemtype="https://schema.org/BreadcrumbList"] a.BreadCrumbLink_Active:after {
    display: none;
}
[itemtype="https://schema.org/BreadcrumbList"] a.BreadCrumbLink_Active {
    background-color: #0c335f;
    border-radius: 3px;
    padding: 3px 8px;
    margin: 0 2px;
    display: flex;
    position: relative;
    align-items: center;
    color: #FFF;
    text-decoration: none;
}

.bookingform {
    display: none;
}
.Productlist_Sort_table {
    display: none;
}
.productfilter {
    display: none;
}
.Heading_ProductMenu {
    display: none;
}


div#CookiePolicy, div#CookiePolicy.fixed-bottom {
    background-color:rgba(0,0,0,.80);
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    position: fixed;
    margin: 0;
    border-radius: 0;
    right: auto;
}
div#CookiePolicy div.CookiePolicyCenterText {
    background-color: rgba(255,255,255,1.00);
    flex: none;
    width: 700px;
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 40px rgba(0,0,0,.7);
    border-radius: 10px;
    color: rgba(0,0,0,1.00);
    margin: 0;
    -webkit-overflow-scrolling:touch;
    overflow-x:hidden;
	overflow-y:auto;
}
div#CookiePolicy h1, div#CookiePolicy h2, div#CookiePolicy h3, div#CookiePolicy h4, div#CookiePolicy h5 {
    color: rgba(0,0,0,1.00);
}
div.CookiePolicyText {
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 200px;
    max-height: none;
    overflow: visible;
}
input.cookie-policy-button {
    background-color: #ff5b02 !important;
    color: rgba(255,255,255,1.00);
}
#CookiePolicy label {
    color: #000 !important;
}
div.CookiePolicyText a {
    text-decoration: underline;
}
div.CookiePolicyText > h2, div.CookiePolicyText > p {
    background-color:#f6f6f6;
    font-weight: normal;
    color: rgba(84,84,84,1.00);
}
div.CookiePolicyText > img {
    width: 300px;
    max-width: 50%;
    margin: 20px 40px;
}
div.CookiePolicyText > h2 {
    padding: 30px 40px 15px;
    margin: 0;
    font-size: 25px;
    font-weight: normal;
}
div.CookiePolicyText > p {
    padding: 0 40px 30px;
    margin: 0;
    line-height: 1.4em;
}
div.CookiePolicyText > * {
    order: 1;
}
div.cookie-policy-accept-buttons-container {
    order: 2;
    margin: 0;
    padding: 30px 40px 25px;
    display: flex;
    justify-content: center;
}
div.cookie-policy-accept-buttons-container > input[type="button"] {
    flex: auto;
    margin: 0;
    border-radius: 5px;
    padding: 20px 15px;
    font-weight: normal;
    box-shadow: inset 0px -4px 0px -2px rgba(0, 0, 0, 0);
}
div.cookie-policy-accept-buttons-container > input[type="button"].cookie-policy-accept {
    background-color: #f6f6f6 !important;
    border: none !important;
    color: rgba(0,0,0,1.00) !important;
}
div.cookie-policy-accept-buttons-container > input:not(:last-of-type) {
    margin-right: 30px;
}
div.cookie-policy-details-link-container {
    order: 3;
    padding: 0 0 25px;
    display: flex;
    justify-content: center;
}
div.cookie-policy-details-link-container > a {
    flex: none;
    color: rgba(0,0,0,1.00);
}
div.cookie-policy-details-container {
    order: 4;
    display: none;
}
div.cookie-policy-details-container div.rtable-cell {
    font-size: 65%;
}
div.cookie-policy-consents-container {
    order: 5;
    display: flex;
    border-top: solid 1px #d4d4d4;
    background-color:#f6f6f6;
    margin: 0;
}
div.cookie-policy-consents-container > div {
    flex: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 15px 20px;
}
div.cookie-policy-consents-container > div input {
    display: none;
}
div.cookie-policy-consents-container > div:not(:last-child) {
    border-right: solid 1px #d4d4d4;
}
div.cookie-policy-consents-container label {
    font-weight: normal;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
div.cookie-policy-consents-container label div {
    border-radius: 25px;
    width: 53px;
    margin: 7px 0 0;
    background-color: #ababab;
    padding: 4px;
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
}
div.cookie-policy-consents-container input:checked + label div {
    justify-content: flex-end;
    background-color:#ff5b02;
}
div.cookie-policy-consents-container input:checked:disabled + label div {
    opacity: 0.7;
    cursor: default;
}
div.cookie-policy-consents-container label div > span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgba(255,255,255,1.00);
}


.rtable {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 0;
    padding: 0;
}
.rtable--4cols>.rtable-cell {
    width: 25%;
}
.rtable-header-cell {
    background-color: rgba(0,0,0,0.05);
    font-weight: bold;
}
.rtable-cell {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    padding: 0.8em 1.2em;
    overflow: hidden;
    list-style: none;
    border-bottom: 1px solid #ececec;
    font-size: 0.85em;
}

.cookieSettingsButton {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 35px;
    height: 35px;
    background-color: rgba(69,135,63,1.00);
    border-radius: 50%;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cookieSettingsButton img {
    flex: none;
    width: 57%;
    height: auto;
}
.cookieSettingsButton:hover {
    opacity: .7;
}

.productSubCategorys {
	display: flex;
	flex-wrap: wrap;
}
.productSubCategorys > br {
	display: none;
}
.productSubCategorys > a {
	background-color: #f9f9f9;
	padding: 10px 20px;
	border-radius: 4px;
	flex: auto;
	margin: 0 1% 2%;
	display: flex;
	justify-content: center;
	text-decoration: none;
}

.brands {
	margin-top: 30px;
	padding: 20px 0;
	background-color: #f9f9f9;
}
.brands > div {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.brands > div > a {
	margin: 0 1%;
	width: 10.5%;
	display: flex;
	justify-content: center;
}
.brands > div > a img {
	max-width: 100%;
	height: auto;
	display: block;
}
.brands .slick-slide img, .manuselector .slick-slide img {
	height: auto;
	width: 100%;
}
.brands .slick-initialized .slick-slide, .manuselector .slick-initialized .slick-slide {
	justify-content: center;
	border: 1px solid #eee;
	border-radius: 4px;
	overflow: hidden;
}
.brands .slick-slide, .manuselector .slick-slide {
	  margin: 0 10px;
}
.brands .slick-list, .manuselector .slick-list {
	margin: 0 -10px;
}

.quicksearchbodyselect.loading select:disabled {
    background-image: url('/images/skins/Default/images/loader.gif');
    background-size: auto 60%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
body.webshop-checkout .quicksearch {
	display: none !important;
}
.quicksearch {
	margin: 0 0 10px;
	background-color: #e9f2fb;
	padding: 20px 0;
}
.quicksearchbody {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.quicksearchbody > span {
	flex: none;
	padding: 0 20px;
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}
.quicksearchbodyselect {
	flex: auto;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-left: 30px;
}
.quicksearchbodyselect > div {
	width: 100%;
}
.quicksearchbodyselect > div {
	position: relative;
}
.quicksearchbodyselect select {
	width: 100%;
	border-color: #c8d3e0;
	padding-left: 46px;
	height: 40px;
}
.quicksearchbodyselect > div:after {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 32px;
	height: calc(100% - 4px);
	border-radius: 2px;
	background-color: #0c335f;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.one:after {
	content: "1";
}
.two:after {
	content: "2";
}
.three:after {
	content: "3";
}
.quicksearchbodystart {
	flex: none;
	display: flex;
	align-items: center;
	gap: 10px;
}
.quicksearchbodystart > a {
	display: flex;
	align-items: center;
	text-decoration: none;
	background-color: #7897bb;
	color: #FFF;
	border-radius: 4px;
	justify-content: center;
	padding: 10px 20px;
	transition: ease .4s;
}
.quicksearchbodystart > a.active, .quicksearchbodystart > a:hover {
	background-color: #0c335f;
	color: #FFF;
}
.quicksearchbodystart > a > span {
	line-height: 1;
}
.quicksearchbodystart svg {
	width: 20px;
	height: auto;
	fill: #FFF;
	margin-right: 10px;
}
.valutatoggle {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	background-color: #f9f9f9;
	padding: 8px 10px;
}
.valutatoggle > select {
	min-width: 100px;
	margin: 3px 0 0 0;
}

[data-package] {
    margin: 0 0 30px;
}
.packageheader {
    font-weight: bold;
    font-size: 18px;
    color: rgba(0,0,0,1.00);
	margin-bottom: 20px;
}
.packageproducts {
    display: flex;
    flex-wrap: wrap;
    margin: -1%;
}
.packageproducts > * {
    flex: none;
    width: 31.333%;
    max-width: 220px;
    margin: 1%;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
    position: relative;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    cursor: default;
    background-color: rgba(255,255,255,1.00);
}
.packageproducts > .notavailable {
    cursor: not-allowed;
    user-select: none;
}
.packageproducts img {
    display: block;
    width: 100%;
    margin: 0 0 15px;
    flex: none;
}
.packageproducts img[src*="data:"] {
    background-color: red;
}
.packageproductname,
.packageproductprice {
    flex: auto;
    line-height: normal;
    display: block;
    font-size: 14px;
    color: rgba(0,0,0,1.00);
    margin-bottom: 10px;
}
.packageproductprice {
    padding: 4px 0 0;
    font-weight: bold;
    flex: none;
}
.packageproductamount {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 15px;
    color: rgba(255,255,255,1.00);
    background-color: #4eb440;
    line-height: 1;
    white-space: nowrap;
}
.packageproductnotinstock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.80);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.packageproductnotinstock span {
    background-color: rgba(136,0,2,1.00);
    color: rgba(255,255,255,1.00);
    padding: 4px 10px;
    transform: rotate(-5deg);
}
.packagenotavailable {
    margin: 25px 0 0;
    padding: 15px;
    background-color: rgba(250,223,223,1.00);
    border: solid 1px rgba(230,181,181,1.00);
    color: rgba(149,77,78,1.00);
    border-radius: 4px;
    line-height: normal;
}

#BUYSECTION.loadingpackage {
    opacity: .3;
    
}
#BUYSECTION.loadingpackage input[type="submit"] {
    cursor: not-allowed;
    pointer-events: none;
}
#BUYSECTION.haspackage input[type="number"] {
    display: none;
}
#BUYSECTION.haspackage > input[type="submit"] {
    width: 100%;
}


@media (min-width: 901px) {
	
	.brands {
		margin-top: 80px;
		padding: 80px 0;
	}
	.brands .slick-arrow.slick-next {
		right: -40px;
	}
	.brands .slick-arrow.slick-prev {
		left: -40px;
	}
	
	
    .Productlist_Sort_Select {
        display: none;
    }
	input[type="submit"]:not(.justadded):hover,
	input[type="button"]:hover,
	#confirm-complete-button:hover,
	.button:hover,
	input.checkout-salesdiscount-code-button:hover,
	article button:hover, .redeemcontainer button:hover {
		background-color: #ff5b02;
		color: rgba(255,255,255,1.00);
	}
	main {
		margin-top: 20px;
	}
	.hideondesktop {
		display: none;
	}
	.highlightproductscontainer {
		width: 1680px;
		margin: 40px auto;
	}
	header > div {
		padding: 30px 0;
	}
	.currencychangerdiv {
		position: relative;
	}
	.currencychangeractive {
		display: flex;
		align-items: center;
		border-radius: 2px;
		flex-wrap: wrap;
	}
	.currencychangeractive:hover {
		cursor: pointer;
	}
	.currencychangerdivdtopdown {
		display: none;
		
	}
	.currencychangerdiv:hover .currencychangerdivdtopdown {
		display: flex;
        position: absolute;
        top: 100%;
        left: -15px;
        flex-direction: column;
        background-color: #FFF;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
        padding: 15px;
        min-width: 100px;
	}
	.currencychangerdivdtopdown > a {
		padding: 3px 0;
		font-size: 12px;
	}
	.currencychangeractive > span {
		flex: none;
		width: 100%;
		font-size: 10px;
        line-height: 13px;
        color: #ff5b02;
	}
	.currencychangeractive > div {
		display: flex;
		align-items: center;
		position: relative;
		font-size: 12px;
	}
	.currencychangeractive > div:after {
		content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI4LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMS40LDYuMmMwLjYtMC42LDEuNS0wLjYsMiwwbDguNiw4LjZsOC42LTguNmMwLjYtMC42LDEuNS0wLjYsMiwwczAuNiwxLjUsMCwyTDEzLDE3LjhjLTAuMywwLjMtMC42LDAuNC0xLDAuNAoJYy0wLjQsMC0wLjctMC4yLTEtMC40TDEuNCw4LjJDMC44LDcuNywwLjgsNi43LDEuNCw2LjJ6Ii8+Cjwvc3ZnPgo=');
		width: 9px;
        height: 15px;
		margin-left: 7px;
	}
	.currencychangeractive img, .currencychangerdivdtopdown img {
		border-radius: 2px;
		margin-right: 4px;
		height: auto;
		width: 16px;
	}
	
	.shortcuts > div:not(.minibasketcontainer).btnmenu {
		display: none;
	}
	.logobox > a > img {
		height: 40px;
		width: auto;
	}
	.categoriescontainer > a:nth-child(n+3) {
		display: flex;
	}
	.topbarusp > div > div:nth-child(n+2) {
		display: flex;
	}
    
    
    
	footer {
		margin-top: 0;
	}
	.footercontainer {
		flex-direction: row;
		width: 1400px;
		padding: 100px 0;
	}
	.footercontainer > div {
		margin-bottom: 0;
	}
	.payment img, .splitpayment img {
		margin-bottom: 0;
	}
	.footercontainer > div {
		width: 25%;
	}
	.footer-icons small {
		margin-top: 0;
	}
	#Search_Form {
		flex: auto;
		margin: 0 30px !important;
		display: flex;
		align-items: center;
		position: relative;
	}
    .topbarusp {
        flex: auto;
        display: flex;
    }
	.shortcuts {
		flex: none;
		justify-content: flex-start;
	}
	.shortcuts > div > span, .shortcuts > div > a > span {
		display: block;
		font-size: 10px;
		line-height: 13px;
		color: #ff5b02;
	}
	.TopMenu_MenuItems {
		padding: 0;
	}
	.location a:hover, .TopMenu_MenuItems a:hover {
		color: #ff5b02;
	}
	.next > a:hover, .prev > a:hover {
		background-color: #ff5b02;
	}
	.shortcuts svg {
		transition: ease .4s;
		margin-right: 10px;
		height: 25px;
	}
	.shortcuts > div:not(.minibasketcontainer) {
		margin-left: 25px; 
	}
	.logobox a:hover svg.logoicon {
		transform: rotate(360deg);
	}
	.logobox a:hover .st0 {
		fill:#ff5b02;
	}
	.shortcuts a:hover svg {
		color: #ff5b02;
	}
	.btnaccount a:hover svg {
		fill: #ff5b02;
	}
	
	.slide > span > small {
		color: #FFF;
		display: flex;
		font-size: 17px;
		width: fit-content;
		line-height: 22px;
	}
	.boxes {
		width: 1680px;
    	max-width: 90%;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.boxes > div {
		width: 100%;
		max-width: 100%;
	}
	.boxes > div > div {
		width: 23%;
		margin: 0 1%;
	}
	.boxes img {
		display: block;
		max-width: 100%;
		border-radius: 4px;
	}
	.boxname svg {
		height: 70px;
		margin-bottom: 20px;
	}
	.boxname {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.boxbutton {
		background-color: #ff5b02;
		color: #FFF;
		border-radius: 30px;
		padding: 10px 20px;
		z-index: 2;
		display: flex;
		transition: ease .4s;
		font-size: inherit;
		font-weight: bold;
		justify-content: center;
		width: fit-content;
		margin: 0 auto;
	}
	.boxbutton svg {
		fill: #FFF;
		width: 20px;
		height: auto;
		margin-right: 10px;
	}
	.boxes a:hover .boxbutton {
		background-color: #ff5b02;
		transform: scale(1.04);
	}

    
    
	.Frontpage_Custom_DIV:not(.slick-initialized), .Favorites_Custom_DIV:not(.slick-initialized) {
		margin: 0 -1%;
	}
	.ProductList_Custom_DIV:not(.slick-initialized), .Related_Custom_DIV:not(.slick-initialized), .CustomersAlsoBought_Custom_DIV:not(.slick-initialized) {
		margin: -1%;
	}
	.Related_Custom_DIV:not(.slick-initialized), .CustomersAlsoBought_Custom_DIV:not(.slick-initialized) {
		justify-content: center;
	}
	.Frontpage_Custom_DIV .slick-list, .ProductList_Custom_DIV .slick-list {
		margin: 0 -10px;
	}
	.Frontpage_Custom_DIV:not(.slick-initialized) > div, body.webshop-frontpage .ProductList_Custom_DIV:not(.slick-initialized) > div, .Related_Custom_DIV:not(.slick-initialized) > div, .CustomersAlsoBought_Custom_DIV:not(.slick-initialized) > div, .Favorites_Custom_DIV:not(.slick-initialized) > div {
		width: 19%;
	}
	.ProductList_Custom_DIV:not(.slick-initialized) > div {
		width: 19%;
		margin: 0.5%;
	}
	.Frontpage_Custom_DIV .product:hover, .ProductList_Custom_DIV .product:hover {
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
	}
	
	
	/* PRODUCTMENU */
	#ProductmenuContainer_DIV {
		position: relative;
		top: 0;
		z-index: 9;
		background-color: #FFF;
		display: block;
		padding-bottom: 20px;
	}
	#ProductMenu_List > li.has-dropdown > a:after {
		content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI4LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMS40LDYuMmMwLjYtMC42LDEuNS0wLjYsMiwwbDguNiw4LjZsOC42LTguNmMwLjYtMC42LDEuNS0wLjYsMiwwczAuNiwxLjUsMCwyTDEzLDE3LjhjLTAuMywwLjMtMC42LDAuNC0xLDAuNAoJYy0wLjQsMC0wLjctMC4yLTEtMC40TDEuNCw4LjJDMC44LDcuNywwLjgsNi43LDEuNCw2LjJ6Ii8+Cjwvc3ZnPgo=');
		width: 10px;
		height: 12px;
		margin-left: 7px;
	}
	#ProductMenu_List > li > a {
		font-size: 20px;
		position: relative;
		display: flex;
		height: 100%;
		padding: 10px;
		transition: ease .4s;
		background-color: #f6f6f6;
		color: #000;
		border-radius: 4px;
		justify-content: center;
		font-family: "Teko", sans-serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
	}
	.ProductMenu_MenuItemBold {
		font-weight: 500 !important;
	}
	#ProductMenu_List > li:hover > a {
		color: #ff5b02;
	}
	#ProductMenu_List {
		width: 1680px;
		max-width: 90%;
		display: flex;
		justify-content: space-between;
		padding: 0;
		margin: 0 auto;
		list-style-type: none;
	}
	#ProductMenu_List a {
		text-decoration: none;
	}
	#ProductMenu_List > li {
		flex: auto;
        position: relative;
		margin: 0 5px;
	}
    #ProductMenu_List > li > ul {
        display: none;
    }
	
    
    
	
	/* DROPDOWN */
    #ProductMenu_List > li:hover .dropdowncontainer {
        display: block;
        
    }
    .dropdowncontainer span.ProductMenu_MenuItemBold {
        font-weight: normal;
    }
    .dropdowncontainer {
        position: absolute;
        top: 100%;
        left: 0;
    }
    
    .dropdownleft {
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
        background: rgba(255,255,255,0.9);
        border-radius: 0 0 4px 4px;
        max-height: 70vh;
        box-shadow: 15px 15px 20px rgba(0,0,0,.1);
        -webkit-overflow-scrolling: touch;
		overflow-x: hidden;
		overflow-y: auto;
		min-width: 240px;
    }
    .dropdownleft.showsubcats {
        border-bottom-right-radius: 0;
    }
    .positionleft .dropdownleft.showsubcats {
        border-radius: 0 0 15px;
    }
    .dropdownleft ul > li ul {
        display: none;
    }
    .dropdownleft > ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .dropdownleft > ul > li {
        display: flex;
        align-items: center;
        
    }
    .dropdownleft > ul > li > span {
        flex: none;
        width: 50px;
        font-size: 0;
        align-self: stretch;
        border-right: solid 1px rgba(227,227,227,1.00);
    }
    .dropdownleft > ul > li > span > a {
        display: block;
    }
    .dropdownleft > ul > li > span > a > img {
        width: 100%;
        height: auto;
        aspect-ratio: 20/15;
        object-fit: contain;
		mix-blend-mode: multiply;
    }
    .dropdownleft a {
        padding: 10px 15px;
        display: block;
        white-space: nowrap;
        position: relative;
        flex: auto;
    }
    .dropdownleft li:not(:last-child) {
        border-bottom: solid 1px rgba(227,227,227,1.00);
    }
    .dropdownleft li.hover > a {
        background-color: rgba(255,255,255,1.00);
    }
    .dropdownleft li.hover > a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        background-color: #ff5b02;
    }
    .dropdownleft .has-dropdown > a {
        background-image: url('/images/skins/Default/images/icon-right.svg');
        background-size: 10px auto;
        background-position: calc(100% - 15px) 50%;
        background-repeat: no-repeat;
        padding-right: 60px;
    }
  
    
    
    .dropdownright {
        background-color:rgba(255,255,255,1);
        border-radius: 0 0 15px 0;
        padding: 20px 30px;
        position: absolute;
        left: 100%;
        top: 0;
        
        min-height: 100%;
        min-width: 300px;
        max-height: 70vh;
        box-shadow: 0 15px 20px rgba(0,0,0,.1);
        -webkit-overflow-scrolling: touch;
		overflow-x: hidden;
		overflow-y: auto;
    }
    .positionleft .dropdownright {
        left: auto;
        right: 100%;
        border-radius: 0 0 0 15px;
    }
    .dropdownright:empty {
        display: none;
    }
    .dropdownright > ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .dropdownright > ul > li:not(:last-child) {
        border-bottom: solid 1px rgba(228,228,228,1.00);
    }
    .dropdownright > ul > li.has-dropdown > a > .ProductMenu_MenuItemBold {
        font-weight: bold;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI4LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMS40LDYuMmMwLjYtMC42LDEuNS0wLjYsMiwwbDguNiw4LjZsOC42LTguNmMwLjYtMC42LDEuNS0wLjYsMiwwczAuNiwxLjUsMCwyTDEzLDE3LjhjLTAuMywwLjMtMC42LDAuNC0xLDAuNAoJYy0wLjQsMC0wLjctMC4yLTEtMC40TDEuNCw4LjJDMC44LDcuNywwLjgsNi43LDEuNCw2LjJ6Ii8+Cjwvc3ZnPgo=');
        background-position: 100% 50%;
        padding-right: 30px;
        display: block;
        flex: auto;
        background-repeat: no-repeat;
        background-size: 10px auto;
    }
    
    .dropdownright a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
        padding: 10px 0;
        position: relative;
    }
    
    .dropdownright ul > li > ul {
        padding: 0 0 0 20px;
        margin: 0;
        list-style-type:disc;
    }
    .dropdownright ul > li:not(:last-child) > ul {
        padding-bottom: 25px;
    }
    .dropdownright ul > li > ul > li::marker {
        color: #ff5b02;
    }
    .dropdownright ul > li > ul > li > a {
        padding: 5px 0;
    }
    .dropdownright ul > li > ul > li:hover > a {
        color: #ff5b02;
    }
    
    
    
    .dropdowncontainer > div::-webkit-scrollbar,
    .dropdowncontainer > div::-webkit-scrollbar-track {
        width: 7px;
        background-color: transparent;
        cursor: grab
    }
    .dropdowncontainer > div::-webkit-scrollbar-thumb {
        background-color:rgba(168,168,168,1.00);
        border-radius: 15px;
        cursor: grab
    }
    .dropdowncontainer > div::-webkit-scrollbar-thumb:hover,
    .dropdowncontainer > div::-webkit-scrollbar-thumb:active {
        background-color: #0c335f;
        cursor: grab
    }
    
	main.overlay:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		min-height: 100vh;
		background-color: rgba(0,0,0,0.50);
		z-index: 1;
	}
    .movetobottom {
        flex: auto;
    }
	.webshop-productlist main {
		display: flex;
		align-items: flex-start;
	}
    
	
    .webshop-productlist .productfilter {
        display: block;
        flex: none;
		width: 270px;
    }
	#ProductFilter-Container {
		display: flex;
		flex-direction: column;
	}
	
    .webshop-productlist .productfilter + #Content_Productlist {
        width: calc(100% - 270px);
		flex: none;
		padding-left: 40px;
        border-left: 1px solid #eee;
    }
	#Content_Productlist {
		width: 100%;
	}
	.closeFilterButton {
		display: none;
	}
	.btnfilter {
		display: none;
	}
    
    
	.SubCats_Categories_DIV > div, .SubCats_Categories_UL > li {
		width: 15.6% !important;
		margin: 0 0.5% 0.5%;
	}
	.sortul li:not(.active):hover,
    .SubCats_Categories_DIV > div a:hover, .SubCats_Categories_UL > li a:hover {
		color: #000;
		border: 1px solid #000;
		cursor: pointer;
	}
	
	/* FRONTPAGE */
	.slide > span > span, .slideshow .nivo-dynamic-text .nivo-dynamic-text-header {
		font-size: 100px;
		line-height: 1;
	}
	.slideshow .nivo-dynamic-text .nivo-dynamic-text-teaser {
		font-size: 50px;
	}
	
    
	
	/* PRODUCTCARD */
	.productcard > .row {
		flex-direction: row;
	}
	.productcard .images {
		flex: none;
		width: 32%;
		padding: 1% 2%;
		border-right: solid 1px rgba(224,224,224,1.00);
	}
	.productcard .images .new {
		top: 25px;
	}
	.productcard .info {
		flex: auto;
		padding: 1% 5%;
	}
	.productcard .Prices_Custom_UL > li:nth-child(n+2) {
		width: 48%;
		margin: 0 1% 1%;
	}
	.productcard .extra {
		border-left:solid 1px rgba(224,224,224,1.00);
		min-width: 340px;
		padding: 1% 3%;
		margin: 0;
		background-color: transparent;
	}
	.productcard-contact, .productcard-ask {
		border-top: 1px solid #eee;
		padding: 20px 0 0 0;
	}
	.productcard-ask a.button {
		background-color: #f6f6f6;
		border: 1px solid #eee;
	}
	.productcard-ask a.button:hover {
		background-color: #eee;
	}
	
	/* BASKET */
	.minibasketcontainer {
		display: flex;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transform: translateX(200%);
		background-color: rgba(0, 0, 0, .0);
		transition: background .5s ease;
		z-index: 200;
		color: rgba(0,0,0,1.00);
	}
	.minibasketcontainer.active {
		transform: translateX(0);
		background-color: rgba(0, 0, 0, .5);
	}
	.minibasket {
		position: absolute;
		height: 100%;
		display: flex;
		flex-direction: column;
		top: 0;
		right: 0;
		transform: translateX(110%);
		background-color: rgba(255, 255, 255, 1.00);
		width: 500px;
		max-width: calc(100vw - 260px);
		transition: all .5s ease;
	}
	.minibasketcontainer.active .minibasket {
		transform: translateX(0);
	}
	.minibasket > *:not(.linescontainer) {
		padding-left: 40px;
		padding-right: 40px;
	}
	.minibasket > .header {
		font-size: 25px;
		padding-top: 30px;
		padding-bottom: 20px;
		display: flex;
		align-items: flex-end;
	}
	.minibasket .linesheader {
		font-size: 15px;
		justify-content: center;
		padding: 40px 30px 27px;
		flex: none;
		display: none;
		align-items: flex-end;
		position: relative;
	}
	.lineinfo small {
		display: none !important;
	}
	.basketclosebutton {
		position: absolute;
		left: 0;
		top: 0;
		font-family: 'Arial';
		font-size: 20px;
		line-height: 1;
		cursor: pointer;
		background-color: #000;
		color: #FFF;
		padding: 8px 10px;
	}
	.minibasket .lines {
		display: flex;
		flex-wrap: wrap;
		height: 450px;
    	overflow-y: scroll;
	}
	.minibasket .line {
		flex: none;
		width: 31.3%;
		margin: 0 1% 2%;
		display: flex;
		flex-direction: column;
		background-color: rgba(255, 255, 255, 1.00);
		padding: 15px;
		margin-bottom: 20px;
		position: relative;
		border: 1px solid #eee;
		border-radius: 4px;
	}
	.minibasket .line > * {
		flex: none;
	}
	.minibasket .line .name {
		display: inline-block;
		max-width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.minibasket .line .price {
		font-weight: bold;
	}
	.minibasket .line .price > span {
		display: none;
	}
	.minibasket .line .deletebutton {
		position: absolute;
		top: 15px;
		left: 15px;
		z-index: 25;
		display: flex;
		width: 25px;
		height: 25px;
		border-radius: 50%;
		background-color: rgba(0, 0, 0, 1.00);
		align-items: center;
		justify-content: center;
		transform: translate(-50%, -50%);
		cursor: pointer;
		user-select: none;
		color: rgba(255, 255, 255, 1.00);
	}
	.minibasket .line .deletebutton img {
		display: block;
		width: 55%;
		height: auto;
		margin: 0;
		cursor: pointer;
	}
	.minibasket .line > .image {
		position: relative;
		margin-bottom: 10px;
	}
	.minibasket .line > .image img {
		display: block;
		width: 100%;
		height: auto;
	}
	.minibasket .line > a.name {
		text-decoration: none;
		color: rgba(0, 0, 0, 1.00);
		font-weight: bold;
	}
	.minibasket .line .variantinfo {
		font-size: 11px;
		color: rgba(128,128,128,1.00);
		line-height: normal;
		padding-bottom: 5px;
	}
	.minibasket .line > .price {
		display: flex;
		flex-direction: column;
		line-height: normal;
		font-weight: bold;
	}
	.minibasket .line .price small, .minibasket .line > small {
		font-weight: normal;
		display: block;
	}
	.minibasket .line .incdec {
		margin: 7px 0 10px;
	}
	.minibasket .line .giftwrap label {
		display: none;
		align-items: center;
		margin: 0 0 7px;
		cursor: pointer;
	}
	.minibasket .line .giftwrap label input {
		flex: none;
		margin: 0 7px 0 0;
	}
	.minibasket .shippingline, .minibasket .total, .minibasket .wrappingline {
		padding-top: 10px;
		padding-bottom: 10px;
		display: flex;
		justify-content: space-between;
	}
	.minibasket .wrappingline.hidden {
		display: none;
	}
	.minibasket .shippingline, .minibasket .wrappingline {
		border-bottom: solid 1px #f0f0f0;
	}
	.minibasket .discountcode {
		border: none;
		border-bottom: solid 1px #f0f0f0;
	}
	.minibasket .discountcode > input[type="text"] {
		padding-left: 0;
	}
	.minibasket .discountcode > input[type="text"].active {
		background-position: 0 50%;
	}
	.minibasket .discountcode > button:disabled {
		cursor: progress;
	}
	.minibasket .discountcode > button.active {
		background-color: #9e6a5a;
	}
	.minibasket .pointsinfo {
		border-left: none;
		border-right: none;
	}
	.minibasket .total {
		font-weight: bold;
		font-size: 15px;
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.minibasket .sparxpress {
		margin-bottom: 20px;
	}
	.minibasket .bottom {
		padding-bottom: 40px;
	}
	.minibasket .bottom > a {
		padding: 15px 20px;
		width: 100%;
	}
	.minibasket .bottom > a:first-child {
		margin-bottom: 20px;
		background-color: #6B6B6B;
	}
	.minibasket .bottom > a:last-child:not(:hover) {
		animation: buttonColorChange 5s infinite;
	}
	.minibasket .pointsinfo:not(.active) {
		display: none;
	}
	.minibasket span.clerk {
		padding-top: 15px;
		padding-bottom: 15px;
		border: solid 1px #f0f0f0;
		border-right: none;
		border-left: none;
	}
	.minibasketheader {
		font-weight: bold;
		margin: 0 0 8px;
		font-size: 15px;
	}
	.minibasket .incdec {
		display: flex;
	}
	.minibasket .incdec a {
		cursor: pointer;
		width: 30px;
		height: 30px;
		display: flex;
		font-family: 'Arial';
		line-height: 1;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		border: solid 1px rgba(237, 237, 237, 1.00);
		border-radius: 2px;
		background-color: #f9f9f9;
	}
	
	.minibasket .incdec span {
		display: flex;
		padding: 0 10px;
		align-items: center;
	}
	.minibasket .lines {
		padding: 0 40px;
		margin: 0 -1%;
		position: relative;
	}
	.minibasket .lines:after {
		content: "";
		background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		height: 80px;
		position: sticky;
		bottom: 0;
		left: 0;
		width: 100%;
	}

	
	
	.product {
		padding: 30px 20px;
	}
	.product .buy input[type="number"], .product .buy input[type="TEXT"] {
		display: block;
		z-index: 1;
		border-radius: 4px;
		width: 36px;
		height: 40px;
		padding: 0;
		margin-right: 5px;
		text-align: center;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.BreadCrumb_ProductInfo br {
		display: none;
	}
	.productcard .Prices_Custom_UL > li:nth-child(n+2):hover {
		background-color: #ff5b02;
		color: #FFF;
		cursor: pointer;
	}
	.productcard .Prices_Custom_UL > li:nth-child(n+2):hover .price {
		color: #FFF;
	}
	.productcard .Prices_Custom_UL > li:nth-child(n+2):hover .multisavings {
		background-color: #FFF;
		color: #000;
	}
    
    .productmenu-header,
    #ProductmenuContainer_DIV .expand,
    .productmenubottom {
        display: none;
    }
    
}

@media (max-width: 1300px) {
    #ProductMenu_List > li.has-dropdown > a:after {
        display: none;
    }
}
@media (max-width: 900px) {
    
    .showbasket {
        flex-direction: column;
    }
	div.CookiePolicyText > img {
        margin: 20px 25px;
    }
    div.CookiePolicyText > h2 {
        padding: 25px 25px 15px;
        font-size: 18px;
    }
    div.CookiePolicyText > p {
        padding: 0 25px 25px;
        font-size: 95%;
        max-height: 40vh;
        -webkit-overflow-scrolling:touch;
        overflow-x:hidden;
        overflow-y:auto;
    }
    div.cookie-policy-accept-buttons-container {
        padding: 20px 25px 15px;
        flex-direction: column-reverse;
    }
    div.cookie-policy-accept-buttons-container > input[type="button"] {
        font-size: 90%;
        padding: 15px 10px;
    }
    div.cookie-policy-details-link-container {
        padding:  0 0 20px;
    }
    div.cookie-policy-consents-container {
        flex-wrap: wrap;
    }
    div.cookie-policy-consents-container > div {
        flex:none;
        width: 50%;
    }
    div.cookie-policy-consents-container > div:nth-child(-n+2) {
        border-bottom: solid 1px #d4d4d4;
    }
    div.cookie-policy-accept-buttons-container > input {
        padding: 10px 15px;
    }
    div.cookie-policy-accept-buttons-container > input:not(:last-of-type) {
        margin-right: 0;
        margin-top: 10px;
    }
    div.cookie-policy-consents-container label {
        font-size: 80%;
    }
    div.cookie-policy-consents-container label div > span {
        width: 20px;
        height: 20px;
    }
    .cookieSettingsButton {
        bottom: 10px;
        left: 10px;
        width: 30px;
        height: 30px;
    }
	.showbasket > .summary {
		width: 100%;
		margin-left: 0;
	}
	.productcard .images {
		margin-bottom: 20px;
	}
	.manuselector {
		margin-top: 20px;
	}
	.manuselector > div > div {
		padding: 15px;
	}
	.manuselector > div > div > a {
		width: 32.3%;
	}
	body.webshop-productlist .viabill-pricetag {
		display: none !important;
	}
	.currencychangerdiv {
		display: none !important;
	}
	.quicksearchbody {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.quicksearchbody > span {
		width: 100%;
		text-align: center;
		display: none;
	}
	.quicksearchbodystart {
		width: 100%;
		gap: 0;
		justify-content: space-between;
		margin-bottom: 8px;
	}
	.quicksearchbodystart > a {
		flex: none;
		width: 31.3%;
	}
	.quicksearchbodyselect {
		margin-left: 0;
		flex-wrap: wrap;
		gap: 0;
	}
	.quicksearchbodyselect > div {
		margin-bottom: 8px;
	}
	.hideonmobile {
		display: none !important;
	}
	header > div {
		flex-wrap: wrap;
	}
	header .logobox {
		order: 1;
	}
	.shortcuts {
		order: 2;
	}
	#Search_Form {
		margin-top: 10px !important;
		order: 3;
		flex: none;
		width: 100%;
		position: relative;
	}
	.footermenu, .newsletter, .opening {
		padding-top: 20px;
	}
	.trustpilot  {
		display: none;
	}
	.shortcutstop svg {
		fill: #FFF;
	}
	.logobox a svg.logoicon {
		animation: rotateAnimation 0.5s linear infinite;
	}
	
	.topbarusp {
		width: calc(100% - 110px);
	}
    .topbarusp:not(.slick-initialized) > *,
    .topbarusp .slick-slide {
        padding: 10px 0;
    }
    .topbarusp.slick-vertical .slick-slide {
        display: flex;
    }
    .topbarusp:not(.slick-initialized) > :nth-child(n+2) {
        display: none;
    }
   
    
    
    .toolbar .stockshippingmessage {
        display: none;
    }
    
	
	.minibasket {
		width: 100%;
		max-width: 100%;
	}
	.minibasket > * {
		flex: none;
	}
	.minibasket > *:not(.linescontainer) {
		padding-left: 20px;
		padding-right: 20px;
	}
	.minibasket > .header {
		font-size: 20px;
		padding-top: 20px;
	}
	.minibasket .bottom {
		padding-bottom: 20px;
	}
	.minibasket .bottom > a {
		padding: 11px 15px;
	}
	.minibasket .bottom > a:first-child {
		margin-bottom: 10px;
	}
	.minibasket .linescontainer {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		flex: auto;
		-webkit-overflow-scrolling: touch;
		overflow-x: hidden;
		overflow-y: auto;
		box-shadow: none;
	}
	.minibasket .lines {
		padding: 0 20px;
	}
	.minibasket .line {
		flex-direction: row;
		align-items: flex-start
	}
	.minibasket .line > .image {
		width: 20%;
		margin: 0;
	}
	.minibasket .line > .lineinfo {
		flex: auto;
		padding: 0 0 0 10px;
	}
	.minibasket .total {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.minibasket .basket-usp, .minibasket .trustpilot-widget, .minibasket .pointsinfo {
		display: none;
	}
	.minibasket .linesheader {
		flex-direction: row-reverse;
		justify-content: space-between;
		padding: 20px;
	}
	.basketclosebutton {
		position: relative;
		left: auto;
		top: auto;
	}
	
	.btnfilter {
		display: none;
	}
    .CmsPageStyle_Table + .btnfilter {
        margin-top: 20px;
    }
	.btnfilter svg {
		fill: #FFF;
		width: 16px;
		height: auto;
		margin-right: 8px;
	}
    .btnfilter .count {
        position: absolute;
        border-radius: 50%;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        background-color: #ff5b02;
        color: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 12px;
        line-height: 1;
        font-weight: normal;
        transform: translate(-30%,-30%);
    }
    .btnfilter .count:empty {
        display: none;
    }
	.toolbar .delivery {
		font-size: 0;
	}
	.toolbar .delivery > .Description_Productinfo {
		font-size: 13px;
	}
	.SubCats_Categories_DIV, .SubCats_Categories_UL {
		
	}
    .sortul {
        display: none;
    }
    .Productlist_Sort_Select {
        margin-left: 10px;
		border-radius: 30px;
		width: 100%;
    }
	.sortby > span {
		width: 115px;
	}
    
    
    .productfilter,
    #ProductmenuContainer_DIV {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 300;
        background-color: rgba(0,0,0,.60);
    }
    .productfilter.active,
    #ProductmenuContainer_DIV.active {
        display: flex;
    }
    .productfilter > *,
    #ProductmenuContainer_DIV > * {
        flex: none;
        background-color: rgba(255,255,255,1.00);
        width: calc(100% - 40px);
        max-width: 400px;
    }
    .productfilter > #ProductFilter-Container,
    #ProductmenuContainer_DIV > #ProductMenu_List {
        flex: auto;
        -webkit-overflow-scrolling: touch;
		overflow-x: hidden;
		overflow-y: auto;
        display: flex;
        flex-direction: column;
    }
    .productfilterbottom,
    .productmenubottom {
        padding: 20px;
        border-top: solid 1px rgba(227,227,227,1.00);
    }
    .productfilterbottom .button {
        width: 100%;
    }
    .product-filter-headertext-container,
    .productmenu-header {
        display: block;
        font-weight: bold;
        padding: 20px;
        border-bottom: solid 1px rgba(227,227,227,1.00);
    }
    
    .product .Prices_Custom_UL > li {
        font-size: inherit;
    }
    .product .Prices_Custom_UL > li strike {
        margin-right: 4px;
    }
    .product {
        padding: 11px;
    }
    
    
    #ProductMenu_List {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    #ProductMenu_List ul {
        display: none;
    }
    #ProductMenu_List ul.open {
        display: block;
    }
    #ProductMenu_List ul.dropdown {
        list-style-type: none;
        margin: 0;
        padding: 0;
        border-left: solid 2px #0c335f;
    }
    #ProductMenu_List li > a {
        display: flex;
        align-items: center;
        padding: 15px 20px;
        text-decoration: none;
        font-size: 14px;
    }
    #ProductMenu_List ul li > a.Activ_ProductMenu, #ProductMenu_List ul li > a.Link_Active_Topmenu {
        color: #ff5b02;
    }
    #ProductMenu_List li > a > * {
        flex: auto;
    }
    #ProductMenu_List li:not(:last-child) > a {
        border-bottom: solid 1px rgba(237, 237, 237, 1.00);
    }
    #ProductMenu_List > li > a, #ProductMenu_List > li > a span.ProductMenu_MenuItemBold {
        font-weight: normal;
        text-transform: uppercase;
    }
    #ProductMenu_List li.has-dropdown > a {
        padding: 0;
    }
    #ProductMenu_List li.has-dropdown > a span {
        padding: 15px 20px;
        flex: auto;
        font-weight: normal;
    }
    #ProductMenu_List li.has-dropdown > a > i {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 1;
        font-weight: normal;
        font-size: 17px;
        width: 51px;
        padding: 10px;
        height: auto;
        font-style: normal;
        flex: none;
        align-self: stretch;
        color: #ff5b02;
    }
    #ProductMenu_List li.has-dropdown > a > i:after {
        content: "+";
    }
    #ProductMenu_List li.has-dropdown.active > a > i {
        content: "-";
        background-color: #0c335f;
        color: rgba(255, 255, 255, 1.00);
    }
    #ProductMenu_List li.has-dropdown.active > a > i:after {
        content: "-";
    }
    span.Productmenu_Category_Icon_Container {
        display: none;
    }
    
    .packageproducts > * {
        width: 48%;
    }

}

.cookieSettingsButton {
	display: none;
}

.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:flex}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}