@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');*/


body, html {
	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: 'Noto Sans', sans-serif;
	color:rgba(0,0,0,1.00);
	font-size:13px;
	font-weight:400;
}
.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: #ee6824;
    border-color: #ee6824;
    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,
article button {
	-webkit-appearance: none;
	border:none;
	color:#fff;
	cursor:pointer;
	background: #ee6824;
	display:inline-flex;
	padding: 0 20px;
	font-size: inherit;
	text-decoration:none;
	border-radius: 30px;
	text-align: center;
	justify-content: center;
	align-items: center;
	outline: none;
	min-height: 40px;
	font-weight: bold;
	position: relative;
	transition: ease .4s;
}
input.checkout-salesdiscount-code-button {
	-webkit-appearance: none;
	border:none;
	color:#fff;
	cursor:pointer;
	background: #707070;
	display:inline-flex;
	padding: 0 20px;
	font-size: inherit;
	text-decoration:none;
	border-radius: 30px;
	text-align: center;
	justify-content: center;
	align-items: center;
	outline: none;
	min-height: 40px;
	font-weight: bold;
	position: relative;
	transition: ease .4s;
}
input[type="submit"].justadded,
.button.buyselected.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;
}
.button.selectall.active{
    background-color: #2496ee;
    color: rgba(255,255,255,1.00);
}
.button.buyselected:not(.active) {
    pointer-events: none;
    opacity: 0.3;
}
.favorittools {
    display: flex;
    align-items: center;
    gap: 15px;
}

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);
}
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, .Heading_B2Blogin {
	margin: 0 0 20px;
	font-size: 25px;
	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, .relatedtitle {
    font-size: 22px;
	font-weight: bold;
    text-align: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	position: relative;
}
.relatedtitle {
	margin-top: 50px;
}
.headline > small {
	font-weight: normal;
	color: #939393;
	font-size: 13px;
}
.headline:after, .relatedtitle:after {
	content: "";
	position: absolute;
	top: calc(100% + 10px);
	width: 30px;
	height: 2px;
	background-color: #ee6824;
	left: 50%;
	transform: translateX(-50%);
}
.highlight {
	background-color: #ee6824;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	text-decoration: none;
	color: #FFF;
}
.highlight:hover {
	color: #F5E7E7;
	background-color: #e05813;
}
body.webshop-toplist .sortby, body.webshop-toplist .stockinfo, body.webshop-toplist .productfilter {
	display: none;
}
body.webshop-toplist .productfilter + #Content_Productlist {
	width: 100%;
	padding-left: 0;
	border-left: 0;
}
.topbar {
	position: relative;
	z-index: 3;
	background-color: #fff4ed;
}
.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;
}
.topbarusp:not(.slick-initialized) > :first-child {
	padding-left: 0;
}
.topbarusp > div a {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.topbarusp svg {
	height: 20px;
	width: auto;
	margin-right: 8px;
	fill: #ee6824;
}

.shortcutstop {
	display: flex;
	align-items: center;
    justify-content: flex-end;
    flex: auto;
}
.shortcutstop > * {
	text-decoration: none;
	display: flex;
	position: relative;
	margin-right: 15px;
}
.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: #2496ee;
}
.livechat {
	flex: none;
	display: flex;
	align-items: center;
}
.livechat > a {
	display: flex;
	align-items: center;
	position: relative;
	background-color: #ee6824;
	padding: 4px 12px;
	border-radius: 20px;
	text-decoration: none;
	color: #FFF;
	transition: ease .4s;
}
.livechat svg {
	width: 18px;
	height: auto;
	fill: #FFF;
}
.livechat small {
	font-size: inherit;
	display: none;
}
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 svg.logoicon {
	width: 35px;
	height: auto;
	margin-right: 10px;
	transition: transform 0.3s ease;
}
.logobox > a > img {
	height: 22px;
	width: auto;
}
.logobox a .st0, .employeescontainer .st0 {
	fill:#EE6824;
}
.logobox a .st1, .employeescontainer .st1 {
	fill:#FFFFFF;
}

.bewise_search.searchnumber .categories,
.bewise_search.searchnumber .productCount,
.bewise_search.searchnumber .showAll {
    display: none;
}
#Search_Form {
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
    border: solid 1px #ee6824;
	border-radius: 40px;
    padding: 0 4px;
}
#Search_Form > br, #Search_Form .nbsp, .SearchTitle_SearchPage {
	display: none;
}

#Search_Form select {
    border-radius: 0;
    text-align: right;
    flex: none;
    border: none;
    border-right: solid 1px rgba(212,212,212,1.00);
    background-color: transparent;
    outline: none;
    cursor: pointer;
}
input[type="submit"].SubmitButton_SearchPage {
	flex: none;
    -webkit-appearance: none;
    border: none;
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
	background-color: #ee6824;
	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: none;
    outline: none;
	height: 46px;
    flex: auto;
}
input.SearchField_SearchPage:focus {
}
.shortcuts {
	display: flex;
	justify-content: flex-end;
	flex: auto;
}
.shortcuts a {
	text-decoration: none;
	display: flex;
    position: relative;
}
.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: 24px;
	width: auto;
}
.btnmenu {
	margin-left: 8px;
	display: flex;
	padding: 0 10px;
}

.categoryimage {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1000/200;
    object-fit: cover;
}

/* PRODUCTMENU */
#ProductmenuContainer_DIV {
	display: none;
}
#ActiveCategory_A {
	display: none !important;
}
.Productmenu_Category_Icon_Container {
    display: none;
}


body.webshop-frontpage main.container {
	width: 100%;
	max-width: 100%;
}
.slideshow {
	position: relative;
}
.slide > span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10%;
	width: 50%;
	display: flex;
	flex-direction: column;
}
.slide > span > img {
	height: auto;
	margin-bottom: 20px;
}
.slide > span > span {
	font-size: 18px;
	color: #FFF;
}
.slide > span > span.slideheader {
	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,0.8);
	line-height: 1;
}
.slide > span > small {
	display: none;
	margin-top: 20px;
}

.slide > span > small svg {
	width: 20px;
	height: 20px;
	fill: #FFF;
	margin-right: 10px;
}
.slideshow > a > img {
	max-width: 100%;
	display: block;
	height: auto;
	border-radius: 6px;
}
.slider-wrapper {
	position: relative;
}
.boxes .slider-wrapper a, .halfbanner .slider-wrapper a, .widebanner .slider-wrapper a, .slideshow .slider-wrapper a {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.boxes .nivo-dynamic-text, .halfbanner .nivo-dynamic-text, .widebanner .nivo-dynamic-text {
	position: absolute;
	top: 50% !important;
	transform: translateY(-50%);
	width: 100%;
}
.slideshow .nivo-dynamic-text {
	position: absolute;
	top: 50% !important;
	transform: translateY(-50%);
	width: 100%;
	left: 10% !important;
}
.boxes .slider-wrapper > div > img, .halfbanner .slider-wrapper > div > img, .widebanner .slider-wrapper > div > img, .slideshow .slider-wrapper > div > img {
	border-radius: 6px;
}
.boxes img, .slideshow img {
	display: block;
	max-width: 100%;
}
.halfbanner img, .widebanner img {
	display: block;
	width: 100% !important;
	height: auto !important;
}
.boxes .nivo-dynamic-text-inner-content-left, .halfbanner .nivo-dynamic-text-inner-content-left, .widebanner .nivo-dynamic-text-inner-content-left {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.slideshow .nivo-dynamic-text-inner-content-left {
	display: flex;
	flex-direction: column;
}
.boxes .nivo-dynamic-text-header {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight:  bold;
	color: #FFF;
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.boxes .nivo-dynamic-text-header img {
	height: 70px;
}
.boxes .nivo-dynamic-text-link, .halfbanner .nivo-dynamic-text-link, .widebanner .nivo-dynamic-text-link  {
	background-color: #ee6824;
	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;
}
.slideshow .nivo-dynamic-text-link {
	background-color: #ee6824;
	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-top: 20px;
}
.halfbanner .nivo-dynamic-text-header {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight:  bold;
	color: #FFF;
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.widebanner .nivo-dynamic-text-header {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight:  bold;
	color: #FFF;
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.slideshow .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,0.8);
	line-height: 1;
}
.slideshow .nivo-dynamic-text-teaser {
	font-size: 18px;
	color: #FFF;
}
.slideshow .nivo-dynamic-text-link {
	
}
.boxes {
	width: 1680px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
	margin: 10px auto 0;
    /*
	display: flex;
	justify-content: center;
    */
}
.boxes > div {
	display: flex;
	gap: 1%;
    width: 100%;
	max-width: 100%;
}
.boxes > div > div {
	flex: auto;
	position: relative;
}
.boxes > div > div > a {
	display: block;
	position: relative;
	color: #FFF;
	text-decoration: none;
	transition: ease .4s;
}
.boxes > div > div > a > img {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}
.boxes > div > div > a > span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: center;
	z-index: 2;
}
.boxes > div > div > a:after {
	content: "";
	background-color: rgba(0,0,0,0.4);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: 6px;
}
.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;
}
.highlightproductscontainer {
	margin: 20px auto;
	max-width: 90%;
}
.frontpageproducts {
	width: 1680px;
	margin: 40px auto;
	max-width: 90%;
}
.relatedHeader {
	font-size: 22px;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    position: relative;
}
.relatedHeader:after {
	content: "";
    position: absolute;
    top: calc(100% + 10px);
    width: 30px;
    height: 2px;
    background-color: #ee6824;
    left: 50%;
    transform: translateX(-50%);
}
.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), .Related_Custom_UL: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, .Related_Custom_UL:not(.slick-initialized) > li {
	flex: none;
	transition: ease .4s;
	width: 48%;
	margin: 1%;
}
.Frontpage_Custom_DIV .slick-slide, .ProductList_Custom_DIV .slick-slide {
    margin: 0 10px;
}
.Favorites_Custom_DIV .buy form {
    
}
.Favorites_Custom_DIV input[name="select"] {
    width: 24px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}
