@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700');*/
#drop, .sideElm {
	display: none;
}


.bp_relatedproductsContainer {
	margin-bottom: 40px;
}
#bp_mailchimpCheckoutSignup {
	margin-bottom: 10px;
}
body .bp_relatedproductsSavingBadge,
body .bp_lsaProductBadge {
	height: 50px;
    width: 50px;
    border-radius: 50% !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
label[for="bp_mailchimp_maillist-subscribe"] {
	margin-left: 5px;
}
#ShopMainLayOutTable {
	display:none;
}
body, html {
	height: 100%;
}
.egenSide img {
	max-width: 100% !important;
}
body {
	margin:0;
	overflow-x: hidden;
}
body.showBasket {
	overflow: hidden;
}
body, input, textarea, select, td.VariantGroupLabel {
	font-family:'Montserrat', sans-serif;
	color:#000;
	font-size:14px;
	font-weight:normal;
}
iframe {
	max-width: 100%;
}
a {
	color:#000;
}
a:hover {
	color:#0d7800;
}
*, *: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:normal;
	border:none;
	color:#fff;
	cursor:pointer;
	background: #0d7800;
	-webkit-appearance: none;
	display:inline-block;
	font-size:17px;
	padding:14px 25px;
	text-decoration:none;
	border-radius: 4px;
	text-align: center;
	outline: none;
	text-transform: uppercase;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea, #checkout-container input[type="text"], #checkout-container input[type="password"] {
	display: block;
	width: 100%;
	border: 1px solid #dfdfdf;
	height: 34px;
	padding: 0 10px;
	outline: none;
}
input[type="tel"] {
	height: 34px !important;
}
textarea {
	height: 80px !important;
	padding: 10px;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #dfdfdf;
    background-color: #FFF;
    padding: 0px 30px 0px 10px;
    height: 34px !important;
	outline: none;
	border-radius:3px;
    background-image: url('/images/skins/ContactSaddle/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 {
	font-weight:400;
	display: block;
	font-size: 25px;
	letter-spacing: 1px;
	padding: 0;
	margin: 0px 0px 30px;
	border: 0;
	text-align: left;
	position: relative;
	font-weight: bold;
}
.headline {
	font-weight:400;
	display: block;
	font-size: 25px;
	letter-spacing: 1px;
	padding: 0;
	margin: 0px 0px 30px;
	border: 0;
	text-align: center;
	position: relative;
}
body.webshop-frontpage h1, #checkout-container h1.checkout-headline {
	text-align: center;
}
.mostSoldHeader {
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 60px 0 30px;
}
.termsWrapper ol.first {
	margin: 0;
	padding: 0;
}
#contact {
	width: 600px;
	max-width: 100%;
}
.cms-contact-return {
	padding-left: 10px;
}
.contact-input, .contact-text {
	margin-bottom: 5px;
}
body.webshop-productinfo h1 {
	text-align: left;
	margin-bottom: 10px;
}
h1:empty {
	display: none;
}

h2 {
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:0 0 10px;
}
h1 + h2 {
	margin: 0 auto;
	max-width: 100%;
	line-height: 1.9em;
	text-align: center;
}
h3 {
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0 0 10px;
}
.wrapper {
	position: relative;
	left: 0;
	transition: all 0.3s ease-in-out;
}
body.showBasket .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 .closeBasketContainer {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body.showBasket .wrapper {
	left: -350px;
	height: 100%;
	overflow: hidden;
	opacity: .6;
	
}
ul.employees {
	margin: 0 -1%;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
ul.employees > li {
	margin: 0 1%;
	width: 18%;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
}
ul.employees > li img {
	display: block;
	max-width: 100%;
}
ul.employees > li span {
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0 0 0;
}
header {
	position:relative;
	z-index: 400;
	background-color: #1D3143;
	color: #FFF;
}
header > section {
	width:1470px;
	max-width:90%;
	margin:0 auto;
	position:relative;
	height:105px;
}
.social-top {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 320px;
}
.social-top a {
	display: inline-block;
	margin: 0 8px;
}
.social-top i {
	font-size: 20px;
}
#favorit {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position:absolute;
	right:230px;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	text-decoration: none;
	padding: 10px 0;
}
#favorit small {
	font-size: 10px;
	line-height: 10px;
	color: #FFF;
}
#favorit .far {
	display:block;
	font-size: 19px;
	color: #FFF;
}
#favorit svg {
	height: 19px;
	color: #FFF;
	margin-bottom: 5px;
}
.favoritesCount {
	position: absolute;
    z-index: 10;
    top: -8px;
    left: -10px;
    display: none;
    width: 19px;
    height: 19px;
    background-color: #5b7084;
    padding: 4px 0 0;
    font-size: 12px;
    line-height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
	
}
.shoplogo {
	position:absolute;
	display:block;
	width:135px;
	top:50%;
	left:0;
	transform:translateY(-50%);
}
.shoplogo img {
	display: block;
	width: 100%;
	height: auto;
}
.tagline {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 160px;
}
.tagline span {
	display: block;
	font-size: 15px;
}
.tagline small {
}

.miniBasket {
	position:absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
	cursor:pointer;
	display: flex;
	align-items: center;
}
.miniBasket > svg {
	height: 25px;
	width: auto;
	fill: #FFF;
}
.miniBasket > div {
	border-left: 1px solid rgba(0,0,0,.1);
	padding-left: 12px;
	margin-left: 15px;
}
.miniBasket > i {
	font-size: 20px;
}
.miniBasket .price {
	font-weight: bold;
	color: #FFF;
}
.miniBasket .price .currency {
	padding-left: 3px;
}
.miniBasket .products {
}
.miniBasket .creditcards {
	display: none;
}
.miniBasket .count {
	position: absolute;
    height: 19px;
    width: 19px;
    border-radius: 50%;
    background-color: #5b7084;
    color: #FFF;
    top: -18px;
    left: 13px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    padding: 4px 0 0;
}

.basket {
	position: fixed;
	left: 100%;
	top: 0;
	height: 100%;
	width: 350px;
	background-color: rgba(255,255,255,1.00);
	z-index: 9999999999;
	display: flex;
	flex-direction: column;
	transition: all 0.3s ease-in-out;
}
.basket > .header {
	flex: none;
	background-color: #1D3143;
	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;
}
.basketFees.shipping:not(.active) {
	display: none;
}
.basketTotal {
	display: flex;
	border-top: solid 1px rgba(234,234,234,1.00);
	padding: 10px 0 0;
	margin: 10px 0 0;
	
}
.basketTotal > strong {
	color: #0d7800;
	font-weight: bold;
	text-align: right;
	flex: auto;
}
.basket .basketContent {
	flex: auto;
	-webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
	padding: 0 20px;
}
.basket .Products_Basket_TBL td {
	vertical-align: top;
	font-size: 11px;
}
.basket .Products_Basket_TBL a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	
}
.basket .basketEmptyText {
	padding: 20px 0;
}
.basket > .buttons {
	flex: none;
	padding: 20px;
	display: flex;
}
.basket > .buttons > * {
	flex: auto;
	font-size: 100%;
	padding: 14px 15px;
}
.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);
}
.basket.basketEmpty .basketFees, .basket.basketEmpty .basketTotal, .basket.basketEmpty > .buttons {
	display: none;
}

.shippingMessage i {
	margin: 0 0 0 10px;
}

.uspContainer {
	background-color: #0D2133;
}
.uspContainer > div {
	width: 1470px;
	max-width: 90%;
	margin: 0 auto;
	color: #FFF;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.shiplogo {
	display: flex;
	align-items: center;
}
.shiplogo img {
	display: inline-block;
	height: 12px;
	margin: 0 10px 0 0;
}
.shiplogo small {
	font-size: 9px;
}
.usp {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
}
.usp > li {
	flex: none;
	margin: 0 20px 0 0;
	padding: 8px 0;
	font-size: 11px;
	display: flex;
	align-items: center;
}
.usp > li a {
    color: #FFF;
}
.usp i {
	margin-right: 5px;
}
.usp svg {
	height: 15px;
	fill: #FFF;
	margin-right: 8px;
}
.flags {
	margin: 20px 0 0
}
.flags:after {
	clear: both;
	content: "";
	display: block;
}
.flags a {
	float: left;
	margin: 0 10px 0 0;
	width: 25px;
}
.flags img {
	display: block;
	width: 100%;
}

