@charset "UTF-8";

@media only screen{
	.webshop-html body.webshop-body {
		background-color: inherit;
	}
}
.webshop-html #alertbar {
	color: #ffffff;
	background-color: #a9a39b;
}
.webshop-html #alertbar a {
	color: #ffffff;
	background-color: #000000;
}
.webshop-html .fpBoxes > :nth-child(1) > * {
	background-color: #c1d6e6;
}
.webshop-html .fpBoxes > :nth-child(1) > * strong {
	color: #c1d6e6;
	background-color: #ffffff;
}
.webshop-html .fpBoxes > :nth-child(1) > * small {
	color: #ffffff;
}
.webshop-html .fpBoxes > :nth-child(2) > * {
	background-color: #C6AFB9;
}
.webshop-html .fpBoxes > :nth-child(2) > * strong {
	color: #C6AFB9;
	background-color: #ffffff;
}
.webshop-html .fpBoxes > :nth-child(2) > * small {
	color: #ffffff;
}
.webshop-html .fpBoxes > :nth-child(3) > * {
	background-color: #A0B9AF;
}
.webshop-html .fpBoxes > :nth-child(3) > * strong {
	color: #A0B9AF;
	background-color: #ffffff;
}
.webshop-html .fpBoxes > :nth-child(3) > * small {
	color: #ffffff;
}
.webshop-html .fpBoxes > :nth-child(4) > * {
	background-color: #938b82;
}
.webshop-html .fpBoxes > :nth-child(4) > * strong {
	color: #938b82;
	background-color: #ffffff;
}
.webshop-html .fpBoxes > :nth-child(4) > * small {
	color: #ffffff;
}


/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');*/
body.noscroll {
    overflow: hidden;
}
body, html {
    height: 100%;
}

.tempoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.60);
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 999999;
}
.tempoverlay.active {
    display: flex;
}
.tempoverlay > div {
    background-color: rgba(255,255,255,1.00);
    width: 700px;
    max-width: 90%;
    padding: 8%;
    box-shadow: 0 0 40px rgba(0,0,0,.5);
    text-align: center;
}
.tempoverlaytitle {
    font-size: 40px;
    font-weight: bold;
}

.sort-container {
	padding: 20px 0 20px;
}
.imagevieweroverlay {
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.50);
    display: flex;
    align-items: center;
    justify-content: center;
}
.imageviewer {
    flex: none;
    width: 900px;
    max-width: 100%;
    background-color: rgba(255,255,255,1.00);
    box-shadow: 0 0 30px rgb(0 0 0 / 30%);
}
.imagevieweroverlay > i {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,1.00);
    display: flex;
    width: 60px;
    height: 60px;
    color: rgba(255,255,255,1.00);
    font-size: 22px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.imageviewer .slick-track {
    display: flex !important;
}
.imageviewer .slick-slide {
    display: flex !important;
    height: inherit !important;
    align-items: center;
    justify-content: center;
}
.imageviewer .slick-slide img {
    max-height: calc(100vh - 120px);
}
.imageviewer .slick-prev, .imageviewer .slick-next, .advancedOverlaySlick .slick-prev, .advancedOverlaySlick .slick-next {
    opacity: 1;
    z-index: 10;
    background-color: rgba(0,0,0,.70);
}
.imageviewer .slick-prev, .advancedOverlaySlick .slick-prev {
    left: 10px;
}
.imageviewer .slick-next, .advancedOverlaySlick .slick-next {
    right: 10px;
}
.cookieTextContainer {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: 0;
	width: 100%;
	color: rgba(255,255,255,1.00);
	background-color: rgba(0,0,0,.70);
	padding: 40px 0;
}
.cookieTextContainerInner {
	width: 1100px;
	max-width: 90%;
	margin: 0 auto;
	text-align: left;
}
.cookieTextContainerInner > * {
	display: inline-block;
	vertical-align: middle;
}
.cookieTextContainerInner > img {
	width: 40px;
	margin: 0 15px 0 0;
}
.cookieTextContainerInner > span > strong {
	display: block;
	margin: 0 0 2px;
}
.cookieTextContainerInner a {
	color: #30c1f3;
}
.cookieCloseButton {
	float: right;
	background-color: #30c1f3;
	color: rgba(255,255,255,1.00);
	cursor: pointer;
	padding: 10px 25px;
	margin: 0 0 0 30px;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper{
    width: 100%;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll,
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection{
    float:left;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection{
    background-color: #333333 !important;
    border: 1px solid #333333 !important;
}



.siteGoTo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 0;
    font-size: 13px;
}
.siteGoTo > input {
    height: 36px;
    border-radius: 3px;
    border: 1px solid #eee;
    padding: 0 10px;
    margin: 0 8px;
    width: 50px;
}
.siteGoTo > a {
    text-decoration: none;
    background-color: #438443;
    color: #FFF;
    border-radius: 3px;
    padding: 9px 10px;
}
.siteGoTo > a:hover {
    color: #FFF;
}

.loyaltyStepsPopup {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 500;
	background-color:rgba(0,0,0,.30);
	display: none;
}
.loyaltyStepsPopupInner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 1000px;
	max-width: 95%;
	border-radius: 6px;
	background-color: rgba(255,255,255,1.00);
	padding: 30px;
	text-align: center;
	box-shadow: 0 0 30px rgba(0,0,0,.3);
}
.loyaltyStepsPopupHeader {
	font-size: 35px;
	margin: 0 0 20px;
}
.loyaltyStepsPopupMessages {
	font-size: 20px;
	margin: 0 0 30px;
}
.loyaltyStepsPopupMessages i {
	color:#81b58a;
	margin: 0 6px 0 0;
}
.loyaltyStepsPopupButtons a {
	padding: 13px 25px;
	border-radius: 3px;
	background-color: #81b58a;
	color: white;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 20px 0 0;
	display: inline-block;
	text-decoration: none;
	font-size: 17px;
}
.loyaltyStepsPopupButtons > a:last-child {
	background-color: rgba(51,51,51,1.00);
	margin: 0;
}
.loyaltyStepsPopupButtons + .clerk {
	margin-top: 30px;
	display: block;
}
.loyaltyStepsPopupInner h2 {
	font-size: 17px;
}

#ShopMainLayOutTable {
	display:none;
}
body {
	margin:0;
}
body, input, textarea, select, .ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, td.VariantGroupLabel {
    font-family: 'Open Sans', sans-serif;
	color:#484848;
	font-size:13px;
	font-weight:normal;
}
a {
	color:#000;
}
a:hover {
	color:#858585;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border:0;
}

select {
	-webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid rgba(66,136,161,1.00);
    background-color: #FFF;
    padding: 0px 27px 0px 7px;
    height: 34px;
    width: 100%;
	-webkit-border-radius:3px;
	border-radius:3px;
    background-image: url('/images/skins/Bewise/images/select-arrow-down.png');
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: calc(100% - 10px) 50%;
	cursor:pointer;
}
select:disabled {
	opacity: .3;
	cursor: default;
}
select::-ms-expand {
    display: none;
}

.wrapper {
    background-color: rgba(255,255,255,1.00);
}
.wrapper > .shadow {
	margin:0 auto;
	max-width:90%;
}
.shadow img {
	display:block;
	width:100%;
}
input[type="submit"], .button, input[type="button"], #checkout-container input#confirm-complete-button, a.ShowBasket_SendBasketLink_Send_Link, body.webshop-frontpage div.nivo-dynamic-text-link, div.ui-widget.dd-dialog-responsive input[type="button"], div.ui-widget.dd-dialog-responsive input[type="button"]:hover {
	font-weight:bold;
	letter-spacing:1px;
	-webkit-box-shadow: inset 0px -4px 0px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    inset 0px -4px 0px -2px rgba(0, 0, 0, 0.2);
	box-shadow:         inset 0px -4px 0px -2px rgba(0, 0, 0, 0.2);
	border:0;
	color:#fff;
	cursor:pointer;
	background-color:#81b58a;
	-webkit-appearance: none;
	display:inline-block;
	font-size:17px;
	padding:10px 15px;
	text-decoration:none;
	text-transform:uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div.ui-widget.dd-dialog-responsive input[type="button"], div.ui-widget.dd-dialog-responsive input[type="button"]:hover {
	padding:0;
}

h1, .Heading_Productmenu, .Heading_Terms, .Heading_Profile, .Heading_AdvancedSearchPage, .Heading_ShowBasket_Master, #checkout-container h1.checkout-headline, aside .header, .Heading_B2Blogin, .SubCatsProcuctsHeading, .Heading_Customer, .Heading_ProductList, .Heading_Favorites, .Heading_OrderStep4, .Heading_Order4 {
	font-weight:300;
	display: block;
	text-align: left;
	font-size: 35px;
	padding:0;
	margin:0px 0px 20px;
	border:0;
}
h2 {
	font-size:16px;
	font-weight:normal;
	padding:0;
	margin:0 0 10px;
}
.wrapper {

}
header {
	position:relative;
	background-color:rgba(255,255,255,1.00);
	z-index: 500;
}
header > section {
	width:1100px;
	max-width:90%;
	margin:0 auto;
	position:relative;
	height:110px;
}

div.dd-theme-default .dd-nivoSlider {
	background-color:transparent;
}
div.nivoSlider a.nivo-imageLink {
	height:100% !important;
	z-index:9;
}
.WebShopSkinLogo {
	position:absolute;
	display:block;
	width:30%;
	top:50%;
	left:0;
	transform:translateY(-50%);
}

#alertbar {
	color:rgba(255,255,255,1.00);
	text-align:center;
	padding:8px 30px;
	margin: 0;
	font-weight:normal;
	background-color:rgba(0,0,0,1.00);
	font-size:16px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	z-index: 10;
	border-bottom: solid 1px rgba(0,0,0,.1);
	width: 100%;
	position: relative;
}
#alertbar a {
	display:inline-block;
	padding:3px 10px;
	background-color:#81b58a;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin:0 0 0 6px;
}
#alertbar .close {
	background-color:rgba(0,0,0,1.00);
	-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%;
	color: rgba(255,255,255,1.00);
	-webkit-transform:translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

#basket {
	position:absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
	z-index:100;
	display: flex;
	align-items: center;
	border-radius: 4px;
	padding:11px 15px;
	border:solid 1px rgba(66,136,161,1.00);
	cursor:pointer;
}
#basket:after {
	content: '';
	width: 24px;
	height: 24px;
	background-image: url('../images/icons/icon-basket.svg');
	background-size: 100% auto;
	display: inline-block;
	margin-left: 10px;
}

#basket .totalproducts {
	position:absolute;
	z-index:10;
	top:0;
	left:0;
    align-items: center;
    justify-content: center;
    transform: translate(-50%,-50%);
	border-radius: 25px;
	background-color:rgba(66,136,161,1.00);
	font-size:12px;
	line-height:1;
	color:rgba(255,255,255,1.00);
	font-weight:bold;
    width: 20px;
    height: 20px;
    display: none;
}
#basket .totalprice {
	font-size:17px;
	line-height:1;
}
#basket div.basketlink a {
	display:none;
	margin:3px 0 0;
}
#basket .creditcards {
	display:none;
}


.TopMenu_MenuItems {
	display: none;
}


/* TOPMENU */
header .TopMenu_MenuItems {
	position:absolute;
	top:10px;
	right:0;
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:0;
}
header .TopMenu_MenuItems > li {
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 13px;
}
header .TopMenu_MenuItems > li > a {
	text-transform:uppercase;
	font-size: 11px;
	text-decoration:none;
}
header .TopMenu_MenuItems > li > a.Link_Active_Topmenu {
	color:rgba(0,0,0,0.40);
}
header .TopMenu_MenuItems > li > img {
	height:15px;
	display:block;
}



/* SEARCH */
.mobileClerk + div {
	max-width: 90%;
}
.mobileClerk + div .clerk-live-product {
	padding: 5px 0;
}
.mobileClerk + div .clerk-live-cta-button {
	padding: 5px 9px;
	font-size: 0.7em;
}
.mobileClerk + div .clerk-live-product-name {
	font-size: 11px;
}
.mobileClerk + div .clerk-live-product-price {
	font-size: 11px;
}
.mobileClerk + div .clerk-live-product img {
	max-width: 2em;
}
.mobileClerk + div > div:last-child > span > div:nth-child(4) {
	padding-bottom: 0;
	border: 0;
	margin-bottom: 0;
}
.mobileClerk + div > div:last-child > span > div:nth-child(n+5) {
	display: none;
}

