@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700');

#ShopMainLayOutTable {
	display:none;
}
body, html {
	height: 100%;
}
body {
	margin:0;
	overflow-x: hidden;
}
body.showBasket {
	overflow: hidden;
}
body, input, textarea, select, td.VariantGroupLabel {
	font-family:'Montserrat', sans-serif;
	color:#484848;
	font-size:13px;
	font-weight:normal;
}
article {
	line-height: 1.8em;
}
article [style*="font-family"] {
	font-family:'Montserrat', sans-serif !important;
	font-size: 13px !important;
	text-align: left !important;
	color:#484848 !important;
}
a {
	color:#000;
}
a:hover {

}
label[for=res4]{
display: none !important;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border:0;
}
input {
	outline: none;
}
input[type="submit"], input[type="button"], #checkout-container input#confirm-complete-button, a.button {
	font-weight:300;
	border:none;
	color:#fff;
	cursor:pointer;
	background: rgb(56,175,72);
	background: -moz-linear-gradient(top, rgba(56,175,72,1) 0%, rgba(50,158,66,1) 100%);
	background: -webkit-linear-gradient(top, rgba(56,175,72,1) 0%,rgba(50,158,66,1) 100%);
	background: linear-gradient(to bottom, rgba(56,175,72,1) 0%,rgba(50,158,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38af48', endColorstr='#329e42',GradientType=0 );
	-webkit-appearance: none;
	display:inline-block;
	font-size:17px;
	padding:10px 25px;
	text-decoration:none;
	border-radius: 4px;
	text-align: center;
	outline: none;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea {
	display: block;
	width: 100%;
	border: 1px solid #dfdfdf;
	height: 37px !important;
	padding: 0 10px;
	outline: none;
	border-radius:3px;
}
textarea {
	height: 80px !important;
	padding: 10px;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #dfdfdf;
    background-color: #FFF;
    padding: 0px 30px 0px 15px;
    height: 34px !important;
	outline: none;
	border-radius:3px;
    background-image: url('/images/skins/Bewise/images/select-arrow-down.svg');
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: calc(100% - 10px) 50%;
	cursor:pointer;
}

h1, .Heading_Productmenu, .Heading_Terms, .Heading_Profile, .Heading_AdvancedSearchPage, .Heading_ShowBasket_Master, #checkout-container h1.checkout-headline, .Heading_B2Blogin, .SubCatsProcuctsHeading, .Heading_Customer, .Heading_ProductList, .Heading_Favorites, .Heading_OrderStep4, .relatedHeader {
	font-weight:400;
	display: block;
	text-align: center;
	font-size: 25px;
	letter-spacing: 1px;
	padding: 0 0 30px;
	margin: 0px 0px 40px;
	border: 0;
	position: relative;
}
h1 [style*="font-family"] {
	font-size: 25px !important;
	font-weight: 400 !important;
}
.relatedHeader {
	margin-top: 60px;
}
h1:empty, .relatedHeader:empty {
	display: none;
}
h1:after, .SubCatsProcuctsHeading:after, .relatedHeader:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 25%;
	height: 2px;
	content: "";
	transform: translateX(-50%);
	background-color:rgba(227,227,227,1.00);
}
h2 {
	font-size:16px;
	font-weight:normal;
	padding:0;
	margin:0 0 10px;
}
h1 + h2 {
	margin: 0 auto;
	width: 800px;
	max-width: 100%;
	line-height: 1.9em;
	text-align: center;
}
h3 {
	font-size: 15px;
	margin: 0 0 10px;
	padding: 0;
	font-weight: normal;
}
.wrapper {
	position: relative;
	left: 0;
	transition: left 0.3s ease-in-out;
}
.wrapper:before {
	content: "";
	top: -90000px;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0,0,0,.40);
	position: absolute;
	z-index: 700;
	transition: opacity 0.3s ease-in-out;
}
body.showBasket .wrapper {
	left: -350px;
	height: 100%;
	overflow: hidden;
	opacity: .6;
}
/*
body.showBasket .wrapper:before {
	opacity: 1;
	top: 0;
}
*/
header {
	position:relative;
	z-index: 400;
	background-color: rgba(255,255,255,1.00);
}
header > section {
	width:1470px;
	max-width:90%;
	margin:0 auto;
	position:relative;
	height:105px;
}

.shoplogo {
	position:absolute;
	display:block;
	width:15%;
	top:50%;
	left:0;
	transform:translateY(-50%);
}
.shoplogo img {
	display: block;
	width: 100%;
}

header .emaerket {
	text-decoration: none;
	position: absolute;
	right: 200px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	color: rgba(0,0,0,1.00);
}
header .emaerket > * {
	display: inline-block;
	vertical-align: middle;
}
header .emaerket img {
	width: 40px;
}
header .emaerket span {
	padding: 0 0 0 10px;
}
.miniBasket {
	position:absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
	cursor:pointer;
	display: flex;
	align-items: center;
}
.miniBasket > div {
	border-left: 1px solid rgba(0,0,0,.1);
	padding-left: 12px;
	margin-left: 12px;
}
.miniBasket > i {
	font-size: 30px;
	color: rgba(0,0,0,.1);
}
.miniBasket .price {
	font-weight: bold;
	color: #ce1c22;
}
.miniBasket .price .currency {
	padding-left: 3px;
}
.miniBasket .creditcards {
	display: none;
}

.basket {
	position: fixed;
	left: 100%;
	top: 0;
	height: 100%;
	width: 350px;
	background-color: rgba(255,255,255,1.00);
	z-index: 800;
	display: flex;
	flex-direction: column;
	transition: all 0.3s ease-in-out;
}
.basket > .header {
	flex: none;
	background-color: #ce1c22;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 18px;
	padding: 15px 40px 15px 20px;
	color:rgba(255,255,255,1.00);
	position: relative;
}
.basket > .header i {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.basketFees {
	display: flex;
	border-top: solid 1px rgba(234,234,234,1.00);
	padding: 10px 0 0;
	margin: 10px 0 0;
}
.basketFees > span {
	flex: auto;
}
.basketFees > span:last-child {
	text-align: right;
}
.basketTotal {
	display: flex;
	border-top: solid 1px rgba(234,234,234,1.00);
	padding: 10px 0 0;
	margin: 10px 0 0;

}
.basketTotal > strong {
	color: #ce1c22;
	font-weight: bold;
	text-align: right;
	flex: auto;
}
.basket .basketContent {
	flex: auto;
	-webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
	padding: 20px 20px;
}
.basket .Products_Basket_TBL td {
	vertical-align: top;
}
.basket .Products_Basket_TBL a {
	display: block;
	padding: 0 10px;
}
.basket .basketEmptyText {
	display: none;
}
.basket > .buttons {
	flex: none;
	padding: 20px;
	display: flex;
}
.basket > .buttons > * {
	flex: auto;
}
.basket > .buttons :first-child {
	margin-right: 10px;
	background: rgb(53,53,53);
	background: -moz-linear-gradient(top, rgba(53,53,53,1) 0%, rgba(33,33,33,1) 100%);
	background: -webkit-linear-gradient(top, rgba(53,53,53,1) 0%,rgba(33,33,33,1) 100%);
	background: linear-gradient(to bottom, rgba(53,53,53,1) 0%,rgba(33,33,33,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#212121',GradientType=0 );
}
.basket .miniBasket, .basket .creditcards {
	display: none;
}
body.showBasket .basket {
	left: calc(100% - 350px);
	box-shadow: 0 0 30px rgba(0,0,0,.3);
    z-index: 99999999;
}
.basket.basketEmpty .basketFees, .basket.basketEmpty .basketTotal, .basket.basketEmpty > .buttons {
	display: none;
}

.usp {
	display: none;
}
.usp.slick-slider {
	position: absolute;
	right: 14%;
	top: 50%;
	transform: translateY(-50%);
	width: 20%;
}
.usp .slick-slide {
	text-align: center;
}
.usp .slick-slide a {
	display: block;
	text-decoration: none;
}
.usp strong {
	display: block;
}
.usp strong i {
	color: rgb(56,175,72);
	margin-right: 6px;
}
.usp small {
	color: rgba(137,137,137,1.00);
}

#Search_Form {
	position:absolute;
	left:28%;
	top:50%;
	width:33%;
	transform:translateY(-50%);
	display: block;
}
#Search_Form .SearchTitle_SearchPage,
#Search_Form .nbsp,
#Search_Form br {
	display:none;
}
#Search_Form .SearchField_SearchPage {
	color: #000;
	background-color: rgba(255, 255, 255, 1);
	padding: 0px 15px 0px 17px;
	border: 1px solid rgba(129,129,129,.2);
	border-radius: 7px;
	font-weight: normal;
	letter-spacing: 1px;
	display: block;
	width: 100%;
	height:46px !important;
}
#Search_Form .SubmitButton_SearchPage {
	display: none;
}


article {
	width:1470px;
	max-width:90%;
	margin:0 auto;
	padding: 30px 0;
	position:relative;
	z-index: 10;
}
article:after {
	content:"";
	clear:both;
	display:block;
}
aside:empty {
	display: none;
}



.btnFilter {
    border: 1px solid #dfdfdf;
    background-color: #FFF;
    padding: 8px 15px;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
	display: none;
}
.btnFilter i {
	margin: 0 8px 0 0;
}
.btnFilterClose {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 30px;
	cursor: pointer;
	color:rgba(0,0,0,1.00);
}
table.value-slider-wrapper {
	display: none;
}


.pageBanner {
	text-decoration: none;
	position: relative;
	overflow: hidden;
}