#alertbar {
	display:none;
	text-align:center;
	padding:8px 30px;
	font-weight:normal;
	background-color:#000;
	z-index: 10;
	width: 100%;
	position: relative;
    letter-spacing:1px;
	color:rgba(255,255,255,1.00);
}
#alertbar a, #alertbar > span {
	display:inline-block;
	padding:3px 10px;
	background-color:#333;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	-webkit-border-radius:4px;
	border-radius:2px;
	margin:0 0 0 6px;
}
#alertbar a:empty {
	display: none;
}
#alertbar .close {
	background-color:transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width:25px;
	height:25px;
	display:block;
	position:absolute;
	right:20px;
	z-index:10;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform: translateY(-50%);
	cursor:pointer;
}
#alertbar .close .fa {
	position: absolute;
	top: 47%;
	left: 50%;
	-webkit-transform:translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}


#Search_Form {
	position:absolute;
	left:40%;
	top:50%;
	width:20%;
	transform:translateY(-50%);
	display: block;
}
#Search_Form:after {
	
}
#Search_Form .SearchTitle_SearchPage,
#Search_Form .nbsp,
#Search_Form br {
	display:none;
}
#Search_Form input[type="text"].SearchField_SearchPage {
	color:#000;
	background-color:#FFF;
	padding: 0px 15px 0px 17px;
	border: 1px solid #eee;
	font-weight: normal;
	letter-spacing: 1px;
	border-radius: 4px;
	display: block;
	width: 100%;
	height:46px !important;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #eee;
	background-image: url(/images/skins/ContactSaddle/images/icon-search-black.svg);
	background-position: calc(100% - 15px);
	background-repeat: no-repeat;
	background-size: 18px;
	padding: 0 20px;
}
#Search_Form .SubmitButton_SearchPage {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
	background-color: red;
	border: none;
	outline: none;
	z-index: 10;
	display: none;
}



article {
	width:1470px;
	max-width:90%;
	margin:0 auto;
	padding: 50px 0;
	z-index: 10;
}
body.webshop-frontpage article {
	padding: 25px 0 50px;
}
article:after {
	content:"";
	clear:both;
	display:block;
}
aside:empty {
	display: none;
}

.btnFilter .filtersCount {
    position: absolute;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #0d7800;
    color: #FFF;
    top: -8px;
    left: -8px;
    text-align: center;
    font-size: 9px;
    line-height: 1;
    padding: 3px 0 0;
}

.btnFilter {
    border: 1px solid #dfdfdf;
    background-color: #FFF;
    padding: 8px 15px;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
	display: none;
	margin: 10px 10px 0;
	position: relative;
}
.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);
}
#ProductFilter-Container .product-filter-checkbox, #ProductFilter-Container .product-filter-checkbox-label {
	float: none;
}
table.value-slider-wrapper {
	display: none;
}


.pageBanner {
	display: none;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}
.pageBanner:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(0,0,0,.10);
}
@keyframes changesize {
  from {
	min-width: 100%;
	min-height: 100%;
  }
  to {
	min-width: 130%;
	min-height: 130%;
  }
}
.pageBanner img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
	animation-duration: 20s;
	animation-name: changesize;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.pageBanner + article {
	margin-top: -10%;
	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;
}
.fpBanner {
	display: block;
	width: 100%;
}
.productcard [data-favorites] {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9;
    cursor: pointer;
}
.productcard [data-favorites] svg {
	width: 20px;
	height: 20px;
	color: #000;
}
.Text1_FrontPage {
	display:block;
	margin:0 0 60px;
	line-height: 1.8em;
	text-align: center;
}
.Text2_Frontpage {
	text-align: center !important;
	line-height: 22px;
	padding: 40px 0;
}
div.colums {
	column-count: 3;
	column-gap: 40px;
}
.Text1_FrontPage p, .Text2_FrontPage p {
	line-height: 1.8em;
}
.Text1_FrontPage .columns, .Text2_FrontPage .columns {
	text-align: center;
}
.Text1_FrontPage:empty, .Text2_FrontPage:empty {
	display: none;
}
.brandsSlider {
	border-top: 1px solid #eee;
}
.brandsSlider > div {
	width: 1470px;
	max-width: 90%;
	margin: 0 auto;
	position: relative;
	padding: 40px 0;
}
.brandsSlider .slick-list {
    margin: 0 -10px;
  }
.brandsSlider .slick-slide {
	position: relative;
	margin: 0 10px;
	padding: 15px;
}


.webshop-frontpage .autoRelatedContainer {
	margin-bottom: 60px;
}

.fpBoxes {
	margin: 0 -1% 70px;
	display: flex;
}
.fpBoxes > div {
	flex: auto;
	margin: 0 1%;
}
.fpBoxes > div.multi {
	flex: none;
	width: 47.99%;
}
.fpBoxes a, .fpBoxes img {
	display: block;
	width: 100%;
	position: relative;
	color: #0d7800;
	height: auto;
}
.fpBoxes a {
	color: #000;
}
.fpBoxes span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	transform: translateX(-50%);
	display: inline-block;
	padding: 10px 15px;
	font-size: 15px;
	background-color: rgba(29,49,67,0.80);
	color: #FFF;
	z-index: 9;
	border-radius: 4px;
	text-align: center;
}
.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.multi .title {
	font-size: 18px;
	padding: 10px 20px;
}
.fpBoxes > div.multi {
	display: flex;
	flex-wrap: wrap;
}
.fpBoxes > div.multi > * {
	width: 48%;
}
.fpBoxes > div.multi > :nth-child(-n+2) {
	margin-bottom: 4%;
}
.fpBoxes > div.multi > :nth-child(2n+1) {
	margin-right: 4%;
}



.popularCategories {
	display: flex;
	margin: 0 -1%;
}
.popularCategories > * {
	flex: auto;
	margin: 0 1%;
	padding: 20px 25px;
	background-color: #f4f4f4;
}
.popularCategories > * > span {
	font-weight: bold;
	display: block;
	font-size: 16px;
	margin: 0 0 10px;
}
.popularCategories ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.popularCategories ul li:before {
	margin: 0 7px 0 0;
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 11px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.popularCategories ul > li:not(:last-child) {
	margin: 0 0 4px;
}
.popularCategories a {
	text-decoration: none;
}





#ProductmenuContainer_DIV {
	border-top: 1px solid #0D2133;
	border-bottom: 1px solid #0D2133;
	background-color: #0D2133;
	width:100%;
	z-index:200;
	position: sticky;
	top: 0;
}
span.ProductMenu_Category_Icon_Container {
	display:none !important;
}
.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;
	border-left: solid 1px rgba(255,255,255,.1);
}
#ProductMenu_List > li:nth-child(7) > div {
	width: 100%;
	left: 0;
}
#ProductMenu_List > li:nth-child(7) > div > div {
	width: 20%;
}
#ProductMenu_List > li:last-child > div {
	min-width: 300px;
	right: 0;
}
#ProductMenu_List > li:last-child > div > div {
	width: 100%;
}
#ProductMenu_List > li > a {
	display:block;
	padding:14px 7px;
	text-decoration:none;
	position:relative;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
#ProductMenu_List > li > a, #ProductMenu_List > li > a > .ProductMenu_MenuItemBold {
	font-weight: normal;
}
#ProductMenu_List > li.active > a {
	color: #FFF;
}

#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;
	gap: 30px;
}
#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: 8px 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:hover > div, #ProductMenu_List > li.hover: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: 16px;
	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;
	font-size: 13px;
}
#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.viewAllLi > a {
	text-decoration: underline;
	padding-top: 4px;
}
#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;
}

a#ActiveCategory_A {
	display:none !important;
}


.toolsContainer {
	position: absolute;
	z-index: 40;
}
.toolsContainer:empty {
	display: none;
}
.toolsContainer > div {
	position: relative;
}
.toolsContainer > div > i {
	position: relative;
	width: 30px;
	height: 30px;
	background-color: #0d7800;
	color: rgba(255,255,255,1.00);
	font-size: 13px;
	display: block;
}
.toolsContainer > div > i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.toolsContainer > div > i.fa-dollar-sign {
	background-color:rgba(241,163,0,1.00);
}
.toolsContainer > div > i.fa-plus {
	background-color: rgba(43,43,43,1.00);
}
.toolsContainer > div > i.fa-bell {
	background-color:rgba(255,156,0,1.00);
}
.toolsContainer label {
	position: absolute;
	display: none;
	top: 50%;
	right: calc(100% + 10px);
	transform: translateY(-50%);
	white-space: nowrap;
	font-size: 11px;
	background-color:rgba(255,255,255,1.00);
	border: solid 1px rgba(217,217,217,1.00);
	border-radius: 2px;
	padding: 5px 10px;
}
.toolsContainer label:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid rgba(217,217,217,1.00);
}
.toolsContainer > div:hover label {
	display: block;
}