.mobileSearch {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	padding: 10px 5%;
	box-shadow: 0 2px 5px rgba(0,0,0,0.20);
}
.mobileSearch br {
	display: none;
}
.mobileSearch .SearchField_SearchPage {
	display: block;
	width: 100%;
	height: 30px;
	padding: 0 10px;
}
.mobileSearch .SubmitButton_SearchPage {
	display: none;
}
header #Search_Form {
	position:absolute;
	left:53%;
	top:50%;
	width:27%;
	height:43px;
	transform:translateY(-50%) translateX(-50%);
}
.SearchTitle_SearchPage,
.nbsp,
#Search_Form br {
	display:none;
}
#Search_Form:after {
	content: "\f002";
	position: absolute;
	z-index: 20;
	right: 15px;
	font-size: 15px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(153,153,153,1.00);
	top: 50%;
	transform: translateY(-50%);
	font-family: 'FontAwesome';
}
#Search_Form .SearchField_SearchPage {
	color: #000;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 0px 15px 0px 17px;
	border: 1px solid rgba(177, 177, 177, 0.5);
	height: 100%;
	width: 100%;
	font-size: 14px;
	position: absolute;
	right: 0px;
	font-weight: normal;
	letter-spacing: 1px;

	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#Search_Form .SearchField_SearchPage:focus {
	background-color:rgba(255,255,255,1.00);
}
.SubmitButton_SearchPage {
	display:none !important;
}

.bewise_search {
	max-width: 700px !important;
	width: 700px !important;
}
.bewise_search.bewise_wide .bewise_search_inner {
	display: block !important;
}
.bewise_search_inner .products {
	float: left;
	width: 70%;
}
.bewise_search_inner .brands, .bewise_search_inner .categories {
	float: left;
	width: 30%;
	border-right: none !important;
}
.bewise_search.bewise_wide .bewise_search_inner > div {

}
.bewise_search .showAll {
	clear: both;
	text-align: center;
	width: 70%;
}

.fSSContainer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	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(66,136,161,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: 11px;
	cursor: pointer;
}
.fSSHeader > i {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 15px;
	cursor: pointer;
}
.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 .brands, .fSSBody .categories {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 15px;
}
.fSSBody .header {
	font-size: 16px;
	margin: 0 0 8px;
}
.fSSBody .brands .header span, .fSSBody .categories .header span {
	display: none;
}
.fSSBody .products {
	width: 100%;
	display: block;
	padding: 15px 0 0;
	border-top: solid 1px rgba(238,238,238,1.00);
	margin-bottom: 15px;
}
.fSSBody .productCount {
	float: right;
	padding: 3px 5px;
	font-size: 12px;
	border-radius: 3px;
	background-color: rgba(230,230,230,1.00);
}
.fSSBody .products ul > li {
	padding: 3px 0;
	border-bottom: solid 1px rgba(238,238,238,1.00);
}
.fSSBody .products ul > li:first-child {
	padding-top: 0;
}
.fSSBody .products ul > li:last-child {
	border: none;
	padding-bottom: 0;
}
.fSSBody .products a {
	display: flex;
	text-decoration: none;
	align-items: center;
	width: 100%;
}
.fSSBody .products a > * {
	flex: auto;
}
.fSSBody .products a > .name {
	padding: 0 2%;
}
.fSSBody .products a > .image {
	flex: none;
	width: 16%;
}
.fSSBody .products a > .prices {
	text-align: right;
}
.fSSBody .products a > .prices .price, .fSSBody .products a > .prices .offerPrice {
	white-space: nowrap;
}
.fSSBody .products a > .prices .offerPrice {
	text-decoration: line-through;
}
.fSSBody .products 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: #81b58a;
	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"] {
	display: block;
	width: 80%;
	padding: 10px 35px;
	font-size: 15px;
	margin: 10% auto 0;
}

.searchLoading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 30;
	background-color: rgba(255,255,255,.50);
}
body.noscroll {
	overflow: hidden;
}


article {
	width:1100px;
	max-width:90%;
	margin:40px auto 50px;
	padding:0;
	background-color:rgba(255,255,255,1.00);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position:relative;
}
.breadcrumb-container + article {
	margin-top: 0;
}
article:after {
	content:"";
	clear:both;
	display:block;
}
article.aside > .content {
	float:right;
	width:75%;
}

/* ASIDE */
aside {
	float:left;
	width:22%;
}

aside > nav > ul {
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:hidden;
}
aside > nav > ul > li > a {
	text-decoration:none;
	background-color:#383838;
	display:block;
	padding:8px 15px;
	color:rgba(255,255,255,1.00);
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
aside > nav > ul > li > a > span.ProductMenu_MenuItemBold {
	font-weight:bold;
}
/* LEVEL 2 */
aside > nav > ul > li > ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
aside > nav > ul > li > ul > li > a {
	display:block;
	padding:7px 15px;
	text-decoration:none;
	border:solid 1px rgba(216,216,216,1.00);
	border-top:0;
}
aside > nav > ul > li > ul > li.open > a {
	background-color:rgba(239,239,239,0.80);
}
aside > nav > ul > li > ul > li:last-child > a {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
/* LEVEL 3 */
aside > nav > ul > li > ul > li > ul {
	display:none;
	margin:0;
	padding:10px 0;
	list-style-type:none;
	border-right:solid 1px rgba(216,216,216,1.00);
	border-left:solid 5px rgba(216,216,216,1.00);
	border-bottom:solid 1px rgba(216,216,216,1.00);
}
aside > nav > ul > li > ul > li > ul > li > a {
	display:block;
	padding:1px 10px;
	text-decoration:none;
}
aside > nav > ul > li > ul > li > ul > li a.Activ_ProductMenu {
	border-right:3px solid rgba(102,102,102,1.00);
}


span.clerk-slider-nav {
	z-index: 100 !important;
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background-color: rgba(255,255,255,.70);
}
.loading > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.loading .fa {
	color: #65c8c7;
	font-size: 60px;
}

/* FILTER */
.product-filter-count-container {
	display: none;
}
.filterContainer.active {
	margin-bottom: 20px;
}
/*
.filterContainer.active ~ #Content_Productlist h1,
.filterContainer.active ~ #Content_Productlist .SubCats_Categories_Container,
.filterContainer.active ~ #Content_Productlist .category-description{
	display: none;
}
*/
/*
.filterContainer.active + #Content_Productlist h1,
.filterContainer.active + #Content_Productlist .SubCats_Categories_Container,
.filterContainer.active + #Content_Productlist .category-description{
	display: none;
}
*/
/*
.filterContainer + .activeFilters {
	display: none;
}*/
/*
#btnFilter {
	display: none;
	background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
	padding: 10px 15px;
}
*/
#ProductFilter-Container {
	padding:0;
	position:relative;
}
body.blog #ProductFilter-Container {
	display: none;
}
#ProductFilter-Container + #Content_Productlist {
	margin: 20px 0 0;
}

.activeFilters {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.activeFilters > span.header {
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 0 0;
}
.activeFilters > span.selected {
	display:inline-block;
	vertical-align:middle;
	background-color:rgba(66,136,161,1.00);
	color:rgba(255,255,255,1.00);
	font-size:12px;
	line-height:12px;
	padding:4px 8px;
	margin:4px 15px 4px 0;
	font-weight:normal;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position:relative;
}
.activeFilters > span.selected > .remove {
	position:absolute;
	right:-7px;
	top:-5px;
	background-color:#333;
	height:14px;
	width:14px;
	border-radius:50%;
	color:#FFF;
	text-align:center;
	padding:1px 0 0;
	font-size:10px;
	line-height:10px;
	cursor:pointer;
	/*box-shadow:-1px 1px 0 rgba(0,0,0,0.30);*/
}
.activeFilters > span.selected > .remove:hover {
	background-color:rgba(0,0,0,1.00);
	color:rgba(255,255,255,1.00);
}

#Content_Productlist ul.clerk-slider {
	margin-bottom: 30px;
}

#ProductFilter-Container:after {
	clear:both;
	content:"";
	display:block;
}
.loading-filter {
	padding:5px 0;
}
#ProductFilter-Container > div > div.product-filter-clear-all {
	position:absolute;
	right:0;
	top:-30px;
	margin: 0;
	font-size:12px;
}
#ProductFilter-Container > div {
	display: flex;
}

#ProductFilter-Container .product-filter-headertext-container {
	font-weight:bold;
	margin:0 25px 0 0;
	display: none;
}
#ProductFilter-Container > div {
	margin: 0 -1%;
}
#ProductFilter-Container > div > div {
	margin: 0 1%;
}

.product-filter-column {
	padding:0;
	width:auto !important;
	flex: auto;
}
.product-filter-container {
	border:0;
}
.product-filter-header-container {
	line-height:normal;
	min-width:inherit;
    padding: 10px 30px 10px 14px;
    background-color: #FFF;
    margin: 0;
    position: relative;
    cursor:pointer;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
	float: none;
}
.product-filter-header-text {
    float:none;
    font-weight: normal;
}
.product-filter-header-text > span {
    padding: 0 0 0 7px;
    color: rgba(66,136,161,1.00);
}
.product-filter-header-container:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-filter-header-container.open:after {
    transform: translateY(-50%) rotate(180deg);
}
.product-filter-body-container {
	display:none;
	position:absolute;
	background-color:rgba(255,255,255,1.00);
	z-index:300;
	/*box-shadow:0 2px 0px #D9D9D9;*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:solid 1px #DADADA;
    max-width: 100%;
    padding: 20px;
}
.product-filter-header-container-price + .product-filter-body-container {
	min-width: 180px;
}

/*
.product-filter-body-container:before {
	content:"";
	display:block;
	position:absolute;
	width:9px;
	height:9px;
	z-index:-10;
	transform:rotate(45deg);
	top:-5px;
	left:20px;
	background-color:rgba(255,255,255,1.00);
	border-top:solid 1px #DADADA;
	border-left:solid 1px #DADADA;
}
*/
.product-filter-checkbox-container {
	white-space:nowrap;
	padding:4px 0;
	margin: 0 !important;
	min-width:150px;
	cursor:pointer;
}
.product-filter-checkbox-container > span {
	display:inline-block;
	border:solid 2px rgba(87,87,87,1.00);
	height:19px;
	width:19px;
    border-radius: 3px;
	vertical-align:middle;
	margin:0 10px 0 0;
	position:relative;
}
.product-filter-checkbox-container > span.checked,
.product-filter-checkbox-container > input:checked + span.filter-input-span {
	border-color:rgba(219,219,219,1.00);
}
.product-filter-checkbox-container > span.checked:before,
.product-filter-checkbox-container > input:checked + span.filter-input-span:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    color: #54b85b;
}

.product-filter-checkbox {
	display:none;
	float:none;
	margin:0 8px 0 0;

}
.product-filter-checkbox-label {
	display:inline-block;
	float:none;
	line-height:normal;
	vertical-align:middle;
	cursor:pointer;
	position: relative;
    margin-left: -30px;
    padding-left: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.product-filter-clear {
	display:none;
}

/*
#btn-filter {
	background-color:rgba(43,43,43,1.00);
	padding:8px 10px;
	color:rgba(255,255,255,1.00);
	border-radius:3px;
	display: none;
	vertical-align: middle;
	margin: 0 0 15px;
	cursor:pointer;
}
#btn-filter:before {
	font-family: "FontAwesome";
	content: "\f1de";
	margin: 0 7px 0 0;
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	font-size: 15px;
}
*/

#btn-filter {
	background-color:rgba(66,136,161,1.00);
	padding:8px 10px;
	color:rgba(255,255,255,1.00);
	border-radius:3px;
	cursor:pointer;
	display: none;
}
#btn-filter:before {
	font-family: 'FontAwesome';
	content: "\f1de";
	margin: 0 7px 0 0;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
}

.mobileOnly {
	display: none;
}

/*
.filterLoaded h1, .filterLoaded .sort-container {
	display: none;
}
#ProductFilter-Container {
	display: none;
	padding: 0 0 30px;
}
.product-filter-headertext-container {
	display: none;
}
div[class*="product-filter-column-container-"] {
	margin: 0 -1%;
}
div.product-filter-column {
	width: 31.33% !important;
	margin: 0 1% 2%;
	padding: 0;
}
#product-filter-show-all-container {
	display: none;
}
#product-filter-container-hidden {
	display: block !important;
}

body.loading:after {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 9999;
	background-color: rgba(255,255,255,.70);
}
*/

/* FILTER ASIDE */
/*
aside #ProductFilter-Container, #btn-filter {
	display:none;
}
*/