.pageBanner img {
	width: 100%;
	display: block;
}
.pageBanner + article {
	margin-top: -15%;
	padding: 40px;
	background-color: rgba(255,255,255,1.00);
}
.pageBanner > span {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 900px;
	text-align: center;
	max-width: 90%;
	transform: translate(-50%,-50%);
	z-index: 30;
	color: rgba(255,255,255,1.00);
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
.pageBanner > span strong {
	display: block;
	font-size: 40px;
	font-weight: normal;
	text-transform: uppercase;
}
.pageBanner > span i {
	font-style: normal;
	font-size: 16px;
	line-height: 1.9em;
	margin: 20px auto 0;
	display: block;
	width: 600px;
	max-width: 100%;
}
.pageBanner > span small {
	border: solid 1px rgba(255,255,255,1.00);
	padding: 20px 40px;
	display: inline-block;
	margin: 20px 0 0;
	font-size: 17px;
	font-weight: normal;
}
.Text1_FrontPage, .Text2_FrontPage {
	display:block;
	margin:0 0 100px;
}
.Text1_FrontPage img, .Text2_FrontPage img {
	max-width: 100%;
}
.Text1_FrontPage p, .Text2_FrontPage p {
	line-height: 1.8em;
}
.Text1_FrontPage .columns, .Text2_FrontPage .columns {
	column-count: 2;
	column-gap: 3.5%;
}
.Text1_FrontPage:empty, .Text2_FrontPage:empty {
	display: none;
}
.frontpageBoxContainer{
	display: flex;
	/* max-width: 90%; */
	margin: 0 -1%;
}

.frontpageBoxContainer > div{
	flex: auto;
	margin: 0 1%;
	/* box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.26); */
}

.frontpageBoxContainer > div:nth-of-type(2n){
	width: 23%;
	flex: none;
}
.frontpageBoxContainer > div:nth-of-type(2n) > div{
	position: relative;
}

.frontpageBoxContainer > div:nth-of-type(2n) > div:nth-of-type(2n -1){
	margin-bottom: 5%;
}

.frontpageBoxContainer > div:nth-of-type(2n) > div img{
	/* position: relative; */
	width: 100%;
}

.frontpage_spotlights{
	margin: 0 -1%;
	display: flex;
	margin-top:20px;
	margin-bottom: 40px;
}
.frontpage_spotlights > div{
	margin: 0 1%;
	width: 49%;
	position: relative;
	/* box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.26); */
}

.frontpage_spotlights img{
	width: 100%;
}

.frontpage_spotlights span{
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	background: #282525;
	margin-bottom: 5px;
	padding: 4px 22px;
	position: absolute;
    bottom: 25px;
    right: 0;
}

.frontpageBoxContainer > div:nth-of-type(2n) > div span{
	display: inline-block;
	padding: 4px 22px;
	color: #fff;
	text-transform: uppercase;
	background: #282525;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	position: absolute;
	bottom: 25px;
	right: 18px
}

.dd-theme-default .nivo-directionNav a {
	opacity: 1 !important;
}

.frontpageBoxContainer .nivo-dynamic-text{
top: unset !important;
}

.frontpageBoxContainer .nivo-dynamic-text-inner-content {
	background: none;
	width: 840px;
	position: absolute;
	left: 0;
	top: unset !important;
	bottom:50px !important;
}
.frontpageBoxContainer .nivo-dynamic-text-inner-content  a{
	color: #ff6600;
}
.frontpageBoxContainer .nivo-dynamic-text-inner-content .nivo-dynamic-text-teaser {
	font-size: 14px;
	font-weight: 400;
	color: #2f2f2f;
	background: #fff;
	margin-top: 5px;
	text-transform: uppercase;
	padding: 6px 25px;
	display: inline-block;
}
.frontpageBoxContainer .nivo-dynamic-text-inner-content .nivo-dynamic-text-teaser:empty {
	display: none;
}

.frontpageBoxContainer .nivo-dynamic-text-inner-content .nivo-dynamic-text-header {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	background: #282525;
	padding: 8px 25px;
	display: inline-block;
}

body.webshop-frontpage .slider-wrapper{
	margin: 0 !important;
}

.brandsSlider {
	margin-bottom: 40px;
}
.brandsSlider .slick-list {
    margin: 0 -10px;
  }
.brandsSlider .slick-slide {
	position: relative;
	margin: 0 10px;
}
.brandsSlider .slick-slide:before {
	content: "";
	border: solid 2px rgba(255,255,255,1.00);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
}
.brandsSlider .slick-slide:after {
	content: "";
	border: solid 1px rgba(239,239,239,1.00);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	position: absolute;
}

.select_option_to_hide{
	opacity: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	display: none;
}

.fpBoxes {
	margin: 0 -1% 70px;
	display: flex;
}
.fpBoxes > div {
	flex: auto;
	margin: 0 1%;
}
.fpBoxes > div:first-child {
	flex: none;
	width: 48.65%;
}
.fpBoxes a, .fpBoxes img {
	display: block;
	width: 100%;
	position: relative;
}
.fpBoxes .title {
	display: inline-block;
	background-color: rgba(236,236,236,.80);
	font-weight: bold;
	padding: 20px 30px;
	font-size: 30px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.fpBoxes > div:last-child .title {
	font-size: 18px;
	padding: 10px 20px;
}
.fpBoxes > div:last-child {
	display: flex;
	flex-wrap: wrap;
}
.fpBoxes > div:last-child > * {
	width: 48%;
}
.fpBoxes > div:last-child > :nth-child(-n+2) {
	margin-bottom: 4%;
}
.fpBoxes > div:last-child > :nth-child(2n+1) {
	margin-right: 4%;
}






#ProductmenuContainer_DIV {
	background-color:rgba(255,255,255,1.00);
	border-top: solid 1px rgba(238, 238, 238, 1);
	border-bottom: solid 1px rgba(238, 238, 238, 1);
	position:relative;
	width:100%;
	z-index:200;
}
/*
span.ProductMenu_Category_Icon_Container {
	display:none;
}
*/
.Heading_ProductMenu {
	display:none;
}
#ProductMenu_List {
	padding:0;
	list-style-type:none;
	width:1470px;
	max-width:90%;
	margin:0 auto;
	display: flex;
	position: relative;
}
#ProductMenu_List > li {
	flex: auto;
	max-width: 200px; /* TEMP */
}
#ProductMenu_List > li > a {
	display:block;
	padding:14px 10px 14px 0;
	text-decoration:none;
	position:relative;
	font-size: 13px;
	letter-spacing: 1px;
}
#ProductMenu_List > li > a > i {
	color: rgba(0,0,0,.1);
	margin: 0 8px 0 0;
}
#ProductMenu_List > li > a, #ProductMenu_List > li > a > .ProductMenu_MenuItemBold {
	font-weight: 600;
}
#ProductMenu_List > li.active > a {
	color: #ce1c22;
}
#ProductMenu_List > li.has-dropdown > a {
	display: flex;
	align-items: center;
}
#ProductMenu_List > li.has-dropdown > a:after {
	content: "\f078";
	color: rgba(168,168,168,1.00);
	margin-left: 6px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 10px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#ProductMenu_List > li > ul, #ProductMenu_List > li > div {
	display: none;
	background-color: rgba(255,255,255,1.00);
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	margin: 0;
	list-style-type: none;
	padding: 30px;
	position: absolute;
}
#ProductMenu_List > li.hasImages > ul, #ProductMenu_List > li.hasMega > ul {
	width: 100%;
	left: 0;
}

#ProductMenu_List > li.hasImages > ul {
	padding-right: 0;
	padding-bottom: 0;
	align-items: flex-end;
}
#ProductMenu_List > li.hasImages > ul > li {
	margin-right: 30px;
	max-width: 16.66%;
}


#ProductMenu_List > li > div > div > a {
	display: block;
	text-decoration: none;
	padding: 5px 0;
	border-bottom: solid 1px rgba(229,229,229,1.00);
}
#ProductMenu_List > li > div > div > a:first-child {
	padding-top: 0;
}
#ProductMenu_List > li > div > div > a:last-child {
	padding-bottom: 0;
	border: none;
}
#ProductMenu_List > li:hover > div, #ProductMenu_List > li:hover > ul {
	display: flex;
}


#ProductMenu_List > li > ul {
	flex-wrap: wrap;
}
#ProductMenu_List > li > ul > li {
	flex: none;
	width: 16.66%;
	margin-bottom: 30px;
}
#ProductMenu_List > li > ul > li > a, #ProductMenu_List > li > ul > li > a > .ProductMenu_MenuItemBold {
	font-weight: normal;
}
#ProductMenu_List > li > ul > li > a {
	font-size: 18px;
	text-decoration: none;
	display: block;
}
#ProductMenu_List > li > ul > li > ul {
	margin: 0;
	padding: 10px 0 0;
	list-style-type: none;
}
#ProductMenu_List > li > ul > li > ul > li {
	padding-top: 3px;
}
#ProductMenu_List > li > ul > li > ul > li > a, #ProductMenu_List > li > ul > li > ul > li > a > .ProductMenu_MenuItemBold {
	font-weight: normal;
}
#ProductMenu_List > li > ul > li > ul > li > a {
	text-decoration: none;
	color: rgba(135,135,135,1.00);
	display: block;
}
#ProductMenu_List > li > ul > li > ul > li:hover > a {
	color: #ce1c22;
}
#ProductMenu_List > li > ul > li > ul > li > ul {
	display: none;
}


#ProductMenu_List span.Productmenu_Category_Icon_Container {
	display: block;
	font-size: 0;
}
span.Productmenu_Category_Icon_Container img {
	display: block;
	width: 100%;
	margin: 0 0 15px;
	border-radius: 3px;
}

#ProductMenu_List ul:empty {
	display: none;
}




/*
#ProductMenu_List > li:hover > div {
	display: flex;
}
#ProductMenu_List > li > div > div > a, #ProductMenu_List > li > div > div > a > span {
	font-weight: normal;
}
#ProductMenu_List > li > div > div:not(:first-child) {
	padding-left: 30px;
}
#ProductMenu_List > li > div > div:not(:last-child) {
	padding-right: 30px;
	border-right: solid 1px rgba(235,235,235,1.00);
}
#ProductMenu_List > li > div > div > a {
	display: block;
	text-decoration: none;
	margin: 0 0 10px;
	min-width: 150px;
	font-size: 14px;
}
#ProductMenu_List > li > div > div > a:last-child {
	margin-bottom: 0;
}
*/

.dropdownContainer {
	display: none;
	box-shadow: 0 20px 50px rgba(168,168,168,.2);
	background: rgb(244,244,244);
	background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 47%);
	background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(255,255,255,1) 47%);
	background: linear-gradient(to bottom, rgba(244,244,244,1) 0%,rgba(255,255,255,1) 47%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
}
.dropdownContainer > ul {
	width: 1470px;
    max-width: 90%;
    margin: 0 auto;
	padding: 40px 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
.dropdownContainer > ul > li {
	text-align: center;
	flex: auto;
	max-width: 10%;
	margin-right: 3%;
	border-radius: 5px;
}
.dropdownContainer > ul > li > a {
	display: block;
	padding: 5px 10px;
	background-color:rgba(49,49,49,1.00);
	color: rgba(255,255,255,1.00);
	border-radius: 5px;
	text-decoration: none;
}
.dropdownContainer > ul > li > span.ProductMenu_Category_Icon_Container + a {
	border-radius: 0 0 5px 5px;
}
.dropdownContainer > ul > li:last-child {
	margin-right: 0;
}
.dropdownContainer > ul > li ul {
	display: none;
}
.dropdownContainer span.ProductMenu_Category_Icon_Container {
	display: block;
	font-size: 0;
}
.dropdownContainer span.ProductMenu_Category_Icon_Container img {
	border-radius: 5px 5px 0 0;
	width: 100%;
}

a#ActiveCategory_A {
	display:none !important;
}




/* PRODUCTLIST */
.SubCats_Categories_Container ~ .ProductList_Custom_DIV {
	padding-top: 50px;
}
.productlistTools {
	margin: 30px 0 30px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.productlistTools:empty {
	display: none;
}
.productlistTools > * {
	margin: 0 5px;
}
.productlistTools .found {
	display: none;
}
#Productlist_Sort_table {

}
.category-description {
	display: none;
	margin: 0 0 30px;
}
.category-description.active {
	display: block;
}
.category-description:empty {
	display: none;
}

.SubCats_Categories_Container + h1:empty + .category-description + .productlistTools {
	display: none;
}