.toolsContainer .advanced a {
	display: inline-block;
	border: solid 1px rgba(229,229,229,1.00);
	text-decoration: none;
	padding: 2px 4px;
	margin: 4px 4px 0 0;
}




/* 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, .listFooterText {
	display: block;
	padding: 20px;
	background-color:rgba(244,244,244,.50);
	margin: 0 0 30px;
}
.category-description:empty, .listFooterText:empty {
	display: none;
}
.listFooterText {
	margin: 30px 0 0;
}
.SubCats_Categories_Container + h1:empty + .category-description + .productlistTools {
	display: none;
}
.category-description section {
	display: none;
}

.Frontpage_Custom_UL, .ProductList_Custom_UL, .Related_Custom_UL, .CustomersAlsoBought_Custom_UL, .Favorites_Custom_UL {
	padding:0;
	margin:0 -1%;
	list-style-type:none;
	display: flex;
	flex-wrap: wrap;
}
.Frontpage_Custom_UL {
	margin-bottom: 40px;
}
.Frontpage_Custom_UL:empty {
	display: none;
}
.Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li, .Favorites_Custom_UL > li {
	width:18%;
	margin: 0 1% 2%;
	flex: none;
	position: relative;
}
.Favorites_Custom_UL ul.Prices_Custom_UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.Favorites_Custom_UL > li .name {
	padding: 10px 0 0 0;
}
li > form {
	height: 100%;
}
li .product {
	position:relative;
	background-color:#fff;
	transition: all 0.3s ease-in-out;
	display: flex;
	flex-direction: column;
}
li .product > * {
	flex: none;
}

li .product .toolsContainer {
	right: 0;
	top: 0;
}
.mostSoldDiv {
	margin-bottom: 60px;
}
.mostSoldDiv .image {
	position:relative;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
li .product .image {
	position:relative;
	flex: auto;
	border-bottom: 1px solid #eee;
}
li .product .image > a:first-child {
	display: block;
	width: 100%;
	height: 100%;
	flex: auto;
	position: relative;
	text-align: center;
}
li .product .image > a:first-child img {
	padding: 10px;
	max-width: 100%;
}
body.webshop-productinfo .LastViewedProductsDiv.footer {
	display: none;
}
body.webshop-productinfo .LastViewedProductsDiv {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	border:none;
}
body.webshop-productinfo .LastViewedProductsDiv > span {
    text-align: left;
    font-size: 16px;
    margin: 20px 0;
}
.LastViewedProductsDiv {
	width: 1470px;
	margin: 0 auto;
	max-width: 90%;
	padding: 30px 0;
	border-top: 1px solid #eee;
}
.LastViewedProductsDiv > span {
	text-align: center;
	font-size: 20px;
	letter-spacing: 1px;
	margin: 60px 0 30px;
	display: block;
}
ul#LastViewedProducts img {
	max-width: 100%;
}
li .product a[href*="AddFavorite"] {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 17px;
}
li .product .info {
	padding: 10px 0 0;
}
li .product .del {
	position: absolute;
	top: 10px;
	left: 10px;
}
li .product .del img {
	width: 30px;
}
li .product .name > a, .mostSoldDiv .product .name {
	text-decoration:none;
	font-size: 11px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
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: #0d7800;
	padding: 5px 0 0;
	display: flex;
}
li .product .price strike {
	font-weight: normal;
	color: rgba(174,174,174,1.00);
	display: block;
	padding-left: 6px;
}
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;
	left:10px;
	z-index: 20;
	background-color:#0d7800;
	color:rgba(255,255,255,1.00);
	padding:4px 15px;
	font-size:12px;
}
li .product .news img {
	display: none;
}
li .product .advanced {
	width: 100%;
	background-color:rgba(255,255,255,.70);
	padding: 10px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
li .product .advanced * {
	display: inline-block;
	margin: 4px 2px;
	border: solid 1px rgba(221,221,221,1.00);
	text-decoration: none;
	border-radius: 2px;
	padding: 4px 5px;
	background-color: rgba(255,255,255,1.00);
	font-size: 11px;
	line-height: 1;
}
/*
li .product .advanced *:hover {
	background-color: #0d7800;
	border-color: #0d7800;
	color: rgba(255,255,255,1.00);
}
*/

.ProductListVariantSelector {
	display: none;
}

.no-procucts-found-on-empty-list {
	display: none;
}
.mostSold .image {
	border-bottom: 1px solid #eee;
}
.productcardUsp {
	margin: 30px 0 20px;
	padding: 0;
	list-style-type: none;
}
.productcardUsp > li {
	padding: 3px 0;
	display: flex;
	align-items: center;
}
.productcardUsp > li svg {
	width: 15px;
	height: auto;
	margin-right: 6px;
}
.productcardUsp > li > i {
	margin-right: 5px;
}
.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 {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	top:10px;
	left:10px;
	right: auto;
	bottom: auto;
	position: absolute;
	background-color:#0d7800;
	text-align: center;
}
body.webshop-productinfo .LastViewedProductsDiv li div.Element_Overlay_ProdList_SavingsContainer_DIV {
	width: 40px;
	height: 40px;
	top: 5px;
	left: 5px;
}
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: 50%;
	transform: translateY(-50%);
	padding: 0;
}
.productcard div.Element_Overlay_ProdInfo_SavingsText_DIV {
	font-size:25px;
}



.autoRelatedHeader {
	text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
	margin: 60px 0 30px;
}
.autoRelatedUl, #LastViewedProducts {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.autoRelatedUl  .slick-list, #LastViewedProducts .slick-list {
	margin: 0 -20px;
}
.autoRelatedUl  .slick-slide, #LastViewedProducts .slick-slide {
	margin: 0 20px;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	font-size: 15px;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 99;
	background-color: transparent;
	border: none;
	width: 18px;
	height: auto;
}
.slick-arrow.leftarrow {
	left: 0;
}
.slick-arrow.rightarrow {
	right: 0;
}


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;
}






.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;
}

.breadcrumb-container {
	border-bottom: 1px solid #eee;
}
.breadcrumb-container > div {
	width: 1470px;
	margin: 0 auto;
	max-width: 90%;
}
.breadcrumb, .SubCats_BreadCrumb, .plist-bc {
	font-size: 11px;
	display: block;
}
.breadcrumb, .breadcrumb td, .breadcrumb a, .SubCats_BreadCrumb, .SubCats_BreadCrumb a, .plist-bc a {
	color:rgba(141,141,141,1.00);
	padding: 4px 0;
	text-decoration: none;
}
.plist-bc a {
	display: inline-block;
	padding: 8px 0;
}
.breadcrumb br {
	display: none;
}
h1 + .breadcrumb, h1 + .SubCats_BreadCrumb {
	margin: -20px 0 20px;
}


/* SPECS */
#specs {
	list-style-type:none;
	margin:20px 0 0;
	padding:15px 0;
	border:solid 1px rgba(237,237,237,1.00);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	display:none;
}
#specs.active {
	display:block;
}
#specs > li {
	border-bottom:solid 1px rgba(155,155,155,0.40);
	padding:4px 0;
	display:none;
}
#specs > li:nth-child(2n+1) {
	background-color:rgba(155,155,155,0.10);
}
#specs > li.active {
	display:block;
}
#specs > li:last-child {
	border:0;
}
#specs > li > div {
	display:inline-block;
	vertical-align:top;
}
#specs > li > div:first-child {
	width:130px;
	padding:0 15px 0 20px;
}
#specs > li > div:last-child {
	font-weight:bold;
}

table.CmsPageStyle_Table, .profileWrapper table, .termsWrapper table {
	table-layout:fixed;
}
table.CmsPageStyle_Table img, div.profileWrapper img, div.termsWrapper img {
	max-width: 100%;
}
input.SubmitButton_AdvancedSearchPage[type="submit"] {
	font-size:13px;
	padding:6px 10px;
}