/*
#btn-filter {
	background-color:rgba(66,136,161,1.00);
	padding:8px 10px;
	color:rgba(255,255,255,1.00);
	border-radius:3px;
	float: left;
	margin: 0 10px 0 0;
	cursor:pointer;
}
#btn-filter:before {
	font-family: 'FontAwesome';
	content: "\f1de";
	margin: 0 7px 0 0;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
}
*/
aside #ProductFilter-Container > div > .product-filter-clear {
	margin:0 0 20px;
}
aside #ProductFilter-Container > div:not(.product-filter-headertext-container) {
	position:relative;
}
aside .product-filter-headertext-container {
	font-weight:bold;
	background-color:#383838;
	padding:8px 15px;
	color:rgba(255,255,255,1.00);
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
aside .product-filter-clear-all-top-right, aside .product-filter-clear-all-bottom-right {
	position:absolute;
	bottom:calc(100% + 8px);
	right:10px;
	z-index:10;
}
aside .product-filter-clear-all a {
	color:rgba(255,255,255,1.00);
	font-size:12px;
}
aside .product-filter-header-clearlink-container a {
	font-size:12px;
}
aside .product-filter-container {
	border-top:0;
}
aside .product-filter-checkbox {
	margin:0 5px 0 0;
}


/* FRONTPAGE */
body.webshop-frontpage article .trustpilot-widget {
	margin: 50px 0;
}


.slider-wrapper > a > img {
	width: 100%;
	display: block;
}

.fpBoxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1% 30px;
    padding: 0;
    list-style-type: none;
}
.fpBoxes > * {
    flex: none;
    width: 23%;
    margin: 0 1% 2%;
    position: relative;
    transition: all 0.2s ease;
}
.fpBoxes > *:hover {
    box-shadow: 0 0 30px rgba(0,0,0,.2);
    transform: scale(1.05);
    z-index: 10;
}
.fpBoxes > * > * {
    background-color: #81b58a;
    color: rgba(253,253,253,1.00);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    height: 100%;
    text-decoration: none;
    text-transform: uppercase;
}
.fpBoxes > * > * strong {
    padding: 10px 20px;
    font-size: 30px;
    background-color: rgba(255,255,255,1.00);
    color: #81b58a;
    text-align: center;
}
.fpBoxes > * > * small {
    margin: 15px 0 0;
    font-size: 20px;
}


body.webshop-frontpage .slider-wrapper:after {
	content:"";
	max-width:90%;
	margin:0 auto;
	height:30px;
	display:block;
	background-image:url('/images/skins/Bewise/images/shadow.png');
	background-repeat:no-repeat;
	background-size:100% 100%;
}
body.webshop-frontpage .slider-wrapper .nivo-controlNav {
	position:absolute;
	width:100%;
	margin:14px 0 0;
}
body.webshop-frontpage .nivo-controlNav a {
	background-image:none;
	background-color:rgba(0,0,0,0.20);
	-webkit-border-radius:50%;
	-moz-borde-radius:50%;
	border-radius:50%;
	width:6px;
	height:6px;
}
body.webshop-frontpage .nivo-controlNav a.active {
	background-color:rgba(108,108,108,1.00);
}
body.webshop-frontpage .dd-nivoSlider div.nivo-caption {
	opacity:1.0;
	top:auto;
	right:auto;
	bottom:50% !important;
	left:50%;
	background-color:transparent;
	padding:0;
	color:rgba(83,83,83,1.00);
	-webkit-transform: translateY(50%) translateX(-50%);
	-moz-transform: translateY(50%) translateX(-50%);
	transform: translateY(50%) translateX(-50%);
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:13px;
	line-height:13px;
	text-align:left;
	text-shadow:1px 1px 0px rgba(255,255,255,0.30);
	font-weight:300;
	width:1100px;
	max-width:90%;
	height:auto;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
body.webshop-frontpage div.nivo-dynamic-text {
	top:calc(50% - 25px) !important;
	right:auto;
	bottom:auto !important;
	left:50% !important;
	width:1100px;
	max-width:90%;
	letter-spacing:1px;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
body.webshop-frontpage div.nivo-dynamic-text-header {
	font-size:45px;
	font-weight:300;
	margin:0 0 10px;
}
body.webshop-frontpage div.nivo-dynamic-text-teaser {
	text-transform:uppercase;
	font-size:12px;
}
body.webshop-frontpage div.nivo-dynamic-text-link {
	margin:10px 0 0;
	font-size:13px;
}
body.webshop-frontpage div.nivo-dynamic-text-link:hover {
	background-color:rgba(111,111,111,1.00);
}

.Text1_FrontPage {
	display:block;
	margin:0 0 30px;
}
.Text1_FrontPage:after {
	content: "";
	clear: both;
	display: block;
}
.Text1_FrontPage > a {
	float: left;
	width: 48%;
	margin: 0 1%;
}
.Text1_FrontPage > a img {
	display: block;
	width: 100%;
}


.Text2_FrontPage {
	display:block;
	margin:30px 0 0;
}
.Text2_FrontPage > p {
	line-height:18px;
	display:block;
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	column-count: 2;
	column-gap: 30px;
}


.slick-prev, .slick-next {
	opacity:0;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:10px auto;
	width:30px;
	height:50px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:0;
	background-color:rgba(0,0,0,0.30);
	overflow:hidden;
	text-indent:-999px;
	cursor:pointer;
}
.slick-prev {
	background-image:url('/images/skins/Bewise/images/arrow-prev.png');
}
.slick-next {
	right:0;
	background-image:url('/images/skins/Bewise/images/arrow-next.png');
}
.slick-slider:hover .slick-prev, .slick-slider:hover .slick-next {
	opacity:1.0;
}
.slick-prev:hover, .slick-next:hover {
	background-color:rgba(0,0,0,0.70);
}
body.webshop-frontpage article > .content > .shadow {
	margin:20px 0 30px;
}
body.webshop-frontpage article > .content > div.shadow:nth-of-type(2) {
	margin:20px 0 0;
}


/* B2B LOGIN */
form[action="/shop/b2blogin.html"] > div > table {
	width:100%;
}

form[action="/shop/b2blogin.html"] > div > table > tbody > tr:nth-child(3) > td:nth-child(1) {
	width:1%;
	padding-right:15px;
}
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="text"],
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="email"],
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="password"] {
	-webkit-appearance:none;
	font-size:23px;
	height:40px;
	width:200px;
	max-width:100%;
	margin:3px 0;
	padding:0 10px;
}
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input:focus {
	border:solid 1px #0085AD;
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.1);
}
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="submit"] {
	margin-top:10px;
}
.B2BLogin_TD article form[action="/shop/b2blogin.html"] > br {
	display:none;
}

/* CUSTOMER */
.Customer_TD input[type="text"]#xprofileid.TextInputField_Customer {
	-webkit-appearance:none;
	font-size:23px;
	height:44px;
	width:200px;
	margin:0 4px 0 0;
	padding:0 10px;
	float:left;
}
.TopBanner{
	width:100%;
	background-color:#eee;
}
.TopBanner .usp {
	width: 1100px;
    margin: 0 auto;
    position: relative;
    max-width: 90%;
}
.TopBanner .usp .sellingpoints{
	margin:0;
	padding:8px 0;
	list-style: none;
	line-height:0px;
	display: flex;
	align-items: center;
}

.TopBanner .usp .sellingpoints .emaerk {
	padding-right:30px;
	display: flex;
	align-items: center;
}
.TopBanner .usp .sellingpoints .emaerk i {
	color: #81b58a;
	font-size: 21px;
	padding-right:8px;
}

.TopBanner .usp .sellingpoints img {
	height: 18px;
	margin-right: 8px;
}
.TopBanner .usp > a {
	position:absolute;
	right:0;
	top: 50%;
	transform:translateY(-50%);
	display: block;
	height: 16px;
}
.TopBanner .usp > a > img{
	height: 16px;
}
.usp.slick-initialized .slick-slide {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	float: none;
}
.usp .slick-slide i {
	font-size: 15px;
	color: #81b58a;
	padding-right: 6px;
}
.usp .slick-slide div span {
	font-weight: bold;
	font-size: 15px;
}
.usp .slick-slide div p {
	margin: 0;
	padding: 0;
}




/* PRODUCTMENU */
nav.productmenu {
	background-color:#81b58a;
	box-shadow:0px 5px 5px rgba(0, 0, 0, 0.1);
	position:relative;

	width:100%;
	z-index:100;
}
span.ProductMenu_Category_Icon_Container {
	display:none !important;
}
span.ProductMenu_MenuItemBold {
	font-weight:normal;
}
nav.productmenu #ProductmenuContainer_DIV {
	width:1100px;
	max-width:90%;
	margin:0 auto;
}
nav.productmenu .Heading_ProductMenu {
	display:none;
}
nav.productmenu #ProductMenu_List {
	margin:0;
	padding:0;
	list-style-type:none;
	position: relative;
	display:flex;
}
nav.productmenu #ProductMenu_List:after {
	clear:both;
	content:"";
	display:block;
}
nav.productmenu #ProductMenu_List > li {
	flex:auto;
}
nav.productmenu #ProductMenu_List > li.has-dropdown > a > span:after, nav.productmenu #ProductMenu_List > li.links span:after {
	content: "\f078";
    margin: 0 0 0 15px;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-size: 11px;
	vertical-align:25%;
}
nav.productmenu #ProductMenu_List > li > a, nav.productmenu #ProductMenu_List > li > span {
	display:block;
	padding:14px 5px;
	text-align:center;
	font-size:15px;
	line-height:1;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	border-left:solid 1px rgba(255,255,255,.30);
	position:relative;
	color: rgba(255,255,255,1.00);
}
nav.productmenu #ProductMenu_List > li > span {
	cursor: default;
}
nav.productmenu #ProductMenu_List > li.active > a:after {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:4px;
	content:"";
	background-color:rgba(0,0,0,0.10);
}
nav.productmenu #ProductMenu_List > li > ul {

	position:absolute;
	display: none;
	left:1px;
	margin:0;
	padding:20px;
	list-style-type:none;
	background-color:#FFF;
	box-shadow:4px 2px 8px rgba(0,0,0,0.10);
	min-width:100%;
	border-radius: 0 0 4px 4px;
}




a#ActiveCategory_A {
	display:none !important;
}




/* BREADCRUMB */
.breadcrumb-container {
	padding:10px 0 7px;
	background-color:rgba(255,255,255,0.50);
}
div.breadcrumb, .SubCats_BreadCrumb {
	display:none;
	width:1100px;
	max-width:90%;
	margin:0 auto;
	padding:0 0 0 18px;
	background-image:url('/images/skins/Bewise/images/arrow-left.png');
	background-repeat:no-repeat;
	background-size:6px auto;
	background-position:0 50%;
}
div.breadcrumb.active, .SubCats_BreadCrumb.active {
	display:block;
}
div.breadcrumb br, .SubCats_BreadCrumb br {
	display:none;
}
div.breadcrumb, .SubCats_BreadCrumb, div.breadcrumb a, .SubCats_BreadCrumb a, div.breadcrumb td {
	color:rgba(0,0,0,1.00);
	text-decoration:none;
}
div.breadcrumb a:hover, .SubCats_BreadCrumb a:hover {
	color:#9B9B9B;
}
.breadcrumb-container a.BreadCrumbLink_Active {
	text-decoration: underline;
}


/* PRODUCTLIST */
section.movedToTop {
	margin: 0 0 40px;
}
.category-description {
	display:none;
	margin:40px 0 0;
}
.category-description .CmsPageStyle {
	line-height:160%;
}
.Related_Custom_UL {
    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;
	position:relative;
    display: flex;
    flex-wrap: wrap;
}
.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%;
	background-color:#fff;
}
body.listhidden .ProductList_Custom_UL {
    visibility: hidden;
}
article.aside .ProductList_Custom_UL > li {
	width:31.3%;
}
li > form {
    height: 100%;
}
div.aw-item {
	padding: 15px;
}
li .product {
	position:relative;
	padding:25px;
	text-align:center;
	border:solid 1px rgba(229,229,229,1.00);
    display: flex;
    flex-direction: column;
    height: 100%;
}
li .product > * {
    flex: none;
}
li .product .mobileButtonOverlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 50;
    cursor: pointer;
}

div.aw-img-box {
	height: auto;
}
li .product .image > a img,
div.aw-img-box img{
	width:100%;
	max-width: 100%;
    height: auto;
	max-height: none;
	aspect-ratio: 1/1;
	object-fit: contain;
	object-position: 50% 50%;
}

li .product .image [data-favorites] {
	position: absolute;
	top: 8px;
	right: -5px;
	z-index: 51;
}

li .product a[href*="RemProduct"] {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99;
}

li .product .name {

}
li .product .name a {
	display:block;
	font-size:13px;
	text-decoration:none;
    /*
	text-overflow:ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
    */
	padding:18px 0 7px;
}
li .product .image {
	position:relative;
    flex: auto;
}
li .product img {

}
select.ProductListVariantSelector {
	display:none;
}
.image .advanced {
	background-color:rgba(255,255,255,0.5);
	display:none;
	position:absolute;
	z-index:99;
	width:100%;
	bottom:0;
	left:0;
	padding:10px;
	text-align:center;
}

.image .advanced a {
	font-family:Arial;
	display:inline-block;
	padding:5px 5px;
	margin:2px;
	border:solid 1px #d8dadc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:rgba(37,37,37,1.00);
	font-size:11px;
	line-height:11px;
	font-weight:normal;
	text-decoration:none;
	background-color:#fff;
}
li .advanced a:hover {
	color:#000;
	border-color:rgba(115,115,115,1.00);
}
li .product .price {
	font-size:14px;
	font-weight:bold;
}
li .product .price strike, .PriceStriked_Productlist {
	color:rgba(169,0,2,1.00);
}
ul.Related_Custom_UL .price strike, ul.CustomersAlsoBought_Custom_UL .price strike, ul.Frontpage_Custom_UL .price strike {
	padding:0 4px 0 0;
}