.Favorites_Custom_DIV input[name="select"]:checked {
    background-color: #2496ee;
    border-color: #2496ee;
}
.fp-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 1680px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.fp-flex > * {
	flex: none;
    width: 100%;
}
.fp-flex-text {
	padding: 20px;
	background-color: #fff4ed;
}
.fp-flex-image {
	position: relative;
    object-fit: cover;
    height: auto;
}
.fp-flex-image img {
	max-width: 100%;
	display: block;
	height: auto;
}
.newsboxes {
	display: flex;
	flex-wrap: wrap;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.newsboxes img {
	display: block;
	max-width: 100%;
	height: auto;
}
.newsboxes > div > a {
	display: block;
	position: relative;
	color: #FFF;
}
.newsboxes > div > a > span {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    z-index: 2;
}
.newsboxes > div > a:after {
	content: "";
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 6px;
}
.newsboxes > div > a > img {
	max-width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}
.halfbanner {
	margin-bottom: 20px;
}

[class*="Custom_DIV"] > li > form {
    height: 100%;
    width: 100%;
}

.sortby {
	background-color: #f9f9f9;
	padding: 20px;
	border-radius: 4px;
	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-bottom: 1px solid #eee;
	background-color: #FFF;
	border-radius: 20px;
	transition: ease .4s;
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.sortul li.active {
    color: #ee6824;
    border-bottom: 1px solid #ee6824;
}
.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%;
}
.product > * {
    flex: none;
}
.offerproduct {
	background-color: #fff4ed !important;
    border: none !important;
}
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 {
	border-bottom: 1px solid #ee6824;
}
.product a {
	text-decoration: none;
}
.quickviewbutton {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 15px;
    background-color: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
    border-radius: 3px;
    line-height: normal;
    opacity: 1;
    display: none;
    z-index: 5;
    white-space: nowrap;
    cursor: pointer;
    transition: all .2s ease;
}
.product:hover .quickviewbutton {
    opacity: 1;
}
.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;
	padding: 10px;
}
.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: 40px;
	width: 100%;
    
}
.product .medialist > img {
	width: calc(25% - 0px);
	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: 50%;
}
.product .medialist > img:nth-of-type(n+4) {
	display: none;
}
.product .medialist *:hover {
	border-color: #2b94bd;
}
.product .info {
    flex: auto;
	position: relative;
    display: flex;
    flex-direction: column;
}
.product .info > * {
    flex: none;
}
.product .info > .buy {
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.product .info > .bulkdiscountcontainer {
    flex: auto;
}
.bulkdiscount {
    position: relative;
	border-radius: 2px;
	background-color: #2496ee;
	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: #2496ee;
	border-width: 4px;
	margin-left: -4px;
}

.amountcontainer > span {
    user-select: none;
}
.supersalecontainer {
	display:flex;
	overflow:hidden;
	white-space:nowrap;
	margin-bottom: 10px;
}
.offer {
	background-color: #2496ee;
	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: #2496ee;
	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;}
}