/* 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:30px -1% 40px;
	list-style-type:none;
	display: flex;
	flex-wrap: wrap;
}
.productgroup > a {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.SubCats_Categories_UL img, .SubCats_Categories_DIV img {
	object-fit: contain;
	height: 100%;
	width: 100%;
	display: block;
	aspect-ratio: 1 / 1;
}
.SubCats_Categories_UL > li, .SubCats_Categories_DIV > div {
	width:14.6% !important;
	float:none !important;
	margin:0 1% 2%;
	text-align: center;
}
.SubCats_Categories_UL > li:last-child, .SubCats_Categories_DIV > div:last-child {
	display:none;
}
.SubCats_Categories_UL > li .image img, .SubCats_Categories_DIV > div .catImage img {
	display:block;
	width:100%;
}
.SubCats_Categories_UL > li .name a, .SubCats_Categories_DIV > div .catName a {
	display:block;
	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;
}



.productcard #Productinfo_MagicZoomPlus_Image_DIV a, .imageselector > a, .bulkImage a {
	position: relative;
	display: block;
}
.productcard #Productinfo_MagicZoomPlus_Image_DIV img {
	padding: 20px;
}
.imageselector > a > svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}
.cardUsp {
	margin: 30px 0 0;
}
.cardUsp > *:not(:last-child) {
	margin: 0 0 7px;
}
.cardUsp a {
	text-decoration: none;
	color:rgba(121,121,121,1.00);
}
.cardUsp strong {
	padding: 0 5px 0 0;
	font-weight: normal;
}
.cardUsp i {
    color: #0d7800;
    margin-right: 8px;
}


.volumePricesHeader {
	background-color: rgba(0,155,240,.10);
	padding: 10px 15px;
	border-bottom: solid 1px rgba(10,134,203,.1);
}
.volumePricesUl {
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
}
.volumePricesUl > li {
	padding: 10px 15px;
	background-color: rgba(240,240,240,.40);
	border-bottom: solid 1px rgba(217,217,217,.70);
	display: flex;
	align-items: center;
}
.volumePricesUl > li > * {
	flex: none;
}
.volumePricesUl > li > div {
	flex: auto;
}
.volumePricesUl > li .discount {
	background-color:rgba(245,219,0,1.00);
	color:rgba(40,40,40,1.00);
	padding: 2px 8px;
	text-align: center;
	border-radius: 2px;
}
.volumePricesUl > li .amount {
	padding: 2px 8px;
	margin: 0 5px 0 0;
	display: inline-block;
	background-color:rgba(63,63,63,1.00);
	border-radius: 2px;
	color: rgba(255,255,255,1.00);
}
.volumePricesUl > li:last-child {
	border: none;
}


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);
	opacity: 1 !important;
}
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);
}


.productcard {
	position:relative;
	display: flex;
	margin: 0 -2% 40px;
}
.productcard > div {
	margin: 0 2%;
	flex: auto;
	position: relative;
}
.productcard > div:first-child {
	flex: none;
	width: 22%;
}
#ProductInfo_Fancybox_IMG {
	max-width: 100%;
}
.productcard > div:last-child {
	flex: none;
	width: 40%;
	padding-left: 4%;
	border-left: solid 1px rgba(229,229,229,1.00);
}
#BUYSECTION {
	display: none;
	margin: 20px 0 0;
}
.buyWrapperHeadline, .amountWrapperHeadline {
	display:none;
}
.VariantGroup {
	width: 100%;
	margin-bottom: 10px;
}
.OptionSelect_ProductInfo {
	width: 100%;
}
.sizes {
	display: flex;
	flex-wrap: wrap;
	margin: 2px -1% -1%;
}
.sizes > * {
	flex: none;
	margin: 1%;
	padding: 8px 15px;
	border: solid 1px rgba(230,230,230,1.00);
	border-radius: 3px;
	text-decoration: none;
}
.sizes > *.active {
	border-color: #0d7800;
	background-color: #0d7800;
	color: rgba(255,255,255,1.00);
	cursor: default;
}
.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 {
	padding: 20px;
	text-align: center;
	position: relative;
}
#ProductInfo_MagixZoomPlus_IMG {
	display: block;
	max-width: 100%;
}

.productcard .imageselector {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin: 10px 0 0 0;
    gap: 10px;
}
.imageselector:empty {
	display: none;
}
.zoom-gallery {
    width: 100%;
}
.productcard .imageselector .selectors {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}
.imageselector > a {
	flex: none;
	width: 75px;
	background-color: rgba(255,255,255,1.00);
	position: relative;
}
.ProductInfo_MagixZoomPlus_MainImage_TABLE {
	margin-bottom: 10px;
}
.imageselector > a img {
	display: block;
	width: 100% !important;
	margin: 0 !important;
}
.imageselector > a.youtube img {
	position: relative;
	top: 50%;
	transform: translateY(-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 h1 {
	font-size: inherit;
	padding: 0;
	margin: 0 0 10px;
	text-align: left;
	font-weight: bold;
}
.productcard div.Description_Productinfo h1 + br, .productcard div.Description_Productinfo h1 + br + br {
	display: none;
}
.productcard div.Description_Productinfo h1:after {
	display: none;
}
.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 .unitandamount {
	display: none;
}
.productcard .Prices_Custom_UL .text, .productcard .Prices_Custom_UL .amount, .productcard .Prices_Custom_UL .unit {
	padding: 0 4px 0 0;
}

.productcard .Prices_Custom_UL > li:first-child .price, .productcard .Prices_Custom_UL > li:first-child .currency {
	font-size: 30px;
	color: #0d7800;
}
.productcard .Prices_Custom_UL .currency {
	padding: 0 0 0 4px;
}
.productcard .Prices_Custom_UL .before {
	color: rgba(174,174,174,1.00);
	text-decoration: line-through;
}
.productcard .Prices_Custom_UL > li:nth-child(n+2) {
	border-top: solid 1px rgba(222,222,222,1.00);
	padding-top: 5px;
	margin-top: 5px;
}
.productcard .Prices_Custom_UL > li:nth-child(n+2) > div {
	display: inline-block;
}

.productcard .viabill-pricetag-optional-styles {
	float: none !important;
	background-color: rgba(0,155,240,.10);
	display: inline-block;
	margin: 0 !important;
}
.productcard .viabill-pricetag-optional-styles {
	margin: 0 !important;
}
.productcard .viabill-pricetag-optional-styles iframe {
	max-height: 40px !important;
}
.productcard .vbpt-badge .vb-high:not(.vb-hidden), .productcard .vbpt-badge .vb-low:not(.vb-hidden) {
	padding: 0 !important;
}

.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;
	display: flex;
    justify-content: center;
    align-items: center;
	background-color: rgba(240,240,240,.40);
	padding: 10px;
	border-radius: 3px;
	border: 1px solid rgba(240,240,240,.40);
}
.productcard .information > div u {
	padding-left: 5px;
}
.productcard .information > div.deliveryCost {
	background-color: #0d7800;
	color: rgba(255,255,255,1.00);
	display: none;
}
.productcard .information > div.today {
	background-color: #e7fae4;
	border-color: #def1db;
}
.productcard .information svg {
	width: 20px;
	height: auto;
	margin-left: 10px;
}

.Variants {
	margin: 20px 0 0;
}

/* PRODUCTCARD RATING */
.rating {
	margin-bottom: 20px;
}
.Product_Rating_Review_Text, .Product_Rating_Sum, .Product_Rating_Voted, .Product_Rating_NoRates {
	display: none;
}
div.Product_Rating_Symbols_Active_Right,
div.Product_Rating_Symbols_Active_Left,
div.Product_Rating_Symbols_Hover_Right,
div.Product_Rating_Symbols_Hover_Left,
div.Product_Rating_Symbols_Idle_Right,
div.Product_Rating_Symbols_Idle_Left,
div.Product_Rating_Symbols_Idle,
div.Product_Rating_Symbols_Active {
	background-image:url('/images/skins/ContactSaddle/images/rating-stars.png');
	background-size:20px auto;
}
.ui-widget.dd-dialog-responsive input[type="button"], .ui-widget.dd-dialog-responsive .ddrd-button {
	background-color: #0d7800 !important;
	color: #FFF !important;
}

.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: 0;
}
.tabs > ul {
	margin:0;
	padding:0;
	list-style-type:none;
	display: inline-flex;
	border-bottom: 1px solid #eee;
}
.tabs > ul > li {
	padding:0 20px 10px 0;
	margin: 0 10px 0 0;
	position:relative;
	z-index:20;
	display: flex;
	align-items: center;
}
.tabs > ul > li svg {
	margin-right: 6px;
	width: 15px;
	height: auto;
}
.tabs > ul > li .reviewsCount {
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #0d7800;
	text-align: center;
	font-size: 10px;
	line-height: 1;
	top: -10px;
	left: -15px;
	padding: 3px 0 0;
	color: rgba(255,255,255,1.00);
}
.tabs > ul > li.open {
	cursor: default;
	border-bottom: 2px solid #eee;
}
.tabs > ul > li:not(.open) {
	cursor:pointer;
}
.tabs > div {
	display:none;
	padding:20px 0 0;
	position:relative;
}
.tabs > div:first-of-type {
	display:block;
}