li .product input[type="text"] {
	display:none;
}
li .product .buy {
	width:100%;
	margin:10px auto 0;
	/*display: none;*/
    display: block;
}
li .product .BuyButton_ProductList,
li .product .Related_BuyButton_IMG {
	width:100%;
	height: auto;
	display:block;
	border-radius: 3px;
	border: solid 1px rgba(55,55,55,1.00);
}

.offerCountdownContainer {
	position: absolute;
	z-index: 30;
	width: 100%;
	text-align: center;
	background-color: #FFDF04;
	color: #000;
	padding: 5px 5px;
	font-size: 11px;
	border-radius: 2px;
	bottom: 0;
}
.offerCountdownContainer strong {
	display: block;
	font-size: 13px;
}

/* NEWS */
li .news {
  display: none !important;
	position:absolute;
	top:-6px;
	left:-5px;
	z-index:40;
	width:80px;
}
li .news.text {
	width:100px;
	top:17px;
	right:-23px;
	background-color:rgba(0,0,0,1.00);
	color:rgba(255,255,255,1.00);
	padding:4px 0;
	font-size:12px;
	line-height:12px;
	transform:rotate(45deg);
}
.Frontpage_Custom_UL li .news img,
.ProductList_Custom_UL li .news img,
.Related_Custom_UL li .news img {
	width:100%;
}


/* PAGER */
.pager {
	padding:20px 0 30px;
    display: flex;
    align-items: center;
}
.pager > div {
	flex: none;
    min-width: 20%;
}
.pager .prev {
}
.pager .pages {
	text-align:center;
    flex: auto;
}
.pager .pages > a {
    display: none !important;
}
.pager .next {
	text-align:right;
}
.pager .next a, .pager .prev a {
	display:inline-block;
	border:solid 1px #4D4D4D;
	padding:5px 10px;
	text-decoration:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.pager .pages a {
	display:inline-block;
	border:solid 1px #CECECE;
	padding:5px 10px;
	margin:0 3px;
	text-decoration:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.pager .pages a.ActivePageNumber_ProductList {
	border-color:#555;
	background-color:#555;
	color:#fff;
	font-weight:normal;
	padding-right:10px;
}
.pagestart{
	margin-right: 10px;
	cursor: pointer;
}
.pageLast{
	margin-left: 10px;
	cursor: pointer;
}



a.latestProductlist {
	color:rgba(66,136,161,1.00);
	display: inline-block;
	margin: 0 0 15px;
}
a.latestProductlist i {
	margin: 0 5px 0 0;
}

.minStockMessage {
	background-color: #eee;
	padding: 4px 10px;
	margin: 15px 0 0;
	display: inline-block;
}
.minStockMessage span {
	font-weight: bold;
	color: rgba(178,3,5,1.00);
}


/* 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%;
	height:auto !important;
}
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;
}

body.webshop-favorites [action="/shop/favorites.html"] {
	display: none;
}

body.webshop-favorites .grecaptcha-badge {
	display: none;
}

/* PRODUCTGROUPS */
.SubCats_Categories_UL {
	padding:0;
	margin:0 -1%;
	list-style-type:none;
}
.SubCats_Categories_UL:after {
	content:"";
	clear:both;
	display:block;
}
.SubCats_Categories_UL > li {
	width:23% !important;
	float:none !important;
	margin:0 1% 2%;
	display:inline-block;
	vertical-align:top;
	border:solid 1px #D6D6D6;
	padding:10px;
	text-align:center;
}
.SubCats_Categories_UL > li:last-child {
	display:none;
}
.SubCats_Categories_UL > li .image img {
	display:block;
	width:100%;
	margin:0 0 10px;
}
.SubCats_Categories_UL > li .name a {
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	text-overflow:ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}



/* PRODUCTCARD */
.productcard {
	position:relative;
}
.productcard:after {
	content:"";
	clear:both;
	display:block;
}
.productcard + .clerk {
	margin-top: 50px;
	display: block;
}
body.webshop-productinfo .back {
	position:absolute;
	top:72px;
	right:25px;
}

.productcard .buy {
	margin:20px 0;
	display: flex;
	align-items: center;
}
img.FavAddButton_ProductInfo {
	float:left;
	background-color:rgba(197,197,197,1.00);
	padding:13px;
	height:45px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.buyWrapperHeadline, .amountWrapperHeadline {
	display:none;
}
.amountWrapper {
	float:left;
}
.amountWrapper input {
	-webkit-appearance:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	height:45px;
	width:35px;
	border:solid 1px #252525;
	border-right:0;
	background-color:#FFFFFF;
	text-align:center;
	padding:0;
}
.buyWrapper {
	float:left;
	margin:0 15px 0 0;
}
.buyWrapper input {
	height:45px;
	display:block;
	-webkit-appearance:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.productcard .documents > a:first-of-type {
	margin-top:20px;
	display:inline-block;
}
.productcard .documents img {
	width:25px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin:3px 10px 3px 0;
}

.productcard .news {
	position:absolute;
	top:-7px;
	left:-6px;
	width:100px;
	z-index: 100;
}
.productcard .news.text {
	position:absolute;
	width:140px;
	top:24px;
	right:-32px;
	text-align:center;
	background-color:rgba(0,0,0,1.00);
	color:rgba(255,255,255,1.00);
	padding:6px 0;
	font-size:16px;
	line-height:16px;
	transform:rotate(45deg);
}
.productcard .news img {
	width:100%;
}
.productcard .images {
	float:left;
	width:50%;
	position:relative;
}
.productcard .imagecanvas {
	width: 80%;
	float: left;
}
.productcard .imagecanvas > a:nth-child(n+2) {
	display: none;
}
.productcard .imagecanvas img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	object-position: 50% 50%;
	aspect-ratio: 1/1;
}
#Productinfo_Fancybox_Image_DIV img {
	max-width:100%;
	display:block;
}
.productcard .imageselector {
	float: right;
	width: 15%;
}
.productcard .imageselector > a {
	display: block;
	width: 100%;
	margin: 0 0 10px;
}
.productcard .imageselector img {
	border:solid 1px rgba(205,205,205,1.00);
	padding:4px;
	border-radius:4px;
	margin:0;
	
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	object-position: 50% 50%;
	aspect-ratio: 1/1;
}
table.ProductInfo_MagixZoomPlus_MainImage_TABLE {
	width:100%;
}
div.MagicThumb-caption {
	display:none !important;
}

.imagecanvas div.Element_Overlay_ProdInfo_SavingsDIV, .imagecanvas div.Element_Overlay_ProdInfo_SpecialOfferDIV {
	display:block;
}
.productcard .info {
	float:right;
	width:45%;
	position:relative;
	margin:0;
}
.productcard ul.details {
	margin:0 0 15px;
	padding:0;
	list-style-type:none;
	border:solid 1px rgba(223,223,223,1.00);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:none;
	font-size:0;
}
.productcard ul.details.active {
	display:inline-block;
}
.productcard ul.details:after {
	clear:both;
	content:"";
	display:block;
}
.productcard ul.details > li {
	font-size:12px;
	display:none;
	vertical-align:middle;
	border-right:solid 1px rgba(223,223,223,1.00);
	padding:7px 15px;
}
.productcard ul.details > li.active {
	display:inline-block;
}
.productcard ul.details > li.active.last {
	border-right:none;
}
.productcard ul.details > li > span {
	display:inline-block;
	vertical-align:middle;
}
.productcard ul.details > li.stock-message img {
	width:10px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	margin:0px 10px 0px 1px;
	vertical-align:middle;
}

.productcard ul.details > li.delivery-time:before {
	font-family: 'FontAwesome';
	content: "\f0d1";
	margin: 0 7px 0 0;
}
.productcard ul.details > li.rating {
	padding-top:0;
	padding-bottom:0;
}
.productcard ul.details > li.rating > div {
	padding:0 !important;
}
.productcard ul.details > li.rating span.Product_Rating_Review_Text, .productcard ul.details > li.rating span.Product_Rating_Sum, .productcard ul.details > li.rating span.Product_Rating_NoRates, .productcard ul.details > li.rating span.Product_Rating_Voted {
	display:none;
}

.productcard .product-number {
	margin:20px 0 15px;
	font-size:11px;
	display:none;
}
.productcard .product-number.active {
	display:block;
}


.Variants {
	margin:15px 0 0;
}
table.VariantGroup {
	width:50%;
}
td.VariantGroupLabel {
	font-weight:bold;
	padding:0 0 4px;
}
table.VariantGroup select {
	width:100%;
}

.productcard .Prices_Custom_UL {
	width:auto;
	margin:10px 0 5px;
	padding:0;
	list-style-type:none;
}
.productcard .Prices_Custom_UL .before-price {
	font-size:16px;
	color:#CA0003;
    font-family: 'Open Sans', sans-serif;
}
.productcard .Prices_Custom_UL .price {
	font-size:16px;
	line-height:25px;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
	margin-top:5px;
}
.productcard .Prices_Custom_UL .savingsnow {
    font-size: 16px;
    padding-top: 5px;
}
.productcard .Prices_Custom_UL .savingsnow,
.productcard .Prices_Custom_UL .price.specialoffer {
    color: #81b58a;
}

.productcard .Prices_Custom_UL li:first-child .price {
	font-size:34px;
	line-height:1;
}
.productcard .Prices_Custom_UL .price .text {
	font-size:16px;
	line-height:16px;
	font-weight:400;
	color:#7E7E7E;
	padding-right:4px;
}
.productcard .Prices_Custom_UL li .vat {
	font-size:16px;
	padding:0 0 0 7px;
}
.Prices_Custom_UL li:first-child .text {
	display:none;
}
.Prices_Custom_UL li:last-child {
	margin:0 0 10px;
}

.productcard .short-description {
	padding:0 0 20px;
	font-weight:bold;
}

td.ProductInfo_MagixZoomPlus_MainImage_TD {
	border:0;
}
.productcard .addthis_toolbox {
	padding:20px 0 0;
}




/* CONTACTFORM */
aside .header {
	margin-top:30px;
}
form.contact {
	padding:0;
}
form.contact input[type="text"],
form.contact input[type="email"],
form.contact textarea {
	width:100%;
	height:30px;
	padding-left:15px;
	margin:0 0 4px;
	color:#000;
	background-color:rgba(100,100,100,0.1);
	border:0;
	border-top:solid 1px #DBDBDB;
}
form.contact textarea  {
	padding:10px 15px;
	height:60px;
}
form.contact small {
	display:block;
	padding:5px 0 10px 15px;
}
form.contact input[type="submit"] {
	font-size:12px;
	padding:7px 10px;
	margin-left:15px;
	text-transform:uppercase;
}


/* SHOWBASKET */
#showbasketContent {
	padding: 0 0 25px;
}
#showbasketContent:after {
	clear:both;
	content:"";
	display:block;
}
div.ShowBasket_SimpleVariants_DIV {
	padding-left:0;
	padding-top:0;
}
.ShowBasket_ProductLine_ActionButtons_TD img {
	width:14px;
	margin:0 2px;
}
a.Order_back_basket {
	float:left;
	margin:15px 0 0;
}
a.Order_back_basket img {
	width:200px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display:block;
}
a.Basket_Order img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display:block;
	max-width:100%;
}
.Order_empty_basket {
	display:none;
}
a.ShowBasket_SendBasketLink_Dialog_Link {
	font-size: 12px;
	color:#575868;
	text-decoration:none;
	float:right;
	background-color:#fff;
	padding:7px 18px;
	border:solid 1px #d8dadc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.94, #F4F4F4), color-stop(0.94, #E7E7E7));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
}

.TableLines_BackgroundColor1 .Heading_ShowBasket {
	border-bottom:solid 1px #D6D6D6;
	padding-top:5px;
	padding-bottom:5px;
}
.productrow > td {
	border-bottom:solid 1px rgba(255,255,255,0.20);
	padding-top:10px;
	padding-bottom:10px;
}
#basket_PaymentFees td {
	background-color:#F0F0F0;
	padding-top:5px;
	padding-bottom:5px;
}

#basket_TotalPrice > td {
	font-size:18px;
}

table.showbasket {
	width:100%;
}
table.showbasket.head {
	border:1px solid #F2F2F2;
}
table.showbasket.body {
	border-left:1px solid #F2F2F2;
	border-right:1px solid #F2F2F2;
}
table.showbasket.body > tbody > tr > td {
	border-bottom:1px solid #F2F2F2;
}
table.showbasket td, table.showbasket th {
	padding:10px;
	vertical-align:top;
	text-align:left;
}
table.showbasket th {
	background-color:#F2F2F2;
	font-weight:bold;
}
.basketInfoContainer {
    display: flex;
    align-items: flex-start;
}
.basketInfoContainer > a {
    flex: none;
    width: 83px;
    max-width: 20%;
    margin: 0 15px 0 0;
}
.basketInfoContainer > div {

}
table.showbasket .description img.ProductImage_ShowBasket {
	margin:0 !important;
    width: 100% !important;
}
table.showbasket .description small {
	display:block;
}