.Frontpage_Custom_UL, .ProductList_Custom_UL, .Related_Custom_UL, .CustomersAlsoBought_Custom_UL {
	padding:0;
	margin:0 -2%;
	list-style-type:none;
	display: flex;
	flex-wrap: wrap;
}
.Frontpage_Custom_UL {
	margin-bottom: 40px;
}
.Frontpage_Custom_UL:empty {
	display: none;
}
.Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li {
	width:21%;
	margin: 0 2% 4%;
	flex: none;
	position: relative;
}
.Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li {
	width: 16%;
}
li > form {
	height: 100%;
}
li .product {
	position:relative;
	background-color:#fff;
	transition: all 0.3s ease-in-out;
	height: 100%;
}
li .product img {
	max-width:100%;
}
li .product .image {
	position:relative;
}
li .product .image > a:first-child {
	display: block;
	width: 100%;
}
li .product .image > a:first-child img {
	display: block;
	width: 100%;
}
li .product a[href*="AddFavorite"] {
	display: none;
	position: absolute;
	bottom: 20px;
	right: 0;
	font-size: 17px;
}
li .product .info {
	display: flex;
	padding: 20px 0;
}
li .product .name {
	flex: auto;
	padding: 0 15px 0 0;
	font-size: 11px;
}
li .product .name > a {
	display:block;
	text-decoration:none;
}
li .product .name small {
	color: rgba(111,111,111,1.00);
}
li .product .image span.manufacturer:not(:empty) {
	color: rgba(152,152,152,1.00);
	display: block;
	position: absolute;
	width: 20%;
	z-index: 20;
	bottom: 0;
	left: 0;
}
li .product .PriceStriked_Productlist {
	display: none;
}
li .product .price {
	color: #ce1c22;
	text-align: right;
	flex: auto;
}
li .product .price strike {
	font-weight: normal;
	color: rgba(174,174,174,1.00);
	font-size: 80%;
	display: block;
}
li .product .price .currency {
	padding: 0 0 0 5px;
}
li .product div.manufacturer {
	display: none;
}
li .product .buy {
	display: none;
}
li .product input[type="text"] {
	display:none;
}
li .product input[type="image"] {
	width:100%;
	display:block;
}
li .product .news {
	display: none;
	position:absolute;
	top:10px;
	right:10px;
	z-index: 20;
	background-color:rgba(0,0,0,1.00);
	color:rgba(255,255,255,1.00);
	padding:4px 15px;
	font-size:12px;
}
li .product .news img {
	display: none;
}

.variantcolors {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.variantcolors small {
    flex: none;
    width: 100%;
    font-size: 11px;
}
.variantcolors > a {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 5px 5px 0 0;
    flex: none;
    position: relative;
}
.variantcolors > a.active {
    box-shadow: 0 0 15px 2px rgb(0,0,0,.4);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: 50% 50%;
}
/*
.variantcolors > a.active:after {
    content: "";
    border-radius: inherit;
    top: 50%;
    left: 50%;
    width: 115%;
    height: 115%;
    position: absolute;
    transform: translate(-50%,-50%);
    border: solid 3px #ed5400;
    z-index: 1;
}
*/
.variantcolors > a.active:before {
    content: "";
    border-radius: inherit;
    top: 50%;
    left: 50%;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    position: absolute;
    transform: translate(-50%,-50%);
    border: solid 2px #ffffff;
    z-index: 2;
}

.variantscontainer {
    display: block;
    margin-top: 5px;
    flex: auto;
}
.variantscontainer > * {
    margin: 2% 2% 0 0;
    text-decoration: none;
    border: solid 1px rgba(178,178,178,1.00);
    padding: 1px 5px;
    font-size: 10px;
    border-radius: 2px;
    white-space: nowrap;
    display: inline-block;
}

/*
.VariantGroup .variantBox {
    display: flex;
}
.VariantGroup .variantBox div {
	margin: 2%;
    flex: none;
	text-decoration: none;
	border: solid 1px rgba(178,178,178,1.00);
	padding: 10px;
	font-size: 15px;
	border-radius: 2px;
	white-space: nowrap;
	display: inline-block;
	text-align: center;
}
.VariantGroup .variantBox div:hover, .VariantGroup .variantBox div.active {
	background-color: #000;
	color: #fff;
}
*/


.webshop-productlist .variantscontainer {
	display: none;
}
.webshop-productlist .variantcolors ~ .variantscontainer {
    display: block;
}


td.VariantGroupLabel {
    padding-bottom: 5px;
    font-weight: bold;
}
.VariantGroup .variants,
.variantBox {
	display: flex;
	flex-wrap: wrap;
    margin: -1%;
}
.VariantGroup .variants .variant,
.variantBox > div {
	cursor: pointer;
    flex: none;
    width: 18%;
    margin: 1%;
    border: solid 1px rgba(235,235,235,1.00);
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}.variantBox > div {
    width: auto;
    min-width: 18%;
}
.VariantGroup .variants .variant:hover:not(.active),
.variantBox > div:hover:not(.active) {
    background-color: rgba(235,235,235,.40);
}
.VariantGroup .variants .variant.active,
.variantBox > div.active {
	border-color: #ce1c22;
}
.VariantGroup .variants .variant img {
    width: 100%;
    height: auto;
    apspect-ratio: 1/1;
    object-fit: contain;
    object-position: 50% 50%;
    display: block;

}



.webshop-productinfo .VariantGroup {
	width: 100%;
}
.webshop-productinfo .VariantGroup.bewise select {
	display: none;
}

.product select {
	display: none;
}

/* COURSE PRODUCT */
li .product-course {
	display: flex;
	flex-direction: column;
}
li .product-course .name {
	flex: auto;
}
li .product-course .name > a {
	font-size: 14px;
	color: #000;
}
li .product-course .name > small {
	color: #888;
	font-size: 12px;
}
li .product-course .info {
	display: flex;
	align-items: center;
	border-top: 1px solid rgba(0,0,0,.15);
	padding: 10px 0;
	margin-top: 10px;
}
li .product-course .price {
	text-align: left;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
li .product-course .price sup {
	font-size: 12px;
}
li .product-course .time {
	font-size: 12px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
li .product-course .time svg {
	width: 16px;
	height: 16px;
	margin-left: 6px;
}

.no-procucts-found-on-empty-list {
	display: none;
}

.moveToCenter {
	margin: 40px 0 0;
}

.moveToCenter.moveToCenterReadMore {
	height: 500px;
	overflow: hidden;
	position: relative;
}
.moveToCenter.moveToCenterReadMore::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
	pointer-events: none;
}
.moveToCenterBottom {
	text-align: center;
	margin-top: 15px;
}
.moveToCenterButton {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #eee;
	cursor: pointer;
}
.moveToCenterButton::after {
	content: attr(data-show);
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#moveToCenterTrigger:checked + .moveToCenterReadMore {
	height: auto;
}
#moveToCenterTrigger:checked + .moveToCenterReadMore::after {
	display: none;
}
#moveToCenterTrigger:checked + .moveToCenterReadMore + .moveToCenterBottom .moveToCenterButton::after {
	content: attr(data-hide);
}

.OptionSelect_ProductInfo {
	max-width: 200px;
}

.product div.Element_Overlay_Container_DIV,
.product .Element_Overlay_ProdList_SpecialOfferContainer_DIV,
.product div.Element_Overlay_ProductInfo-relatedContainer_DIV,
.productcard div.Element_Overlay_ProdInfo_SpecialOfferImage_DIV {
	display:none;
}
.product div.Element_Overlay_ProdList_SpecialOfferDIV,
.product div.Element_Overlay_ProdList_SavingsDIV,
.product div.Element_Overlay_Frontpage_SavingsDIV,
.product div.Element_Overlay_ProductInfo-related-savingsDIV,
.product div.Element_Overlay_ShowBasket-related-savingsDIV {
	position:relative;
	display:block;
}
li div.Element_Overlay_Frontpage_SavingsContainer_DIV,
li div.Element_Overlay_ProdList_SavingsContainer_DIV,
li div.Element_Overlay_Frontpage_SavingsContainer_DIV,
li div.Element_Overlay_ProductInfo-related-savingsContainer_DIV,
li div.Element_Overlay_ShowBasket-related-savingsContainer_DIV,
.productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV {
	top:20px;
	left:20px;
	right: auto;
	bottom: auto;
	position: absolute;
	background-color:#3f9df8;
	padding: 4px 10px;
}
li .Element_Overlay_Frontpage_SavingsImage_DIV,
li .Element_Overlay_ProdList_SavingsImage_DIV,
li .Element_Overlay_ProductInfo-related-savingsImage_DIV,
li .Element_Overlay_ProductInfo-customersboughtImage_DIV,
li .Element_Overlay_ShowBasket-related-savingsImage_DIV,
.productcard div.Element_Overlay_ProdInfo_SavingsImage_DIV{
	display:none;
}
li div.Element_Overlay_ProdList_SavingsText_DIV,
li div.Element_Overlay_Frontpage_SavingsText_DIV,
li div.Element_Overlay_ProductInfo-related-savingsText_DIV,
li div.Element_Overlay_ShowBasket-related-savingsText_DIV,
.productcard div.Element_Overlay_ProdInfo_SavingsText_DIV {
	color: rgba(255, 255, 255, 1);
	position: relative;
	top: auto;
	font-size: 12px;
	padding: 0;
}
.productcard div.Element_Overlay_ProdInfo_SavingsText_DIV {
	font-size:25px;
}



/* BOOKING */
.faq_container h2{
	margin: 0 !important;
	font-size: 14px;
	font-weight: blod;
}

.faq_container > ul{
	list-style-type: none;
	margin:0;
	padding: 0;
}

.faq_container > ul > li{
	border-bottom: solid 1px #EAEAEA;
	margin: 0;
	padding: 0;
	border-left: 0;
	border-right: 0;
	text-decoration: none;
	cursor: pointer;
	padding-left: 15px;
}