.description1 .Description_Productinfo.expandable:not(.open) {
	height: 300px;
	overflow: hidden;
	position: relative;
}
.description1 .Description_Productinfo.expandable:not(.open):after {
	content: "";
	height: 70px;
	bottom: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 20;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.readMore {
	text-decoration: underline;
	cursor: pointer;
	color: #0d7800;
	margin: 10px 0 0;
}



.bulkProductsHeader {
	font-weight: bold;
	padding: 0;
	margin: 20px 0 7px;
	border-radius: 5px 5px 0 0;
	font-size: 17px;
}
.bulk {
	width: 524px;
	max-width: 100%;
	margin: 0 0 30px;
}
.bulk .bulkProduct {
	border-radius: 5px;
	border: solid 1px rgba(227,227,227,1.00);
	padding: 5px 15px;
	position: relative;
	display: flex;
	align-items: center;
}
.bulk .bulkProduct:hover {
    background-color: rgba(247,247,247,1.00);
}
.bulk > .bulkProduct:not(:last-child) {
	margin-bottom: 10px;
}
.bulk > div > * {
	flex: none;
}
.checkImageAmount {
	width: 29%;
}
.bulkCheck {
    width: 25px;
    height: 25px;
	display: inline-block;
	vertical-align: middle;
    border: solid 1px rgba(206,206,206,1.00);
    background-color: rgba(255,255,255,1.00);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}
.bulkProduct.active .bulkCheck:before {
    content: "\f00c";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #0d7800;
    font-size: 17px;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.bulkImage {
	width: 11%;
	margin: 0 4%;
}
.bulkImage img {
	display: block;
	width: 100%;
}
.bulk > div > .bulkName {
	flex: auto;
	padding: 0 2% 0 0;
	position: relative;
}
.bulkName small {
	display: block;
}
.bulkName a {
	text-decoration: none;
}
.bulkName .bulkInfo {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12px;
	padding: 15px;
	border: solid 1px rgba(163,163,163,1.00);
	background-color: rgba(255,255,255,1.00);
	border-radius: 3px;
	z-index: 20;
	width: 100%;
	color: rgba(0,0,0,1.00);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.bulkName:hover .bulkInfo:not(:empty) {
	display: block;
}

.bulkAmount {
	width: 32%;
	height: 37px;
	border-radius: 2px;
	padding: 0;
	text-align: center;
	border: solid 1px rgba(220,220,220,1.00);
	font-size: 13px;
	display: none;
	vertical-align: middle;
}
.bulkPrice {
	text-align: right;
	width: 26%;
}
.bulkPrice strike {
	display: block;
	color:rgba(174,174,174,1.00);
}
.bulkProduct .viewMoreContainer {
	display: none;
	padding: 15px 0 10px;
	/*border-top: solid 1px rgba(220,220,220,1.00);*/
}
.bulkProduct .viewMoreThumbsContainer {
	margin: 0 -1% 15px;
}
.bulkProduct .viewMoreThumbsContainer > a {
	display: inline-block;
	margin: 0 1%;
	width: 10.5%;
	vertical-align: top;
}
.bulkProduct .viewMoreThumbsContainer > a > img {
	display: block;
	width: 100%;
	border: solid 1px rgba(220,220,220,1.00);
	border-radius: 3px;
}
.bulkProduct .viewMoreThumbsContainer > a:hover > img {
	opacity: .8;
}
.viewProductButton {
	float: right;
}

.bulkProduct .viewLessButton, .bulkProduct .viewMoreButton, .bulkProduct .viewProductButton {
	cursor: pointer;
	border-radius: 3px;
	padding: 2px 7px 3px;
	background-color:#c32525;
	color: rgba(255,255,255,1.00);
	display: inline-block;
}
.bulkProduct .viewLessButton i, .bulkProduct .viewMoreButton i {
	margin: 0 5px 0 0;
	
}
.bulkProduct .viewProductButton {
	float: right;
	background-color: #04b55c;
}
.bulkProduct .viewMoreButton {
	cursor: pointer;
	font-size: 12px;
	margin: 4px 0 0 calc(25px + 8%);
	background-color: #343c46;
	text-align: center;
	
}
.bulkProduct .viewMoreButton.viewMoreActive {
	background-color:#c32525;
}
.bulkProduct .viewLessButton {
	margin: 10px 0 0;
}


.ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #1e5799;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #1e5799;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}


/* SHOWBASKET */
.showbasketContent {
	display: flex;
	margin: 0 -2% 40px;
}
.showbasketContent > div {
	flex: auto;
	margin: 0 2%;
}
.showbasketContent > div.basketCheckout {
	flex: none;
	width: 20%;
	padding: 30px;
	background-color:#f9f9f9;
}
.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;
	margin-bottom: 10px;
}
.showbasketContent > div.basketCheckout .fees.shipping:not(.active) {
	display: none;
}
.showbasketContent > div.basketCheckout .fees.shipping {
	border-top: solid 1px rgba(231,231,231,1.00);
	padding: 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);
}
.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: #0d7800;
	color: rgba(255,255,255,1.00);
	font-size: 10px;
	line-height: 1;
	float: right;
	margin: 0 0 0 15px;
}
.showbasketRow > div.edit svg {
	cursor: pointer;
	width: 15px;
	height: auto;
}
.ShowBasket_GiftWrapUnChecked_TD {
	font-size: 12px;
}
.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 );
}


body.webshop-checkout .sticky-wrapper, body.webshop-checkout #ProductmenuContainer_DIV, body.webshop-checkout #Search_Form, body.webshop-checkout div.credits > section > div + a {
	display: none;
}

#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;
}
.headerInfoBoxes {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 330px;
	min-width: 130px;
	display: flex;
	align-items: center;
}
div.customerService {
    font-size: 15px;
    font-weight: bold;
	display: inline-block;
	vertical-align: top;
	margin: 0 7%;
	white-space: normal;
	white-space: nowrap;
}
div.customerService.openChatButton {
	cursor: pointer;
}

div.customerService > * {
	display: inline-block;
	vertical-align: middle;
}
div.customerService img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	
}
div.customerService i {
	font-size: 35px;
	margin-right: 10px;
	color: #344e92;
}
div.customerService > div {
	position: relative;
	padding-left: 8px;
}
div.customerService > div > span:first-child {
	color: #344e92;
}
div.customerService .open {
	background-color: #000;
	color: #FFF;
	border-radius: 2px;
	padding: 2px 5px;
	font-size: 9px;
	text-transform: uppercase;
	display: none;
	margin: 0 0 3px;
	font-weight: normal;
	
}
div.customerService .open.isClosed {
	background-color:rgba(59,59,59,1.00);
}
div.customerService .open.active {
	display: none;
}
div.customerService div > span {
	display: block;
}
div.customerService div > span a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
}
div.customerService small {
    display: block;
    font-size: 12px;
    font-weight: normal;
	color: #FFF;
}
div.customerService a {
	display: block;
    font-size: 12px;
    font-weight: normal;
	color: #8D8D8D;
	text-decoration: underline;
}

body.webshop-checkout header {
	border-bottom: 1px solid #eee;
}
#checkout-container #column-data:after, #checkout-container #column-shipping-payment:after {
	content: "";
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid rgba(255,255,255,1.00);
	position: absolute;
	top: 100%;
	left: 30px;
	z-index: 20;
}
#checkout-container h3, #checkout-container h2 {
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 15px;
	padding: 0;
}
#checkout-container #column-data #customer-data input, #checkout-container #column-data #customer-data select, #checkout-container textarea {
	margin: 0;
}
/*
#checkout-container #column-data #customer-data input:not([type="button"]):not([type="button"]):not([type="checkbox"]), #checkout-container textarea {
	padding: 10px 15px 0;
}
*/
#customer-data label {
	display: block;
	position: relative;
	margin: 0 0 10px;
}
#checkout-container small.smallPlaceholder {
	color: rgba(129,129,129,1.00);
	transition: all 0.2s ease-in-out;
}