table.showbasket .description .basketInfoContainer > div > a:nth-of-type(1) {
	display:block;
	text-decoration:none;
	font-weight:bold;
	max-width:280px;
}

/*
table.showbasket .amount > a > img {
	width:20%;
	margin:0 0 0 10%;
	vertical-align:middle;

}
table.showbasket .amount {
	width:14%;
	text-align:center;
}
table.showbasket .amount .amountContainer {
	display:inline-block;
	width:60%;
	vertical-align:middle;
	position:relative;
	overflow:hidden;
	border:solid 1px #D5D5D5;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
table.showbasket .amount .amountContainer:after {
	content:"";
	clear:both;
	display:block;
}
table.showbasket .amount .amountContainer > div {
	float:left;
	padding:13px 0;
	width:60%;
	text-align:center;
	border-right:solid 1px #D5D5D5;
}
table.showbasket .amount .amountContainer > a {
	position:absolute;
	right:0px;
	height:50%;
	width:40%;
	display:block;
}
table.showbasket .amount .amountContainer > a:hover {
	background-color:#D5D5D5;
}
table.showbasket .amount .amountContainer > a:nth-of-type(2) {
	border-top:solid 1px #D5D5D5;
	bottom:0;
}
table.showbasket .amount .amountContainer > a > img {
	height:6px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
}
table.showbasket.noamount .amount .amountContainer {
	display:none;
}
*/
.amounthandler {
    margin: 15px 0 0;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-start;
}
.amounthandler > a > img {
    width: 23px;
    height: auto;
    display: block;
}
.amountContainer {
    display: flex;
}
.amountContainer > * {
    height: 33px;
}
.amountContainer > a {
    width: 38px;
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    cursor: pointer;
}
.amountContainer > a:hover {
    background-color:#d5d5d5;
}
.amountContainer > a:first-of-type {
    border-radius: 25px 0 0 25px;
}
.amountContainer > a:last-of-type {
    border-radius: 0 25px 25px 0;
}
.amountContainer > input {
    width: 40px !important;
    text-align: center;
    padding: 0;
    border: solid 1px #F2F2F2;
    border-left: none;
    border-right: none;
}
.amountContainer > input::-webkit-inner-spin-button,
.amountContainer > input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.amountContainer > input {
    -moz-appearance: textfield;
}
.amountContainer img {
    width: 8px;
    height: auto;
    display: block;
}

table.showbasket .unitprice {
	width:15%;
	text-align:right;
}
table.showbasket .unittotal {
	text-align:right;
	width:15%;
}
.TableLines_OrderStep4 {
	display: none !important;
}
.basket-checkout {
	width:35%;
	float:right;
	padding:10px;
	background-color:rgba(242,242,242,1.00);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.basket-checkout .creditcards {
	display: block;
	max-width: 100%;
	margin: 15px 0 0;
}
.basket-checkout > div {
	padding:4px 0;
}
.basket-checkout > div.fees {
	display: none;
}
.basket-checkout > div.fees.points {
	display: block;
	background-color:#ffbc49;
	padding: 10px;
}
.basket-checkout > div > div {
	float:right;
}
.basket-checkout .total {
	padding-bottom:0;
	font-size:20px;
	font-weight:bold;
}
.basket-checkout .viabill-pricetag-optional-styles {
	padding: 0 !important;
	margin: 0 0 10px;
}
div.emaerk{
	margin: 20px 0 0;
}
div.emaerk img{
	display: inline-block;
    vertical-align: top;
    max-width: 17%;
    height: auto;
    margin-right: 10px;
	margin-top: 4px;
}
div.emaerk ul{
	padding: 0px;
	margin: 0;
    list-style-type: none;
	display: inline-block;
    vertical-align: top;
}
div.emaerk ul li{
	list-style-type: none;
}
div.emaerk ul li:nth-child(n+2):before{
	font-family: FontAwesome;
    content: "\f00c";
    color: #484848;
    padding-right: 5px;
}

.wrapping {
	position:absolute;
	right:10px;
	top:10px;
}
.wrapping:empty {
    display: none;
}
.wrapping > table {
	font-size: 12px;
	color:#575868;
	text-decoration:none;
	background-color:#fff;
	border:solid 1px #d8dadc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.94, #F4F4F4), color-stop(0.94, #E7E7E7));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #F4F4F4 94%, #E7E7E7 94%);
}
.wrapping > table td {
	padding:5px 8px;
}
.wrapping input {
	margin:0 7px 0 0;
	cursor:pointer;
}

body.webshop-showbasket.basketEmpty #showbasketContent, body.webshop-showbasket.basketEmpty .ShowBasket_SendBasketLink_Dialog_Link {
	display:none;
}
body.webshop-showbasket:not(.basketEmpty) #basket-empty {
	display:none;
}



/* KLUB */
.SubmitButton_Customer {
	display: block;
    background-color: #ffbc49;
    border-radius: 2px;
    color: #FFF;
    text-align: center;
    border: none;
    cursor: pointer;
    padding: 6px 10px;
    margin: 5px 0 0 0;
}
body.webshop-customercenter table.BackgroundColor1_Customer td {
    vertical-align: top;
}
#tabB1, #tabB2, #tabB3, #tabB4, #tabB5, .customTab {
	margin: 0 4px 4px 0;
	display: inline-block;
	float: left;
}
#tabB1 > span, #tabB2 > span, #tabB3 > span, #tabB5 > span, .customTab > span {
	display: block;
	background-color: #ffbc49;
	padding: 5px 10px;
	color: rgba(255,255,255,1.00);
	border-radius: 2px;
	margin: 0;
	border: solid 1px #ffbc49;
	cursor: pointer;
}
#tabB1 > span.Tabactive_Customer, #tabB2 > span.Tabactive_Customer, #tabB3 > span.Tabactive_Customer, #tabB1 > span.Tabhover_Customer, #tabB2 > span.Tabhover_Customer, #tabB3 > span.Tabhover_Customer, #tabB5 > span.Tabhover_Customer, .customTab > span:hover, .customTab > span.Tabactive_Customer {
	background-color:rgba(255,255,255,1.00);
	border: solid 1px #ffbc49;
	color: #095a3e;
}
#tabB5 {
	float: right;
	margin-right: 0;
}
#tabB5 > span {
	margin: 0;
	background-color: rgba(87,87,87,1.00);
	border-color: rgba(87,87,87,1.00);
}
body.webshop-customercenter table.BackgroundColor1_Customer {
    margin: 20px 0 0 0;
}
.Heading_Customer #tabB4 {
    float: right;
    font-size: 13px;
    text-decoration: underline;
}
#OrderDetailsHeading + br, #OrderDetailsHeading + br + table {
    display: none;
}
.Text1_Customer .Heading_Customer, .customContentContainer h1 {
	font-size: 18px;
	/*border-bottom: solid 1px rgba(214,214,214,1.00);*/
	display: block;
}
table.Text1_Customer:first-of-type > tbody > tr > td .Heading_Customer ~ br {
    display: none;
}
#tabID2 > tbody > tr > td > table > tbody > tr:nth-child(1), #tabID2 > tbody > tr > td > table > tbody > tr:nth-child(2) {
	display: none;
}
#tabID2 > tbody > tr > td > table > tbody > tr > td:nth-child(3) {
	font-size: 0;
	position: relative;
	width: 0;
}
#tabID2 > tbody > tr > td > table > tbody > tr > td {
	padding: 4px 0;
}
#tabID2 > tbody > tr > td > table > tbody > tr > td:nth-child(1) {
	padding-right: 15px;
}
#tabID2 > tbody > tr > td > table > tbody > tr > td:nth-child(3) > span {
	position: absolute;
	right: 7px;
	z-index: 20;
	color: red;
	font-size: 11px;
	top: 50%;
	transform: translateY(-50%);
    display: none;

}
body.webshop-customercenter h2.myPointsHeader {
	background-color: #ffbc49;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	padding: 10px 15px !important;
	font-weight: lighter!important;
	margin: 0;
    color: #FFF;
}
.account .myPoints {
	margin: 0;
	padding: 10px 15px;
	background-color: #f3f8f9;
	border: solid 1px #f3f8f9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(200, 229, 201);
	border-top: 0;
}
.account,
.favoritesBtn {
	position:absolute;
	right:185px;
	top:50%;
	/* transform: translateY(-50%); */
	transform: translateY(-50%);
	cursor:pointer;
    text-align: center;
    font-size: 11px;
    text-decoration: none;
}
.account i {
	font-size:30px;
    display: block;
    color:#ffbc49;
}
.account .myPoints {
	padding: 2px 10px;
	font-size: 10px;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.favoritesBtn {
	right: 260px;
}
.favoritesBtn i {
	font-size: 24px;
	margin: 3px 0;
	display: block;
	color: #ffbc49;
}
.favoritesBtn .count {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 16px;
	font-size: 10px;
	border-radius: 8px;
	background-color: #000;
	color: #fff;
	transform: translate(25%, -25%);
}

.points.myPoints {
	display:none;
}
.points.myPoints.active {
	display:block;
}
.header-content .points.myPoints.active {
    background-color: #ffbc49;
    border-radius: 2px;
    border: 1px solid #ffbc49;
    padding: 1px 5px;
    position: absolute;
    top: -15px;
    left: -35px;
    color: #FFF;
}
header .basket .totalproducts .count {
	font-weight: bold;
}
#refer {
	background-color:rgba(237,250,238,1.00);
	border:solid 1px rgba(200,229,201,1.00);
	padding: 20px;
	font-size: 15px;
}
#refer p {
	padding:0;
	margin: 0;
}
input.referEmail {
	width: 100%;
	height: 45px;
	padding: 0 10px;
	display: block;
	border:1px solid #ddd;
	margin: 5px 0;
}
a.referButton {
	display: inline-block;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
	background-color: #095a3e;
	border-radius: 3px;
	margin: 5px 0 0 0;
	text-decoration: none;
}
#usePointsContainer {
    border: 1px solid #ffbc49;
    border-radius: 3px;
    padding: 15px 20px;
    margin: 0 0 10px;
}
#usePointsContainer > p {
	font-size: 15px;
	font-weight: bold;
    padding: 0;
    margin: 0 0 5px;
}
#usePoints {
	display: inline-block;
	padding: 6px 20px;
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
	background-color: #ffbc49;
	border-radius: 3px;
	border-bottom:2px solid #ffbc49;
	border:0;
	cursor: pointer;
}
.removePointsContainer {
	margin: 10px 0 5px;
	font-weight: bold;
	font-size: 15px;
	background-color: #f2faf0;
	padding: 10px;
	border: 1px solid #e1efde;
	border-radius: 3px;
}

.account > .button.loggedIn {
	background-color: rgba(215,235,218,1.00);
}
.account > .button.loggedIn small {
	text-decoration: underline;
}
.clubmember {
    float: right;
    width: 45%;
    margin: 30px 0 0 0;
}
.clubmember .subheader {
    margin:0 0 10px 0;
}
.clubmember input[type="text"], .clubmember input[type="email"], .clubmember input[type="password"], .clubmember select {
    width: 100%;
    border-radius: 2px;
    padding: 0 10px;
    height: 36px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
}
.clubmember input[type="submit"] {
    background-color: #ffbc49;
    border-radius: 2px;
    color: #FFF;
    border: none;
    padding: 10px 20px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}
.blogReadMore {
    display:block;
    margin: 20px 0 0 0;
}
.whyCreateAccount {
	float:left;
	width: 45%;
    margin: 30px 0 0 0;
}
.whyCreateAccount ul {
	margin:30px 0 0 0;
	padding: 0;
}
.whyCreateAccount > ul > li {
	list-style-type:none;
	margin: 4px 0;
}
.whyCreateAccount > ul > li i {
	color: #ffbc49;
}
.whyCreateAccount ol {
	padding:0;
	list-style: none;
}

.whyCreateAccount ol li {
   counter-increment: item;
   margin-bottom: 10px;
 }
.whyCreateAccount ol li:before {
	margin-right: 10px;
	content: counter(item);
	background: #4a9a3b;
	border-radius: 100%;
	color: white;
	width: 20px;
	height: 20px;
	text-align: center;
	display: inline-block;
	padding: 2px 0 0 0;
 }
body.webshop-customercenter input#xprofileid, body.webshop-customercenter input#xprofileid1, .change-password-wrapper input[type="password"],
body.webshop-favorites input#xprofileid, body.webshop-favorites input#xprofileid1, .change-password-wrapper input[type="password"] {
    width:200px !important;
    height: 35px;
	margin: 0 5px 5px 0;
	padding: 0 10px;
    border: 1px solid #ddd;
}
body.webshop-favorites .BackgroundColor1_Customer {
	margin-top: 30px;
}
.ForgotPassword_Customer {
	display: inline-block;
	margin: 30px 0 0;
}
.Login_Customer input[type="submit"].SubmitButton_Customer, .ForgotPassword_Customer input[type="submit"].SubmitButton_Customer, .change-password-wrapper input[type="submit"] {
	font-size: 13px;
	padding: 0 15px;
	height: 35px;
	margin: 0;
}
a[href="/shop/customer.html?showForgotPswForm=1"] {
	display: inline-block;
	margin: 15px 0 0;
}