.faq_container > ul > li:hover,li.focus{
	background-color: whitesmoke;
	background-image: linear-gradient(90deg, #68B572 0%, #68B572 8px, transparent 8px, transparent 100%)
}
.faq_container > ul > li >.faq_header{
	background-color: fff;
	color: #222;
	padding: 8px 19px;
	position: relative;
}

.faq_container > ul > li.focus >.faq_header::before{
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.faq_container > ul > li >.faq_header::before{
		background-image: url('data:image/svg+xml;charset=utf-8,<%3Fxml%20version%3D"1.0"%20encoding%3D"utf-8"%3F>%0D%0A<svg%20version%3D"1.1"%20id%3D"Layer_1"%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20xmlns%3Axlink%3D"http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink"%20x%3D"0px"%20y%3D"0px"%0D%0A%09%20viewBox%3D"0%200%2010%207.5"%20style%3D"enable-background%3Anew%200%200%2010%207.5%3B"%20xml%3Aspace%3D"preserve">%0D%0A<path%20fill%3D"%23444444"%20fill-opacity%3D"1"%20stroke-width%3D"0.2"%20stroke-linejoin%3D"round"%20d%3D"M0%2C0l5%2C7.5L10%2C0H0z"%2F>%0D%0A<%2Fsvg>%0D%0A');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    left: 0;
    position: absolute;
    top: .85em;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    -moz-transition: -moz-transform 150ms ease-in-out;
    -o-transition: -o-transform 150ms ease-in-out;
    -webkit-transition: -webkit-transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
		width: 12px;
		content:'';
}


.faq_container > ul > li > .faq_content{
	display: none;
	padding: 5px 5px 10px 5px;
}


.MainTable_Configurator_ProductInfo {
	width: 100%;
	margin: 0 0 15px;
}
.MainTable_Configurator_ProductInfo > tbody > tr {
	display: flex;
	margin: 0 -1%;
}
.MainTable_Configurator_ProductInfo > tbody > tr > td {
	flex: none;
	margin: 0 1%;
}
.MainTable_Configurator_ProductInfo > tbody > tr:first-child > td:nth-child(3),
.MainTable_Configurator_ProductInfo > tbody > tr:first-child > td:nth-child(6),
.MainTable_Configurator_ProductInfo > tbody > tr:first-child > td:nth-child(5) {
	display: none;
}

.MainTable_Configurator_ProductInfo > tbody > tr:first-child > td:nth-child(1),
.MainTable_Configurator_ProductInfo > tbody > tr:nth-child(n+2) > td:nth-child(1):not(.HeaderCell_GroupName_Configurator_ProductInfo){
	width: auto !important;
	flex: auto;
}
.MainTable_Configurator_ProductInfo > tbody > tr:first-child > td:nth-child(2),
.MainTable_Configurator_ProductInfo > tbody > tr:nth-child(n+2) > td:nth-child(5){
	width: 17% !important;
	text-align: center !important;
}
.MainTable_Configurator_ProductInfo > tbody > tr:first-child > td:nth-child(6),
.MainTable_Configurator_ProductInfo > tbody > tr:nth-child(n+2) > td:nth-child(7){
	width: 18% !important;
	text-align: right !important;
}
.MainTable_Configurator_ProductInfo > tbody > tr:nth-child(n+2) > td:nth-child(2),
.MainTable_Configurator_ProductInfo > tbody > tr:nth-child(n+2) > td:nth-child(3),
.MainTable_Configurator_ProductInfo > tbody > tr:nth-child(n+2) > td:nth-child(4),
.MainTable_Configurator_ProductInfo > tbody > tr:nth-child(n+2) > td:nth-child(6),
.MainTable_Configurator_ProductInfo > tbody > tr:nth-child(n+2) > td:nth-child(9),
.MainTable_Configurator_ProductInfo > tbody > tr:nth-child(n+2) > td:nth-child(8){
	display: none;
}
.MainTable_Configurator_ProductInfo > tbody > tr.configurator-seperator, .MainTable_Configurator_ProductInfo > tbody > tr.configurator-seperator ~ tr {
	display: none;
}
.MainTable_Configurator_ProductInfo .Product_UnitPrice_Configurator_ProductInfo {
	border: none;
	text-align: right !important;
	padding: 0 !important;
}
.MainTable_Configurator_ProductInfo input, .MainTable_Configurator_ProductInfo select {
	height: 37px !important;
	margin-bottom: 10px;
}

div.datepicker {
	width: 100%;
}
.buydiv {
    display: flex;
}
.buydiv img {
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 10px;
}
/*
.productcard.booking .amountWrapper {
	display: block;
}
.productcard.booking .amountWrapper .amountWrapperHeadline {
	display: block;
}
.productcard.booking .amountWrapper input[type="number"] {
	margin: 0;
	height: 37px;
}
*/
.productcard.booking .Variants > * {
	position: relative;

	padding: 15px;
	box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.productcard.booking .VariantGroup {
	width: 100%;
}
.productcard.booking .VariantGroupLabel {
	padding-bottom: 5px;
}
.groupNumber {
	position: absolute;
	top: -10px;
	left:-10px;
	display: inline-block;
	padding: 6px 0 0;
	background-color: rgba(104,181,114,1.00);
	color: rgba(255,255,255,1.00);
	text-align: center;
	line-height: 1;
	border-radius: 50%;
	width: 25px;
	height: 25px;
}
.selectButtons {
	display: flex;
	margin: 0 -2%;
}
.selectButtons > * {
	flex: auto;
	margin: 0 2%;
	border: solid 1px rgba(208,208,208,1.00);
	padding: 10px;
	text-align: center;
	text-decoration: none;
	cursor: default;
	border-radius: 3px;
}
.selectButtons > *.active {
	border-color:rgba(161,219,167,1.00);
	background-color:rgba(201,238,202,1.00);
	color:rgba(68,104,70,1.00);
	cursor: default;
}

.configurator-wrapper .SandwichInfoVariantGroupLabel{
	padding:0;
	margin:0;
	font-weight: bold;
}
.configurator-wrapper .SandwichInfoInput{
	width: 50%;
}
.configurator-wrapper .SandwichInfoVariantGroup{
	margin-bottom: 5px;
}
.calendar.disabled {
	pointer-events: none;
	opacity: .3;
}


div[data-type*="type"] {
	display: flex;
	margin-bottom: 30px;
	position: relative;
}
div[data-type*="type"] > * {
	flex: none;
}
div[data-type*="type"] .image {
	position: relative;
	overflow: hidden;
}
div[data-type*="type"] .image img {
	display: block;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
div[data-type*="type"] .text {
	padding: 6%;
	line-height: 1.7em;
}
div[data-type*="type"] .text h3 {
	margin: 0 0 20px;
	font-weight: 100;
	font-size: 190%;
	padding: 0;
}
div[data-type*="type"] .text h3 a {
	text-decoration: none;
	line-height: normal;
}
div[data-type*="type"] .text p {
	margin: 0;
	padding: 0;
}


div[data-type*="type1"] .image {
	width: 50%;
}
div[data-type*="type1"] .text {
	width: 50%;
}

div[data-type*="type2"] .image {
	width: 50%;
}
div[data-type*="type2"] .text {
	width: 50%;
}
div[data-type*="type2"] .imageTitle {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 20;
	padding: 5px 15px;
	display: inline-block;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	background-color:rgba(0,0,0,.50);
}


div[data-type*="type3"] .image {
	display: none;
}
div[data-type*="type3"] .text {
	width: 100%;
	text-align: center;
	background-color: rgba(243,243,243,1.00);
}
div[data-type*="type3"] .text h3 {
	font-size: 240%;
}
div[data-type*="type3"] .imageTitle {
	padding: 12px 25px;
	border: solid 1px rgba(0,0,0,1.00);
	display: inline-block;
	text-decoration: none;
	font-size: 17px;
	margin: 25px 0 0;
}

div[data-type*="type4"] .image {
	width: 100%;
}
div[data-type*="type4"] .image img {
	position: relative;
	top: auto;
	left: auto;
	transform: none;
}
div[data-type*="type4"] .text {
	display: none;
}
div[data-type*="type4"] .imageTitle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	transform: translate(-50%,-50%);
	padding: 20px 30px;
	border: solid 1px rgba(255,255,255,1.00);
	display: inline-block;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	font-size: 20px;
	background-color:rgba(0,0,0,.20);
}

div[data-type*="type5"] .image {
	flex: auto;
}
div[data-type*="type5"] .text {
	width: 33.33%;
	padding: 5%;
	background-color: rgba(79,79,79,1.00);
	color: rgba(255,255,255,1.00);
}
div[data-type*="type5"] .text h3 a {
	color: rgba(255,255,255,1.00);
}
div[data-type*="type5"] .imageTitle {
	padding: 7px 20px;
	border: solid 1px rgba(255,255,255,1.00);
	display: inline-block;
	text-decoration: none;
	margin: 15px 0 0;
	color: rgba(255,255,255,1.00);
}

div[data-type*="type6"] {
	min-height: 400px;
}
div[data-type*="type6"] .image {
	display: none;
}
div[data-type*="type6"] .text {
	display: none;
}
div[data-type*="type6"] .imageTitle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	transform: translate(-50%,-50%);
	padding: 20px 30px;
	border: solid 1px rgba(255,255,255,1.00);
	display: inline-block;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	font-size: 20px;
	background-color:rgba(0,0,0,.20);
}

.ProductList_Custom_DIV > div:last-child div[data-type*="type"] {
	margin-bottom: 0;
}

.ProductList_Custom_TBL > tbody {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1% 2%;
}
.ProductList_Custom_TBL > tbody > tr {
	flex: none;
	width: 12.28%;
	margin: 0 1%;
}
.ProductList_Custom_TBL > tbody > tr > td {
	display: block;
	width: 100%;
}
div.catalog img {
	display: block;
	width: 100%;
}
div.catalog a {
	text-decoration: none;
	display: block;
}
div.catalog .name {
	text-align: left;
	display: block;
	margin: 8px 0 0;
	font-size: 12px;
	color: rgba(90,90,90,1.00);
}
div.catalog .name i {
	float: right;
}

.shelf .slick-list {
	margin: 0 -15px;
}
.shelf .slick-slide {
	margin: 0 15px;
}
.shelf.slick-initialized .slick-slide {
	float: none;
	display: inline-block;
	vertical-align: bottom;
}
.catalogTitle {
	text-align: center;
	margin: 40px 0 30px;
}
.catalogShadow {
	width: 100%;
	padding: 0 2%;
	border-top: solid 5px rgba(217,217,217,1.00);
	margin: 30px 0 0;
}





.pager {
	display: flex;
	padding:20px 0 0;
}
.pager > div {
	flex: auto;
}
.pager .prev, .pager .next {
	width: 20%;
	flex: none;
}
.pager .pages {
	text-align:center;
}
.pager .next {
	text-align:right;
}
.pager a, .pager .pages a.ActivePageNumber_ProductList:link {
	display:inline-block;
	border:solid 1px #4D4D4D;
	padding:5px 10px;
	text-decoration:none;
	margin: 0 3px;
}
.pager .pages a.ActivePageNumber_ProductList, .pager .pages a.ActivePageNumber_ProductList:link {
	border-color:rgba(61,61,61,1.00);
	background-color:rgba(61,61,61,1.00);
	color:#fff;
	font-weight: normal;
}



.priceRangeInfo {
	display: flex;
}
.priceRangeInfo > span {
	flex: auto;
	font-size: 70%;
}
.priceRangeInfo > span:last-child {
	text-align: right;
}


.datepicker--cell.datepicker--cell-day.-selected-{
	background: #fff;
	color: #aeaeae;
}

.datepicker--cell.datepicker--cell-day.-selected-.-focus-{
	background: #f0f0f0;
	color: #aeaeae;
}

table.CmsPageStyle_Table, .profileWrapper table, .termsWrapper table {
	table-layout:fixed;
}
table.CmsPageStyle_Table img, div.profileWrapper img, div.termsWrapper img {
	max-width:100%;
	height:auto !important;
}
input.SubmitButton_AdvancedSearchPage[type="submit"] {
	font-size:13px;
	padding:6px 10px;
}

/*CALENDER*/

.datepicker--cell .dp-note {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	bottom: 2px;
	opacity: .7;
}

/* .datepicker--cell .dp-note.nodeIndex1,.datepicker--cell .dp-note.nodeIndex6{
	left: 10px;
}
.datepicker--cell .dp-note.nodeIndex2,.datepicker--cell .dp-note.nodeIndex7{
	left: 18px;
}
.datepicker--cell .dp-note.nodeIndex3,.datepicker--cell .dp-note.nodeIndex8{
	left: 26px;
}
.datepicker--cell .dp-note.nodeIndex4{
	left: 34px;
} */

/* .datepicker--cell .dp-note:nth-of-type(2n) {
	margin-left: -7px;
}
.datepicker--cell .dp-note:last-of-type {
	margin-left: 6px;
}
.datepicker--cell .dp-note:first-of-type {
	margin-left: -1px !important;
} */
.timeInfo{
	position: relative;
	display: inline-block;
	margin-right: 5px;
	/* padding: 2px; */
	min-width: 72px;
}

.timeInfo > .dp-note-info{
	width: 10px;
	height:10px;
	border-radius: 50%;
	display: inline-table;
	margin-right: 2px;
	vertical-align: middle;
	/* bottom: 1px; */
	/* background: #fff; */
}
.timeInfo span{
	font-size: 10px;
}

.timeInfo span:nth-child(2){
	/* border-bottom: 1px solid black; */
}

/* .datepicker--cell .dp-note.red , .dp-note-info.red{
	background: #fd4444 !important;
}
.datepicker--cell .dp-note.green, .dp-note-info.green {
	background: #53fd44;
} */

.datepicker--cell:hover .dp-note::after {
	/* content: "Begrænset tider";
	font-size: 10px;
	position: absolute;
	transform: translateY(-10px);
	transform: translate(-22px, -43px); */
	/* background-color: black; */
	/* padding: 5px; */
	/* z-index: 99999999999999999999999999; */
	/* color: white; */
}

/* FAVORITES */
table.FavTB {
	table-layout:fixed;
}
table.FavTB > tbody > tr > td {
	border-bottom:solid 1px rgba(235,235,235,1.00);
	padding-top:10px;
	padding-bottom:10px;
}
td.FavTB_ProdImageTD {
	width:10%;
}
img.FavTB_ProdImage {
	max-width:100%;
}
td.FavTB_ProdNameTD {
	width:auto;
	vertical-align:middle;
	padding-left:25px;
}
td.FavTB_ProdNameTD > a {
	text-overflow:ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-weight:bold;
	text-decoration:none;
	padding:0 15px 0 0;
	display:block;
}
td.FavTB_ProdNameTD br {
	display:none;
}
td.FavTB_ProdAmountTD {
	display:none;
}
td.FavTB_ActionButtonsTD {
	width:40px;
}
td.FavTB_ActionButtonsTD > a:nth-of-type(-n+2) {
	display:none;
}
td.FavTB_ActionButtonsTD > a > img {
	width:25px;
	display:block;
}
td.FavTB_Buy {
	width:20%;
}
td.FavTB_Buy input {
	display:block;
	width:100%;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

/* PRODUCTGROUPS */
.SubCats_Categories_UL, .SubCats_Categories_DIV {
	padding:0;
	margin:0 -1% 40px;
	list-style-type:none;
	display: flex;
	flex-wrap: wrap;
}
.SubCats_Categories_UL > li, .SubCats_Categories_DIV > div {
	width:23% !important;
	float:none !important;
	margin:0 1% 2%;
}
.SubCats_Categories_UL > li:last-child, .SubCats_Categories_DIV > div:last-child {
	display:none;
}
.SubCats_Categories_UL > li .subcatimg img, .SubCats_Categories_DIV > div .subcatimg img {
	display:block;
	width:100%;
}
.SubCats_Categories_UL > li .subcatname a, .SubCats_Categories_DIV > div .subcatname a {
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	text-overflow:ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding:10px;
	background-color: rgba(237,237,237,1.00);
	text-align: center;
}




body.webshop-frontpage .slider-wrapper {
	margin-bottom: 60px;
}
div.dd-theme-default .nivo-directionNav a {
	top:50%;
	height:35px;
	width:35px;
	transform:translateY(-50%);
	background-image: none;
	background-color: rgba(0,0,0,1.00);
}
div.dd-theme-default a.nivo-prevNav:before, div.dd-theme-default a.nivo-nextNav:before {
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 50%;
	left: 50%;
	font-weight: 900;
	font-size: 15px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	transform: translate(-50%,-50%);
	color: rgba(255,255,255,1.00);
}
div.dd-theme-default a.nivo-prevNav:before {
	content: "\f053";
}
div.dd-theme-default a.nivo-nextNav:before {
	content: "\f054";
}

div.dd-theme-default .nivo-controlNav {
	margin: 15px 0 0;
	font-size: 0;
}
div.dd-theme-default .nivo-controlNav a {
	background-color:rgba(229,229,229,1.00);
	height: 6px;
	width: 6px;
	margin: 0 4px;
	border-radius: 50%;
	background-image: none;
}
div.dd-theme-default .nivo-controlNav a.active {
	background-color: rgba(90,90,90,1.00);
}


.breadcrumb, .SubCats_BreadCrumb {
	text-align: center;
	font-size: 11px;
	display: block;
}
.breadcrumb, .breadcrumb td, .breadcrumb a, .SubCats_BreadCrumb, .SubCats_BreadCrumb a {
	color:rgba(141,141,141,1.00);
}
h1 + .breadcrumb, h1 + .SubCats_BreadCrumb {
	margin: -20px 0 20px;
}
.SubCats_BreadCrumb ~ .SubCats_Categories_UL {
	margin-top: 30px;
}



.stores > h2:not(:first-child) {
	margin-top: 30px;
}
.stores > h3 {
	font-size: inherit;
	padding: 10px 45px 10px 15px;
	border: solid 1px rgba(217,217,217,1.00);
	background-color: rgba(248,248,248,1.00);
	border-radius: 3px;
	margin: 0 0 10px;
	position: relative;
	cursor: pointer;
}
.stores > h3:after {
	content: "+";
	font-family: 'Arial';
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.stores > h3.open:after {
	content: "-";
}
.stores > h3.open {
	background-color: #ce1c22;
	border-color: #ce1c22;
	color: rgba(255,255,255,1.00);
}
.stores > div {
	display: none;
	padding: 0 15px 20px;
}
.stores .formContainer {
	width: 100%;
	max-width: 500px;
	margin: 20px 0 0;
}
.stores > div form {
	display: flex;
	margin: 0 -1%;
	flex-wrap: wrap;
}
.stores > div form * {
	flex: auto;
	margin: 0 1% 2%;
	width: 48%;
}
.stores > div form > input[type="text"], .stores > div form > input[type="email"], .stores > div form > textarea, .stores > div form > input[type="submit"] {
	flex: none;
}
.stores > div form > textarea, .stores > div form > input[type="submit"] {
	width: 98%;
}
.stores .error {
	border-color:rgba(196,0,3,1.00) !important;
}

.productcard .stores > h3 {
	padding: 5px 35px 5px 10px;
	margin: 0 0 4px;
}
.productcard .stores > h2:not(:first-child) {
	margin-top: 20px;
}
.productcard .stores > h3:after {
	font-weight: normal;
	right: 10px;
}

.productcard {
	position:relative;
	display: flex;
	margin: 0 -2%;
}
.productcard > div {
	margin: 0 2%;
	flex: auto;
}
.productcard > div:first-child {
	flex: none;
	width: 30%;
}
.productcard > div:last-child {
	flex: none;
	width: 32%;
	padding-left: 4%;
	border-left: solid 1px rgba(229,229,229,1.00);
}
.Variants > *:not(:last-child) {
	margin-bottom: 20px;
}
#BUYSECTION {
	display: none;
}
.buyWrapperHeadline, .amountWrapperHeadline {
	display:none;
}
.productcard .news {
	position:absolute;
	top:-7px;
	right:-6px;
}
.imagecanvas div.Element_Overlay_ProdInfo_SavingsDIV, .imagecanvas div.Element_Overlay_ProdInfo_SpecialOfferDIV {
	display:block;
}
.productcard #Productinfo_Fancybox_Image_DIV, #Productinfo_MagicZoomPlus_Image_DIV {
	box-shadow: 0 0 40px rgba(0,0,0,.1);
	padding: 20px;
	text-align: center;
}
.productcard #Productinfo_Fancybox_Image_DIV img, #Productinfo_MagicZoomPlus_Image_DIV img {
	display: block;
	width: 100%;
}
.productcard .imageselector {
	display: flex;
	padding: 30px 0 0;
	margin: 0 -1%;
}
.imageselector:empty {
	display: none;
}
.imageselector > a {
	flex: none;
	width: 18%;
	padding: 10px;
	margin: 0 1%;
	background-color: rgba(255,255,255,1.00);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	position: relative;
}
.imageselector > a img {
	display: block;
	width: 100% !important;
	margin: 0 !important;
}
.imageselector > a.youtube img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.imageselector > a.youtube:before, [data-fancybox="youtubeArticle"] > span:first-child:before {
	content: "";
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background-color: rgba(255,255,255,1.00);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 5;
}
.imageselector > a i, [data-fancybox="youtubeArticle"] > span:first-child i {
	color: rgba(203,0,3,1.00);
	font-size: 30px;
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.amountWrapper {
	display: flex;
}
.amountWrapper input[type="number"] {
	flex: none;
	width: 40px;
	border-radius: 4px;
	padding: 0;
	border: solid 1px rgba(219,219,219,1.00);
	text-align: center;
	margin: 0 10px 0 0;
}
.productcard .shortDescription, div.Description_Productinfo {
	line-height: 1.6em;
}
.productcard div.Description_Productinfo h2 + br, .productcard div.Description_Productinfo h3 + br  {
	display: none;
}
.productcard .shortDescription:empty, .productcard div.Description_Productinfo:empty {
	display: none;
}
.productcard .numbers {
	padding: 15px 0 0;
	color:rgba(118,118,118,1.00);
	display: block;
	line-height: 1.6em;
}
.productcard .Prices_Custom_UL {
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
}
.productcard .Prices_Custom_UL .amount, .productcard .Prices_Custom_UL .unit {
	color: rgba(193,193,193,1.00);
	padding: 0 4px 0 0;
}
.productcard .Prices_Custom_UL .price, .productcard .Prices_Custom_UL .currency {
	font-size: 30px;
}
.productcard .Prices_Custom_UL .currency {
	padding: 0 0 0 4px;
}
.productcard .manufacturer {
	display: none;
	margin: 0 0 20px;
}
.productcard .manufacturer img {
	display: block;
	max-width: 100px;
	padding: 10px;
	border: solid 1px rgba(238,238,238,1.00);
}
.productcard .manufacturer br {
	display: none;
}
.productcard .information {
	display: flex;
	margin: 0 0 20px;
}
.productcard .information > div {
	text-align: center;
	flex: auto;
	background-color: rgba(240,240,240,.40);
	padding: 10px;
}
.productcard .information > div:not(:last-child) {
	border-right: solid 1px rgba(224,224,224,1.00);
}




.share a {
	display: block;
	margin: 0 0 10px;
	text-decoration: none;
}
.share a i {
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
	background-color: rgba(29,29,29,1.00);
	border-radius: 50%;
	position: relative;
	vertical-align: middle;
}
.share a i:before {
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	color: rgba(255,255,255,1.00);
	font-size: 12px;
}


.tabs {
	display: none;
	margin: 40px 0 0;
}
.tabs > ul {
	margin:0;
	padding:0;
	list-style-type:none;
	display: inline-flex;
	gap: 5px;
}
.tabs > ul > li {
	padding: 6px 10px;
	position:relative;
	z-index:20;
	background-color: #f4f4f4;
	border-radius: 3px;
}
.tabs > ul > li i {
	padding-right: 5px;
}
.tabs > ul > li.open {
	background-color: #ce1c22;
	cursor: default;
	color: #fff;
}
.tabs > ul > li:not(.open) {
	cursor:pointer;
}
.tabs > div {
	display:none;
	padding:20px 0 0;
	position:relative;
}
.tabs > div:first-of-type {
	display:block;
}
.booking .stockmessage {
	display: none;
}
.stockmessage {
	display: flex;
	align-items: center;
	margin: 10px 0 0 0;
}
.stockmessage img {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
}
.stockmessage > span {
	padding-left: 5px;
}
.description1.expandable:not(.open) {
	height: 300px;
	overflow: hidden;
}
.readMore {
	text-decoration: underline;
	cursor: pointer;
	color: #ce1c22;
}


[itemscope] div[data-type*="type"].cardArticle {
	display: block;
}
table.ProductInfo_MagixZoomPlus_MainImage_TABLE {
	width: 100%;
}



.cardArticle #Productinfo_MagicZoomPlus_Image_DIV {
	display: flex;
	margin: 0 auto 60px;
	width: 1000px;
	max-width: 100%;
}
.cardArticle .imageselector {
	display: flex;
	flex-direction: column;
	flex: none;
	width: 17%;
	background-color: rgba(243,243,243,1.00);
}
.cardArticle .imageselector:empty {
	display: none;
}
.cardArticle .imageselector > a {
	width: auto;
	position: relative;
}
.cardArticle #Productinfo_MagicZoomPlus_Image_DIV img {
	display: block;
	width: 100%;
}
.cardArticle a#ProductInfo_MagixZoomPlus {

	position: relative;
	flex: auto;
}
.cardArticle .imageCaption {
	position: absolute;
	bottom: 10px;
	left: 10px;
	max-width: calc(100% - 20px);
	background-color: rgba(54,54,54,.50);
	color: rgba(255,255,255,1.00);
	font-size: 10px;
	padding: 5px 10px;
	z-index: 10;
	font-weight: 300;
}
.cardArticle .shortDescription {
	font-size: 18px;
	line-height: 1.8em;
	color: rgba(126,126,126,1.00);
	font-weight: 300;
	width: 1000px;
	max-width: 100%;
	margin: 0 auto 60px;
	text-align: center;
}
.cardArticle .description1 {
	margin: 0 0 50px;
	padding: 5%;
	box-shadow: 0 0 30px rgba(0,0,0,.1);
}
.cardArticle .description2 {
	padding: 5%;
	background-color: rgba(239,239,239,.30);
}
.cardArticle .Description_Productinfo {
	line-height: 1.8em;
	column-count: 2;
	column-gap: 4%;
}
.cardArticle .description1 a, .cardArticle .description2 a {
	color: #ce1c22;
}
.cardArticle .Description_Productinfo h2 {
	font-size: 29px;
	line-height: normal;
	font-weight: 300;
}
.cardArticle .Description_Productinfo h3 {
	font-size: 18px;
	line-height: normal;
	font-weight: 300;
}
.cardArticle .share {
	text-align: center;
	padding: 50px 0 0;
}
.cardArticle .share a {
	display: inline-block;
	margin: 0 10px;
	font-size: 11px;
}