/*
#checkout-container input:focus + small, #checkout-container textarea:focus + small, #checkout-container input.notEmpty + small, #checkout-container textarea.notEmpty + small {
	top: 3px;
	left: 15px;
	color: rgba(138,138,138,1.00);
	transform: none;
	font-size: 9px;
}
*/
#checkout-container .salesdiscountcode-label {
	flex: none;
	width: 100%;
}
#checkout-container .salesdiscountcode-container {
	display: inline-block;
	width: 70%;
}
#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;
}
#customer-data fieldset > label[for="res2"] {
	padding: 15px;
	border: solid 1px rgba(241,241,241,1.00);
	background-color: rgba(248,248,248,1.00);
	width: 98%;
}
#customer-data fieldset > label[for="checkout_note"] {
	width: 98%;
}
#checkout-container .checkout-row.altdev {
	width: 98%;
	margin: 0 1%;
	display: flex;
	align-items: center;
	padding: 15px;
	border: solid 1px rgba(241,241,241,1.00);
	background-color: rgba(248,248,248,1.00);
}
#checkout-container .checkout-row.altdev > * {
	flex: auto;
}
#checkout-container .checkout-row.altdev > .div-checkout-checkbox {
	flex: none;
	width: 30px;
}
#checkout-container div#customer-alternative-delivery {
	border: none;
}
#checkout-container #column-data #customer-data .checkout-row.altdev > .div-checkout-checkbox input {
	margin: 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-shipping-method-image img {
	width: 80px;
}
#checkout-container .checkout-payment-table, #checkout-container .checkout-shipping-table {
	width: 100%;
}
#shipping-methods div:empty {
	display: none;
}
#checkout-container #column-shipping-payment label {
	border: 1px solid #dfdfdf;
    padding: 10px;
	cursor: pointer;
    border-radius: 3px;
}
#checkout-container #column-shipping-payment label:hover {
	background-color: rgba(238,238,238,.50);
}
#checkout-container .checkout-payment-radio-cell, #checkout-container .checkout-shipping-radio-cell {
	width: 20px;
}
#checkout-container #column-shipping-payment input[type=radio] {
}
#checkout-container #column-shipping-payment label {
	width: 100%;
}
.checkout-payment-method-image img {
	width: 110px;
}
#column-shipping-payment .shipping-message, #column-shipping-payment .payment-message {
	font-size: 11px;
	color: rgba(114,114,114,1.00);
}
.checkout-order-confirm-headline {
	display: none;
}
#confirm-accepterms, #mailchimp-subscribe-box {
	border: 1px solid #dfdfdf;
    padding: 10px 15px;
	cursor: pointer;
    border-radius: 3px;
	float: none;
	margin: 20px 0;
}
#mailchimp-subscribe-box small {
	display: block;
}
#confirm-accepterms input, #mailchimp-subscribe-box input {
	margin: 0 8px 0 0;
	display: inline-block;
	vertical-align: middle;
}
#confirm-accepterms span, #mailchimp-subscribe-box label {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 30px);
}

#confirm-complete-button {
	float: none;
	width: 100%;
}



img.ProductImage_Order4 {
	margin:0 10px 0 0;
}



.btnMenu {
	position:absolute;
	top:50%;
	left:90px;
	transform:translateY(-50%);
	width: auto;
	height: 18px;
	display: none;
	fill: #FFF;
}
.btnSearch {
	position:absolute;
	top:50%;
	height: 18px;
	width: auto;
	right:118px;
	transform:translateY(-50%);
	fill: #FFF;
	display: none;
}

.newsfeed {
	border-top: 1px solid #eee;
	padding: 50px 0;
}
.newsfeed > div {
	width: 1470px;
	max-width: 90%;
	margin: 0 auto;
}
.newsfeed > div > span {
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 25px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.newsfeed i, .mostSoldDiv i, #ProductCardLastViewedProduct i, .LastViewedProductsDiv i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	cursor: pointer;
	font-size: 20px;
	font-size: 15px;
}
.newsfeed .leftarrow, .mostSoldDiv .leftarrow, #ProductCardLastViewedProduct .leftarrow, .LastViewedProductsDiv .leftarrow {
	left: -20px;
}
.newsfeed .rightarrow, .mostSoldDiv .rightarrow, #ProductCardLastViewedProduct .rightarrow, .LastViewedProductsDiv .rightarrow {
	right: -20px;
}
.newsfeed .instagram {
	padding: 0 30px;
}

footer {
	border-top: solid 1px rgba(238,238,238,1.00);
	background-color: #f9f9f9;
	padding: 80px 0;
}
footer > section {
	display: flex;
	width:1470px;
	max-width:90%;
	margin:0 auto;
	line-height: 2em;
}
footer > section > * {
	flex: auto;
}
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 > section > :last-child {
	text-align: right;
}
footer a {
	text-decoration:none;
}
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[type="submit"] {
	font-size: 13px;
	padding: 10px 15px;
}

.footerMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.TopMenu_MenuItems {
	display: none;
}
.creditcards {
	display: flex;
    align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.creditcards > div {
	border-radius: 2px;
    background-color: #FFF;
    padding: 4px 6px;
    display: flex;
    align-items: center;
    margin-left: 3px;
}
.creditcards > div img {
	height: 15px;
    width: auto;
    display: block;
}

a.social {
	width:35px;
	height:35px;
	border-radius: 50%;
	margin:0 5px 0 0;
	position: relative;
	border: solid 1px rgba(233,233,233,1.00);
	display: flex;
	justify-content: center;
	align-items: center;
}
.socialdiv {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
a.social svg {
	height: 20px;
	fill: #000;
	width: 20px
}
div.credits {
	padding:15px 0;
	background-color: #0D2133;
	color: #FFF;
}
div.credits > section {
	width:1470px;
	max-width:90%;
	margin:0 auto;
	display: flex;
	align-items: center;
}
div.credits img {
	width: 100%;
	max-width: 180px;
	display: block;
}
div.credits > section > * {
	flex: auto;
}
div.credits > section > div {
	max-width: 60%;
}
div.credits > section > a {
	font-size:9px;
	color:#FFF;
	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:#000;
	color: rgba(255,255,255,1.00);
	position: relative;
}
.mobileMenuHeader .fa {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 15px;
}
.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 {
	
}
.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"] {
	display: none;
}
.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%;
}



/* FULL SCREEN MOBILE SEARCH */
.fSSContainer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	background-color: rgba(255,255,255,1.0);
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.fSSInnerContainer {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.fSSInnerContainer > * {
	flex: auto;
}
.fSSHeader {
	text-align: center;
	background-color:rgba(49,49,49,1.00);
	color: rgba(255,255,255,1.00);
	padding: 15px;
	flex: none;
	position: relative;
}
.fSSHeader > span {
	font-weight: bold;
	font-size: 15px;
}
.fSSNewSearchButton {
	position: absolute;
	left:15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	font-family: 'Arial';
	cursor: pointer;
}
.fSSHeader > i {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 25px;
	cursor: pointer;
	font-family: 'Arial';
}
.fSSBody {
	position: relative;
	width: 100%;
	-webkit-overflow-scrolling:touch;
    overflow-y:auto;
	overflow-x:hidden;
	padding: 15px;
}
.fSSBody ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.fSSBody .header {
	font-size: 16px;
	margin: 0 0 8px;
}
.fSSBody > div {
	width: 100%;
	display: block;
	padding: 15px 0 0;
	border-top: solid 1px rgba(238,238,238,1.00);
	margin-bottom: 15px;
}
.fSSBody > div:first-child, .fSSBody > div.no-content {
	padding-top: 0;
	border-top: none;
}
.fSSBody > div.no-content {
	text-align: center;
}
.fSSBody > div .header > span {
	float: right;
	padding: 3px 5px;
	font-size: 12px;
	border-radius: 3px;
	background-color: rgba(230,230,230,1.00);
}
.fSSBody ul > li {
	padding: 3px 0;
	border-bottom: solid 1px rgba(238,238,238,1.00);
}
.fSSBody ul > li:first-child {
	padding-top: 0;
}
.fSSBody ul > li:last-child {
	border: none;
	padding-bottom: 0;
}
.fSSBody ul a {
	display: flex;
	text-decoration: none;
	align-items: center;
	width: 100%;
}
.fSSBody ul a > * {
	flex: auto;
}
.fSSBody ul a > .name {
	padding: 0 3% 0 0;
}
.fSSBody ul a > .image + .name {
	padding-left: 3%;
}
.fSSBody ul a > .image {
	flex: none;
	width: 14%;
}
.fSSBody ul a > .prices {
	text-align: right;
}
.fSSBody ul a > .prices .price {
	white-space: nowrap;
}
.fSSBody ul a > .prices .offerPrice {
	white-space: nowrap;
}
.fSSBody ul a img {
	display: block;
	width: 100%;
}
.fSSInnerContainer > .showAll {
	flex: none;
	width: 100%;
}
.fSSInnerContainer > .showAll a {
	display: block;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background-color: #6e9c16;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 35px;
	font-size: 15px;
}
.fSSContainer input[type="text"] {
	-webkit-appearance:none;
	border: none;
	border-bottom: solid 1px rgba(197,197,197,1.00);
	height: 45px;
	font-size: 15px;
	padding: 0 15px;
	text-align: center;
	display: block;
	width: calc(100% + 30px);
	margin: -15px 0 0 -15px;
}
.fSSContainer input[type="button"] {
	-webkit-appearance:none;
	display: block;
	width: 100%;
	border-radius: 3px;
	padding: 10px 35px;
	font-size: 15px;
	margin: 10% auto 0;
	border: none;
	background-color: #0d7800;
	color: rgba(255,255,255,1.00);
}
.fSSSearchLoading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 30;
	background-color: rgba(255,255,255,.50);
}
body.noscroll {
	overflow: hidden;
}
.slick-initialized .slick-slide {
	margin: 0 10px;
}