.productcard ul.pointDetails {
    padding:0;
    list-style-type: none;
    margin: 0 0 20px 0;
}
.productcard ul.pointDetails > li {
    font-size: 12px;
    vertical-align: middle;
    padding: 7px 15px;
    display: inline-block;
    border-right: none;
    background-color: #ffbc49;
    color: #FFF;
    border-radius: 2px;
}
.productcard ul.pointDetails > li a {
    color: #FFF;
}
.productcard ul.pointDetails > li.productPointsSystem:before {
	font-family: FontAwesome;
    content: "\f09d";
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
	font-size: 14px;
}
.productcard ul.pointDetails > li.productPointsSystem:before {
    font-family: FontAwesome;
    content: "\f09d";
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
    font-size: 14px;
}
.productcard ul.pointDetails > li.productPointsSystem div {
	display: inline;
}
a.becomemember {
    display:block;
    margin: 6px 0 0 0;
}
.CookiePolicyText img {
	width: 15px;
	margin: 0 10px 0 0;
}

/* OPC */
#mailchimp-subscribe-box {
	margin: 10px 0 15px;
	display: none;
}
#mailchimp-subscribe-box input[type="checkbox"] {
	margin: 0 5px 0 0 !important;
	display: inline-block;
	vertical-align: middle;
}
#checkout-container label.mailchimp-subscribe-label {
	display: inline-block;
	max-width: 88%;
	vertical-align: middle;
}
#checkout-container label[for=res1],
#checkout-container label[for=res3] {
	display: none;
}
.gls-parsel-shops--container:empty {
	display: none !important;
}
.Text1_Customer {
}
body.webshop-checkout .topbar #Search_Form,
body.webshop-checkout nav.productmenu,
body.webshop-checkout aside,
body.webshop-checkout .topbar [data-customer],
body.webshop-checkout .topbar [data-favorites],
body.webshop-checkout .topbar [data-search],
body.webshop-checkout .topbar [data-menu] {
	display:none;
}

body.webshop-checkout header > section {
	height:120px;
}




/* SLICK SLIDER */


header .fa-search {
	display: none;
}

#btn-menu {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width:40px;
	height:44px;
	display: none;
}
#btn-menu .fa {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 21px;
	color:rgba(0,0,0,1.00);
}

div.credits {
	width:1100px;
	max-width:90%;
	padding:15px 0 0;
	margin:0 auto;
	text-align:right;
}
div.credits a {
	font-size:9px;
	color:#A3A3A3;
	text-decoration:none;
}


/* 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 {
	padding: 15px 30px 10px 20px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	background-color:#81b58a;
	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, .mobileMenuUl li.open > span > div.toggler:after {
	content:"-";
	color:#578e54;
}
.mobileMenuUl span.ProductMenu_MenuItemBold {
	letter-spacing: normal;
}
.mobileMenuUl ul {
	display: none;
}
.mobileMenuUl > li > a, .mobileMenuUl > li > span {
	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 > * {
	border-bottom: 0;
}
/* LEVEL 2 */
.mobileMenuUl > li > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: solid 5px rgba(0,0,0,.15);
}
.mobileMenuUl > li > ul > li > a {
	display: block;
	text-decoration: none;
	padding: 11px 10px 9px 10px;
	font-size: 13px;
	border-bottom: solid 1px rgba(0,0,0,.15);
}
/* LEVEL 3 */
.mobileMenuUl > li > ul > li > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: solid 5px rgba(0,0,0,.35);
}
.mobileMenuUl > li > ul > li > ul > li > a {
	display: block;
	text-decoration: none;
	padding: 12px 10px 10px 10px;
	font-size: 13px;
	border-bottom: solid 1px rgba(0,0,0,.15);
}

.mobileMenuUl a.Activ_ProductMenu {
	color:rgba(144,144,144,1.00);
}
.mobileMenuSearch {
	padding: 0 0 0 20px;
	border-bottom: solid 5px rgba(0,0,0,.15);
	position: relative;
}
.mobileMenuSearch:before {
	content: "\f002";
	font-family: 'FontAwesome';
	font-size: 13px;
	color: rgba(255,255,255,1.00);
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 13px;
	z-index: 20;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mobileMenuSearch br, .mobileMenuSearch .SearchTitle_SearchPage, .mobileMenuSearch .nbsp {
	display: none;
}
.mobileMenuSearch input {
	height: 35px;
	float: left;
}
.mobileMenuSearch input[type="text"] {
	width: calc(100% - 40px);
	padding: 0 10px 0 0;
	border: 0;
}
.mobileMenuSearch input[type="submit"] {
	width: 40px;
	font-size: 12px;
	padding: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-indent: -999px;
	overflow: hidden;
	-webkit-box-shadow:0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow:0 0 0;
	background-color: rgba(56,56,56,1.00);
}
.mobileMenuSearch:after {
	clear: both;
	content: "";
	display: block;
}
.mobileMainMenuHeader {
	padding: 15px 20px 10px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	background-color:rgba(66,136,161,1.00);
	color: rgba(255,255,255,1.00);
}
.mobileMainMenuUl {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
}
.mobileMainMenuUl > li > a {
	display: block;
	text-decoration: none;
	padding: 13px 10px 11px 0;
	font-size: 15px;
	text-transform: uppercase;
	border-bottom: solid 1px rgba(0,0,0,.15);
}
.mobileMainMenuUl > li:last-child > a {
	border-bottom: 0;
}
.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%;
}
.mobileMenuInfo .cookieInfo {
	text-decoration: none;
	font-size: 12px;
	display: block;
	margin: 0 0 15px;
}
.mobileMenuInfo .cookieInfo img {
	width: 15px;
	margin: 0 7px 0 0;
}
.mobileMenuInfo .cookieInfo span {
	text-decoration: underline;
}
.mobileMenuInfo .cookieInfo > * {
	display: inline-block;
	vertical-align: middle;
}

.jslider .jslider-label-to {
	display: none !important;
}
.jslider .jslider-value-to {
	left: auto !important;
	right: 0 !important;
}


.loginpopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.50);
    z-index: 500;
    display: none;
}
.loginpopup.active {
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginpopup > section {
    background-color: rgba(255,255,255,1.00);
    padding: 40px 30px 30px;
    flex: none;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 40px rgba(0,0,0,.5);
    width: 400px;
    position: relative;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
}
.largeheader {
	font-size: 20px;
	display: block;
	font-weight: bold;
}
.mediumheader {
	font-size: 14px;
	display: block;
	margin: 5px 0 20px;
	color: rgba(0,0,0,.6);
}
.popupbutton {
	text-align: center;
	justify-content: center;
}
.loginpopup:not(.favorites) .favoritesonly {
    display: none;
}
.loginpopup.favorites .largeheader:not(.favoritesonly),
.loginpopup.favorites .mediumheader:not(.favoritesonly){
    display: none;
}
.loginpopup ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.loginpopup ul > li {
    position: relative;
    padding: 0 0 0 21px;
    background-image: url("/images/skins/Bewise/images/icon-check-green.svg");
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: 0 2px;
}
.loginpopup ul > li:not(:last-child) {
    margin-bottom: 5px;
}
.loginpopup form {
    display: none;
    flex-direction: column;
}
.loginpopup form.active {
    display: flex;
}
.loginpopup form > a {
	margin-top: 5px;
}
.loginpopup input[type="email"], .loginpopup input[type="password"] {
    margin: 0 0 7px;
		max-width: 200px;
}
.loginpopup input[type="submit"] {
    display: flex;
    width: fit-content;
    margin: 10px 0 15px;
		font-size: 14px;
		padding: 6px 12px;
}
.loginpopup a[href*="#back"] {
    padding: 0 0 10px;
}
.favoritespoupadded {
    display: none;
    flex-direction: column;
}
.favoritespoupadded.active {
    display: flex;
}
.favoritespoupadded.active ~ * {
    display: none;
}
.favoritespopupaddedinfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.favoritespopupaddedinfo .image {
    width: 200px;
    max-width: 100%;
    position: relative;
}
.favoritespopupaddedinfo img {
    max-width: 100%;
    max-height: 250px;
}
.favoritespopupaddedinfo .image + a {
    margin: 15px 0;
}
.loginmessage {
    margin: 0 0 10px;
}
.loginmessage:empty {
    display: none;
}
.loginmessage.failure {
    background-color: rgba(244,202,203,1.00);
    border-color: rgba(205,135,136,1.00);
    color: rgba(120,22,24,1.00);
}
.popupclose {
    position: absolute;
    right: 30px;
    top: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 12px;
}
.popupclose i {
    font-weight: 'Arial';
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 0 7px;
}
.form-input {
	width: 100%;
	border: 1px solid rgba(0,0,0,.15);
	padding: 0 10px;
	height: 34px;
}


/* TOPBAR */
.topbar {
	width: 100%;
	height: 100px;
}
.topbar.stuck {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
	height: 70px;
}
.topbar .topbar-container {
	width:1100px;
	max-width:90%;
	margin:0 auto;
	position:relative;
	height: 100%;
	display: flex;
}
.topbar .topbar-container > * {
	flex: auto;
	display: flex;
	align-items: center;
}
.topbar .topbar-left {
	flex: 1;
	margin-right: 15px;
}
.topbar .topbar-center {
	justify-content: center;
	margin: 0 auto;
}
.topbar .topbar-right {
	flex: 1;
	justify-content: flex-end;
	margin-left: 15px;
}
.topbar .topbar-mobile {
	display: none;
}
.topbar .WebShopSkinLogo {
	height: 28px;
	width: auto;
	position: static;
	top: auto;
	left: auto;
	transform: none;
}
.topbar #Search_Form {
  width: 100%;
  height: 43px;
}
.topbar .topbar-link {
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	margin: 0 15px;
	position: relative;
}
.topbar .topbar-link .count {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(66,136,161,1.00);
	border-radius: 8px;
	color: #fff;
	transform: translate(-40%, -40%);
	font-weight: bold;
}
.topbar .topbar-link .count:empty {
	display: none;
}
.topbar .topbar-link > img {
	display: block;
	width: 28px;
	height: 28px;
	margin: 0 auto 3px;
}
.topbar .topbar-link > small {
	display: block;
}
.topbar #basket {
	position: relative;
	top: auto;
	right: auto;
	transform: none;
	margin-left: 15px;
}




.bewise_search.active {
	z-index: 999;
}

.closemmenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 72px;
    height: 100%;
    z-index: 999999;
    display: none;
}
.mm-wrapper--opened .closemmenu {
    display: block;
}
.mm-navbar {
    background-color: #81b58a;
}
.mm-menu a.mm-navbar__title {
    color: rgba(255,255,255,1.00);
    font-weight: bold;
    text-transform: uppercase;
}
.mm-menu a.mm-btn:before {
    border-color: rgba(255,255,255,1.00);
}




#checkout_payment_errormessage {
    color: #9f2515;
    background-color: #fdf8f8;
    border: solid 1px #f7e8e7;
    padding: 15px;
    border-radius: 5px;
    margin: 0 0 15px;
}
#checkout_payment_errormessage strong {
    display: block;
}

[data-donation] {
    display: none;
    margin-top: 10px;
    align-items: center;
    padding: 7px 13px !important;
    background-color: rgba(255,255,255,1.00);
    border-radius: 4px;
    border: solid 1px rgba(194,194,194,.50);
}
[data-donation][data-active="true"].active {
    display: flex;
}
[data-donation] > * {
    flex: none;
}
[data-donation] > input {
    margin: 0;
    display: block;
}
[data-donation] > label {
    flex: auto;
    padding: 0 10px 0 12px;
    cursor: pointer;
}
[data-donation] > a {
    border-radius: 50%;
    text-decoration: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: solid 1px rgba(194,194,194,1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    font-family: 'Arial';
    font-weight: normal;
}

.bp_relatedproductsWeight {
    display: none !important;
}
[id*="hr-recom-"]:empty,
[id*="bp_ProductCarousel_"]:empty {
	aspect-ratio: 275/94;
}
.webshop-frontpage [id*="hr-recom-"],
.webshop-frontpage [id*="bp_ProductCarousel_"] {
	margin-bottom: 30px;
}

.fancybox-image[src*="-p."] {
    background-color: rgba(255,255,255,1.00);
}


div#CookiePolicy, div#CookiePolicy.fixed-bottom {
    background-color:rgba(0,0,0,.80);
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    position: fixed;
    margin: 0;
    border-radius: 0;
    right: auto;
  }
  div#CookiePolicy div.CookiePolicyCenterText {
    background-color: rgba(255,255,255,1.00);
    flex: none;
    width: 700px;
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 40px rgba(0,0,0,.7);
    border-radius: 10px;
    color: rgba(0,0,0,1.00);
    margin: 0;
    -webkit-overflow-scrolling:touch;
    overflow-x:hidden;
    overflow-y:auto;
  }
  div#CookiePolicy h1, div#CookiePolicy .cookieheader, 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: 420px;
    max-height: none;
    overflow: visible;
  }

  div.CookiePolicyText a {
    text-decoration: underline;
  }
  div.CookiePolicyText > .cookieheader, div.CookiePolicyText > p {
    background-color:#f6f6f6;
  }
  div.CookiePolicyText > img {
    width: 300px;
    max-width: 50%;
    margin: 20px 40px;
  }
  div.CookiePolicyText > .cookieheader {
    padding: 30px 40px 15px;
    margin: 0;
    font-size: 25px;
    font-weight: normal;
  }
  div.CookiePolicyText > p {
    padding: 0 40px 30px;
    margin: 0;
  }
  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);
    /*background-color: rgba(87,168,87,1.00);*/
      background-color: #438443;
  }
  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:rgba(87,168,87,1.00);
  }
  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%;
  }
  .cookieSettingsButton:hover {
    opacity: .7;
  }