.producttags {
	position: absolute;
    top: 70px;
    left: 25px;
    z-index: 1;
	flex-direction: column;
	display: none;
}
.producttags > div {
	background-color: #2496ee;
	color: #FFF;
	padding: 2px 6px;
	border-radius: 2px;
	margin-bottom: 2px;
	width: fit-content;
}
.badges {
	position: absolute;
    z-index: 1;
	flex-direction: column;
    gap: 7px;
    right: 20px;
    top: 20px;
    align-items: flex-start;
}
.badges > * {
	background-color: #2496ee;
	color: #FFF;
    font-weight: bold;
	padding: 8px;
    text-align: center;
	border-radius: 50%;
	width: fit-content;
    max-width: 90px;
    height: auto;
    aspect-ratio: 1/1;
    display: flex;
    line-height: normal;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(253,173,62,1) 0%, rgba(254,8,73,1) 100%);
}
.badges > * > small {
    font-size: 10px;
    font-weight: normal;
}
.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;
}
.product [data-favorites] {
	position: absolute;
	bottom: 8px;
	left: 8px;
    cursor: pointer;
}
.product [data-favorites] svg {
    width: 24px;
    height: 24px;
}
.product .buy label {
	position: relative;
	display: flex;
	align-items: center;
}
.product .buy .amountcontainer {
	display: flex;
	flex: none;
	margin-right: 10px;
	border-radius: 40px;
	border: 1px solid #eee;
	background-color: #FFF;
}
.product .buy .amountcontainer > input[type="number"],
.product .buy .amountcontainer > input[type="text"] {
	width: 30px;
	height: 40px;
	text-align: center;
	margin: 0 4px;
	border: none;
    flex: auto;
}
.product .buy .amountcontainer > span {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f9f9f9;
	cursor: pointer;
	font-size: 20px;
	transition: ease .4s;
    
}
.product .buy .amountcontainer > span.amountdec {
	border-radius: 20px 0 0 20px;
}
.product .buy .amountcontainer > span.amountinc {
	border-radius: 0 20px 20px 0;
}
body .offerproduct .buy .amountcontainer {
	border-color: #ebdfd7;
}
body .offerproduct .buy .amountcontainer > span {
	background-color: #ebdfd7;
}
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,
.bp_relatedproductsOldPrice + .bp_relatedproductsPrice{
	color: #ee6824;
}
.offerproduct .Prices_Custom_UL > li strike {
	color: #807c79;
	font-weight: normal;
}
.bp_relatedproductsProductPrice[class*="design_"] .bp_relatedproductsOldPrice {
    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 {
    margin-bottom: 10px;
}
.stockinfo {
	background-color: #f0f8ee;
	border: 1px solid #dcebd9;
	padding: 3px 8px;
	border-radius: 10px;
	align-items: center;
	color: #4b7940;
	font-size: 11px;
	
	line-height: 14px;
    display: flex;
    width: fit-content;
}
.stockinfo[data-dynamicstock] {
    aspect-ratio: 127/22;
    width: auto;
    height: 22px;
    padding: 0;
    background-image: url("/images/skins/Default/images/loader.gif");
    background-size: auto 80%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.stockinfo[data-dynamicstock=""] {
    display: none;
}
.product .stockinfo {
    margin: 0 0 20px;
    align-self: flex-start;
}
.stockinfo.notinstock {
    border-color: rgba(253,241,172,1.00);
    background-color: rgba(252,248,215,1.00);
    color: rgba(186,168,51,1.00);
}
.stockinfo svg {
	width: 12px;
	height: auto;
	fill: #369720;
	margin-right: 4px;
}
.stockinfo u {
    text-decoration: none;
}
.product .buy input[type="number"], .product .buy input[type="TEXT"] {
	display: block;
	z-index: 1;
	border-radius: 6px;
	width: 50px;
	height: 36px;
	padding: 0;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: 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 {
	flex: auto;
	min-width: 40px;
}
.product .new, .images .new {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #2496ee;
	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: #ee6824;
	color: #FFF;
	text-decoration: none;
	border-radius: 20px;
	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: #ee6824;
	color: #FFF;
}
.HiddenPagesIndicator_ProductList {
	padding: 0;
	margin: 0 5px;
}

body.webshop-productlist.blogpage .productfilter + #Content_Productlist {
	width: 100%;
	padding-left: 0;
	border-left: 0;
}
body.webshop-productlist.blogpage .productfilter {
	display: none;
}
body.blogpage .ProductList_Custom_DIV:not(.slick-initialized) > div {
	border: 1px solid #eee;
	padding: 20px;
	transition: none;
}
.blogItem .image {
	flex: none;
	margin-bottom: 10px;
}
.blogItem .image img {
	display: block;
    width: 100%;
    height: auto;
    opacity: 1;
    
    background-color: #FFF;
    transition: all .3s ease;
    border-radius: 4px;
}
.blogItem {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.blogItem .name {
	flex: none;
}
.blogItem .name > a {
	display: block;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 10px;
}
.blogItem div[data-date], .productcard.blog div[data-date] {
	font-size: 11px;
	color: #8C8C8C;
	margin-bottom: 10px;
}
.blogItem .short {
	flex: auto;
}
.blogItem .info {
	flex: auto;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.blogitembutton {
	flex: none;
}
.blogitembutton a {
	display: inline-flex;
    align-items: center;
    position: relative;
    background-color: #ee6824;
    padding: 8px 20px;
    border-radius: 20px;
    text-decoration: none;
    color: #FFF;
    transition: ease .4s;
	margin-top: 20px;
}
.blogitembutton a:hover {
	background-color: #2496ee;
}
.blogitembutton a svg {
	height: 18px;
	width: auto;
	fill: #FFF;
	margin-right: 8px;
}
.productcard.blog {
	display: flex;
	flex-direction: column;
	margin: 0 auto 60px;
	width: 900px;
    max-width: 100%;
}
.productcard.blog [id*="bp_ProductCarousel_"] {
    margin-top: 30px;
}
.productcard.blog .images {
	width: 100%;
	padding: 0;
	border-right: 0;
}
.productcard.blog .images .imagecanvas img {
	aspect-ratio: inherit;
	object-position: center;
}
.productcard.blog .info {
	margin-top: 30px;
}

.categories {
	margin: 20px 0;
	padding: 20px 0;
	background-color: #fff4ed;
}
.bewise_search_inner .categories {
	padding: 0 0 20px 0;
	margin: 0;
}
.bewise_search .categories .header span {
	background-color: #fce7da;
}
.bewise_search_inner > div > ul > li > a > div.name .productNumber {
	position: relative;
	font-size: 11px;
	color: #666666;
}
.bewise_search_inner > div.products > ul {
	max-height: 40vh;
	overflow-y: auto;
}
.bewise_search_inner > div.products > ul::-webkit-scrollbar {
  width: 10px;
}
.bewise_search_inner > div.products > ul::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.bewise_search_inner > div.products > ul::-webkit-scrollbar-thumb {
  background: #ee6824; 
}
.bewise_search_inner > div.products > ul::-webkit-scrollbar-thumb:hover {
  background: #ee6824; 
}
.bewise_search_inner > div > ul > li > a > div.name .productNumber:before {
	content: "Varenr: ";
}
.categoriescontainer:not(.slick-initialized) {
    display: flex;
    gap: 20px;
}
.categoriescontainer a {
	flex: none;
	text-decoration: none;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.categoriescontainer a img {
	max-width: 100%;
	display: block;
	height: auto;
}
.categoriesimage {
	transition: ease .4s;
}
.categoriesimage img {
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: 50% 50%;
	background-color: #FFF;
	border: 1px solid #f0e3da;
    padding: 10px;
}
.categoriescontainer .categoriescontainername {
	border-radius: 30px;
	margin-top: 10px;
	padding: 10px 12px;
    line-height: 1;
	display: flex;
	align-items: center;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	border: 1px solid #f4ebe5;
	background-color: #ee6824;
	color: #FFF;
	transition: ease .4s;
	width: 100%;
	justify-content: center;
}
.categoriescontainer .categoriescontainername svg {
	width: 10px;
    height: auto;
    margin-right: 8px;
	transition: ease .4s;
	fill: #FFF;
}
.categoriescontainer .slick-slide {
	margin: 0 20px;
}
.categoriescontainer .slick-list {
	margin: 0 -20px;
}

.whyus > div > div {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.whyuscard {
	flex: none;
	width: 48%;
	margin: 1%;
	border: 1px solid #f0e3da;
	background-color: #fff4ed;
	border-radius: 4px;
	padding: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
}
.whyuscard > img {
	margin-bottom: 20px;
	height: 50px;
	width: auto;
}
.whyuscard > span {
	font-weight: bold;
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
}
.whyuscard a {
	text-decoration: none;
}
.whyuscard > p {
	padding: 0;
	margin: 0;
}

.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_UL {
	list-style-type: none;
	padding: 0;
}
.Related_Custom_DIV.slick-initialized .slick-slide, .Frontpage_Custom_DIV.slick-initialized .slick-slide, .ProductList_Custom_DIV.slick-initialized .slick-slide, .Related_Custom_UL.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: #fff4ed;
	margin-top: 20px;
	position: relative;
}
footer > div {
	position: relative;
}
.newsletter {
	position: relative;
	width: 100%;
	padding: 30px;
	border-radius: 8px;
	background-image: linear-gradient(to right, #ee6824 0%, #fee140 100%);
	display: flex;
	align-items: center;
	overflow: hidden;
}
.newsletter:after {
	content: url("/images/skins/Default/images/icon-light.svg");
	position: absolute;
	top: 20px;
    left: 0;
    width: 50%;
    height: auto;
    z-index: 1;
    opacity: 0.2;
}
.newsletter > div:first-child {
	display: flex;
	flex-direction: column;
	color: #FFF;
	flex: auto;
	position: relative;
	z-index: 2;
}
.newsletter > div:first-child > span {
	font-size: 18px;
	letter-spacing: -0.5px;
	font-weight: bold;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}
.newsletter > div:first-child > p {
	margin: 0;
	padding: 0;
}
.newsletter > div:first-child > ul {
	padding: 0;
	margin: 15px 0 0;
	display: flex;
	align-items: center;
	list-style-type: none;
}
.newsletter > div:first-child > ul > li {
	display: flex;
	align-items: center;
	margin-right: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	font-size: 14px;
}
.newsletter > div:first-child > ul > li > svg {
	width: 14px;
	height: auto;
	margin-right: 8px;
	fill: #FFF;
}
.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;
	flex-wrap: wrap;
	position: relative;
	gap: 1%;
}
.follow input[type="email"], .follow input[type="text"] {
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: 10px;
	border-radius: 40px;
	height: 50px;
	border-color: #FFF;
	padding: 0 0 0 50px;
	box-shadow: 0 0 20px rgba(250,112,154,0.3);
	width: 40%;
	flex: none;
}
.follow input[type="email"] {
	background-image: url("/images/skins/Default/images/icon-email-blue.svg");
}
.follow input[type="text"] {
	background-image: url("/images/skins/Default/images/icon-name.svg");
}
.follow input[type="submit"] {
	width: 18%;
	flex: none;
	height: 50px;
	background-image: url("/images/skins/Default/images/icon-fly.svg");
	background-repeat: no-repeat;
	background-position: calc(20px);
	background-size: 16px;
	padding: 0 20px 0 40px;
}

.follow form > label {
	flex: none;
	width: 100%;
	display: flex;
	color: #FFF;
	font-size: 11px;
	margin-top: 10px;
	padding: 0 40px;
}
.follow form > label a {
	color: #FFF;
}
.follow form > label input {
	width: 20px;
	height: 20px;
	flex: none;
	margin-right: 10px;
}
.follow form > label > span {
	display: flex;
}
.follow form > label checkbox {
	margin-right: 6px;
}
.follow form.handled {
    letter-spacing: -0.5px;
    font-weight: bold;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
    font-size: 23px;
    justify-content: center;
    color: rgba(255,255,255,1.00);
}
.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 svg.logoicon {
    width: 50px;
    height: auto;
    margin-right: 10px;
    transition: transform 0.3s ease;
}
.footerlogo .st0 {
	fill:#EE6824;
}
.footerlogo .st1 {
	fill:#FFFFFF;
}
.footerlogo:hover svg.logoicon {
    transform: rotate(360deg);
}
.footerlogo:hover .st0 {
	fill: #2496ee;
}
.location {
	position: relative;
}
.location a {
	text-decoration: none;
}
.location > span {
	display: flex;
	align-items: center;
	padding: 4px 0;
}
.location > span > img {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}
.location > div:not(.social) {
	border-left: 2px solid #ee6824;
	padding-left: 28px;
	position: relative;
}
.location > div:not(.social):after, .footermenu:after {
	content: "";
	position: absolute;
	top: -5px;
	left: -6px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}
.location > div > span {
	display: block;
	padding: 4px 0;
}
.footermenu {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-top: 20px;
	border-left: 2px solid #ee6824;
}
.footermenu.noborder {
	border-left: 0;
}
.footermenu.noborder:after {
	display: none;
}
.footermenu > span {
	font-size: 20px;
	padding-left: 30px;
	flex: none;
	margin-bottom: 20px;
}
.TopMenu_MenuItems {
	margin: 0;
	padding: 0 0 0 30px;
	list-style-type: none;
}
.TopMenu_MenuItems a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 6px 0;
	text-decoration: none;
	margin-bottom: 4px;
    gap: 10px;
}
.TopMenu_MenuItems a:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}
/*
.TopMenu_MenuItems a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 25px;
    height: 13px;
    background-image: url("/images/skins/Default/images/icon-batterilageret.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}
.TopMenu_MenuItems a:hover:before {
    transform: translateY(-50%) rotate(360deg);
	background-image: url("/images/skins/Default/images/icon-batterilageret-blue.svg");
}
*/
.employeescontainer {
	position: relative;
}
.employeescontainer svg {
	width: 50px;
	height: auto;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 1;
}
.employees {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 8px;
	mix-blend-mode: luminosity;
}
.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;
}
.payment img, .splitpayment img {
	height: 23px;
    width: auto;
    margin-right: 5px;
	margin-bottom: 5px;
    background-color: #FFF;
    border-radius: 4px;
    padding: 4px 10px;
	border: 1px solid #f6ddcd;
}
.shippingmethods img {
	height: 23px;
    width: auto;
    margin-right: 5px;
    background-color: #FFF;
    border-radius: 4px;
    padding: 4px 10px;
	border: 1px solid #f6ddcd;
}
.CmsPageStyle_Table {
	height: auto !important;
    table-layout: fixed;
}
.CmsPageStyle_Table strong {
	font-weight: normal !important;
}
.SubCats_Categories_DIV {
	display: flex;
	flex-wrap: wrap;
	background-color: #f9f9f9;
	padding: 20px;
	margin-top: 20px;
}
.SubCats_Categories_DIV .cat-wrap-box > img {
	display: none;
}
.SubCats_Categories_DIV > div {
	float: none !important;
	width: auto !important;
	flex: none;
	margin: 0 0.1%;
}
.SubCats_Categories_DIV > div:empty {
	display: none !important;
}
.SubCats_Categories_DIV .cat-wrap-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.SubCats_Categories_DIV > div a {
	padding: 8px 15px;
	background-color: #FFF;
	border-radius: 25px;
	transition: ease .4s;
	display: flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #eee;
    flex: auto;
}

/* 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;
	top: 10px;
}
.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;
    position: relative;
}
.productcard .images .imageselector img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: contain;
	object-position: 50% 50%;
}
.productcard .images .imageselector a[href*="youtu"]:before {
    content: "";
    background-color: rgba(0,0,0,.20);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2ZlMDAzMiI+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNC41IDUuNjUzYzAtMS40MjcgMS41MjktMi4zMyAyLjc3OS0xLjY0M2wxMS41NCA2LjM0N2MxLjI5NS43MTIgMS4yOTUgMi41NzMgMCAzLjI4Nkw3LjI4IDE5Ljk5Yy0xLjI1LjY4Ny0yLjc3OS0uMjE3LTIuNzc5LTEuNjQzVjUuNjUzWiIgY2xpcC1ydWxlPSJldmVub2RkIiAvPgo8L3N2Zz4=");
    background-repeat: no-repeat;
    background-size: auto 40%;
    background-position: 50% 50%;
}
.productcard .images .imageselector a[href*="youtu"] img {
    object-fit: cover;
}
.productcard .info {
	flex: none;
	position: relative;
}
.productcard h1 {
	margin-bottom: 10px;
}
.iteminfo {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.iteminfo > div {
	margin-right: 10px;
	display: flex;
	align-items: center;
	
}
.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;
	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: blue;
	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: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #eee;
	width: 70px;
	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: #2496ee;
	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;
	gap: 5px;
}
.add-on-product-amount {
	display: none;
}
.pricediv {
	margin-bottom: 20px;
}
.productcard .offer {
	background-color: #2496ee;
	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;
}
.unitprice {
	font-size: 13px;
	color: #000;
	font-weight: normal;
	display: block;
}
.unitprice i {
    font-style: normal;
}
.productcard .Prices_Custom_UL.b2bprices > li:nth-child(n+2) .unitprice i {
    display: none;
}
.productcard .Prices_Custom_UL .price {
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
}
.productcard div[itemprop="offers"] .Prices_Custom_UL .price {
	color: #ee6824;
}
.productcard .Prices_Custom_UL > li:first-child {
	flex: none;
	width: 100%;
	margin-left: 1%;
	margin-bottom: 10px;
}
.productcard .Prices_Custom_UL > li:first-child .unittext {
	display: none;
}
.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;
}
.unittext {
	padding-left: 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 .Prices_Custom_UL > li:nth-child(n+2) .unitprice {
    display: inline;
}
.productcard [itemprop="description"] {
	margin: 30px 0 0;
}
.description2 .Description_Productinfo:not(:empty) {
    padding-top: 30px;
}

.webshop-productinfo [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; 
}
.webshop-productinfo [itemprop="description"].collapsed:after {
    content: "";
    position: absolute;
    
}
.multisavings {
    border-radius: 25px;
    background-color: #ee6824;
    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 {
	margin-top: 20px;
}
.productcard-ask {
	margin: 20px 0;
}
.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: 26px;
	height: auto;
	margin-right: 8px;
}
.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: #ee6824;
}
.productcard-contact img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.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;
}

.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;
	color: #288034;
	width: 20px;
	height: 20px;
}

.StockEmailNotificationDialog_Link_ProductInfo {
    margin: -10px 0 20px;
	background-color: #ee6824;
	color: rgba(255,255,255,1.00);
	border-radius: 4px;
    display: inline-block;
    position: relative;
    padding: 8px 15px 8px 42px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iI2ZmZiI+CiAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMjEuNzUgNi43NXYxMC41YTIuMjUgMi4yNSAwIDAgMS0yLjI1IDIuMjVoLTE1YTIuMjUgMi4yNSAwIDAgMS0yLjI1LTIuMjVWNi43NW0xOS41IDBBMi4yNSAyLjI1IDAgMCAwIDE5LjUgNC41aC0xNWEyLjI1IDIuMjUgMCAwIDAtMi4yNSAyLjI1bTE5LjUgMHYuMjQzYTIuMjUgMi4yNSAwIDAgMS0xLjA3IDEuOTE2bC03LjUgNC42MTVhMi4yNSAyLjI1IDAgMCAxLTIuMzYgMEwzLjMyIDguOTFhMi4yNSAyLjI1IDAgMCAxLTEuMDctMS45MTZWNi43NSIgLz4KPC9zdmc+");
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: 15px 50%;
}
.StockEmailNotificationDialog_Link_ProductInfo:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 92px;
    transform: translateY(-50%) rotate(45deg);
    background-color: inherit;
}

.toolbar {
	margin-bottom: 20px;
	background-color: #f4fdf5;
	
	border: 1px solid #d9ecdc;
	border-radius: 4px;
	justify-content: space-between;
}
.toolbar > * {
	display: flex;
	justify-content: center;
    align-items: center;
	flex: auto;
	padding: 8px 6px;
    position: relative;
}
.toolbar > :not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(0,-50%);
    width: 1px;
    height: 50%;
    background-color: #d9ecdc;
}
.toolbar img {
    display: block;
	width: auto;
	height: 15px;
	margin: 0 6px 0 0;
}
/*
.info .delivery {
	display: flex;
	align-items: center;
	border-left: 1px solid #d9ecdc;
	border-right: 1px solid #d9ecdc;
}
.info .delivery img {
	display: flex;
	width: auto;
	height: 15px;
	margin: 0 6px 0 0;
}
.info .delivery > span {
    padding-left: 4px;
}
*/
.toolbar, .stockmessage {
	display: flex;
	align-items: center;
}
.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: 18px;
	height: auto;
}
.btnfavorites.added,
.btnfavorites.added svg path {
    color: #ee6824;
    fill: #ee6824;
}
.toolbar .btnfavorites span {
	padding-left: 5px;
}
/*
.info .delivery {
	display: flex;
	align-items: center;
	border-left: 1px solid #d9ecdc;
	border-right: 1px solid #d9ecdc;
}
.info .delivery img {
	display: flex;
	width: auto;
	height: 15px;
	margin: 0 6px 0 0;
}
.info .delivery > span {
    padding-left: 4px;
}
*/
.stockmessage svg {
	margin-right: 6px;
	width: 20px;
	height: auto;
	color: #288034;
}
.btnfavorites:not(.added):hover {
	opacity: 0.5;
}
#BUYSECTION {
	margin: 20px 0 30px;
	display: flex;
	justify-content: flex-start;
	position: relative;
	align-items: center;
}
#BUYSECTION > * {
	flex: none;
}
#BUYSECTION > input[type="number"] {
	z-index: 1;
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
    padding: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	text-align: center;
	-moz-appearance: textfield;
}
#BUYSECTION input::-webkit-outer-spin-button,
#BUYSECTION input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#BUYSECTION > input[type="submit"] {
	height: 56px;
    font-size: 18px;
	flex: auto;
	margin-left: 20px;
}
#BUYSECTION .amountcontainer {
	display: flex;
    flex: none;
    border-radius: 40px;
    border: 1px solid #eee;
    background-color: #FFF;
}
#BUYSECTION .amountcontainer > input {
	width: 56px;
	height: 56px;
	text-align: center;
	border: none;
}
#BUYSECTION .amountcontainer > span {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f9f9f9;
	border-radius: 50%;
	cursor: pointer;
	font-size: 20px;
	transition: ease .4s;
}
#BUYSECTION .amountcontainer > span.amountdec {
	border-radius: 40px 0 0 40px;
}
#BUYSECTION .amountcontainer > span.amountinc {
	border-radius: 0 40px 40px 0;
}
.descriptioncontainer {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
	margin-top: 40px;
	border-top: 1px solid #eee;
    padding-top: 50px;
}
.descriptioncontainer > div {
	flex: none;
	padding: 20px;
	width: 100%;
}
.descriptioncontainer .headline {
	text-align: left;
}
.descriptioncontainer .headline:after {
	left: 0;
	transform: translateX(0);
}
.descriptioncontainer iframe[src*="youtu"],
.long-description iframe[src*="youtu"] {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}
.relatedproductcontainer {
	margin-top: 20px;
}
.specs {
	background-color: #f9f9f9;
}