.youtubeVideos {
	display: flex;
	margin: 50px -2% 0;
}
.youtubeVideos > div {
	max-width: 46%;
	background-color: rgba(255,255,255,1.00);
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	flex: auto;
	margin: 0 2%;
}
[data-fancybox="youtubeArticle"] {
	display: flex;
	text-decoration: none;
	align-items: center;
}
[data-fancybox="youtubeArticle"] > * {
	flex: auto;
}
[data-fancybox="youtubeArticle"] img {
	width: 100%;
	display: block;
}
[data-fancybox="youtubeArticle"] > span:first-child {
	width: 40%;
	flex: none;
	position: relative;
}
[data-fancybox="youtubeArticle"] > span:last-child {
	padding: 20px;
	background-color:rgba(230,230,230,.20);

}
[data-fancybox="youtubeArticle"] > span:last-child strong {
	font-size: 18px;
	font-weight: 300;
	display: block;
	margin: 0 0 4px;
	color: rgba(67,67,67,1.00);
}


/* SHOWBASKET */

.showbasketContent {
	display: flex;
	margin: 0 -2%;
}
.showbasketContent > div {
	flex: auto;
	margin: 0 2%;
}
.showbasketContent > div.basketCheckout {
	flex: none;
	width: 20%;
	padding: 30px;
	background-color:rgba(233,245,233,.80);
}
.showbasketContent > div.basketCheckout .fees {
	display: flex;
}
.showbasketContent > div.basketCheckout .fees > div {
	flex: auto;
}
.showbasketContent > div.basketCheckout .fees > div:last-child {
	text-align: right;
}
.showbasketContent > div.basketCheckout .fees.total {
	align-items: baseline;
	font-weight: bold;
	border-top: solid 1px rgba(135,185,139,1.00);
	padding: 10px 0 0;
	margin: 10px 0;
}
.showbasketContent > div.basketCheckout .total > div:last-child {
	font-size: 20px;
}
.showbasketContent > div.basketCheckout a.button {
	display: block;
}
.showbasketRow {
	display: flex;
	padding: 20px;
}
.showbasketRow > div {
	flex: none;
}
.showbasketRow.header {
	padding-top: 0;
	border-bottom:solid 1px rgba(231,231,231,1.00);
}
.showbasketRow.header > div {
	font-weight: bold;
}
.showbasketRow > div.image, .showbasketRow > div.description, .showbasketRow > div.edit {
	padding-right: 4%;
}
.showbasketRow > div.image {
	width: 10%;
}
.showbasketRow > div.image img {
	width: 100% !important;
	display: block;
	border: solid 1px rgba(231,231,231,1.00);
}
.showbasketRow > div.description {
	flex: auto;
	position: relative;
}
.showbasketRow > div.description a {
	display: block;
	text-decoration: none;
}
.showbasketRow > div.description small {
	font-size: 11px;
	color: rgba(92,92,92,1.00);
}
div.edit > .editContainer{
	flex: none;
	width: 100px;
	display: flex;
}