.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}

.brandsSlider .slick-slide img {
	height: 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: #0d7800;
}
/* 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: #0d7800;
  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 #0d7800;
	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%;
}


.opcBottom {
	display: flex;
	justify-content: center;
}

.stockInfo {
	background-color: #f5fff1;
	border: 1px solid #e0eeda;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.stockInfo img {
	border-radius: 50%;
	margin-right: 8px;
}


div#CookiePolicy {
    background-color:rgba(0,0,0,.80);
    left: 0;
    top: 0;
    bottom: auto;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    position: fixed;
    margin: 0;
    border-radius: 0;
    right: auto;
}
div#CookiePolicy div.CookiePolicyCenterText {
    background-color: rgba(255,255,255,1.00);
    flex: none;
    width: 700px;
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 40px rgba(0,0,0,.7);
    border-radius: 10px;
    color: rgba(0,0,0,1.00);
    margin: 0;
    -webkit-overflow-scrolling:touch;
    overflow-x:hidden;
	overflow-y:auto;
}
div#CookiePolicy h1, div#CookiePolicy h2, div#CookiePolicy h3, div#CookiePolicy h4, div#CookiePolicy h5 {
    color: rgba(0,0,0,1.00);
}
div.CookiePolicyText {
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 200px;
    max-height: none;
    overflow: visible;
}
input.cookie-policy-button {
    background-color:rgba(0,0,0,1.00) !important;
    color: rgba(255,255,255,1.00);
}
#CookiePolicy label {
    color: #000 !important;
}
div.CookiePolicyText a {
    text-decoration: underline;
}
div.CookiePolicyText > h2, div.CookiePolicyText > p {
    background-color:#f6f6f6;
    font-weight: normal;
}
div.CookiePolicyText > img {
    width: 300px;
    max-width: 50%;
    margin: 20px 40px;
}
div.CookiePolicyText > h2 {
    padding: 30px 40px 15px;
    margin: 0;
    font-size: 25px;
    font-weight: normal;
}
div.CookiePolicyText > p {
    padding: 0 40px 30px;
    margin: 0;
    line-height: 1.4em;
}
div.CookiePolicyText > * {
    order: 1;
}
div.cookie-policy-accept-buttons-container {
    order: 2;
    margin: 0;
    padding: 30px 40px 25px;
    display: flex;
    justify-content: center;
}
div.cookie-policy-accept-buttons-container > input[type="button"] {
    flex: auto;
    margin: 0;
    border-radius: 5px;
    padding: 20px 15px;
    font-weight: normal;
    box-shadow: inset 0px -4px 0px -2px rgba(0, 0, 0, 0);
}
div.cookie-policy-accept-buttons-container > input[type="button"].cookie-policy-accept {
    background-color: #f6f6f6 !important;
    border: none !important;
    color: rgba(0,0,0,1.00) !important;
}
div.cookie-policy-accept-buttons-container > input:not(:last-of-type) {
    margin-right: 30px;
}
div.cookie-policy-details-link-container {
    order: 3;
    padding: 0 0 25px;
    display: flex;
    justify-content: center;
}
div.cookie-policy-details-link-container > a {
    flex: none;
    color: rgba(0,0,0,1.00);
}
div.cookie-policy-details-container {
    order: 4;
    display: none;
}
div.cookie-policy-details-container div.rtable-cell {
    font-size: 65%;
}
div.cookie-policy-consents-container {
    order: 5;
    display: flex;
    border-top: solid 1px #d4d4d4;
    background-color:#f6f6f6;
    margin: 0;
}
div.cookie-policy-consents-container > div {
    flex: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 15px 20px;
}
div.cookie-policy-consents-container > div input {
    display: none;
}
div.cookie-policy-consents-container > div:not(:last-child) {
    border-right: solid 1px #d4d4d4;
}
div.cookie-policy-consents-container label {
    font-weight: normal;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
div.cookie-policy-consents-container label div {
    border-radius: 25px;
    width: 53px;
    margin: 7px 0 0;
    background-color: #ababab;
    padding: 4px;
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
}
div.cookie-policy-consents-container input:checked + label div {
    justify-content: flex-end;
    background-color:#455852;
}
div.cookie-policy-consents-container input:checked:disabled + label div {
    opacity: 0.7;
    cursor: default;
}
div.cookie-policy-consents-container label div > span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgba(255,255,255,1.00);
}
.rtable {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 0;
    padding: 0;
}
.rtable--4cols>.rtable-cell {
    width: 25%;
}
.rtable-header-cell {
    background-color: rgba(0,0,0,0.05);
    font-weight: bold;
}
.rtable-cell {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    padding: 0.8em 1.2em;
    overflow: hidden;
    list-style: none;
    border-bottom: 1px solid #ececec;
    font-size: 0.85em;
}

.cookieSettingsButton {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 35px;
    height: 35px;
    background-color: rgba(69,135,63,1.00);
    border-radius: 50%;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cookieSettingsButton img {
    flex: none;
    width: 57%;
    height: auto;
}
.cookieSettingsButton:hover {
    opacity: .7;
}
.add-on-products-header {
	margin-top: 20px;
	margin-bottom: 10px;
}
.add-on-product-row {
	display: flex;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 10px;
	align-items: center;
}
.add-on-product-image {
	width: 60px;
	flex: none;
	order: 2;
	border: 1px solid #eee;
}
.add-on-product-image img {
	max-width: 100%;
	display: block;
}
.add-on-product-name {
	flex: auto;
	padding: 0 10px;
	order: 3;
}
.add-on-product-column.add-on-product-checkbox {
	order: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -24px;
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 2px;
	width: 24px;
	height: 24px;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.add-on-product-checkbox input {
	width: 18px;
	height: 18px;
	border-radius: 2px;
	margin: 0;
	padding: 0;
}
.add-on-product-amount {
	order: 4;
}
.add-on-product-amount input {
	flex: none;
	width: 35px;
	height: 30px;
	border: 1px solid #eee;
	border-radius: 2px;
	text-align: center;
}
.add-on-product-price {
	display: flex;
	justify-content: flex-end;
	flex: none;
	padding-left: 8px;
	order: 5;
}
.add-on-products-container .add-on-product-row, .add-on-products-container .add-on-product-row .add-on-product-column {
    display: flex;
}
	
/* RESPONSIVE */
@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;
		min-height: 20px;
	}
	#ProductFilter-Container.loading {
		opacity: .3;
	}
	
	
	
	#ProductFilter-Container + #Content_Productlist {
		width: 80%;
		margin-left: 3%;
		display: inline-block;
	}
	
	.product-filter-headertext-container {
		display: none;
	}
	
	/*
	#ProductFilter-Container > .count {
		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 .product-filter-clear {
		display: none;
	}
	
	#ProductFilter-Container .btnFilterClose {
		display: none;
	}

}
@media (max-width: 1400px) {
	.tagline {
		display: none;
	}
	#Search_Form {
		left: 20%;
		width: 30%;
	}
}
@media (max-width: 1250px) {
	.tabs > ul > li i {
		display: none;
	}
}
@media (max-width: 1150px) {
	#Search_Form {
		width: 25%;
	}
}
@media (max-width: 1050px) {
	div.customerService img {
		display: none;
	}
}
@media (max-width: 900px) {
	.add-on-product-column.add-on-product-checkbox {
		top: 0;
		left: 0;
		transform: none;
	}
	#checkout-container #column-data:after, #checkout-container #column-shipping-payment:after {
		display: none !important;
	}
	header {
		position: sticky;
		top: 0;
	}
	.bp_announcementBarContainer > span {
		margin-bottom: 10px;
	}
	.bp_announcementBarBadge {
		display: none;
	}
	.bp_announcementBarContainer {
		flex-direction: column;
	}
	li .product .advanced {
	}
	.uspContainer.stuck {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
	}
	.stickyHeader {
		position: relative;
	}
	header.stuck {
		position: fixed;
		width: 100%;
	}
	.showbasketContent {
		display: block;
		margin: 0;
	}
	.showbasketContent > div, .showbasketContent > div.basketCheckout {
		flex: none;
		margin: 0;
		width: 100%;
	}
	.SubCats_Categories_UL > li, .SubCats_Categories_DIV > div {
		width: 48% !important;
	}
	.tagline {
		display: none;
	}
	.usp > li:nth-child(4) {
		display: none;
	}
	.social-top {
		display: none;
	}
	body, input, textarea, select, td.VariantGroupLabel {
		font-size: 12px;
	}
	.sticky-wrapper, .usp.slick-slider, #ProductmenuContainer_DIV, footer > section > .menu, #Search_Form, .headerInfoBoxes, #Search_Form:before {
		display: none;
	}
	header {
		box-shadow:0 0 5px rgba(0,0,0,0.20);
	}
	
	header > section {
		height:65px;
	}

	.shoplogo {
		width:70px;
		left: 0;
	}
	
	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;
		margin: 0px 0px 10px;
	}
	#favorit {
		right: 50px;
	}
	.favoritesCount {
		top: 0;
		left: -16px;
	}
	#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);
		
	}
	
	div.bewise_search {
		width: 600px;
		max-width: 88%;
	}
	div.bewise_search_inner>div>ul>li>a>div.name {
		min-width: 10px;
	}
	.bewise_search_inner>div>ul > li:nth-child(n+5) {
	}
	
	.miniBasket .count {
		display: block !important;
		top: -18px;
		left: -29px;
	}
	.miniBasket .products, .miniBasket .price, .miniBasket > div {
		display: none !important;
	}
	
	article {
		padding:5% 0;
	}
	
	
	h1 + .breadcrumb, h1 + .SubCats_BreadCrumb {
		margin: 0 0 10px;
	}

	.Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li, .Favorites_Custom_UL > li {
		width: 48%;
		margin-bottom: 15px;
	}
	
	
	
	li .product .price {
		font-size:12px;
	}
	li .product .price strike {
		display: inline-block;
		margin: 0 0 0 7px;
	}
	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;
	}
	
	
	
	.autoRelatedHeader {
		margin: 30px 0 20px;
	}
	.autoRelatedUl .slick-list {
		margin: 0 -10px;
	}
	.autoRelatedUl .slick-slide {
		margin: 0 10px;
	}
	
	
	td.FavTB_ProdNameTD {
		font-size:11px;
		padding-left:10px;
	}
	td.FavTB_ActionButtonsTD > a > img {
		width:20px;
	}
	td.FavTB_Buy {
		width:33%;
	}
	
	
	
	/* PRODUCTCARD */
	.productcard {
		flex-wrap: wrap;
	}
	.productcard > div:first-child, .productcard > div, .productcard > div:last-child {
		width: 100%;
		margin: 0 0 20px;
	}
	.productcard > div:last-child {
		margin: 0;
		padding-left: 0;
		border-left: none;
	}
	
	.productcard .information > div {
		padding: 5px 7px;
	}
	.productcard .information .shippingMessage i {
		display: none;
	}
	
	.tabs > ul > li {
		padding: 0 10px 10px 0;
		margin: 0 10px 0 0;
	}
	
	
	
	
	.btnFilter {
		display: block;
	}
	#ProductFilter-Container {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		background-color:rgba(255,255,255,1.00);
		z-index: 9999999;
	}
	#ProductFilter-Container.visible {
		display: flex;
		flex-direction: column;
	}
	#ProductFilter-Container > div {
		width: 1470px;
		max-width: 90%;
		margin: 0 auto;
		flex: auto;
	}
	#ProductFilter-Container > div.product-filter-headertext-container {
		text-align: center;
		font-size: 20px;
		color:rgba(0,0,0,1.00);
		margin: 0;
		padding: 20px 5%;
		flex: none;
		max-width: 100%;
		position: relative;
	}
	#ProductFilter-Container > div.product-filter-headertext-container .filterResult {
		font-size: 12px;
		margin: 5px 0 0;
	}
	#ProductFilter-Container > div.product-filter-column-container-1 {
		flex: auto;
		-webkit-overflow-scrolling:touch;
		overflow-y:auto;
		overflow-x:hidden;
	}
	#ProductFilter-Container > div:last-child {
		flex: none;
	}
	
	.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);
	}
	.product-filter-clear-all-bottom-left {
		padding: 20px 0;
	}
	
	
	/* FOOTER */
	footer {
		padding:20px 0;
	}
	footer > section {
		display: block;
	}
	footer > section > :not(:last-child) {
		margin-bottom: 30px;
	}
	footer > section .newsletter {
		max-width: none;
		width: 100%;
	}
	footer > section > * > strong {
		margin: 0 0 10px;
	}
	footer > section > :last-child {
		text-align: left;
	}
	
	
	
	.btnMenu, .btnSearch {
		display: block;
	}
	
	
	.popularCategories {
		flex-wrap: wrap;
		margin: 0;
	}
	.popularCategories > * {
		flex: none;
		width: 100%;
		margin: 0 0 10px;
	}
	.popularCategories > :last-child {
		margin-bottom: 0;
	}
	.Text1_FrontPage, .Text2_FrontPage {
		margin: 0 0 50px;
	}
	.Text1_FrontPage .columns, .Text2_FrontPage .columns {
		column-count: 1;
	}
	.webshop-frontpage .autoRelatedContainer {
		margin-bottom: 50px;
	}
	
	.fpBoxes {
		display: block;
		margin: 0 0 50px;
	}
	.fpBoxes > div {
		margin: 0 0 15px;
	}
	.fpBoxes > div:last-child {
		margin: 0;
	}
	.fpBoxes > div, .fpBoxes > div.multi {
		width: 100%;
	}
	.fpBoxes > div.multi > * {
		
	}
	
	ul.employees {
		margin: 0;
	}
	ul.employees > li {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
	}
	
	
	/* 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%;
	}
	
	
	
	/* OPC */
	#checkout-container #column-data h3, #checkout-container div h2 {
		font-size: 14px;
		line-height: 14px;
		padding: 11px 15px;
	}
	#checkout-container div#column-data {
		width:100%;
		float:none;
		margin:0 0 15px;
	}
	#checkout-container div#column-shipping-payment {
		width:100%;
		float:none;
		margin:0 0 15px 0;
	}
	#checkout-container div#column-order-summary {
		width: 100%;
		float: none;
	}
	
	#checkout-container div#column-data, #checkout-container div#column-shipping-payment, div#order-summary, div#order-confirm, #order-creditcard, #order-giftcertificate {
		border:0;
	}
	#customer-data fieldset > label {
		width: 98%;
	}
    
    div.CookiePolicyText > img {
        margin: 20px 25px;
    }
    div.CookiePolicyText > h2 {
        padding: 25px 25px 15px;
        font-size: 18px;
    }
    div.CookiePolicyText > p {
        padding: 0 25px 25px;
        font-size: 95%;
        max-height: 40vh;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: auto;
    }
    div.cookie-policy-accept-buttons-container {
        padding: 20px 25px 15px;
        flex-direction: column-reverse;
    }
    div.cookie-policy-accept-buttons-container > input[type="button"] {
        font-size: 90%;
        padding: 15px 10px;
    }
    div.cookie-policy-details-link-container {
        padding: 0 0 20px;
    }
    div.cookie-policy-consents-container {
        flex-wrap: wrap;
    }
    div.cookie-policy-consents-container > div {
        flex: none;
        width: 50%;
    }
    div.cookie-policy-consents-container > div:nth-child(-n+2) {
        border-bottom: solid 1px #d4d4d4;
    }
    div.cookie-policy-accept-buttons-container > input {
        padding: 10px 15px;
    }
    div.cookie-policy-accept-buttons-container > input:not(:last-of-type) {
        margin-right: 0;
        margin-top: 10px;
    }
    div.cookie-policy-consents-container label {
        font-size: 80%;
    }
    div.cookie-policy-consents-container label div > span {
        width: 20px;
        height: 20px;
    }
    .cookieSettingsButton {
        bottom: 10px;
        left: 10px;
        width: 30px;
        height: 30px;
    }
	
	
}
@media (max-width: 700px) {
	div.colums {
		column-count: 1;
		column-gap: 0;
	}
	.usp > li:nth-child(n+3) {
		display: none;
	}
	.fpBoxes span {
		font-size: 12px;
		padding: 5px;
	}
}
@media (max-width: 450px) {
	.usp > li:nth-child(n+2), .shiplogo {
		display: none;
	}
	.usp {
		display: block;
	}
	.usp > li {
		display: block;
		width: 100%;
		text-align: center;
	}
	.showbasketRow > div.unitprice {
		display: none;
	}
}