.tags:empty {
	display: none;
}
.tags-table {
	width: 100%;
}
.tags-table > div {
    display: flex;
}
.tag-label {
	width: 50%;
}
.tags-table td,
.tags-table span,
.tags-table a {
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}
.tag-value {
	width: 50%;
	text-align: right;
}
.tag-value a {
	text-decoration: none;
}
.tag-value a:hover {
	color: #ee6824;
}
.manufactor,
.vendor {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0;
	border-top: 1px solid #eee;
}
.documents br {
	display: none;
}
.documents {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.documents > * {
	width: 50%;
	padding: 5px 0;
}

.documents > span:last-child {
	text-align: right;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.documents > span:last-child svg {
	width: 25px;
	height: auto;
}
.description1 h2, .description2 h2 {
	font-size: 15px;
}
.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 */
.minibasket .stockinfo svg {
    display: none;
}

.minibasket .button svg {
	fill: #FFF;
	height: 20px;
}
.minibasketpayment .payment {
	display: flex;
	justify-content: center;
}
.minibasketpayment .payment img {
	border: 1px solid #eee;
}
[data-yesoffers]:not(:empty) + .minibasketpayment {
    padding-top: 30px;
}

.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: 750px;
    max-width: calc(100vw - 260px);
    transition: all .5s ease;
    -webkit-overflow-scrolling: touch;
		overflow-x: hidden;
		overflow-y: auto;
}
.minibasket > * {
    flex: none;
}
.minibasket > .linescontainer {
    flex: none;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 50vh;
}
.minibasketpayment {
    padding: 0 0 30px;
}
.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;
    position: relative;
}
.minibasket .closeminibasket {
    position: absolute;
    right: calc(100% + 10px);
    top: calc(50% + 5px);
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 1.00);
    color: rgba(255, 255, 255, 1.00);
    font-family: 'Arial';
    font-size: 25px;
    cursor: pointer;
    line-height: 1;
    user-select: none;
}
.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;
    align-items: flex-start;
}
.minibasket .line {
    flex: none;
    width: 100%;
    display: flex;
    background-color: rgba(255, 255, 255, 1.00);
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #eee;
    border-radius: 4px;
    align-items: center;
}
.minibasket .line.yesofferhighlight, .ShowBasket_Custom_DIV > div.yesofferhighlight {
    border-width: 2px;
    border-color: #ee6824;
}
.minibasket .line .lineinfo {
    flex: auto;
    padding: 0 20px;
}
.minibasket .lineincdec {
    flex: none;
    width: 100px;
    display: flex;
    justify-content: flex-end;
}
.minibasket .line .name {
    /*
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    */
    margin-bottom: 3px;
}
.minibasket .line .price {
    font-weight: bold;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.minibasket .line .price .stockinfo {
    font-weight: normal;
    margin-left: 10px;
}
.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 svg {
    display: block;
    fill: #FFF;
    width: 12px;
    height: auto;
    margin: 0;
    cursor: pointer;
}
.minibasket .line > .image {
    position: relative;
    width: 50px;
    flex: none;
}
.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;
    background-color: #f2f2f2;
    padding: 20px 40px;
}

.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: 30px;
}
.minibasket .bottom > a {
    padding: 15px 20px;
    width: 100%;
}
.minibasket .basketButtons > a {
    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 {
    ursor: 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: 50%;
    background-color: #f9f9f9;
}

.minibasket .incdec span {
    display: flex;
    padding: 0 10px;
    align-items: center;
}
.minibasket .lines {
    padding: 0 40px;
    margin: 0;
    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%;
}
*/

/* SHOWBASKET */
body.webshop-showbasket h1 {
	flex: none;
	width: 100%;
}
.showbasket {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	clear: both;
	width: 100%;
}
.showbasket > * {
	flex: auto;
}
.showbasket > .summary {
	flex: none;
	width:40%;
	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;
}
.basketButtons {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.basketButtons > a {
	width: 48%;
	flex: none;
}
.ShowBasket_Custom_DIV > div {
	display: flex;
	padding: 5px 15px 5px 5px;
	border: solid 1px rgba(237, 237, 237, 1.00);
	background-color: rgba(255, 255, 255, 1.00);
	align-items: center;
	position: relative;
	margin-bottom: 10px;
}
.ShowBasket_Custom_DIV > div:last-child {
	border-bottom-width: 1px;
}
.infoline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 8px;
}
.ShowBasket_Custom_DIV .image {
	flex: none;
	width: 90px;
	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 .productnumber {
	color: #7F7F7F;
}
.ShowBasket_Custom_DIV .info {
	flex: auto;
	padding: 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 .stockinfo {
    margin-top: 7px;
}
.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 [data-number=""] .amount {
    display: none;
}
*/
.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 a[href*="remove=1"] svg, .delbutton svg {
	fill: #FFF;
	width: 12px;
	height: auto;
}
.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: #fff4ed;
	display: flex;
	flex-direction: column;
}
.showbasket .summary .row {
	display: flex;
	justify-content: space-between;
	flex: none;
	padding: 6px 0;
}
.showbasket .summary .row > div:last-of-type {
	text-align: right;
}

body.webshop-showbasket .CustomersAlsoBought_Custom_DIV {
	margin-bottom: 30px;
}

.showbasket .summary .row.total {
	font-size: 28px;
}
.showbasket .summary .row.total small {
	font-size: 14px;
}
.showbasket .summary .buttons {
	flex: auto;
	display: flex;
	flex-direction: column;
}
.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;
	width: auto;
	fill: #FFF;
}
.showbasket .summary .buttons a.button.grey {
	background-color: #6B6B6B;
}

.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: #ee6824;
	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 {
	padding: 0 20px !important;
	display: flex;
	justify-content: flex-end;
}
.product-filter-clear-all a {
	background-image: url("/images/skins/Default/images/icon-close.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 10px;
	text-decoration: none;
	padding-left: 20px;
}
.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: #008cd2;
}
.shippingCountdown .bar {
    border-radius: 20px;
    height: 16px;
    padding: 1px;
    border: solid 1px #008cd2;
    background-color: rgba(255, 255, 255, 1.00);
    display: flex;
    position: relative;
}
.shippingCountdown .bar span {
    flex: none;
    background-color: #008cd2;
    border-radius: 20px;
    width: 0;
}
.shippingCountdown .bar small {
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 11px;
    background-color: #008cd2;
    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 #008cd2;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.shippingCountdown:empty {
    display: none;
}
.shippingCountdown.redeemed {
    display: flex;
    align-items: center;
    justify-content: center;
}
.shippingCountdown svg {
	width: 20px;
	height: auto;
	margin-right: 8px;
	fill: #369720;
}
.shippingCountdown.redeemed {
    background-color: rgba(155, 193, 175, .1);
    color: #000;
    font-weight: bold;
}
.productcard .shippingCountdown {
    margin-bottom: 30px;
}
.productcard .shippingCountdown.redeemed {
    padding: 15px 20px;
    border-radius: 50px;
	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: 15px;
    padding: 3px 8px;
    margin-right: 5px;
    white-space: nowrap;
}
[itemtype="https://schema.org/BreadcrumbList"] a[href="/shop/frontpage.html"] {
    background-color: transparent;
    padding: 0;
}
[itemtype="https://schema.org/BreadcrumbList"] a[href="/shop/frontpage.html"]:after {
    display: none;
}
[itemtype="https://schema.org/BreadcrumbList"] a[href="/shop/frontpage.html"]:hover {
    background-color: transparent;
    transform: rotate(360deg);
}
[itemtype="https://schema.org/BreadcrumbList"] a:hover {
    background-color: #ee6824;
    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: #ee6824;
    border-radius: 15px;
    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:rgba(0,0,0,1.00) !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:#ee6824;
}
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;
}