div.edit > .editContainer > a {
	padding: 3px 2px 0 2px;
	border-top:1px solid #a7a7a7;
	border-bottom:1px solid #a7a7a7;
}
div.edit > .editContainer > a:first-of-type {
	border-left:1px solid #a7a7a7;
	border-right:1px solid #a7a7a7;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;

}
div.edit > .editContainer > a:last-of-type {
	border-left:1px solid #a7a7a7;
	border-right:1px solid #a7a7a7;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

div.edit > .editContainer > a > img{
	width:17px;
}
.showbasketRow > div.description .editContainer {
	display: none;
	padding: 15px 0 0;
}
.showbasketRow > div.description .editContainer a {
	display: inline-block;
	margin: 0 5px 0 0;
}
.showbasketRow > div.description .editContainer a img {
	display: block;
	height: 20px;
}
.showbasketRow .amount {
	padding: 3px 5px;
	display: inline-block;
	background-color: #ce1c22;
	color: rgba(255,255,255,1.00);
	font-size: 10px;
	line-height: 1;
	float: right;
	margin: 0 0 0 15px;
}
.showbasketRow > div.edit i {
	cursor: pointer;
}
.showbasketRow > div.unittotal, .showbasketRow > div.unitprice {
	text-align: right;
	width: 12%;
}
.ShowBasket_Custom_DIV > div {
	background: rgb(252,252,252);
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(247,247,247,1) 100%);
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(247,247,247,1) 100%);
	background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(247,247,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f7f7f7',GradientType=0 );
}

.checkoutEmaerket {
    width: 200px;
    display: block;
    margin: 0 auto;
}

#checkout-container #column-data, #checkout-container #column-shipping-payment, #checkout-container #column-order-summary {
	width: 800px;
	max-width: 100%;
	margin: 0 auto 40px;
	float: none;
	border: none;
	min-height: 10px;
	padding: 30px;
	box-shadow: 0 0 50px rgba(0,0,0,.1);
	position: relative;
}
#checkout-container #column-data:after, #checkout-container #column-shipping-payment:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid rgba(255,255,255,1.00);
	position: absolute;
	top: 100%;
	left: 30px;
	z-index: 20;
}
#checkout-container h3, #checkout-container h2 {
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 15px;
	padding: 0;
}
#checkout-container #column-data #customer-data input, #checkout-container #column-data #customer-data select, #checkout-container textarea {
	margin: 0;
}
#checkout-container #column-data #customer-data input:not([type="button"]):not([type="button"]):not([type="checkbox"]), #checkout-container textarea {
	padding: 10px 15px 0;
}
#customer-data label {
	display: block;
	position: relative;
	margin: 0 0 10px;
}
#checkout-container small.smallPlaceholder {
	position: absolute;
	left: 15px;
	top: 50%;
	width: calc(100% - 30px);
	transform: translateY(-50%);
	color: rgba(129,129,129,1.00);
	transition: all 0.2s ease-in-out;
}
#checkout-container input:focus + small, #checkout-container textarea:focus + small, #checkout-container input.notEmpty + small, #checkout-container textarea.notEmpty + small {
	top: 3px;
	left: 15px;
	color: rgba(138,138,138,1.00);
	transform: none;
	font-size: 9px;
}
#checkout-container .salesdiscountcode-label {
	flex: none;
	width: 100%;
}
#checkout-container .salesdiscountcode-container {
	display: inline-block;
	width: 70%;
}
#checkout-container .salesdiscountcode-button-container {
	display: inline-block;
	float: none;
	width: 28%;
	margin: 0 0 0 2%;
}
#checkout-container .checkout-salesdiscount-code-button {
	float: none;
	font-size: inherit;
	height: 37px;
	width: 100%;
	cursor: pointer;
}
#customer-data fieldset {
	display: block;
	margin: 0 -1%;
}
#customer-data fieldset > label {
	width: 48%;
	margin: 0 1% 2%;
	display: inline-block;
	vertical-align: top;
}
#checkout-container .checkout-row.altdev {
	width: 98%;
	margin: 0 1%;
	display: flex;
	padding: 15px;
	border: solid 1px rgba(241,241,241,1.00);
	background-color: rgba(248,248,248,1.00);
}
#checkout-container .checkout-row.altdev > * {
	flex: auto;
}
#checkout-container .checkout-row.altdev > .div-checkout-checkbox {
	flex: none;
	width: 30px;
}
#checkout-container #column-data #customer-data .checkout-row.altdev > .div-checkout-checkbox input {
	margin: 3px 0 0;
}
#checkout-container .checkout-row.altdev .opcHeader {
	font-weight: bold;
}
#checkout-container .checkout-row.altdev .opcHeader br {
	display: none;
}
#checkout-container #column-data #customer-data .checkout-row.altdev label {
	margin: 0;
}
#payment-methods {
	margin: 0 0 30px;
}
#checkout-container #column-shipping-payment label {
	border: 1px solid #dfdfdf;
    padding: 10px;
	cursor: pointer;
    border-radius: 3px;
}
#checkout-container #column-shipping-payment label:hover {
	background-color: rgba(238,238,238,.50);
}
#confirm-accepterms {
	border: 1px solid #dfdfdf;
    padding: 10px 15px;
	cursor: pointer;
    border-radius: 3px;
	float: none;
	margin: 20px 0;
}
#confirm-accepterms input {
	margin: 0 8px 0 0;
	display: inline-block;
	vertical-align: middle;
}
#confirm-accepterms span {
	display: inline-block;
	vertical-align: middle;
}

#confirm-complete-button {
	float: none;
	width: 100%;
}


img.ProductImage_Order4 {
	margin:0 10px 0 0;
}



i.btnMenu {
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	font-size: 21px;
	display: none;
}
i.btnSearch {
	position:absolute;
	top:50%;
	right:60px;
	transform:translateY(-50%);
	font-size: 21px;
	display: none;
}

footer {
	border-top: solid 40px rgba(238,238,238,1.00);
	background-color: rgba(255,255,255,1.00);
	padding: 80px 0;
}
footer > section {
	display: flex;
	width:1470px;
	max-width:90%;
	margin:0 auto;
	font-weight: 300;
	line-height: 2em;
}
footer > section > * {
	flex: auto;
}
footer > section > *:last-child {
	text-align: right;
}
footer > section > * > strong {
	display:block;
	font-weight:normal;
	margin:0 0 20px;
	font-size: 17px;
	letter-spacing: 1px;
	color: rgba(0,0,0,1.00);
}
footer a {

}
footer > section .newsletter {
	max-width: 25%;
}
footer form {
	padding: 0 50px 0 0;

}
footer input[type="text"], footer input[type="email"] {
	margin: 0 0 8px;
}
footer input[name="FNAME"], footer input[name="LNAME"] {
	width: calc(50% - 4px);
	float: left;
}
footer input[name="FNAME"] {
	margin-right: 8px;
}
footer input[type="submit"] {
	font-size: 14px;
	padding: 10px 25px;
}

.footerMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.TopMenu_MenuItems {
	display: none;
}


a.social {
	width:35px;
	height:35px;
	display:inline-block;
	margin:0 5px 0 0;
	position: relative;
	border: solid 1px rgba(233,233,233,1.00);
}
a.social i {
	font-size: 18px;
	line-height: 1;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
}