.weightinginfo {
    padding: 20px;
    background-color: #dce8dc;
    border-radius: 10px;
    display: none;
}
.weightinginfo.active {
    display: block;
}
.weightinginfo .weightingtitle {
    font-size: 18px;
    margin: 0 0 10px;
}
.weightinginfo p {
    margin: 0 0 15px;
}
.weightingboxes {
    display: flex;
    gap: 15px;
}
.weightingboxes > [data-color] {
    flex: auto;
    text-align: center;
}
[data-weighting],
[data-color] {
    z-index: 5;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    color:rgba(0,0,0,1.00);
    background-color: rgba(0,0,0,1.00);
    padding: 4px 15px;
    flex: none;
    border-radius: 25px;
}
[data-weighting].active,
.showweighting [data-color] {
    display: block;
}
table.showbasket .description [data-weighting] {
    margin-top: 5px;
    width: fit-content;
}

[data-weighting^="0"],
[data-color^="0"],
[data-weighting="500"],
[data-color="500"] {
    background-color: #ff7f27;
}
[data-weighting="1"],
[data-color="1"] {
    background-color: #aabfea;
}
[data-weighting="2"],
[data-color="2"] {
    background-color: #b4e6a9;
}
[data-weighting="3"],
[data-color="3"] {
    background-color: #ffc90e;
}

.advancedOverlay [data-weighting] {
    margin: 0 0 25px;
}

ul .product [data-weighting] > span,
.bp_relatedproductsProduct [data-weighting] > span {
    display: none;
}
.productcard [data-weighting] {
    width: fit-content;
    margin: 0 0 30px;
}

.weightinfobox {
    background-color: rgba(255,246,219,1.00);
    padding: 10px;
    text-align: center;
    border-bottom: solid 1px rgba(243,228,184,1.00);
    color: rgba(176,142,23,1.00);
    display: none;
    align-items: center;
    justify-content: center;
    gap: 7px;
    position: sticky;
}
.weightinfobox.active {
    display: flex;
}
.weightinfobox .packagebuilded {
    border-radius: 25px;
    background-color: rgba(176,142,23,1.00);
    color: rgba(255,255,255,1.00);
    padding: 2px 8px;
}
.miniweightinfo {
    position: absolute;
    left: 10px;
    top: 0;
    transform: translate(0,-50%);
    border-radius: 25px;
    background-color: rgba(243,228,184,1.00);
    color: rgba(176,142,23,1.00);
    padding: 3px 8px 4px;
    font-weight: normal;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
    display: none;
    align-items: center;
    height: inherit;
}
.miniweightinfo.active {
    display: flex;
}
/*
.miniweightinfo:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    height: auto;
    aspect-ratio: 1/1;
    transform: translate(-50%,-50%) rotate(45deg);
    background-color: inherit;
}
*/
body.discount-loader div#order-summary {
    position: relative;
}
body.discount-loader div#order-summary:after {
    content: attr(data-loading);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    font-size: 18px;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: rgba(255,255,255,.80);
    
    background-image: url('/images/skins/Bewise/images/loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: 35px auto;
    
}
.pointfailurecontainer {
    background-color: rgba(236,235,217,1.00);
    padding: 15px;
    border: solid 1px rgba(231,223,197,1.00);
    border-radius: 7px;
    margin: 0 0 10px;
}
.pointfailurecontainer p {
    margin: 0;
}

body:not(.pointfailure) #checkout-container #column-shipping-payment #payment-methods label[for="checkout-payment-86"],
body.pointfailure #checkout-container #column-shipping-payment #payment-methods label:not([for="checkout-payment-86"]) {
    display: none;
}

#Content_Productlist.itemsmoved h1 {
    display: none;
}


/* RESPONSIVE */
@media (min-width: 1000px) {
    
    .topbar {
        position: sticky;
        top: 0;
        z-index: 110;
        background-color: rgba(255,255,255,1.00);
    }
    nav.productmenu {
        position: sticky;
        top: 100px;
    }
    .weightinfobox {
        position: sticky;
        top: 143px;
        z-index: 80;
    }
    
    header.stuck {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    header.stuck > section {
        height: 60px;
    }
	nav.productmenu.stuck {
		position:fixed;
		top:70px;
	}
    header.stuck .WebShopSkinLogo {
        width: 19%;
    }
    header.stuck #Search_Form {
        height: 36px;
    }
    header.stuck .account i {
        font-size: 20px;
    }
    header.stuck #basket {
        padding-top: 9px;
        padding-bottom: 9px;
    }
    header.stuck #basket .totalprice {
        font-size: 14px;
    }

	input[type="submit"]:hover, input[type="button"]:hover, #checkout-container input#confirm-complete-button:hover {
		background-color:#969696;
		background-image:none;
	}
	header .TopMenu_MenuItems > li > a:hover {
		color:rgba(0,0,0,0.60);
	}
	nav.productmenu #ProductMenu_List > li:hover > a {

	}

	nav.productmenu #ProductMenu_List > li:hover > ul {
		display: block;
	}
	li:hover .advanced {
		display:block;
	}
	.mostviewed-products .product:hover .image, .mostsold-products .product:hover .image {
		opacity:0.7;
	}
	.Frontpage_Custom_UL > li:hover, .ProductList_Custom_UL > li:hover, .Related_Custom_UL > li:hover, .CustomersAlsoBought_Custom_UL > li:hover, .Favorites_Custom_UL > li:hover {
		position:relative;
		z-index:50;
		-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
		-moz-box-shadow:    0px 0px 15px rgba(0, 0, 0, 0.3);
		box-shadow:         0px 0px 15px rgba(0, 0, 0, 0.3);
	}
	li .product .buy:hover {
		opacity:0.8;
	}
	a.social:hover {
		background-color:rgba(0,0,0,0.50);
	}
	img.FavAddButton_ProductInfo:hover {
		background-color:rgba(223,188,188,1.00);
	}
	.SubCats_Categories_UL > li:hover {
		border-color:rgba(0,0,0,1.00);
	}


    .productFilterWrapper {
        min-height: 40px;
    }
    .product-filter-container:hover .product-filter-body-container {
        display: block;
    }
    .product-filter-body-container.col2 {
        column-count:2;
    }
    .product-filter-body-container.col3 {
        column-count:3;
    }
    .product-filter-body-container.full {
        column-count:6;
        left: 0;
        width: 100%;
    }
    .activeFilters + #Content_Productlist {
        margin-top: 30px;
    }

}
@media (max-width: 1000px) {
	div.emaerk ul li{
		font-size:10px;
	}
}