.ui-dialog.ui-widget-content.dd-dialog-responsive {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    max-width: 100% !important;
    z-index: 100;
    background-color: rgba(0,0,0,.50);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ui-dialog > .ui-dialog-titlebar,
[id*="StockEmailNotificationDialog_Container_"] {
    width: 700px !important;
    max-width: 90%;
    background-color: rgba(255,255,255,1.00);
    padding-left: 25px;
    padding-right: 25px;
    height: auto !important;
}
.ui-dialog > .ui-dialog-titlebar {
    padding-top: 30px;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.ui-dialog > .ui-dialog-titlebar .ui-dialog-title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    display: block;
}
.ui-dialog > .ui-dialog-titlebar button {
    position: absolute;
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0,0,0,1.00);
    cursor: pointer;
    bottom: calc(100% + 10px);
    left: auto;
	right: -20px;
	top: -20px;
    outline: none;
    border: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iI2ZmZmZmZiI+CiAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNNiAxOCAxOCA2TTYgNmwxMiAxMiIgLz4KPC9zdmc+");
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: 50% 50%;
}
.ui-dialog > .ui-dialog-titlebar button > * {
    display: none;
}
[id*="StockEmailNotificationDialog_Container_"] {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 30px;
    border-radius: 0 0 10px 10px;
}
[id*="StockEmailNotificationDialog_Container_"] > * {
    flex: none;
}
[id*="StockEmailNotificationDialog_Container_"] > .ddssmr-notification-email {
    flex: auto;
}
[id*="StockEmailNotificationDialog_Container_"] > .ddssmr-notification-email input[type="text"] {
    border-radius: 25px;
    height: 40px;
}

/*
.minibasket [data-yesoffers] {
    max-height: 30vh;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
}
*/
.yesoffertitle {
    font-weight: bold;
    font-size: 15px;
    padding: 0 0 15px;
}
.yesofferproducts {
    overflow: hidden;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.yesofferproducts > .yesitem {
	padding: 10px;
	border: 2px solid #ee6824;
	display: flex;
	align-items: center;
    position: relative;
    background-color: rgba(255,255,255,1.00);
    
}
.yesofferproducts > .yesitem:nth-child(n+4) {
    display: none;
}

.yesofferproducts > .yesitem:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    background-color:#f0f8ee;
    border: 2px solid #dcebd9;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    transition: all 0.5s ease;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iZ3JlZW4iPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE5LjkxNiA0LjYyNmEuNzUuNzUgMCAwIDEgLjIwOCAxLjA0bC05IDEzLjVhLjc1Ljc1IDAgMCAxLTEuMTU0LjExNGwtNi02YS43NS43NSAwIDAgMSAxLjA2LTEuMDZsNS4zNTMgNS4zNTMgOC40OTMtMTIuNzRhLjc1Ljc1IDAgMCAxIDEuMDQtLjIwN1oiIGNsaXAtcnVsZT0iZXZlbm9kZCIgLz4KPC9zdmc+");
    background-size: 30px auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.yesofferproducts > .yesitem.yesitemadded:before {
    opacity: 1;
    
}
.yesofferproducts > .yesitem .image {
	flex: none;
	width: 70px;
}
.yesofferproducts > .yesitem .image img {
	display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}
.yesofferproducts > .yesitem .info {
	padding: 0 20px;
	flex: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.yesofferproducts > .yesitem .info .name {
	margin: 0 0 5px 0;
}
.yesofferproducts > .yesitem .info .inforow {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}
.yesofferproducts > .yesitem .info .priceinfo {
    line-height: 1.2;
}
.yesofferproducts > .yesitem .info .priceinfo > span {
    font-weight: bold;
}
.yesofferproducts > .yesitem.isoffer .info .priceinfo > span {
    color: #ee6824;
}
.yesofferproducts > .yesitem .info .priceinfo strike {
    
}
.yesofferproducts > .yesitem .info .stockinfo {
	margin: 0;
}
.yesofferproducts > .yesitem .button {
	flex: none;
}

.spacebetween .slick-list {
    margin: 0 -10px;
}
.spacebetween .slick-slide {
    margin: 0 10px;
}

.Text1_Terms,
.GDPR_Terms,
.CookieConsent_Terms {
   padding-bottom: 100px;
    border-bottom: solid 1px rgba(214,214,214,1.00);
    margin-bottom: 100px;
}

body.webshop-b2blogin.loggedout header {
	border-bottom: 1px solid #eee;
}
body.webshop-b2blogin.loggedout main {
	margin-top: 40px;
}
.CmsPageStyle_Table {
	width: 100%;
}
.b2bHeader {
    display: flex;
    gap: 5%;
    align-items: flex-start;
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
	background-color: #f9f9f9;
	padding: 50px;
}
.b2bHeader .b2bHeaderLeft {
    flex: none;
    width: 40%;
}
.b2bHeader .b2bHeaderRight {
    flex: auto;
}
.b2bHeaderRight > ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    gap:10px;
}
.b2bHeaderRight > ul > li {
    flex: auto;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    user-select: none;
    border-radius: 6px 6px 0 0;
    background-color: #f6f6f6;
	
}
.b2bHeaderRight > ul > li.active {
    background-color: #132537;
	color: #FFF;
}
.b2bHeaderRight > ul > li:not(.active) {
    cursor: pointer;
}
.b2bHeaderRight > div {
    padding: 40px;
    border-radius: 0 0 6px 6px;
    background-color: #132537;
}
.b2bHeaderRight > div:not(.active) {
    display: none;
}
.b2bHeaderRight > div label {
	color: #FFF;
}
.catalogue-wrapper {
    display: flex;
    margin: -1%;
    flex-wrap: wrap;
}
.catalogue-wrapper > * {
    flex: none;
    width: 23%;
    margin: 1%;
    background-color: #eff6fd;
	padding: 30px;
	border-radius: 6px;
}
.catalogue-wrapper img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
	border-radius: 6px;
	aspect-ratio: 47 / 36;
	object-fit: contain;
}
#addB2BForm {
	
}
#addB2BForm .inputContainer {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
#addB2BForm .inputContainer > * {
	width: 48%;
	flex: none;
	margin: 0 1% 2%;
}
.b2b-categories {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -1%;
	padding: 60px 0;
}
.b2b-categories > h2 {
	flex: none;
	width: 100%;
	padding: 0 1%;
	margin: 0 0 25px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.b2b-categories > h2 small {
	font-size: 14px;
	font-weight: normal;
}
.b2b-categories > a {
	flex: none;
	width: 14.6%;
	text-decoration: none;
	color: #FFF;
	background-color: #132537;
	display: flex;
	flex-direction: column;
	border-radius: 6px;
	padding: 10px;
	align-items: center;
	margin: 0 1% 2%;
}
.b2b-categories > a svg {
	height: 60px;
	width: auto;
	fill: #FFF;
	margin-bottom: 10px;
}
.catalogues {
	width: 1680px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.catalogues h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 25px;
}
.catalogues h2 small {
	font-size: 14px;
	font-weight: normal;
}
.batcoSlider {
	position: relative;
}
.batcoSlider > div > div {
	position: relative;
}
.batcoSlider img {
	max-width: 100%;
	display: block;
}
.batcoSlider .nivo-dynamic-text {
	position: absolute;
	top: 50% !important;
	left: 10% !important;
	transform: translateY(-50%);
}
.batcoSlider .nivo-dynamic-text-header {
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 80px;
	color: #FFF;
    text-shadow: 5px 1px 0 rgba(0, 0, 0, 0.8);
    line-height: 1;
}
.batcoSlider .nivo-dynamic-text-teaser {
	color: #FFF;
	font-size: 18px;
}
.batco-box {
	margin: 40px 0;
}
.batco-box .slider-wrapper {
	display: flex;
	align-items: center;
}
.batco-box .slider-wrapper img {
	border-radius: 6px;
	max-width: 100%;
	display: block;
}
.batco-box .slider-wrapper > div {
	width: 50%;
	flex: none;
}
.batco-box .nivo-dynamic-text-inner-content-left {
	padding: 5%;
}
.batco-box .nivo-dynamic-text-header {
	font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    color: #000;
    line-height: 1;
} 
.batco-box > div > div:nth-child(2n) .slider-wrapper .nivoSlider {
	order: 2;
}
.batco-box > div > div:nth-child(2n) .slider-wrapper .nivo-dynamic-text {
	order: 1;
}

.webshop-favorites table.FormTB {
    display: none;
}


[data-slideshow]:empty {
    aspect-ratio: 1680/580;
}
[data-slideshow] img,
[data-slideshow] video {
    width: 100%;
    height: auto;
    /*max-height: calc(100vh - 350px);*/
    object-fit: cover;
    display: block;
    border-radius: 6px;
}
[data-slideshow] .slideshowheader img {
    width: auto;
    height: revert-layer;
    max-width: none;
    max-height: none;
    border-radius: 0;
}

[data-slideshow]:not(.slick-initialized) > :nth-child(n+2) {
    display: none
}
[data-slideshow] .slick-slide,
[data-slideshow]:not(.slick-initialized) > * {
    position: relative;
    display: block;
}
[data-slideshow] .slidecontent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 5%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    gap: 10px
}
.boxes [data-slideshow] .slidecontent {
    justify-content: flex-end;
    padding: 20px;
    gap: 7px;
}
.halfbanner [data-slideshow] .slidecontent {
    justify-content: flex-end;
}
.widebanner [data-slideshow] .slidecontent {
    justify-content: flex-end;
}
[data-slideshow].alignleft .slidecontent {
    align-items: flex-start;
    text-align: left;
}
[data-slideshow].aligncenter .slidecontent {
    align-items: center;
    text-align: center;
}
[data-slideshow].alignright .slidecontent {
    align-items: flex-end;
    text-align: right;
}
[data-slideshow] .slideshowheader {
    font-size: clamp(16px, 4vw, 80px);
    font-weight: 700;
    color: rgba(255,255,255,1.00);
}
[data-slideshow] .slideshowbody {
    font-size: clamp(11px, 1.3vw, 24px);
    font-weight: normal;
    color: rgba(255,255,255,1.00);
}
[data-slideshow] .slideshowfooter {
    font-size: clamp(15px, 1vw, 50px);
    font-weight: 700;
    padding: 10px 40px;
    margin-top: 20px;
    min-height: 10px;
}
[data-slideshow] .slick-arrow {
    transform: none;
    top: 0;
    min-width: 5%;
    background-size: 40px auto
}
[data-slideshow] .slick-arrow.slick-next {
    right: 0
}
[data-slideshow] .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
}
[data-slideshow] .slick-arrow.slick-disabled {
    display: none !important
}