div.credits {
	padding:15px 0;
	background-color: rgba(27,27,27,1.00);
	color: rgba(255,255,255,1.00);
}
div.credits > section {
	width:1470px;
	max-width:90%;
	margin:0 auto;
	display: flex;
	align-items: center;
}
div.credits img {
	width: 100%;
	max-width: 300px;
	display: block;
}
div.credits > section > * {
	flex: auto;
}
div.credits > section > div {
	max-width: 60%;
}
div.credits > section > a {
	font-size:9px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
div.credits > section > div + a {
	text-align: right;
}

/* MOBILE MENU */
div.mobileMenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	overflow: hidden;
	background-color: rgba(0,0,0,.4);
	display: none;
}
div.mobileMenu .mobileMenuContainer {
	position: absolute;
	top: 0;
	left: -300px;
	background-color: rgba(255,255,255,1.00);
	height: 100%;
	width: 270px;
	box-shadow: 0 0 40px rgba(0,0,0,0.6);
}
.mobileMenuInner {
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-overflow-scrolling:touch;
    overflow-y:auto;
	overflow-x:hidden;
}
.mobileMenuHeader, .mobileMainMenuHeader {
	padding: 15px 20px 10px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	background-color:#333;
	color: rgba(255,255,255,1.00);
	position: relative;
}
.mobileMenuHeader .fa {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 15px;
}
.mobileMenuUl span.Productmenu_Category_Icon_Container {
	display: block;
	font-size: 0;
	padding: 11px 0 0 10px;
}
.mobileMenuUl span.Productmenu_Category_Icon_Container img {
	max-width: 50%;
	margin: 0;
}
.mobileMenuUl {
	margin:0;
	padding: 0 0 0 20px;
	list-style-type: none;
}
.mobileMenuUl .toggler {
	position: absolute;
	height: calc(100% + 1px);
	width: 40px;
	right: 0;
	top: 0;
	z-index: 10;
	cursor: default;
	border-left: solid 1px rgba(0,0,0,.15);
}
.mobileMenuUl a, .mobileMenuUl > li > span {
	position: relative;
}
.mobileMenuUl .toggler:after {
	content: "+";
	font-size: 14px;
	line-height: 1;
	color: rgba(0,0,0,1.00);
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: 'Arial';
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.mobileMenuUl li.open > a > .toggler:after {
	content:"-";
	color:#578e54;
}
.mobileMenuUl span.ProductMenu_MenuItemBold {
	font-weight: normal;
}
.mobileMenuUl ul {
	display: none;
}
.mobileMenuUl > li > a, .mobileMenuUl > li > span, .mobileMainMenuUl > li > a {
	display: block;
	text-decoration: none;
	padding: 9px 40px 9px 0;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: solid 1px rgba(0,0,0,.15);
}
.mobileMenuUl > li:last-child > *, .mobileMainMenuUl > li:last-child > a {
	border-bottom: 0;
}
/* LEVEL 2 */
.mobileMenuUl > li > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: solid 5px rgba(0,0,0,.15);
}
.mobileMenuUl > li > ul > li > a {
	display: block;
	text-decoration: none;
	padding: 11px 10px 9px 10px;
	font-size: 13px;
	border-bottom: solid 1px rgba(0,0,0,.15);
}
/* LEVEL 3 */
.mobileMenuUl > li > ul > li > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: solid 5px rgba(0,0,0,.35);
}
.mobileMenuUl > li > ul > li > ul > li > a {
	display: block;
	text-decoration: none;
	padding: 12px 10px 10px 10px;
	font-size: 13px;
	border-bottom: solid 1px rgba(0,0,0,.15);
}

.mobileMenuUl a.Activ_ProductMenu {
	color:rgba(144,144,144,1.00);
}
.mobileMenuSearch {
	padding: 0 0 0 20px;
	border-bottom: solid 5px rgba(0,0,0,.15);
	position: relative;
}
.mobileMenuSearch:before {
	content: "\f002";
	font-family: 'Font Awesome 5 Free';
	font-size: 13px;
	font-weight: 900;
	color: rgba(255,255,255,1.00);
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 13px;
	z-index: 20;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mobileMenuSearch br, .mobileMenuSearch .SearchTitle_SearchPage, .mobileMenuSearch .nbsp {
	display: none;
}
.mobileMenuSearch input {
	height: 35px;
	float: left;
}
.mobileMenuSearch input[type="text"] {
	width: calc(100% - 40px);
	padding: 0 10px 0 0;
	border: 0;
}
.mobileMenuSearch input[type="submit"] {
	width: 40px;
	font-size: 12px;
	padding: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-indent: -999px;
	overflow: hidden;
	-webkit-box-shadow:0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow:0 0 0;
	background-color: rgba(56,56,56,1.00);
}
.mobileMenuSearch:after {
	clear: both;
	content: "";
	display: block;
}
.mobileMainMenuUl {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
}
.mobileMenuInfo {
	padding: 20px;
	border-top:solid 4px rgba(66,136,161,1.00);
}
.mobileMenuInfo > strong {
	display: block;
	color:rgba(66,136,161,1.00);
}
.mobileMenuInfo > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.mobileMenuInfo > ul i {
	color:rgba(66,136,161,1.00);
	margin: 0 5px 0 0;
}
.mobileMenuInfo .trustpilot {
	display: block;
	margin: 20px 0 0;
	width: 200px;
	max-width: 80%;
}


.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-html-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block;max-width:100%}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

.slick-prev, .slick-next {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	z-index: 20;
	font-size: 30px;
}
.slick-next {
	right: 10px;
	left: auto;
}




/*! nouislider - 12.1.0 - 10/25/2018 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}
.noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  left: -17px;
  top: -11px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -24px;
  left: auto;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle.noUi-handle-upper {
	right: -2px;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background:rgba(178,178,178,.30);
  border-radius: 0px;
	margin: 20px 0 15px;
  /*border: 1px solid #D3D3D3;
  /*box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;*/
}
.noUi-connects {
  /*border-radius: 3px;*/
}
.noUi-connect {
  background: #ce1c22;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 1px;
  background: #E8E7E6;
  left: 10px;
  top: 6px;
}
.noUi-handle:after {
  left: 13px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border-radius: 3px;
  background: #ce1c22;
  color:rgba(255,255,255,1.00);;
  padding: 2px 4px;
  text-align: center;
  white-space: nowrap;
	font-size: 70%;
}
.noUi-tooltip:after {
	content: "";
	width: 0px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ce1c22;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}


/* COURSES */
.course {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.course > div.course-column {
	width: calc(33.333% - 30px);
	margin: 0 15px 30px;
}
.course > div {
	margin: 0 15px 30px;
}
.course > div[data-col="1"] {
	width: calc(33.333% - 30px);
}
.course > div[data-col="1.5"] {
	width: calc(50% - 30px);
}
.course > div[data-col="2"] {
	width: calc(66.666% - 30px);
}
.course > div[data-col="3"] {
	width: calc(100% - 30px);
}
.course p[data-warning],
.course p[data-info] {
	padding: 15px;
	margin: 0 0 15px 0;
}
.course p[data-warning] {
	background-color: #F1C40F;
	color: #fff;
	font-weight: bold;
}
.course p[data-warning] a {
	color: #fff;
}
.course p[data-info] {
	background-color: #F4F4F4;
	border: 1px solid #E0E0E0;
	margin: 15px 0 0 0;
}
.course .course-description {
	margin-bottom: 30px;
}
.course .course-box {
	padding: 30px;
	border: 1px solid rgba(0,0,0,.15);
	margin-bottom: 30px;
	position: relative;
}
.course .course-box::before {
	content: attr(data-part);
	display: inline-block;
	position: absolute;
	top: 0;
	left: 30px;
	transform: translateY(-50%);
	border: 1px solid rgba(0,0,0,.15);
	background-color: #fff;
	padding: 0 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
.course .course-box > h3 {
	font-size: 20px;
	font-weight: bold;
}
.course .course-box > ul {
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
}
.course .course-box > ul > li {
	display: none;
	align-items: center;
	padding: 5px 0;
	border-bottom: 1px solid rgba(0,0,0,.15);
}
.course .course-box > ul > li:nth-child(1),
.course .course-box > ul > li:nth-child(2) {
	display: flex;
}
.course .course-box > ul > li:last-child {
	border-bottom: none;
}
.course .course-box > ul > li > div:first-child {
	flex: auto;
}
.course .course-box > ul > li > div {
	display: flex;
	flex-direction: column;
}
.course .course-box > ul > li > div:last-child {
	text-align: right;
}
.course .course-box > ul > li > div span,
.course .course-box > ul > li > div a {
	font-size: 12px;
}
.course .course-box > ul > li > div sup {
	font-size: 9px;
}
.course .course-box .course-watermark {
	width: 100%;
	max-width: 100px;
	display: block;
	position: absolute;
	top: 30px;
	right: 30px;
	pointer-events: none;
}
.course .course-box .coursePriceTrigger:checked + ul > li {
	display: flex;
}
.course .course-box .showPrices {
	display: inline-block;
	padding: 4px 8px;
	border: 2px solid #000;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	margin: 15px 0 30px 0;
	cursor: pointer;
}
/* .course .course-box .coursePriceTrigger:checked + ul + label {
	display: none
} */
.course .course-box .coursePriceTrigger:checked + ul + label {
	font-size: 0;
	padding: 5px 8px 1px;
}
.course .course-box .coursePriceTrigger:checked + ul + label::after {
	content: attr(data-close);
	font-size: 12px;
}
/* COURSE (COL 4) */
.course.course-4 {
}
.course.course-4 > div.course-column {
	width: calc(25% - 30px);
	margin: 0 15px 30px;
}
.course.course-4 > div[data-col="1"] {
	width: calc(25% - 30px);
}
.course.course-4 > div[data-col="2"] {
	width: calc(50% - 30px);
}
.course.course-4 > div[data-col="3"] {
	width: calc(75% - 30px);
}
.course.course-4 > div[data-col="4"] {
	width: calc(100% - 30px);
}


/* HIGHLIGHT */
.highlight {
	background-color: #000;
	color: #fff;
}
.highlight .highlight-items {
	width:1470px;
	max-width:90%;
	margin:0 auto;
	display: block;
	padding: 10px 0;
}
.highlight .highlight-items:not(.slick-initialized) {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.highlight .highlight-items .highlight-item {
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.highlight .highlight-items .highlight-item b {
	margin-right: 3px;
}
.highlight .highlight-items .highlight-item img {
	width: 24px;
	height: 24px;
	margin-right: 6px;
}



.paymenticons {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 320px;
}
.paymenticons > li {
	display: flex;
	align-items: center;
	padding: 10px;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #ccc;
	line-height: 1;
}


/* RESPONSIVE */

@media(max-width: 1400px) {
	.highlight .highlight-items:not(.slick-initialized) .highlight-item:nth-child(3) ~ .highlight-item {
		display: none;
	}
}

@media(max-width: 1240px) {
	.highlight .highlight-items:not(.slick-initialized) .highlight-item:nth-child(2) ~ .highlight-item {
		display: none;
	}
}

@media (max-width: 1000px) {

	.highlight .highlight-items:not(.slick-initialized) .highlight-item:nth-child(1) ~ .highlight-item {
		display: none;
	}

	.frontpageBoxContainer{
		/* display: none !important; */
		display: block;
	}
	.frontpageBoxContainer .nivo-dynamic-text-inner-content {
		width: 458px;
		bottom:15px !important;
	}

	.frontpageBoxContainer > div {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
		position: relative;
	}
	.frontpageBoxContainer > div:nth-of-type(2n) {
		display: flex;
		width: 100%;
		justify-content: space-between
	}
	.frontpageBoxContainer > div:nth-of-type(2n) > div img {
    width: 100%;
}
	.frontpageBoxContainer > div:nth-of-type(2n) > div:nth-of-type(2n -1) {
    margin-bottom: 0;
	}
	.frontpageBoxContainer > div:nth-of-type(2n) > div {
		width: 49%;
	}
	.dd-theme-default .nivo-directionNav a {
    opacity: 1 !important;
	}
	.frontpageBoxContainer .nivo-dynamic-text-inner-content .nivo-dynamic-text-header {
    font-size: 13px;
}
.frontpageBoxContainer .nivo-dynamic-text-inner-content .nivo-dynamic-text-teaser {
	font-size: 10px;
}

	.frontpage_spotlights {
		display: block;
		margin-top: 40px;
	}
	.frontpage_spotlights > div {
		width: 100%;
	}
	.frontpage_spotlights > div:nth-of-type(2n -1) {
		margin-bottom: 20px;
	}

}
@media (min-width: 901px) {
	#ProductmenuContainer_DIV.stuck {
		position:fixed;
		top:0;
	}



	li:hover .product .image {
		opacity: .8;
	}


	#ProductFilter-Container {
		width: 17%;
		float: left;
		position: relative;
	}
	#ProductFilter-Container.loading {
		opacity: .3;
	}
	#ProductFilter-Container.loading:after {
		content: "";
		z-index: 8000;
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,1.00);
		position: absolute;
		top: 0;
		left: 0;
	}
	#ProductFilter-Container.active + #Content_Productlist {
		width: 80%;
		margin-left: 3%;
		display: inline-block;
	}

	#ProductFilter-Container > .count {
		display: none;
	}
	.product-filter-headertext-container {
		display: none;
	}
	/*
	.product-filter-column-container-1 {
		display: flex;
		margin: 0 -1%;
	}
	.product-filter-column-container-1 .product-filter-row {
		margin: 0 1%;
		flex: auto;
	}
	*/
	.product-filter-row {
		border-bottom: solid 1px rgba(230,230,230,1.00);
		padding: 0 0 20px;
		margin: 0 0 20px;
	}

	.product-filter-container {
		border: none;
	}
	.product-filter-header-container {
		float: none;
		line-height: normal;
		padding: 0;
		margin: 0 0 10px;
		background-color: transparent;
		border: none;
	}
	.product-filter-header-container.product-filter-header-container-price {
		margin-bottom: 35px;
	}
	.product-filter-header-text {
		font-size: 16px;
		font-weight: 300;
		float: none;
	}
	.product-filter-body-container {
		padding: 0;
	}

	.product-filter-checkbox-container {
		display: flex;
		align-items: center;
		float: none !important;
		width: 100% !important;
		padding-right: 8px !important;
		padding-left: 0px !important;
	}
	.product-filter-row input[type="checkbox"] {
		margin: 0;
		flex: none;
	}
	.product-filter-row .product-filter-checkbox-label {
		flex: auto;
		padding: 0 15px;
	}
	.product-filter-row .product-filter-count-container {
		flex: none;
		text-align: right;
	}
	.product-filter-row .product-filter-clear {
		display: none;
	}

	#ProductFilter-Container .btnFilterClose {
		display: none;
	}
	.product-filter-clear {
		display: none;
	}

	.product-filter-clear-all-bottom-left {

		display: flex;
		align-items: center;
	}
	.product-filter-clear-all-bottom-left:before {
		content: "\f2ed";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		margin: 0 8px 0 0;
		font-size: 10px;
	}
	.product-filter-clear-all-bottom-left a {
		text-decoration: none;
		color: rgba(114,114,114,1.00);
		font-size: 11px;
	}

}