@media (max-width: 999px) {
    
	[id*="hr-recom-"]:empty,
    [id*="bp_ProductCarousel_"]:empty {
		aspect-ratio: 13/5;
	}
	
    .miniweightinfo {
        border-radius: 50%;
        width: 17px;
        height: auto;
        padding: 0;
        font-size: 10px;
        aspect-ratio: 1/1;
        top: 0;
        left: 0;
        transform: translate(-50%,-50%);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .miniweightinfo:empty {
        display: none;
    }
    .miniweightinfo:before,
    .miniweightinfo span{
        display: none;
    }
    
    .weightinfobox {
        flex-direction: column;
        gap: 0;
        position: sticky;
        top: 60px;
        z-index: 80;
    }
    
	div.aw-item {
		padding: 8px;
	}
    
    
	.slider-wrapper.desktop {
		display: none;
	}
	.slider-wrapper.mobile {
		display: block;
	}
	.loyaltyStepsPopupInner {
		padding: 15px;
	}
	.loyaltyStepsPopupHeader {
		font-size: 20px;
		margin: 0 0 8px;
	}
	.loyaltyStepsPopupButtons a {
		font-size: 13px;
		padding: 10px 15px;
		margin: 0 10px;
	}
	.loyaltyStepsPopupButtons > a:last-child {
		margin: 0;
	}
	.loyaltyStepsPopupMessages {
		font-size: 14px;
		margin: 0px 0 20px;
	}
	.loyaltyStepsPopupInner h2 {
		font-size: 14px;
		margin: 0;
	}
	.loyaltyStepsPopupButtons + .clerk {
		margin-top: 20px;
	}

	article {
		margin-top: 5vw;
	}
	
	.whyCreateAccount, .clubmember {
		float: none;
		width: 100%;
		margin: 0 0 30px;
	}
	#btn-menu {
		display: block;
	}

	.sticky-wrapper {
		display: none;
	}
	.stickyHeaderMobile .stuck {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 500;
	}
	body {
		margin:0;
	}
	.TopBanner .usp .sellingpoints .emaerk:nth-child(1) {
		display:none;
	}
	header {
		margin:0;
		box-shadow:0 0 5px rgba(0,0,0,0.20);
		z-index:15;
	}

	header .TopMenu_MenuItems {
		display:none;
	}
	header > section, body.webshop-checkout header > section {
		height:65px;
	}

	nav.productmenu {
		display:none;
	}

	.Productlist_Sort_table {
		width: 100%;
	}

	.mobileOnly {
		display: block;
	}

    .fpBoxes > * {
        width: 98%;
    }
    .fpBoxes > * > * {
        padding: 20px 10px;
    }
    .fpBoxes > * > * strong {
        font-size: 17px;
    }
    .fpBoxes > * > * small {
        margin: 7px 0 0;
        font-size: 15px;
    }

    #alertbar {
        font-size: 12px;
        text-align: left;
        padding: 7px 40px 7px 5%;
    }

    .aw-item-cta-btn {
        font-size: 12px;
    }

	.filterContainer .filterHeader {
		text-align: center;
		font-size: 18px;
		padding: 10px 0;
		font-weight: bold;
		position: relative;
		box-shadow: 0 0 3px rgba(0,0,0,.3);
		z-index: 20;
		background-color: rgba(66,136,161,1.00);
		color: rgba(255,255,255,1.00);
	}
    .filterContainer .filterHeader:before {
        position: absolute;
        top: 50%;
        right: 15px;
        content: "×";
        font-family: 'Arial';
        font-size: 17px;
        line-height: 1;
        cursor: pointer;
        transform: translateY(-50%);
    }
	#ProductFilter-Container {

		width: 100%;
		-webkit-overflow-scrolling:touch;
		overflow-y:auto;
		overflow-x:hidden;
	}
	.filterContainer {
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 999999;
		background-color: rgba(255,255,255,1.00);
		padding: 0;
		display: none;
	}
	.filterContainer.active {
		margin: 0;
	}
	.filterContainer.active + #Content_Productlist {
		margin: 30px 0 0;
	}
	#ProductFilter-Container > div {
		margin: 0;
		display: block;
	}
	#ProductFilter-Container > div > div {
		margin: 0;
		width: 100% !important;
		flex: none;
	}
	.product-filter-header-container {
		border-radius: 0;
		border-right: 0;
		border-left: 0;
		border-top: 0;
		padding:13px 30px 13px 14px;
		font-size: 15px;
	}
	.product-filter-body-container {
		border-radius: 0;
		border-top: 0;
		border-right: 0;
		border-left: 0;
		padding: 14px 16px;
	}


    div.product-filter-advanced-variant-checkboxes {
        display: flex;
        flex-wrap: wrap;
    }
    div.product-filter-advanced-variant-checkboxes > div.product-filter-checkbox-container {
        min-width: 10px;
        width: 50%;
    }

	.filterBottom {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	.filterBottom .closeFilter {
		text-align: center;
		padding: 10px;
		background-color: rgba(0,0,0,1.00);
		color: rgba(255,255,255,1.00);
		font-weight: bold;
		font-size: 15px;
		text-transform: uppercase;
		cursor: pointer;
		position: relative;
	}
	.filterBottom .closeFilter.active {
		background-color: #81b58a;
	}
	.filterBottom .closeFilter i {
		position: absolute;
		left: 15px;
		font-size: 14px;
		top: 50%;
		transform: translateY(-50%);
	}
	.filterContainer .activeFilters {
		text-align: center;
		padding: 10px 15px;
		-webkit-overflow-scrolling:touch;
		overflow-x:auto;
		overflow-y:hidden;
		white-space: nowrap;
	}
	.filterContainer + .activeFilters {
		/*display: block;*/
        display: none;
	}
	.filterContainer .activeFilters > span.header {
		display: none;
	}
	/*
	.webshop-productlist:not(.webshop-search):not(.webshop-subcat) #btn-filter {
		display: block !important;
	}
	*/
    #btn-filter.stuck {
        position: fixed;
        right: 10px;
        top: 130px;
        z-index: 500;
        padding: 8px 14px;
    }
    #btn-filter.stuck:before {
        margin: 0;
    }
    #btn-filter.stuck > span {
        display: none;
    }
	.product-filter-body-container {
		position: relative;
	}

	#ProductFilter-Container > div > div.product-filter-clear-all {
        top: calc(100% - 37px);
        height: 37px;
        bottom: auto;
        position: absolute;
        z-index: 1;
		right: auto;
	}
	#ProductFilter-Container > div > div.product-filter-clear-all a {
		padding: 10px 30px 10px 14px;
		background-color: rgba(152,54,56,1.00);
		color: rgba(255,255,255,1.00);
		text-decoration: none;
        display: block;
	}
	#ProductFilter-Container > div > div.product-filter-clear-all a:before {
		font-family: 'FontAwesome';
		content: "\f014";
		margin: 0 5px 0 0;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.product-filter-clear-all-top-right, .product-filter-clear-all-bottom-right {
		text-align: left;
	}

	

	.account {
		right: 100px;
		font-size: 9px;
		transform: translateY(-29%);

	}
	.account i {
		font-size: 25px;
	}


	.account .myPoints {
		padding: 1px 5px;
		font-size: 9px;
	}

	.WebShopSkinLogo {
		width:100px;
		left: 35px;
	}

	header .fa-search {
		position: absolute;
		top: 50%;
		right: 65px;
		cursor: pointer;
		font-size: 19px;
		display: block;
		transform: translateY(-50%);
	}
	h1, .Heading_Productmenu, .Heading_Terms, .Heading_Profile, .Heading_AdvancedSearchPage, .Heading_ShowBasket_Master, #checkout-container h1.checkout-headline, aside .header, .Heading_B2Blogin, .SubCatsProcuctsHeading, .Heading_Customer, .Heading_ProductList, .Heading_Favorites, .Heading_OrderStep4 {
		font-size:20px;
	}

	/* BASKET */
	#basket {
		top:50%;
		width:44px;
		height:44px;
		padding:0;
		border:none;
	}
	#basket > div:not(.totalproducts):not(.miniweightinfo) {
		display:none;
	}

	/* #basket:before {
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		font-size: 19px;
	} */

	aside {
		display:none;
		float:none;
		width:100%;
	}
	aside > nav {
		display:none;
	}

	article.aside > .content {
		float:none;
		width:100%;
	}

	a.social {
		margin:0 5px 0 0;
	}

	/* BREADCRUMB */
	body.breadcrumb article {
		margin-top:0;
	}
	body.webshop-productlist.breadcrumb header, body.webshop-productinfo.breadcrumb header {
		margin-bottom:0;
	}
	.breadcrumb-container {
		background-color:transparent;
		padding:10px 0;
	}
	div.breadcrumb, .SubCats_BreadCrumb {
		padding-left:13px;
		background-position:0 50%;
	}

	/* PRODUCTLIST */

	.Frontpage_Custom_UL > li, .ProductList_Custom_UL > li, .Related_Custom_UL > li, .CustomersAlsoBought_Custom_UL > li, article.aside .ProductList_Custom_UL > li, .Favorites_Custom_UL > li {
		width: 48%;
	}
	li .product {
		padding:15px;
	}
    
	li .product .name a {
		font-size:12px;
		padding:10px 0 5px;
	}
	li .product .price {
		font-size:12px;
	}

	/* FAVORITES */
	td.FavTB_ProdNameTD {
		font-size:11px;
		padding-left:10px;
	}
	td.FavTB_ActionButtonsTD > a > img {
		width:20px;
	}
	td.FavTB_Buy {
		width:33%;
	}

	li div.Element_Overlay_ProdList_SavingsText_DIV > span, li div.Element_Overlay_Frontpage_SavingsText_DIV > span, li div.Element_Overlay_ProductInfo-related-savingsText_DIV > span, .productcard div.Element_Overlay_ProdInfo_SavingsText_DIV > span, li div.Element_Overlay_ShowBasket-related-savingsText_DIV > span {
		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, .productcard div.Element_Overlay_ProdInfo_SavingsContainer_DIV, li div.Element_Overlay_ShowBasket-related-savingsContainer_DIV {
		padding: 2px 6px;
	}

	/* FRONTPAGE */
	body.webshop-frontpage header {
		margin-bottom:0;
	}
	body.webshop-frontpage .dd-nivoSlider div.nivo-caption {
		display:none !important;
	}
	body.webshop-frontpage .slider-wrapper:after {
		max-width:100%;
		height:20px;
	}

	.Text1_FrontPage > a {
		width: 98%;
		margin-bottom: 15px;
	}

	body.webshop-frontpage div.nivo-dynamic-text {
	top:calc(50% - 15px) !important;
	}
	body.webshop-frontpage div.nivo-dynamic-text {
		letter-spacing:0;
	}
	body.webshop-frontpage div.nivo-dynamic-text-header {
		font-size:18px;
		margin:0;
	}
	body.webshop-frontpage div.nivo-dynamic-text-teaser {
		font-size:11px;
		display:none;
	}
	body.webshop-frontpage div.nivo-dynamic-text-link {
		font-size:10px;
		padding:5px 10px;
		margin:5px 0 0;
	}


	div.breadcrumb, .SubCats_BreadCrumb, div.breadcrumb a, .SubCats_BreadCrumb a, div.breadcrumb td {
		font-size: 11px;
	}

	.usp.slick-initialized .slick-slide {
		padding: 10px 0;
		text-align: left;
	}
	.usp .slick-slide img {
		max-width: 60%;
	}

	/* PRODUCTCARD */

	.productcard .images {
		float:none;
		width:100%;
	}
	.productcard .info {
		float:none;
		width:100%;
	}
	.productcard .Prices_Custom_UL .price, .productcard .Prices_Custom_UL .price .text, .productcard .Prices_Custom_UL li .vat {
		font-size:14px;
		line-height:14px;
	}
	.productcard .Prices_Custom_UL li:first-child .price {
		font-size:26px;
		line-height:26px;
	}
	.productcard ul.details {
		margin:15px 0;
	}
	.productcard ul.details.active {
		display:block;
	}
	.productcard ul.details > li {
		border-right:0;
		border-bottom:solid 1px #DFDFDF;
	}
	.productcard ul.details > li.rating {
		padding-top:7px;
		padding-bottom:7px;
	}
	.productcard ul.details > li.active {
		display:block;
	}
	.productcard ul.details > li.active.last {
		border-bottom:0;
	}
	.buyWrapper input, .amountWrapper input, img.FavAddButton_ProductInfo {
		height:35px;
	}
	img.FavAddButton_ProductInfo {
		padding:9px;
	}
	.productcard .imagecanvas {
		float: none;
		width: 100%;
	}
	.productcard .imageselector {
		float: none;
		width: 100%;
		text-align: center;
		margin: 15px 0 0;
	}
	.productcard .imageselector a {
		display: inline-block;
		width: 50px !important;
		margin: 0 4px 4px;
	}
	.productcard .imageselector a img {
		height: 50px;
	}

	.productcard .news {
		width: 70px;
	}


	


	/* PRODUCTMENU */


	/* FILTER */
	aside .product-filter-headertext-container {
		display:none;
	}
	aside .product-filter-clear-all-top-right, aside .product-filter-clear-all-bottom-right {
		position:static;
		bottom:auto;
		right:auto;
		margin:0 0 6px;
	}
	aside .product-filter-clear-all a {
		color:inherit;
	}
	aside .product-filter-container {
		border-top:solid 1px #CCC;
	}
	div.product-filter-row {
		margin-bottom:10px;
	}



	/* SEARCH */
	header #Search_Form {
		display:none;
	}



	/* PRODUCTGROUPS */
	.SubCats_Categories_UL {
		margin-bottom:15px;
	}
	.SubCats_Categories_UL > li {
		width:48% !important;
	}
	.SubCats_Categories_UL > li .name a {
		font-size:12px;
	}


	/* SHOWBASKET */
	a.ShowBasket_SendBasketLink_Dialog_Link {
		padding:6px 11px;
		font-size:11px;
	}
	table.showbasket td, table.showbasket th {
		font-size:12px;
		padding:6px;
	}
    .amounthandler {
        justify-content: space-between;
    }
    
	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 {
		position:static;
		padding:6px 0 0;
	}
    table.showbasket .amount {
        width: 73px;
    }
    /*
	table.showbasket .amount .amountContainer {
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		width:100%;
		display:block;
	}
	table.showbasket .amount .amountContainer > a {

	}
	table.showbasket .amount .amountContainer > div {
		padding:10px 0;
	}
    table.showbasket .amount > a {
        margin: 5px 0 4px;
        display: block;
    }
    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:17%;
	}
	table.showbasket .unittotal {
		width:19%;
        display: none;
	}

	div.emaerk ul li{
		font-size:14px;
	}
    .basketInfoContainer {
        align-items: center;
    }
    .basketInfoContainer > a {
        max-width: 14%;
        margin-right: 10px;
    }
    table.showbasket.body > tbody > tr > td {
        vertical-align: middle;
    }


	

    #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper{
        display: flex !important;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }

    #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll{
        order: 1;
        display: block;
    }

    #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection{
        order: 2;
        margin: 0px 1%;
        display: block;
    }
    #CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll{
        order: 3;
        margin: 0px 1%;
        display: block;
    }

    
    
    /* TOPBAR */
    .topbar {
        height: 60px;
        border-bottom: 1px solid rgba(0,0,0,.15);
        position: sticky;
        top: 0;
        z-index: 500;
        background-color:rgba(255,255,255,1.00);
    }
    .topbar.stuck {
        height: 60px;
    }
    .topbar .topbar-container {
        max-width: 100%;
        padding: 0 15px;
    }
    .topbar .topbar-mobile {
        display: block;
    }
    .topbar .topbar-left {
        margin: 0;
    }
    .topbar .topbar-center {
        display: none;
    }
    .topbar .topbar-right {
        margin: 0;
    }
    .topbar .WebShopSkinLogo {
        height: 14px;
        margin-left: 6px;
    }
    .topbar .topbar-link {
        margin: 0 8px;
    }
    .topbar .topbar-link > img {
        margin: 0;
        width: 26px;
        height: 26px;
    }
    .topbar .topbar-link > small {
        display: none;
    }
    .topbar .topbar-link .count {
        width: 12px;
        height: 12px;
        font-size: 9px;
        transform: translate(-60%, -50%);
    }
    .topbar #basket {
        margin-left: 5px;
        width: auto;
        height: auto;
    }
    .topbar #basket .totalproducts {
        width: 17px;
        height: 17px;
        font-size: 10px;
        font-weight: normal;
    }


    #basket:after {
        width: 26px;
        height: 26px;
        margin: 0;
    }

    
    .cookieTextContainer {
      padding: 20px 0;
    }
    .cookieTextContainerInner > span {
      display: block;
      margin: 10px 0 0;
    }
    .cookieCloseButton {
      float: none;
      width: 100%;
      text-align: center;
      margin: 15px 0 0;
    }
    div.CookiePolicyText > img {
      margin: 20px 25px;
    }
    div.CookiePolicyText > .cookieheader {
      padding: 25px 25px 15px;
      font-size: 21px;
    }
    div.CookiePolicyText > p {
      padding: 0 25px 25px;
      
    }
    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;
    }
    
    
    .weightinginfo .weightingtitle {
        font-size: 16px;
        margin: 0 0 7px;
    }
    .weightinginfo p {
        margin-bottom: 7px;
    }
    .weightingboxes {
        gap: 7px;
    }
    [data-weighting],
    [data-color] {
        padding: 4px 10px;
    }
    /*
    .product [data-weighting] {
        margin: -15px 0 10px -15px;
        width: calc(100% + 30px);
    }
    .advancedOverlayInner [data-weighting] {
        margin: -20px 0 20px -20px;
        width: calc(100% + 40px);
        border-radius: 4px 4px 0 0;
    }
    */
    /*
    table.showbasket .description [data-weighting] > span {
        display: none;
    }
    */
    
}

@media (max-width: 499px){
	
	div.emaerk ul li{
		font-size:10px;
	}

	.TopBanner .usp .sellingpoints img{
		max-width:100%;
	}

	.topbar .WebShopSkinLogo {
		height: 14px;
	}
	.topbar .topbar-link {
		margin: 0 8px;
	}
}
@media (max-width: 280px){
	div.emaerk ul li{
		font-size:8px;
	}
}

@media (max-height: 480px) {
	.loyaltyStepsPopupButtons + .clerk, .loyaltyStepsPopupButtons + .clerk + h2, .loyaltyStepsPopupButtons + .clerk + h2 + ul {
		display: none;
	}
}