/*
.boxes [data-slideshow] .slidecontent,
.newsboxes [data-slideshow] .slidecontent {
    align-items: center;
    text-align: center;
}
*/
.boxes [data-slideshow] .slideshowheader,
.halfbanner [data-slideshow] .slideshowheader {
    font-size: clamp(13px, 2vw, 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.halfbanner [data-slideshow] .slideshowheader {
    font-size: clamp(13px, 2vw, 30px);
}
.boxes [data-slideshow] .slideshowheader {
    font-size: clamp(13px, 2vw, 25px);
}
.boxes [data-slideshow] .slideshowheader img {
    height: 70px;
}
.boxes [data-slideshow] .slideshowbody {
    font-size: clamp(11px, 1.3vw, 21px);
}
.boxes [data-slideshow] .slideshowfooter,
.halfbanner [data-slideshow] .slideshowfooter {
    margin: 0;
    font-size: clamp(13px, 0.8vw, 14px);
}
.halfbanner [data-slideshow] .slideshowfooter {
    font-size: clamp(13px, 1.5vw, 18px);
}
.boxes [data-slideshow]:empty,
.halfbanner [data-slideshow]:empty {
    aspect-ratio: 403/268;
}



@media (min-width: 901px) and (max-height: 800px) {
    .yesofferproducts > :nth-child(n+2) {
        display: none;
    }
    .yesofferproducts > .yesitem,
    .yesofferproducts > .yesitem:not(:last-child) {
        margin: 0;
    }
    [data-yesoffers]:not(:empty) + .minibasketpayment {
        padding: 15px 0;
    }
    .yesoffertitle {
        font-size: 13px;
        padding: 0 0 10px;
    }
    div.minibasket .total {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .minibasket > .header {
        font-size: 21px;
        padding-top: 22px;
        padding-bottom: 13px;
    }
}

@media (min-width: 901px) {
	#ProductMenu_List > li:first-child .dropdownmenu.default > ul.twocolumns {
		column-count: 4;
	}
	.whyuscard {
		padding: 35px 20px;
	}
	.whyuscard > span {
		font-size: 16px;
	}
	.fp-flex-text {
		padding: 50px 80px 50px 50px;
	}
	.newsboxes {
		width: 1680px;
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
		justify-content: space-between;
	}
	.halfbanner {
		width: 49%;
		flex: none;
	}
	.halfbanner .boxname, .halfbanner .nivo-dynamic-text-header {
		font-size: 30px;
	}
	.widebanner {
		width: 100%;
		flex: none;
		margin-top: 40px;
	}
	.widebanner .boxname, .widebanner .nivo-dynamic-text-header {
		font-size: 40px;
	}
	.newsboxes > div > a:hover .boxbutton {
		background-color: #2496ee;
		transform: scale(1.04);
	}
	.fp-flex > * {
		width: 50%;
	}
	.fp-flex-image:before {
		background-color: #f5e8e0;
		height: 100%;
		width: 100%;
		content: "";
		position: absolute;
		top: 10px;
		left: -30px;
		z-index: 1;
	}
	.Photo1_Frontpage {
		position: relative;
		z-index: 2;
	}
    .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: #2496ee;
		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;
	}
	.livechat svg {
		margin-right: 8px;
	}
	.livechat small {
		display: flex;
	}
	.shortcuts > div:not(.minibasketcontainer).btnmenu {
		display: none;
	}
	.logobox svg.logoicon {
		width: 50px;
	}
	.logobox > a > img {
		height: 30px;
	}
	.categoriescontainer > a:nth-child(n+3) {
		display: flex;
	}
	.topbarusp > div > div:nth-child(n+2) {
		display: flex;
	}
    
    
    
	footer {
		margin-top: 120px;
	}
	.footercontainer {
		flex-direction: row;
		width: 1400px;
		padding: 30px 0 100px 0;
	}
	.footercontainer > div {
		margin-bottom: 0;
	}
	.payment img, .splitpayment img {
		margin-bottom: 0;
	}
	.footercontainer > div {
		width: 33.3%;
	}
	.footermenu {
		padding-top: 100px;
	}
	.footermenu > span {
		padding-left: 20%;
	}
	.newsletter {
		padding: 40px 80px;
		top: -80px;
	}
	.follow {
		width: 58%;
	}
	.newsletter > div:first-child > span {
		font-size: 30px;
	}
	.footer-icons small {
		margin-top: 0;
	}
	#Search_Form {
		flex: auto;
		margin: 0 30px !important;
		
	}
    .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: #ee6824;
	}
	.TopMenu_MenuItems {
		padding: 0 0 0 20%;
	}
	.whyuscard a:hover, .location a:hover, .TopMenu_MenuItems a:hover {
		color: #ee6824;
	}
	.next > a:hover, .prev > a:hover {
		background-color: #2496ee;
	}
	.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:#2496ee;
	}
	.shortcuts a:hover svg {
		color: #ee6824;
	}
	.btnaccount a:hover svg {
		fill: #ee6824;
	}
	.livechat > a:hover {
		background-color: #2496ee;
	}
	.slide > span > small {
		background-color: #ee6824;
		border-radius: 30px;
		padding: 10px 40px;
		color: #FFF;
		font-size: 17px;
		display: flex;
		align-items: center;
		width: fit-content;
		line-height: 22px;
		transition: ease .4s;
	}
	.slide:hover > span > small {
		background-color: #2496ee;
	}
	.boxes {
		margin-top: 50px;
	}

	.boxname svg {
		height: 70px;
		margin-bottom: 20px;
	}
	.boxname {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.boxbutton {
		background-color: #ee6824;
		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: #2496ee;
		transform: scale(1.04);
	}
	.categories {
		margin: 50px 0;
		padding: 50px 0;
	}
    .categoriescontainer {
        
        
    }
    .categoriescontainer {
        flex-wrap: wrap;
        justify-content: center;
    }
    .categoriescontainer a {
        width: 175px;
    }
    
    
    
	.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), .Related_Custom_UL:not(.slick-initialized) {
		margin: -0.5%;
	}
	.Related_Custom_DIV:not(.slick-initialized), .CustomersAlsoBought_Custom_DIV:not(.slick-initialized), .Related_Custom_UL: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, .Related_Custom_UL:not(.slick-initialized) > li,
    .Favorites_Custom_DIV:not(.slick-initialized) > div {
		width: 18%;
	}
	.ProductList_Custom_DIV:not(.slick-initialized) > div {
		width: 24%;
		margin: 0.5%;
	}
	.Frontpage_Custom_DIV .product:hover, .ProductList_Custom_DIV .product:hover {
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
	}
    
    .CustomersAlsoBought_Custom_DIV:not(.slick-initialized) > :nth-child(n+6) {
        display: none;
    }
    
    
    
	.categoriescontainer > a:hover .categoriesimage {
		transform: scale(1.08);
	}
	.categoriescontainer > a:hover span:not(.categoriesimage) {
		background-color: #2496ee;
		color: #FFF;
	}
	.categoriescontainer > a:hover span:not(.categoriesimage) svg {
		fill: #FFF;
	}
	
	/* PRODUCTMENU */
	.sticky {
		position: sticky;
		top: 0;
		z-index: 30;
	}
    div.bp_announcementBarContainer[class*="component_"] {
       z-index: 5; 
    }
    /*
    [class*="bp_announcementBarContainer"] ~ .sticky {
        top: 
    }
    */
	#ProductmenuContainer_DIV {
		position: relative;
		top: 0;
		z-index: 10;
		background-color: #FFF;
		border-bottom: 1px solid #eee;
		display: block;
	}
	#ProductMenu_List > li.has-dropdown > a:after {
		content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI4LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMS40LDYuMmMwLjYtMC42LDEuNS0wLjYsMiwwbDguNiw4LjZsOC42LTguNmMwLjYtMC42LDEuNS0wLjYsMiwwczAuNiwxLjUsMCwyTDEzLDE3LjhjLTAuMywwLjMtMC42LDAuNC0xLDAuNAoJYy0wLjQsMC0wLjctMC4yLTEtMC40TDEuNCw4LjJDMC44LDcuNywwLjgsNi43LDEuNCw2LjJ6Ii8+Cjwvc3ZnPgo=');
		width: 10px;
		height: 12px;
		margin-left: 7px;
        flex: none;
	}
	#ProductMenu_List > li > a {
		font-size: 14px;
		position: relative;
		display: flex;
		height: 100%;
		justify-content: center;
		padding: 10px 15px;
		font-weight: bold;
		transition: ease .4s;
        border-radius: 4px 4px 0 0;
	}
	/* #ProductMenu_List > li:nth-last-child(4), #ProductMenu_List > li:nth-last-child(3) {
		display: none;
	} */
	#ProductMenu_List > li:hover > a {
		color: #ee6824;
	}
	#ProductMenu_List {
		width: 1680px;
		max-width: 90%;
		display: flex;
		padding: 0;
		margin: 0 auto;
        gap: 10px;
		list-style-type: none;
	}
    #ProductMenu_List > li {
        flex: auto;
    }
	#ProductMenu_List a {
		text-decoration: none;
	}
    #ProductMenu_List > li > a[href="/shop/specialoffer-ALL-1.html"] {
		background-color: #2496ee;
		color: #FFF;
	}
	#ProductMenu_List > li > a[href="/shop/specialoffer-ALL-1.html"]:hover {
		background-color: #0578d1;
	}
	#ProductMenu_List > li > a[href="/shop/news-ALL-1.html"] {
		background-color: #ee6824;
		color: #FFF;
	}
	#ProductMenu_List > li > a[href="/shop/news-ALL-1.html"]:hover {
		background-color: #d64b04;
	}
    #ProductMenu_List > li > ul,
    #ProductMenu_List > li > div {
        display: none;
    }
    
    
    
    
    
    
    
    /*
	#ProductMenu_List > li:nth-last-child(3) {
		display: none;
	}
	#ProductMenu_List > li {
		flex: none;
        position: relative;
	}
    #ProductMenu_List > li > ul {
        display: none;
    }
	#ProductMenu_List > li.TopMenu_MenuItem > a[href="/shop/specialoffer-ALL-1.html"] {
		background-color: #2496ee;
		color: #FFF;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	#ProductMenu_List > li.TopMenu_MenuItem > a[href="/shop/specialoffer-ALL-1.html"]:hover {
		background-color: #0578d1;
	}
	#ProductMenu_List > li.TopMenu_MenuItem > a[href="/shop/news-ALL-1.html"] {
		background-color: #ee6824;
		color: #FFF;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	#ProductMenu_List > li.TopMenu_MenuItem > a[href="/shop/news-ALL-1.html"]:hover {
		background-color: #d64b04;
	}
    */
    
	
	/*
    #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 15px 15px;
        max-height: 70vh;
        box-shadow: 15px 15px 20px rgba(0,0,0,.1);
        -webkit-overflow-scrolling: touch;
		overflow-x: hidden;
		overflow-y: auto;
    }
    .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 a {
        padding: 10px 15px;
        display: block;
        white-space: nowrap;
        position: relative;
    }
    .dropdownleft li:not(:last-child) > a {
        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: #ee6824;
    }
    .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: #ee6824;
    }
    .dropdownright ul > li > ul > li > a {
        padding: 5px 0;
    }
    .dropdownright ul > li > ul > li:hover > a {
        color: #ee6824;
    }
    
    
    
    .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: #cb0c9f;
        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;
    }
	.closeFilterButton {
		display: none;
	}
	.btnfilter {
		display: none;
	}
    
    
    
	.SubCats_Categories_DIV > div {
		width: 19% !important;
		margin: 0 0.5% 0.5%;
	}
	.sortul li:not(.active):hover,
    .SubCats_Categories_DIV > div a:hover {
		color: #ee6824;
		border-bottom: 1px solid #ee6824;
		cursor: pointer;
	}
    .SubCats_Categories_DIV > div a {
        min-height: 53px;
    }
	
	/* FRONTPAGE */
	.slide > span > span.slideheader, .slideshow .nivo-dynamic-text-header {
		font-size: 100px;
	}
	.whyus {
		width: 1400px;
		margin: 60px auto 0;
		max-width: 90%;
	}
	.whyuscard {
		width: 23%;
	}
	.whyuscard:first-child {
		margin-left: 0;
	}
	.whyuscard:last-child {
		margin-right: 0;
	}
    
	
	/* PRODUCTCARD */
	.productcard > .row {
		flex-direction: row;
	}
	.productcard .images {
		flex: none;
		width: 27%;
		padding: 1% 2%;
		border-right: solid 1px #eee;
	}
	.productcard .images .new {
		font-size: 15px;
		top: 25px;
		background-color: #2496ee;
		color: #FFF;
		width: fit-content;
		padding: 4px 6px;
		border-radius: 2px;
	}
	.productcard .info {
		flex: auto;
		padding: 1% 5%;
	}
	.productcard-ask a.button:hover {
		background-color: #f3f3f3;
		border-bottom: 1px solid #e2e2e2;
	}
	.productcard .Prices_Custom_UL > li:nth-child(n+2) {
		width: 48%;
		margin: 0 1% 1%;
	}
	.productcard .extra {
		border-left:solid 1px #eee;
		min-width: 340px;
		padding: 1% 3%;
		margin: 0;
		background-color: transparent;
	}
	.productcard-contact {
		border-top: 1px solid #eee;
		padding: 20px 0 0 0;
	}
	.productcard-ask {
		margin: 0 0 20px 0;
	}
	.productcard-ask a.button {
		background-color: #f9f9f9;
	}
	.amountcontainer > span:hover {
		background-color: #eee;
	}
	.descriptioncontainer > div {
		width: 50%;
		padding: 50px;
	}
	.relatedproductcontainer {
		margin-top: 40px;
	}
	
	/* BASKET */
	
	.ShowBasket_Custom_DIV .amount {
		margin-left: 10px;
	}
	.ShowBasket_Custom_DIV .amount, .ShowBasket_Custom_DIV .stockinfo {
		margin-top: 0;
	}
	
	
	.product {
		padding: 30px 20px;
	}
	.product .buy input[type="number"], .product .buy input[type="TEXT"] {
		
	}
	.BreadCrumb_ProductInfo br {
		display: none;
	}
	.productcard .Prices_Custom_UL > li:nth-child(n+2):hover {
		background-color: #ee6824;
		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;
	}
	.productcard .Prices_Custom_UL > li:nth-child(n+2):hover .unitprice {
		color: #FFF;
	}
    
    .productmenu-header,
    #ProductmenuContainer_DIV .expand,
    .productmenubottom {
        display: none;
    }
    
}