@media (max-width: 900px) {
	.sticky-wrapper, .usp.slick-slider, #ProductmenuContainer_DIV, footer > section > .menu, #Search_Form {
		display: none;
	}
	header {
		box-shadow:0 0 5px rgba(0,0,0,0.20);
	}

	header > section {
		height:65px;
	}
    .SubCats_Categories_UL > li, .SubCats_Categories_DIV > div {
        width: 48% !important;
    }
	.shoplogo {
		width:120px;
		left: 40px;
	}

	h1, .Heading_Productmenu, .Heading_Terms, .Heading_Profile, .Heading_AdvancedSearchPage, .Heading_ShowBasket_Master, #checkout-container h1.checkout-headline, .Heading_B2Blogin, .SubCatsProcuctsHeading, .Heading_Customer, .Heading_ProductList, .Heading_Favorites, .Heading_OrderStep4 {
		font-size:17px;
		padding: 0 0 20px;
		margin: 0px 0px 20px;
	}
	h1 [style*="font-family"] {
		font-size: 17px !important;
	}

	#Search_Form {
		transform: none;
		top: 100%;
		left: -6%;
		width: 112%;
		padding: 6%;
		box-shadow: 0 0 10px rgba(0,0,0,.2);
		background-color: rgba(255,255,255,1.00);

	}

	.miniBasket > i {
		color: rgb(56,175,72);
		font-size: 26px;
	}
	.miniBasket > div {
		display: none;
	}

	article {
		padding:5% 0;
	}


	.Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li{
		width: 46%;
	}

	li .product .news {
		font-size: 10px;
		padding: 3px 7px;
	}
	li .product .info {
		display: block;
	}
	li .product .price {
		text-align: left;
	}
	li .product .buy {
		display: none;
	}

	li div.Element_Overlay_Frontpage_SavingsContainer_DIV, li div.Element_Overlay_ProdList_SavingsContainer_DIV, li div.Element_Overlay_Frontpage_SavingsContainer_DIV, li div.Element_Overlay_ProductInfo-related-savingsContainer_DIV, li div.Element_Overlay_ShowBasket-related-savingsContainer_DIV, .productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV {
		padding: 3px 7px;
	}
	li div.Element_Overlay_ProdList_SavingsText_DIV, li div.Element_Overlay_Frontpage_SavingsText_DIV, li div.Element_Overlay_ProductInfo-related-savingsText_DIV, li div.Element_Overlay_ShowBasket-related-savingsText_DIV, .productcard div.Element_Overlay_ProdInfo_SavingsText_DIV {
		font-size: 10px;
	}


	td.FavTB_ProdNameTD {
		font-size:11px;
		padding-left:10px;
	}
	td.FavTB_ActionButtonsTD > a > img {
		width:20px;
	}
	td.FavTB_Buy {
		width:33%;
	}


	/* COURSE */
	.course {
		margin: 0;
	}
	.course > div,
	.course > div[data-col="1"],
	.course > div[data-col="1.5"],
	.course > div[data-col="2"],
	.course > div[data-col="3"],
	.course.course-4 > div.course-column,
	.course.course-4 > div[data-col="1"],
	.course.course-4 > div[data-col="2"],
	.course.course-4 > div[data-col="3"],
	.course.course-4 > div[data-col="4"] {
		width: 100%;
		margin: 0 0 20px;
	}



	.btnFilter {
		display: block;
	}
	#ProductFilter-Container {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 40px 0;
		background-color:rgba(255,255,255,1.00);
		z-index: 500;
	}
	#ProductFilter-Container.visible {
		display: flex;
		flex-direction: column;
	}
	#ProductFilter-Container > div {
		width: 1470px;
		max-width: 90%;
		margin: 0 auto;
	}
	#ProductFilter-Container > div.product-filter-headertext-container {
		text-align: center;
		font-size: 30px;
		color:rgba(0,0,0,1.00);
		font-weight: 300;
		margin-bottom: 30px;
		flex: none;
	}
	#ProductFilter-Container > div:last-child {
		flex: auto;
		-webkit-overflow-scrolling:touch;
		overflow-y:auto;
		overflow-x:hidden;
		max-width: 91.5%;
		width: calc(1470px + 1.5%);
	}
	.product-filter-row {
		width: 48%;
		margin: 0 1%;
		display: inline-block;
		vertical-align: top;
	}
	.product-filter-container {
		border: none;
	}
	.product-filter-header-container {
		float: none;
		border: none;
		background-color: transparent;
		font-size: 20px;
		margin: 0 0 10px;
		color: rgba(0,0,0,1.00);
	}


	.productcard {
		display: block;
		margin: 0;
	}
	.productcard > div, .productcard > div:first-child, .productcard > div:last-child {
		margin: 0 0 30px;
		width: 100%;
		padding: 0;
		border: none;
	}




	/* FOOTER */
	footer {
		padding:20px 0;
	}
	footer > section {
		display: block;
	}
	footer > section > :not(:last-child) {
		margin-bottom: 30px;
	}
	footer > section > * > strong {
		margin: 0 0 10px;
	}
	footer > section .newsletter {
		width: 100%;
		max-width: 100%;
	}
	footer form {
		padding: 0;
	}


	i.btnMenu, i.btnSearch {
		display: block;
	}


	.fpBoxes {
		display: block;
		margin: 0 0 50px;
	}
	.fpBoxes > div {
		margin: 0 0 15px;
		width: 100%;
	}



	/* SHOWBASKET */
	a.ShowBasket_SendBasketLink_Dialog_Link {
		padding:6px 11px;
		font-size:11px;
	}
	table.showbasket td, table.showbasket th {
		font-size:11px;
		padding:6px;
	}
	a.Order_back_basket {
		display:none;
	}
	.basket-checkout {
		width:100%;
		float:none;
	}
	table.showbasket td.ShowBasket_GiftWrapUnChecked_TD, table.showbasket td.ShowBasket_GiftWrapChecked_TD {
		padding:4px;
	}
	.wrapping:before {
		content:"";
		clear:both;
		display:block;
		margin:0 0 6px;
	}
	.wrapping {
		position:static;
		padding:6px 0 0;
	}
	table.showbasket .amount .amountContainer {
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		width:100%;
		display:block;
	}
	table.showbasket .amount .amountContainer > a {
		display:none;
	}
	table.showbasket .amount .amountContainer > div {
		border-right:0;
		width:100%;
		padding:2px 0;
	}
	table.showbasket .amount > a > img {
		width:60%;
		max-width:25px;
		margin:5px 0 0;
	}
	table.showbasket .description img.ProductImage_ShowBasket {
		width:40px !important;
		margin:0 10px 0 0;
	}
	table.showbasket .unitprice {
		width:19%;
	}
	table.showbasket .unittotal {
		width:19%;
	}

	.is-hidden-s {
		display: none;
	}
}

@media(max-width: 768px) {
	.pageBanner + article {
		padding: 20px;
	}
}

@media(max-width: 480px) {
	.frontpageBoxContainer > div:nth-of-type(2n) {
		flex-direction: column;
		gap: 10px;
	}
	.frontpageBoxContainer > div:nth-of-type(2n) > div {
		width: 100%;
		margin: 0;
	}

	.frontpageBoxContainer .nivo-dynamic-text-inner-content .nivo-dynamic-text-header {
		padding: 5px 10px;
		font-size: 13px;
	}

	.frontpageBoxContainer > div:nth-of-type(2n) > div span{
		max-width: calc(100% - 20px);
		padding: 5px 10px;
		font-size: 13px;
		bottom: 20px;
		right: 10px
	}

	.frontpageBoxContainer .nivo-dynamic-text {
		width: 100%;
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 10px;
	}
	.frontpageBoxContainer .nivo-dynamic-text-inner-content {
		width: 100% !important;
		position: static;
		bottom: 0 !important;
		left: auto;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		text-align: right;
	}
	.frontpageBoxContainer .nivo-dynamic-text-inner-content > * {
		width: fit-content;
	}
}