@media (max-width: 1600px) {
    .ProductList_Custom_DIV:not(.slick-initialized) > div {
		width: 32%;
	}
    .Favorites_Custom_DIV:not(.slick-initialized) > div {
		width: 31%;
	}
}

@media (max-width: 1300px) {
	.boxes .nivo-dynamic-text-header img {
		height: 45px;
	}
	.boxes .nivo-dynamic-text-header {
		font-size: 15px;
		margin-bottom: 10px;
	}
    #ProductMenu_List > li.has-dropdown > a:after {
        display: none;
    }
	.batco-box > div > div .slider-wrapper .nivoSlider {
		order: 2;
	}
	.batco-box > div > div .slider-wrapper .nivo-dynamic-text {
		order: 1;
	}
    
    .product .buy input[type="submit"],
    .product .buy .button {
        font-size: 0;
        padding: 0;
        width: auto;
        height: 42px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iI2ZmZiI+CiAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMTUuNzUgMTAuNVY2YTMuNzUgMy43NSAwIDEgMC03LjUgMHY0LjVtMTEuMzU2LTEuOTkzIDEuMjYzIDEyYy4wNy42NjUtLjQ1IDEuMjQzLTEuMTE5IDEuMjQzSDQuMjVhMS4xMjUgMS4xMjUgMCAwIDEtMS4xMi0xLjI0M2wxLjI2NC0xMkExLjEyNSAxLjEyNSAwIDAgMSA1LjUxMyA3LjVoMTIuOTc0Yy41NzYgMCAxLjA1OS40MzUgMS4xMTkgMS4wMDdaTTguNjI1IDEwLjVhLjM3NS4zNzUgMCAxIDEtLjc1IDAgLjM3NS4zNzUgMCAwIDEgLjc1IDBabTcuNSAwYS4zNzUuMzc1IDAgMSAxLS43NSAwIC4zNzUuMzc1IDAgMCAxIC43NSAwWiIgLz4KPC9zdmc+");
        background-size: auto 45%;
        background-repeat: no-repeat;
        background-position: 50% 44%;
    }
    
}
@media (max-width: 900px) {
    div.bp_announcementBarContainer[class*="component_"] {
        position: relative;
    }
    .slideshow [data-slideshow] img,
    .slideshow [data-slideshow] video {
        min-height: 150px;
    }
    
    [data-slideshow] .slidecontent {
        /*
        align-items: center;
        text-align: center;
        */
        gap: 0;
    }
    [data-slideshow] .slideshowheader img {
        display: none;
    }
    [data-slideshow] .slideshowfooter {
        margin-top: 5px;
        padding: 5px 13px 7px;
        font-size: 11px;
    }
    .boxes [data-slideshow] .slideshowfooter {
        margin-top: 5px;
    }
    /*
    .boxes [data-slideshow] img {
        min-height: 140px;
    }
    */
    .boxes [data-slideshow] .slideshowheader img {
        height: 22px;
        min-height: 22px;
        display: block;
    }
	.batco-box .slider-wrapper > div {
		width: 100%;
		flex: none;
	}
	.batco-box .slider-wrapper {
		flex-direction: column;
	}
	.batcoSlider .nivo-dynamic-text-header {
		font-size: 16px;
	}
	.batcoSlider .nivo-dynamic-text-teaser {
		font-size: 13px;
	}
	.whyus {
		margin-top: 20px;
	}
	.productcard .images {
		margin-bottom: 20px;
	}
    .shortcuts a[data-count]:not([data-count=""]):before {
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 15px;
        color: rgba(255,255,255,1.00);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        font-size: 10px;
        transform: translate(-40%,-40%);
        content: attr(data-count);
        background-color: #2496ee;
        font-family: 'Arial';
    }
    
    .minibasket [data-yesoffers] {
        margin-bottom: 20px;
    }
    /*
    .minibasket .yesofferproducts > .yesitem:nth-child(n+2) {
        display: none;
    }
    */
    .minibasket .yesofferproducts > .yesitem .info {
        padding: 0 10px;
    }
	.yesofferproducts > .yesitem .image {
		width: 50px;
	}
	.showbasket .summarycontent {
		padding: 15px;
	}
	.yesofferproducts .button {
		font-size: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iI2ZmZiI+CiAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMTUuNzUgMTAuNVY2YTMuNzUgMy43NSAwIDEgMC03LjUgMHY0LjVtMTEuMzU2LTEuOTkzIDEuMjYzIDEyYy4wNy42NjUtLjQ1IDEuMjQzLTEuMTE5IDEuMjQzSDQuMjVhMS4xMjUgMS4xMjUgMCAwIDEtMS4xMi0xLjI0M2wxLjI2NC0xMkExLjEyNSAxLjEyNSAwIDAgMSA1LjUxMyA3LjVoMTIuOTc0Yy41NzYgMCAxLjA1OS40MzUgMS4xMTkgMS4wMDdaTTguNjI1IDEwLjVhLjM3NS4zNzUgMCAxIDEtLjc1IDAgLjM3NS4zNzUgMCAwIDEgLjc1IDBabTcuNSAwYS4zNzUuMzc1IDAgMSAxLS43NSAwIC4zNzUuMzc1IDAgMCAxIC43NSAwWiIgLz4KPC9zdmc+);
        background-size: auto 45%;
        background-repeat: no-repeat;
        background-position: 50% 44%;
	}
	.yesofferproducts > .yesitem .info .inforow {
		flex-direction: column;
        align-items: flex-start;
        gap: 4px;
	}
    
	.showbasket-creditcards .payment {
		flex-wrap: wrap;
	}
    .b2bHeader {
        flex-direction: column;
        gap: 30px;
		padding: 30px;
    }
	.b2bHeaderRight > div {
		padding: 20px;
	}
    .b2bHeader .b2bHeaderLeft,
    .b2bHeader .b2bHeaderRight {
        width: 100%;
        flex: none;
    }
	#addB2BForm .inputContainer > * {
		width: 100%;
	}
	.catalogue-wrapper > * {
		width: 100%;
	}
	.b2b-categories > a {
		width: 48%;
	}
	.showbasket > .summary {
		width: 100%;
		margin-left: 0;
		/*order: 1;*/
		margin-bottom: 10px;
	}
    /*
	.ShowBasket_Custom_DIV {
		order: 2;
	}
    */
	.slideshow .nivo-dynamic-text {
		left: 0 !important;
	}
	.slide > span > span:not(.slideheader), .slide > span > img, .slideshow .nivo-dynamic-text-header > img, .slideshow .nivo-dynamic-text-link {
		display: none;
	}
	.slideshow .nivo-dynamic-text-inner-content-left {
		align-items: center;
		text-align: center;
	}
	.slideshow .nivo-dynamic-text-teaser {
		font-size: 13px;
	}
	.hideonmobile {
		display: none !important;
	}
    .categoryimage {
        margin: 0 0 20px;
        aspect-ratio: 1000/250;
    }
	header > div {
		flex-wrap: wrap;
	}
	header .logobox {
		order: 1;
	}
	.shortcuts {
		order: 2;
	}
	#Search_Form {
		margin-top: 10px !important;
		order: 3;
		flex: none;
		width: 100%;
	}
    #Search_Form input:placeholder-shown {
        text-overflow: ellipsis;
        
    }
	.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;
    }
	.boxes .nivo-dynamic-text-header {
		font-size: 13px;
		margin-bottom: 0;
	}
	.boxes .nivo-dynamic-text-header img {
		height: 30px;
		width: auto;
	}
	.boxes .nivo-dynamic-text-link {
		display: none;
	}
    
    
    .boxes {
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
    }
    .boxes > div {
        flex-wrap: wrap;
        gap: 0;
        margin: -1%;
        width: auto;
        max-width: none;
    }
    .boxes > div > div {
		width: 48%;
        margin: 1%;
		
	}
    
    .halfbanner [data-slideshow] .slideshowfooter {
        margin-top: 5px;
    }
    .widebanner [data-slideshow] .slideshowheader {
        font-size: clamp(13px, 2vw, 30px);
    }
    
    .categoriescontainer > a {
        flex: auto;
    }
    .categoriescontainer > a:nth-child(n+3) {
        display: none;
    }
    .descriptioncontainer .specs {
		order: 1;
		margin-bottom: 20px;
	}
	.descriptioncontainer .description {
		order: 2;
	}
    
    
    
	.livechat > a {
		width: 22px;
		height: 22px;
		justify-content: center;
		align-items: center;
		padding: 0;
	}
	.livechat svg {
		width: 14px;
	}
    .minibasket .shippingCountdown,
    .minibasket .shippingCountdown.redeemed {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .minibasket .yesoffertitle {
        font-size: 13px;
        padding: 0 0 9px;
    }
	.minibasket {
		width: 100%;
		max-width: 100%;
	}
	.minibasket > * {
		flex: none;
	}
	.minibasket > *:not(.linescontainer) {
		padding-left: 20px;
		padding-right: 20px;
	}
	.minibasket > .header {
		font-size: 18px;
		padding-top: 10px;
		padding-bottom: 10px;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
	}
    .minibasket .closeminibasket {
        position: static;
        right: auto;
        top: auto;
        width: 40px;
        height: 40px;
        transform: none;
        font-size: 18px;
    }
	.minibasket .bottom {
		padding-bottom: 20px;
        display: flex;
        align-items: center;
        gap:10px;
		flex-wrap: wrap;
	}
	.minibasket .bottom > a {
		padding: 11px 15px;
        white-space: nowrap;
        font-size: 12px;
        flex: auto;
	}
    
	.minibasket .bottom > a:first-child {
		margin-bottom: 0;
	}
	.basketButtons {
		margin-top: 0;
	}
    .minibasket .button svg {
        display: none;
    }
	.minibasket .linescontainer {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 30vh;
		flex: none;
		box-shadow: none;
	}
	.minibasket .lines {
		padding: 0 20px;
	}
	.minibasket .line {
		flex-direction: row;
		align-items: flex-start
	}
    .minibasket .lineincdec {
        width: auto;
    }
    .minibasket .line .incdec {
        flex-direction: column-reverse;
        margin: 0 0 0 10px;
        gap:4px;
    }
    .minibasket .line .price {
        display: block;
    }
    .minibasket .line .price .stockinfo {
        margin: 4px 0 0;
    }
	.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;
	}
    .minibasketpayment {
        display: none;
    }
	.basketclosebutton {
		position: relative;
		left: auto;
		top: auto;
	}
	.newsletter {
		flex-direction: column;
	}
	.newsletter > div:first-child > ul {
		flex-direction: column;
		margin: 15px 0;
		align-items: flex-start;
	}
	.newsletter > div:first-child {
		flex: none;
		width: 100%;
	}
	.btnfilter {
		display: flex;
		align-items: center;
        position: relative;
	}
    .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: #2496ee;
        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 .stockshippingmessage {
        display: block;
        white-space: nowrap;
    }
    .toolbar .shippingmessage {
        
    }
	.toolbar .delivery > div > span {
		display: block;
	}
	.toolbar .delivery > .Description_Productinfo {
		font-size: 13px;
	}
    .toolbar .btnfavorites > div {
        display: none;
    }
    .toolbar img {
        margin: 0 9px 0 0;
    }
    
    .SubCats_Categories_DIV {
        padding: 10px;
    }
	.SubCats_Categories_DIV > div {
		width: 98% !important;
		margin: 0 0.1% 1%;
	}
    .sortul {
        display: none;
    }
    .Productlist_Sort_Select {
        margin-left: 10px;
		border-radius: 30px;
		width: 100%;
    }
	.sortby > span {
		width: 115px;
	}
	
	.b2bHeaderRight {
		order: 1;
	}
	.b2bHeaderLeft {
		order: 2;
	}
    
    
    .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);
    }
    
    .ProductList_Custom_DIV:not(.slick-initialized) > div,
    .Favorites_Custom_DIV:not(.slick-initialized) > div {
        width: 48%;
        margin: 0;
    }
    .product .Prices_Custom_UL > li {
        font-size: inherit;
    }
    .product .Prices_Custom_UL > li strike {
        margin-right: 4px;
    }
    .product {
        padding: 11px;
    }
    .product .buy .amountcontainer {
        /*flex: auto;*/
        margin-right: 5px;
    }
    .product .buy .amountcontainer > span {
        width: 30px;
        height: 35px;
    }
    .product .buy .amountcontainer > input[type="number"],
    .product .buy .amountcontainer > input[type="text"] {
        
        height: 35px;
    }
    .product .buy input[type="submit"],
    .product .buy .button {
        height: 35px;
        
    }
    .product .buy input[type="submit"] {
        /*border-radius: 50%;
        aspect-ratio: 1/1;
        */
        height: 37px;
        min-height: 37px;
        /*flex: none;*/
    }
    
    .spacebetween .slick-list {
        margin: 0 -5px;
    }
    .spacebetween .slick-slide {
        margin: 0 5px;
    }
    .CustomersAlsoBought_Custom_DIV:not(.slick-initialized) > :nth-child(n+3) {
        display: none;
    }
    
    .badges > * {
        transform: scale(0.8);
        transform-origin: 0 0;
        top: -7px;
        right: -7px;
    }
    
	
    #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 4px #ee6824;
    }
    #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: #ee6824;
    }
    #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;
    }
    #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: #ee6824;
    }
    #ProductMenu_List li.has-dropdown > a > i:after {
        content: "+";
    }
    #ProductMenu_List li.has-dropdown.active > a > i {
        content: "-";
        background-color: #ee6824;
        color: rgba(255, 255, 255, 1.00);
    }
    #ProductMenu_List li.has-dropdown.active > a > i:after {
        content: "-";
    }
    span.Productmenu_Category_Icon_Container {
        display: none;
    }
	.productcard.blog {
		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;
    }
	.follow input[type="email"], .follow input[type="text"], .follow input[type="submit"] {
		width: 100%;
		margin-bottom: 10px;
	}
	.follow form > label {
		padding: 0;
	}
	.newsletter > div:first-child {
		margin-bottom: 20px;
	}
	.footermenu.noborder {
		border-left: 2px solid #ee6824;
	}
	.footermenu:before {
		content: "";
		position: absolute;
		top: -5px;
		left: -6px;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
	}
}


.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}


